@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body,
h1,
h2,
h3,
h4,
h5,
p,
figure,
picture {
  margin: 0;
}

picture {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}

input,
button,
textarea,
select {
  font: inherit;
}

textarea {
  resize: none;
  overflow-y: auto;
  overflow-x: hidden;
}

fieldset {
  padding: 0;
  margin: 0;
  border: none;
}

legend {
  display: block;
  padding: 0;
  white-space: normal;
}

:focus-visible {
  outline: 0;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none !important;
}
a:hover {
  color: inherit;
  text-decoration: none;
  outline: none !important;
}
a:focus {
  outline: none !important;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

iframe {
  border: 0;
}

dl,
dd {
  margin: 0;
}

b,
strong {
  font-weight: 600;
}

@font-face {
  font-family: "montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/montserrat-regular-russian.woff2") format("woff2");
  unicode-range: U+21-23, U+25-5F, U+61-7E, U+AB, U+BB, U+401, U+410-44F, U+451, U+2013-2014, U+2018-2019, U+201C, U+201C-201E, U+2026, U+20BD;
}
@font-face {
  font-family: "montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/montserrat-semibold.woff2") format("woff2");
  unicode-range: U+21-23, U+25-5F, U+61-7E, U+AB, U+BB, U+401, U+410-44F, U+451, U+2013-2014, U+2018-2019, U+201C, U+201C-201E, U+2026, U+20BD;
}
@font-face {
  font-family: "montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/montserrat-bold-russian.woff2") format("woff2");
  unicode-range: U+21-23, U+25-5F, U+61-7E, U+AB, U+BB, U+401, U+410-44F, U+451, U+2013-2014, U+2018-2019, U+201C, U+201C-201E, U+2026, U+20BD;
}
h1, .h1 {
  color: #000000;
  font-size: 60px;
  font-weight: 700;
  line-height: 0.97;
}
@media (max-width: 1200px) {
  h1, .h1 {
    font-size: 46px;
  }
}
@media (max-width: 1023px) {
  h1, .h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 28px;
  }
}
@media (max-width: 390px) {
  h1, .h1 {
    font-size: 27px;
    margin-bottom: 10px;
  }
}

h2, .h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 1200px) {
  h2, .h2 {
    font-size: 32px;
  }
}
@media (max-width: 1023px) {
  h2, .h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 22px;
    font-weight: 600;
  }
}

h3, .h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.1;
}
@media (max-width: 1200px) {
  h3, .h3 {
    font-size: 24px;
  }
}
@media (max-width: 1023px) {
  h3, .h3 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 18px;
  }
}

h4, .h4 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
}
@media (max-width: 767px) {
  h4, .h4 {
    font-size: 16px;
  }
}

h5, .h5 {
  font-size: 16px;
  font-weight: 600;
}

small {
  font-size: 12px;
}

strong {
  font-weight: 600;
}

.upper {
  text-transform: uppercase;
}

body {
  font-family: "montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  min-width: 360px;
  background-color: #EDEDED;
  color: #222;
  font-size: 20px;
  line-height: 1.4;
  overflow-x: hidden;
  position: relative;
}
@media (max-width: 1200px) {
  body {
    font-size: 18px;
  }
}

.no-scroll {
  overflow: hidden;
}

a {
  transition: all 0.3s ease-in-out;
}

.d-flex {
  display: flex;
}

.d-none {
  display: none;
}

.text-right {
  text-align: right;
}

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

.container {
  width: 100%;
  max-width: 1480px;
  margin: auto;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .container {
    padding: 0 12px;
  }
}

main {
  overflow: hidden;
}
main.paddTop {
  padding-top: 103px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.btn-primary {
  background: #74AEE4;
  color: #fff;
  padding: 12px 42px;
  font-size: 18px;
  height: 60px;
}
@media (max-width: 1200px) {
  .btn-primary {
    height: 50px;
  }
}

.btn-primary:hover {
  background: #679DD0;
  color: #fff;
  transform: scale(1.05, 1.05);
}

.btn-outline {
  background-color: rgba(255, 255, 255, 0.81);
  color: #74AEE4;
  border: 2px solid #74AEE4;
  column-gap: 20px;
  padding: 12px 42px;
  font-size: 18px;
  height: 60px;
}
@media (max-width: 1200px) {
  .btn-outline {
    height: 50px;
  }
}
.btn-outline svg {
  transition: transform 0.25s ease;
}

.btn-outline:hover {
  border-color: #679DD0;
  color: #679DD0;
}
.btn-outline:hover svg {
  transform: translate(4px, -4px);
}

.block-bg-img {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}
.block-bg-img .bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.block-bg-img .bg-img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.tab-nav {
  display: flex;
  gap: 12px;
}

.tab-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  background: #fff;
  border: 2px solid #74AEE4;
  border-radius: 40px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.25s ease;
  color: #74AEE4;
  white-space: nowrap;
  text-transform: uppercase;
  position: relative;
}

.tab-btn:hover {
  border-color: #679DD0;
  color: #679DD0;
}

.tab-btn.active {
  background-color: #74AEE4;
  border-color: #74AEE4;
  color: #fff;
}

.course-tab-panel,
.tab-panel {
  display: none;
  opacity: 0;
}

.course-tab-panel.active,
.tab-panel.active {
  display: block;
  opacity: 1;
}

.flag {
  width: 84px;
  height: 80px;
  display: inline-block;
  background-image: url("../img/flags.png");
  background-size: cover;
}

.flag-uk {
  background-position: 0 0;
}

.flag-de {
  background-position: -135px 0;
}

.flag-fr {
  background-position: -270px 0;
}

.flag-es {
  background-position: -405px 0;
}

.flag-it {
  background-position: -540px 0;
}

@media (max-width: 1200px) {
  .flag {
    width: 42px;
    height: 40px;
  }
  .flag-de {
    background-position: -67px 0;
  }
  .flag-fr {
    background-position: -135px 0;
  }
  .flag-es {
    background-position: -204px 0;
  }
  .flag-it {
    background-position: -272px 0;
  }
}
.section-title {
  padding-left: 44px;
  margin-bottom: 30px;
}
.section-title h3,
.section-title h2 {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .section-title {
    padding-left: 0;
    margin-bottom: 20px;
    text-align: center;
  }
}

.section-subtitle {
  font-size: 22px;
  margin-top: 8px;
}
@media (max-width: 1023px) {
  .section-subtitle {
    font-size: 18px;
  }
}

.form-note {
  font-size: 13px;
  line-height: 1.1;
  text-align: left;
  margin-top: 4px;
  margin-left: 20px;
}
.form-note a {
  text-decoration: underline;
}
.form-note a:hover {
  color: #679DD0;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.form-label {
  font-size: 13px;
  padding-left: 20px;
}

form input,
form select {
  width: 100%;
  padding: 8px 16px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: -2.105px 2.105px 2.807px 0 rgba(10, 94, 167, 0.14);
  font-size: 15px;
  transition: all 0.2s ease;
  color: #222;
}
@media (max-width: 767px) {
  form input,
  form select {
    padding: 10px 20px;
  }
}

