@import "wp-styles.css";
@import "../fonts/fonts.css";
.popup {
  min-height: 100%;
}

#popupPlace .slide-description__title {
  font-size: 14px;
}
#popupPlace .popup .content-img {
  display: flex;
  height: auto;
}
#popupPlace .content-swiper {
  margin-bottom: 20px;
}
@media (min-width: 640px) {
  #popupPlace .content.flex {
    min-height: 460px;
  }
  #popupPlace .popup .content-img {
    align-items: center;
    width: 500px;
  }
}

@media (min-width: 1024px) {
  #popupMine {
    max-height: 100vh;
    overflow: auto;
  }
}

.popup_posts .popup__content {
  padding: 100px 15px 72px;
}
.popup_posts .popup__content .entry-title {
  font-family: "Yanone Kaffeesatz";
  font-style: normal;
  font-weight: 400;
  font-size: 58px;
  line-height: 50px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #173e64;
  margin-bottom: 20px;
}
.popup_posts .popup__content .short_description {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}
@media (min-width: 1024px) {
  .popup_posts .popup__content .short_description {
    font-size: 18px;
    line-height: 22px;
  }
}
.popup_posts .popup__content .sub_title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.02em;
  margin-bottom: 40px;
  opacity: 0.5;
}
@media (min-width: 1024px) {
  .popup_posts .popup__content .sub_title {
    font-size: 14px;
    line-height: 16px;
  }
}
.popup_posts .popup__content .entry-content {
  font-family: "Inter";
  font-weight: 500;
  color: #173e64;
  margin-bottom: 120px;
}
@media (min-width: 1024px) {
  .popup_posts .popup__content .entry-content {
    margin: 0 80px 120px 100px;
  }
}
.popup_posts .popup__content .entry-content h3 {
  font-family: "Yanone Kaffeesatz";
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.popup_posts .popup__content .entry-content .wp-block-image {
  margin: 32px auto 48px;
}
.popup_posts .popup__content .entry-content .wp-block-image .aligncenter {
  text-align: center;
}
.popup_posts .popup__content .entry-content .wp-block-image img {
  border-radius: 4px;
}
.popup_posts .popup__content .entry-content figure {
  margin-top: 10px;
}
.popup_posts .popup__content .entry-content .wp-block-embed {
  margin-bottom: 48px;
}
.popup_posts
  .popup__content
  .entry-content
  .wp-block-embed.wp-embed-aspect-16-9
  .wp-block-embed__wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.popup_posts
  .popup__content
  .entry-content
  .wp-block-embed.wp-embed-aspect-16-9
  .wp-block-embed__wrapper
  iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  width: 100%;
}
.popup_posts
  .popup__content
  .entry-content
  .wp-block-embed__wrapper
  .twitter-tweet {
  margin: auto;
}
.popup_posts .popup__content .entry-content .wp-block-embed__wrapper iframe {
  border-radius: 4px;
}
@media (min-width: 1024px) {
  .popup_posts .popup__content .entry-content p {
    font-size: 18px;
    line-height: 22px;
  }
}
.popup_posts .popup__content .entry-content .text_btn {
  margin-left: 72px;
}
@media (min-width: 768px) {
  .popup_posts .popup__content .entry-content .text_btn {
    margin-left: 40%;
  }
}
@media (min-width: 1024px) {
  .popup_posts .popup__content .entry-content .text_btn {
    margin-left: 0;
    display: flex;
  }
  .popup_posts .popup__content .entry-content .text_btn__title {
    order: 2;
    flex-grow: 1;
  }
  .popup_posts .popup__content .entry-content .text_btn__button {
    order: 1;
    margin-right: 200px;
    flex-grow: 1;
  }
}
.popup_posts .popup__content .entry-content .text_btn__title {
  font-family: "Yanone Kaffeesatz";
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.popup_posts .popup__content .entry-content .text_btn__button {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 48px;
  background: #00aeef;
  max-width: 232px;
  color: #fff;
  text-transform: uppercase;
  padding: 24px 20px;
  font-family: "Inter";
  font-weight: 500;
  font-size: 14px;
}
.popup_posts
  .popup__content
  .entry-content
  .text_btn__button
  .popup_posts
  .content-swiper
  .swiper-slide__button
  svg {
  max-width: 16px;
}
.popup_posts .popup__content .entry-content a {
  color: #00aeef;
}
@media (min-width: 768px) {
  .popup_posts .popup__content .entry-header {
    margin-left: 20%;
    text-align: left;
  }
  .popup_posts .popup__content .entry-header .entry-title {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .popup_posts .popup__content .entry-header {
    margin-left: 40%;
  }
  .popup_posts .popup__content .entry-header .entry-title {
    font-size: 64px;
    line-height: 64px;
  }
}
.popup_posts hr {
  height: 3px;
  background-color: #e8ecf0;
}
.popup_posts .swiper-title {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .popup_posts .content-swiper {
    margin-left: 0;
  }
}
.popup_posts .content-swiper .swiper-slide__title {
  font-family: "Yanone Kaffeesatz";
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-bottom: 4px;
  min-height: 64px;
  max-width: 90%;
}
.popup_posts .content-swiper .swiper-slide__short-description {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: #173e64;
  opacity: 0.8;
  min-height: 100px;
  margin-bottom: 4px;
  max-width: 90%;
}
.popup_posts .content-swiper .swiper-slide__button {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 32px;
  background: #00aeef;
  max-width: 160px;
  color: #fff;
  text-transform: uppercase;
  padding: 8px 4px;
  font-family: "Inter";
  font-weight: 500;
}
.popup_posts .content-swiper .swiper-slide__button svg {
  max-width: 16px;
}
.popup_posts .content-swiper .swiper-slide .block-img {
  background: transparent;
  margin-bottom: 20px;
  height: auto;
}
@media (min-width: 1024px) {
  .popup_posts .content-swiper .swiper-slide .block-img {
    margin-bottom: 30px;
  }
}
.popup_posts .content-swiper .swiper-slide .block-img img {
  max-height: initial;
  border-radius: 10px;
}

.loader_wrapper {
  height: 100%;
  left: 0;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.4666666667);
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader_wrapper.hidden {
  display: none;
}
.loader_wrapper .loader {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.loader_wrapper .loader:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 8px;
  box-sizing: border-box;
  border: 32px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: loader-animation 1.2s infinite;
}

@keyframes loader-animation {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(1800deg);
  }
}
.tiktok .wraper {
  flex-direction: column;
}
.tiktok.popup {
  position: initial;
  background: rgba(255, 255, 255, 0);
}
.tiktok.popup .close {
  top: 20px;
  right: 20px;
}
.tiktok .popup__content {
  margin: 50px 15px 0 15px;
  padding: 28px 19px;
  background: #ffffff;
  border-radius: 9.52381px;
}
.tiktok .popup__content:nth-child(2) {
  margin: 15px 15px 0 15px;
}
.tiktok .popup__content h1 {
  font-weight: 400;
  font-size: 59.0476px;
  line-height: 50px;
  text-align: left;
}
.tiktok .popup__content .link-container {
  flex-wrap: wrap;
}
.tiktok .popup__content h5 {
  font-weight: 500;
  font-size: 21.9048px;
  line-height: 22px;
  text-transform: uppercase;
}
.tiktok .popup__content .block-link {
  width: 45%;
}
.tiktok .popup__content .block-link p {
  font-family: "Yanone Kaffeesatz";
  font-style: normal;
  font-weight: 600;
  font-size: 14.2857px;
  line-height: 10px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.tiktok .popup__content .block-link a {
  color: #173e64;
  font-weight: 500;
  font-size: 14px;
  line-height: 10px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.tiktok .popup__content .sub-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #173e64;
}
.tiktok .popup__content .container-item {
  flex-wrap: wrap;
}
.tiktok .popup__content .container-item .block-item {
  width: 50%;
  margin-bottom: 15px;
}
.tiktok .popup__content .container-item .block-item:last-child h5 {
  text-align: center;
}
.tiktok .popup__content .tiktok-k {
  margin-left: auto;
  width: 129.28px;
  height: 129.28px;
  background-color: #ffbd2e;
  border-radius: 100%;
  transition: 0.5s;
}
.tiktok .popup__content .tiktok-k:hover {
  background-color: #eea70c;
}
.tiktok .popup__content .tiktok-k p {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin: 37px 37px 5px;
  color: #fff;
}
.tiktok .popup__content .tiktok-k .arrow-tilted {
  margin-left: 81px;
}

@media (min-width: 641px) and (max-width: 1023px) {
  .tiktok .wraper {
    justify-content: center;
    flex-direction: row;
    align-items: baseline;
  }
  .tiktok.popup {
    margin-left: 0;
    width: 100%;
  }
  .tiktok .popup__content {
    width: 330px;
  }
  .tiktok .popup__content:nth-child(2) {
    margin: 50px 15px 0 15px;
  }
}
@media (min-width: 1024px) {
  .tiktok.popup {
    margin-left: 0;
    width: 100%;
  }
  .tiktok .popup__content {
    width: 51.5104166667vw;
    margin: 100px 15px 0 15px;
    padding: 4.27vw 3.125vw;
    background: #ffffff;
    border-radius: 20px;
  }
  .tiktok .popup__content:nth-child(2) {
    margin: 100px 15px 0 15px;
    width: 30.3125vw;
  }
  .tiktok .popup__content .tiktok-k {
    width: 170px;
    height: 170px;
  }
  .tiktok .popup__content .tiktok-k p {
    margin: 45px 45px 5px;
  }
  .tiktok .popup__content .tiktok-k .arrow-tilted {
    margin-left: 110px;
    margin-top: 25px;
  }
  .tiktok .popup__content .sub-title {
    font-size: 0.9375vw;
    line-height: 1.1458vw;
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .tiktok .popup__content .container-item .block-item {
    width: 30%;
    margin-right: 22px;
  }
  .tiktok .popup__content h1 {
    font-size: 6.46vw;
    line-height: 5.52vw;
  }
  .tiktok .popup__content h5 {
    font-size: 2.4vw;
    line-height: 2.4vw;
  }
  .tiktok .popup__content .block-link {
    width: 30%;
    margin-right: 22px;
  }
  .tiktok .popup__content .block-link p {
    font-size: 1.5625vw;
    line-height: 1.05vw;
    margin-bottom: 2px;
  }
  .tiktok .popup__content .block-link a {
    font-size: 0.9375vw;
    line-height: 1.1458vw;
    margin-top: 20px;
    display: inline-block;
  }
  .tiktok .wraper {
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
  }
}
.cursor-pointer {
  cursor: pointer;
}

.d-none {
  display: none;
}

.swiper-horizontal {
  overflow: visible !important;
}

.br-sm {
  display: inherit;
}

.br-lg,
.br-md {
  display: none;
}

@media (min-width: 768px) {
  .br-sm {
    display: none;
  }
  .br-md {
    display: inherit;
  }
}
@media (min-width: 1024px) {
  .br-md {
    display: none;
  }
  .br-lg {
    display: inherit;
  }
}
blockquote {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 36px;
  line-height: 42px;
  padding: 30px 0;
  font-family: "Yanone Kaffeesatz", sans-serif;
  color: #00aeef;
}
blockquote p {
  margin: 0.5rem;
}
blockquote:before,
blockquote:after {
  content: "";
  height: 1px;
  width: 50%;
  margin: 0 auto;
  background-color: #1cabe2;
}
blockquote:before {
  margin-bottom: 20px;
}
blockquote:after {
  margin-top: 20px;
}

.popup {
  min-height: 100%;
}

#popupPlace .slide-description__title {
  font-size: 14px;
}
#popupPlace .popup .content-img {
  display: flex;
  height: auto;
}
#popupPlace .content-swiper {
  margin-bottom: 20px;
}
@media (min-width: 640px) {
  #popupPlace .content.flex {
    min-height: 460px;
  }
  #popupPlace .popup .content-img {
    align-items: center;
    width: 500px;
  }
}

@media (min-width: 1024px) {
  #popupMine {
    max-height: 100vh;
    overflow: auto;
  }
}

footer {
  background-color: #fff;
}
footer .unisef-logo .title-footer {
  font-weight: 600;
}
footer .unisef-logo .sub-title-footer {
  text-transform: none;
  margin-top: 8px;
}
footer .unisef-logo .sub-title-footer a {
  color: #3e5c8b;
  text-transform: none;
}

.block-footer {
  display: flex;
  flex-direction: column;
  width: 95%;
  max-width: 1800px;
  justify-content: space-between;
  margin: 0 auto;
}

