/*!
Theme Name: timelearn
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: timelearn
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

timelearn is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
  font-family: Manrope, sans-serif;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

a:visited {
  color: #800080;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* ______________________________________________________MY CODE____________________________ */

.post, .page{
	margin: 0;
}
.wrapper-margin-top{
	margin-top: 130px;
}

.wrapper-margin-bottom{
	margin-bottom: 130px;
}

.wrapper-padding{
	margin: 0 auto;
	padding: 0 5%;
}
.hidden_bot{
	display: none !important;
}

.div-404{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
	margin-top: 150px;
}
.text-not-found{
	font-weight: 600; font-size: x-large; text-align: center; 
	margin-bottom: 0;
	padding-bottom: 0;
}
.text-not-found-description{
	margin: 0 auto;
	padding: 10px;
	max-width: 600px;
	text-align: center; 
}
.num-4{
	font-weight: 900;
    color: var(--prime-color-black);
    font-size: 300px;
	margin: 0;
	padding: 0;
}
.medium-4 video{
	height: 350px;
}

.iti__selected-flag {
	border-radius: 12px 0px 0px 12px;
}

.iti-mobile .iti--container{
	z-index: 20000;
}

:root {
  --prime-color-black: #0e0b21;
  --prime-color-blue: #6659f6;
  --second-color-black: #5d5d5d;
  --color-ukraine: #f28c2f;
  --color-history: #f8b525;
  --color-english: #ad1932;
  --color-physics: #ef437d;
  --color-geo: #51bebd;
  --color-bio: #8dc52c;
  --color-chem: #952dd6;
  --color-math: #6280e9;
  --color-main: #2fa1ff;
  --color-secondary: #55b2ff;
}

.hidden {
  display: none !important;
  opacity: 0;
}

.home {
  margin-bottom: 0;
}
.site-header {
  position: sticky;
  z-index: 100;
  top: 10px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.42);
  backdrop-filter: blur(8px);
  height: 88px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 0 7%;
}
.site-header img {
  max-width: 150%;
}
.nav-list-prime-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 64px;
}

.nav-list-prime-menu a {
  color: var(--prime-color-black);
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  transition: font-size 0.15s ease, color 0.15s ease;
  text-decoration: none;
}

.nav-list-prime-menu a:hover {
  font-size: 22px;
  color: var(--color-main);
  outline: none;
}
.nav-list-prime-menu a:focus {
  outline: none;
}

.prime_button {
  padding: 20px 32px;
  background: var(--color-main);
  border-radius: 16px;
  font-weight: bold;
  font-size: 22px;
  color: #ffffff;
}

.mob-menu-wrapper {
  display: none;
}

.icon-check {
  height: 25px;
  width: 25px;
}
/* _________________________________Footer______________________ */

.bot-footer-fallback{
		position: absolute;
    height: 220px;
    top: -202px;
    left: 113px;
	}

.footer-block-info-mobile {
  display: none;
}
.site-footer {
  position: relative;
  background-color: #020c46;
  padding-top: 50px;
}
.text-social {
  font-weight: 500;
  font-size: 38px;
  line-height: 42px;
  color: #ffffff;
  max-width: 360px;
}

.footer-block-social {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-around;
}

.footer-list-social {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  gap: 18px;
}

.footer-social-icon {
  height: 50px;
  transition: all 0.3s;
}

.footer-social-icon:hover,
.footer-social-icon:focus {
  transform: rotate(15deg);
  transform-origin: bottom;
}