input[name=n1] {
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

input[name=whyWantsClasses] {
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: right 16px center;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

form input::placeholder {
  opacity: 0.6;
}

form input:hover,
form select:hover {
  border-color: #c7ccd6;
}

form input:focus,
form select:focus {
  border-color: #c7ccd6;
  outline: none;
  box-shadow: 0 0 0 3px rgba(150, 180, 255, 0.2);
}

form .btn-submit {
  margin-top: 8px;
  width: 100%;
  padding: 16px 18px;
  border-radius: 30px;
  border: none;
  background: #74AEE4;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
form .btn-submit:hover {
  background: #679DD0;
  box-shadow: 0 4px 10px rgba(77, 140, 255, 0.35);
}

/* анимашка */
@media (min-width: 1024px) {
  .animate-on-scroll {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
  }
  .animate-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .animate-on-scroll {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
@media (max-width: 1023px) {
  .mobile-none {
    display: none;
  }
}

.top-bar {
  background-color: #74AEE4;
  padding: 9px 0;
  position: relative;
}
@media (max-width: 767px) {
  .top-bar {
    padding: 9px;
  }
}
.top-bar__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 28px;
}
@media (max-width: 1023px) {
  .top-bar__inner {
    column-gap: 14px;
  }
}
.top-bar__text {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 1279px) {
  .top-bar__text {
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  .top-bar__text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .top-bar__text {
    text-align: center;
  }
}
.top-bar__cta {
  background-color: #fff;
  color: #993632;
  font-size: 18px;
}
.top-bar__cta:hover {
  color: #74AEE4;
  transform: scale(1.05, 1.05);
}
@media (max-width: 1279px) {
  .top-bar__cta {
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .top-bar__cta {
    font-size: 14px;
    padding: 8px 10px;
  }
}
@media (max-width: 767px) {
  .top-bar__cta {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    color: #FFF;
    border-radius: 0;
  }
  .top-bar__cta:hover {
    color: #FFF;
    opacity: 0.1;
  }
}
.top-bar__close {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
  border: none;
  background-color: transparent;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1023px) {
  .top-bar__close {
    right: 8px;
  }
}
.top-bar__close:hover {
  color: #993632;
  transform: translateY(-50%) rotate(180deg);
}

.header {
  transition: all 0.3s ease;
  background-color: #f8fafb;
  border-radius: 30px;
  box-shadow: 0 3px 20px 0 rgba(93, 155, 208, 0.3);
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .header {
    margin-bottom: 12px;
  }
}
.header__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 42px;
}
@media (max-width: 1279px) {
  .header__row {
    padding: 8px 32px;
  }
}
@media (max-width: 1023px) {
  .header__row {
    padding-right: 16px;
  }
}
.header .logo {
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .header .logo img {
    max-width: 180px;
  }
}
@media (max-width: 767px) {
  .header .logo img {
    max-width: 150px;
  }
}

.header-wrap {
  padding-top: 16px;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .header-wrap {
    padding-top: 10px;
  }
}
.header-wrap.header--fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 200;
  padding-top: 0;
}
.header-wrap.header--fixed header {
  border-radius: 0 0 30px 30px;
}
.header-wrap.header--fixed .header__row {
  padding: 6px 42px;
}
@media (max-width: 767px) {
  .header-wrap.header--fixed {
    padding: 0;
  }
  .header-wrap.header--fixed .header__row {
    padding: 6px 24px;
  }
}
.header-wrap.header--fixed .logo img {
  max-width: 130px;
}

.main-navigation .menu {
  display: flex;
  align-items: center;
  column-gap: 42px;
}
@media (max-width: 1280px) {
  .main-navigation .menu {
    column-gap: 24px;
  }
}
.main-navigation .menu-item {
  padding: 3px 8px;
  display: inline-flex;
  column-gap: 4px;
  white-space: nowrap;
}
.main-navigation .menu-item a {
  font-size: 20px;
  color: #222;
}
@media (max-width: 1279px) {
  .main-navigation .menu-item a {
    font-size: 16px;
  }
}
.main-navigation .menu-item a:hover {
  color: #679DD0;
}
.main-navigation .menu-item.has-children {
  position: relative;
  cursor: pointer;
  padding-right: 15px;
}
.main-navigation .menu-item.has-children::after {
  content: "";
  position: absolute;
  right: 0;
  top: 13px;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #222;
  border-right: 2px solid #222;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1279px) {
  .main-navigation .menu-item.has-children::after {
    top: 10px;
    width: 6px;
    height: 6px;
  }
}
.main-navigation .menu-item.has-children:hover::after {
  transform: rotate(-135deg);
  border-color: #679DD0;
  top: 15px;
}
.main-navigation .menu-item.has-children:hover .submenu {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.main-navigation .menu .submenu {
  position: absolute;
  min-width: 180px;
  top: 100%;
  left: 0px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 6px 10px 0 rgba(52, 89, 121, 0.3);
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  transition: all 0.2s ease-in-out;
}
.main-navigation .menu .submenu a {
  display: block;
  font-size: 18px;
  padding: 8px 20px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  column-gap: 12px;
}
@media (max-width: 1279px) {
  .main-navigation .menu .submenu a {
    font-size: 16px;
  }
}
.main-navigation .menu .submenu a:hover {
  color: #679DD0;
  background-color: rgba(237, 237, 237, 0.51);
}
@media (max-width: 1200px) {
  .main-navigation {
    display: none;
  }
}

.advanced-menu__button {
  border-radius: 20px;
  border: 1px solid #74AEE4;
  width: 130px;
  height: 40px;
  display: inline-flex;
  column-gap: 12px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
}
.advanced-menu__button svg path {
  fill: #222;
  transition: all 0.3s ease-in-out;
}
.advanced-menu__button:hover {
  color: #679DD0;
  border-color: #679DD0;
}
.advanced-menu__button:hover svg path {
  fill: #679DD0;
}
@media (max-width: 767px) {
  .advanced-menu__button {
    border-radius: 16px;
    width: 40px;
  }
  .advanced-menu__button span {
    display: none;
  }
}

.side-menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 299;
}
.side-menu-overlay.visible {
  opacity: 1;
  pointer-events: auto;
}

.side-menu {
  position: fixed;
  top: 0;
  right: -350px;
  width: 350px;
  height: 100vh;
  background: #fff;
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.1);
  padding: 24px;
  transition: right 0.3s ease;
  z-index: 300;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 16px;
}
.side-menu.open {
  right: 0;
}
.side-menu__close {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
  border: none;
  background-color: #74AEE4;
  width: 40px;
  height: 40px;
  line-height: 0.8;
  border-radius: 10px;
  padding: 0;
  align-self: end;
  flex-shrink: 0;
}
.side-menu__close:hover {
  background-color: #679DD0;
}
.side-menu__nav {
  max-height: calc(100vh - 94px);
  overflow-y: scroll;
}
.side-menu__nav ul {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  margin-bottom: 40px;
}
.side-menu__nav ul a:hover {
  color: #679DD0;
}
.side-menu .side-contact {
  font-size: 16px;
}
.side-menu .side-contact a {
  color: #993632;
}
.side-menu .side-contact a:hover {
  color: #7a202a;
}

@media (min-width: 768px) {
  .mobile-nav-logo {
    display: none;
  }
}
@media (max-width: 767px) {
  .mobile-nav-logo {
    max-width: 170px;
    margin-bottom: 30px;
    display: block;
  }
}

@media (max-width: 767px) {
  .side-menu {
    width: 100%;
    right: -100%;
  }
  .side-menu.open {
    right: 0;
  }
}
.banner {
  background-image: url("../img/banner-desktop.jpg");
  background-image: image-set(url("../img/banner-desktop.webp") type("image/webp") 1x, url("../img/banner-desktop.jpg") type("image/jpeg") 1x);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 30px;
  padding: 40px;
  margin-bottom: 60px;
}
.banner h1 {
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.5), 0 0 5px rgba(255, 255, 255, 0.7), 0 2px 10px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1023px) {
  .banner {
    padding: 180px 60px 50px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .banner {
    background-image: url("../img/banner-mobile.jpg");
    background-image: image-set(url("../img/banner-mobile.webp") type("image/webp") 1x, url("../img/banner-mobile-2x.webp") type("image/webp") 2x, url("../img/banner-mobile.jpg") type("image/jpeg") 1x, url("../img/banner-mobile-2x.jpg") type("image/jpeg") 2x);
    background-position: 50% 0;
    padding: 50px 30px 30px;
    height: 600px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
  }
}
.banner__inner {
  max-width: 730px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 64px;
  color: #fff;
}
@media (max-width: 1479px) {
  .banner__inner {
    row-gap: 42px;
  }
}
@media (max-width: 1200px) {
  .banner__inner {
    row-gap: 24px;
    max-width: 620px;
    flex-direction: column;
    align-items: stretch;
  }
}
@media (max-width: 1023px) {
  .banner__inner {
    row-gap: 22px;
  }
}
@media (max-width: 767px) {
  .banner__inner {
    row-gap: 18px;
    align-items: flex-start;
    width: 100%;
  }
}
@media (max-width: 375px) {
  .banner__inner {
    row-gap: 10px;
  }
}
.banner__btn {
  background-color: #993632;
  color: #fff;
  font-size: 26px;
  padding: 24px 36px;
}
@media (max-width: 1200px) {
  .banner__btn {
    font-size: 22px;
    padding: 16px 36px;
  }
}
@media (max-width: 767px) {
  .banner__btn {
    font-size: 16px;
    padding: 16px;
    width: 100%;
    text-align: center;
  }
}
.banner__btn:hover {
  background-color: #7a202a;
  transform: scale(1.05, 1.05);
}
.banner__cards {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(260px, 1fr));
  gap: 24px;
  justify-items: stretch;
}
@media (max-width: 767px) {
  .banner__cards {
    gap: 8px;
    grid-template-columns: 100%;
    justify-content: center;
  }
}
.banner-card {
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(0, 0, 0, 0.24);
  box-shadow: -3px 3px 4px 0 rgba(152, 54, 50, 0.14);
  backdrop-filter: blur(6px);
  border-radius: 30px;
  padding: 10px 20px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: 1px;
}
.banner-card p {
  margin: 0;
}
.banner-card p span {
  font-weight: 600;
}
@media (max-width: 1023px) {
  .banner-card {
    font-size: 20px;
    border-radius: 20px;
    padding: 12px 30px;
  }
}
@media (max-width: 767px) {
  .banner-card {
    font-size: 16px;
    padding: 8px 10px;
  }
}

.languages {
  margin-bottom: 60px;
}
.languages-head {
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.77);
  box-shadow: -3px 3px 4px 0 rgba(10, 94, 167, 0.14);
  padding: 40px 42px;
  margin-bottom: 30px;
}
.languages-head h2 {
  margin-bottom: 30px;
  font-weight: 600;
}
@media (max-width: 1023px) {
  .languages-head {
    padding: 30px 36px;
  }
  .languages-head br {
    display: none;
  }
}
@media (max-width: 767px) {
  .languages-head {
    padding: 30px 24px;
  }
  .languages-head h2 {
    margin-bottom: 20px;
  }
}
.languages h3 {
  font-weight: 700;
}
.languages .tab-nav {
  justify-content: space-between;
  margin-top: 48px;
}
@media (max-width: 1023px) {
  .languages .tab-nav {
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 28px;
  }
}
@media (max-width: 767px) {
  .languages .tab-nav {
    flex-direction: column;
  }
}
.languages .tab-btn {
  width: 235px;
  padding: 16px 32px;
}
@media (max-width: 1350px) {
  .languages .tab-btn {
    width: auto;
    padding: 16px 28px 16px 52px;
    justify-content: flex-end;
  }
}
@media (max-width: 1200px) {
  .languages .tab-btn {
    padding: 12px 16px 12px 42px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .languages .tab-btn {
    padding: 12px 16px;
    font-size: 16px;
    justify-content: center;
  }
}
.languages .tab-btn.active {
  background-color: #74AEE4;
  color: #fff;
}
.languages .tab-content {
  margin-top: 32px;
}
@media (max-width: 1023px) {
  .languages .tab-content {
    margin-top: 24px;
  }
}
.languages .tab-grid {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
.languages .flag {
  position: absolute;
  top: -40px;
  left: -15px;
  transition: all 0.3s;
}
.languages .tab-btn:hover .flag {
  top: -44px;
}
@media (max-width: 1200px) {
  .languages .flag {
    top: -4px;
    left: -5px;
  }
  .languages .tab-btn:hover .flag {
    top: -8px;
  }
}
.languages .tab-panel {
  position: relative;
}
.languages .tab-panel::before {
  content: "";
  display: block;
  position: absolute;
  width: 400px;
  height: 450px;
  z-index: -1;
}
.languages .tab-panel[data-tab=english]::before {
  background: url(../img/england.svg) no-repeat center;
  background-size: auto 100%;
  top: -218px;
  right: -198px;
  height: 524px;
}
.languages .tab-panel[data-tab=german]::before {
  background: url(../img/german.svg) no-repeat center bottom;
  background-size: 100% auto;
  top: auto;
  bottom: 0;
  right: -150px;
}
.languages .tab-panel[data-tab=spanish]::before {
  background: url(../img/spanish.svg) no-repeat center;
  background-size: 100%;
  top: 25px;
  right: -145px;
}
.languages .tab-panel[data-tab=french]::before {
  background: url(../img/paris.svg) no-repeat center;
  background-size: auto 100%;
  top: -30px;
  right: -170px;
}
.languages .tab-panel[data-tab=italian]::before {
  background: url(../img/italia.svg) no-repeat center;
  background-size: auto 100%;
  bottom: 0;
  top: auto;
  right: -155px;
}

#directions {
  scroll-margin-top: 80px;
}

.directions-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
@media (max-width: 767px) {
  .directions-grid {
    gap: 12px;
  }
}

.directions-item {
  width: calc(33.3333333333% - 16px);
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: -3px 3px 4px 0 rgba(10, 94, 167, 0.14);
  padding: 24px 28px;
  position: relative;
}
.directions-item h4 {
  font-size: 22px;
  margin-bottom: 12px;
  padding-right: 40px;
}
@media (max-width: 1023px) {
  .directions-item h4 {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .directions-item h4 {
    font-size: 18px;
  }
}
.directions-item p {
  font-size: 18px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .directions-item p {
    font-size: 16px;
  }
}
.directions-item img {
  width: 85px;
  position: absolute;
  right: -24px;
  top: -2px;
}
@media (max-width: 1200px) {
  .directions-item {
    padding: 18px 24px;
  }
  .directions-item h4 {
    margin-bottom: 8px;
  }
}
@media (max-width: 1023px) {
  .directions-item {
    border-radius: 24px;
  }
}
@media (max-width: 767px) {
  .directions-item {
    width: 100%;
    padding: 12px 24px;
  }
}

.education-everyone {
  padding: 60px 60px;
  text-align: right;
  color: #fff;
  height: 524px;
}
@media (max-width: 1400px) {
  .education-everyone {
    padding: 50px;
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .education-everyone {
    height: 400px;
  }
}
@media (max-width: 1023px) {
  .education-everyone {
    padding: 50px 36px;
  }
}
@media (max-width: 767px) {
  .education-everyone {
    height: 350px;
    text-align: center;
    padding: 35px 24px 20px;
  }
}
.education-everyone__title {
  font-size: 54px;
  font-weight: 600;
  line-height: 100%;
}
@media (max-width: 1400px) {
  .education-everyone__title {
    font-size: 4vw;
  }
}
@media (max-width: 1200px) {
  .education-everyone__title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .education-everyone__title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.education-everyone__inner {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: space-between;
  height: 404px;
}
@media (max-width: 1200px) {
  .education-everyone__inner {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .education-everyone__inner {
    height: 100%;
  }
}
.education-everyone__inner p {
  max-width: 650px;
  font-size: 32px;
  line-height: 1.1;
  margin-bottom: 0;
}
@media (max-width: 1400px) {
  .education-everyone__inner p {
    font-size: 28px;
    line-height: 1.2;
  }
}
@media (max-width: 1400px) {
  .education-everyone__inner p {
    font-size: 22px;
    max-width: 55%;
  }
}
@media (max-width: 1023px) {
  .education-everyone__inner p {
    max-width: 75%;
  }
}
@media (max-width: 767px) {
  .education-everyone__inner p {
    max-width: 100%;
    font-size: 18px;
    line-height: 1.4;
  }
}
.education-everyone .bg-img img {
  height: 524px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .education-everyone .bg-img img {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .education-everyone .bg-img img {
    height: 350px;
  }
}

.trial-lesson {
  padding: 40px 42px;
  position: relative;
  margin-top: 130px;
  margin-bottom: 60px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.81);
  box-shadow: -3.497px 3.497px 3.783px 0 rgba(10, 94, 167, 0.14);
}
@media (max-width: 1400px) {
  .trial-lesson {
    margin-top: 100px;
  }
}
@media (max-width: 1200px) {
  .trial-lesson {
    margin-top: 60px;
    padding: 30px 36px;
  }
}
@media (max-width: 767px) {
  .trial-lesson {
    padding: 55px 24px 20px;
    overflow: hidden;
  }
}
.trial-lesson__content {
  position: relative;
  width: calc(100% - 300px);
  z-index: 2;
}
@media (max-width: 1200px) {
  .trial-lesson__content {
    width: calc(100% - 230px);
  }
}
@media (max-width: 767px) {
  .trial-lesson__content {
    width: 100%;
  }
}
.trial-lesson__content h3 {
  font-size: 22px;
  line-height: 1.35;
  margin-bottom: 28px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .trial-lesson__content h3 br {
    display: none;
  }
}
@media (max-width: 1023px) {
  .trial-lesson__content h3 {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .trial-lesson__content h3 {
    max-width: 80%;
    font-size: 20px;
  }
}
@media (max-width: 375px) {
  .trial-lesson__content h3 {
    max-width: 100%;
  }
}
.trial-lesson__buttons {
  display: flex;
  gap: 48px;
}
@media (max-width: 1400px) {
  .trial-lesson__buttons {
    gap: 30px;
  }
  .trial-lesson__buttons .btn {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .trial-lesson__buttons {
    gap: 20px;
  }
  .trial-lesson__buttons .btn {
    flex-shrink: 0;
    padding: 8px 24px;
  }
}
@media (max-width: 1024px) {
  .trial-lesson__buttons {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 12px;
  }
}
@media (max-width: 375px) {
  .trial-lesson__buttons .btn {
    font-size: 15px;
  }
}
.trial-lesson__image {
  position: absolute;
  bottom: 0;
  right: 50px;
}
@media (max-width: 1400px) {
  .trial-lesson__image {
    max-width: 240px;
  }
}
@media (max-width: 1200px) {
  .trial-lesson__image {
    max-width: 230px;
    right: -15px;
  }
}
@media (max-width: 767px) {
  .trial-lesson__image {
    opacity: 0.4;
    z-index: 0;
    top: 0;
    right: -60px;
  }
  .trial-lesson__image picture {
    height: 100%;
  }
  .trial-lesson__image picture img {
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 1200px) {
  .trial-lesson .btn-outline {
    column-gap: 10px;
  }
}
@media (max-width: 1023px) {
  .trial-lesson .btn-outline svg {
    display: none;
  }
}

.trial-lesson-2 .btn-primary {
  background-color: #993632;
}

.learning-process {
  margin-bottom: 60px;
}

.learning-steps {
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: -3px 3px 4px 0 rgba(10, 94, 167, 0.14);
  padding: 40px 42px;
  display: flex;
  flex-direction: column;
  row-gap: 45px;
}
@media (max-width: 1023px) {
  .learning-steps {
    padding: 30px 36px;
    row-gap: 30px;
  }
}
@media (max-width: 767px) {
  .learning-steps {
    padding: 30px 24px;
  }
}
.learning-steps li {
  display: flex;
  align-items: flex-start;
  column-gap: 24px;
}
@media (min-width: 768px) {
  .learning-steps li:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media (max-width: 767px) {
  .learning-steps li {
    flex-direction: column;
  }
}
.learning-steps .step-title {
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .learning-steps .step-title {
    margin-bottom: 16px;
  }
}
@media (max-width: 1023px) {
  .learning-steps .step-title {
    margin-bottom: 12px;
    margin-left: 40px;
    line-height: 1.2;
  }
}
.learning-steps .step-content {
  padding-left: 58px;
  background: url(../img/Star.svg) no-repeat 0 31px;
}
@media (max-width: 1023px) {
  .learning-steps .step-content {
    background-size: 25px;
    background-position: 0 0;
    padding-left: 0;
  }
}
.learning-steps .step-image {
  flex-shrink: 0;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .learning-steps .step-image {
    width: 45%;
    border-radius: 24px;
  }
}
@media (max-width: 767px) {
  .learning-steps .step-image {
    width: 100%;
  }
}
.learning-steps picture img {
  border-radius: 30px;
}

.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 5px;
  margin-bottom: 30px;
}
.faq-icon {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.81);
  box-shadow: -3.497px 3.497px 3.783px 0 rgba(10, 94, 167, 0.14);
}
.faq-icon svg {
  transition: transform 0.25s ease;
}
@media (max-width: 1200px) {
  .faq-icon {
    width: 78px;
    height: 78px;
  }
}
@media (max-width: 1023px) {
  .faq-icon {
    border-radius: 24px;
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 767px) {
  .faq-icon {
    border-radius: 16px;
    width: 49px;
    height: 49px;
  }
  .faq-icon svg {
    width: 14px;
    height: 8px;
  }
}
.faq-item {
  position: relative;
  padding-right: 128px;
}
@media (max-width: 1200px) {
  .faq-item {
    padding-right: 100px;
  }
}
@media (max-width: 767px) {
  .faq-item {
    padding-right: 60px;
  }
}
.faq-item > div {
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.81);
  box-shadow: -3.497px 3.497px 3.783px 0 rgba(10, 94, 167, 0.14);
}
@media (max-width: 1023px) {
  .faq-item > div {
    border-radius: 24px;
  }
}
@media (max-width: 767px) {
  .faq-item > div {
    border-radius: 16px;
  }
}
.faq-item.active .faq-icon svg {
  transform: rotate(180deg);
}
.faq-item.active .faq-answer {
  padding-bottom: 20px;
}
.faq-item:hover > div {
  border-color: #aab3c4;
  box-shadow: 0 0 0 3px rgba(150, 180, 255, 0.2);
}
.faq-question {
  width: 100%;
  text-align: left;
  font-size: 28px;
  border: none;
  background: none;
  cursor: pointer;
  padding: 32px 44px;
  transition: color 0.3s ease;
  border-radius: 30px;
  color: #222;
}
@media (max-width: 1200px) {
  .faq-question {
    font-size: 22px;
    padding: 24px 44px;
  }
}
@media (max-width: 1023px) {
  .faq-question {
    padding: 20px 36px;
    font-weight: 600;
  }
}
@media (max-width: 767px) {
  .faq-question {
    padding: 12px 24px;
    font-size: 18px;
  }
}
.faq-question:hover {
  color: #679DD0;
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 44px;
}
@media (max-width: 1023px) {
  .faq-answer {
    padding: 0 36px;
  }
}
@media (max-width: 767px) {
  .faq-answer {
    padding: 0 24px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .faq .btn-outline {
    padding: 12px 20px;
    font-size: 16px;
  }
}

.first-lesson {
  padding: 40px 42px;
  height: 590px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .first-lesson {
    padding: 30px 24px;
    height: auto;
  }
}
.first-lesson__inner {
  display: flex;
  justify-content: space-between;
  column-gap: 24px;
}
@media (max-width: 767px) {
  .first-lesson__inner {
    flex-direction: column;
  }
}
.first-lesson__title {
  color: #fff;
  font-size: 44px;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .first-lesson__title {
    font-size: 36px;
  }
}
@media (max-width: 1023px) {
  .first-lesson__title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .first-lesson__title {
    font-size: 20px;
    margin-bottom: 12px;
    text-transform: uppercase;
  }
}
.first-lesson__title2 {
  font-size: 36px;
  color: #fff;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .first-lesson__title2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .first-lesson__title2 {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.first-lesson__content {
  height: 510px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 600px;
}
@media (max-width: 767px) {
  .first-lesson__content {
    height: auto;
  }
}
.first-lesson__content p {
  color: #fff;
  font-size: 28px;
}
@media (max-width: 1023px) {
  .first-lesson__content p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .first-lesson__content p {
    font-size: 16px;
    line-height: 1.2;
  }
}
.first-lesson__content ul {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.first-lesson__content ul li {
  color: #fff;
  font-size: 22px;
  line-height: 1.1;
}
@media (max-width: 1023px) {
  .first-lesson__content ul li {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .first-lesson__content ul li {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .first-lesson__content ul {
    margin-bottom: 12px;
    row-gap: 12px;
  }
}
.first-lesson__form-wrapper {
  width: 374px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .first-lesson__form-wrapper {
    width: 100%;
  }
}
.first-lesson__form {
  padding: 24px 32px 10px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: -3.353px 3.353px 3.628px 0 rgba(10, 94, 167, 0.14);
  display: flex;
  flex-direction: column;
  gap: 8px;
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 767px) {
  .first-lesson__form {
    padding: 20px 16px 2px;
  }
}
.first-lesson__form .form-title {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .first-lesson__form .form-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    text-align: center;
  }
}
.first-lesson__form .form-title span {
  color: #993632;
  display: block;
  margin-top: 8px;
}

#check-teacher.first-lesson {
  height: 630px;
}
@media (max-width: 767px) {
  #check-teacher.first-lesson {
    height: auto;
  }
}
#check-teacher.first-lesson .first-lesson__content {
  height: 550px;
}
@media (max-width: 767px) {
  #check-teacher.first-lesson .first-lesson__content {
    height: auto;
  }
}

.teachers-section {
  padding: 60px 0;
}
.teachers-section .embla {
  position: relative;
  width: calc(100% + 20px);
}
@media (max-width: 1500px) and (min-width: 1025px) {
  .teachers-section .embla {
    width: calc(100% - 200px);
    margin-left: 100px;
  }
}
.teachers-section .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding-bottom: 5px;
}
.teachers-section .embla__prev {
  left: -80px;
}
.teachers-section .embla__next {
  right: -60px;
}
.teachers-section .swipe {
  align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .teachers-section .section-title {
    margin-bottom: 10px;
  }
}

.embla__container {
  display: flex;
  gap: 0;
}

.embla__slide {
  padding-right: 20px;
}

.embla-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border: none;
  background: #fff;
  border-radius: 20px;
  box-shadow: 3px 3px 4px rgba(10, 94, 167, 0.14);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.embla-nav-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

#teachersSlider[data-slides="4"] .embla__slide {
  flex: 0 0 25%;
}

#reviewsSlider[data-slides="3"] .embla__slide,
#teachersSlider[data-slides="3"] .embla__slide {
  flex: 0 0 33.333%;
}

#reviewsSlider[data-slides="2"] .embla__slide,
#teachersSlider[data-slides="2"] .embla__slide {
  flex: 0 0 50%;
}

#reviewsSlider[data-slides="1"] .embla__slide,
#teachersSlider[data-slides="1"] .embla__slide {
  flex: 0 0 100%;
}

.teacher-card {
  border-radius: 30px;
  padding: 20px 20px 16px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 3px 3px 4px 0 rgba(10, 94, 167, 0.14);
  text-align: left;
}
.teacher-photo {
  width: 100%;
  border-radius: 16px;
  margin-bottom: 16px;
  object-fit: cover;
}
.teacher-name {
  min-height: 90px;
  margin-bottom: 16px;
}
.teacher-name strong {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1;
  display: block;
}
.teacher-lang {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.2;
}
.teacher-lang span {
  color: #993632;
}
.teacher-exp {
  font-size: 16px;
  text-align: right;
}

/***********/
.course-tabs {
  display: flex;
  column-gap: 30px;
}
@media (max-width: 1200px) {
  .course-tabs {
    column-gap: 20px;
  }
}
@media (max-width: 1200px) {
  .course-tabs {
    column-gap: 12px;
  }
}

.course-tab-nav {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  width: 480px;
  flex-shrink: 0;
}
.course-tab-nav button {
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: -3px 3px 4px 0 rgba(10, 94, 167, 0.14);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.6;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  height: 100px;
  overflow: hidden;
  padding: 0 85px;
  transition: opacity 0.3s ease-in-out;
}
.course-tab-nav button .flag {
  position: absolute;
  left: 0;
  top: 30px;
}
@media (max-width: 1200px) {
  .course-tab-nav button .flag {
    top: 20px;
  }
}
.course-tab-nav button:hover {
  opacity: 1;
}
.course-tab-nav button.active {
  opacity: 1;
}
.course-tab-nav button.active .flag {
  top: 3px;
}
@media (max-width: 1200px) {
  .course-tab-nav button.active .flag {
    top: 7px;
  }
}
@media (max-width: 1439px) {
  .course-tab-nav {
    width: 400px;
  }
  .course-tab-nav button {
    padding: 0 50px 0 85px;
  }
}
@media (max-width: 1200px) {
  .course-tab-nav {
    width: 300px;
  }
  .course-tab-nav button {
    padding: 0 20px 0 44px;
    font-size: 18px;
    height: 60px;
  }
}
@media (max-width: 1023px) {
  .course-tab-nav {
    width: 260px;
  }
  .course-tab-nav button {
    padding-right: 12px;
  }
}
@media (max-width: 1023px) {
  .course-tab-nav {
    width: 60px;
  }
  .course-tab-nav button {
    text-indent: -5000px;
  }
}
.course-tab-content {
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: -3px 3px 4px 0 rgba(10, 94, 167, 0.14);
}
.course-tab-panel {
  padding: 36px 36px 96px 60px;
  width: 100%;
  height: 100%;
  position: relative;
}
.course-tab-panel ul {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  list-style: disc outside;
  margin-bottom: 16px;
}
@media (max-width: 1439px) {
  .course-tab-panel ul {
    row-gap: 12px;
  }
}
@media (max-width: 767px) {
  .course-tab-panel ul {
    row-gap: 8px;
  }
}
.course-tab-panel li {
  font-size: 22px;
}
@media (max-width: 1439px) {
  .course-tab-panel li {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .course-tab-panel li {
    font-size: 16px;
  }
}
.course-tab-panel .btn {
  position: absolute;
  bottom: 36px;
  left: 36px;
  text-align: center;
}
@media (max-width: 1023px) {
  .course-tab-panel {
    padding: 24px 16px 70px 42px;
  }
  .course-tab-panel .btn {
    bottom: 12px;
  }
}
@media (max-width: 767px) {
  .course-tab-panel {
    padding: 16px 16px 70px 32px;
  }
  .course-tab-panel .btn {
    padding: 12px 30px;
    font-size: 16px;
  }
}
@media (max-width: 390px) {
  .course-tab-panel .btn {
    padding: 12px 20px;
    margin-left: -16px;
  }
}
.course-tab-panel[data-course] {
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 90%;
}
.course-tab-panel[data-course=english-course] {
  background-image: url(../img/england.svg);
}
@media (max-width: 767px) {
  .course-tab-panel[data-course=english-course] {
    background-position: right 61%;
    background-size: auto 70%;
  }
}
.course-tab-panel[data-course=german-course] {
  background-image: url(../img/german.svg);
  background-position: right bottom;
  background-size: 65% auto;
}
@media (max-width: 767px) {
  .course-tab-panel[data-course=german-course] {
    background-position: 0 90%;
    background-size: 100% auto;
  }
}
.course-tab-panel[data-course=italian-course] {
  background-image: url(../img/italia.svg);
}
@media (max-width: 767px) {
  .course-tab-panel[data-course=italian-course] {
    background-size: 60% auto;
    background-position: right 77%;
  }
}
.course-tab-panel[data-course=french-course] {
  background-image: url(../img/paris.svg);
}
.course-tab-panel[data-course=spanish-course] {
  background-image: url(../img/spanish.svg);
}
@media (max-width: 767px) {
  .course-tab-panel[data-course=spanish-course] {
    background-position: right 77%;
    background-size: 100% auto;
  }
}

.course-tab-nav .flag::before {
  content: "";
  position: absolute;
  left: 33px;
  top: 73px;
  width: 7px;
  height: 36px;
  background: linear-gradient(239deg, #845D49 41.98%, #936955 51.06%, #50382C 62.42%);
  border-radius: 3px;
  z-index: 1;
  transform: rotate(-27deg);
}
@media (max-width: 1200px) {
  .course-tab-nav .flag::before {
    left: 16px;
    top: 28px;
    width: 4px;
  }
}

.sure-block {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .sure-block {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .sure-block {
    font-size: 20px;
  }
}

.reviews-section {
  margin-bottom: 70px;
}
.reviews-section .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 1500px) and (min-width: 1025px) {
  .reviews-section .embla {
    width: calc(100% - 100px);
    margin-left: 100px;
  }
}
.reviews-section .embla__viewport {
  overflow: hidden;
  width: 75%;
  padding-bottom: 5px;
}
@media (max-width: 1200px) {
  .reviews-section .embla__viewport {
    width: 68%;
  }
}
@media (max-width: 1023px) {
  .reviews-section .embla__viewport {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .reviews-section .embla__viewport {
    width: 100%;
  }
}
.reviews-section .reviews-prev {
  left: -80px;
}
.reviews-section .reviews-next {
  right: -80px;
}

.reviews-sources {
  display: flex;
  max-width: 75%;
  gap: 30px;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .reviews-sources {
    gap: 10px 20px;
    flex-wrap: wrap;
  }
}
@media (max-width: 1023px) {
  .reviews-sources {
    max-width: 100%;
    justify-content: center;
    margin-bottom: 30px;
    gap: 10px;
  }
}
.reviews-sources a {
  display: flex;
  align-items: center;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: -2.195px 2.195px 2.927px 0 rgba(10, 94, 167, 0.14);
  gap: 5px;
  padding: 0 16px 0 24px;
}
@media (max-width: 1200px) {
  .reviews-sources a {
    padding: 0 10px 0 20px;
    font-size: 16px;
    height: 59px;
  }
}
.reviews-sources a span {
  text-decoration: underline;
}
.reviews-sources a:hover {
  color: #36CFA1;
}
.reviews-sources strong {
  font-size: 18px;
}
@media (max-width: 1023px) {
  .reviews-sources strong {
    font-size: 16px;
  }
}
.reviews-sources strong.neon {
  color: #36CFA1;
  margin-left: 15px;
}
.reviews-sources strong.srar-wrap {
  background: url(../img/star-green.svg) no-repeat right 0;
  background-size: cover;
  color: #fff;
  width: 82px;
  height: 78px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1023px) {
  .reviews-sources strong.srar-wrap {
    width: 55px;
    height: 57px;
  }
}

@media (min-width: 1025px) {
  .swipe {
    display: none;
  }
}
@media (max-width: 1024px) {
  .swipe {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 20px;
  }
}
@media (max-width: 767px) {
  .swipe {
    align-items: center;
  }
}
.swipe span {
  color: #74AEE4;
  font-weight: 600;
  font-size: 14px;
}

.review-card {
  position: relative;
  border: 20px solid #fff;
  background: #679DD0;
  box-shadow: -2.195px 2.195px 2.927px 0 rgba(10, 94, 167, 0.14);
  border-radius: 24px;
  cursor: pointer;
  height: 440px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .review-card {
    border-width: 12px;
    height: 300px;
  }
}
@media (max-width: 767px) {
  .review-card {
    height: 250px;
  }
}
.review-card img {
  width: 100%;
  display: block;
  opacity: 0.8;
  position: relative;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.review-card:hover img {
  opacity: 1;
}
.review-card:hover .review-zoom svg {
  transform: scale(1.5);
}

.review-zoom {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 47px;
  height: 51px;
  border: none;
  cursor: pointer;
  background: transparent;
  z-index: 2;
}
.review-zoom svg {
  transition: all 0.3s ease-in-out;
}

/* lightbox  */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: none;
}
.lightbox.is-open {
  display: block;
}
.lightbox__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}
.lightbox__dialog {
  position: relative;
  z-index: 1;
  width: min(980px, 100% - 32px);
  max-height: calc(100vh - 32px);
  margin: 16px auto;
  padding: 14px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
}
.lightbox__close {
  align-self: flex-end;
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 28px;
  line-height: 0.8;
  transition: opacity 0.3s ease-in-out;
}
.lightbox__close:hover {
  opacity: 0.7;
}
.lightbox__content {
  margin: 10px 0 0;
  overflow: auto;
  border-radius: 14px;
}
.lightbox__img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
}

.reviews-layout {
  position: relative;
}

.reviews-phone {
  transform: rotate(4deg);
}
@media (min-width: 768px) {
  .reviews-phone {
    position: absolute;
  }
}
@media (min-width: 1431px) {
  .reviews-phone {
    right: 30px;
    top: -110px;
  }
}
@media (max-width: 1430px) and (min-width: 769px) {
  .reviews-phone {
    right: 20px;
    top: -20px;
  }
}
@media (max-width: 768px) and (min-width: 768px) {
  .reviews-phone {
    top: -80px;
    right: 12px;
  }
}

.reviews-video {
  width: 290px;
  height: 620px;
  border-radius: 20px;
  border: 5px solid #000000;
  background: #000;
  overflow: hidden;
}
@media (max-width: 1430px) {
  .reviews-video {
    width: 260px;
    height: 555px;
  }
}
@media (max-width: 1023px) {
  .reviews-video {
    width: 230px;
    height: 440px;
  }
}
@media (max-width: 767px) {
  .reviews-video {
    width: 290px;
    height: 620px;
    margin: 20px auto;
  }
}
.reviews-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 1200px) {
  .pricing-grid {
    gap: 16px;
  }
}
@media (max-width: 1023px) {
  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .pricing-grid {
    grid-template-columns: 100%;
  }
}
.pricing-card {
  border-radius: 24px;
  padding: 24px 30px;
  border: 1px solid hsla(0, 0%, 100%, 0.5);
  background: hsla(0, 0%, 100%, 0.7);
  box-shadow: -2.195px 2.195px 2.927px 0 rgba(10, 94, 167, 0.14);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 220px;
}
@media (max-width: 1023px) {
  .pricing-card {
    min-height: 180px;
    padding: 20px 24px;
  }
}
@media (max-width: 767px) {
  .pricing-card {
    min-height: 150px;
    padding: 16px 20px;
  }
}
.pricing-card__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .pricing-card__head {
    margin-bottom: 10px;
  }
}
.pricing-card__duration {
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 1023px) {
  .pricing-card__duration {
    font-size: 18px;
  }
}
.pricing-card__level {
  font-size: 18px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .pricing-card__level {
    font-size: 15px;
  }
}
.pricing-card__price {
  margin-bottom: 16px;
  line-height: 1;
}
.pricing-card__price .price {
  font-size: 60px;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .pricing-card__price .price {
    font-size: 50px;
  }
}
@media (max-width: 1023px) {
  .pricing-card__price .price {
    font-size: 40px;
  }
}
@media (max-width: 1023px) {
  .pricing-card__price .price {
    font-size: 32px;
  }
}
.pricing-card__price .lesson {
  font-size: 24px;
}
@media (max-width: 1023px) {
  .pricing-card__price .lesson {
    font-size: 18px;
  }
}
.pricing-card__discount {
  font-size: 18px;
  color: #747678;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .pricing-card__discount {
    font-size: 15px;
  }
}
.pricing-card__discount .discount-price {
  color: #993632;
  font-weight: 600;
  margin-left: 4px;
  white-space: nowrap;
}

