@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Regular.woff2') format('woff2'),
    url('../fonts/OpenSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-SemiBold.woff2') format('woff2'),
    url('../fonts/OpenSans-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Medium.woff2') format('woff2'),
    url('../fonts/OpenSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Bold.woff2') format('woff2'),
    url('../fonts/OpenSans-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

a,
a:visited {
  text-decoration: none;
  color: inherit;
}

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

input,
textarea {
  outline: none;
  border: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}

select {
  outline: none;
}

table,
tbody,
tfoot,
thead,
td,
th,
tr {
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Open Sans';
  font-size: 1.3vw;
  line-height: 1.7vw;
  -webkit-tap-highlight-color: transparent;
  background-image: url(..//img/main_bg_2.png);
  background-position: 0 0;
  background-size: auto;
  color: #333;
}

.wrapper {
  overflow: hidden;
  width: 100%;
}

.container {
  width: 100%;
  padding: 0 10vw;
}

.header_pc {
  margin-bottom: 5vw;
}

.header_pc_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 3vw;
  position: relative;
  color: #141823;
  z-index: 5;
}

.main_menu>ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 2.0833vw;
  white-space: nowrap;
}

.main_menu>ul a {
  display: flex;
  align-items: center;
  gap: 0.52vw;
}

.main_menu a:hover {
  text-decoration: underline;
}

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children>a::after {
  content: "";
  width: 1.5vw;
  height: 1.5vw;
  background-image: url('../img/menu_arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.8s;
}

.sub-menu {
  list-style: none;
  margin: 0;
  position: absolute;
  top: 100%;
  left: -1.8vw;
  padding: 1.5vw 1.8vw;
  border-radius: 2.6vw;
  border: 1px solid #141823;
  background-color: #fdfdfd;
  display: none;
  z-index: 99;
}

.menu-item-has-children.active .sub-menu {
  display: block;
}

.menu-item-has-children.active>a::after {
  transform: rotate(180deg);
  transition: 0.8s;
}

.sub-menu a {
  display: block;
  padding: 0.52vw 0;
}

.logo {
  position: absolute;
  top: 1.5vw;
  left: 50%;
  transform: translateX(-50%);
  text-transform: uppercase;
  letter-spacing: 0.1vw;
  font-size: 1.2vw;
  font-weight: 600;
  line-height: 1.5vw;
}

.lang_switcher {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.lang_switcher a {
  padding: 1vw;
  display: block;
  border-radius: 1vw;
  line-height: 1.7vw;
  transition: 0.3s;
}

.lang_switcher a:hover {
  background-color: #141823;
  color: #fdfdfd;
  transition: 0.3s;
}

.current-lang a {
  background-color: #fdfdfd;
  border: 1px solid #141823;
}

.main_screen_img_1 {
  width: 60vw;
  margin-top: -2vw;
  position: absolute;
  inset: 0% 0% auto auto;
  z-index: -1;
}

.main_screen_img_2 {
  width: 29vw;
  margin-top: 9vw;
  width: 29vw;
  margin-top: 9vw;
  position: absolute;
  inset: 0% 0% auto auto;
  z-index: -1;
}

.main_screen_img_3 {
  margin-top: 7vw;
  margin-right: 28vw;
  width: 13vw;
  position: absolute;
  inset: 0% 0% auto auto;
  animation: spin 12s linear infinite;
  z-index: -1;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.main_screen_img_4 {
  width: 30vw;
  margin-left: -15vw;
  margin-top: -30vw;
  position: relative;
  z-index: -1;
}

.main_screen_img_5 {
  width: 32vw;
  margin-top: 6vw;
  z-index: 1;
  width: 32vw;
  margin-top: 6vw;
  margin-right: 0;
  position: absolute;
  inset: 0% 0% auto auto;
  z-index: -1;
}

h1 {
  font-size: 3vw;
  font-weight: 400;
  letter-spacing: 0.8vw;
  line-height: 4vw;
  margin: 0 0 3.4vw;
  color: #141823;
}

h2 {
  font-size: 2.8vw;
  font-weight: 400;
  letter-spacing: 0.4vw;
  line-height: 3.5vw;
  margin: 0 0 4vw 0;
}

.main_screen_content p {
  font-size: 1.9vw;
  line-height: 2.5vw;
  letter-spacing: .2vw;
}

.main_btn {
  background-color: #141823;
  color: #fdfdfd !important;
  padding: 1.7vw 6vw;
  border-radius: 2.6vw;
  display: block;
  width: fit-content;
  transition: 0.3s;
}

.main_screen .main_btn {
  margin-bottom: 5vw;
}

.main_btn:hover {
  background-color: #f4bc60;
  transition: 0.3s;
}

.jobcenter_box {
  display: flex;
  align-items: center;
  letter-spacing: 0.4vw;
  font-size: 1vw;
}

.main_link {
  letter-spacing: 0.4vw;
  font-size: 1vw;
}

.jobcenter_img {
  line-height: 0;
}

.jobcenter_img img {
  width: 7vw;
}

.main_links {
  display: flex;
  align-items: center;
  gap: 5vw;
}

.main_link:hover {
  text-decoration: underline;
}

.who_suits {
  margin-top: 5.2vw;
}

.who_suits h2 {
  text-align: center;
}

.who_suits_list {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5vw;
}

.who_suits_item {
  width: calc(20% - 1.21vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.2vw;
  line-height: 1.8vw;
  position: relative;
  color: #222;
}

.who_suits_img {
  line-height: 0;
  margin-bottom: 10px;
  text-align: center;
}

.who_suits_img img {
  height: 8.2vw;
}

.who_suits_title {
  display: flex;
  gap: 0.5vw;
  cursor: pointer;
}

.who_suits_title_arrow {
  line-height: 0;
  transition: 0.5s;
}

.who_suits_title_arrow img {
  width: 1.5vw;
  position: relative;
  top: 0.2vw;
  transition: 0.5s;
}

.who_suits_title.active .who_suits_title_arrow img {
  transform: rotate(180deg);
  transition: 0.5s;
}

.who_suits_descr {
  margin-top: 10px;
  display: none;
}

.partnership_decor {
  width: 22vw;
  position: absolute;
  inset: auto 0% auto auto;
  margin-top: -23vw;
  z-index: -1;
}

.partnership {
  padding-top: 20vw;
}

.title_box {
  display: flex;
  align-items: center;
  margin-bottom: 4vw;
}

.title_box h2 {
  margin-bottom: 0;
}

.partnership_descr {
  margin-bottom: 2vw;
}

.stages_list {
  display: flex;
  flex-direction: column;
  gap: 0.833vw;
  margin-bottom: 3vw;
}

.stage {
  height: 9vw;
  background-color: #141823;
  background-image: url(..//img/stage_bg.png);
  background-position: 0 0;
  background-size: cover;
  border-radius: 2.6vw;
  padding: 1vw 3vw;
  display: flex;
  align-items: center;
  gap: 2vw;
  color: #fdfdfd;
  box-shadow: 0 -2px 5px 0 #141823, 0 2px 5px 0 #141823;
}

.stage>span {
  min-width: 1.25vw;
  height: 1.25vw;
  background-color: #00a6ed;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1vw;
  font-weight: 700;
}

.stages_decor {
  max-width: 50vw;
  margin-top: 120vw;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.courses {
  padding-top: 6.7vw;
  position: relative;
}

.courses_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
}

.courses_list li {
  width: calc(25% - 1.51vw);
}

.courses_list li a {
  background-color: #141823;
  background-image: url(..//img/stage_bg.png);
  background-position: 0 0;
  background-size: cover;
  border-radius: 2.6vw;
  box-shadow: 0 -1px 5px 0 #141823, 0 1px 5px 0 #141823;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 9vw;
  padding: 2vw 0;
  font-size: 1.9vw;
  line-height: 2.5vw;
  color: #FFF;
  transition: 0.3s;
}

.courses_list li a:hover {
  background-color: #f4bc60;
  transition: 0.3s;
}

.workbook {
  padding-top: 12.7vw;

}

.workbook_box {
  padding: 3.4vw 3vw 3.4vw 5vw;
  border-radius: 2.6vw;
  border: 1px solid #333;
  background-color: #FFF;
}

.workbook h2 {
  text-align: center;
}

.workbook_prod_item {
  display: flex;
}

.workbook_prod_content {
  width: 58.3333%;
}

.workbook_prod_img {
  width: 41.6667%;
}

.workbook_prod_list {
  display: flex;
  flex-direction: column;
  gap: 6vw;
}

.workbook_prod_content .who_suits_title_arrow>img {
  width: 2vw;
}

.workbook_prod_content .who_suits_title {
  gap: 1vw;
}

.add_to_cart_button {
  background-color: #141823;
  padding: 1.7vw 8vw;
  border-radius: 2.6vw;
  color: #FFF !important;
  display: block;
  width: fit-content;
  margin-top: 2vw;
  transition: 0.3s;
}

.add_to_cart_button:hover {
  background-color: #f4bc60;
  transition: 0.3s;
}

.telegram {
  padding-top: 12.7vw;
}

.telegram_box {
  background-image: url(..//img/stage_bg.png);
  background-position: 0 0;
  background-size: 50vw;
  background-color: #141823;
  box-shadow: 0 -2px 5px 0 #141823, 0 2px 5px 0 #141823;
  border-radius: 2.6vw;
  padding: 3.4vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fdfdfd;
  position: relative;
}

h3 {
  margin: 0 0 2.1vw 0;
  font-size: 1.9vw;
  font-weight: 400;
  line-height: 2.5vw;
}

.telegram_content {
  width: 55%;
}

.telegram_img {
  width: 45%;
  text-align: right;
}

.telegram_decor {
  width: 30vw;
  position: absolute;
  right: 3.4vw;
}

.telegram_img>img:last-child {
  position: relative;
  height: 32vw;
  z-index: 5;
}

.telegram_link {
  margin-top: 3.4vw;
  background-color: #fdfdfd;
  color: #141823 !important;
}

.telegram_link:hover {
  color: #fdfdfd !important;
}

.contact_form {
  padding-top: 13.7vw;
}

.contact_form_box {
  display: flex;
}

.contact_form_decor {
  width: 41.6667%;
  position: relative;
}

.contact_form_content {
  width: 58.3333%;
  border: 1px solid #141823;
  background-color: #fdfdfd80;
  border-radius: 2.6vw;
  padding: 3.4vw;
}

.contact_form_decor img {
  width: 70vw;
  margin-top: -21vw;
  margin-left: -11vw;
  position: absolute;
  max-width: none;
  z-index: -1;
}

.fields_box input {
  border: 1px solid #141823;
  background-color: #ffffff82;
  border-radius: 2.6vw;
  padding: 1.5vw 2vw;
  width: 100%;
  margin-bottom: 10px;
}

.fields_box input.wpcf7-not-valid {
  border: 2px solid red;
}

.fields_box input:focus {
  border-color: #3898ec;
}

.submit_btn {
  position: relative;
}

.wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.submit_btn input {
  background-color: #141823;
  color: #fdfdfd;
  padding: 1.7vw 6vw;
  border-radius: 2.6vw;
  display: block;
  width: 100%;
  cursor: pointer;
  text-align: center;
  transition: 0.3s;
}

.submit_btn input:hover {
  background-color: #f4bc60;
  transition: 0.3s;
}

.wpcf7-not-valid-tip,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  display: none;
}

.main_footer {
  margin-top: 13.7vw;
  border-top: 1px none #fdfdfd;
  box-shadow: 0 -2px 5px 0 #141823;
  background-color: #141823;
  border-radius: 2.6vw 2.6vw 0 0;
  padding: 6vw 0;
  color: #fdfdfd;
}

.footer_box {
  display: flex;
  justify-content: space-between;
}

.footer_box>div {
  width: 50%;
}

.socials a {
  display: block;
  font-size: 1.4vw;
  line-height: 2.5vw;
  color: #fdfdfd;
  border: 1px solid #fdfdfd;
  border-radius: 2.6vw;
  padding: 1vw 6.5vw;
  margin-bottom: 1vw;
  width: fit-content;
  transition: 0.3s;
}

.socials a:hover {
  background-color: #f4bc60;
  transition: 0.3s;
}

.footer_links {
  margin-top: 2vw;
  display: flex;
  flex-direction: column;
  gap: 0.5vw;
}

.footer_links a {
  font-size: 1.4vw;
  line-height: 2.5vw;
}

.footer_links a:hover,
.footer_right a:hover {
  text-decoration: underline;
}

.footer_right p:first-child {
  margin-top: 0;
}

.footer_right p:last-child {
  margin-bottom: 0;
}

.footer_right {
  font-size: 1.5vw;
  line-height: 2.3vw;
}

.all_pages h1,
.all_pages h2 {
  font-size: 3.8vw;
  font-weight: 700;
  line-height: 5vw;
  letter-spacing: normal;
  color: #333;
}

.main_screen_img_4_cat {
  margin-top: 0;
}

.cat_textimg {
  padding-top: 5vw;
}

.cat_textimg_box {
  background-image: url(..//img/stars_bg.png);
  background-position: 0 0;
  background-size: 50vw;
  border-radius: 2.6vw;
  padding: 3.4vw 5vw;
  background-color: #141823;
  box-shadow: 0 -2px 5px 0 #141823, 0 2px 5px 0 #141823;
  display: flex;
  align-items: center;
}

.cat_text {
  color: #fdfdfd;
  width: 50%;
}

.cat_img {
  width: 50%;
  line-height: 0;
}

.cat_img>img {
  min-width: 41.666vw;
  margin-left: -5vw;
  margin-bottom: -3.4vw;
}

.cat_decor {
  width: 50vw;
  position: absolute;
  left: 0;
  z-index: -1;
}

.cat_prod {
  padding-top: 13.7vw;
}

.cat_prod_title {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.cat_prod_title img {
  position: absolute;
  width: 55vw;
  z-index: -1;
}

.cat_prod_title h2 {
  margin: 0;
}

.cat_prod_loop {
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
  margin-top: 7vw;
}

.cat_prod_item {
  width: calc(25% - 1.51vw);
  background-image: url(..//img/stage_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #141823;
  box-shadow: 0 -2px 5px 0 #141823, 0 2px 5px 0 #141823;
  border-radius: 2.6vw;
  padding: 3.4vw 2vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2vw;
}

.cat_prod_item h4 {
  margin: 0;
  color: #fdfdfd;
  font-size: 1.9vw;
  line-height: 2.5vw;
  font-weight: 400;
}

.prod_thumbnail {
  line-height: 0;
  text-align: center;
}

.prod_thumbnail img {
  width: auto;
  height: 11.77vw;
}

.cat_prod_buy {
  width: 100%;
  text-align: center;
  border-radius: 2.6vw;
  padding: 1.5vw 4vw;
  background-color: #fdfdfd;
  transition: 0.2s;
}

.cat_prod_buy:hover {
  background-color: #f4bc60;
  color: #fdfdfd;
  outline: 1px solid #fdfdfd;
  transition: 0.2s;
}

.discount_prod {
  padding-top: 12.7vw;
}

.discount_prod_box {
  padding: 3.4vw 2vw;
  background-image: url(..//img/stage_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #141823;
  box-shadow: 0 -2px 5px 0 #141823, 0 2px 5px 0 #141823;
  border-radius: 2.6vw;
}

.discount_prod_box h2 {
  text-align: center;
  color: #fdfdfd;
  margin-bottom: 2.5vw;
}

.discount_prod_item {
  border-radius: 2.6vw;
  background-color: #fdfdfd;
  width: 25vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1vw;
  padding: 2vw;
}

.discount_prod_item h4 {
  margin: 0;
  font-size: 1.9vw;
  line-height: 2.5vw;
  font-weight: 400;
}

.sale_price {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sale_price del {
  text-decoration: none;
  font-size: 1.9vw;
  line-height: 2.5vw;
  color: #989ca4;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sale_price del::before {
  content: '';
  position: absolute;
  width: 4vw;
  height: 1px;
  background-color: #b2b2b2;
  transform: rotate(-35deg);
}

.sale_price ins {
  text-decoration: none;
  font-size: 4vw;
  font-weight: 700;
  line-height: 4.5vw;
}

.discount_prod_descr ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.7vw;
}

.discount_prod_descr li {
  display: flex;
  gap: 1vw;
}

.discount_prod_descr li::before {
  content: '';
  min-width: 1.5vw;
  height: 1.5vw;
  background-image: url(..//img/marker.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  top: 0.1vw;
}

.discount_prod_buy {
  border-radius: 2.6vw;
  padding: 1.5vw 5vw;
  margin-top: 1vw;
  background-color: #141823;
  color: #fdfdfd !important;
  transition: 0.2s;
}

.discount_prod_buy:hover {
  background-color: #f4bc60;
  transition: 0.2s;
}

.col2-set {
  float: left;
  padding-right: 1vw;
  width: 45%;
  margin-bottom: 10vw;
}

#order_review_heading,
#order_review {
  width: 50%;
  margin-left: auto;
  float: right;
}

#order_review_heading {
  border-top: 1px solid #141823;
  border-left: 1px solid #141823;
  border-right: 1px solid #141823;
  border-radius: 0.5vw 0.5vw 0 0;
  padding: 2vw;
  margin-bottom: 0;
}

form.checkout {
  padding: 0 10vw;
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 0.5vw;
}

.form-row input {
  border: 1px solid #141823;
  background-color: #ffffff82;
  border-radius: 0.5vw;
  padding: 1vw 2vw;
  width: 100%;
}

#billing_country_field {
  display: none;
}

.required {
  color: red;
}

.form-row textarea {
  border: 1px solid #141823;
  background-color: #ffffff82;
  border-radius: 0.5vw;
  padding: 0.5vw 2vw;
  width: 100%;
  height: 7vw;
}

.woocommerce-additional-fields {
  margin-top: 3vw;
}

.woocommerce-additional-fields h3 {
  margin-bottom: 0;
  font-size: 1.4vw;
  line-height: 1.7vw;
}

.woocommerce-checkout-review-order-table thead {
  display: none;
}

.woocommerce-checkout-review-order-table {
  width: 100%;
  display: block;
  border-right: 1px solid #141823;
  border-bottom: 1px solid #141823;
  border-left: 1px solid #141823;
  border-radius: 0 0 0.5vw 0.5vw;
  padding: 0 2vw 2vw;
}

.woocommerce-checkout-review-order-table tbody,
.woocommerce-checkout-review-order-table tfoot {
  width: 100%;
  display: block;
}

#wc-stripe-card-element div.__PrivateStripeElement {
  clear: unset !important;
}

.cart_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1vw;
  padding: 1vw 0;
  border-bottom: 1px solid rgba(20, 24, 35, 0.3);
}

.cart_item:first-child {
  border-top: 1px solid rgba(20, 24, 35, 0.3);
}

.woocommerce-privacy-policy-text {
  font-size: 0.8vw;
  line-height: 1vw;
  opacity: 0.7;
}

.woocommerce-privacy-policy-text a {
  text-decoration: underline;
}

#place_order {
  background-color: #141823;
  color: #fdfdfd !important;
  padding: 1.7vw;
  border-radius: 2.6vw;
  border: 0;
  cursor: pointer;
  font-size: 1.3vw;
  line-height: 1.7vw;
  transition: 0.3s;
}

#place_order:hover {
  background-color: #f4bc60;
  transition: 0.3s;
}

.woocommerce-checkout .main_footer {
  clear: both;
}

.woocommerce-error {
  list-style: none;
  padding: 2vw;
  border-radius: 0.5vw;
  border: 1px solid red;
  width: fit-content;
  color: red;
}

.main_firms {
  display: flex;
  align-items: center;
  gap: 1vw;
  margin-top: 12vw;
}

.main_firm_list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5vw;
}

.main_firm_list a {
  width: calc(50% - 1vw);
  min-height: 4vw;
  border: 1px solid #141823;
  border-radius: 1vw;
  padding: 0.5vw 2vw;
  background-color: #ffffff82;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.main_firm_list a:hover {
  text-decoration: underline;
}

.main_firm_title {
  font-size: 1.4vw;
  line-height: 2.5vw;
  font-weight: 700;
  min-width: 20vw;
}

.page-template-corporate .cat_text h3 {
  font-size: 1.4vw;
  line-height: 2vw;
  font-weight: 700;
}

.whyus {
  padding-top: 5vw;
}

.whyus h2 {
  text-align: center;
}

.whyus_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5vw;
}

.whyus_item {
  width: calc(33.33333% - 1.01vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5vw;
  border: 1px solid #141823;
  border-radius: 2vw;
  padding: 2vw;
}

.whyus_item_title {
  font-weight: 700;
  text-align: center;
}

.services {
  padding-top: 5vw;
}

.services h2 {
  text-align: center;
}

.howtowork,
.cooperation {
  padding-top: 5vw;
}

.howtowork h2,
.cooperation h2 {
  text-align: center;
}

.howtowork_list {
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
}

.howtowork_item {
  width: calc(25% - 1.51vw);
  display: flex;
  flex-direction: column;
  gap: 0.5vw;
}

.howtowork_item_title {
  font-weight: 700;
}

.cooperation_list {
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
}

.cooperation_item {
  width: calc(33.33333% - 1.34vw);
  display: flex;
  gap: 1vw;
}

.cooperation_item span {
  font-size: 5vw;
  line-height: 4vw;
  font-weight: 700;
}

.cooperation_item_title {
  font-weight: 700;
  margin-bottom: 1vw;
}

.price_block {
  padding-top: 5vw;
  position: relative;
}

.price_block h2 {
  text-align: center;
}

.info_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.041vw;
}

.info_item {
  width: calc(25% - 0.78vw);
  background-color: #141823;
  box-shadow: 0 -2px 5px 0 #141823, 0 2px 5px 0 #141823;
  background-image: url(..//img/stage_bg.png);
  background-position: 0 0;
  background-size: cover;
  border-radius: 2.6vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1vw;
  padding-top: 2vw;
  padding-bottom: 3.4vw;
}

.info_item_icon {
  line-height: 0;
}

.info_item_icon img {
  width: 7vw;
}

.info_item_text {
  text-align: center;
  color: #fdfdfd;
}

.whatget {
  padding-top: 6vw;
}

.whatget_text {
  letter-spacing: .2vw;
  margin-bottom: 5.1vw;
  font-size: 1.9vw;
  line-height: 2.5vw;
}

.phrases_prod_box {
  display: flex;
  gap: 2vw;
  align-items: center;
}

.phrases_prod_price_title {
  font-size: 1.9vw;
  line-height: 2.5vw;
}

.phrases_prod_price {
  font-size: 4vw;
  font-weight: 700;
  line-height: 4.5vw;
}

.phrases_prod_buy {
  background-color: #141823;
  border-radius: 2.6vw;
  padding: 1.7vw 8vw;
  color: #fdfdfd !important;
  transition: 0.2s;
}

.phrases_prod_buy:hover {
  background-color: #f4bc60;
  transition: 0.2s;
}

.whatget_descr {
  margin-top: 5vw;
  background-color: #141823;
  box-shadow: 0 -2px 5px 0 #141823, 0 2px 5px 0 #141823;
  background-image: url(..//img/stars_bg.png);
  background-position: 0 0;
  background-size: 50vw;
  border-radius: 2.6vw;
  padding: 3.4vw 5vw;
  color: #fdfdfd;
}

.page-template-corporate .cat_img>img {
  min-width: 28.749vw;
  margin-left: 0;
  margin-bottom: -3.4vw;
}

.page-template-corporate .cat_img {
  text-align: right;
}

.page-template-corporate .cat_textimg_box {
  justify-content: space-between;
  align-items: flex-end;
}

.payment_box {
  margin-top: 1vw;
}

.topics {
  padding-top: 6vw;
}

.topics_list {
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
}

.topics_item {
  width: calc(50% - 1.01vw);
  background-color: #141823;
  box-shadow: 0 -2px 5px 0 #141823, 0 2px 5px 0 #141823;
  border-radius: 2.6vw;
  padding: 3.4vw 2vw;
  color: #fdfdfd;
  font-size: 1.5vw;
  line-height: 1.9vw;
}

.topics_item ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 1vw;
}

.topics_item li {
  padding-left: 2.7vw;
  position: relative;
}

.topics_item li::before {
  content: '';
  position: absolute;
  left: 0;
  min-width: 1.7vw;
  height: 1.9vw;
  background-image: url(..//img/marker.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.speaker {
  padding-top: 6vw;
}

.speaker_box {
  position: relative;
  background-color: #141823;
  box-shadow: 0 -2px 5px 0 #141823, 0 2px 5px 0 #141823;
  background-image: url(..//img/stars_bg.png);
  background-position: 0 0;
  background-size: 50vw;
  border-radius: 2.6vw;
  padding: 5vw;
}

.speaker_box img:first-child {
  position: absolute;
  top: 2vw;
  right: 0;
  width: 20vw;
}

.speaker_box img:nth-child(2) {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40vw;
}

.speaker_text {
  color: #fdfdfd;
}

.speaker_text h3 {
  font-size: 2.8vw;
  line-height: 3.5vw;
  letter-spacing: 0.2vw;
}

.conver_telegram .telegram_descr {
  font-size: 1.9vw;
  line-height: 2.5vw;
}

.conver_telegram .telegram_img img {
  height: 30vw;
}

.conversation_info {
  padding-top: 12vw;
  position: relative;
  z-index: 5;
}

.conversation_info_box {
  display: flex;
  gap: 2vw;
}

.conversation_descr {
  width: 40%;
}

.conversation_list {
  width: 60%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.833vw;
}

.conversation_item {
  width: calc(50% - 0.42vw);
  background-color: #141823;
  box-shadow: 0 -2px 5px 0 #141823, 0 2px 5px 0 #141823;
  background-image: url(..//img/stars_bg.png);
  background-position: 0 0;
  background-size: cover;
  border-radius: 2.6vw;
  padding: 1.7vw 1.8vw;
  display: flex;
  align-items: center;
  gap: 1.5vw;
  min-height: 9vw;
  color: #fdfdfd;
}

.conversation_item svg {
  min-width: 1.8vw;
  height: 1.8vw;
}

.conversation_prod {
  padding-top: 12vw;
}

.conversation_prod>img {
  position: absolute;
  width: 40vw;
  margin-top: -55vw;
}

.conversation_prod_loop {
  display: flex;
  flex-wrap: wrap;
  gap: 5vw;
}

.conversation_prod_item {
  width: calc(50% - 2.5vw);
  height: 100%;
  padding: 3.4vw 2vw;
  border-radius: 2.6vw;
  text-align: center;
  background-color: #141823;
  box-shadow: 0 -2px 5px 0 #141823, 0 2px 5px 0 #141823;
  color: #fdfdfd;
}

.conversation_prod_item h4 {
  font-size: 1.9vw;
  line-height: 2.5vw;
  font-weight: 400;
  margin: 0 0 3vw 0;
}

.program_box {
  border-radius: 2.6vw;
  border: 1px solid #fdfdfd;
  position: relative;
  z-index: 5;
  transition: 0.2s;
}

.program_box:hover {
  background-color: #f4bc60;
  transition: 0.2s;
}

.program_title {
  padding: 1vw;
  cursor: pointer;
}

.program_descr {
  display: none;
  text-align: left;
  line-height: 2vw;
  padding: 0 1vw 2vw;
}

.program_descr p {
  margin: 0;
}

.variation_price_box {
  margin-top: 2vw;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3vw;
  position: relative;
  z-index: 5;
}


.variation_price_box a {
  width: calc(50% - 1.51vw);
  padding: 1vw;
  border-radius: 2.6vw;
  border: 1px solid #fdfdfd;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.7vw;
  transition: 0.2s;
}

.variation_price_box a:hover {
  background-color: #f4bc60;
  transition: 0.2s;
}

.variation_price_box a span:last-child {
  font-size: 1.9vw;
  font-weight: 700;
  line-height: 2.5vw;
}

.private_descr {
  padding-top: 8vw;
}

.private_descr_box {
  background-color: #141823;
  box-shadow: 0 -2px 5px 0 #141823, 0 2px 5px 0 #141823;
  background-image: url(..//img/stars_bg.png);
  background-position: 0 0;
  background-size: 50vw;
  border-radius: 2.6vw;
  color: #fdfdfd;
  padding: 3.4vw 7.7vw;
  font-size: 1.9vw;
  line-height: 2.5vw;
  letter-spacing: 0.2vw;
}

.private_descr_box blockquote {
  margin: 0;
  position: relative;
}

.private_descr_box blockquote::before {
  content: '"';
  position: absolute;
  top: 0;
  left: -1vw;
  font-size: 7vw;
  line-height: 0;
}

.private_descr_box blockquote::after {
  content: '"';
  position: absolute;
  bottom: -3vw;
  right: -1vw;
  font-size: 7vw;
  line-height: 0;
}

.teachers {
  padding-top: 8vw;
  position: relative;
}

.teachers .cat_decor {
  top: -40vw;
}

.teacher {
  background-color: #141823;
  border-radius: 20vw 20vw 2.6vw 2.6vw;
  padding: 2vw;
  color: #fdfdfd;
  height: auto !important;
  display: flex !important;
  flex-direction: column;
}

.teacher_thumbnail {
  line-height: 0;
  text-align: center;
}

.teacher_thumbnail img {
  border-radius: 50%;
  width: 7vw;
  height: 7vw;
  object-fit: cover;
}

.teacher_name {
  text-align: center;
  position: relative;
}

.teacher_name h4 {
  margin: 1vw 0 0.5vw;
  font-size: 1.7vw;
  line-height: 2vw;
  letter-spacing: 0.2vw;
  font-weight: 400;
}

.top_cat_btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1vw;
  width: 3vw;
  cursor: pointer;
  z-index: 4;
}

.top_category_descr {
  position: absolute;
  top: 3vw;
  right: 0;
  background-color: #fdfdfd;
  color: #141823;
  padding: 1vw;
  border-radius: 1.3vw;
  text-align: left;
  font-size: 1vw;
  line-height: 1.3vw;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

.top_cat_btn:hover~.top_category_descr {
  top: 2vw;
  visibility: visible;
  opacity: 1;
  transition: 0.3s;
}

.teacher_content {
  font-size: 1vw;
  line-height: 1.3vw;
  flex-grow: 1;
}

.teacher_content p:first-child {
  margin-top: 0;
}

.teacher_content p:last-child {
  margin-bottom: 0;
}

.teacher_content h4 {
  font-size: 1.3vw;
  line-height: 1.6vw;
  margin: 0 0 1vw 0;
  font-weight: 400;
}

.teacher_price {
  text-align: center;
  font-size: 1.5vw;
  font-weight: 700;
  line-height: 1.9vw;
  margin: 1vw 0;
}

.teacher_buy {
  background-color: #fdfdfd;
  border-radius: 2.6vw;
  margin-left: 2vw;
  margin-right: 2vw;
  padding: 1.5vw;
  color: #141823 !important;
  text-align: center;
  transition: 0.2s;
}

.teacher_buy:hover {
  background-color: #f4bc60;
  color: #fdfdfd !important;
  transition: 0.2s;
}

.swiper_box {
  position: relative;
}

.swiper_arrows>div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.swiper_arrows>div>img {
  width: 8vw;
}

.arrow_prev {
  left: -8.5vw;
}

.arrow_next {
  right: -8.5vw;
}

.swiper-button-disabled {
  opacity: 0.3;
}

td.product-name dt.variation- {
  display: none;
}

td.product-name dl.variation {
  margin: 0;
}

td.product-name dd.variation- {
  margin: 0;
}

td.product-name dd.variation- p {
  margin: 0;
  font-size: 1vw;
  color: #7e7e7e;
}

ul.payment_methods {
  padding: 0;
  margin-bottom: 0;
}

.thankyou_title {
  text-align: center;
  text-transform: uppercase;
}

.thankyou_descr {
  text-align: center;
  letter-spacing: 0.2vw;
}

.thankyou_telegram {
  border: 1px solid #141823;
  border-radius: 2.6vw;
  display: block;
  width: fit-content;
  margin: 2vw auto 0;
  padding: 1vw 4vw;
}

.videocourses_descr {
  padding-top: 5vw;
}

.videocourses_descr_box {
  background-color: #141823;
  box-shadow: 0 -2px 5px 0 #141823, 0 2px 5px 0 #141823;
  background-image: url(..//img/stars_bg.png);
  background-position: 0 0;
  background-size: 50vw;
  border-radius: 2.6vw;
  color: #fdfdfd;
  padding: 3.4vw 5vw;
  display: flex;
  align-items: center;
  gap: 6vw;
}

.video_descr_left {
  width: 62%;
}

.video_descr_right {
  width: 38%;
}

.video_descr_left h2 {
  margin-bottom: 2vw;
}

.video_descr_right {
  background-image: linear-gradient(276deg, #c0d2dd 49%, #fdfdfd);
  border-radius: 2.6vw;
  padding: 2vw;
  color: #141823;
}

.video_descr_right p {
  margin: 0;
}

.youget {
  padding-top: 5vw;
}

.youget_list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.041vw;
}

.youget_item {
  width: calc(25% - 0.79vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1vw;
  padding: 2vw;
  background-color: #141823;
  box-shadow: 0 -2px 5px 0 #141823, 0 2px 5px 0 #141823;
  background-image: url(..//img/stars_bg.png);
  background-position: 0 0;
  background-size: 50vw;
  border-radius: 2.6vw;
  color: #fdfdfd;
  text-align: center;
}

.youget_item_icon img {
  width: 7vw;
}

.example {
  padding-top: 7vw;
}

.examle_tabs {
  display: flex;
  justify-content: space-between;
  border-radius: 2.6vw 2.6vw 0 0;
  overflow: hidden;
  margin-bottom: 1px;
}

.examle_tab {
  padding: 2vw 2.893vw;
  background-color: #141823;
  color: #fdfdfd;
  margin-right: 1px;
  cursor: pointer;
  transition: 0.2s;
}

.examle_tab:hover {
  background-color: #f4bc60;
  transition: 0.2s;
}

.examle_tab:last-child {
  margin-right: 0;
}

.examle_content {
  position: relative;
  padding-bottom: 56%;
}

.examle_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}

.examle_video.active iframe {
  visibility: visible;
  opacity: 1;
  transition: 0.5s;
}

.video_products {
  padding-top: 10vw;
}

.video_prod_loop {
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
}

.video_prod {
  width: calc(50% - 1.01vw);
  background-color: #141823;
  box-shadow: 0 -2px 5px 0 #141823, 0 2px 5px 0 #141823;
  color: #fdfdfd;
  border-radius: 2.6vw;
  padding: 3.4vw 2vw;
  display: flex;
  flex-direction: column;
}

.hidden_text {
  display: none;
}

.video_prod h4 {
  font-size: 1.9vw;
  line-height: 2.5vw;
  margin: 0 0 2vw;
  font-weight: 400;
}

.video_prod ul {
  list-style: none;
  padding: 0.5vw 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1vw;
}

.video_prod li {
  display: flex;
  gap: 1vw;
}

.video_prod li::before {
  content: '';
  min-width: 1.7vw;
  height: 1.9vw;
  background-image: url(..//img/marker.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.toggle_box {
  display: flex;
  align-items: center;
  gap: 2vw;
  margin-top: 0.5vw;
  cursor: pointer;
}

.toggle_box img {
  width: 1.6vw;
}

.hide_btn {
  display: none;
}

.toggle_box>div {
  text-decoration: underline;
}

.toggle_box.active .learn_more_btn {
  display: none;
}

.toggle_box.active .hide_btn {
  display: block;
}

.toggle_box.active img {
  transform: rotate(180deg);
  transition: 0.4s;
}

.video_prod_price {
  text-align: center;
  margin-top: 2vw;
  margin-bottom: 1vw;
  font-size: 1.9vw;
  font-weight: 700;
  line-height: 2.5vw;
}

.video_prod_content {
  flex-grow: 1;
}

.video_prod_buy {
  display: block;
  width: fit-content;
  margin: 0 auto;
  border-radius: 2.6vw;
  padding: 1.7vw 6vw;
  background-color: #fdfdfd;
  color: #141823 !important;
  transition: 0.2s;
}

.video_prod_buy:hover {
  background-color: #f4bc60;
  color: #fdfdfd !important;
  transition: 0.2s;
}

.reviews {
  padding-top: 17vw;
}

.review {
  padding-bottom: 19%;
}

.reviews .examle_video iframe {
  visibility: visible;
  opacity: 1;
}

.groupe_feature {
  padding-top: 10vw;
}

.groupe_feature_box {
  display: flex;
  align-items: center;
  gap: 2vw;
}

.group_feature_text {
  width: 52%;
}

.group_feature_list {
  width: 48%;
}

.group_feature_item {
  padding: 1vw 6vw;
  background-color: #141823;
  border-radius: 2.6vw;
  margin-bottom: 1vw;
  color: #fdfdfd;
  width: fit-content;
}

.group_feature_item:nth-child(2) {
  margin-left: auto;
}

.group_feature_item:nth-child(3) {
  margin-left: auto;
  margin-right: auto;
}

.group_feature_item:last-child {
  margin-bottom: 0;
}

.group_information {
  padding-top: 10vw;
}

.group_info_box {
  position: relative;
  background-color: #141823;
  box-shadow: 0 -2px 5px 0 #141823, 0 2px 5px 0 #141823;
  background-image: url(..//img/stars_bg.png);
  background-position: 0 0;
  background-size: 50vw;
  border-radius: 2.6vw;
  color: #fdfdfd;
  padding: 3.4vw 5vw;
  z-index: 5;
}

.group_info_box>img {
  position: absolute;
  width: 55vw;
  top: 50%;
  transform: translateY(-50%);
  right: -5vw;
}

.group_info h4 {
  font-size: 1.9vw;
  line-height: 2.5vw;
  font-weight: 400;
  margin: 0 0 2vw;
}

.group_info ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 1vw;
}

.group_info li {
  display: flex;
  gap: 1vw;
}

.group_info li::before {
  content: '';
  min-width: 1.7vw;
  height: 1.9vw;
  background-image: url(..//img/marker.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.forkids_prod .conversation_prod_item {
  text-align: left;
}

.forkids_prod h4 {
  margin-bottom: 2vw;
}

.forkids_prod ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 1vw;
}

.forkids_prod li {
  padding-left: 2.7vw;
  position: relative;
}

.forkids_prod li::before {
  content: '';
  position: absolute;
  left: 0;
  min-width: 1.7vw;
  height: 1.9vw;
  background-image: url(..//img/marker.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.forkids_prod_hidden_text li::before {
  background-image: url(..//img/marker-black.png);
}

.forkids_prod_footer {
  border: 1px solid #141823;
  background-color: #fdfdfd;
  border-radius: 2.6vw;
  padding: 2vw 2vw 3.4vw;
  color: #141823;
  margin: 0 -2vw -3.4vw;
}

.forkids_prod_hidden_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1vw;
  font-size: 1.9vw;
  line-height: 2.5vw;
  cursor: pointer;
}

.forkids_prod_hidden_title>img {
  width: 1.7vw;
  transition: 0.4s;
}

.forkids_prod_hidden_title.active>img {
  transform: rotate(-180deg);
  transition: 0.4s;
}

.forkids_prod_hidden_text {
  display: none;
}

.forkids_prod_price {
  padding: 1.7vw 8vw;
  background-color: #141823;
  border-radius: 2.6vw;
  color: #fdfdfd !important;
  display: block;
  width: fit-content;
  margin: 2vw auto 0;
  transition: 0.2s;
}

.forkids_prod_price:hover {
  background-color: #f4bc60;
  transition: 0.2s;
}

.teenagers_info .group_info_box>img {
  width: 32vw;
  right: 1vw;
}

.teenagers_info .group_info_box h4 {
  letter-spacing: 0.2vw;
}

.teenagers_prod .conversation_prod_loop {
  gap: 2vw;
}

.teenagers_prod .conversation_prod_item {
  width: calc(33.33333% - 1.34vw);
}

.teenagers_prod_content {
  text-align: left;
}

.teenagers_prod_content ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 1vw;
}

.teenagers_prod_content li {
  padding-left: 2.7vw;
  position: relative;
}

.teenagers_prod_content li::before {
  content: '';
  position: absolute;
  left: 0;
  min-width: 1.7vw;
  height: 1.9vw;
  background-image: url(..//img/marker.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.teenagers_prod .conversation_prod_item h4 {
  margin-bottom: 2vw;
}

.teenagers_prod_price {
  margin-top: 2vw;
  margin-bottom: 1vw;
  font-size: 1.9vw;
  font-weight: 700;
  line-height: 2.5vw;
}

.teenagers_buy {
  background-color: #fdfdfd;
  color: #141823 !important;
  border-radius: 2.6vw;
  padding: 1.7vw 6vw;
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  transition: 0.2s;
}

.teenagers_buy:hover {
  color: #fdfdfd !important;
  background-color: #f4bc60;
  transition: 0.2s;
}

.marathons_prod>img {
  z-index: -1;
}

.marathons_prod_content_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  visibility: hidden;
}

.marathons_prod_content_popup.active {
  visibility: visible;
}

.marathons_prod_content_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0006;
}

.marathons_prod_content {
  position: relative;
  padding: 2vw 3.4vw;
  width: 70vw;
  max-width: 95%;
  border-radius: 2.6vw;
  background-color: #fdfdfd;
  color: #141823;
  text-align: left;
  height: auto;
  max-height: 90%;
  overflow-y: auto;
  transform: scale(0);
  opacity: 0;
  transition: 0.3s;
}

.marathons_prod_content_popup.active .marathons_prod_content {
  opacity: 1;
  transform: scale(1);
  transition: 0.3s;
}

.no_scroll {
  overflow: hidden;
}

.marathons_prod_content_close {
  position: absolute;
  top: 2vw;
  right: 2vw;
  cursor: pointer;
}

.marathons_prod_content_close img {
  width: 2.5vw;
}

.marathons_prod_content h4 {
  padding-right: 5vw;
  margin-bottom: 1.5vw;
}

.marathons_prod_content ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 1vw;
}

.marathons_prod_content li {
  padding-left: 2.7vw;
  position: relative;
}

.marathons_prod_content li::before {
  content: '';
  position: absolute;
  left: 0;
  min-width: 1.7vw;
  height: 1.9vw;
  background-image: url(..//img/marker-black.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.learn_more {
  width: 25vw;
  padding: 1.7vw 0;
  border-radius: 2.6vw;
  border: 1px solid #fdfdfd;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  transition: 0.2s;
}

.learn_more:hover {
  background-color: #f4bc60;
  transition: 0.2s;
}

.marathons_prod .conversation_prod_item>h4 {
  min-height: 5vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.marathons_prod .conversation_prod_loop {
  gap: 2vw;
}

.marathons_prod_buy {
  display: block;
  width: 25vw;
  padding: 1.7vw 0;
  border-radius: 2.6vw;
  background-color: #fdfdfd;
  color: #141823 !important;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1vw;
  cursor: pointer;
  transition: 0.2s;
}

.marathons_prod_buy:hover {
  color: #fdfdfd !important;
  background-color: #f4bc60;
  transition: 0.2s;
}

.clubs_info {
  padding-top: 5vw;
}

.clubs_prod_content {
  text-align: left;
  width: 25vw;
  margin-left: auto;
  margin-right: auto;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.clubs_prod .conversation_prod_item {
  height: auto;
  display: flex;
  flex-direction: column;
  background-image: url(..//img/stars_bg.png);
  background-position: 0 0;
  background-size: 50vw;
}

.clubs_info_box {
  margin-bottom: 2vw;
}

.clubs_prod .conversation_prod_item h4 {
  margin-bottom: 2vw;
}

.clubs_prod .conversation_prod_loop {
  gap: 2vw;
}

.about_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(..//img/about_bg_2.svg);
  background-position: 0 0;
  background-size: auto;
  background-color: #141823;
  z-index: -1;
}

.about_bg_2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(..//img/about_bg_1.png), url(..//img/about_bg_2.webp);
  background-position: 0 0, 50%;
  background-size: 30vw, cover;
  z-index: -1;
}

.page-template-about .header_pc_box,
.page-template-about,
.page-template-about h1,
.page-template-translate .header_pc_box,
.page-template-translate,
.page-template-translate h1 {
  color: #fdfdfd;
}

.page-template-about .current-lang a,
.page-template-translate .current-lang a {
  background-color: #141823;
  border: 1px solid #fdfdfd;
}

.page-template-about .main_screen_img_4,
.page-template-translate .main_screen_img_4 {
  width: 15vw;
  margin-left: 0;
}

.page-template-about .menu-item-has-children>a::after,
.page-template-translate .menu-item-has-children>a::after {
  background-image: url(../img/menu_arrow_white.svg);
}

.page-template-about .main_menu .sub-menu,
.page-template-translate .main_menu .sub-menu {
  color: #141823;
}

.owners {
  padding-top: 5vw;
}

.owners_box {
  display: flex;
  gap: 1vw;
}

.owners_box>div {
  width: 50%;
}

.owners_text h4 {
  font-size: 1.9vw;
  line-height: 2.5vw;
  margin: 0 0 2vw;
  font-weight: 400;
}

.owners_img {
  position: relative;
}

.owners_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2.6vw;
}

.sweettv_decor {
  position: absolute;
  width: 60vw;
  margin-top: 5vw;
  z-index: -1;
}

.sweettv {
  padding-top: 13.7vw;
}

.sweettv_box {
  display: flex;
  align-items: center;
  gap: 1vw;
  background-image: linear-gradient(278deg, #c0d2dd 52%, #fdfdfd);
  border-radius: 2.6vw;
  padding: 1.7vw 5vw;
  color: #141823;
}

.sweettv_box>div {
  width: 50%;
}

.sweettv_img {
  line-height: 0;
}

.sweettv_img img {
  width: 100%;
}

.translate {
  padding-top: 8.7vw;
  text-align: center;
}

.translate .container {
  padding-left: 18vw;
  padding-right: 18vw;
}

.translate h2 {
  margin-bottom: 1vw;
}

.translate_descr {
  font-size: 1.9vw;
  line-height: 2.5vw;
  margin-bottom: 5vw;
}

.translate_decor {
  position: absolute;
  margin-top: -25vw;
  right: 0;
  width: 32vw;
  z-index: -1;
}

.translate_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 2vw;
}

.translate_item {
  background-image: linear-gradient(276deg, #c0d2dd 54%, #fdfdfd);
  border-radius: 2.6vw;
  color: #141823;
  padding: 1vw 2.8vw;
  height: 100%;
  cursor: pointer;
}

.translate_item_name {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1vw;
}

.translate_item_descr {
  padding-top: 1vw;
  display: none;
  text-align: left;
}

.translate_item_name>img {
  width: 1.7vw;
  transition: 0.4s;
}

.translate_item.active .translate_item_name>img {
  transform: rotate(-180deg);
  transition: 0.4s;
}

.translate_item:nth-child(1) {
  transform: rotate(-4deg);
}

.translate_item:nth-child(2) {
  transform: rotate(-7deg);
}

.translate_item:nth-child(3) {
  transform: rotate(1deg);
}

.translate_item:nth-child(4) {
  transform: rotate(-1deg);
}

.translate_item:nth-child(5) {
  transform: rotate(4deg);
}

.translate_item:nth-child(6) {
  transform: rotate(-7deg);
}

.translate_item:nth-child(7) {
  transform: rotate(4deg);
}

.translate_item:nth-child(8) {
  transform: rotate(-7deg);
}

.translate_item:nth-child(9) {
  transform: rotate(7deg);
}

.translate_item:nth-child(10) {
  transform: rotate(7deg);
}

.translate_item:nth-child(11) {
  transform: rotate(4deg);
}

.translate_item:nth-child(12) {
  transform: rotate(-4deg);
}

.translate_item:nth-child(13) {
  transform: rotate(4deg);
}

.translate_item:nth-child(14) {
  transform: rotate(-1deg);
}

.translate_item:nth-child(15) {
  transform: rotate(4deg);
}

.translate_under {
  margin-top: 5vw;
}

.translate_phone {
  display: block;
  width: fit-content;
  margin: 3vw auto 0;
  border-radius: 2.6vw;
  border: 1px solid #fdfdfd;
  padding: 1.7vw 6vw;
  background-color: #141823;
  transition: 0.2s;
}

.translate_phone:hover {
  background-color: #f4bc60;
  transition: 0.2s;
}

.diplomas {
  padding-top: 13.7vw;
}

.diplomas_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.833vw;
}

.diploma {
  width: calc(14.285% - 0.714vw);
  line-height: 0;
}

.header_mob {
  display: none;
}

.menu_mob_popup {
  position: fixed;
  visibility: hidden;
}

.quantity_box {
  display: flex;
}

.product-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1vw;
  flex-grow: 1;
}

.quantity_box {
  border-radius: 0.5vw;
  border: 1px solid #141823;
}

.quantity_box>div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.8vw;
  height: 1.8vw;
  cursor: pointer;
}

.quantity_box input {
  width: 1.8vw;
  height: 1.8vw;
  text-align: center;
  border-left: 1px solid #141823;
  border-right: 1px solid #141823;
  font-size: 1.1vw;
}

.quantity_box input::-webkit-outer-spin-button,
.quantity_box input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.remove_item {
  font-weight: 600;
  color: red;
  font-size: 1.6vw;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 0.5vw);
}

.product-total {
  position: relative;
  min-width: 5vw;
  text-align: right;
}

.cart-subtotal {
  display: none;
}

.order-total {
  margin-top: 1vw;
  display: flex;
  justify-content: flex-end;
  gap: 0.5vw;
}

.order-total th::after {
  content: ':';
}

.burger {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  cursor: pointer;
}

.burger span {
  border-radius: 6vw;
  width: 4vw;
  height: 2px;
  background-color: #141823;
}

.menu_mob_popup {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.menu_mob_popup.active {
  visibility: visible;
}

.menu_mob_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0006;
}

.menu_mob_content {
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  max-width: 30vw;
  max-height: 100%;
  overflow-y: auto;
  border: 1px solid #141823;
  padding: 4vw;
  background-color: #fdfdfd;
  transition: 0.4s;
}

.menu_mob_popup.active .menu_mob_content {
  right: calc(100% - 30vw);
  transition: 0.4s;
}

.menu_mob_close {
  width: 2vw;
  height: 2vw;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.menu_mob_close span {
  position: absolute;
  width: 2vw;
  height: 2px;
  background-color: #141823;
  transform: rotate(45deg);
}

.menu_mob_close span:last-child {
  transform: rotate(-45deg);
}

.menu_mob_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main_menu {
  margin-top: 5vw;
}

.main_menu ul {
  flex-direction: column;
  gap: 1vw;
}

.menu-item-has-children>a::after {
  width: 1.5vw;
  height: 1.5vw;
}

.main_menu>ul a {
  gap: 0.5vw;
}

.menu_mob_footer {
  display: none;
}

.main_menu ul.sub-menu {
  position: unset;
  border-radius: 1vw;
  padding: 1vw;
  margin-top: 0.5vw;
}

.sub-menu a {
  padding: 0.5vw 0;
}

.page-template-about .burger span,
.page-template-translate .burger span {
  background-color: #fdfdfd;
}

.page-template-about .menu_mob_popup,
.page-template-translate .menu_mob_popup {
  color: #141823;
}

.page-template-about .menu-item-has-children>a::after,
.page-template-translate .menu-item-has-children>a::after {
  background-image: url(../img/menu_arrow.svg);
}

.page-template-about .current-lang a,
.page-template-translate .current-lang a {
  background-color: #fdfdfd;
  border: 1px solid #141823;
}

@media(max-width:768px) {
  #order_review {
    margin-bottom: 20vw;
  }

  .cart_item {
    padding: 3vw 0;
    gap: 3vw;
  }

  .quantity_box {
    border-radius: 1.5vw;
  }

  .quantity_box>div {
    width: 5vw;
    height: 5vw;
  }

  .quantity_box input {
    width: 5vw;
    height: 5vw;
    font-size: unset;
  }

  .product-total {
    min-width: 13vw;
  }

  .remove_item {
    font-size: 4.6vw;
    left: calc(100% + 1.5vw);
  }

  .container {
    padding: 0 4vw;
  }

  .header_pc {
    display: none;
  }

  .header_mob {
    display: block;
    margin-top: 10vw;
  }

  .header_mob_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .logo_mob {
    letter-spacing: .5vw;
    font-size: 3.3vw;
    line-height: 4.5vw;
    text-transform: uppercase;
  }

  .burger {
    display: flex;
    flex-direction: column;
    gap: 3vw;
  }

  .burger span {
    border-radius: 6vw;
    width: 12vw;
    height: 1px;
    background-color: #141823;
  }

  .main_screen_img_2 {
    width: 45vw;
    margin-top: 16vw;
    margin-right: 0;
  }

  .main_screen_img_5 {
    width: 50vw;
    margin-top: 10.5vw;
  }

  .main_screen_img_1 {
    width: 90vw;
    margin-top: 0;
  }

  .main_screen_img_3 {
    width: 20vw;
    margin-top: 24vw;
    margin-right: 48vw;
  }

  .home .main_screen_img_4 {
    margin-top: -80vw;
    position: absolute;
  }

  .main_screen_img_4 {
    width: 50vw;
    margin-left: -22vw;
  }

  body {
    font-size: 4vw;
    line-height: 4.7vw;
    background-image: none;
  }

  h1 {
    letter-spacing: 1.4vw;
    margin-bottom: 6vw;
    font-size: 6vw;
    line-height: 7vw;
  }

  .main_screen {
    margin-top: 55vw;
  }

  .main_btn {
    border-radius: 6vw;
    padding: 5vw 10vw;
    width: 100%;
    text-align: center;
  }

  .main_links {
    flex-direction: column;
    gap: 10vw;
  }

  .jobcenter_box {
    font-size: 4vw;
    line-height: 4.7vw;
    letter-spacing: 0.18vw;
  }

  .jobcenter_img img {
    width: 20vw;
  }

  .main_firms {
    flex-direction: column;
    gap: 3vw;
  }

  .main_firm_title {
    font-size: 4vw;
    line-height: 4.7vw;
    text-align: center;
  }

  .stages_decor {
    z-index: -1;
  }

  .main_link {
    padding: 2vw 5vw;
    border: 1px solid #141823;
    border-radius: 6vw;
    font-size: 4vw;
    line-height: 4.7vw;
    letter-spacing: 0.18vw;
  }

  .menu_mob_popup {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
  }

  .menu_mob_popup.active {
    visibility: visible;
  }

  .menu_mob_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0006;
  }

  .menu_mob_content {
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    overflow-y: auto;
    border-radius: 0 0 6vw 6vw;
    border: 1px solid #141823;
    padding: 4vw;
    background-color: #fdfdfd;
    transition: 0.4s;
  }

  .menu_mob_popup.active .menu_mob_content {
    right: 0;
    transition: 0.4s;
  }

  .menu_mob_close {
    width: 10vw;
    height: 10vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .menu_mob_close span {
    position: absolute;
    width: 10vw;
    height: 1px;
    background-color: #141823;
    transform: rotate(45deg);
  }

  .menu_mob_close span:last-child {
    transform: rotate(-45deg);
  }

  .menu_mob_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .main_menu {
    margin-top: 27vw;
  }

  .main_menu ul {
    flex-direction: column;
    gap: 5.55vw;
    font-size: 6vw;
    line-height: 8vw;
  }

  .menu-item-has-children>a::after {
    width: 6vw;
    height: 6vw;
  }

  .main_menu>ul a {
    gap: 2vw;
  }

  .menu_mob_footer {
    display: block;
    margin-top: 27vw;
    margin-bottom: 10vw;
  }

  .lang_switcher {
    justify-content: center;
  }

  .lang_switcher a {
    padding: 6vw 4vw;
    font-size: 6vw;
    border-radius: 3vw;
  }

  .main_menu ul.sub-menu {
    position: unset;
    border-radius: 6vw;
    font-size: 4vw;
    line-height: 5vw;
    padding: 3vw;
    margin-top: 2.77vw;
  }

  .sub-menu a {
    padding: 2vw 0;
  }

  .page-template-about .burger span,
  .page-template-translate .burger span {
    background-color: #fdfdfd;
  }

  .page-template-about .menu_mob_popup,
  .page-template-translate .menu_mob_popup {
    color: #141823;
  }

  .page-template-about .menu-item-has-children>a::after,
  .page-template-translate .menu-item-has-children>a::after {
    background-image: url(../img/menu_arrow.svg);
  }

  .page-template-about .current-lang a,
  .page-template-translate .current-lang a {
    background-color: #fdfdfd;
    border: 1px solid #141823;
  }

  .main_firm_list a {
    border-radius: 6vw;
    padding: 2vw 4vw;
  }

  .who_suits {
    margin-top: 15vw;
  }

  h2 {
    margin-bottom: 12vw;
    font-size: 5.5vw;
    line-height: 6.5vw;
  }

  .who_suits_list {
    gap: 2.5vw;
  }

  .who_suits_item {
    width: calc(33.33333% - 1.66666vw);
    font-size: 2.9vw;
    line-height: 4.5vw;
  }

  .who_suits_img img {
    height: 15.55vw;
  }

  .who_suits_title {
    gap: 1vw;
  }

  .who_suits_title_arrow img {
    min-width: 5vw;
  }

  .who_suits_list {
    justify-content: space-evenly;
  }

  .jobcenter_img img {
    width: 30vw;
  }

  .partnership_descr {
    margin-bottom: 6vw;
  }

  .stage {
    border-radius: 6vw;
    height: 22vw;
    padding: 3vw 6vw;
    gap: 4vw;
  }

  .stage>span {
    min-width: 5vw;
    height: 5vw;
    font-size: 3vw;
  }

  .result {
    margin-top: 10vw;
  }

  .courses_list {
    gap: 5vw;
  }

  .courses_list li {
    width: calc(50% - 2.5vw);
  }

  .courses_list li a {
    height: 20vw;
    padding: 4vw 3vw;
    font-size: 4vw;
    line-height: 5.7vw;
  }

  .contact_form_decor {
    position: absolute;
    left: -20vw;
  }

  .contact_form_decor img {
    width: 110vw;
  }

  .contact_form_content {
    width: 100%;
    border-radius: 6vw;
    padding: 8vw 6vw;
  }

  h3 {
    margin-bottom: 5vw;
    font-size: 5vw;
    line-height: 5.5vw;
  }

  .fields_box input {
    border-radius: 6vw;
    margin-bottom: 3vw;
    padding-top: 5vw;
    padding-bottom: 5vw;
    font-size: 3.8vw;
    line-height: 4.5vw;
  }

  .submit_btn input {
    border-radius: 6vw;
    padding-top: 5vw;
    padding-bottom: 5vw;
    font-size: 3.8vw;
    line-height: 4.5vw;
  }

  .reviews .examle_video {
    padding-bottom: 50%;
  }

  .footer_box {
    flex-direction: column;
    gap: 4vw;
  }

  .footer_box>div {
    width: 100%;
  }

  .socials a {
    border-radius: 6vw;
    padding-top: 3vw;
    padding-bottom: 3vw;
    font-size: 4.2vw;
    line-height: 5vw;
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 3vw;
  }

  .footer_links a {
    font-size: 3.8vw;
    line-height: 8vw;
  }

  .footer_links {
    margin-top: 6vw;
  }

  .footer_right {
    font-size: 4.2vw;
    line-height: 7vw;
  }

  .footer_right p img {
    max-width: 27vw;
  }

  .main_footer {
    margin-top: 20vw;
    padding: 12vw 0;
  }

  .cat_textimg_box {
    flex-direction: column;
    gap: 2vw;
  }

  .cat_textimg_box>div {
    width: 100%;
  }

  .cat_img>img {
    margin-left: 0;
  }

  .cat_prod_title img {
    width: 90vw;
  }

  .cat_prod_item {
    width: 100%;
    border-radius: 6vw;
    padding: 8vw 6vw;
  }

  .cat_prod_item h4 {
    margin-bottom: 5vw;
    font-size: 5vw;
    line-height: 5.7vw;
  }

  .prod_thumbnail img {
    height: 46vw;
    margin-bottom: 6vw;
  }

  .cat_prod_buy {
    border-radius: 6vw;
    padding: 5vw 30vw;
    font-size: 3.8vw;
    line-height: 4.5vw;
  }

  .cat_prod_loop {
    gap: 6vw;
  }

  .discount_prod_box {
    padding: 8vw 6vw;
    border-radius: 6vw;
  }

  .discount_prod_box h2 {
    margin-bottom: 6vw;
  }

  .discount_prod_item {
    width: 100%;
    padding: 6vw 4vw;
    border-radius: 6vw;
  }

  .discount_prod_item h4 {
    margin-bottom: 5vw;
    font-size: 5vw;
    line-height: 5.7vw;
  }

  .sale_price del {
    margin-bottom: 1vw;
    font-size: 5vw;
    line-height: 5.7vw;
  }

  .sale_price del::before {
    width: 12vw;
    transform: rotate(-20deg);
  }

  .sale_price ins {
    margin-bottom: 6vw;
    font-size: 9vw;
    line-height: 9.5vw;
  }

  .discount_prod_descr ul {
    gap: 2vw;
  }

  .discount_prod_descr ul li {
    align-items: center;
    gap: 3vw;
  }

  .discount_prod_descr li::before {
    min-width: 5vw;
    height: 5vw;
  }

  .discount_prod_buy {
    border-radius: 6vw;
    margin-top: 4vw;
    padding: 5vw 25vw;
    font-size: 3.8vw;
    line-height: 4.5vw;
  }

  .private_descr_box {
    border-radius: 6vw;
    letter-spacing: .4vw;
    padding: 4vw 8vw;
    font-size: 5vw;
    line-height: 5.7vw;
  }

  .teachers {
    padding-top: 12vw;
  }

  .teacher_thumbnail img {
    width: 35vw;
    height: 35vw;
  }

  .teacher_name h4 {
    letter-spacing: .4vw;
    margin: 4vw 0 6vw;
    font-size: 5vw;
    line-height: 5.7vw;
  }

  .teacher_content h4 {
    margin-bottom: 5vw;
    font-size: 3.8vw;
    line-height: 4.6vw;
  }

  .teacher_content {
    font-size: 3.8vw;
    line-height: 4.6vw;
  }

  .teacher_price {
    font-size: 5vw;
    line-height: 5.7vw;
    margin: 3vw 0;
  }

  .teacher_buy {
    border-radius: 6vw;
    width: auto;
    padding: 5vw;
    font-size: 3.8vw;
    line-height: 4.6vw;
  }

  .teacher {
    border-radius: 55vw 55vw 6vw 6vw;
    padding: 6vw;
  }

  .swiper_arrows>div {
    position: unset;
    transform: unset;
  }

  .swiper_arrows>div>img {
    width: 20vw;
  }

  .swiper_arrows {
    margin-top: 10vw;
    display: flex;
    justify-content: space-between;
  }

  .top_cat_btn {
    width: 10vw;
  }

  .top_category_descr {
    font-size: 3.8vw;
    line-height: 4.6vw;
    padding: 4vw;
    top: 6vw;
  }

  .top_cat_btn:hover~.top_category_descr {
    top: 4vw;
  }

  .private_descr_box br {
    display: none;
  }

  .page-template-corporate .cat_text h3 {
    font-size: 5vw;
    line-height: 5.7vw;
  }

  .page-template-corporate .cat_textimg_box {
    border-radius: 6vw;
    padding: 8vw 4vw;
  }

  .page-template-corporate .cat_img>img {
    margin-bottom: -8vw;
  }

  .whyus,
  .services,
  .howtowork,
  .cooperation,
  .price_block,
  .youget,
  .example,
  .speaker {
    padding-top: 12vw;
  }

  .whyus_item {
    width: 100%;
    gap: 2vw;
    border-radius: 6vw;
    padding: 6vw;
  }

  .whyus_list,
  .stages_list,
  .howtowork_list,
  .cooperation_list,
  .youget_list,
  .video_prod_loop,
  .conversation_list,
  .conversation_prod_loop {
    gap: 4vw;
  }

  .stage {
    height: auto;
  }

  .howtowork_item,
  .cooperation_item {
    width: 100%;
  }

  .main_screen_content p {
    font-size: 5vw;
    line-height: 5.7vw;
  }

  .main_screen_content p br {
    display: none;
  }

  h1 br {
    display: none;
  }

  .videocourses_descr_box {
    flex-direction: column;
    border-radius: 6vw;
    padding: 6vw;
  }

  .videocourses_descr_box>div {
    width: 100%;
  }

  .video_descr_right {
    border-radius: 6vw;
    padding: 6vw;
  }

  .youget_item {
    width: calc(50% - 2.01vw);
    border-radius: 6vw;
    padding: 4vw;
  }

  .youget_item_icon img {
    width: 15vw;
  }

  .examle_tabs {
    border-radius: 6vw 6vw 0 0;
  }

  .examle_tab {
    font-size: 2vw;
    line-height: 2.5vw;
    padding: 3vw;
  }

  .video_prod {
    width: 100%;
    border-radius: 6vw;
    padding: 6vw;
  }

  .video_prod h4 {
    margin-bottom: 5vw;
    font-size: 5vw;
    line-height: 5.7vw;
  }

  .video_prod li::before,
  .group_info li::before,
  .forkids_prod li::before {
    min-width: 5vw;
    height: 5.4vw;
  }

  .toggle_box {
    margin-top: 2vw;
    gap: 6vw;
  }

  .toggle_box img {
    width: 5vw;
  }

  .video_prod_price {
    margin-top: 6vw;
    margin-bottom: 3vw;
    font-size: 5vw;
    line-height: 5.7vw;
  }

  .video_prod_buy {
    border-radius: 6vw;
    padding: 5vw;
    font-size: 3.8vw;
    line-height: 4.5vw;
    text-align: center;
    width: 100%;
  }

  .speaker_box {
    border-radius: 6vw;
    padding: 6vw;
  }

  .speaker_box img:first-child {
    width: 30vw;
    top: 12vw;
    right: -8vw;
  }

  .speaker_text {
    position: relative;
    z-index: 5;
  }

  .telegram_box {
    flex-direction: column;
    gap: 6vw;
    border-radius: 6vw;
    padding: 6vw;
  }

  .telegram_box>div {
    width: 100%;
  }

  .conver_telegram .telegram_descr {
    font-size: 5vw;
    line-height: 5.7vw;
  }

  .conver_telegram .telegram_img img {
    width: 100%;
    height: auto;
  }

  .conversation_info_box {
    flex-direction: column;
    gap: 6vw;
  }

  .conversation_info_box>div {
    width: 100%;
  }

  .conversation_item {
    width: 100%;
    border-radius: 6vw;
    padding: 6vw;
    gap: 2vw;
  }

  .conversation_item svg {
    min-width: 7.22vw;
    height: 7.22vw;
  }

  .conversation_prod>img {
    z-index: -1;
  }

  .conversation_prod_item {
    width: 100%;
    border-radius: 6vw;
    padding: 6vw;
  }

  .conversation_prod_item h4 {
    margin-bottom: 4vw;
    font-size: 5vw;
    line-height: 5.5vw;
  }

  .program_box {
    border-radius: 6vw;
  }

  .program_title {
    padding: 4vw;
  }

  .variation_price_box {
    margin-top: 4vw;
    gap: 4vw;
  }

  .variation_price_box a {
    width: calc(50% - 2.01vw);
    border-radius: 6vw;
    padding: 4vw;
    gap: 2vw;
  }

  .variation_price_box a span:last-child {
    font-size: 5vw;
    line-height: 5.5vw;
  }

  .private_descr_box br {
    display: none;
  }

  .video_prod ul {
    gap: 4vw;
  }

  .groupe_feature_box {
    flex-direction: column;
    gap: 6vw;
  }

  .groupe_feature_box>div {
    width: 100%;
  }

  .group_feature_item {
    border-radius: 6vw;
    padding: 3vw 14vw;
    margin-bottom: 4vw;
  }

  .group_info_box {
    border-radius: 6vw;
    padding: 6vw 6vw 20vw;
  }

  .group_info h4 {
    margin-bottom: 4vw;
    font-size: 5vw;
    line-height: 5.7vw;
  }

  .group_info_box>img {
    top: auto;
    transform: unset;
    bottom: -13vw;
    right: -1vw;
  }

  .program_descr {
    line-height: 6vw;
    padding: 0 6vw 6vw;
  }

  .forkids_prod ul {
    gap: 4vw;
  }

  .forkids_prod li {
    padding-left: 6vw;
  }

  .forkids_prod_footer {
    border-radius: 6vw;
    padding: 6vw;
    margin: 0 -6vw -6vw;
  }

  .forkids_prod_hidden_title {
    font-size: 4.3vw;
    line-height: 5.7vw;
  }

  .forkids_prod_hidden_title>img {
    width: 7.22vw;
  }

  .forkids_prod_price {
    border-radius: 6vw;
    padding: 5vw 20vw;
    margin-top: 4vw;
  }

  .teenagers_info .group_info_box>img {
    right: -1vw;
    bottom: 1vw;
    width: 40vw;
  }

  .teenagers_prod .conversation_prod_loop {
    gap: 6vw;
  }

  .teenagers_prod .conversation_prod_item {
    width: 100%;
    border-radius: 6vw;
    padding: 6vw;
  }

  .teenagers_prod_content li::before {
    min-width: 5vw;
    height: 5.4vw;
  }

  .teenagers_prod_content ul {
    gap: 4vw;
  }

  .teenagers_prod_content li {
    padding-left: 6vw;
  }

  .teenagers_prod_price {
    margin-top: 6vw;
    margin-bottom: 3vw;
    font-size: 5vw;
    line-height: 5.7vw;
  }

  .teenagers_buy {
    border-radius: 6vw;
    padding: 5vw;
    font-size: 3.8vw;
    line-height: 4.5vw;
    width: 100%;
    text-align: center;
  }

  .learn_more {
    font-size: 3.8vw;
    line-height: 3.8vw;
    border-radius: 6vw;
    padding: 5vw;
    width: 100%;
    text-align: center;
  }

  .marathons_prod_buy {
    border-radius: 6vw;
    padding: 5vw;
    width: 100%;
    text-align: center;
    margin-top: 4vw;
  }

  .marathons_prod .conversation_prod_loop {
    gap: 4vw;
  }

  .marathons_prod_content {
    width: 100%;
    border-radius: 6vw;
    padding: 6vw;
  }

  .marathons_prod_content_close img {
    width: 5vw;
  }

  .marathons_prod_content_close {
    top: 4vw;
    right: 4vw;
  }

  .info_list {
    gap: 4vw;
  }

  .info_item {
    width: calc(50% - 2.01vw);
    border-radius: 6vw;
    padding: 6vw;
    gap: 4vw;
  }

  .info_item_icon img {
    width: 15vw;
  }

  .whatget,
  .topics {
    padding-top: 12vw;
  }

  .whatget_text {
    font-size: 5vw;
    line-height: 5.7vw;
    margin-bottom: 8vw;
  }

  .phrases_prod_price_title {
    font-size: 5vw;
    line-height: 5.7vw;
  }

  .phrases_prod_price {
    font-size: 9vw;
    line-height: 9.5vw;
  }

  .phrases_prod_buy {
    border-radius: 6vw;
    padding: 5vw;
    width: 100%;
    text-align: center;
  }

  .topics_list {
    gap: 4vw;
  }

  .topics_item {
    width: 100%;
    border-radius: 6vw;
    padding: 6vw;
    font-size: 3.8vw;
    line-height: 4.5vw;
  }

  .topics_item ul {
    gap: 4vw;
  }

  .topics_item li {
    padding-left: 6vw;
  }

  .topics_item li::before {
    min-width: 5vw;
    height: 5.4vw;
  }

  .speaker_text h3 {
    margin-bottom: 5vw;
    font-size: 5.5vw;
    line-height: 6.5vw;
  }

  .private_descr_box blockquote::before {
    font-size: 10vw;
    top: -1vw;
    left: -4vw;
  }

  .private_descr_box blockquote::after {
    bottom: -5vw;
    right: -4vw;
    font-size: 10vw;
  }

  .clubs_info_box {
    margin-bottom: 6vw;
  }

  .clubs_prod_content {
    width: 100%;
    text-align: center;
  }

  .clubs_prod .conversation_prod_loop {
    gap: 4vw;
  }

  .workbook_box {
    border-radius: 6vw;
    padding: 6vw 4vw;
  }

  .workbook_prod_item {
    flex-direction: column;
    gap: 6vw;
  }

  .workbook_prod_item>div {
    width: 100%;
  }

  .add_to_cart_button {
    border-radius: 6vw;
    padding: 5vw;
    font-size: 3.8vw;
    line-height: 4.5vw;
    width: 100%;
    text-align: center;
    margin-top: 6vw;
  }

  .telegram_img>img:last-child {
    height: 80vw;
  }

  .telegram_decor {
    width: 55vw;
    right: 27vw;
    bottom: 19vw;
  }

  .translate_descr {
    margin-bottom: 12vw;
    font-size: 5vw;
    line-height: 5.7vw;
  }

  .translate h2 {
    margin-bottom: 4vw;
  }

  .translate .container {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .translate_item {
    border-radius: 6vw;
    padding: 4vw 6vw;
    transform: unset !important;
    width: 100%;
    font-size: 4.8vw;
  }

  .translate_item_name>img {
    width: 5vw;
  }

  .translate_item_name {
    gap: 4vw;
  }

  .translate_item_descr {
    padding-top: 4vw;
  }

  .translate_list {
    row-gap: 4vw;
  }

  .translate_under br {
    display: none;
  }

  .translate_under {
    margin-top: 10vw;
  }

  .translate_phone {
    margin-top: 10vw;
    border-radius: 6vw;
    padding: 4vw 12vw;
  }

  .owners_box {
    flex-direction: column;
    gap: 4vw;
  }

  .owners_box>div {
    width: 100%;
  }

  .owners_text h4 {
    margin-bottom: 6vw;
    font-size: 5.5vw;
    line-height: 6.3vw;
  }

  .owners_img img {
    position: unset;
    border-radius: 6vw;
  }

  .sweettv_box {
    border-radius: 6vw;
    padding: 6vw 4vw;
    flex-direction: column;
    gap: 4vw;
  }

  .sweettv_box>div {
    width: 100%;
  }

  .diplomas_list {
    gap: 2vw;
  }

  .diploma {
    width: calc(25% - 1.51vw);
  }

  .woocommerce-checkout h1 {
    margin-top: 12vw;
  }

  form.checkout {
    padding: 0;
  }

  .col2-set {
    width: 100%;
    float: unset;
    padding-right: 0;
  }

  #order_review_heading,
  #order_review {
    width: 100%;
  }

  .form-row input {
    border-radius: 2vw;
    padding: 2vw 4vw;
  }

  .woocommerce-additional-fields h3 {
    font-size: 4vw;
    line-height: 4.7vw;
  }

  .form-row textarea {
    border-radius: 2vw;
    padding: 2vw 4vw;
    height: 25vw;
  }

  #order_review_heading {
    padding: 6vw;
    border-radius: 4vw 4vw 0 0;
  }

  .woocommerce-checkout-review-order-table {
    padding: 0 6vw 6vw;
    border-radius: 0 0 4vw 4vw;
  }

  .order-total {
    margin-top: 4vw;
  }

  .woocommerce-additional-fields__field-wrapper p {
    margin: 0;
  }

  #payment label {
    font-size: 5vw;
    line-height: 5.5vw;
    margin-bottom: 5vw;
    display: block;
  }

  .woocommerce-privacy-policy-text {
    font-size: 3vw;
    line-height: 3.5vw;
  }

  #place_order {
    padding: 6vw;
    border-radius: 6vw;
    font-size: 5vw;
    line-height: 5.5vw;
  }

  .thankyou_descr br {
    display: none;
  }

  .thankyou_telegram {
    border-radius: 6vw;
    padding: 4vw 20vw;
    margin-top: 6vw;
  }
}