@keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedInRight {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.out {
  animation-name: lightSpeedOutLeft;
  animation-timing-function: ease-in;
  animation-duration: 0.6s;
}
.in {
  animation-name: lightSpeedInRight;
  animation-timing-function: ease-out;
  animation-duration: 0.6s;
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
  animation-duration: 1.5s;
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
    opacity: 0;
  }
}
.out-down {
  animation-name: slideOutDown;
  animation-duration: 0.6s;
}
@keyframes shadow-blink {
  0% {
    box-shadow: 0 0 0 var(--shadow-color);
  }
  50% {
    box-shadow: 0 0 10px var(--shadow-color);
  }
  100% {
    box-shadow: 0 0 0 var(--shadow-color);
  }
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v11/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyeMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v11/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuDyfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v11/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuOKfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v11/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v11/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v11/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuGKYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v11/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v11/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuDyYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v11/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuBWYMZg.ttf) format('truetype');
}
/* jost-regular - cyrillic */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/jost-v14-cyrillic-regular.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/fonts/jost-v14-cyrillic-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/jost-v14-cyrillic-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/jost-v14-cyrillic-regular.woff') format('woff'), /* Modern Browsers */ url('/fonts/jost-v14-cyrillic-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/jost-v14-cyrillic-regular.svg#Jost') format('svg');
  /* Legacy iOS */
}
/* jost-600 - cyrillic */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/jost-v14-cyrillic-600.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/fonts/jost-v14-cyrillic-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/jost-v14-cyrillic-600.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/jost-v14-cyrillic-600.woff') format('woff'), /* Modern Browsers */ url('/fonts/jost-v14-cyrillic-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/jost-v14-cyrillic-600.svg#Jost') format('svg');
  /* Legacy iOS */
}
/* marck-script-regular - latin_cyrillic */
@font-face {
  font-family: 'Marck Script';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/marck-script-v16-latin_cyrillic-regular.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/fonts/marck-script-v16-latin_cyrillic-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/marck-script-v16-latin_cyrillic-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/marck-script-v16-latin_cyrillic-regular.woff') format('woff'), /* Modern Browsers */ url('/fonts/marck-script-v16-latin_cyrillic-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/marck-script-v16-latin_cyrillic-regular.svg#MarckScript') format('svg');
  /* Legacy iOS */
}
/* oswald-regular - latin_cyrillic */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/oswald-v49-latin_cyrillic-regular.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/fonts/oswald-v49-latin_cyrillic-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/oswald-v49-latin_cyrillic-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/oswald-v49-latin_cyrillic-regular.woff') format('woff'), /* Modern Browsers */ url('/fonts/oswald-v49-latin_cyrillic-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/oswald-v49-latin_cyrillic-regular.svg#Oswald') format('svg');
  /* Legacy iOS */
}
/* oswald-500 - latin_cyrillic */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/oswald-v49-latin_cyrillic-500.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/fonts/oswald-v49-latin_cyrillic-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/oswald-v49-latin_cyrillic-500.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/oswald-v49-latin_cyrillic-500.woff') format('woff'), /* Modern Browsers */ url('/fonts/oswald-v49-latin_cyrillic-500.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/oswald-v49-latin_cyrillic-500.svg#Oswald') format('svg');
  /* Legacy iOS */
}
/* oswald-700 - latin_cyrillic */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/oswald-v49-latin_cyrillic-700.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/fonts/oswald-v49-latin_cyrillic-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/oswald-v49-latin_cyrillic-700.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/oswald-v49-latin_cyrillic-700.woff') format('woff'), /* Modern Browsers */ url('/fonts/oswald-v49-latin_cyrillic-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/oswald-v49-latin_cyrillic-700.svg#Oswald') format('svg');
  /* Legacy iOS */
}
h1 {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 600;
  text-align: center;
  color: #313795;
}
h2 {
  font-family: 'Oswald';
  font-style: normal;
  text-align: center;
  color: #d100ad;
}
ol {
  counter-reset: item;
  list-style: none;
  padding: 10px 0 10px 30px;
}
ol li {
  display: block;
  margin-top: 6px;
}
ol li:before {
  content: counters(item, ".") " ";
  counter-increment: item;
  padding-right: 6px;
  margin-left: -30px;
}
.pagination .page-item .page-link {
  background-color: transparent;
  border-color: #3E5DFF;
}
.pagination .page-item.active .page-link {
  color: #d100ad;
  border-color: #d100ad;
}
.tooltip-inner {
  color: #FDFFB4;
  text-align: center;
  background-color: #0590d5;
  border-radius: 0.25rem;
}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #0590d5;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-round {
  border-radius: 25px;
  font-size: 25px;
  font-weight: 700;
  color: #FDFFB4;
  border: none;
  background: linear-gradient(180deg, #2DABF9 0%, #0688FA 100%), #2DABF9;
  transition: all 0.2s ease;
}
.btn-round:hover {
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.25));
  color: #fcff81;
}
.btn-round.btn-sm {
  font-size: 20px;
}
.btn-primary {
  color: #FDFFB4;
  border: none;
  background: linear-gradient(180deg, #2DABF9 0%, #0688FA 100%), #2DABF9;
  transition: all 0.2s ease;
}
.btn-primary:hover {
  color: #fcff81;
  background: linear-gradient(0deg, #2DABF9 0%, #0688FA 100%), #16a2fa;
}
.nav-pills .nav-link {
  color: #160197;
}
.nav-pills .nav-link:hover {
  color: #0093E1;
}
.nav-pills .nav-link.active {
  color: #fff;
  background-color: #0093E1;
}
a {
  color: #3E5DFF;
  text-decoration: none;
}
a:hover {
  color: #0093E1;
  text-decoration: underline;
}
a.text-main {
  color: #222;
}
a.text-main:hover {
  color: #080808;
}
.text-red {
  color: #BA3D15;
}
.text-green {
  color: #4FB200;
}
.text-blue {
  color: #160197;
}
.text-fuchsia {
  color: #d100ad;
}
.text-big {
  font-size: 120%;
}
.text-del {
  text-decoration: line-through;
}
.loader {
  color: #29ABEE;
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 72px auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
.btn .loader {
  font-size: 1rem;
}
@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.block-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}
.card {
  border: 1px solid #81b2dd;
  border-radius: 16px;
  background-color: rgba(118, 230, 255, 0.2);
  position: relative;
  overflow: hidden;
}
.card .card-body {
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .card .card-body {
    padding: 30px;
  }
}
.card .card-title {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 600;
  text-align: center;
  color: #313795;
}
.list-group-item {
  background-color: transparent;
}
.modal-content {
  background-color: #e3faff;
}
.avatar {
  border-radius: 500px;
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.avatar.small {
  width: 50px;
  height: 50px;
}
.alert-blue {
  background-color: rgba(41, 171, 238, 0.6);
  border-color: #29ABEE;
  color: #313795;
}
ol.breadcrumb {
  background-color: transparent;
  padding: 0.5rem 0;
  margin-bottom: 0.5rem;
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
  /* Works on Chrome, Edge, and Safari */
}
ol.breadcrumb::-webkit-scrollbar,
ol.breadcrumb *::-webkit-scrollbar {
  width: 0;
}
ol.breadcrumb::-webkit-scrollbar-track,
ol.breadcrumb *::-webkit-scrollbar-track {
  background: transparent;
}
ol.breadcrumb::-webkit-scrollbar-thumb,
ol.breadcrumb *::-webkit-scrollbar-thumb {
  background-color: transparent;
  border: none;
}
ol.breadcrumb .breadcrumb-item {
  white-space: nowrap;
  flex-shrink: 0;
  background-color: rgba(41, 171, 238, 0.4);
  border: 1px solid rgba(41, 171, 238, 0.5);
  padding: 5px;
  border-radius: 32px;
}
ol.breadcrumb .breadcrumb-item:hover {
  background-color: rgba(41, 171, 238, 0.5);
}
ol.breadcrumb .breadcrumb-item::before {
  content: "";
  margin: 0;
  padding: 0;
}
ol.breadcrumb .breadcrumb-item + .breadcrumb-item {
  margin-left: 8px;
}
ol.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: " ";
}
@media screen and (min-width: 768px) {
  ol.breadcrumb .breadcrumb-item {
    background-color: transparent !important;
    border: none;
  }
  ol.breadcrumb .breadcrumb-item + .breadcrumb-item {
    margin-left: 0;
  }
  ol.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    margin-left: 0;
    padding-right: 6px;
  }
}
.tns-outer .tns-nav {
  text-align: center;
  margin: 10px 0;
}
.tns-outer .tns-nav > [aria-controls] {
  width: 9px;
  height: 9px;
  padding: 0;
  margin: 0 5px;
  border-radius: 50%;
  background: #0093E1;
  border: 0;
}
.tns-outer .tns-nav > .tns-nav-active {
  background: #ffff00;
}
.tns-outer > button[data-action] {
  display: none;
}
.faq {
  padding: 10px;
  border: 1px solid #29ABEE;
  border-radius: 16px;
  --image-radius: 300px;
  --displayBigImage: block;
  --displaySmallImage: none;
  --itemMargin: 100px;
}
.faq.faq-image-square {
  --image-radius: 16px;
}
.faq.faq-small {
  --displayBigImage: none;
  --displaySmallImage: block;
  --itemMargin: 50px;
}
@media screen and (min-width: 768px) {
  .faq {
    padding: 30px;
  }
}
.faq .faq-item {
  margin-top: calc(var(--itemMargin) / 2);
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (min-width: 768px) {
  .faq .faq-item {
    margin-top: var(--itemMargin);
  }
}
.faq .faq-item:first-child {
  margin-top: 0;
}
.faq .faq-item > img,
.faq .faq-item > picture img {
  display: none;
  border-radius: var(--image-radius);
}
@media screen and (min-width: 768px) {
  .faq .faq-item > img,
  .faq .faq-item > picture img {
    display: var(--displayBigImage);
    width: 200px;
    height: 200px;
    margin-right: 50px;
    object-fit: cover;
  }
}
@media screen and (min-width: 992px) {
  .faq .faq-item > img,
  .faq .faq-item > picture img {
    width: 300px;
    height: 300px;
    margin-right: 80px;
  }
}
.faq .faq-item > div {
  flex: 1;
}
.faq .faq-item .item-header {
  display: flex;
  align-items: center;
}
.faq .faq-item .item-header > img,
.faq .faq-item .item-header > picture img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  margin-right: 16px;
  border-radius: var(--image-radius);
}
@media screen and (max-width: 359px) {
  .faq .faq-item .item-header > img,
  .faq .faq-item .item-header > picture img {
    width: 50px;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .faq .faq-item .item-header > img,
  .faq .faq-item .item-header > picture img {
    display: var(--displaySmallImage);
  }
}
.faq .faq-item a.expand {
  color: #0029FF;
  text-decoration: underline;
}
.faq .faq-item a.expand:hover {
  color: #0021cc;
}
.faq .faq-item a.question {
  font-family: 'Oswald';
  font-style: normal;
  text-align: center;
  color: #29ABEE;
  text-align: left;
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  font-size: 22px;
  line-height: 28px;
}
@media screen and (max-width: 359px) {
  .faq .faq-item a.question {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (min-width: 768px) {
  .faq .faq-item a.question {
    font-size: 40px;
    line-height: 60px;
  }
}
.faq .faq-item a.question svg {
  width: 1em;
  height: 1em;
  margin-left: 10px;
  flex-shrink: 0;
  transition: transform 0.4s linear;
}
.faq .faq-item a.question:hover {
  color: #1191d3;
  text-decoration: none;
}
.faq .faq-item hr {
  border-top: 4px solid #d100ad;
}
.faq .faq-item div.content {
  text-align: justify;
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  overflow: hidden;
  transition: all 0.4s linear;
  height: var(--calc-height);
}
@media screen and (max-width: 359px) {
  .faq .faq-item div.content {
    word-break: break-word;
  }
}
@media screen and (min-width: 768px) {
  .faq .faq-item div.content {
    font-size: 20px;
    line-height: 32px;
  }
}
.faq .faq-item:not(.expanded) div.content {
  text-overflow: ellipsis;
  overflow: hidden;
  height: 3em;
}
.faq .faq-item:not(.expanded) .collapsed {
  display: inline;
}
.faq .faq-item:not(.expanded) .expanded {
  display: none;
}
.faq .faq-item.expanded svg {
  transform: rotate(180deg);
}
.faq .faq-item.expanded .collapsed {
  display: none;
}
.faq .faq-item.expanded .expanded {
  display: inline;
}
.faq.hide-all .faq-item span.expanded {
  display: none;
}
.faq.hide-all .faq-item:not(.expanded) div.content {
  height: 0;
}
.faq.hide-all .faq-item:not(.expanded) span.collapsed {
  display: none;
}
video {
  width: 100%;
}
.container.with-menu {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media screen and (min-width: 992px) {
  .container.with-menu {
    flex-direction: row;
    column-gap: 15px;
  }
  .container.with-menu > .nav {
    flex: 0 0 200px;
  }
  .container.with-menu > div {
    flex: 1 1 auto;
  }
}
.nav-pills {
  display: flex;
  flex-direction: row;
  column-gap: 5px;
  row-gap: 5px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 2px solid #d100ad;
}
@media screen and (min-width: 992px) {
  .nav-pills.nav-pills-lg-left {
    flex-direction: column;
    justify-content: normal;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.nav-pills .nav-link {
  border: 1px solid #29ABEE;
  color: #160197;
  font-weight: 600;
}
.nav-pills .nav-link.active {
  color: #FDFFB4;
  background-color: #29ABEE;
}
.nav.trainer-nav {
  display: flex;
  flex-direction: column;
}
.nav.trainer-nav .nav-link {
  border: 1px solid transparent;
  border-radius: 8px;
  transition: all 0.3s ease;
  text-align: left;
}
.nav.trainer-nav .nav-link:hover {
  border: 1px solid #29ABEE;
}
.letters-layout {
  display: flex;
  align-items: center;
  justify-content: center;
  row-gap: 10px;
  flex-direction: column;
}
.letters-layout .letters-row {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  width: 100%;
}
.letters-layout .letters-row .letter {
  border-radius: 100em;
  border: 1px solid black;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  text-transform: uppercase;
  width: 12%;
  aspect-ratio: 1/1;
  height: 1%;
  font-size: 25px;
}
@media screen and (min-width: 992px) {
  .letters-layout .letters-row .letter {
    font-size: 50px;
  }
}
@media print {
  .letters-layout .letters-row .letter {
    font-size: 70px;
  }
}
.pay-system-select label {
  cursor: pointer;
  border: 2px solid transparent;
  padding: 10px;
  border-radius: 5px;
  transition: border 0.3s ease-in-out;
}
.pay-system-select input:checked ~ label {
  border: 2px solid #d100ad;
}
.input-group ~ .invalid-feedback {
  display: block;
}
.select2-dropdown.country-select {
  font-size: 14px;
}
.select2-dropdown.country-select svg {
  width: 20px;
  height: 12px;
  flex-shrink: 0;
  margin-right: 2px;
}
select.country-select ~ .select2 .select2-selection {
  background-color: #fafafa;
}
select.country-select ~ .select2 svg {
  width: 35px;
  height: 25px;
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.2);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.2);
  }
  70% {
    transform: scale(1);
  }
}
.youtube-video {
  width: 100%;
  display: flex;
  justify-content: center;
}
.youtube-video iframe {
  aspect-ratio: 16/9;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .youtube-video iframe {
    width: 800px;
    margin: 0 auto;
  }
}
.gap-8 {
  gap: 8px;
}
.gap-16 {
  gap: 16px;
}
html,
body {
  font-family: Inter, Roboto, sans-serif;
  min-height: 100vh;
}
body {
  background-color: #ecf0f3;
  color: #222;
  position: relative;
}
.page-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 100vh;
}
.no-scroll {
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    word-break: break-word;
  }
}
.top-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 888px;
  mask-image: linear-gradient(to bottom, #000000aa, transparent);
  -webkit-mask-image: linear-gradient(to bottom, #000000aa, transparent);
  z-index: 0;
}
.top-gradient > div {
  background: url("/images/common/bg.png") top left no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bottom-gradient {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 888px;
  mask-image: linear-gradient(to top, #000000aa, transparent);
  -webkit-mask-image: linear-gradient(to top, #000000aa, transparent);
  z-index: 0;
}
.bottom-gradient > div {
  background: url("/images/common/bg.png") top left no-repeat;
  background-size: cover;
  transform: rotate(180deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
header {
  position: relative;
  background: rgba(118, 230, 255, 0.2);
}
header .container {
  display: flex;
  align-items: center;
  height: 100px;
}
header .container > div {
  display: flex;
  align-items: center;
}
header .container .menu-toggler {
  color: #017afe;
  text-decoration: none;
  border: 2px solid #017afe;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}
header .container .menu-toggler:hover {
  color: #278bfd;
  border-color: #278bfd;
}
@media screen and (min-width: 992px) {
  header .container .menu-toggler {
    display: none;
  }
}
header .container .social-buttons {
  display: none;
}
@media screen and (min-width: 992px) {
  header .container .social-buttons {
    display: flex;
  }
}
header .container .phone {
  display: none;
}
@media screen and (min-width: 992px) {
  header .container .phone {
    display: block;
    flex: 1 1 auto;
    margin-left: 20px;
  }
}
header .container .logo {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
}
header .container .logo img {
  max-width: 100%;
  width: auto;
  max-height: 70px;
}
@media screen and (min-width: 992px) {
  header .container .logo {
    flex: 0 1 auto;
  }
  header .container .logo img {
    max-height: 80px;
  }
}
img.logo {
  width: 100%;
  max-width: 290px;
}
.social-buttons {
  column-gap: 10px;
}
.social-buttons.inline {
  display: inline-flex;
  align-items: flex-start;
}
.social-buttons.inline .img-button {
  width: 30px !important;
  height: 30px !important;
}
.social-buttons.inline .img-button img {
  vertical-align: bottom;
}
.phone a {
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  text-align: justify;
  color: #676767;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-decoration: none;
}
.phone a:hover {
  color: #3f3f3f;
}
.img-button {
  display: inline-block;
  flex-shrink: 0;
  flex-grow: 0;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 500px;
}
@media screen and (min-width: 992px) {
  .img-button {
    width: 60px;
    height: 60px;
  }
}
.img-button img {
  width: 100%;
  height: 100%;
  border-radius: 500px;
  transition: transform 0.2s ease;
}
.img-button:hover img {
  transform: scale(1.2);
}
main {
  position: relative;
}
footer {
  position: relative;
  background: rgba(118, 230, 255, 0.2);
  margin-top: 100px;
  padding: 20px 0;
}
@media screen and (min-width: 992px) {
  footer .container {
    display: flex;
    justify-content: space-between;
  }
}
footer .nav {
  display: none;
}
@media screen and (min-width: 992px) {
  footer .nav {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    column-gap: 8px;
  }
}
footer .nav a {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #160197;
}
footer .social-buttons {
  margin: 10px 0;
}
footer .contacts {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 992px) {
  footer .contacts {
    align-items: flex-end;
  }
}
@media screen and (max-width: 575px) {
  footer .contacts .phone a {
    font-size: 25px;
  }
}
footer .contacts > img {
  max-width: 100%;
}
.auth-inner {
  width: 100%;
  margin: 50px auto 0;
  padding: 30px;
  border: 1px solid #81b2dd;
  border-radius: 16px;
  background-color: rgba(118, 230, 255, 0.2);
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .auth-inner {
    width: 75%;
  }
}
@media screen and (min-width: 992px) {
  .auth-inner {
    width: 50%;
  }
}
.auth-inner .card-title {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 600;
  text-align: center;
  color: #313795;
}
.auth-inner h3 {
  color: #3E5DFF;
}
.site-about .slider {
  display: flex;
  flex-wrap: nowrap;
}
.site-about h2 {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 600;
  text-align: center;
  color: #313795;
}
.site-about p {
  font-size: 20px;
  line-height: 26px;
  text-align: justify;
}
.main-page .top-block h1 {
  font-family: 'Jost';
  font-style: normal;
  text-align: center;
  color: #3E5DFF;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 1px;
  text-shadow: -1px -1px 0 rgba(82, 2, 59, 0.75), -1px 1px 0 rgba(82, 2, 59, 0.75), 1px -1px 0 rgba(82, 2, 59, 0.75), 1px 1px 0 rgba(82, 2, 59, 0.75), 0px 4px 4px rgba(57, 126, 24, 0.27);
  text-shadow: #000000 #000000 0 rgba(82, 2, 59, 0.75), #000000 rgba(57, 126, 24, 0.27) 0 rgba(82, 2, 59, 0.75), rgba(57, 126, 24, 0.27) #000000 0 rgba(82, 2, 59, 0.75), rgba(57, 126, 24, 0.27) rgba(57, 126, 24, 0.27) 0 rgba(82, 2, 59, 0.75);
  margin-top: 25px;
}
.main-page .top-block .photo {
  width: 100%;
  max-width: 100%;
}
.main-page .top-block p {
  font-family: 'Marck Script';
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 32px;
  text-align: center;
  color: #013497;
  margin-top: 20px;
}
@media screen and (min-width: 576px) {
  .main-page .top-block h1 {
    font-weight: 500;
    font-size: 35px;
    line-height: 45px;
  }
  .main-page .top-block p {
    font-size: 32px;
    line-height: 42px;
  }
}
@media screen and (min-width: 992px) {
  .main-page .top-block {
    min-height: 600px;
  }
  .main-page .top-block .photo {
    position: absolute;
    left: -50px;
    top: 20px;
    width: 600px;
    max-width: initial;
  }
  .main-page .top-block h1 {
    margin-top: 20px;
  }
  .main-page .top-block p {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .main-page .top-block {
    min-height: 720px;
  }
  .main-page .top-block .photo {
    width: 700px;
  }
  .main-page .top-block h1 {
    font-weight: 400;
    font-size: 40px;
    line-height: 60px;
    margin-top: 40px;
    letter-spacing: initial;
    text-shadow: -1px -1px 0 #52023b, -1px 1px 0 #52023b, 1px -1px 0 #52023b, 1px 1px 0 #52023b, 0px 4px 4px rgba(57, 126, 24, 0.27);
    text-shadow: #000000 #000000 0 #52023b, #000000 rgba(57, 126, 24, 0.27) 0 #52023b, rgba(57, 126, 24, 0.27) #000000 0 #52023b, rgba(57, 126, 24, 0.27) rgba(57, 126, 24, 0.27) 0 #52023b;
  }
  .main-page .top-block p {
    font-size: 35px;
    line-height: 45px;
    margin-top: 80px;
    margin-left: 0;
  }
}
.main-page section.buttons {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  flex-direction: column;
  row-gap: 15px;
}
@media screen and (min-width: 992px) {
  .main-page section.buttons {
    flex-direction: row;
    column-gap: 40px;
    margin-top: -60px;
  }
}
.main-page section.buttons > div {
  background-color: #fff;
  border-radius: 24px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .main-page section.buttons > div {
    width: 33.33%;
    border-radius: 50px;
  }
}
.main-page section.buttons a {
  display: flex;
  align-items: center;
  height: 100%;
  text-decoration: none;
  text-transform: uppercase;
  border: 2px solid #088BC2;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  overflow: hidden;
  padding: 10px;
  border-radius: 24px;
}
@media screen and (min-width: 992px) {
  .main-page section.buttons a {
    flex-direction: column;
    padding: 20px 0;
    border-radius: 50px;
  }
}
.main-page section.buttons a:before {
  content: " ";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(180deg, #68C1F0 0%, rgba(103, 193, 240, 0.994477) 8.07%, rgba(102, 192, 239, 0.978216) 15.54%, rgba(99, 190, 238, 0.95168) 22.5%, rgba(95, 188, 237, 0.91533) 29.04%, rgba(90, 185, 235, 0.86963) 35.26%, rgba(85, 182, 233, 0.81504) 41.25%, rgba(78, 178, 230, 0.752024) 47.1%, rgba(71, 173, 227, 0.681043) 52.9%, rgba(63, 168, 224, 0.60256) 58.75%, rgba(54, 163, 221, 0.517037) 64.74%, rgba(44, 157, 217, 0.424936) 70.96%, rgba(34, 151, 213, 0.32672) 77.5%, rgba(23, 145, 209, 0.22285) 84.46%, rgba(12, 138, 204, 0.11379) 91.93%, rgba(0, 131, 200, 0) 100%);
  transition: all 0.3s ease;
  opacity: 1;
}
.main-page section.buttons a:after {
  content: " ";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(0deg, #68C1F0 0%, rgba(103, 193, 240, 0.994477) 8.07%, rgba(102, 192, 239, 0.978216) 15.54%, rgba(99, 190, 238, 0.95168) 22.5%, rgba(95, 188, 237, 0.91533) 29.04%, rgba(90, 185, 235, 0.86963) 35.26%, rgba(85, 182, 233, 0.81504) 41.25%, rgba(78, 178, 230, 0.752024) 47.1%, rgba(71, 173, 227, 0.681043) 52.9%, rgba(63, 168, 224, 0.60256) 58.75%, rgba(54, 163, 221, 0.517037) 64.74%, rgba(44, 157, 217, 0.424936) 70.96%, rgba(34, 151, 213, 0.32672) 77.5%, rgba(23, 145, 209, 0.22285) 84.46%, rgba(12, 138, 204, 0.11379) 91.93%, rgba(0, 131, 200, 0) 100%);
  transition: all 0.3s ease;
  opacity: 0;
}
.main-page section.buttons a:hover:before {
  opacity: 0;
}
.main-page section.buttons a:hover:after {
  opacity: 1;
}
.main-page section.buttons a:hover h3 {
  transform: scale(1.1);
}
.main-page section.buttons a:hover img {
  transform: scale(1.1);
}
.main-page section.buttons a .img-container {
  width: 70px;
  height: 70px;
  border-radius: 24px;
  overflow: hidden;
  flex-shrink: 0;
}
@media screen and (min-width: 576px) {
  .main-page section.buttons a .img-container {
    width: 100px;
    height: 100px;
  }
}
@media screen and (min-width: 992px) {
  .main-page section.buttons a .img-container {
    width: 150px;
    height: 150px;
    border-radius: 32px;
  }
}
.main-page section.buttons a img {
  width: 70px;
  height: 70px;
  transition: transform 0.3s ease;
}
.main-page section.buttons a img.arrow {
  height: 35px;
  width: auto;
  border-radius: 0;
}
@media screen and (min-width: 576px) {
  .main-page section.buttons a img {
    width: 100px;
    height: 100px;
  }
  .main-page section.buttons a img.arrow {
    height: 50px;
  }
}
@media screen and (min-width: 992px) {
  .main-page section.buttons a img {
    width: 150px;
    height: 150px;
  }
  .main-page section.buttons a img.arrow {
    height: 50px;
  }
}
.main-page section.buttons a h3 {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #160197;
  text-shadow: 4px 4px 5px rgba(19, 41, 238, 0.46);
  transition: transform 0.3s ease;
  margin: 0 10px;
  word-break: break-word;
}
@media screen and (min-width: 576px) {
  .main-page section.buttons a h3 {
    word-break: break-word;
    font-size: 35px;
    line-height: 45px;
    margin: 0 15px;
  }
}
@media screen and (min-width: 992px) {
  .main-page section.buttons a h3 {
    font-size: 28px;
    line-height: 40px;
    margin: 10px 0;
  }
}
@media screen and (min-width: 1200px) {
  .main-page section.buttons a h3 {
    font-size: 26px;
    line-height: 50px;
  }
}
.main-page section.course {
  margin-top: 100px;
}
@media screen and (min-width: 992px) {
  .main-page section.course {
    margin-top: 150px;
    min-height: 670px;
    display: grid;
    grid-template-columns: 4.5fr 5.5fr;
  }
}
.main-page section.course h2 {
  font-family: 'Jost';
  font-style: normal;
  text-align: center;
  color: #313795;
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
}
@media screen and (min-width: 992px) {
  .main-page section.course h2 {
    font-size: 52px;
    line-height: 62px;
  }
}
@media screen and (min-width: 1200px) {
  .main-page section.course h2 {
    font-size: 54px;
    line-height: 78px;
  }
}
.main-page section.course h3 {
  margin-top: 30px;
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
  text-align: justify;
  color: #676767;
  text-shadow: -1px -1px 0 #8A5C16, -1px 1px 0 #8A5C16, 1px -1px 0 #8A5C16, 1px 1px 0 #8A5C16;
}
.main-page section.course .author {
  text-align: right;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #000000;
  text-shadow: none;
}
.main-page section.course p {
  margin-top: 10px;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  text-align: justify;
  color: #3C3636;
}
@media screen and (min-width: 992px) {
  .main-page section.course p {
    margin-top: 20px;
    font-size: 24px;
    line-height: 29px;
  }
}
@media screen and (min-width: 1200px) {
  .main-page section.course p {
    margin-top: 40px;
    font-size: 24px;
    line-height: 29px;
  }
}
.main-page section.course h4 {
  margin-top: 30px;
  font-family: 'Oswald';
  font-style: normal;
  color: #BA3D15;
  font-weight: 400;
  font-size: 35px;
  line-height: 52px;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.main-page section.course .button-container {
  margin-top: 30px;
  text-align: center;
}
.main-page section.course .cover {
  position: relative;
  margin-top: 20px;
}
.main-page section.course .cover img {
  border: 1px solid #013497;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 32px;
  position: static;
}
.main-page section.course .cover img.finger1 {
  top: 0;
  left: 8px;
  z-index: 1;
  width: 70%;
  max-width: 350px;
  animation: Orbit 8s infinite linear;
  --radius: 8px;
}
.main-page section.course .cover img.finger2 {
  margin-left: 52%;
  margin-top: -60%;
  z-index: 2;
  width: 45%;
  max-width: 230px;
  animation: Orbit 6s infinite linear alternate-reverse;
  animation-delay: -2s;
  --radius: 5px;
}
.main-page section.course .cover img.finger3 {
  margin-left: 15%;
  margin-top: -25%;
  z-index: 3;
  width: 70%;
  max-width: 350px;
  animation: Orbit 7s infinite linear reverse;
  animation-delay: -4s;
  --radius: 6px;
}
.main-page section.school {
  margin-top: 100px;
}
@media screen and (min-width: 992px) {
  .main-page section.school {
    margin-top: 150px;
  }
}
.main-page section.school .content-container {
  border-radius: 16px;
  position: relative;
  padding: 20px;
}
.main-page section.school .content-container > * {
  position: relative;
  z-index: 1;
}
.main-page section.school .content-container > picture {
  position: static;
}
.main-page section.school .content-container > picture img {
  border-radius: 16px;
  width: 100%;
  max-width: 100%;
  height: 430px;
  object-fit: cover;
  object-position: bottom right;
}
@media screen and (max-width: 359px) {
  .main-page section.school .content-container > picture img {
    height: 280px;
  }
}
@media screen and (min-width: 576px) {
  .main-page section.school .content-container > picture img {
    height: 455px;
  }
}
@media screen and (min-width: 992px) {
  .main-page section.school .content-container > picture img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-position: top right;
  }
}
.main-page section.school .content-container h2 {
  font-family: 'Jost';
  font-style: normal;
  text-align: center;
  color: #313795;
  font-weight: 600;
  font-size: 34px;
  line-height: 100%;
  word-break: break-word;
}
@media screen and (min-width: 768px) {
  .main-page section.school .content-container h2 {
    font-family: 'Oswald';
    font-style: normal;
    text-align: center;
    color: #E0DFB6;
    position: absolute;
    left: 42px;
    top: 50px;
    font-weight: 400;
    font-size: 50px;
    line-height: 59px;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.25), -1px 1px 0 rgba(0, 0, 0, 0.25), 1px -1px 0 rgba(0, 0, 0, 0.25), 1px 1px 0 rgba(0, 0, 0, 0.25), 0px 4px 10px red;
  }
}
@media screen and (min-width: 992px) {
  .main-page section.school .content-container h2 {
    left: 485px;
    top: 190px;
    transform: rotate(6.96deg);
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .main-page section.school .content-container h2 {
    left: 655px;
    top: 205px;
  }
}
.main-page section.school .content-container h3 {
  font-family: 'Oswald';
  font-style: normal;
  text-align: center;
  color: #29ABEE;
  font-weight: 700;
  font-size: 40px;
  line-height: 59px;
}
@media screen and (min-width: 992px) {
  .main-page section.school .content-container h3 {
    font-size: 56px;
    line-height: 83px;
    color: #E0DFB6;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.25), -1px 1px 0 rgba(0, 0, 0, 0.25), 1px -1px 0 rgba(0, 0, 0, 0.25), 1px 1px 0 rgba(0, 0, 0, 0.25), 0px 4px 10px #3f00ff;
  }
}
.main-page section.school .content-container p {
  font-family: 'Oswald';
  font-style: normal;
  text-align: center;
  color: #313795;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
}
@media screen and (min-width: 992px) {
  .main-page section.school .content-container p {
    font-size: 32px;
    line-height: 42px;
    width: 45%;
    color: #E0DFB6;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.25), -1px 1px 0 rgba(0, 0, 0, 0.25), 1px -1px 0 rgba(0, 0, 0, 0.25), 1px 1px 0 rgba(0, 0, 0, 0.25), 0px 4px 10px #3f00ff;
  }
}
@media screen and (min-width: 1200px) {
  .main-page section.school .content-container p {
    font-size: 38px;
    line-height: 51px;
    width: 50%;
  }
}
.main-page section.school .content-container p span {
  color: #70FF00;
}
.main-page section.school .content-container h4 {
  font-family: 'Oswald';
  font-style: normal;
  text-align: center;
  color: #29ABEE;
  font-weight: 500;
  font-size: 30px;
  line-height: 44px;
}
@media screen and (min-width: 992px) {
  .main-page section.school .content-container h4 {
    font-size: 38px;
    line-height: 46px;
    width: 40%;
    color: #E0DFB6;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.25), -1px 1px 0 rgba(0, 0, 0, 0.25), 1px -1px 0 rgba(0, 0, 0, 0.25), 1px 1px 0 rgba(0, 0, 0, 0.25), 0px 4px 10px #3f00ff;
  }
}
@media screen and (min-width: 1200px) {
  .main-page section.school .content-container h4 {
    font-size: 40px;
    line-height: 50px;
    margin-top: 70px;
  }
}
.main-page section.school .content-container .buttons-container {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  column-gap: 10px;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.main-page section.school .content-container .buttons-container .btn {
  width: 95%;
}
@media screen and (min-width: 576px) {
  .main-page section.school .content-container .buttons-container .btn {
    width: 80%;
  }
}
@media screen and (min-width: 992px) {
  .main-page section.school .content-container .buttons-container {
    align-items: flex-start;
  }
  .main-page section.school .content-container .buttons-container .btn {
    width: 280px;
  }
}
.main-page section.school .parents-test {
  margin-top: 60px;
}
.main-page section.school .parents-test h2 {
  font-size: 48px;
  line-height: 60px;
  font-family: 'Jost';
  font-style: normal;
  font-weight: 600;
  text-align: center;
  color: #160197;
}
@media screen and (min-width: 992px) {
  .main-page section.school .parents-test h2 {
    font-size: 54px;
    line-height: 78px;
  }
}
.main-page section.school .parents-test h3 {
  font-family: 'Oswald';
  font-style: normal;
  text-align: center;
  color: #d100ad;
  font-weight: 400;
  font-size: 35px;
  line-height: 48px;
}
@media screen and (min-width: 992px) {
  .main-page section.school .parents-test h3 {
    font-size: 40px;
    line-height: 59px;
  }
}
.main-page section.school .parents-test .action {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-page section.school .parents-test .action img {
  height: 70px;
}
.main-page section.school .parents-test .action img:first-child {
  --slide-by: 30px;
  animation: p-right 0.7s linear infinite alternate;
}
.main-page section.school .parents-test .action img:last-child {
  --slide-by: 30px;
  transform: scaleX(-1);
  animation: p-right 0.7s linear infinite alternate;
}
.main-page section.school .parents-test .action .btn {
  height: 70px;
  width: 280px;
  font-size: 35px;
  margin: 0 45px;
}
@media screen and (max-width: 767px) {
  .main-page section.school .parents-test .action img {
    height: 30px;
  }
  .main-page section.school .parents-test .action img:first-child {
    --slide-by: 15px;
  }
  .main-page section.school .parents-test .action img:last-child {
    --slide-by: 15px;
  }
  .main-page section.school .parents-test .action .btn {
    width: 280px;
    height: 60px;
    margin: 0 10px;
    font-size: 30px;
  }
}
@media screen and (max-width: 575px) {
  .main-page section.school .parents-test .action img:first-child {
    --slide-by: 10px;
  }
  .main-page section.school .parents-test .action img:last-child {
    --slide-by: 10px;
  }
  .main-page section.school .parents-test .action .btn {
    width: auto;
    height: auto;
    margin: 0 10px;
    font-size: 28px;
  }
}
@media screen and (max-width: 359px) {
  .main-page section.school .parents-test .action .btn {
    width: 150px;
  }
}
.main-page section.games {
  margin-top: 100px;
}
.main-page section.games h2 {
  font-family: 'Marck Script';
  font-size: 55px;
  line-height: 70px;
  text-align: center;
  font-weight: 400;
  color: #013497;
  text-shadow: -1px -1px 0 #160197, -1px 1px 0 #160197, 1px -1px 0 #160197, 1px 1px 0 #160197, 0px 4px 4px 1px;
  text-shadow: -1px -1px 0 #160197, -1px 1px 0 #160197, 1px -1px 0 #160197, 1px 1px 0 #160197;
}
.main-page section.games img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}
.main-page section.games .blur {
  display: none;
}
.main-page section.games h3 {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 600;
  text-align: center;
  color: #160197;
  margin-top: 15px;
  font-size: 35px;
  text-decoration: underline;
  line-height: 50px;
  text-align: left;
}
.main-page section.games ul {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 600;
  text-align: center;
  color: #160197;
  text-align: left;
  font-size: 25px;
  line-height: 35px;
}
.main-page section.games .btn {
  width: 95%;
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .main-page section.games {
    position: relative;
    overflow: hidden;
    padding: 30px;
    border-radius: 16px;
  }
  .main-page section.games h2 {
    font-size: 100px;
    line-height: 120px;
    text-shadow: 4px 8px 8px rgba(255, 122, 0, 0.41);
    position: absolute;
    top: 30px;
    right: 20px;
    z-index: 1;
  }
  .main-page section.games img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    filter: blur(6px);
  }
  .main-page section.games h3 {
    position: relative;
    z-index: 1;
    text-shadow: 0 0 8px rgba(211, 32, 36, 0.5);
    font-size: 50px;
    margin-top: 200px;
  }
  .main-page section.games ul {
    position: relative;
    z-index: 1;
    width: 60%;
    font-size: 40px;
    margin-top: 50px;
  }
  .main-page section.games ul li {
    text-shadow: 4px 4px 8px rgba(211, 32, 36, 0.5);
    margin-top: 15px;
  }
  .main-page section.games .btn {
    width: auto;
    font-size: 35px;
    padding: 10px 40px;
    z-index: 1;
  }
}
.main-page section#reviews {
  margin-top: 100px;
}
.main-page section#reviews h2 {
  font-size: 48px;
  line-height: 60px;
  font-family: 'Jost';
  font-style: normal;
  font-weight: 600;
  text-align: center;
  color: #160197;
}
@media screen and (min-width: 992px) {
  .main-page section#reviews h2 {
    font-size: 54px;
    line-height: 78px;
  }
}
.main-page section#reviews .slider {
  display: flex;
  flex-wrap: nowrap;
}
@keyframes Orbit {
  from {
    transform: rotate(0deg) translateX(var(--radius)) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(var(--radius)) rotate(-360deg);
  }
}
@keyframes p-left {
  from {
    padding-left: 0;
  }
  to {
    padding-left: var(--slide-by);
  }
}
@keyframes p-right {
  from {
    padding-right: 0;
  }
  to {
    padding-right: var(--slide-by);
  }
}
#mobile-menu {
  position: fixed;
  z-index: 100;
  top: 0;
  left: -100%;
  bottom: 0;
  width: 100%;
  transition: left 0.3s ease-in-out;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: rgba(39, 48, 70, 0.9);
  backdrop-filter: blur(10px);
  padding: 50px 20px 30px;
  margin: 0;
  display: flex;
  flex-direction: column;
}
#mobile-menu.shown {
  left: 0;
}
#mobile-menu #mobile-menu-close {
  color: #C00000;
  position: absolute;
  top: 10px;
  right: 10px;
}
#mobile-menu #mobile-menu-close:hover {
  color: #c41616;
}
#mobile-menu .nav {
  padding: 0;
  margin: 40px 0;
  flex-direction: column;
}
#mobile-menu .nav li {
  margin: 10px 0 0 0;
  padding: 0;
}
#mobile-menu .nav li a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 25px;
  line-height: 30px;
}
#mobile-menu .nav li a:hover {
  color: #FDFFB4;
  text-decoration: underline;
}
#mobile-menu .mobile-menu-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  row-gap: 10px;
  flex: 1 1 auto;
}
#mobile-menu .mobile-menu-footer .phone a:hover {
  color: #fff;
}
.learn-course h2 {
  font-family: 'Oswald';
  font-style: normal;
  text-align: center;
  color: #313795;
  font-size: 25px;
  line-height: 35px;
}
@media screen and (min-width: 768px) {
  .learn-course h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
.learn-course h3 {
  font-family: 'Oswald';
  font-style: normal;
  text-align: center;
  color: #d100ad;
  font-size: 22px;
  line-height: 30px;
}
@media screen and (min-width: 768px) {
  .learn-course h3 {
    font-size: 30px;
    line-height: 42px;
  }
}
.learn-course p {
  text-align: justify;
  margin-top: 20px;
}
.course.su-djok-fingers h1 {
  font-family: 'Jost';
  font-style: normal;
  color: #313795;
  font-weight: 600;
  text-align: center;
  font-size: 40px;
  line-height: 56px;
}
@media screen and (min-width: 768px) {
  .course.su-djok-fingers h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (min-width: 992px) {
  .course.su-djok-fingers h1 {
    font-size: 45px;
    line-height: 65px;
  }
}
@media screen and (min-width: 1200px) {
  .course.su-djok-fingers h1 {
    font-size: 54px;
    line-height: 76px;
  }
}
.course.su-djok-fingers h2 {
  margin-top: 30px;
}
.course.su-djok-fingers h3 {
  color: #313795;
}
.course.su-djok-fingers h4 {
  font-family: 'Oswald';
  font-style: normal;
  text-align: center;
  color: #313795;
  font-size: 28px;
  line-height: 40px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .course.su-djok-fingers h4 {
    font-size: 40px;
    line-height: 60px;
  }
}
.course.su-djok-fingers p {
  text-align: justify;
}
.course.su-djok-fingers .header {
  position: relative;
}
.course.su-djok-fingers .header img {
  border-radius: 25px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .course.su-djok-fingers .header img {
    width: 55%;
  }
}
.course.su-djok-fingers .header .line-1 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.course.su-djok-fingers .header .line-1 img {
  order: 1;
}
.course.su-djok-fingers .header .line-1 h1 {
  order: 0;
  width: 100%;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .course.su-djok-fingers .header .line-1 {
    flex-wrap: nowrap;
  }
  .course.su-djok-fingers .header .line-1 img {
    order: 0;
  }
  .course.su-djok-fingers .header .line-1 h1 {
    order: 1;
    flex: 1 1 auto;
  }
}
@media screen and (min-width: 992px) {
  .course.su-djok-fingers .header .line-1 {
    flex-wrap: nowrap;
  }
  .course.su-djok-fingers .header .line-1 img {
    order: 0;
  }
  .course.su-djok-fingers .header .line-1 h1 {
    order: 1;
    flex: 1 1 auto;
  }
}
.course.su-djok-fingers .header .line-2 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.course.su-djok-fingers .header .line-2 div {
  width: 100%;
}
.course.su-djok-fingers .header .line-2 img {
  display: none;
  flex: 0;
}
@media screen and (min-width: 768px) {
  .course.su-djok-fingers .header .line-2 {
    flex-wrap: nowrap;
    margin-top: -50px;
  }
  .course.su-djok-fingers .header .line-2 div {
    flex: 1 1 auto;
  }
  .course.su-djok-fingers .header .line-2 img {
    display: initial;
  }
}
@media screen and (min-width: 992px) {
  .course.su-djok-fingers .header .line-2 {
    margin-top: -75px;
  }
}
@media screen and (min-width: 1200px) {
  .course.su-djok-fingers .header .line-2 {
    margin-top: -100px;
  }
}
.course.su-djok-fingers .price {
  text-align: center;
  padding: 0 10px;
}
.course.su-djok-fingers .price h5 {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 600;
  color: #313795;
  font-size: 40px;
  line-height: 56px;
  text-align: center;
}
.course.su-djok-fingers .price h6 {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 600;
  color: #d100ad;
  font-size: 55px;
  line-height: 80px;
  text-align: center;
}
.course.su-djok-fingers .price .btn {
  font-size: 40px;
  line-height: 50px;
  width: 100%;
}
@media screen and (max-width: 359px) {
  .course.su-djok-fingers .price .btn {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (min-width: 768px) {
  .course.su-djok-fingers .price h5 {
    font-size: 36px;
    line-height: 45px;
  }
  .course.su-djok-fingers .price h6 {
    font-size: 55px;
    line-height: 65px;
  }
  .course.su-djok-fingers .price .btn {
    font-size: 50px;
    line-height: 60px;
  }
  .course.su-djok-fingers .price.footer-price .btn {
    width: auto;
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (min-width: 992px) {
  .course.su-djok-fingers .price h5 {
    font-size: 50px;
    line-height: 70px;
  }
  .course.su-djok-fingers .price h6 {
    font-size: 70px;
    line-height: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .course.su-djok-fingers .price h5 {
    font-size: 54px;
    line-height: 76px;
  }
  .course.su-djok-fingers .price h6 {
    margin: 25px 0;
  }
}
.course.su-djok-fingers .contents {
  padding: 10px;
  border: 1px solid #29ABEE;
  border-radius: 16px;
}
@media screen and (min-width: 768px) {
  .course.su-djok-fingers .contents {
    padding: 30px;
  }
}
.course.su-djok-fingers .contents .contents-item {
  display: flex;
  align-items: flex-start;
  margin-top: 50px;
}
.course.su-djok-fingers .contents .contents-item:first-child {
  margin-top: 0;
}
.course.su-djok-fingers .contents .contents-item > img {
  width: 50px;
  border-radius: 16px;
  border: 1px solid #b4b4b4;
}
@media screen and (min-width: 768px) {
  .course.su-djok-fingers .contents .contents-item > img {
    width: 100px;
    border-radius: 32px;
  }
}
.course.su-djok-fingers .contents .contents-item > div {
  font-family: 'Oswald';
  font-style: normal;
  text-align: center;
  color: #222;
  text-align: justify;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  margin-left: 30px;
  width: calc(100% - 80px);
}
.course.su-djok-fingers .contents .contents-item > div .slider {
  display: flex;
  flex-wrap: nowrap;
}
.course.su-djok-fingers .contents .contents-item > div .slider img {
  height: 200px;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .course.su-djok-fingers .contents .contents-item > div {
    font-size: 26px;
    line-height: 38px;
    width: calc(100% - 130px);
  }
  .course.su-djok-fingers .contents .contents-item > div .slider img {
    height: 300px;
  }
}
.my-courses h3 {
  font-size: 1.25rem;
}
.my-courses li h5 {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 600;
  text-align: center;
  color: #3E5DFF;
  font-size: 1.5rem;
  text-align: left;
}
.course.buy-course h4 {
  text-align: center;
  margin: 2rem 0;
  color: #BA3D15;
}
.course.buy-course .price {
  text-align: center;
  margin: 20px auto;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .course.buy-course .price {
    width: 50%;
  }
}
.course.buy-course .price h5 {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 600;
  text-align: center;
  color: #013497;
  font-size: 30px;
}
.course.buy-course .price h6 {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 600;
  text-align: center;
  color: #d100ad;
  font-size: 40px;
}
.course.buy-course .price h6.has-discount {
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  color: #a8008b;
  font-size: 30px;
}
.course.buy-course .price h6.price-with-discount {
  font-weight: 600;
}
.online-school-index h1 {
  font-family: 'Jost';
  color: #313795;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  text-shadow: 4px 4px 4px rgba(34, 34, 34, 0.25);
  font-size: 38px;
  line-height: 48px;
}
.online-school-index h2 {
  font-family: 'Oswald';
  color: #d100ad;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  text-shadow: 4px 4px 4px rgba(34, 34, 34, 0.25);
  margin-top: 20px;
  font-size: 25px;
  line-height: 35px;
}
.online-school-index h3 {
  font-family: 'Oswald';
  color: #BA3D15;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  text-shadow: 4px 4px 4px rgba(34, 34, 34, 0.25);
  margin-top: 20px;
  font-size: 22px;
  line-height: 32px;
}
.online-school-index h4 {
  font-family: 'Oswald';
  color: #0029FF;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  margin-top: 20px;
  font-size: 26px;
  line-height: 38px;
}
.online-school-index h5 {
  font-family: 'Oswald';
  text-align: center;
  color: #160197;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  font-size: 28px;
  line-height: 40px;
  margin-top: 30px;
}
.online-school-index p {
  font-family: 'Jost';
  font-weight: 600;
  text-align: center;
  color: #013497;
  text-align: justify;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 26px;
}
@media screen and (min-width: 768px) {
  .online-school-index h1 {
    font-size: 54px;
    line-height: 142.5%;
  }
  .online-school-index h2 {
    font-size: 40px;
    line-height: 59px;
    margin-top: 35px;
  }
  .online-school-index h3 {
    font-size: 35px;
    line-height: 52px;
    margin-top: 35px;
  }
  .online-school-index h4 {
    font-size: 36px;
    line-height: 53px;
    margin-top: 40px;
  }
  .online-school-index h5 {
    font-size: 40px;
    line-height: 59px;
    margin-top: 40px;
  }
  .online-school-index p {
    font-size: 24px;
    line-height: 36px;
  }
}
.online-school-index .header {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 20px 10px;
}
.online-school-index .header img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
  border-radius: 16px;
}
.online-school-index .header .header-content {
  position: relative;
}
@media screen and (min-width: 768px) {
  .online-school-index .header {
    padding: 30px 30px;
  }
}
.online-school-index .what-to-study {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.online-school-index .what-to-study img.child {
  position: absolute;
  top: 30px;
  right: 0;
  width: auto;
  display: none;
}
@media screen and (min-width: 576px) {
  .online-school-index .what-to-study img.child {
    display: block;
    max-width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .online-school-index .what-to-study img.child {
    max-width: 70%;
  }
}
.online-school-index .what-to-study ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}
.online-school-index .what-to-study ul li {
  display: flex;
  width: 100%;
  align-items: flex-start;
  margin: 16px 0;
  font-weight: 500;
  color: #013497;
  transition: color 0.2s ease-in-out;
}
.online-school-index .what-to-study ul li:before {
  content: url("/images/online-school/check.svg");
  display: inline-block;
  margin-right: 10px;
  margin-top: -8px;
  transition: transform 0.2s ease-in-out;
  padding: 5px;
}
.online-school-index .what-to-study ul li:hover {
  color: #0257fc;
}
.online-school-index .what-to-study ul li:hover:before {
  transform: scale(1.2);
}
@media screen and (min-width: 768px) {
  .online-school-index .what-to-study ul li {
    font-size: 22px;
    line-height: 27px;
    width: 70%;
  }
}
.online-school-index .price {
  text-align: center;
  padding: 0 10px;
  margin-top: 30px;
  width: 100%;
  margin: 0 auto;
}
.online-school-index .price h5 {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 600;
  color: #313795;
  font-size: 40px;
  line-height: 56px;
  text-align: center;
}
.online-school-index .price h6 {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 600;
  color: #d100ad;
  font-size: 55px;
  line-height: 80px;
  text-align: center;
}
.online-school-index .price .btn {
  font-size: 40px;
  line-height: 50px;
  width: 100%;
}
@media screen and (max-width: 359px) {
  .online-school-index .price .btn {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (min-width: 768px) {
  .online-school-index .price {
    width: 60%;
  }
  .online-school-index .price h5 {
    font-size: 36px;
    line-height: 45px;
  }
  .online-school-index .price h6 {
    font-size: 55px;
    line-height: 65px;
  }
  .online-school-index .price .btn {
    font-size: 50px;
    line-height: 60px;
  }
}
.online-school-index .trial .kid-learning {
  width: 50%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .online-school-index .trial .kid-learning {
    width: 300px;
    margin-right: 15px;
  }
}
.online-school-index .trial img.quotation-mark {
  width: 30px;
  height: 30px;
  animation: heartBeat 1.2s ease-in-out infinite;
}
@media screen and (min-width: 768px) {
  .online-school-index .trial img.quotation-mark {
    width: 40px;
    height: 40px;
  }
}
.online-school-index .trial .questions {
  flex: 1;
}
.trial-alert {
  padding: 15px;
  margin: 40px 20px;
  font-family: 'Oswald';
  font-style: normal;
  color: #3E5DFF;
  text-align: center;
  font-size: 22px;
  border: 2px solid #0093E1;
  border-radius: 15px;
  background-color: rgba(255, 255, 0, 0.2);
}
.trial-alert h2 {
  margin: 0 0 10px 0;
}
.online-school__trial-request h3 {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 600;
  text-align: center;
  color: #3E5DFF;
}
.online-school__trial-request p {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 600;
  text-align: center;
  color: #0029FF;
  text-align: justify;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .online-school__trial-request p {
    font-size: 24px;
    padding: 0 40px;
  }
}
.online-school__trial-request .pink-arrow {
  width: 40px;
}
@media screen and (min-width: 992px) {
  .online-school__trial-request .pink-arrow {
    width: 70px;
  }
}
.trial-form__wrapper {
  width: 100%;
  margin: 50px auto 0;
  padding: 30px;
  border: 1px solid #81b2dd;
  border-radius: 16px;
  background-color: rgba(118, 230, 255, 0.2);
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .trial-form__wrapper {
    width: 75%;
  }
}
.trial-form__wrapper .card-title {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 600;
  text-align: center;
  color: #313795;
}
.trial-form__wrapper h3 {
  color: #3E5DFF;
}
.online-school-trial {
  margin-top: 30px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .online-school-trial {
    margin-top: 60px;
  }
}
.online-school-trial img {
  border-radius: 16px;
  width: 100%;
  max-width: 100%;
}
.online-school-trial h2 {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 600;
  text-align: center;
  color: #013497;
  text-shadow: -1px -1px 0 #3E5DFF, -1px 1px 0 #3E5DFF, 1px -1px 0 #3E5DFF, 1px 1px 0 #3E5DFF, 0px 4px 15px #d100ad;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .online-school-trial h2 {
    font-size: 50px;
  }
}
.online-school-trial h3 {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 600;
  text-align: center;
  color: #313795;
  font-size: 25px;
}
@media screen and (min-width: 768px) {
  .online-school-trial h3 {
    font-size: 40px;
  }
}
.online-school-trial h4 {
  font-family: 'Oswald';
  font-style: normal;
  text-align: center;
  color: #3E5DFF;
  font-size: 40px;
  font-style: italic;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .online-school-trial h4 {
    font-size: 50px;
  }
}
.online-school-trial h5 {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 600;
  text-align: center;
  color: #d100ad;
  text-shadow: 0 0 10px #ffff00;
  font-size: 45px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .online-school-trial h5 {
    font-size: 75px;
  }
}
.online-school-trial__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.games-index p {
  text-align: justify;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  color: #160197;
}
.games-index ul {
  font-family: 'Oswald';
  font-style: normal;
  text-align: center;
  color: #d100ad;
  font-size: 26px;
  line-height: 36px;
  text-align: left;
}
.game-container p {
  color: #160197;
  font-size: 22px;
  line-height: 28px;
}
.game-container #game {
  border: 1px solid #0093E1;
  border-radius: 5px;
  padding: 5px;
}
/*# sourceMappingURL=style.css.map */