.tiktok {
  background: linear-gradient(140deg, #323232 5.26%, #000000 94.72%);
  border-radius: 9px;
}

.instagram {
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  border-radius: 9px;
}

.facebook {
  background: #0165e1;
  border-radius: 9px;
}

.marquee-container {
  width: 100%;
  overflow: hidden;
  padding: 10px 0;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  white-space: nowrap;
  margin-bottom: 25px;
}

.marquee-track {
  display: inline-flex;
  animation: scroll-left 20s linear infinite;
}

.marquee-text {
  padding-right: 14px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;

  color: #ffffff;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.footer-block-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: flex-start;
}

.footer-block-info a {
  text-decoration: none;
  color: white;
  transition-duration: 300ms;
  transition-property: color;
}
.footer-block-info a:hover,
.footer-block-info a:focus {
  color: var(--color-main);
}
.footer-block-info-mobile a {
  text-decoration: none;
  color: white;
  transition-duration: 300ms;
  transition-property: color;
}
.footer-block-info-mobile a:hover,
.footer-block-info-mobile a:focus {
  color: var(--color-main);
}

.footer-list-info {
  list-style: none;
  font-weight: 400;
  font-size: 20px;
  line-height: 31px;
  color: #ffffff;
}

.footer-button {
  color: var(--prime-color-black);
  font-size: 16px;
  font-weight: 700;
  padding: 16px 18px;
  background: #ffffff;

  border-radius: 8px;
  transition: 300ms background-color;
}
.footer-button:hover {
  background: var(--color-main);
  color: white;
}

.copyright-text {
  font-size: 14px;
  text-align: center;
  color: #c2d1d9;
  margin: 0px;
  padding: 20px;
}

.footer-spacing-line {
  display: flex;
  border-bottom: 1px solid #40326c;
  width: 70%;
  height: 1px;
  margin: auto;
}

.contact-links-block {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
}
.contact-links-text {
  margin: 0;
  padding: 0;
}
.transparent-video-main {
  display: none;
  height: 300px;
}
.transparent-video {
  position: absolute;
  top: -272px;
  left: 0;
  width: 460px;
  height: auto;
  pointer-events: none;
  z-index: 10;
}

/* main ___________________________________________________ */

.site-main {
  margin-bottom: 200px;
  margin-top: -90px;
}

.block-banner {
  height: 75%;
  min-height: 650px;
  display: flex;
  align-items: center;
  padding: 15px;
  background: radial-gradient(farthest-side, #c0e3ff 59%, transparent) center
    111% / 127% 121%;
  background-repeat: no-repeat;
  justify-content: space-evenly;
  padding-top: 110px;
}
.ellipse-banner {
  z-index: -10;
  position: absolute;
  display: flex;
  width: 86%;
  height: 105%;
  margin: -18% 7%;
  background: #bbe1ff;
  filter: blur(189px);
  border-radius: 345px;
  flex-direction: column;
}

.banner-block-right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-block-right img {
  max-height: 560px;
}
.bot_main_desk_fallback {
  height: 560px;
}

.banner-block-left {
  display: flex;
  height: 500px;
  flex-direction: column;
  gap: 18%;
  justify-content: center;
}

.banner-buttons {
  display: flex;
  gap: 20px;
}
.mob-menu-btn {
  display: none;
}
.banner-block-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.banner-text {
  max-width: 625px;
  font-style: normal;
  font-weight: 900;
  font-size: xxx-large;
  line-height: 119%;
  margin: 0;
}
.banner-accent-text {
  background: linear-gradient(
      251.66deg,
      #0657ef 4.35%,
      #29badb 39.3%,
      #129be0 89.22%
    ),
    #0e0b21;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.banner-text-second {
  font-size: 20px;
  line-height: 33px;
  margin: 0;
  color: var(--second-color-black);
}

.banner-img-mob {
  display: none;
}

.banner-btn-reg {
  padding: 20px 32px;
  background: var(--color-main);
  border-radius: 16px;
  font-weight: bold;
  font-size: medium;
  color: #ffffff;
  transition: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-duration: 400ms;
}
.banner-btn-reg:hover,
.banner-btn-reg:focus {
  background-color: #2f3dff;
}

.banner-btn-free-lesson {
  padding: 20px 32px;
  background: white;
  border-radius: 16px;
  font-weight: bold;
  font-size: medium;
  color: var(--prime-color-black);
  transition: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-duration: 400ms;
}

.banner-btn-free-lesson:hover,
.banner-btn-free-lesson:focus {
  background-color: #8c8c90;
  color: white;
}

.mob-get-free-lesson {
  color: var(--second-color-black);
  font-size: small;
  text-decoration: underline dotted;
  cursor: pointer;
  display: none;
}

.banner-line-block {
  background-color: #39a5ff;
  margin-bottom: 90px;
}
.banner-line-text {
  padding: 10px;
  text-align: center;
  color: white;
  font-size: medium;
}

.section-advantage {
  background: radial-gradient(farthest-side, #c0e3ff 29%, transparent) center
    100% / 185% 85%;
  background-repeat: no-repeat;
}
.advantage-block {
  overflow: hidden;
  padding-bottom: 60px;
}
.advantage-block-text {
  text-align: center;
  font-size: xx-large;
  font-weight: 500;
}

.advantage-list {
  list-style: none;
  gap: 15px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.advantage-item {
  display: flex;
  min-width: 370px;
  height: 220px;
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(131, 131, 131, 0.15);
  border-radius: 12px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-content: center;
  flex-direction: row;
  padding: 28px;
}

.list-advantage-inner {
  gap: 20px;
  display: flex;
  flex-direction: row;
  animation: scrollRight 40s linear infinite;
  flex-wrap: nowrap;
}

.advantage-item-header {
  font-weight: bold;
}
.advantage-text {
  font-size: 14px;
  text-align: justify;
}
.elipse-advantage {
  z-index: -10;
  position: absolute;
  display: flex;
  width: 100%;
  height: 22%;
  background: #bbe1ff;
  filter: blur(100px);
  border-radius: 345px;
  flex-direction: column;
}

.section-subjects {
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.subjects-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  max-width: 1400px;
  margin: 0;
  padding: 0;
}

.subject-item {
  display: flex;
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(131, 131, 131, 0.15);
  border-radius: 12px;
  padding: 20px;
  align-items: center;
  gap: 30px;
}

.subject-text-name {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5rem;

  color: var(--prime-color-black);
}

.subject-text-description {
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  color: var(--second-color-black);
  margin-bottom: 40px;
  max-width: 285px;
}

.subject-item-btn {
  padding: 10px 20px 10px 20px;
  font-weight: 500;
  font-size: 15px;

  color: white;

  background: var(--color-main);
  border-radius: 16px;
}

.check-lvl-block {
  position: relative;
  background: linear-gradient(
    354.1deg,
    #55b2ff -39.32%,
    #70e4fe 65.02%,
    #19d5f7 214.08%
  );
  backdrop-filter: blur(6.5px);
  padding-bottom: 10px;
}

.check-lvl-main {
  text-align: center;
  color: white;
  font-size: xx-large;
  font-weight: 500;
  padding-top: 30px;
  margin: 0;
}

.check-lvl-secondary {
  text-align: center;
  color: white;
  font-size: medium;
  margin: 0;
}

.check-lvl-btn {
  display: block;
  text-align: center;
  padding: 14px 100px;
  color: var(--prime-color-black);
  font-weight: 500;
  font-size: large;
  border-radius: 10px;
  background-color: white;
  margin: 4% auto;
}

.check-lvl-img {
  position: absolute;
  right: 0px;
  bottom: 0px;
  height: 80%;
}

.teachers-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 20px;
  margin: 0;
  justify-content: center;
}

.teachers-item {
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(131, 131, 131, 0.15);
  border-radius: 16px;
  padding: 20px;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.teacher-name {
  font-weight: 500;
  font-size: large;
}

.teacher-subject-block {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 20px;
}

.teacher-subject-text {
  margin: 0;
}

.teacher-advantage-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}

.teacher-advantage-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  padding: 4px 0px;
  font-size: small;
}

.teacher-advantage-text {
  margin: 0;
  width: fit-content;
}

.teacher-btn {
  border-radius: 20px;
  background-color: var(--color-main);
  color: white;
  font-size: medium;
  padding: 15px 40px;
  width: 100%;
  display: block;
}

.section-reviews {
  display: flex;
  justify-content: space-around;
  border-radius: 100px 0 0 0;
  padding: 100px 20px;
}

.section-reviews {
  background: radial-gradient(farthest-side, #c4edff 59%, transparent) -303% -157px /
      90% 282%,
    radial-gradient(farthest-side, #c4edff 64%, transparent) 168% 506px / 75%
      99%,
    radial-gradient(farthest-side, #c4edff 64%, transparent) 221% 214% / 78%
      111%;

  background-repeat: no-repeat;
}

.block-reviews-left {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.reviews-block-text {
}

.reviews-text-main,
.reviews-advantage-text-main {
  font-size: 60px;
  font-weight: 800;
  color: var(--prime-color-black);
  margin: 0;
  max-width: 400px;
  line-height: 3.5rem;
}
.reviews-text-second {
  color: var(--second-color-black);
  font-size: medium;
  max-width: 450px;
  line-height: 1.3rem;
}
.reviews-advantage {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.reviews-advantage-block {
  max-width: 200px;
}

.reviews-advantage-text-second {
}

/* _______________right block____________________ */
.block-reviews-right {
  display: flex;
  gap: 15px;
  max-height: 780px;
}

.list-reviews {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
  padding: 0;
  overflow-y: hidden;
}

.item-reviews {
  max-width: 330px;
  border-radius: 20px;
  background-color: white;
  padding: 20px;
}

.item-reviews-main {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}

.item-reviews-head {
  display: flex;
  flex-direction: column;
}

.item-reviews-name {
  padding: 0;
  margin: 0;
  font-weight: 700;
}

.item-reviews-subject {
  padding: 0;
  margin: 0;
  color: #55b2ff;
}

.item-reviews-description {
  padding-bottom: 0;
  margin-bottom: 0;
}

.list-block-reviews {
  max-height: 780px;
  overflow: hidden;
  position: relative;
}

.list-reviews-inner {
  gap: 20px;
  display: flex;
  flex-direction: column;
  animation: scrollDown 60s linear infinite;
}

.list-block-reviews.up .list-reviews-inner {
  animation: scrollUp 60s linear infinite;
}

@keyframes scrollDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}

@keyframes scrollUp {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes scrollRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* ______ average ________ */
.section-average-score {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 40px 0;
}
.average-text {
  max-width: 260px;
  line-height: 2.5rem;
  font-size: xx-large;
  color: var(--second-color-black);
  font-weight: 500;
}

.section-average-score img {
  max-height: 110px;
  width: auto;
}

.section-wanna-too {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 50px 0;
}

.wanna-too-block {
  line-height: 2rem;
}

.wanna-too-main {
  color: var(--prime-color-black);
  font-size: xx-large;
  font-weight: 700;
  margin: 0;
}

.wanna-too-secondary {
  margin: 0;
  font-weight: 300;
}

.wanna-too-btn {
  background-color: #60b7ff;
  padding: 20px 50px;
  color: white;
  font-size: large;
  border-radius: 16px;
}

/* ________________ PLAN ___________________ */

.section-plan {
  margin-bottom: 40px;
}

.plan-header {
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: center;
}

.plan-header-text {
  text-align: center;
  font-size: xx-large;
  font-weight: 500;
  margin: 0;
}

.block-slider {
  height: 60px;
  width: 320px;
  background: #ffffff;
  border: 1px solid rgba(129, 161, 228, 0.21);
  box-shadow: inset 0px 10px 15px rgba(143, 184, 255, 0.45);
  border-radius: 32px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
  font-size: medium;
  color: var(--second-color-black);
  justify-content: center;
  margin-bottom: 20px;
  cursor: pointer;
}

.selected-plan {
  border-radius: 20px;
  background-color: var(--color-main);
  color: white;
  padding: 10px 36px;
  transition-duration: 300ms;
}

.plan-group-list,
.plan-indiv-list {
  display: flex;
  list-style: none;
  gap: 15px;
  margin: 0;
  padding: 0 20px;
  margin-bottom: 30px;
  justify-content: center;
  transition-duration: 500ms;
  opacity: 1;
  padding-bottom: 10px;
}

.plan-group-item {
  max-width: 320px;
  margin: 0;
  padding: 15px;
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(131, 131, 131, 0.15);
  border-radius: 26px;
}

.plan-group-item-name {
  display: inline-block;
  padding: 10px 20px;
  color: white;
  background: #55b2ff;
  border-radius: 32px;
  margin-bottom: 30px;
  margin: 0;
  margin-bottom: 10px;
}
.plan-group-item-price {
  font-size: xx-large;
  font-weight: 800;
  color: var(--color-secondary);
  margin: 0;
  line-height: 2rem;
}
.plan-group-item-price-description {
  font-size: medium;
  font-weight: 400;
}

.plan-group-item-price-sec {
  font-size: medium;
  font-weight: 500;
  margin: 0;
  padding: 0;
  color: var(--color-secondary);
  margin-bottom: 10px;
}
.plan-group-item-price-sec-description {
  font-size: small;
}
.plan-group-item-btn {
  width: 100%;
  border-radius: 12px;
  border: solid 1px;
  color: var(--second-color-black);
  border-color: #6659f6;
  background-color: white;
  padding: 10px;
  margin-bottom: 10px;
  font-size: large;
  font-weight: 500;
  transition: 300ms ease;
}
.plan-group-item-btn:hover,
.plan-group-item-btn:focus {
  background-color: var(--color-secondary);
  color: white;
}

.plan-group-item-list-benefits {
  list-style: none;
  margin: 0;
  padding: 0 15px;
  font-size: small;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
.plan-group-item-list-item {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 5px;
}
.plan-group-item-list-item p {
  padding: 0;
  margin: 0;
}

.plan-group-item-btn-credit {
  text-align: center;
  margin-bottom: 10px;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  color: var(--second-color-black);
  font-size: larger;
  transition-duration: 300ms;

  cursor: pointer;
}
.plan-group-item-btn-credit:hover,
.plan-group-item-btn-credit:focus {
  color: var(--color-main);
}

.plan-bonus-text {
  font-size: large;
  text-align: center;
}

/* ________________ faq-text-main _________________ */

.faq-text-main {
  text-align: center;
  font-size: xx-large;
  font-weight: 500;
  margin: 0;
}
.faq-text-sec {
  text-align: center;
  font-size: small;
}

.faq-list {
  margin: 0;
  padding: 20px;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.faq-item {
  max-width: 700px;
  background: #ffffff;
  box-shadow: 0px 8px 26px rgba(131, 131, 131, 0.15);
  border-radius: 12px;
  padding: 15px 20px;
  /* display: flex; */
  /* justify-content: space-between; */
  /* align-items: center; */
  cursor: pointer;
  transition: 400ms ease;
  height: auto;
  overflow: auto;
}

.faq-item-block {
  /* background: #ffffff;
  box-shadow: 0px 8px 26px rgba(131, 131, 131, 0.15);
  border-radius: 12px;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer; */
  display: flex;
  justify-content: space-between;
  align-items: center;

  /* transition-property: top, opacity, overflow, height; */
}

.faq-item-main {
  font-weight: 700;
  margin: 0;
}

.faq-item-description {
  padding: 0;
  max-height: 0px;
  overflow: hidden;
  margin: 0;
  transition: 400ms ease;
  transition-property: top, opacity, overflow, max-height, margin;
  position: relative;
  opacity: 0;

  margin-right: 25px;
}

.faq-item-active {
  max-height: 1000px;
  opacity: 1;
  padding-top: 10px;
  transition-duration: 400ms;
  transition-property: top, opacity, overflow, max-height, margin;
}
.faq-icon {
  transform: rotate(0deg);
  transition: transform 400ms ease;
}
.faq-item-rotate {
  transform: rotate(180deg);
}
/* _______________ */
.contact-with-us-main {
  font-size: xx-large;
  font-weight: 800;
  text-align: center;
}
.contact-with-us-btn {
  margin: 0 auto;
  display: block;
  padding: 15px 70px;
  border-radius: 8px;
  color: white;
  background-color: var(--color-secondary);
  margin-bottom: 100px;
}

/* _____________________ */

/* Обертка-подложка */
.wrapper-pop-up {
  position: fixed;
  inset: 0; /* = top:0; left:0; right:0; bottom:0 */
  display: flex;
  justify-content: center;
  align-items: center;

  background: rgba(0, 0, 0, 0.4); /* затемнение */
  backdrop-filter: blur(6px); /* блюр заднего фона */

  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

/* Когда активен */
.wrapper-pop-up.active {
  opacity: 1;
  pointer-events: all;
}

/* Сам поп-ап */
.pop-up-main {
  position: relative;
  background: #e0f2ff;
  border-radius: 12px;
  padding: 44px;
  min-width: 500px;
  max-width: 780px;
  width: 90%;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  animation: scaleIn 0.3s ease;
	
}

@keyframes scaleIn {
  from {
    transform: scale(0.8);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.pop-up-text-main {
  margin: 0;
  font-size: xx-large;
  font-weight: bold;
  color: var(--prime-color-black);
}
.pop-up-text-sec {
  margin: 0;
  margin-bottom: 20px;
  font-size: large;
  color: var(--second-color-black);
}

.form-pop-up {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}

.pop-up-main-input {
  width: 70%;
  min-width: 270px;
  /* padding: 14px; */
  border-radius: 14px;
}

.form-group {
  position: relative;
  margin: 0;
}

.form-group-tel {
  border: none;
  min-width: 270px;
  border-radius: 15px;
  padding: 15px 15px;
}

.form-group input {
  width: 100%;
  padding: 24px 10px 6px 12px;
  font-size: 16px;
  border: none;
  border-radius: 15px;
  outline: none;
}

.form-group label {
  font-size: small;
  position: absolute;
  left: 10px;
  top: 12px;
  color: #888;
  pointer-events: none;
  transition: 0.3s ease;
  background: #fff;
  padding: 0 4px;
}

/* когда поле в фокусе или не пустое */
.form-group input:focus + label,
.form-group input:not(:placeholder-shown) + label {
  top: 8px;
  font-size: 12px;
  color: #333;
}

.btn-send {
  background-color: #333333;
  color: white;
  font-size: x-large;
  border-radius: 30px;
  padding: 20px 70px;
  transition: 300ms ease;
}

.btn-send:hover,
.btn-send:focus {
  background-color: #9e9e9e;
}

.pop-up-main-robot {
  position: absolute;
  bottom: 0;
  right: 0;
}

.pop-up-main-close-icon {
  position: absolute;
  right: -36px;
  top: -24px;
  fill: white;
}

.pop-up-main {
  background-image: url("https://timelearn.com.ua/wp-content/uploads/2025/10/pop_back.png"),
    url("https://timelearn.com.ua/wp-content/uploads/2025/10/pop_back_2.png"),
    url("https://timelearn.com.ua/wp-content/uploads/2025/10/pop_back_3.png"),
    url("https://timelearn.com.ua/wp-content/uploads/2025/10/pop_back_4.png");
  background-position: 0% 75%, 5% center, 100% 60%, bottom left;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 6%, 10%, 11%, 13%;
}
.form-group input {
  border: 1px solid #d8d8d8;
}
.form-group-tel {
  border: 1px solid #d8d8d8;
}

/* _____________MOBILE STYLE__________________________________________________ */
@media screen and (max-width: 1200px) {
  .main-navigation {
    display: none;
  }
  .prime_button {
    display: none;
  }

  .site-footer {
    padding-top: 10px;
    background-image: url(https://timelearn.com.ua/wp-content/uploads/2025/10/back_footer.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 230px;
  }
  .footer-block-social {
    flex-direction: column;
    align-items: center;
    margin-bottom: 18px;
  }
  .footer-logo-img {
    display: none;
  }
  .text-social {
    margin: 0;
    padding: 15px 0 25px 0;
    text-align: center;
    font-size: x-large;
    font-weight: 500;
    line-height: 2rem;
  }

  .bot-footer-fallback {
    height: 215px;
    position: absolute;
    top: -197px;
	  left: 20px;
  }
	
  .marquee-text {
    font-size: 13px;
  }

  .footer-list-menu-mob {
    display: flex;
    justify-content: space-around;
    gap: 20px;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 20px;
  }

  .footer-list-social {
    /* flex-wrap: wrap; */
  }
  .footer-block-info {
    display: none;
  }

  .copyright-text {
    padding-top: 11px;
  }

  .footer-block-info-mobile {
    display: flex;
    text-decoration: none;
    color: #fff;
    flex-direction: column;
    align-items: center;
  }
  .footer-button {
    width: 80%;
    max-width: 500px;
    border-radius: 20px;
    margin-bottom: 25px;
  }

  .footer-list-info {
    margin: 0;
    padding: 0;
    font-size: medium;
    color: #fff;
    text-decoration: none;
  }
  .footer-list-info.mob {
    align-self: self-start;
    padding-left: 15px;
  }
  .transparent-video {
    width: 400px;
    top: -237px;
    left: -90px;
  }

  .contact-with-us-main {
    font-size: large;
    font-weight: 600;
    color: var(--prime-color-black);
  }
  .contact-with-us-btn {
    border-radius: 18px;
    min-width: 290px;
  }
  .plan-group-list {
    overflow-y: auto;
    display: flex;
    justify-content: flex-start;
  }
  .plan-bonus-text {
    padding: 5px;
    margin: 0;
  }

  .section-plan {
    margin-bottom: 80px;
  }

  .section-average-score {
    flex-wrap: wrap;
  }

  .pop-up-main {
    min-width: 300px;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    border-radius: 0;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
	      background-size: 15%, 25%, 27%, 30%;
	      
  }
  .pop-up-main-close-icon {
    right: 0;
    top: 13px;
    fill: var(--prime-color-black);
  }
  .form-pop-up {
    z-index: 5;
  }
  .pop-up-main-robot {
    width: 70%;
  }
  .pop-up-text-main {
    padding-top: 30px;
    font-size: x-large;
  }
  .pop-up-text-sec {
    text-align: center;
    font-size: medium;
  }
  .btn-send {
    font-size: large;
    width: 100%;
    padding: 15px 20px;
  }
  .banner-btn-free-lesson {
    display: none;
  }
  .advantage-block {
    overflow: auto;
  }
  .svg-advantage {
    width: 30px;
  }
  .advantage-item {
    min-width: 280px;
    padding: 10px;
    align-content: flex-start;
  }
  .advantage-text {
    font-size: 13px;
    margin: 0;
    padding: 0;
  }
  .advantage-item-header {
    padding: 0px;
    margin: 0;
    font-size: 14px;
  }

  .section-reviews {
    flex-wrap: wrap;
    padding: 0;
    background: none;

    background: 0;
  }
  .block-reviews-right {
    padding: 20 0px;
    background: radial-gradient(farthest-side, #c4edff 16%, transparent) top /
      224% 61%;
    background-repeat: no-repeat;
  }
  .reviews-advantage {
    display: none;
  }

  .reviews-text-main {
    font-size: x-large;
    font-weight: 500;
    text-align: center;
  }

  .reviews-text-second {
    font-size: small;
    text-align: center;
  }

  .list-block-reviews.up {
    display: none;
  }
  .list-reviews-inner {
    animation: none;
  }
  .list-reviews {
    flex-direction: row;
    min-width: min-content;
    padding-left: 20px;
  }
  .item-reviews {
    min-width: 300px;
    /* Frame 1315 */
    height: fit-content;
    background: #ffffff;
    box-shadow: 0px 4px 10px rgba(131, 131, 131, 0.15);
    border-radius: 25px;
  }
  .list-reviews-inner {
    flex-direction: row;
    min-width: 100%;
    overflow-x: scroll;
  }
  .block-reviews-right {
    /* max-width: 100%; */
    overflow-x: auto;
  }
  .list-block-reviews {
    width: 100%;
  }

  .plan-group-item {
    min-width: 280px;
  }
  .plan-bonus-text {
    font-size: medium;
  }
  .section-wanna-too {
    flex-direction: column;
  }
  .wanna-too-main {
    font-size: x-large;
    text-align: center;
  }
  .wanna-too-secondary {
    font-size: small;
  }
  .wanna-too-btn {
    font-size: medium;
    padding: 12px 10px;
    width: 90%;
    max-width: 400px;
  }
  .section-average-score {
    flex-direction: column;
    gap: 15px;
  }
  .section-average-score img {
    max-height: 90px;
  }
  .average-text {
    margin: 0;
    padding: 10px;
    font-size: x-large;
    width: 225px;
  }
  .section-teachers {
    margin-bottom: 40px;
  }
  .reviews-text-second {
    width: 250px;
    padding: 0;
    margin: 0;
  }
  .reviews-block-text {
    padding-bottom: 20px;
  }
  .teachers-item {
    box-shadow: 0px 4px 10px rgba(131, 131, 131, 0.15);
    width: 310px;
    min-width: 310px;
  }
  .teachers-list {
    justify-content: start;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 5px;
    padding-bottom: 15px;
  }
  .teacher-btn {
    font-size: small;
  }
  .check-lvl-img {
    display: none;
  }
  .check-lvl-main {
    font-size: x-large;
    line-height: 1.8rem;
  }
  .check-lvl-secondary {
    font-size: small;
  }
  .check-lvl-btn {
    font-size: medium;
    font-weight: 600;
  }
  .banner-line-block {
    display: none;
  }
  .mob-get-free-lesson {
    display: block;
  }
  .banner-block-right {
    display: none;
  }
  .banner-block-text {
    align-items: center;
  }
  .banner-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    align-self: center;
  }
  .banner-btn-reg {
    padding: 15px;
    width: 280px;
    border-radius: 18px;
    font-weight: 400;
    background-color: #2db5f9;
  }
  .banner-img-mob {
    display: block;
    max-width: 220px;
    margin: 0 auto;
  }
  .banner-text {
    font-size: xx-large;
    text-align: center;
  }
  .banner-text-second {
    font-size: 0.8rem;
    line-height: normal;
    text-align: center;
    margin-bottom: 25px;
  }
  .block-banner {
    margin-top: 10px;
    padding-top: 20px;
  }
  .banner-block-left {
    height: 70px;
    margin-top: 85px;
  }

  .site-header img {
    max-width: 60%;
  }
  .site-header {
    height: 60px;
    border-radius: 12px;
    justify-content: space-between;
  }
  .mob-menu-btn {
    display: block;
    background: none;
    border: none;
  }
  .mob-menu-wrapper {
    display: block;
    position: fixed;
    width: 290px;
    height: -webkit-fill-available;
    background-color: white;
    right: 0;
    top: 0;
    z-index: 9999;
    transform: translateX(100%);
    transition: 500ms;
  }
  .mob-menu-close {
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .nav-mob-menu {
    list-style: none;
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-weight: 700;
    font-size: large;
    color: black;
  }
  .nav-mob-menu a {
    text-decoration: none;
    color: #000000;
  }
  .mob-menu-opener {
    transform: translateX(0);
  }
  .mob-menu-wrapper .footer-list-social {
    position: absolute;
    bottom: 50px;
    right: 50px;
  }
  .transparent-video-main {
    display: block;
  }
	.div-404{
		gap: 5px;
	}
	.num-4{
		font-weight: 900;
		color: var(--prime-color-black);
		font-size: 107px;
		margin: 0;
		padding: 0;
	}
	.medium-4 video{
		height: 142px;
	}

	
}