.sale-bg {
  padding: 50px 42px 40px;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .sale-bg {
    margin-bottom: 24px;
    padding: 24px 42px 32px;
  }
}
@media (max-width: 1023px) {
  .sale-bg {
    padding: 24px 36px 30px;
  }
}

.sale {
  max-width: 80%;
}
@media (max-width: 767px) {
  .sale {
    max-width: 100%;
  }
}
.sale__title {
  color: #fff;
  font-size: 54px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .sale__title {
    margin-bottom: 24px;
  }
}
@media (max-width: 1023px) {
  .sale__title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .sale__title {
    margin-bottom: 10px;
  }
}
.sale__subtitle {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 25px;
}
@media (max-width: 1023px) {
  .sale__subtitle {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .sale__subtitle {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.sale p.note {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .sale p.note {
    font-size: 16px;
  }
}
.sale p.note a {
  text-decoration: underline;
  color: rgb(255, 255, 255);
  white-space: nowrap;
}
.sale p.note a:hover {
  color: #74AEE4;
}

.pricing-hint {
  position: fixed;
  top: 60%;
  right: -70px;
  transform: translate(calc(100% - var(--tab-width)), -50%);
  z-index: 50;
  display: flex;
  align-items: flex-start;
  transition: transform 0.35s ease;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: all 0.35s ease-in-out;
}
.pricing-hint.is-visible {
  opacity: 1;
  pointer-events: auto;
  right: 0;
}
.pricing-hint {
  --tab-width: 70px;
}
@media (max-width: 1500px) and (min-width: 768px) {
  .pricing-hint {
    --tab-width: 60px;
  }
}
@media (min-width: 768px) {
  .pricing-hint:hover {
    transform: translate(0, -50%);
  }
}
@media (max-width: 767px) {
  .pricing-hint.is-open {
    transform: translate(0, -50%);
  }
}
.pricing-hint__tab {
  margin-top: 50px;
  border: none;
  padding: 16px 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  width: var(--tab-width);
  height: 282px;
  position: relative;
  z-index: 2;
  background-color: transparent;
  background-image: url(../img/tab.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  cursor: pointer;
}
.pricing-hint__tab span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 1500px) {
  .pricing-hint__tab span {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .pricing-hint__tab span {
    display: none;
  }
}
@media (max-width: 767px) {
  .pricing-hint__tab {
    background-image: none;
    height: 70px;
    padding: 0;
    display: none;
  }
}
.pricing-hint__panel {
  width: 360px;
  max-width: calc(100vw - 70px);
  border-radius: 30px;
  padding: 32px 24px;
  background-color: #74AEE4;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
@media (max-width: 1200px) {
  .pricing-hint__panel {
    padding: 24px;
    row-gap: 24px;
  }
}
.pricing-hint p {
  font-size: 16px;
  margin-bottom: 0;
}
.pricing-hint p.hint-title {
  font-size: 20px;
  margin-bottom: 5px;
}
.pricing-hint .pricing-mobile {
  cursor: pointer;
  border: none;
  background: none;
}
@media (min-width: 768px) {
  .pricing-hint .pricing-mobile {
    display: none;
  }
}

.popup {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 60px;
  z-index: 555;
}
@media (max-width: 767px) {
  .popup {
    padding: 10px 30px;
  }
}
.popup[aria-hidden=false] {
  display: flex;
}
.popup__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.7));
  backdrop-filter: blur(2px);
}
.popup__content {
  position: relative;
  max-width: 1400px;
  max-height: 98vh;
  border-radius: 36px;
  background: linear-gradient(rgba(31, 42, 55, 0.5), rgba(255, 255, 255, 0.8));
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(6px);
  padding: 36px;
  overflow-y: auto;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1199px) {
  .popup__content {
    padding: 24px 30px;
  }
}
@media (max-width: 1023px) {
  .popup__content {
    border-radius: 24px;
  }
}
@media (max-width: 767px) {
  .popup__content {
    padding: 0;
  }
}
.popup__close {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 28px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 3;
  transition: all 0.3s ease-in-out;
  transform-origin: center;
  width: 46px;
  height: 46px;
  padding: 0;
}
.popup__close:hover {
  transform: rotate(360deg);
}
@media (max-width: 1023px) {
  .popup__close {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    opacity: 0.8;
  }
  .popup__close svg {
    width: 30px;
    height: 30px;
  }
}
.popup__title {
  color: #fff;
  max-width: 80%;
}
@media (max-width: 1023px) {
  .popup__title {
    max-width: calc(100% - 20px);
  }
}
@media (max-width: 767px) {
  .popup__title {
    padding: 20px 20px 0;
  }
}
.popup__title strong {
  line-height: 110%;
  font-size: 30px;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .popup__title strong {
    font-size: 24px;
  }
}
@media (max-width: 1023px) {
  .popup__title strong {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .popup__title strong {
    font-size: 18px;
  }
}
.popup__title p {
  font-size: 24px;
}
@media (max-width: 1280px) {
  .popup__title p {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .popup__title p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .popup__title p {
    font-size: 16px;
  }
}
.popup__row {
  display: flex;
  gap: 36px;
}
.popup__left {
  border-radius: 30px;
  background: #FFF;
  padding: 30px 36px;
}
@media (max-width: 1199px) {
  .popup__left {
    border-radius: 24px;
    padding: 20px 20px 16px;
  }
}
.popup__text {
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .popup__text {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .popup__text {
    display: none;
  }
}
.popup__text p {
  font-size: 18px;
}
@media (max-width: 1199px) {
  .popup__text p {
    font-size: 14px;
  }
}
.popup .form-row {
  display: flex;
  align-items: flex-end;
  column-gap: 30px;
  margin-bottom: 16px;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  .popup .form-row {
    column-gap: 16px;
  }
}
@media (max-width: 767px) {
  .popup .form-row {
    flex-direction: column;
    row-gap: 10px;
  }
}
.popup .form-row .form-field {
  width: 31%;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .popup .form-row .form-field {
    width: 100%;
  }
}
.popup__right {
  border-radius: 30px;
  background: #FFF;
  position: relative;
  width: 260px;
  flex-shrink: 0;
}
.popup__right img {
  position: absolute;
  bottom: 0;
  left: -20px;
  width: calc(100% + 41px);
  max-width: fit-content;
}
@media (max-width: 1023px) {
  .popup__right {
    display: none;
  }
}
.popup select,
.popup input {
  background-color: rgba(116, 174, 228, 0.07);
}
.popup input:hover,
.popup select:hover {
  border-color: #e1f0fd;
}
.popup .form-note {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .popup .form-note {
    font-size: 11px;
  }
}

footer {
  background-color: #74AEE4;
  padding: 42px 0 4px;
  color: #fff;
  margin-top: 135px;
}

.footer__row {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 1023px) {
  .footer__row {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .footer__row {
    flex-direction: column;
    gap: 20px;
  }
}

@media (max-width: 1023px) {
  .footer__col {
    width: 100%;
  }
}
.footer__col .footer-logo {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .footer__col .footer-logo {
    margin-bottom: 20px;
  }
}
.footer__col .footer-logo img {
  max-width: 286px;
}
@media (max-width: 767px) {
  .footer__col .footer-logo img {
    max-width: 216px;
  }
}
.footer__col a {
  color: #fff;
  font-size: 24px;
}
.footer__col a:hover {
  opacity: 0.7;
}
.footer__col > div {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}

.footer-menu {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  max-width: 24%;
}
@media (max-width: 1023px) {
  .footer-menu {
    max-width: 32%;
  }
}
@media (max-width: 767px) {
  .footer-menu {
    max-width: 100%;
  }
}
.footer-menu li a {
  color: #fff;
  font-size: 18px;
  display: block;
}
@media (max-width: 767px) {
  .footer-menu li a {
    font-size: 16px;
  }
}
.footer-menu li a:hover {
  opacity: 0.7;
}

.footer-menu__docs a {
  text-decoration: underline;
}

.copyright {
  margin-top: 48px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.82);
}
@media (max-width: 767px) {
  .copyright a {
    display: block;
  }
}

.totop {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 100;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.totop.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.totop:hover {
  transform: translateY(-10px);
}
.totop svg {
  display: block;
}
@media (max-width: 767px) {
  .totop {
    display: none;
  }
}

.fly-telega {
  position: fixed;
  right: 100px;
  bottom: 24px;
  z-index: 100;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  box-shadow: -3.497px 3.497px 3.783px 0 rgba(10, 94, 167, 0.14);
  border-radius: 12px;
  padding: 13px 20px;
  display: flex;
  align-items: center;
  column-gap: 10px;
}
@media (max-width: 1024px) {
  .fly-telega {
    padding: 13px 11px;
  }
}
@media (max-width: 767px) {
  .fly-telega {
    right: 10px;
    bottom: 10px;
  }
}
.fly-telega:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 0 3px rgba(150, 180, 255, 0.2);
}
.fly-telega span {
  font-size: 14px;
  font-weight: 600;
  color: #222;
}
@media (max-width: 1024px) {
  .fly-telega span {
    display: none;
  }
}

.cookies-note {
  position: fixed;
  left: 24px;
  bottom: 24px;
  z-index: 100;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 36px;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: -3.497px 3.497px 3.783px 0 rgba(10, 94, 167, 0.14);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.cookies-note.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.cookies-note p {
  margin: 0;
  font-size: 14px;
}
.cookies-note p a {
  text-decoration: underline;
}
.cookies-note button {
  cursor: pointer;
  border: none;
  background-color: #74AEE4;
  border-radius: 24px;
  padding: 5px 24px;
  color: #fff;
}
.cookies-note button:hover {
  background-color: #679DD0;
}
@media (max-width: 768px) {
  .cookies-note {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }
}

/*# sourceMappingURL=style.css.map */