.unisef-logo {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.unisef-logo img {
  height: 60px;
  margin-right: 30px;
}

.unisef-logo p {
  font-weight: 500;
  font-size: 10.0217px;
  line-height: 10px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #3e5c8b;
  opacity: 0.5;
}

.partner-logo {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.partner-logo .flex {
  align-items: center;
}

.partner-logo img {
  margin: 23px 6px;
}

.partner-logo .mon-logo {
  width: 120px;
}

.partner-logo .mot-logo {
  width: 150px;
}

.partner-logo .dsns-logo {
  width: 28px;
}

.partner-logo .police-logo {
  width: 110px;
}

@media (min-width: 641px) {
  .block-footer {
    display: flex;
    width: 95%;
    max-width: 1800px;
    justify-content: space-between;
    margin: 0 auto;
    flex-direction: row;
  }
  .unisef-logo {
    display: flex;
    align-items: center;
    min-height: 66px;
    margin-top: 23px;
    margin-bottom: 18px;
  }
  .unisef-logo img {
    margin-right: 30px;
  }
  .unisef-logo p {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #3e5c8b;
    opacity: 0.5;
    margin-bottom: 8px;
  }
  footer .unisef-logo .title-footer {
    font-weight: 600;
  }
  footer .unisef-logo .sub-title-footer {
    text-transform: none;
    margin-top: 8px;
  }
  footer .unisef-logo .sub-title-footer a {
    color: #3e5c8b;
    text-transform: none;
  }
  .partner-logo {
    display: flex;
    align-items: center;
  }
  .partner-logo img {
    margin: 23px 20px;
    height: auto;
  }
}
@media (max-width: 1200px) {
  .partner-logo {
    flex-wrap: wrap;
  }
}
.tiktok-container {
  flex-direction: column;
  background-image: url(../images/tiktok_bg_m.png);
  background-size: cover;
  padding-top: 30px;
  height: 164px;
}
.tiktok-container p {
  font-family: "Yanone Kaffeesatz";
  font-style: normal;
  font-weight: 400;
  font-size: 13.9259px;
  line-height: 14px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #173e64;
  margin: 4px;
  align-self: center;
}
.tiktok-container p .smile {
  position: absolute;
  left: 50px;
  top: 40px;
}
.tiktok-container p .logo {
  position: absolute;
  left: 96px;
  top: 38px;
}
.tiktok-container span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 6.96296px;
  line-height: 7px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #ffffff;
  background: #00aeef;
  border-radius: 15.9092px;
  padding: 4px 6px;
  position: relative;
  top: -3px;
}
.tiktok-container a {
  color: #00aeef;
}
.tiktok-container a:hover {
  color: #00baff;
}
.tiktok-container a:active {
  color: #00baff;
}
.tiktok-container a.btn {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 9.28395px;
  line-height: 12px;
  align-self: center;
  margin-top: 12px;
}
.tiktok-container .arrow {
  height: 10px;
  position: relative;
  top: 2px;
  left: 5px;
}

@media (min-width: 641px) and (max-width: 1023px) {
  .tiktok-container {
    height: 195px;
    background-image: url(../images/tiktok_bg_t.png);
  }
  .tiktok-container p {
    font-size: 18.1819px;
    line-height: 18px;
  }
  .tiktok-container p .logo {
    position: absolute;
    left: 35.5vw;
    top: 38px;
  }
  .tiktok-container p .smile {
    position: absolute;
    top: 40px;
    left: 28.5vw;
  }
  .tiktok-container span {
    padding: 4px 6px;
    font-size: 9.09095px;
    line-height: 9px;
  }
  .tiktok-container a.btn {
    font-size: 12.1213px;
    line-height: 15px;
  }
}
@media (min-width: 1024px) {
  .tiktok-container {
    padding-left: 22vw;
    padding-top: 1.25vw;
    flex-direction: row;
    background-image: url(../images/tiktok_bg.png);
  }
  .tiktok-container p {
    font-size: 1.4vw;
    line-height: 1.4vw;
    align-self: flex-start;
  }
  .tiktok-container p:first-child {
    margin-right: 3.625vw;
  }
  .tiktok-container p:nth-child(2) {
    margin-right: 7vw;
  }
  .tiktok-container p .logo {
    left: 28.6vw;
    top: 2vw;
  }
  .tiktok-container p .smile {
    left: 25vw;
    top: 1.7vw;
  }
  .tiktok-container span {
    padding: 4px 8px;
    font-size: 0.725vw;
    line-height: 0.725vw;
  }
  .tiktok-container a.btn {
    font-size: 0.8333333333vw;
    line-height: 1.0416666667vw;
    align-self: flex-start;
    margin-top: 3px;
  }
  .tiktok-container .arrow {
    height: 15px;
    position: relative;
    top: 1px;
    left: 10px;
  }
}
.page-id-110 h1 {
  font-family: "Yanone Kaffeesatz", sans-serif;
}
.page-id-110 h1 span {
  padding-left: 7.8125vw;
}
.page-id-110 .block-title {
  position: relative;
}
@media (min-width: 641px) and (max-height: 670px) {
  .page-id-110 .block-title {
    top: -80px;
  }
}
.page-id-110 .mobile {
  display: none;
}
.page-id-110 .desktop {
  display: block;
}
.page-id-110 .title {
  margin: 10px 0 0 9.166vw;
  font-weight: 600;
  font-size: 7.9vw;
  line-height: 5.94vw;
  letter-spacing: -0.02em;
  color: #00aeef;
  text-transform: uppercase;
  text-align: left;
}
.page-id-110 .sub-title {
  position: absolute;
  top: 6.416vw;
  left: 37.4375vw;
}
.page-id-110 .sub-title span {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #3e5c8b;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.page-id-110 .main-container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.page-id-110 .block-logo {
  display: flex;
  justify-content: flex-end;
}
.page-id-110 .logo {
  padding-top: 30px;
  padding-right: 60px;
  padding-left: 15px;
}
.page-id-110 .block-menu {
  position: sticky;
  bottom: 0;
  display: flex;
  margin-top: 3.833vw;
  margin-bottom: 9.375vw;
  box-shadow: 0px 0px 84px 0px rgba(0, 0, 0, 0.3);
}
@media (min-width: 641px) and (max-width: 1023px) {
  .page-id-110 .block-menu {
    display: flex;
    flex-wrap: wrap;
  }
}
.page-id-110 .item-nav {
  padding: 2.34375vw 2.125vw 2.604167vw;
  height: 375px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 65%;
}
@media (min-width: 641px) and (max-width: 1023px) {
  .page-id-110 .item-nav {
    width: 50%;
  }
}
.page-id-110 .item-nav h3 {
  color: #fff;
  height: 160px;
  font-weight: 600;
  font-size: 48px;
  line-height: 39px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.page-id-110 .item-nav .btn-nav {
  text-decoration: none;
  background-color: #fff;
  border-radius: 110px;
  padding: 10px 16px 10px;
  transition: 0.5s;
  display: inline-flex;
  align-items: center;
}
.page-id-110 .item-nav .btn-nav span {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}
.page-id-110 .item-nav .btn-nav svg {
  margin-left: 20px;
  max-width: 16px;
}
.page-id-110 .item-nav .btn-nav:hover {
  background-color: #c4daf9;
}
.page-id-110 .nav-subtitle {
  display: inline-flex;
  padding: 4px 12px 4px;
  border-radius: 90px;
  color: #fff;
  align-items: center;
  margin-bottom: 20px;
}
.page-id-110 .nav-subtitle img {
  position: relative;
  margin-right: 8px;
}
.page-id-110 .nav-subtitle span {
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  text-transform: uppercase;
}
@media (max-width: 640px) {
  .page-id-110 .block-menu {
    position: inherit;
  }
  .page-id-110 .block-title {
    padding: 75px 10px 0;
    overflow: hidden;
  }
  .page-id-110 .mobile {
    display: block;
  }
  .page-id-110 .desktop {
    display: none;
  }
  .page-id-110 .title {
    margin: 0;
    font-size: 140px;
    line-height: 71px;
    letter-spacing: -0.1vw;
  }
  .page-id-110 h1 span {
    padding-left: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 74px;
    line-height: 67px;
    letter-spacing: -0.2vw;
  }
  .page-id-110 h3 {
    font-size: 77.6217px;
    line-height: 67px;
  }
  .page-id-110 .main-container {
    width: max-content;
  }
  .page-id-110 .block-logo {
    justify-content: flex-start;
  }
  .page-id-110 .sub-title {
    position: initial;
    margin-top: 20px;
  }
  .page-id-110 .block-menu {
    margin-top: 90px;
    margin-bottom: 100px;
    flex-direction: column;
  }
  .page-id-110 .block-footer {
    flex-direction: column;
  }
  .page-id-110 .partner-logo img {
    margin: 23px 6px;
  }
  .page-id-110 .item-nav {
    padding: 30px;
    max-width: 100vw;
  }
  .page-id-110 .item-nav:first-child {
    background-position-y: 150px;
  }
  .page-id-110 .item-nav:nth-child(2) {
    background-position-y: 164px;
  }
}
@media (min-width: 640px) {
  .page-id-110 .item-nav:first-child {
    background-position-y: 150px;
  }
  .page-id-110 .item-nav:nth-child(2) {
    background-position-y: 185px;
  }
  .page-id-110 .item-nav {
    background-size: 50%;
    min-height: 24.375vw;
  }
  .page-id-110 .item-nav h3 {
    font-size: 3.33vw;
    line-height: 2.7vw;
  }
  .page-id-110 .sub-title span {
    font-size: 1.041vw;
    line-height: 1.25vw;
  }
  .page-id-110 .nav-subtitle {
    padding: 7px 15px 8px;
    margin-bottom: 24px;
  }
  .page-id-110 .nav-subtitle span {
    font-size: 14px;
    line-height: 20px;
  }
  .page-id-110 .item-nav .btn-nav {
    padding: 12px 28px 12px;
  }
  .page-id-110 .item-nav .btn-nav span {
    font-size: 16px;
    line-height: 20px;
  }
}

.page-id-20 .header-content {
  margin: 100px 90px 0;
}
.page-id-20 .header-content h3 {
  text-align: right;
}
.page-id-20 .header-content .img-mine {
  position: absolute;
  left: 40%;
  bottom: -3%;
}
.page-id-20 .header-content .title-block {
  position: relative;
}
.page-id-20 .header-content .description-block {
  margin-left: auto;
  width: 52%;
}
.page-id-20 .container-mine {
  padding-top: 50px;
}
@media (max-width: 640px) {
  .page-id-20 .header-content {
    margin: 90px 15px 0;
  }
  .page-id-20 .header-content h3 {
    text-align: left;
    margin-top: 20px;
    font-size: 20px;
    line-height: 21px;
  }
  .page-id-20 .header-content .description-block {
    width: auto;
  }
  .page-id-20 .header-content .img-mine {
    left: 65%;
  }
}
@media (min-width: 641px) and (max-width: 1023px) {
  .page-id-20 .header-content {
    margin: 200px 15px 0;
  }
  .page-id-20 .header-content h3 {
    text-align: left;
    margin-top: 20px;
    font-size: 20px;
    line-height: 21px;
  }
  .page-id-20 .header-content .description-block {
    width: auto;
  }
  .page-id-20 .header-content .img-mine {
    left: 65%;
  }
  .page-id-20 .header-content h1 {
    font-size: 24.5vw;
    line-height: 21vw;
    text-align: left;
  }
  .page-id-20 .header-content h1 .title2 {
    font-size: 33.5vw;
    line-height: 33vw;
  }
}

.page-id-122 .header-container {
  padding-bottom: 250px;
  background: url(../images/teen_bg_h1.png) 0% 40% no-repeat,
    url(../images/teen_bg_h2.png) 100% 40% no-repeat,
    linear-gradient(
      252.44deg,
      rgba(57, 59, 123, 0) 0%,
      rgba(57, 59, 123, 0.5) 83.85%,
      rgba(57, 59, 123, 0) 100%
    ),
    #0b92d1;
}
.page-id-122 .header-container .bg-title2 {
  display: none;
}
.page-id-122 .header-container .bg-title1 {
  display: none;
}
.page-id-122 .polygon-saperator {
  background-color: #0b92d1;
  clip-path: polygon(0 100%, 100% 0, 100% 100%, 0% 100%);
}
.page-id-122 .bg-section {
  background-color: #0b92d1;
}
.page-id-122 .header-content .title-block {
  position: relative;
  margin: 139px 15px 0 15px;
  padding-bottom: 20px;
}
.page-id-122 .header-content .title-block .title-img {
  position: absolute;
  margin-top: 110px;
  left: 180px;
}
.page-id-122 .header-content h1 {
  font-weight: 600;
  font-size: 75px;
  line-height: 67px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  text-align: left;
}
.page-id-122 .header-content .title-text {
  font-weight: 400;
  font-size: 25px;
  line-height: 25px;
  display: block;
}
.page-id-122 .header-content .title-text-2 {
  font-weight: 600;
  font-size: 60px;
  line-height: 55px;
  display: block;
  margin-top: -60px;
}
.page-id-122 .header-content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.02em;
}
.page-id-122 .body-parallax {
  background-color: #0b92d1;
}
.page-id-122 .container-mine {
  margin-bottom: 72px;
}
.page-id-122 .container-mine .subtitle-block-d {
  display: none;
}
.page-id-122 .container-mine .block-title {
  position: relative;
  margin-right: 15px;
  margin-left: 15px;
}
.page-id-122 .container-mine .sub-title {
  font-size: 13.7246px;
  line-height: 15px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.page-id-122 .container-mine .img-title {
  position: relative;
  bottom: 0;
  margin-right: 5px;
  height: 25px;
}
.page-id-122 .container-mine .smile {
  width: 37px;
  height: 37px;
  position: absolute;
  right: 145px;
}
.page-id-122 .container-mine .subtitle-wrapper {
  margin-right: 15px;
  margin-left: 15px;
}
.page-id-122 .container-mine .subtitle-block {
  margin-left: auto;
  width: 144px;
  height: 144px;
  background-color: #ffbd2e;
  border-radius: 100%;
}
.page-id-122 .container-mine .subtitle-block .arrow-tilted {
  margin-left: 87px;
}
.page-id-122 .container-mine .subtitle-block p {
  text-transform: uppercase;
  margin: 37px 37px 5px;
  font-weight: 500;
  font-size: 10.1053px;
  line-height: 13px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.page-id-122 .container-mine .slider-mine {
  margin-bottom: 20px;
}
.page-id-122 .container-mine .slide-title {
  font-family: "Yanone Kaffeesatz";
  font-style: normal;
  font-weight: 500;
  font-size: 13.4224px;
  line-height: 13px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.page-id-122 .container-mine .slide-subtitle {
  font-weight: 500;
  font-size: 14.5409px;
  line-height: 15px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.page-id-122 .container-remember {
  margin-bottom: 70px;
}
.page-id-122 .container-remember .subtitle-block-d {
  display: none;
}
.page-id-122 .container-remember .block-title {
  position: relative;
  margin-right: 15px;
  margin-left: 15px;
}
.page-id-122 .container-remember .sub-title {
  font-size: 13.7246px;
  line-height: 15px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.page-id-122 .container-remember .img-title {
  position: relative;
  bottom: 19px;
  margin-right: 5px;
  height: 25px;
}
.page-id-122 .container-remember .smile {
  width: 31px;
  height: 31px;
  position: absolute;
  right: 160px;
  top: 60px;
}
.page-id-122 .container-game {
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 80px;
}
.page-id-122 .container-game .flex-d {
  display: block;
}
.page-id-122 .container-game .block-title {
  position: relative;
}
.page-id-122 .container-game .sub-title {
  font-size: 13.7246px;
  line-height: 15px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.page-id-122 .container-game .img-title {
  position: relative;
  bottom: 19px;
  margin-right: 5px;
  height: 25px;
}
.page-id-122 .container-game .smile {
  position: absolute;
  right: 50px;
  top: 6px;
}
.page-id-122 .container-game .title-bomb-img {
  height: 43px;
}
.page-id-122 .container-game .block-play {
  margin-top: 10px;
  margin-left: auto;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 78px;
  border-radius: 153.214px;
  background: #ffbd2e;
}
.page-id-122 .container-game .block-play img {
  height: 36px;
}
.page-id-122 .container-game .block-play span {
  margin-right: 18px;
  font-size: 12.5357px;
  line-height: 15px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.page-id-122 .container-play {
  clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 70px;
  background-image: url(../images/play-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.page-id-122 .container-play .smile {
  position: absolute;
  right: 59px;
  top: 125px;
  height: 30px;
}
.page-id-122 .container-play .block-title {
  padding-top: 122px;
  margin-bottom: 50px;
  position: relative;
}
.page-id-122 .container-play .img-title {
  position: relative;
  bottom: 19px;
  margin-right: 5px;
  height: 25px;
}
.page-id-122 .container-play .sub-title {
  font-size: 13.7246px;
  line-height: 15px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.page-id-122 .container-play .play-around {
  display: block;
  margin: 50px auto;
  transition: 0.5s;
}
.page-id-122 .container-play .play-around:hover {
  transform: scale(1.5);
}
.page-id-122 .container-play .block-mult {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
.page-id-122 .container-play .block-mult .play {
  position: absolute;
  display: flex;
  right: 50px;
  justify-content: center;
  align-items: center;
  width: 82px;
  height: 82px;
  background-color: rgba(255, 189, 46, 0.4509803922);
  border-radius: 100%;
  transform: translate(0, -50%);
  top: 50%;
}
.page-id-122 .container-play .block-mult .play img {
  height: 25px;
}
.page-id-122 .container-play .block-mult .mult-img {
  width: 100%;
}
.page-id-122 .container-play .block-mult:last-child:hover {
  margin-right: 15%;
}
.page-id-122 .container-play .teen {
  position: absolute;
  background: #00aeef;
  border-radius: 110px;
  padding: 8px 13px;
  left: 12px;
  top: 11px;
  font-size: 8.8px;
  line-height: 11px;
  font-weight: 600;
  text-transform: uppercase;
}
.page-id-122 .container-brochures {
  background-image: url(../images/bg-comix.png);
  background-repeat: no-repeat;
  background-position-y: 85%;
  background-size: 100%;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 220px;
}
.page-id-122 .container-brochures .block-title {
  position: relative;
}
.page-id-122 .container-brochures .smile {
  width: 28px;
  height: 28px;
  position: absolute;
  right: 70px;
  bottom: 66px;
}
.page-id-122 .container-brochures .block-btn {
  margin-top: 100px;
  justify-content: space-between;
}
.page-id-122 .container-show {
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 150px;
}
.page-id-122 .container-show .block-title {
  position: relative;
}
.page-id-122 .container-show .smile {
  width: 28px;
  height: 28px;
  position: absolute;
  left: 65px;
  bottom: 15px;
}
.page-id-122 .container-show .smile2 {
  width: 28px;
  height: 28px;
  position: absolute;
  right: 127px;
  bottom: 15px;
}
.page-id-122 .container-show .block-mult {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
.page-id-122 .container-show .block-mult .play {
  position: absolute;
  display: flex;
  right: 50px;
  justify-content: center;
  align-items: center;
  width: 82px;
  height: 82px;
  background-color: rgba(255, 189, 46, 0.4509803922);
  border-radius: 100%;
  transform: translate(0, -50%);
  top: 50%;
}
.page-id-122 .container-show .children {
  position: absolute;
  background: #ffbd2e;
  border-radius: 110px;
  padding: 8px 13px;
  left: 12px;
  top: 11px;
  font-size: 8.8px;
  line-height: 11px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 641px) {
  .page-id-122 .header-container {
    position: relative;
    background: linear-gradient(
        252.44deg,
        rgba(57, 59, 123, 0) 0%,
        rgba(57, 59, 123, 0.5) 83.85%,
        rgba(57, 59, 123, 0) 100%
      ),
      #0b92d1;
  }
  .page-id-122 .header-container .bg-title2 {
    display: block;
    position: absolute;
    right: 0;
    top: 292px;
    z-index: 1;
  }
  .page-id-122 .header-container .bg-title1 {
    display: block;
    position: absolute;
    z-index: 1;
    top: 535px;
  }
  .page-id-122 .header-content h1 {
    margin-left: 4vw;
    font-weight: 600;
    font-size: 16vw;
    line-height: 9vw;
    letter-spacing: -0.01em;
    text-transform: uppercase;
  }
  .page-id-122 .header-content .title-text {
    font-weight: 400;
    font-size: 3.4vw;
    line-height: 5.4vw;
    margin-left: 35vw;
    display: block;
  }
  .page-id-122 .header-content .title-text-2 {
    font-weight: 600;
    font-size: 16vw;
    line-height: 13vw;
    margin-left: 11vw;
    display: block;
    margin-top: -9vw;
  }
  .page-id-122 .header-content .title-block {
    margin: 139px 0 0 0;
  }
  .page-id-122 .header-content .title-block .title-img {
    margin-top: 350px;
    right: 180px;
    left: auto;
  }
  .page-id-122 .header-content p {
    font-size: 1.2vw;
    line-height: 1.6vw;
    width: 44%;
    left: 44%;
    position: relative;
  }
  .page-id-122 h2 {
    font-weight: 400;
    font-size: 6.1vw;
    line-height: 5.3vw;
    letter-spacing: -0.01em;
    text-transform: uppercase;
  }
  .page-id-122 .container-mine {
    margin: 0 100px 0;
  }
  .page-id-122 .container-mine .subtitle-block-d {
    display: block;
    width: 228px;
    height: 228px;
    background-color: #ffbd2e;
    border-radius: 100%;
    transition: 0.5s;
    z-index: 4;
  }
  .page-id-122 .container-mine .subtitle-block-d:hover {
    background-color: #c78800;
  }
  .page-id-122 .container-mine .subtitle-block-d p {
    color: #ffffff;
    text-transform: uppercase;
    margin: 60px 60px 28px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.02em;
  }
  .page-id-122 .container-mine .subtitle-block-d .arrow-tilted {
    margin-left: 140px;
  }
  .page-id-122 .container-mine .flex-d {
    display: flex;
  }
  .page-id-122 .container-mine .block-title {
    position: relative;
    width: 50%;
    margin-right: 0;
    margin-left: 0;
  }
  .page-id-122 .container-mine .sub-title {
    font-size: 18px;
    line-height: 20px;
  }
  .page-id-122 .container-mine .img-title {
    height: auto;
  }
  .page-id-122 .container-mine .smile {
    width: auto;
    height: auto;
    right: 23vw;
  }
  .page-id-122 .container-mine .subtitle-wrapper {
    display: none;
  }
  .page-id-122 .container-remember {
    margin-top: 200px;
  }
  .page-id-122 .container-remember .subtitle-block-d {
    display: block;
    align-self: flex-end;
    margin-right: 71px;
    margin-bottom: 20px;
    width: 228px;
    height: 228px;
    background-color: #ffbd2e;
    border-radius: 100%;
    transition: 0.5s;
  }
  .page-id-122 .container-remember .subtitle-block-d:hover {
    background-color: #c78800;
  }
  .page-id-122 .container-remember .subtitle-block-d p {
    color: #fff;
    text-transform: uppercase;
    margin: 60px 60px 28px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.02em;
  }
  .page-id-122 .container-remember .subtitle-block-d .arrow-tilted {
    margin-left: 140px;
  }
  .page-id-122 .container-remember .block-title {
    width: 50%;
    position: relative;
  }
  .page-id-122 .container-remember .flex {
    justify-content: flex-end;
  }
  .page-id-122 .container-remember .img-title {
    bottom: 1.2vw;
    height: auto;
  }
  .page-id-122 .container-remember .smile {
    width: auto;
    height: auto;
    right: 292px;
  }
  .page-id-122 .container-game .flex-d {
    display: flex;
    margin: 200px 100px 0;
  }
  .page-id-122 .container-game .block-title {
    width: 50%;
  }
  .page-id-122 .container-game .img-title {
    bottom: 1.2vw;
    margin-right: 0;
    height: auto;
  }
  .page-id-122 .container-game .title-bomb-img {
    height: 4.3vw;
  }
  .page-id-122 .container-game .block-play {
    margin-top: 40px;
    margin-left: 100px;
    width: 230px;
    height: 112px;
    border-radius: 153.214px;
    background: #ffbd2e;
    transition: 0.5s;
  }
  .page-id-122 .container-game .block-play:hover {
    background-color: #c78800;
  }
  .page-id-122 .container-game .block-play span {
    margin-right: 18px;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
  }
  .page-id-122 .container-play {
    position: relative;
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
    padding-left: 100px;
    padding-right: 100px;
    margin-bottom: 70px;
    background-image: url(../images/play-bg-d.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .page-id-122 .container-play .img-title {
    bottom: 1.2vw;
    margin-right: 0;
    height: auto;
  }
  .page-id-122 .container-play .block-title {
    padding-top: 300px;
    display: flex;
  }
  .page-id-122 .container-play .block-title .title-d {
    width: 45%;
    position: relative;
  }
  .page-id-122 .container-play .smile {
    right: 230px;
    top: 5px;
    height: auto;
  }
  .page-id-122 .container-play .sub-title {
    letter-spacing: -0.02em;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 20px;
  }
  .page-id-122 .container-play .block-mult {
    width: 31.2vw;
  }
  .page-id-122 .container-play .flex-mult-d {
    display: flex;
    grid-gap: 30px;
    justify-content: flex-end;
    margin-right: -23%;
  }
  .page-id-122 .container-play .teen {
    font-size: 16px;
    line-height: 20px;
    padding: 15px 25px;
    left: 22px;
    top: 20px;
  }
  .page-id-122 .container-brochures {
    padding-top: 100px;
    margin: 0 100px 40px;
    background-image: url(../images/bg-comix-d.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position-y: center;
  }
  .page-id-122 .container-brochures .flex-comix-d {
    display: flex;
    flex-direction: row-reverse;
  }
  .page-id-122 .container-brochures .flex-comix-d span {
    display: none;
  }
  .page-id-122 .container-brochures .block-title {
    width: 50%;
    padding-right: 7.2vw;
  }
  .page-id-122 .container-brochures .smile {
    width: auto;
    height: auto;
    position: absolute;
    left: 400px;
    bottom: 120px;
  }
  .page-id-122 .container-brochures .block-content {
    display: flex;
    margin-top: 0;
    justify-content: center;
    align-self: center;
    width: 50%;
    flex-direction: row;
  }
  .page-id-122 .container-brochures .block-content > div:nth-child(even) a {
    background: #3e5c8b;
  }
  .page-id-122 .container-show {
    padding-left: 100px;
    padding-right: 100px;
  }
  .page-id-122 .container-show .fled-d {
    display: flex;
    justify-content: space-between;
  }
  .page-id-122 .container-show .block-title {
    position: relative;
    width: 35%;
    padding-left: 40px;
  }
  .page-id-122 .container-show .children {
    font-size: 16px;
    padding: 14px 25px 15px;
  }
  .page-id-122 .container-show .smile {
    width: auto;
    height: auto;
    position: absolute;
    left: 80px;
    top: 240px;
  }
  .page-id-122 .container-show .smile2 {
    width: auto;
    height: auto;
    position: absolute;
    right: 80px;
    top: 240px;
  }
}
@media (min-width: 641px) and (max-width: 1023px) {
  .page-id-122 .header-container {
    clip-path: polygon(0 0, 100% 0, 100% 93%, 0 100%);
    padding-bottom: 35px;
    background: url(../images/teen_bg_h1_pad.png) 0% 60% no-repeat,
      url(../images/teen_bg_h2_pad.png) 100% 60% no-repeat,
      linear-gradient(
        252.44deg,
        rgba(57, 59, 123, 0) 0%,
        rgba(57, 59, 123, 0.5) 83.85%,
        rgba(57, 59, 123, 0) 100%
      ),
      #0b92d1;
  }
  .page-id-122 .header-container .bg-title1 {
    display: none;
  }
  .page-id-122 .header-container .bg-title2 {
    display: none;
  }
  .page-id-122 .header-content .title-block {
    display: flex;
    flex-direction: column;
    margin: 248px 0 0 0;
  }
  .page-id-122 .header-content .title-block .title-img {
    margin-top: 229px;
  }
  .page-id-122 .header-content h1 {
    margin: 0 auto;
    font-size: 167px;
    line-height: 111px;
  }
  .page-id-122 .header-content .title-text {
    margin: 0 auto;
    line-height: 55px;
    font-size: 55.4135px;
  }
  .page-id-122 .header-content .title-text-2 {
    font-size: 136.492px;
    line-height: 121px;
    margin: 0 auto;
  }
  .page-id-122 .header-content p {
    width: 85%;
    left: 7%;
    font-size: 16px;
    line-height: 20px;
  }
  .page-id-122 .container-rule {
    padding-left: 27px;
    padding-right: 27px;
  }
  .page-id-122 .container-rule .block-title {
    margin-left: 0;
  }
  .page-id-122 .container-rule .img-title {
    position: relative;
    bottom: 19px;
    margin-right: 5px;
    height: 25px;
  }
  .page-id-122 .container-rule .smile {
    width: 28px;
    height: 28px;
    position: absolute;
    right: 42px;
    bottom: 66px;
  }
  .page-id-122 .container-rule .content-block {
    display: flex;
    grid-gap: 38px;
    flex-wrap: wrap;
  }
  .page-id-122 .container-rule .content-block .item-1,
  .page-id-122 .container-rule .content-block .item-2,
  .page-id-122 .container-rule .content-block .item-3 {
    margin-top: 0;
    width: 46%;
  }
  .page-id-122 .container-mine {
    margin: 0 27px 0;
  }
  .page-id-122 .container-mine .block-title {
    width: 60%;
  }
  .page-id-122 .container-mine .img-title {
    bottom: 0px;
    margin-right: 5px;
    height: 25px;
  }
  .page-id-122 .container-mine .smile {
    width: 37px;
    height: 37px;
    position: absolute;
    right: 145px;
  }
  .page-id-122 .container-remember {
    margin-top: 150px;
  }
  .page-id-122 .container-remember .img-title {
    position: relative;
    bottom: 19px;
    margin-right: 5px;
    height: 25px;
  }
  .page-id-122 .container-remember .smile {
    width: 31px;
    height: 31px;
    position: absolute;
    right: 160px;
    top: 60px;
  }
  .page-id-122 .container-game .flex-d {
    margin: 130px 75px 0;
  }
  .page-id-122 .container-game .img-title {
    position: relative;
    bottom: 11px;
    margin-right: 0px;
    height: 25px;
  }
  .page-id-122 .container-play {
    padding-left: 27px;
    padding-right: 27px;
  }
  .page-id-122 .container-play .block-title {
    padding-top: 100px;
  }
  .page-id-122 .container-play .block-mult {
    width: 48%;
  }
  .page-id-122 .container-play .img-title {
    position: relative;
    bottom: 8px;
    margin-right: 5px;
    height: 25px;
  }
  .page-id-122 .container-play .smile {
    position: absolute;
    right: 59px;
    top: 125px;
    height: 30px;
  }
  .page-id-122 .container-play .flex-mult-d {
    margin-right: 0;
  }
  .page-id-122 .container-brochures {
    padding-top: 100px;
    padding-bottom: 114px;
    margin: 0 27px 40px;
    background-image: url(../images/bg-comix-d.png);
  }
  .page-id-122 .container-show {
    padding-left: 30px;
    padding-right: 30px;
  }
  .page-id-122 .container-show .block-title {
    width: 83%;
    padding-left: 0;
  }
  .page-id-122 .container-show .smile {
    top: 84px;
  }
  .page-id-122 .container-show .smile2 {
    top: 85px;
  }
}

.page-id-120 .body-parallax {
  background-color: #deb661;
}
.page-id-120 .header-container {
  padding-bottom: 250px;
  background: linear-gradient(
    252.44deg,
    rgba(238, 197, 110, 0) 0%,
    rgba(81, 186, 76, 0.3490196078) 83.85%,
    rgba(238, 197, 110, 0) 99.48%
  );
}
.page-id-120 .polygon-saperator {
  background-color: #deb661;
  clip-path: polygon(0 100%, 100% 0, 100% 100%, 0% 100%);
}
.page-id-120 .bg-section {
  background-color: #deb661;
}
.page-id-120 .header-content .title-block {
  position: relative;
  margin: 40px 15px 0 15px;
  padding-bottom: 70px;
}
.page-id-120 .header-content .title-block .title-img {
  position: absolute;
  left: -15px;
  top: 80px;
}
.page-id-120 .header-content h1 {
  font-weight: 600;
  font-size: 72px;
  line-height: 66px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  text-align: left;
}
.page-id-120 .header-content .title-text {
  font-weight: 600;
  font-size: 90px;
  line-height: 81px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
.page-id-120 .header-content p {
  margin-top: 70px;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.02em;
}
.page-id-120 .header-content .sub-title {
  text-transform: uppercase;
  margin-top: 7px;
  margin-left: 10px;
}
.page-id-120 .container-mine {
  padding-top: 80px;
}
.page-id-120 .container-rule {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 100px;
  padding-top: 80px;
}
.page-id-120 .container-rule .block-title {
  position: relative;
}
.page-id-120 .container-rule .sub-title {
  font-size: 13.7246px;
  line-height: 15px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.page-id-120 .container-rule .img-title {
  position: relative;
  bottom: 19px;
  margin-right: 5px;
  height: 25px;
}
.page-id-120 .container-rule .smile {
  width: 28px;
  height: 28px;
  position: absolute;
  right: 42px;
  bottom: 42px;
}
.page-id-120 .container-rule .block-img {
  padding-bottom: 10px;
  border-radius: 38px 44.423px 3.17307px 6.34615px;
}
.page-id-120 .container-rule .item-1 .block-img {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 5%, #ffbd2e 0%);
}
.page-id-120 .container-rule .item-1 .item-number {
  background: #ffbd2e;
  position: relative;
  bottom: 17px;
  left: 5%;
}
.page-id-120 .container-rule .item-2 .block-img {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 5%, #e14842 0%);
}
.page-id-120 .container-rule .item-2 .item-number {
  background: #e14842;
  position: relative;
  bottom: 17px;
  left: 5%;
}
.page-id-120 .container-rule .item-3 .block-img {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 5%, #00aeef 0%);
}
.page-id-120 .container-rule .item-3 .item-number {
  background: #00aeef;
  position: relative;
  bottom: 17px;
  left: 5%;
}
.page-id-120 .container-rule .item-img {
  width: 95%;
}
.page-id-120 .container-rule .item-block {
  margin-bottom: 20px;
}
.page-id-120 .container-rule .item-number {
  display: inline-block;
  border-radius: 0px 44.423px 3.17307px 6.34615px;
  height: 58px;
  width: 58px;
}
.page-id-120 .container-rule .item-number span {
  display: block;
  padding-top: 20px;
  padding-left: 15px;
}
.page-id-120 .container-rule .item-title {
  font-family: "Yanone Kaffeesatz";
  font-weight: 500;
  font-size: 29.1923px;
  line-height: 29px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.page-id-120 .container-rule .item-title img {
  height: 16px;
}
.page-id-120 .container-rule .flex-end {
  align-self: center;
  margin-left: 30px;
  margin-top: 10px;
}
.page-id-120 .container-slider {
  margin-bottom: 70px;
}
.page-id-120 .container-slider .subtitle-block-d {
  display: none;
}
.page-id-120 .container-slider .block-title {
  margin-right: 15px;
  margin-left: 15px;
  position: relative;
}
.page-id-120 .container-slider .sub-title {
  font-size: 13.7246px;
  line-height: 15px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.page-id-120 .container-slider .img-title {
  position: relative;
  bottom: 0px;
  margin-right: 5px;
  height: 25px;
}
.page-id-120 .container-slider .smile {
  width: 31px;
  height: 31px;
  position: absolute;
  right: 160px;
  top: 60px;
}
.page-id-120 .container-slider .slide-block {
  display: flex;
  align-items: flex-end;
  margin-top: 55px;
  position: relative;
  padding: 16px;
  width: 144.6px;
  height: 168.59px;
  background: rgba(255, 255, 255, 0.1490196078);
  border-radius: 5.59265px;
}
.page-id-120 .container-slider .slider-area {
  margin-bottom: 20px;
}
.page-id-120 .container-slider .swiper-wrapper {
  margin-left: 10px;
}
.page-id-120 .container-slider .swiper-slide {
  width: 210px;
  margin-right: 0px;
}
.page-id-120 .container-slider .swiper-slide .slide-img {
  position: absolute;
  transform: translate(0, -50%);
  top: 38%;
  left: 15px;
  z-index: 1;
}
.page-id-120 .container-play {
  clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 70px;
  background-image: url(../images/play-bg-kids.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.page-id-120 .container-play .smile {
  position: absolute;
  right: 182px;
  top: 125px;
  height: 30px;
}
.page-id-120 .container-play .block-title {
  padding-top: 122px;
  margin-bottom: 50px;
  position: relative;
}
.page-id-120 .container-play .img-title {
  position: relative;
  bottom: 19px;
  margin-right: 5px;
  height: 25px;
}
.page-id-120 .container-play .play-around {
  display: block;
  margin: 50px auto 0;
  transition: 0.5s;
}
.page-id-120 .container-play .play-around:hover {
  transform: scale(1.5);
}
.page-id-120 .container-brochures {
  background-image: url(../images/bg-comix-kids.png);
  background-repeat: no-repeat;
  background-position-y: 85%;
  background-size: 100%;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 220px;
}
.page-id-120 .container-brochures .item-text span {
  display: none;
}
.page-id-120 .container-brochures .block-content {
  display: flex;
  margin-top: 0;
  grid-gap: 10px;
  margin-top: 140px;
}
.page-id-120 .container-brochures .block-content > div {
  width: 50%;
}
.page-id-120 .container-brochures .block-content > div:nth-child(even) a {
  background: #13ad2d;
}
.page-id-120 .container-brochures .block-title {
  position: relative;
}
.page-id-120 .container-brochures .smile {
  width: 28px;
  height: 28px;
  position: absolute;
  right: 70px;
  bottom: 66px;
}
.page-id-120 .container-brochures .item-text {
  font-style: normal;
  font-weight: 600;
  font-size: 8px;
  line-height: 11px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin: 0;
}
.page-id-120 .container-brochures .item-img {
  height: 10px;
}
.page-id-120 .container-mult {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 70px;
}
.page-id-120 .container-mult .block-mult {
  position: relative;
}
.page-id-120 .container-mult .block-mult a {
  display: none;
}
.page-id-120 .container-mult .mult-1 {
  width: 100%;
}
.page-id-120 .container-mult .play-around {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.page-id-120 .container-riddle {
  margin-right: 15px;
  margin-left: 15px;
  padding-bottom: 100px;
}
.page-id-120 .container-riddle .block-title {
  position: relative;
}
.page-id-120 .container-riddle .sub-title {
  font-size: 13.7246px;
  line-height: 15px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.page-id-120 .container-riddle .smile {
  position: absolute;
  height: 27px;
  right: 25px;
  top: 6px;
}
.page-id-120 .container-riddle .block-play {
  margin-top: 10px;
  justify-content: center;
  align-items: center;
  width: 194px;
  height: 78px;
  border-radius: 153.214px;
  background: #00aeef;
  transition: 0.5s;
}
.page-id-120 .container-riddle .block-play:hover {
  background: #049bd3;
}
.page-id-120 .container-riddle .block-play img {
  height: 36px;
}
.page-id-120 .container-riddle .block-play span {
  margin-right: 18px;
  font-size: 12.5357px;
  line-height: 15px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.page-id-120 .container-mine {
  padding-top: 80px;
}
.page-id-120 .container-mine .subtitle-block-d {
  display: none;
}
.page-id-120 .container-mine .block-title {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}
.page-id-120 .container-mine .sub-title {
  font-size: 13.7246px;
  line-height: 15px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.page-id-120 .container-mine .img-title {
  position: relative;
  bottom: 0px;
  margin-right: 5px;
  height: 25px;
}
.page-id-120 .container-mine .smile {
  width: 37px;
  height: 37px;
  position: absolute;
  right: 122px;
  top: 3px;
}
.page-id-120 .container-mine .waraper-subtitle {
  padding-right: 15px;
  padding-left: 15px;
}
.page-id-120 .container-mine .subtitle-block {
  margin-left: auto;
  width: 144px;
  height: 144px;
  background-color: #e14842;
  border-radius: 100%;
}
.page-id-120 .container-mine .subtitle-block .arrow-tilted {
  margin-left: 87px;
}
.page-id-120 .container-mine .subtitle-block p {
  text-transform: uppercase;
  margin: 37px 37px 5px;
  font-weight: 500;
  font-size: 10.1053px;
  line-height: 13px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
@media (min-width: 641px) {
  .page-id-120 h2 {
    font-weight: 400;
    font-size: 6.1vw;
    line-height: 5.3vw;
    letter-spacing: -0.01em;
    text-transform: uppercase;
  }
  .page-id-120 .nav-block {
    padding-top: 30px;
    display: flex;
  }
  .page-id-120 .nav-block hr {
    display: none;
  }
  .page-id-120 .nav-block .icon-nav {
    height: auto;
    margin-right: 15px;
  }
  .page-id-120 .nav-link {
    margin-right: 55px;
    margin-right: 55px;
  }
  .page-id-120 .nav-menu {
    align-items: center;
  }
  .page-id-120 .nav-menu .nav-link {
    width: auto;
  }
  .page-id-120 .nav-menu .nav-text {
    font-size: inherit;
    line-height: inherit;
    position: relative;
    bottom: 10px;
  }
  .page-id-120 .logo-block {
    margin-left: 60px;
    width: 40%;
    align-items: center;
  }
  .page-id-120 .logo-block .nav-text {
    font-size: inherit;
    line-height: inherit;
    margin-right: 15px;
    bottom: 7px;
    position: relative;
  }
  .page-id-120 .logo-block .nav-arrow {
    height: auto;
  }
  .page-id-120 .nav-arrow {
    margin-right: 15px;
  }
  .page-id-120 .nav-logo .logo-img {
    height: auto;
  }
  .page-id-120 .container-mine {
    margin: 0 100px 0;
  }
  .page-id-120 .container-mine .subtitle-block-d {
    display: flex;
    width: 282px;
    height: 100px;
    background-color: #e14842;
    border-radius: 90px;
    transition: 0.5s;
  }
  .page-id-120 .container-mine .subtitle-block-d:hover {
    background-color: #bc413c;
  }
  .page-id-120 .container-mine .subtitle-block-d p {
    color: #ffffff;
    text-transform: uppercase;
    margin: 20px 20px 20px 50px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.02em;
  }
  .page-id-120 .container-mine .subtitle-block-d .arrow-tilted {
    height: 20px;
    margin: 40px 50px 40px 20px;
  }
  .page-id-120 .container-mine .flex-d {
    display: flex;
  }
  .page-id-120 .container-mine .waraper-subtitle {
    display: none;
  }
  .page-id-120 .container-mine .block-title {
    position: relative;
    width: 50%;
    margin-right: 0;
    margin-left: 0;
  }
  .page-id-120 .container-mine .sub-title {
    font-size: 18px;
    line-height: 20px;
  }
  .page-id-120 .container-mine .img-title {
    height: auto;
  }
  .page-id-120 .container-mine .smile {
    width: auto;
    height: auto;
    right: 23vw;
  }
  .page-id-120 .container-mine .subtitle-wrapper {
    display: none;
  }
  .page-id-120 .container-mine .slide-title {
    margin: 0;
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 1.25vw;
    letter-spacing: -0.02em;
    text-transform: uppercase;
  }
  .page-id-120 .container-mine .slide-subtitle {
    margin-top: 10px;
    font-weight: 500;
    font-size: 1.36vw;
    line-height: 1.36vw;
    letter-spacing: -0.02em;
    text-transform: uppercase;
  }
  .page-id-120 .container-mine .slide-content {
    padding: 30px;
    padding: 30px;
  }
  .page-id-120 .header-content h1 {
    margin-left: 8vw;
    margin-top: 140px;
    font-size: 16.25vw;
    line-height: 13.25vw;
    text-align: left;
  }
  .page-id-120 .header-content .title-text {
    margin-left: 30vw;
    font-size: 16.25vw;
    line-height: 14.25vw;
  }
  .page-id-120 .header-content .title-block-d {
    margin-left: auto;
    width: 49%;
  }
  .page-id-120 .header-content .title-content-d {
    width: 648px;
  }
  .page-id-120 .header-content .sub-title {
    text-transform: uppercase;
    margin-top: 25px;
    margin-left: 10px;
    font-size: 18px;
    line-height: 20px;
  }
  .page-id-120 .header-content .arrow-down-d {
    top: -114px;
    left: -20px;
    position: relative;
  }
  .page-id-120 .header-content p {
    margin-left: -9px;
    margin-top: 0px;
    font-size: 24px;
    line-height: 30px;
  }
  .page-id-120 .container-rule {
    padding-right: 100px;
    padding-left: 100px;
  }
  .page-id-120 .container-rule .sub-title {
    font-size: 18px;
    line-height: 20px;
  }
  .page-id-120 .container-rule .block-title {
    width: 35vw;
    margin-left: 48vw;
  }
  .page-id-120 .container-rule .img-title {
    bottom: 1vw;
    height: auto;
  }
  .page-id-120 .container-rule .smile {
    width: auto;
    height: auto;
  }
  .page-id-120 .container-rule .content-block {
    display: flex;
    grid-gap: 60px;
  }
  .page-id-120 .container-rule .item-number {
    border-radius: 0px 52.423px 4.17307px 6.34615px;
    height: 70px;
    width: 70px;
  }
  .page-id-120 .container-rule .flex-end {
    margin-left: 40px;
    margin-top: 20px;
  }
  .page-id-120 .container-rule .item-title {
    font-size: 2.4vw;
    line-height: 2.4vw;
  }
  .page-id-120 .container-rule .item-2 {
    margin-top: 100px;
  }
  .page-id-120 .container-rule .item-3 {
    margin-top: 190px;
  }
  .page-id-120 .container-slider {
    margin: 0 0 70px 0;
  }
  .page-id-120 .container-slider .img-title {
    bottom: 1.3vw;
    height: auto;
  }
  .page-id-120 .container-slider .smile {
    width: auto;
    height: auto;
  }
  .page-id-120 .container-slider .slide-block {
    display: flex;
    align-items: flex-end;
    margin-top: 150px;
    margin-right: 4.3vw;
    padding: 30px;
    height: 21.4vw;
    background: rgba(255, 255, 255, 0.1215686275);
    border-radius: 10px;
    width: auto;
  }
  .page-id-120 .container-slider .slider-area {
    margin: 0 100px 0;
  }
  .page-id-120 .container-slider .block-title {
    position: relative;
    width: 75%;
    margin-right: 0;
    margin-left: 0;
  }
  .page-id-120 .container-slider .flex-d {
    display: flex;
    justify-content: space-between;
    margin: 0 100px;
  }
  .page-id-120 .container-slider .subtitle-block-d {
    display: block;
    align-self: flex-end;
    margin-right: 71px;
    margin-bottom: 20px;
    width: 228px;
    height: 228px;
    background-color: #e14842;
    border-radius: 100%;
    transition: 0.5s;
  }
  .page-id-120 .container-slider .subtitle-block-d:hover {
    background-color: #bc413c;
  }
  .page-id-120 .container-slider .subtitle-block-d p {
    color: #fff;
    text-transform: uppercase;
    margin: 60px 60px 28px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.02em;
  }
  .page-id-120 .container-slider .subtitle-block-d .arrow-tilted {
    margin-left: 140px;
  }
  .page-id-120 .container-play {
    position: relative;
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
    padding-left: 100px;
    padding-right: 100px;
    margin-bottom: 70px;
    background-image: url(../images/play-bg-kids-d.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .page-id-120 .container-play .img-title {
    bottom: 1.2vw;
    margin-right: 0;
    height: auto;
  }
  .page-id-120 .container-play .block-title {
    padding-top: 220px;
    padding-bottom: 300px;
    display: flex;
  }
  .page-id-120 .container-play .block-title .title-d {
    width: 45%;
    position: relative;
  }
  .page-id-120 .container-play .smile {
    right: 230px;
    top: 5px;
    height: auto;
  }
  .page-id-120 .container-brochures {
    padding-top: 161px;
    margin: 0 100px 0;
    background-image: url(../images/bg-comix-kids-d.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position-y: 0%;
    padding-bottom: 150px;
  }
  .page-id-120 .container-brochures .flex-comix-d {
    display: flex;
    flex-direction: row-reverse;
  }
  .page-id-120 .container-brochures .block-content {
    justify-content: center;
    align-self: center;
    width: 53%;
    grid-gap: 20px;
    flex-direction: row;
    margin-top: 0;
  }
  .page-id-120 .container-brochures .block-title {
    width: 50%;
  }
  .page-id-120 .container-brochures .smile {
    width: auto;
    height: auto;
    position: absolute;
    left: 400px;
    bottom: 120px;
  }
  .page-id-120 .container-brochures .block-btn {
    margin-top: 0;
    justify-content: center;
    align-self: center;
    width: 50%;
    grid-gap: 20px;
  }
  .page-id-120 .container-brochures .item-text {
    font-size: 0.9375vw;
    line-height: 1.14583vw;
  }
  .page-id-120 .container-brochures .item-1 {
    width: 314px;
    height: 112px;
  }
  .page-id-120 .container-brochures .item-2 {
    width: 314px;
    height: 112px;
  }
  .page-id-120 .container-brochures .item-img {
    height: auto;
  }
  .page-id-120 .container-mult {
    margin: 100px 100px 150px;
  }
  .page-id-120 .container-mult .flex-d {
    display: flex;
    grid-gap: 82px;
  }
  .page-id-120 .container-mult .block-mult {
    width: 50%;
  }
  .page-id-120 .container-mult .mult-1 {
    border-radius: 15px;
  }
  .page-id-120 .container-riddle .flex-d {
    display: flex;
    margin: 150px 100px 0;
  }
  .page-id-120 .container-riddle .block-title {
    width: 50%;
  }
  .page-id-120 .container-riddle .img-title {
    bottom: 1.2vw;
    margin-right: 0;
    height: auto;
  }
  .page-id-120 .container-riddle .title-bomb-img {
    height: 4.3vw;
  }
  .page-id-120 .container-riddle .block-play {
    margin-top: 40px;
    margin-left: 100px;
    width: 316px;
    height: 112px;
    border-radius: 153.214px;
  }
  .page-id-120 .container-riddle .block-play span {
    margin-right: 18px;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
  }
  .page-id-120 .container-riddle .smile {
    height: auto;
    right: 200px;
  }
  .page-id-120 .container-riddle .sub-title {
    font-size: 24px;
    line-height: 20px;
  }
}
@media (max-width: 640px) {
  .page-id-120 .header-container .title-content-d {
    display: flex;
    flex-direction: column-reverse;
  }
  .page-id-120 .header-container .sub-title {
    text-transform: uppercase;
    margin-top: 7px;
    margin-left: 25px;
  }
  .page-id-120 .header-container .arrow-down-d {
    position: absolute;
    bottom: 76px;
  }
}
@media (min-width: 641px) and (max-width: 1023px) {
  .page-id-120 .header-content .title-content-d {
    width: 430px;
  }
  .page-id-120 .header-content .title-block-d {
    width: 61%;
  }
  .page-id-120 .container-mine {
    margin: 0 27px 0;
  }
  .page-id-120 .container-mine .img-title {
    bottom: 0px;
    margin-right: 5px;
    height: 25px;
  }
  .page-id-120 .container-mine .smile {
    width: 37px;
    height: 37px;
  }
  .page-id-120 .container-rule {
    margin-bottom: 40px;
    padding-right: 27px;
    padding-left: 27px;
  }
  .page-id-120 .container-rule .img-title {
    bottom: 10px;
    margin-right: 5px;
    height: 25px;
  }
  .page-id-120 .container-rule .smile {
    width: 28px;
    height: 28px;
  }
  .page-id-120 .container-rule .content-block {
    display: flex;
    grid-gap: 38px;
    flex-wrap: wrap;
  }
  .page-id-120 .container-rule .content-block .item-1,
  .page-id-120 .container-rule .content-block .item-2,
  .page-id-120 .container-rule .content-block .item-3 {
    margin-top: 0;
    width: 46%;
  }
  .page-id-120 .container-slider {
    margin: 0 27px 70px 27px;
  }
  .page-id-120 .container-slider .slider-area {
    margin: 0;
  }
  .page-id-120 .container-slider .img-title {
    bottom: 0px;
    margin-right: 5px;
    height: 25px;
  }
  .page-id-120 .container-slider .smile {
    width: 31px;
    height: 31px;
  }
  .page-id-120 .container-slider .flex-d {
    margin: 0;
  }
  .page-id-120 .container-play {
    padding-left: 27px;
    padding-right: 27px;
  }
  .page-id-120 .container-play .img-title {
    bottom: 10px;
    margin-right: 5px;
    height: 25px;
  }
  .page-id-120 .container-play .smile {
    height: 30px;
  }
  .page-id-120 .container-play .block-title {
    padding-top: 150px;
    padding-bottom: 130px;
  }
  .page-id-120 .container-brochures {
    padding-top: 90px;
    margin: 0 27px 0;
  }
  .page-id-120 .container-mult {
    margin: 70px 27px 101px;
  }
  .page-id-120 .container-riddle .flex-d {
    display: flex;
    margin: 100px 27px 0;
  }
}

.page-id-448 {
  /* container-brochures */
  /* container-lesson */
  /* section-download */
  /* container-play */
  /* section-video */
  /* container-material */
  /* container-look */
  /* container-game */
}
.page-id-448 .body-parallax {
  background-color: #4d175b;
}
.page-id-448 .header-container {
  clip-path: polygon(0 0, 100% 0, 100% 93%, 0 100%);
  padding-bottom: 250px;
  background: linear-gradient(
    252.44deg,
    rgba(77, 23, 91, 0) 0%,
    #3e5c8b 70.08%,
    rgba(77, 23, 91, 0) 99.48%
  );
}
.page-id-448 .polygon-saperator {
  background-color: #4d175b;
  clip-path: polygon(0 100%, 100% 0, 100% 100%, 0% 100%);
}
.page-id-448 .bg-section {
  background-color: #4d175b;
}
.page-id-448 .header-content .title-block {
  position: relative;
  margin: 40px 15px 0 15px;
  padding-bottom: 70px;
}
.page-id-448 .header-content .title-block .title-img {
  position: absolute;
  left: -15px;
  top: 130px;
}
.page-id-448 .header-content h1 {
  font-weight: 600;
  font-size: 105.996px;
  line-height: 94px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  text-align: left;
}
.page-id-448 .header-content .title-text {
  font-weight: 600;
  font-size: 85.8751px;
  line-height: 76px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
.page-id-448 .header-content p {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.02em;
}
.page-id-448 .header-content .sub-title {
  text-transform: uppercase;
  margin-top: 7px;
  margin-left: 10px;
}
.page-id-448 .container-brochures {
  background-repeat: no-repeat;
  background-position-y: 85%;
  background-size: 100%;
  padding-top: 40px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 110px;
}
.page-id-448 .container-brochures .item-text span {
  display: none;
}
.page-id-448 .container-brochures .item--teen {
  background: #00aeef;
}
.page-id-448 .container-brochures .item--teen:first-child {
  background: #ffbd2e;
}
.page-id-448 .container-brochures .second-block .item--teen:first-child {
  background: #ffbd2e;
}
.page-id-448 .container-brochures .block-content {
  flex-direction: column;
}
.page-id-448 .container-brochures .sub-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.page-id-448 .container-brochures .block-btn {
  margin-top: 46px;
  align-items: center;
  flex-direction: column;
  grid-gap: 10px;
}
.page-id-448 .container-brochures .item-1 {
  justify-content: space-around;
  align-items: center;
  width: 197.1px;
  height: 85.81px;
  background: #ffbd2e;
  border-radius: 220px;
  margin-bottom: 10px;
}
.page-id-448 .container-brochures .item-2 {
  justify-content: space-around;
  align-items: center;
  width: 231.29px;
  height: 85.81px;
  background: #ffbd2e;
  border-radius: 220px;
}
.page-id-448 .container-brochures .item-3 {
  justify-content: space-around;
  align-items: center;
  width: 236.65px;
  height: 85.81px;
  background: #00aeef;
  border-radius: 220px;
  margin-bottom: 10px;
}
.page-id-448 .container-brochures .item-4 {
  justify-content: space-around;
  align-items: center;
  width: 236.65px;
  height: 85.81px;
  background: #00aeef;
  border-radius: 220px;
}
.page-id-448 .container-brochures .item-text {
  font-style: normal;
  font-weight: 600;
  font-size: 12.0673px;
  line-height: 15px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin: 0;
}
.page-id-448 .container-brochures .item-subtext {
  font-weight: 600;
  font-size: 9.38569px;
  line-height: 9px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin: 0;
}
.page-id-448 .container-brochures .item-img {
  height: 10px;
}
.page-id-448 .container-lesson {
  padding-bottom: 70px;
}
.page-id-448 .container-lesson .block-title {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}
.page-id-448 .container-lesson .block-title .smile {
  width: 26px;
  height: 26px;
  position: absolute;
  right: 82px;
}
.page-id-448 .container-lesson .slide {
  width: 286.24px;
}
.page-id-448 .container-lesson h4 {
  margin-top: 20px;
  font-weight: 500;
  font-size: 26.6463px;
  line-height: 27px;
  letter-spacing: -0.02em;
}
.page-id-448 .container-lesson h4 p {
  margin: 0;
}
.page-id-448 .container-lesson .swiper-wrapper {
  margin-left: 15px;
}
.page-id-448 .container-lesson .swiper-slide img {
  border-radius: 10px;
}
.page-id-448 .container-lesson .swiper-slide img.wp-post-image {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.page-id-448 .container-lesson .slider-lesson .sub-text {
  font-weight: 500;
  font-size: 13.9024px;
  line-height: 17px;
  letter-spacing: -0.02em;
  opacity: 0.8;
}
.page-id-448 .container-lesson .slider-lesson .block-play {
  margin-top: 30px;
  justify-content: space-evenly;
  align-items: center;
  width: 272px;
  height: 89px;
  border-radius: 153.214px;
  background: #00aeef;
  transition: 0.5s;
}
.page-id-448 .container-lesson .slider-lesson .block-play:hover {
  background: #06bdff;
}
.page-id-448 .container-lesson .slider-lesson .block-play .btn-play {
  border-radius: 0;
}
.page-id-448 .section-download {
  background-image: url(../images/bg-plan-dl-teacher.png);
  background-repeat: no-repeat;
  background-position-y: 85%;
  background-size: 100%;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 217px;
}
.page-id-448 .section-download .block-dl {
  margin: 175px auto 0;
  justify-content: space-evenly;
  align-items: center;
  width: 252px;
  height: 89.89px;
  border-radius: 153.214px;
  background: #00aeef;
  padding: 0 29px 0 29px;
  transition: 0.5s;
}
.page-id-448 .section-download .block-dl:hover {
  background: #06bdff;
}
.page-id-448 .section-download .block-dl span {
  font-weight: 600;
  font-size: 14.4459px;
  line-height: 18px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.page-id-448 .container-play {
  padding-right: 15px;
  padding-left: 15px;
}
.page-id-448 .container-play .block-title {
  position: relative;
}
.page-id-448 .container-play .block-title .smile {
  width: 38px;
  height: 38px;
  position: absolute;
  right: 18px;
}
.page-id-448 .container-play .block-play {
  margin: 40px auto 0;
  justify-content: space-evenly;
  align-items: center;
  width: 272px;
  height: 99.56px;
  border-radius: 153.214px;
  background: #00aeef;
  transition: 0.5s;
}
.page-id-448 .container-play .block-play:hover {
  background: #06bdff;
}
.page-id-448 .container-play .block-play span {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.page-id-448 .section-video .block-title {
  position: relative;
}
.page-id-448 .section-video .img-title {
  position: relative;
  bottom: 19px;
  margin-right: 5px;
  height: 25px;
}
.page-id-448 .section-video .smile {
  width: 37px;
  height: 37px;
  position: absolute;
  right: 122px;
  top: 50px;
}
.page-id-448 .section-video .block-content h4 {
  margin-top: 20px;
  text-transform: none;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -0.02em;
}
.page-id-448 .section-video .children {
  background: #ffbd2e;
}
.page-id-448 .section-video .teen {
  background: #00aeef;
}
.page-id-448 .section-video .block-content {
  flex-direction: column;
}
.page-id-448 .container-material {
  margin-top: 70px;
  padding-right: 15px;
  padding-left: 15px;
}
.page-id-448 .container-material .block-title {
  position: relative;
}
.page-id-448 .container-material .block-play {
  margin: 40px auto 0;
  justify-content: space-evenly;
  align-items: center;
  width: 272px;
  height: 99.56px;
  border-radius: 153.214px;
  background: #00aeef;
  transition: 0.5s;
}
.page-id-448 .container-material .block-play:hover {
  background: #06bdff;
}
.page-id-448 .container-material .block-play span {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.page-id-448 .container-look {
  margin-top: 75px;
  margin-bottom: 72px;
}
.page-id-448 .container-look .subtitle-block-d {
  display: none;
}
.page-id-448 .container-look .block-title {
  position: relative;
  margin-right: 15px;
  margin-left: 15px;
}
.page-id-448 .container-look .sub-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.02em;
}
.page-id-448 .container-look .img-title {
  position: relative;
  bottom: 19px;
  margin-right: 5px;
  height: 25px;
}
.page-id-448 .container-look .smile {
  width: 37px;
  height: 37px;
  position: absolute;
  right: 145px;
}
.page-id-448 .container-look .subtitle-wraper {
  margin-right: 15px;
  margin-left: 15px;
}
.page-id-448 .container-look .subtitle-block {
  margin-left: auto;
  width: 144px;
  height: 144px;
  background-color: #ffbd2e;
  border-radius: 100%;
}
.page-id-448 .container-look .subtitle-block .arrow-tilted {
  margin-left: 87px;
}
.page-id-448 .container-look .subtitle-block p {
  text-transform: uppercase;
  margin: 37px 37px 5px;
  font-weight: 500;
  font-size: 10.1053px;
  line-height: 13px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.page-id-448 .container-look .slider-mine {
  margin-bottom: 20px;
}
.page-id-448 .container-remember {
  margin-bottom: 70px;
}
.page-id-448 .container-remember .subtitle-block-d {
  display: none;
}
.page-id-448 .container-remember .block-title {
  position: relative;
  margin-right: 15px;
  margin-left: 15px;
}
.page-id-448 .container-remember .sub-title {
  font-size: 13.7246px;
  line-height: 15px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.page-id-448 .container-game {
  padding-top: 60px;
  padding-right: 15px;
  padding-left: 15px;
  box-shadow: inset 0px 27px 45px -36px rgba(0, 0, 0, 0.75);
  clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
  padding-bottom: 80px;
  background-color: #3d1148;
}
.page-id-448 .container-game .block-title {
  position: relative;
}
.page-id-448 .container-game .img-title {
  position: relative;
  bottom: 19px;
  margin-right: 5px;
  height: 25px;
}
.page-id-448 .container-game .title-bomb-img {
  height: 43px;
}
.page-id-448 .container-game .block-play {
  margin-top: 10px;
  margin-left: auto;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 78px;
  border-radius: 153.214px;
  background: #13ad2d;
  transition: 0.5s;
}
.page-id-448 .container-game .block-play:hover {
  background: #1ce03d;
}
.page-id-448 .container-game .block-play img {
  height: 36px;
}
.page-id-448 .container-game .block-play span {
  margin-right: 18px;
  font-size: 12.5357px;
  line-height: 15px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
@media (min-width: 641px) {
  .page-id-448 {
    /* header */
    /* container-brochures */
    /* container-lesson */
    /* container-play */
    /* section-video */
    /* container-material */
    /* container-look */
    /* container-game */
  }
  .page-id-448 h2 {
    font-weight: 400;
    font-size: 6.1vw;
    line-height: 5.3vw;
    letter-spacing: -0.01em;
    text-transform: uppercase;
  }
  .page-id-448 .nav-block {
    padding-top: 30px;
    display: flex;
  }
  .page-id-448 .nav-block hr {
    display: none;
  }
  .page-id-448 .nav-link {
    margin-right: 55px;
  }
  .page-id-448 .nav-menu .nav-link {
    width: auto;
  }
  .page-id-448 .logo-block {
    margin-left: 60px;
    width: 40%;
    align-items: center;
  }
  .page-id-448 .nav-menu {
    align-items: center;
  }
  .page-id-448 .nav-link {
    margin-right: 55px;
  }
  .page-id-448 .nav-menu .nav-text {
    font-size: inherit;
    line-height: inherit;
    position: relative;
    bottom: 10px;
  }
  .page-id-448 .nav-block .icon-nav {
    height: auto;
    margin-right: 15px;
  }
  .page-id-448 .logo-block .nav-text {
    font-size: inherit;
    line-height: inherit;
    margin-right: 15px;
    bottom: 7px;
    position: relative;
  }
  .page-id-448 .logo-block .nav-arrow {
    height: auto;
  }
  .page-id-448 .nav-arrow {
    margin-right: 15px;
  }
  .page-id-448 .nav-logo .logo-img {
    height: auto;
  }
  .page-id-448 .header-content h1 {
    margin-left: 8vw;
    margin-top: 140px;
    font-size: 16.25vw;
    line-height: 13.25vw;
  }
  .page-id-448 .header-content .title-text {
    margin-left: 20vw;
    font-size: 16.25vw;
    line-height: 14.25vw;
  }
  .page-id-448 .header-content .title-block-d {
    margin-left: auto;
    width: 49%;
  }
  .page-id-448 .header-content .title-content-d {
    max-width: 648px;
    margin-top: 50px;
  }
  .page-id-448 .header-content .sub-title {
    text-transform: uppercase;
    margin-top: 7px;
    margin-left: 10px;
    font-size: 18px;
    line-height: 20px;
  }
  .page-id-448 .header-content .arrow-down-d {
    top: -91px;
    position: relative;
  }
  .page-id-448 .header-content p {
    margin-left: 30px;
    margin-top: 15px;
    font-size: 24px;
    line-height: 30px;
  }
  .page-id-448 .container-brochures {
    padding-top: 297px;
    margin: 0 100px 0;
    background-image: url(../images/bg-comix-kids-d.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position-y: center;
  }
  .page-id-448 .container-brochures .flex-comix-d {
    display: flex;
    flex-direction: row-reverse;
  }
  .page-id-448 .container-brochures .block-title {
    width: 50%;
  }
  .page-id-448 .container-brochures .smile {
    width: auto;
    height: auto;
    position: absolute;
    left: 400px;
    bottom: 120px;
  }
  .page-id-448 .container-brochures .block-btn {
    display: flex;
    flex-direction: row;
    margin-top: 0;
    justify-content: center;
    align-self: center;
    width: 50%;
    grid-gap: 20px;
  }
  .page-id-448 .container-brochures .item-text {
    font-size: 18px;
    line-height: 22px;
  }
  .page-id-448 .container-brochures .item-1,
  .page-id-448 .container-brochures .item-2,
  .page-id-448 .container-brochures .item-3,
  .page-id-448 .container-brochures .item-4 {
    width: 324px;
    height: 112px;
    margin-bottom: 15px;
  }
  .page-id-448 .container-brochures .item-img {
    height: auto;
  }
  .page-id-448 .container-brochures .block-title {
    width: 50%;
  }
  .page-id-448 .container-lesson {
    margin-top: 100px;
    padding-right: 100px;
    padding-left: 100px;
  }
  .page-id-448 .container-lesson .block-title {
    width: 800px;
  }
  .page-id-448 .container-lesson .block-title .smile {
    width: auto;
    height: auto;
    position: absolute;
    right: 230px;
  }
  .page-id-448 .container-lesson .block-title p {
    font-size: 24px;
    line-height: 28px;
  }
  .page-id-448 .container-lesson .swiper-slide img {
    border-radius: 20px;
  }
  .page-id-448 .container-lesson .swiper-slide img.wp-post-image {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
  .page-id-448 .container-lesson h4 {
    font-size: 2.4vw;
    line-height: 2.4vw;
  }
  .page-id-448 .container-lesson .slider-lesson .sub-text {
    font-size: 1.2vw;
    line-height: 1.6vw;
    margin-top: 10px;
  }
  .page-id-448 .container-lesson .slider-lesson .block-play span {
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
  }
  .page-id-448 .container-lesson .flex-title-d {
    display: flex;
  }
  .page-id-448 .container-lesson .title-block-d {
    width: 55%;
  }
  .page-id-448 .container-mine {
    margin: 100px 100px 350px;
  }
  .page-id-448 .container-mine .block-title {
    position: relative;
    width: 50%;
    margin-right: 0;
    margin-left: 0;
  }
  .page-id-448 .container-mine .block-title .smile {
    position: absolute;
    left: 532px;
    height: 54px;
  }
  .page-id-448 .container-mine .flex-d {
    display: flex;
    grid-gap: 50px;
  }
  .page-id-448 .container-mine .subtitle-block-d {
    display: block;
    width: 228px;
    height: 228px;
    background-color: #fff;
    border-radius: 100%;
    transition: 0.5s;
    z-index: 4;
  }
  .page-id-448 .container-mine .subtitle-block-d:hover {
    background-color: #a8c5e7;
  }
  .page-id-448 .container-mine .subtitle-block-d p {
    color: #173e64;
    text-transform: uppercase;
    margin: 60px 60px 28px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.02em;
  }
  .page-id-448 .container-mine .subtitle-block-d .arrow-tilted {
    margin-left: 140px;
  }
  .page-id-448 .container-remember {
    margin-top: 200px;
    margin-bottom: 200px;
  }
  .page-id-448 .container-remember .subtitle-block-d {
    display: block;
    align-self: flex-end;
    margin-right: 71px;
    margin-bottom: 20px;
    width: 228px;
    height: 228px;
    background-color: #fff;
    border-radius: 100%;
    transition: 0.5s;
  }
  .page-id-448 .container-remember .subtitle-block-d:hover {
    background-color: #a8c5e7;
  }
  .page-id-448 .container-remember .subtitle-block-d p {
    color: #173e64;
    text-transform: uppercase;
    margin: 60px 60px 28px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.02em;
  }
  .page-id-448 .container-remember .subtitle-block-d .arrow-tilted {
    margin-left: 140px;
  }
  .page-id-448 .container-remember .block-title {
    width: 50%;
    position: relative;
  }
  .page-id-448 .container-remember .flex {
    justify-content: flex-end;
  }
  .page-id-448 .section-download {
    background-image: url(../images/bg-plan-dl-teacher-d.png);
    background-size: 44%;
    background-position-y: center;
    background-position-x: 9%;
    padding-left: 100px;
    padding-right: 100px;
  }
  .page-id-448 .section-download .flex-d {
    display: flex;
    flex-direction: row-reverse;
    padding-top: 50px;
  }
  .page-id-448 .section-download .block-title-d {
    width: 50%;
  }
  .page-id-448 .section-download .block-title-d p {
    font-size: 24px;
    line-height: 28px;
  }
  .page-id-448 .container-play .flex-d {
    display: flex;
    margin: 100px 100px 0;
  }
  .page-id-448 .container-play .block-play {
    margin: 10px auto 0;
    width: 306px;
    height: 112px;
  }
  .page-id-448 .container-play .block-title {
    width: 50%;
  }
  .page-id-448 .container-play .block-title .smile {
    width: auto;
    height: auto;
    top: 10px;
    right: 9vw;
  }
  .page-id-448 .container-play .block-title p {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (min-width: 641px) and (min-width: 1024px) {
  .page-id-448 .section-video .block1 {
    width: 36vw;
  }
}
@media (min-width: 641px) and (min-width: 1024px) {
  .page-id-448 .section-video .block2 {
    width: 42vw;
  }
}
@media (min-width: 641px) {
  .page-id-448 .section-video .block-title {
    display: flex;
    justify-content: flex-end;
  }
}
@media (min-width: 641px) {
  .page-id-448 .section-video .block-content {
    flex-direction: row;
    grid-gap: 50px;
  }
}
@media (min-width: 641px) {
  .page-id-448 .section-video .block-title-d {
    width: 53%;
    margin-bottom: 50px;
  }
}
@media (min-width: 641px) {
  .page-id-448 .section-video .smile {
    width: 37px;
    height: 37px;
    right: 439px;
    top: 120px;
  }
}
@media (min-width: 641px) {
  .page-id-448 .section-video .img-title {
    display: none;
  }
}
@media (min-width: 641px) {
  .page-id-448 .container-material .flex-d {
    display: flex;
    flex-direction: row-reverse;
    margin: 100px 100px 0;
  }
  .page-id-448 .container-material .block-play {
    margin: 70px auto 0;
    width: 306px;
    height: 112px;
  }
  .page-id-448 .container-material .block-title {
    width: 53%;
  }
  .page-id-448 .container-material .block-title .smile {
    width: auto;
    height: auto;
    top: 10px;
    right: 273px;
  }
  .page-id-448 .container-material .block-title p {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (min-width: 641px) {
  .page-id-448 .container-look {
    margin: 150px 100px 150px;
  }
  .page-id-448 .container-look .subtitle-block-d {
    display: block;
    width: 228px;
    height: 228px;
    background-color: #fff;
    border-radius: 100%;
  }
  .page-id-448 .container-look .flex-d {
    display: flex;
  }
  .page-id-448 .container-look .subtitle-block-d p {
    color: #173e64;
    text-transform: uppercase;
    margin: 60px 60px 28px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.02em;
  }
  .page-id-448 .container-look .subtitle-block-d .arrow-tilted {
    margin-left: 140px;
  }
  .page-id-448 .container-look .block-title {
    position: relative;
    width: 50%;
    margin-right: 0;
    margin-left: 0;
  }
  .page-id-448 .container-look .sub-title {
    font-size: 18px;
    line-height: 20px;
  }
  .page-id-448 .container-look .img-title {
    height: auto;
  }
  .page-id-448 .container-look .smile {
    width: auto;
    height: auto;
    right: 23vw;
  }
  .page-id-448 .container-look .subtitle-wrapper {
    display: none;
  }
}
@media (min-width: 641px) {
  .page-id-448 .container-game {
    display: flex;
    flex-direction: row-reverse;
    padding-top: 300px;
    padding-right: 15px;
    padding-left: 15px;
    box-shadow: inset 0px 27px 45px -36px rgba(0, 0, 0, 0.75);
    clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%);
    padding-bottom: 285px;
    background-color: #3d1148;
  }
  .page-id-448 .container-game .block-title {
    width: 50%;
  }
  .page-id-448 .container-game .block-title .smile {
    position: absolute;
    left: 500px;
  }
  .page-id-448 .container-game .block-play {
    margin-top: 10px;
    margin-right: 18vw;
    justify-content: center;
    align-items: center;
    align-self: center;
    width: 230px;
    height: 112px;
    border-radius: 153.214px;
    background: #13ad2d;
  }
  .page-id-448 .container-game .block-play span {
    font-size: 18px;
    line-height: 22px;
  }
  .page-id-448 .container-game .title-bomb-img {
    height: auto;
  }
}
@media (max-width: 640px) {
  .page-id-448 .container-lesson .slider-lesson .content-item {
    width: 274px;
  }
  .page-id-448 .header-content h1 {
    padding-top: 333px;
  }
  .page-id-448 .header-content .title-block .title-img {
    position: absolute;
    left: -29px;
    top: -38px;
    z-index: -1;
    width: 100%;
  }
  .page-id-448 .container-mine {
    margin-left: 15px;
    margin-right: 15px;
  }
  .page-id-448 .container-mine .block-title .smile {
    position: absolute;
    left: 200px;
    height: 30px;
  }
  .page-id-448 .container-mine .subtitle-block-m {
    margin-bottom: 30px;
  }
  .page-id-448 .container-mine .subtitle-block-d {
    display: none;
  }
  .page-id-448 .container-game .block-title .smile {
    position: absolute;
    left: 200px;
  }
  .page-id-448 .container-brochures .block-content {
    grid-gap: 10px;
  }
  .page-id-448 .container-brochures .block-content > .flex {
    flex-direction: column;
    grid-gap: 10px;
  }
}
@media (min-width: 641px) and (max-width: 1023px) {
  .page-id-448 .header-content .title-block {
    margin: 150px 30px 0 30px;
    padding-bottom: 70px;
  }
  .page-id-448 .header-content .title-block .title-img {
    position: absolute;
    left: 400px;
    top: -181px;
    z-index: -1;
  }
  .page-id-448 .header-content h1 {
    margin: 0 auto;
    font-size: 223px;
    line-height: 197px;
  }
  .page-id-448 .header-content .title-text {
    margin: 0 auto;
    font-size: 170px;
    line-height: 160px;
  }
  .page-id-448 .header-content .title-block-d {
    margin-left: auto;
    width: 100%;
  }
  .page-id-448 .container-brochures {
    padding-top: 100px;
    margin: 0 27px 0;
    background-size: 75%;
    background-position-x: right;
    padding-bottom: 50px;
  }
  .page-id-448 .container-brochures .block-title {
    margin-top: 30px;
  }
  .page-id-448 .container-brochures .flex-comix-d {
    flex-direction: row;
  }
  .page-id-448 .container-brochures .block-content > .flex {
    flex-direction: column;
  }
  .page-id-448 .container-lesson {
    margin-top: 50px;
    padding-bottom: 50px;
    padding-right: 27px;
    padding-left: 27px;
  }
  .page-id-448 .section-download {
    background-image: url(../images/bg-plan-dl-teacher-d.png);
    background-size: 62%;
    background-position-y: top;
    background-position-x: 9%;
    padding-left: 27px;
    padding-right: 27px;
    padding-bottom: 50px;
  }
  .page-id-448 .section-download .block-dl {
    margin: 110px auto 0;
  }
  .page-id-448 .container-play {
    padding-right: 27px;
    padding-left: 27px;
  }
  .page-id-448 .container-play .flex-d {
    margin: 0;
  }
  .page-id-448 .container-play .block-title .smile {
    width: 38px;
    height: 38px;
  }
  .page-id-448 .container-play .block-play {
    margin: 59px auto 0;
  }
  .page-id-448 .section-video .block-content {
    flex-direction: column;
  }
  .page-id-448 .section-video .smile {
    right: 334px;
    top: 50px;
  }
  .page-id-448 .container-material {
    padding-right: 27px;
    padding-left: 27px;
  }
  .page-id-448 .container-material .flex-d {
    margin: 0;
  }
  .page-id-448 .container-mine {
    margin: 100px 27px 100px;
  }
}

html {
  height: 100%;
  margin: 0;
}
body {
  font-family: Inter, sans-serif;
  width: 100%;
  height: 100%;
  color: #fff;
}

h1 {
  font-family: "Yanone Kaffeesatz", sans-serif;
  margin: 0;
  font-weight: 600;
  font-size: 14.5vw;
  line-height: 13vw;
  text-align: right;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin: 0;
}

h2 {
  font-family: "Yanone Kaffeesatz", sans-serif;
  margin: 0;
  font-weight: 400;
  font-size: 6.1vw;
  line-height: 5.3vw;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

h3 {
  font-family: "Yanone Kaffeesatz", sans-serif;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 3.3vw;
  line-height: 3.3vw;
  text-transform: uppercase;
}

h4 {
  font-family: "Yanone Kaffeesatz", sans-serif;
  margin: 0;
}

h5 {
  font-family: "Yanone Kaffeesatz", sans-serif;
  margin: 0;
  font-size: 2.4vw;
  line-height: 2.4vw;
}

a {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}
a:hover {
  color: #00aeef;
}
a:focus {
  color: #fff;
}
a:active {
  color: #fff;
}

section a:hover {
  color: #fff;
}

.nav-block {
  padding-top: 20px;
}

.nav-logo .logo-img {
  height: 70px;
}

.logo-block {
  margin-left: 20px;
  align-items: center;
}

.logo-block .nav-arrow {
  height: 12px;
}

.logo-block .nav-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  margin-right: 15px;
  position: relative;
  bottom: 2px;
}

.nav-block .nav-link img {
  height: 25px;
  margin-right: 6px;
}

.nav-block hr {
  width: 90%;
}

.nav-menu {
  margin: 0 15px 0 15px;
  flex-wrap: wrap;
}

.nav-menu .nav-link {
  width: 50%;
}

.nav-menu .nav-text {
  position: relative;
  bottom: 7px;
  font-weight: 600;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: -0.02em;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  left: 0% !important;
  bottom: -30px !important;
  width: 100% !important;
}

.swiper .swiper-scrollbar-drag {
  background: #fff;
  cursor: grab;
}
.swiper .swiper-scrollbar {
  background: rgba(255, 255, 255, 0.1);
}

.popup .swiper-scrollbar-drag {
  background: #3e5c8b;
  cursor: grab;
}
.popup #popupMinesSwiper .swiper-scrollbar {
  bottom: 19px !important;
}
.popup .swiper-scrollbar {
  background: rgba(62, 92, 139, 0.1);
  bottom: -19px !important;
}

#button-up {
  display: none;
  align-items: center;
  position: fixed;
  right: 35px;
  bottom: 40px;
  padding: 12px 20px;
  background: rgb(255, 255, 255);
  box-shadow: rgba(62, 92, 139, 0.5) 0px 15.201px 22.8016px;
  border-radius: 60.8042px;
  text-transform: uppercase;
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 12.1608px;
  line-height: 15px;
  color: rgb(62, 92, 139);
  opacity: 0.8;
  z-index: 1;
  transition: 0.3s;
}
#button-up span {
  padding-left: 7px;
}

#button-up:hover {
  cursor: pointer;
  opacity: 1;
  transition: 0.3s;
}

@media (min-width: 641px) {
  .nav-block hr {
    display: none;
  }
  .nav-block {
    padding-top: 30px;
    display: flex;
  }
  .nav-link {
    margin-right: 55px;
  }
  .nav-menu .nav-link {
    width: auto;
  }
  .logo-block {
    margin-left: 60px;
    width: 40%;
    align-items: center;
  }
  .nav-menu {
    align-items: center;
  }
  .nav-link {
    margin-right: 55px;
  }
  .nav-menu .nav-text {
    font-size: inherit;
    line-height: inherit;
    position: relative;
    bottom: 10px;
  }
  .nav-block .nav-link img {
    height: auto;
    margin-right: 15px;
  }
  .logo-block .nav-text {
    font-size: inherit;
    line-height: inherit;
    margin-right: 15px;
    bottom: 7px;
    position: relative;
  }
  .logo-block .nav-arrow {
    height: auto;
  }
  .nav-arrow {
    margin-right: 15px;
  }
  .nav-logo .logo-img {
    height: auto;
  }
}
.body-parallax {
  background-color: #173e64;
  overflow-x: hidden;
}

.bg-section {
  z-index: 1;
  position: relative;
}

.polygon-saperator {
  z-index: 1;
  position: relative;
  height: 100px;
  clip-path: polygon(0 0, 100% 100%, 100% 100%, 0% 100%);
  background-color: #173e64;
}
@media (max-width: 640px) {
  .polygon-saperator {
    height: 60px;
  }
}

.header-container {
  z-index: 0;
  padding-bottom: 230px;
  position: relative;
  background: url(../images/teacher-mine.png) 0% 130% no-repeat,
    linear-gradient(
      252.44deg,
      rgba(57, 59, 123, 0) 0%,
      #2d2e5c 83.85%,
      rgba(57, 59, 123, 0) 100%
    ),
    #173e64;
}
@media (max-width: 640px) {
  .header-container {
    padding-bottom: 280px;
  }
}
.header-container .header-bg-teacher {
  position: absolute;
  bottom: -80px;
  z-index: 1;
}

.flex {
  display: flex;
}

.direction-column {
  flex-direction: column;
}

.direction-row {
  flex-direction: row;
}

.align-center {
  align-items: center;
}

.nav-block {
  padding-top: 30px;
}

.description-block .img-arrow {
  align-self: flex-start;
  margin-right: 15px;
  margin-top: 20px;
}
.description-block .title {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}
.description-block .description-text {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
}

.section-one {
  background-color: #173e64;
}

.section-video {
  padding-top: 100px;
  margin: 0 100px 0;
}
.section-video .container-mult {
  grid-gap: 50px;
}
.section-video h5 {
  font-weight: 500;
  font-size: 2.4vw;
  line-height: 2.6vw;
  letter-spacing: -0.02em;
}
.section-video .block-mult {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}

.block-mult {
  transition: 0.5s;
}
.block-mult .children {
  position: absolute;
  background: #ffbd2e;
  border-radius: 110px;
  padding: 14px 25px 15px;
  left: 22px;
  top: 20px;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 1;
}
.block-mult .teen {
  position: absolute;
  background: #00aeef;
  border-radius: 110px;
  padding: 14px 25px 15px;
  left: 22px;
  top: 20px;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 1;
}
.block-mult .play {
  position: absolute;
  display: flex;
  right: 50px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  background-color: rgba(255, 189, 46, 0.4509803922);
  border-radius: 100%;
  transform: translate(0, -50%);
  top: 50%;
  z-index: 1;
}
.block-mult:hover {
  filter: brightness(0.6);
}

.container-discussion {
  margin: 0 100px 0;
}
.container-discussion .title {
  width: 53%;
  margin-top: 100px;
  margin-left: auto;
}
.container-discussion .description {
  width: 52%;
  margin-left: auto;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.02em;
}

.block-discussion {
  margin-top: 70px;
}
.block-discussion p {
  margin: 0;
  font-family: "Yanone Kaffeesatz";
  font-weight: 500;
  font-size: 2.4vw;
  line-height: 2.4vw;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.block-discussion .question {
  padding: 32px;
}
.block-discussion .question-1 {
  background-image: url("../images/polygon1.svg");
  background-repeat: no-repeat;
}
.block-discussion .question-2 {
  background-image: url("../images/polygon2.svg");
  background-repeat: no-repeat;
}
.block-discussion .question-3 {
  background-image: url("../images/polygon3.svg");
  background-repeat: no-repeat;
}
.block-discussion .question-4 {
  background-image: url("../images/polygon4.svg");
  background-repeat: no-repeat;
}

.container-mine {
  margin: 0 100px 0;
}
.container-mine .img-title {
  margin-bottom: 0.8vw;
}
.container-mine .title-block {
  width: 50%;
  position: relative;
}
.container-mine .subtitle-block {
  width: 228px;
  height: 228px;
  background-color: #fff;
  border-radius: 100%;
  transition: 0.5s;
  z-index: 4;
}
.container-mine .subtitle-block:hover {
  background-color: #a8c5e7;
}
.container-mine .subtitle-block p {
  color: #173e64;
  text-transform: uppercase;
  margin: 60px 60px 28px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.02em;
}
@media (min-width: 992px) {
  .container-mine .slider-mine {
    position: relative;
    top: -80px;
  }
  .container-mine #mineSwiper {
    transform: rotate(-20deg);
  }
  .container-mine #mineSwiper .swiper-slide {
    transform: rotate(20deg);
  }
}
@media (min-width: 1280px) {
  .container-mine .slider-mine {
    position: relative;
    top: -100px;
  }
}
.container-mine .slide-block {
  display: flex;
  align-items: flex-end;
  margin-top: 200px;
  padding: 1.5625vw;
  height: 21.4vw;
  background: rgba(255, 255, 255, 0.1215686275);
  border-radius: 10px;
}
.container-mine .slide-img {
  position: absolute;
  bottom: 12vw;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 37%;
}
.container-mine .slide-description {
  flex-direction: column;
  margin-top: 10px;
  font-weight: 500;
  font-size: 1.35vw;
  line-height: 1.35vw;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  width: 100%;
}
.container-mine .swiper-slide {
  position: relative;
}
.container-mine .slider-separator {
  margin: 0;
  width: 100%;
  color: rgba(255, 255, 255, 0.3294117647);
}
.container-mine .slide-link {
  margin-top: 20px;
  justify-content: space-between;
  align-content: flex-end;
}
.container-mine .slide-link img {
  margin-right: 6px;
  max-width: 24px;
}
.container-mine .slide-title {
  font-family: "Yanone Kaffeesatz";
  margin: 0;
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 1.25vw;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.container-mine .slide-subtext {
  margin: 0px 8px 0 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.container-mine .waraper-subtitle {
  display: none;
}

.page-id-120 .container-mine .slide-block,
.page-id-122 .container-mine .slide-block {
  height: 17.4vw;
}
.page-id-120 .container-mine .slider-separator,
.page-id-122 .container-mine .slider-separator {
  display: none;
}
.page-id-120 .container-mine .slide-link,
.page-id-122 .container-mine .slide-link {
  display: none;
}

.title-block .smile {
  position: absolute;
  right: 70px;
}

.subtitle-block .arrow-tilted {
  margin-left: 140px;
}

.container-slider {
  padding-top: 20px;
  margin: 0 100px 0;
}
.container-slider .flex {
  justify-content: flex-end;
}
.container-slider .img-title {
  margin-bottom: 0.8vw;
}
.container-slider .title-block {
  width: 50%;
  position: relative;
}
.container-slider .title-block p {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.02em;
}
.container-slider .title-block .smile {
  position: absolute;
  top: 75px;
  right: 150px;
}
.container-slider .subtitle-block {
  align-self: flex-end;
  margin-right: 71px;
  margin-bottom: 20px;
  width: 228px;
  height: 228px;
  background-color: #fff;
  border-radius: 100%;
  transition: 0.5s;
}
.container-slider .subtitle-block:hover {
  background-color: #a8c5e7;
}
.container-slider .subtitle-block p {
  color: #173e64;
  text-transform: uppercase;
  margin: 60px 60px 28px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.02em;
}
.container-slider .subtitle-block .arrow-tilted {
  margin-left: 140px;
}
.container-slider .slide-block {
  display: flex;
  align-items: flex-end;
  margin-top: 150px;
  margin-right: 4.3vw;
  padding: 30px;
  height: 21.4vw;
  background: rgba(255, 255, 255, 0.1215686275);
  border-radius: 10px;
}
.container-slider .slide-description {
  flex-direction: column;
  font-weight: 500;
  font-size: 0.9vw;
  line-height: 1.15vw;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
}
.container-slider .slide-img {
  position: absolute;
  bottom: 10vw;
  transform: translate(-50%, 0);
  left: 55%;
}
.container-slider .swiper-slide {
  position: relative;
}
.container-slider .slide-number {
  font-family: "Yanone Kaffeesatz";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 20px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
}
.container-slider .slide-title {
  font-family: "Yanone Kaffeesatz";
  font-weight: 500;
  margin: 0;
  font-size: 2.4vw;
  line-height: 2.4vw;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.container-slider2 {
  padding-top: 100px;
  margin: 0 100px 0;
}
.container-slider2 .flex {
  flex-direction: column;
}
.container-slider2 .img-title {
  margin-bottom: 0.8vw;
}
.container-slider2 .title-block {
  width: 68%;
  position: relative;
}
.container-slider2 .title-block .smile {
  position: absolute;
  bottom: 110px;
  right: 350px;
}
.container-slider2 .subtitle-block {
  flex-direction: initial;
  justify-content: space-between;
}
.container-slider2 .subtitle-block div {
  width: 50%;
}
.container-slider2 .subtitle-block p {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.02em;
}
.container-slider2 .subtitle-block .img-subtitle {
  align-self: center;
  width: 100%;
  max-width: 562px;
  max-height: 83px;
}
.container-slider2 .slider {
  margin-bottom: 100px;
}
.container-slider2 .slide-block {
  display: flex;
  align-items: flex-end;
  margin-top: 200px;
  padding: 30px;
  height: 21.4vw;
  background: rgba(255, 255, 255, 0.1215686275);
  border-radius: 10px;
}
.container-slider2 .slide-img {
  position: absolute;
  bottom: 12vw;
  transform: translate(-50%, 0);
  left: 50%;
  width: 80%;
}
.container-slider2 .swiper-slide {
  position: relative;
}
.container-slider2 .slide-title {
  font-family: "Yanone Kaffeesatz";
  font-weight: 500;
  margin: 0;
  font-size: 2.4vw;
  line-height: 2.4vw;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.section-two {
  padding-top: 100px;
  clip-path: polygon(0 0, 100% 3%, 100% 100%, 0 100%);
  background-color: #14324f;
  box-shadow: inset 0px 27px 45px -13px rgba(0, 0, 0, 0.75);
}

.container-brochures {
  padding-top: 100px;
  margin: 0 100px 0;
  background-repeat: no-repeat;
  background-size: 50%;
  background-position-y: center;
}
.container-brochures .block-title {
  width: 50%;
}
.container-brochures .block-title p {
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.container-brochures .block-content {
  align-self: center;
  width: 50%;
  padding-right: 5%;
}
.container-brochures .block-content .flex {
  align-items: center;
  justify-content: center;
}
.container-brochures .item-text {
  font-weight: 600;
  font-size: 0.9375vw;
  line-height: 1.1458333333vw;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin: 0;
}
.container-brochures .item-text span {
  font-weight: 600;
  font-size: 0.7291666667vw;
  line-height: 0.7291666667vw;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  opacity: 0.5;
  display: block;
}
.container-brochures .item {
  justify-content: center;
  align-items: center;
  border-radius: 140px;
  max-width: 350px;
  position: relative;
  padding: 16px 20px 16px 20px;
}
@media (min-width: 640px) {
  .container-brochures .item {
    margin: 8px;
    padding: 28px 36px 28px 32px;
  }
}
.container-brochures .item:hover:after {
  border-radius: 220px;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.05);
  pointer-events: none;
}
.container-brochures .item--children {
  background: #ffbd2e;
  transition: 0.5s;
}
.container-brochures .item--teen {
  background: #3e5c8b;
  transition: 0.5s;
}
.container-brochures .block-first {
  margin-left: 30px;
}
.container-brochures .item-img {
  margin-left: 24px;
  height: 20px;
}

.page-id-20 .container-brochures .item--teen {
  background: #00aeef;
}

.container-info {
  padding-top: 100px;
  margin: 0 100px 0;
  padding-top: 100px;
  margin: 0 100px 0;
}
.container-info .block-title {
  position: relative;
  width: 60%;
}
.container-info .block-title .smile {
  position: absolute;
  top: 0;
  right: 35%;
}
.container-info .content-block {
  margin-top: 50px;
  grid-column-gap: 20px;
  justify-content: space-between;
}
.container-info .content-block .content-item {
  position: relative;
  max-width: 405px;
  width: 100%;
}
.container-info .content-block .content-item .wp-post-image {
  border-radius: 15px;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.container-info .content-block .content-item p {
  margin-bottom: 100px;
}
.container-info .slide-img {
  border-radius: 21px;
}
.container-info .btn {
  position: absolute;
  bottom: 0;
  justify-content: center;
  align-items: center;
  width: 231px;
  height: 72px;
  background: #00aeef;
  border-radius: 220px;
  transition: 0.5s;
}
.container-info .btn:hover {
  background: #06bdff;
}
.container-info .btn .arrow-video {
  height: 30px;
  margin-left: 20px;
}
.container-info .btn span {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.02em;
  opacity: 0.8;
  text-transform: uppercase;
}
.container-info h5 {
  margin-top: 30px;
  margin-bottom: 5px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.container-info .title-block {
  position: relative;
  width: 50%;
  margin-left: auto;
}
.container-info .title-block .smile {
  position: absolute;
  top: 90px;
  right: 150px;
}
.container-info .title-block p {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.container-info .block-discussion {
  justify-content: space-between;
}
.container-info .block-discussion p {
  margin: 0;
  font-family: "Yanone Kaffeesatz";
  font-size: 2.4vw;
  line-height: 2.4vw;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.container-info .block-discussion .question {
  padding: 32px;
}
.container-info .block-discussion .question-1 {
  background-image: url("../images/polygon1.svg");
  background-repeat: no-repeat;
}
.container-info .block-discussion .question-2 {
  background-image: url("../images/polygon2.svg");
  background-repeat: no-repeat;
}
.container-info .block-discussion .question-3 {
  background-image: url("../images/polygon3.svg");
  background-repeat: no-repeat;
}
.container-info .block-discussion .question-4 {
  background-image: url("../images/polygon4.svg");
  background-repeat: no-repeat;
}

.info-slide {
  display: none;
}

.container-last {
  margin: 50px 20px 70px 20px;
  padding: 5vw 4vw 5vw 4vw;
  background: #00aeef;
  border-radius: 10px;
}
.container-last .block-title {
  margin: 0 40px 0 40px;
  width: 541px;
  align-self: center;
}
.container-last h4 {
  font-weight: 400;
  font-size: 4.2vw;
  line-height: 4.2vw;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
.container-last p {
  font-weight: 500;
  font-size: 0.9375vw;
  line-height: 1.0416666667vw;
  letter-spacing: -0.02em;
}
.container-last .block-item-1 {
  width: 24vw;
  margin-left: 26px;
  margin-right: 26px;
}
.container-last .block-item-2 {
  width: 9vw;
  margin-left: 26px;
  margin-right: 26px;
}
.container-last .block-item-3 {
  width: 12vw;
  margin-left: 26px;
  margin-right: 26px;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(57, 69, 95, 0.7);
  transition: opacity 500ms;
  display: none;
  opacity: 0;
  z-index: 10;
  overflow: auto;
}

.show {
  display: block;
  opacity: 1;
}

#popupTeam .popup {
  max-width: 1217px;
}

.popup {
  margin-left: auto;
  background: #fff;
  color: #173e64;
  width: 81%;
  position: relative;
  transition: all 5s ease-in-out;
}
.popup__content {
  overflow: hidden;
}
.popup .content-description {
  width: 32vw;
  margin-top: 50px;
  margin-left: 90px;
  width: 600px;
}
.popup .block-options {
  border: 1px solid rgba(23, 62, 100, 0.1215686275);
  border-radius: 10px;
  width: fit-content;
  margin-top: 70px;
  margin-bottom: 30px;
  padding: 20px;
}
.popup .block-options .diameter {
  margin-right: 40px;
}
.popup h3 {
  font-weight: 500;
  font-size: 3vw;
  line-height: 3.2vw;
}
.popup .text-size {
  margin: 0;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-size: 3vw;
  line-height: 3.2vw;
}
.popup .text-size .diameter {
  margin-right: 40px;
}
.popup .subtext-size {
  margin: 10px 0 0 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  opacity: 0.3;
}
.popup .text-popup {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.02em;
}
.popup .close {
  cursor: pointer;
  position: absolute;
  top: 35px;
  right: 30px;
  transition: all 200ms;
  line-height: 6px;
  font-size: 46px;
  text-decoration: none;
  color: #173e64;
  opacity: 0.5;
}
.popup .close:hover {
  opacity: 1;
}
.popup .content-img {
  width: 412px;
  height: auto;
  max-width: 100%;
}
.popup .content-img img {
  max-width: fit-content;
  max-width: 100%;
}
@media (min-width: 641px) {
  .popup .content-img {
    height: 480px;
  }
}
.popup .content {
  padding: 40px 50px 0 50px;
}
.popup .content-swiper {
  margin-left: 80px;
  padding-bottom: 30px;
}
.popup .separator {
  opacity: 0.1;
  height: 3px;
  background: #173e64;
  margin-top: 0px;
  margin-bottom: 20px;
}
.popup .swiper-title {
  font-family: "Yanone Kaffeesatz";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.popup #popupTeamSwiper .swiper-slide .block-img {
  align-items: flex-end;
}
.popup #popupTeamSwiper .swiper-slide .block-img img {
  max-height: 100%;
}
.popup .swiper-slide .block-img {
  background: rgba(23, 62, 100, 0.1);
  border-radius: 20px;
  height: 226px;
  display: flex;
  align-items: center;
}
.popup .swiper-slide .block-img img {
  max-width: 100%;
  max-height: 75%;
  object-fit: contain;
}
.popup .swiper-slide .title {
  margin: 23px 0 50px 0;
  font-family: "Yanone Kaffeesatz";
  font-size: 36px;
  line-height: 36px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #173e64;
}
.popup .swiper-slide.current-slide .block-img {
  background: transparent;
  opacity: 0.3;
}

.swiper-wrapper {
  margin-top: 33px;
}

.overlay-video {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(57, 69, 95, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
  overflow: auto;
}
.overlay-video .close {
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
  position: absolute;
  z-index: 100;
  color: #fff;
  right: 0;
  width: 150px;
  height: 300px;
  background-color: #6bb1ff;
  border-radius: 100% 0 0 100%/50% 0 0 50%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(117px);
  transition: all 400ms;
}
.overlay-video .close .close-btn {
  display: block;
  font-size: 78px;
  margin-left: 60px;
  margin-top: 88px;
}
.overlay-video .close:hover {
  color: #173e64;
}

.show-video {
  visibility: visible;
  opacity: 1;
}

.popup-video {
  position: relative;
  width: 80%;
  height: 0;
  padding-bottom: 45.25%;
  margin: 0 auto;
  background: #fff;
  color: #173e64;
  position: relative;
  top: 2%;
}

.responsive-iframe__wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.container-rule {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 100px;
  padding-top: 80px;
}
.container-rule .block-title {
  position: relative;
}
.container-rule .sub-title {
  font-size: 13.7246px;
  line-height: 15px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.container-rule .img-title {
  position: relative;
  bottom: 19px;
  margin-right: 5px;
  height: 25px;
}
.container-rule .smile {
  width: 28px;
  height: 28px;
  position: absolute;
  right: 42px;
  bottom: 42px;
}
.container-rule .block-img {
  padding-bottom: 10px;
  border-radius: 38px 44.423px 3.17307px 6.34615px;
}
.container-rule .item-1 .block-img {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 5%, #ffbd2e 0%);
}
.container-rule .item-1 .item-number {
  background: #ffbd2e;
  position: relative;
  bottom: 17px;
  left: 5%;
}
.container-rule .item-2 .block-img {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 5%, #e14842 0%);
}
.container-rule .item-2 .item-number {
  background: #e14842;
  position: relative;
  bottom: 17px;
  left: 5%;
}
.container-rule .item-3 .block-img {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 5%, #00aeef 0%);
}
.container-rule .item-3 .item-number {
  background: #00aeef;
  position: relative;
  bottom: 17px;
  left: 5%;
}
.container-rule .item-img {
  width: 95%;
}
.container-rule .item-block {
  margin-bottom: 20px;
}
.container-rule .item-number {
  display: inline-block;
  border-radius: 0px 44.423px 3.17307px 6.34615px;
  height: 58px;
  width: 58px;
}
.container-rule .item-number span {
  display: block;
  padding-top: 20px;
  padding-left: 15px;
}
.container-rule .item-title {
  font-family: "Yanone Kaffeesatz";
  font-weight: 500;
  font-size: 29.1923px;
  line-height: 29px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.container-rule .item-title img {
  height: 16px;
}
.container-rule .flex-end {
  align-self: center;
  margin-left: 30px;
  margin-top: 10px;
}

@media (max-width: 640px) {
  .logo-block {
    margin-left: 20px;
    width: auto;
    align-items: center;
  }
  .logo-block .nav-arrow {
    height: 12px;
  }
  .logo-block .nav-text {
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    margin-right: 15px;
    position: relative;
    bottom: 2px;
  }
  .nav-logo img {
    height: 70px;
  }
  .nav-logo .logo-img {
    height: 70px;
  }
  .nav-block {
    padding-top: 20px;
    flex-direction: column;
  }
  .nav-block .icon-nav {
    height: 25px;
    margin-right: 6px;
  }
  .nav-block hr {
    width: 90%;
    display: block;
  }
  .nav-menu {
    margin: 0 15px 0 15px;
    flex-wrap: wrap;
  }
  .nav-menu .nav-link {
    width: 50%;
    margin-right: 0;
  }
  .nav-menu .nav-text {
    position: relative;
    bottom: 7px;
    margin-left: 0;
    font-weight: 600;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: -0.02em;
  }
  .nav-separator {
    display: block;
  }
  h1 {
    font-size: 94.5541px;
    line-height: 84px;
    text-align: left;
    margin: 0;
  }
  h2 {
    font-size: 59.2023px;
    line-height: 51px;
  }
  h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    text-transform: none;
  }
  .title-block .title1 {
    font-size: 88.6841px;
    line-height: 78px;
  }
  .title-block .title2 {
    font-size: 121.575px;
    line-height: 108px;
  }
  .title-block .smile {
    right: 137px;
    height: 37px;
  }
  .description-block .title {
    font-size: 16px;
    line-height: 16px;
  }
  .description-block .img-arrow {
    margin-right: 7px;
    margin-top: 15px;
    height: 20px;
  }
  .description-block .description-text {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.02em;
    margin-left: -20px;
    margin-bottom: 10px;
  }
  .header-container {
    clip-path: polygon(0 0, 100% 0%, 100% 96%, 0% 100%);
    background: url(../images/teacher-mine-m.png) 100% 20% no-repeat,
      linear-gradient(
        252.44deg,
        rgba(57, 59, 123, 0) 0%,
        #2d2e5c 83.85%,
        rgba(57, 59, 123, 0) 100%
      ),
      #173e64;
  }
  .section-video {
    padding-top: 50px;
    margin: 0 15px 0;
  }
  .section-video .img-title {
    height: 25px;
    margin-bottom: 17px;
  }
  .section-video .container-mult {
    flex-direction: column;
    grid-gap: 15px;
  }
  .section-video h5 {
    font-size: 20px;
    line-height: 20px;
  }
  .block-mult .wp-post-image {
    border-radius: 10px;
  }
  .block-mult .play {
    right: 20px;
    justify-content: center;
    align-items: center;
    width: 82px;
    height: 82px;
    background-color: rgba(255, 189, 46, 0.4509803922);
    border-radius: 100%;
    transform: translate(0, -50%);
    top: 50%;
  }
  .block-mult .children {
    border-radius: 110px;
    padding: 8px 13px;
    left: 12px;
    top: 11px;
    font-size: 8.8px;
    line-height: 11px;
  }
  .block-mult .teen {
    border-radius: 110px;
    padding: 8px 13px;
    left: 12px;
    top: 11px;
    font-size: 8.8px;
    line-height: 11px;
  }
  .container-discussion {
    margin: 0 15px 0;
  }
  .container-discussion .title {
    width: auto;
    margin-top: 30px;
  }
  .container-discussion .description {
    width: auto;
    font-size: 16px;
    line-height: 20px;
  }
  .block-discussion {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .block-discussion p {
    font-size: 18.4345px;
    line-height: 18px;
  }
  .block-discussion .question {
    padding: 20px;
    width: 50%;
    background-size: 35%;
  }
  .container-mine {
    padding-top: 75px;
    margin: 0;
  }
  .container-mine .subtitle-block {
    display: none;
  }
  .container-mine .title-block {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .container-mine .img-title {
    height: 26px;
    margin-bottom: 15px;
  }
  .container-mine .waraper-subtitle {
    display: flex;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 20px;
  }
  .container-mine .waraper-subtitle .subtitle-block-m {
    margin-left: auto;
    width: 144px;
    height: 144px;
    background-color: #ffbd2e;
    border-radius: 100%;
  }
  .container-mine .waraper-subtitle .subtitle-block-m .arrow-tilted {
    margin-left: 87px;
  }
  .container-mine .waraper-subtitle .subtitle-block-m p {
    text-transform: uppercase;
    margin: 37px 37px 5px;
    font-weight: 500;
    font-size: 10.1053px;
    line-height: 13px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
  }
  .container-mine .swiper-slide {
    display: flex;
    align-items: flex-end;
    margin-top: 90px;
    position: relative;
    padding: 16px;
    width: 211.4px;
    height: 224.27px;
    background: rgba(255, 255, 255, 0.1490196078);
    border-radius: 5.59265px;
  }
  .container-mine .swiper-slide .slide-img {
    top: 0;
    max-height: 80%;
    object-fit: scale-down;
  }
  .container-mine .slide-block {
    padding: 0;
    height: 0;
    background: none;
    border-radius: 0;
  }
  .container-mine .slide-title {
    font-size: 13.4224px;
    line-height: 13px;
  }
  .container-mine .slide-description {
    margin-top: 10px;
    font-size: 14.5409px;
    line-height: 15px;
  }
  .container-mine .slide-subtext {
    font-size: 11px;
    line-height: 15px;
    font-weight: 500;
  }
  .container-mine .slide-link img {
    height: 16px;
  }
  .slider-mine__wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container-slider {
    padding-top: 70px;
    margin: 0;
  }
  .container-slider .subtitle-block {
    display: none;
  }
  .container-slider .title-block {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .container-slider .title-block p {
    font-size: 16px;
    line-height: 20px;
  }
  .container-slider .img-title {
    height: 26px;
    margin-bottom: 15px;
  }
  .container-slider .slide-block {
    margin-top: 40px;
    padding: 16px;
    width: 144.6px;
    height: 168.59px;
  }
  .container-slider .swiper-wrapper {
    margin-left: 10px;
  }
  .container-slider .slide-img {
    position: absolute;
    transform: translate(0, -50%);
    top: 26%;
    left: 15px;
    z-index: 1;
  }
  .container-slider .slide-number {
    font-size: 9.72637px;
    line-height: 6px;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .container-slider .slide-title {
    font-size: 14.9138px;
    line-height: 15px;
  }
  .container-slider .slide-description {
    font-size: 5.83582px;
    line-height: 7px;
  }
  .container-slider2 {
    padding-top: 65px;
    margin: 0;
  }
  .container-slider2 > .flex {
    padding-right: 15px;
    padding-left: 15px;
  }
  .container-slider2 .subtitle-block div {
    width: 100%;
  }
  .container-slider2 .subtitle-block .img-subtitle {
    display: none;
  }
  .container-slider2 .subtitle-block p {
    font-size: 16px;
    line-height: 20px;
  }
  .container-slider2 .img-title {
    height: 26px;
    margin-bottom: 15px;
  }
  .container-slider2 .slide-title {
    font-size: 14.9138px;
    line-height: 15px;
  }
  .container-slider2 .slide-img {
    bottom: 65px;
    width: 75%;
    left: 46%;
  }
  .container-slider2 .slide-block {
    margin-top: 72px;
    padding: 16px;
    width: 144.6px;
    height: 168.59px;
  }
  .container-slider2 .swiper-wrapper {
    margin-left: 10px;
    grid-gap: 8px;
  }
  .container-brochures {
    padding-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0;
    background-size: 100%;
    background-position-y: 100%;
    padding-bottom: 50px;
  }
  .container-brochures > .flex {
    flex-direction: column-reverse;
  }
  .container-brochures .content-m {
    flex-direction: column;
    grid-gap: 10px;
    margin-bottom: 10px;
  }
  .container-brochures .block-title {
    width: 100%;
  }
  .container-brochures .item {
    max-width: 237px;
  }
  .container-brochures .block-first {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
  }
  .container-brochures .block-second {
    flex-direction: column;
    align-items: center;
  }
  .container-brochures .teens {
    grid-gap: 10px;
    padding-right: 0;
    margin-top: 80px;
  }
  .container-brochures .block-content {
    width: 100%;
  }
  .container-brochures .item-text {
    font-size: 12.0673px;
    line-height: 15px;
  }
  .container-brochures .item-text span {
    font-weight: 600;
    font-size: 9.38569px;
    line-height: 9px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
  }
  .container-info {
    margin: 0;
  }
  .container-info .block-title {
    position: relative;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .container-info .block-title .smile {
    height: 30px;
  }
  .container-info h5 {
    font-size: 31.1374px;
    line-height: 31px;
  }
  .container-info .btn {
    width: 156.36px;
    height: 48.74px;
  }
  .container-info .btn span {
    font-size: 12.1842px;
    line-height: 15px;
  }
  .container-info .btn .arrow-video {
    height: 14px;
    margin-left: 20px;
  }
  .container-info .content-block .content-item {
    width: 274px;
  }
  .container-info .content-block .content-item p {
    margin-bottom: 77px;
  }
  .container-info + .second {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 50px;
  }
  .container-info .title-block {
    width: 100%;
  }
  .container-info .img-title {
    height: 25px;
    margin-bottom: 17px;
  }
  .container-info .block-discussion p {
    font-size: 18.4345px;
    line-height: 18px;
  }
  .container-info .block-discussion .question {
    padding: 20px;
    width: 50%;
    background-size: 35%;
  }
  .info-slide {
    display: block;
  }
  .desktop-info {
    display: none;
  }
  .container-last .flex {
    flex-direction: column;
  }
  .container-last .block-title {
    margin: 15px 0 0 0;
    width: 100%;
    align-self: left;
  }
  .container-last h4 {
    font-weight: 400;
    font-size: 59.2px;
    line-height: 51px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    margin-bottom: 30px;
  }
  .container-last .block-item-1 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .container-last .block-item-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .container-last .block-item-3 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .container-last p {
    font-size: 16px;
    line-height: 18px;
  }
  .section-two {
    clip-path: polygon(0 0, 100% 1%, 100% 100%, 0 100%);
  }
  .popup {
    width: 100%;
  }
  .popup .content {
    padding: 50px 15px 0 15px;
    flex-direction: column;
  }
  .popup .content-img .post-thumbnail {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .popup .content-img img {
    max-width: 100%;
  }
  .popup .content-description {
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
  }
  .popup h3 {
    font-weight: 400;
    font-size: 59.2023px;
    line-height: 51px;
  }
  .popup .content-swiper {
    margin-left: 15px;
  }
  .popup .text-size {
    font-weight: 400;
    font-size: 56.7742px;
    line-height: 53px;
  }
  .popup .subtext-size {
    font-size: 12.4194px;
    line-height: 12px;
  }
  .popup .text-popup {
    font-size: 16px;
    line-height: 20px;
  }
  .popup .swiper-slide .title {
    font-size: 25.5714px;
    line-height: 26px;
  }
}
@media (min-width: 641px) {
  .container-rule {
    padding-right: 100px;
    padding-left: 100px;
  }
  .container-rule .sub-title {
    font-size: 18px;
    line-height: 20px;
  }
  .container-rule .block-title {
    width: 35vw;
    margin-left: 42vw;
  }
  .container-rule .smile {
    width: auto;
    height: auto;
    bottom: 60px;
  }
  .container-rule .img-title {
    height: auto;
    bottom: 1.3vw;
  }
  .container-rule .content-block {
    display: flex;
    grid-gap: 60px;
  }
  .container-rule .item-number {
    border-radius: 0px 52.423px 4.17307px 6.34615px;
    height: 70px;
    width: 70px;
  }
  .container-rule .flex-end {
    margin-left: 40px;
    margin-top: 20px;
  }
  .container-rule .item-title {
    font-size: 2.4vw;
    line-height: 2.4vw;
  }
  .container-rule .item-2 {
    margin-top: 100px;
  }
  .container-rule .item-3 {
    margin-top: 190px;
  }
}
@media (min-width: 641px) and (max-width: 1023px) {
  .header-container {
    clip-path: polygon(0 0, 100% 0%, 100% 96%, 0% 100%);
    background: url(../images/teacher-mine-p.png) 100% 10% no-repeat,
      linear-gradient(
        252.44deg,
        rgba(57, 59, 123, 0) 0%,
        #2d2e5c 83.85%,
        rgba(57, 59, 123, 0) 100%
      ),
      #173e64;
  }
  .logo-block {
    flex-direction: column-reverse;
  }
  .container-mine .slide-description {
    font-size: 14.4224px;
    line-height: 15px;
  }
  .container-mine .slide-block {
    margin-top: 150px;
    height: 261px;
  }
  .container-slider .slide-img {
    bottom: 18vw;
  }
  .section-video .img-title {
    height: 25px;
    margin-bottom: 10px;
  }
  .section-video {
    margin: 0 27px 0;
  }
  .section-video .container-mult {
    flex-direction: column;
  }
  .container-discussion {
    margin: 0 27px 0;
  }
  .container-mine {
    margin: 0 27px 0;
  }
  .container-mine .img-title {
    height: 26px;
    margin-bottom: 8px;
  }
  .container-mine .title-block .smile {
    height: 37px;
  }
  .container-slider {
    padding-top: 70px;
    margin: 0 27px 0;
  }
  .container-slider .img-title {
    height: 26px;
    margin-bottom: 8px;
  }
  .container-slider .smile {
    height: 37px;
  }
  .container-slider2 {
    margin: 0 27px 0;
  }
  .container-slider2 .title-block .smile {
    bottom: 50px;
    right: 224px;
    height: 42px;
  }
  .container-slider2 .subtitle-block .img-subtitle {
    display: none;
  }
  .container-slider2 .subtitle-block div {
    width: 90%;
  }
  .container-slider2 .img-title {
    height: 26px;
    margin-bottom: 10px;
  }
  .container-brochures {
    margin: 0 27px 0;
  }
  .container-info {
    margin: 0 27px 0;
  }
  .container-info .img-title {
    height: 25px;
    margin-bottom: 10px;
  }
  .container-info .block-title .smile {
    top: 15px;
    height: 30px;
  }
  .container-info .title-block .smile {
    top: 15px;
    height: 30px;
  }
}
@media (max-width: 1023px) {
  .info-slide {
    display: block;
  }
  .desktop-info {
    display: none;
  }
  .popup-video {
    width: 100%;
    padding-bottom: 56.25%;
    top: 35%;
  }
  .overlay-video .close {
    top: 50%;
    transform: translate(0, -50%);
    width: 57px;
    height: 128px;
  }
  .overlay-video .close .close-btn {
    font-size: 51px;
    margin-left: 17px;
    margin-top: 21px;
  }
}

/* error 404*/

.error404 .error-404 .page-title {
  color: #000;
  font-size: 5vw;
  text-align: center;
  line-height: 6vw;
}
.error404 #page {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.error404 #primary {
  flex: 1 1 auto;
}
.error404 .error-404 {
  margin-top: 200px;
}
.error404 .error-404 .btn {
  display: inline-flex;
  justify-content: center;
  background-color: #00aeef;
  padding: 15px 20px;
  border-radius: 110px;
}
.error404 .error-404 .page-content {
  text-align: center;
}

.page-id-110 .nav-subtitle h2 {
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
}
@media (min-width: 640px) {
  .page-id-110 .nav-subtitle h2 {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 768px) {
  .error404 .error-404 .page-title {
    font-size: 10vw;
    line-height: 12vw;
  }
}
/*# sourceMappingURL=base.css.map */
