@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/Roboto_Condensed/static/RobotoCondensed-Light.woff2") format("woff2"), url("../fonts/Roboto_Condensed/static/RobotoCondensed-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
section.our_teachers {
  padding-bottom: 160px;
}
section.our_teachers,
section.our_teachers *,
section.our_teachers *::before,
section.our_teachers *::after {
  line-height: reset !important;
}
section.our_teachers .section-title {
  margin-bottom: 60px;
  font-weight: 500;
  text-align: center;
}
section.our_teachers .content {
  position: relative;
}
section.our_teachers .content .cards {
  position: relative;
  display: flex;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
section.our_teachers .content .cards.swiper-initialized, section.our_teachers .content .cards.swiper-container-initialized {
  opacity: 1;
}
section.our_teachers .content .cards .card {
  position: relative;
  display: flex;
  height: 306px;
  overflow: hidden;
  border-radius: 15px;
  background: #fff;
  flex-flow: column;
}
section.our_teachers .content .cards .card .move {
  display: flex;
  width: 100%;
  transition: all 0.3s ease;
  flex-flow: column;
}
section.our_teachers .content .cards .card:hover .move {
  transform: translateY(-260px);
}
section.our_teachers .content .cards .card .img {
  width: 100%;
  height: 260px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  border-radius: 15px;
  background-image: url(../course/images/teacher_curve.svg);
  background-color: #337af3;
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s ease;
}
section.our_teachers .content .cards .card .img img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
section.our_teachers .content .cards .card h3 {
  padding-top: 13px;
  padding-right: 20px;
  padding-bottom: 0;
  padding-left: 20px;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
section.our_teachers .content .cards .card .body ul {
  display: flex;
  gap: 10px;
  padding: 20px;
  flex-flow: column;
}
section.our_teachers .content .cards .card .body ul li {
  display: flex;
  gap: 10px;
  padding: 5px 0;
  color: #3a3a3a;
  font-size: 14px;
  line-height: 16px;
}
section.our_teachers .content .cards .card .body ul li img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
section.our_teachers .content .swiper-button-prev,
section.our_teachers .content .swiper-button-next {
  width: 48px;
  height: 48px;
  margin-left: -100px;
  border: 3px solid #fad23c;
  border-radius: 100%;
  background: url(../course/images/slide_arrow.svg) no-repeat center;
  background-color: #fff;
}
section.our_teachers .content .swiper-button-prev::after,
section.our_teachers .content .swiper-button-next::after {
  content: "";
}
section.our_teachers .content .swiper-button-next {
  margin-left: 0;
  margin-right: -100px;
  transform: rotate(180deg);
}

@media screen and (max-width: 1024px) {
  section.our_teachers {
    padding-bottom: 56px;
  }
  section.our_teachers .container.examples__container {
    overflow: hidden;
  }
  section.our_teachers .section-title {
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 38px;
  }
  section.our_teachers .content .swiper-button-prev,
  section.our_teachers .content .swiper-button-next {
    display: none;
  }
  section.our_teachers .content .cards.swiper {
    width: 100%;
    max-width: none;
    margin: 0;
    display: block;
    overflow: visible;
  }
  section.our_teachers .content .cards.swiper .swiper-slide {
    width: min(320px, 100vw - 72px);
  }
  section.our_teachers .content .cards.swiper .card {
    height: auto;
  }
  section.our_teachers .content .cards.swiper .card:hover .move {
    transform: translateY(0);
  }
  section.our_teachers .content .cards.swiper .card:hover .move h3 {
    padding-top: 13px;
  }
  section.our_teachers .content .cards.swiper .card h3 {
    padding-left: 12px;
    padding-bottom: 10px;
  }
  section.our_teachers .content .cards.swiper .card .body ul {
    padding-top: 0;
    padding-bottom: 12px;
    padding-left: 12px;
  }
  section.our_teachers .content .cards.swiper .card .body ul li {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    line-height: 18px;
  }
}
@media screen and (max-width: 992px) {
  section.our_teachers .content .cards .card {
    min-height: 393px;
    height: auto;
    border-radius: 0;
    background-color: transparent;
  }
  section.our_teachers .content .cards .card .move {
    border-radius: 15px;
    background-color: #fff;
  }
  section.our_teachers .content .cards .card .img {
    height: 347px;
  }
  section.our_teachers .content .cards .card .body {
    display: block;
  }
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/Roboto_Condensed/static/RobotoCondensed-Regular.woff2") format("woff2"), url("../fonts/Roboto_Condensed/static/RobotoCondensed-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/Roboto_Condensed/static/RobotoCondensed-Medium.woff2") format("woff2"), url("../fonts/Roboto_Condensed/static/RobotoCondensed-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/Roboto_Condensed/static/RobotoCondensed-SemiBold.woff2") format("woff2"), url("../fonts/Roboto_Condensed/static/RobotoCondensed-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/Roboto_Condensed/static/RobotoCondensed-Bold.woff2") format("woff2"), url("../fonts/Roboto_Condensed/static/RobotoCondensed-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/Roboto_Condensed/static/RobotoCondensed-ExtraBold.woff2") format("woff2"), url("../fonts/Roboto_Condensed/static/RobotoCondensed-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/Roboto_Condensed/static/RobotoCondensed-Black.woff2") format("woff2"), url("../fonts/Roboto_Condensed/static/RobotoCondensed-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Akrobat";
  src: url("../fonts/Akrobat-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Akrobat";
  src: url("../fonts/Akrobat-ExtraLight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Akrobat";
  src: url("../fonts/Akrobat-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Akrobat";
  src: url("../fonts/Akrobat-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Akrobat";
  src: url("../fonts/Akrobat-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Akrobat";
  src: url("../fonts/Akrobat-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Akrobat";
  src: url("../fonts/Akrobat-ExtraBold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Akrobat";
  src: url("../fonts/Akrobat-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Italic.eot");
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url("../fonts/OpenSans-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Italic.woff2") format("woff2"), url("../fonts/OpenSans-Italic.woff") format("woff"), url("../fonts/OpenSans-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.eot");
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-BoldItalic.eot");
  src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"), url("../fonts/OpenSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-BoldItalic.woff2") format("woff2"), url("../fonts/OpenSans-BoldItalic.woff") format("woff"), url("../fonts/OpenSans-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-SemiBold.eot");
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("../fonts/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/OpenSans-SemiBold.woff") format("woff"), url("../fonts/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-ExtraBoldItalic.eot");
  src: local("Open Sans ExtraBold Italic"), local("OpenSans-ExtraBoldItalic"), url("../fonts/OpenSans-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/OpenSans-ExtraBoldItalic.woff") format("woff"), url("../fonts/OpenSans-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-LightItalic.eot");
  src: local("Open Sans Light Italic"), local("OpenSans-LightItalic"), url("../fonts/OpenSans-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-LightItalic.woff2") format("woff2"), url("../fonts/OpenSans-LightItalic.woff") format("woff"), url("../fonts/OpenSans-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Bold.eot");
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-SemiBoldItalic.eot");
  src: local("Open Sans SemiBold Italic"), local("OpenSans-SemiBoldItalic"), url("../fonts/OpenSans-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-SemiBoldItalic.woff2") format("woff2"), url("../fonts/OpenSans-SemiBoldItalic.woff") format("woff"), url("../fonts/OpenSans-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-ExtraBold.eot");
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url("../fonts/OpenSans-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-ExtraBold.woff2") format("woff2"), url("../fonts/OpenSans-ExtraBold.woff") format("woff"), url("../fonts/OpenSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Light.eot");
  src: local("Open Sans Light"), local("OpenSans-Light"), url("../fonts/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Light.woff2") format("woff2"), url("../fonts/OpenSans-Light.woff") format("woff"), url("../fonts/OpenSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Black.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Italic.ttf") format("truetype");
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Thin.ttf") format("truetype");
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Minecraft";
  src: url("../fonts/minecraft.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Roblox 2017";
  src: url("../fonts/roblox2017.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "OOF Roblox";
  src: url("../fonts/oofroblox.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Museo Sans Cyrl";
  src: url("../fonts/MuseoSansCyrl-100.eot");
  src: url("../fonts/MuseoSansCyrl-100.ttf") format("truetype"), url("../fonts/MuseoSansCyrl-100.woff") format("woff");
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "Museo Sans Cyrl";
  src: url("../fonts/MuseoSansCyrl-100Italic.eot");
  src: url("../fonts/MuseoSansCyrl-100Italic.ttf") format("truetype"), url("../fonts/MuseoSansCyrl-100Italic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Museo Sans Cyrl";
  src: url("../fonts/MuseoSansCyrl-300.eot");
  src: url("../fonts/MuseoSansCyrl-300.ttf") format("truetype"), url("../fonts/MuseoSansCyrl-300.woff") format("woff");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Museo Sans Cyrl";
  src: url("../fonts/MuseoSansCyrl-300Italic.eot");
  src: url("../fonts/MuseoSansCyrl-300Italic.ttf") format("truetype"), url("../fonts/MuseoSansCyrl-300Italic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Museo Sans Cyrl";
  src: url("../fonts/MuseoSansCyrl-500.eot");
  src: url("../fonts/MuseoSansCyrl-500.ttf") format("truetype"), url("../fonts/MuseoSansCyrl-500.woff") format("woff");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Museo Sans Cyrl";
  src: url("../fonts/MuseoSansCyrl-500Italic.eot");
  src: url("../fonts/MuseoSansCyrl-500Italic.ttf") format("truetype"), url("../fonts/MuseoSansCyrl-500Italic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Museo Sans Cyrl";
  src: url("../fonts/MuseoSansCyrl-700.eot");
  src: url("../fonts/MuseoSansCyrl-700.ttf") format("truetype"), url("../fonts/MuseoSansCyrl-700.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Museo Sans Cyrl";
  src: url("../fonts/MuseoSansCyrl-700Italic.eot");
  src: url("../fonts/MuseoSansCyrl-700Italic.ttf") format("truetype"), url("../fonts/MuseoSansCyrl-700Italic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Museo Sans Cyrl";
  src: url("../fonts/MuseoSansCyrl-900.eot");
  src: url("../fonts/MuseoSansCyrl-900.ttf") format("truetype"), url("../fonts/MuseoSansCyrl-900.woff") format("woff");
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Museo Sans Cyrl";
  src: url("../fonts/MuseoSansCyrl-900Italic.eot");
  src: url("../fonts/MuseoSansCyrl-900Italic.ttf") format("truetype"), url("../fonts/MuseoSansCyrl-900Italic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "A Day Without Sun";
  src: url("../fonts/A_DAY_WITHOUT_SUN.woff2") format("woff2"), url("../fonts/A_DAY_WITHOUT_SUN.woff") format("woff"), url("../fonts/A DAY WITHOUT SUN.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Minecraft 1.1";
  src: local("Minecraft 1.1"), local("Minecraft1.1"), url("../fonts/Minecraft11.woff2") format("woff2"), url("../fonts/Minecraft11.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Black boys on mopeds";
  src: local("Black boys on mopeds"), local("Blackboysonmopeds"), url("../fonts/Blackboysonmopeds.woff2") format("woff2"), url("../fonts/Blackboysonmopeds.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Droid Sans";
  src: url("../fonts/DroidSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: "Droid Sans";
  src: url("../fonts/DroidSans.ttf") format("truetype");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hack";
  src: url("../fonts/Hack-Bold.ttf") format("truetype");
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: "Hack";
  src: url("../fonts/Hack-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Hack";
  src: url("../fonts/Hack-Italic.ttf") format("truetype");
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Hack";
  src: url("../fonts/Hack-Regular.ttf") format("truetype");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Code Pro";
  src: url("../fonts/SourceCodePro-Black.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Source Code Pro";
  src: url("../fonts/SourceCodePro-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Code Pro";
  src: url("../fonts/SourceCodePro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: "Source Code Pro";
  src: url("../fonts/SourceCodePro-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Code Pro";
  src: url("../fonts/SourceCodePro-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Source Code Pro";
  src: url("../fonts/SourceCodePro-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Code Pro";
  src: url("../fonts/SourceCodePro-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "Source Code Pro";
  src: url("../fonts/SourceCodePro-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Code Pro";
  src: url("../fonts/SourceCodePro-Italic.ttf") format("truetype");
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Code Pro";
  src: url("../fonts/SourceCodePro-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Source Code Pro";
  src: url("../fonts/SourceCodePro-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Code Pro";
  src: url("../fonts/SourceCodePro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Source Code Pro";
  src: url("../fonts/SourceCodePro-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Code Pro";
  src: url("../fonts/SourceCodePro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Code Pro";
  src: url("../fonts/SourceCodePro-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Source Code Pro";
  src: url("../fonts/SourceCodePro-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
.no_select,
.no_select * {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.gtx-trans {
  position: fixed !important;
  inset: auto 0 0 auto !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

html.popup-scroll-lock,
body.popup-scroll-lock {
  overflow: hidden;
  overscroll-behavior: none;
}

body.popup-scroll-lock {
  padding-right: var(--popup-scrollbar-offset, 0px);
}

#new_popup {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overscroll-behavior: contain;
  transition: opacity 320ms cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 320ms;
}
#new_popup .popup__backdrop {
  position: fixed;
  inset: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  backdrop-filter: blur(2.5px);
  -webkit-backdrop-filter: blur(2.5px);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  contain: paint;
  transition: opacity 360ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}
#new_popup.is-opening {
  opacity: 1;
  visibility: visible;
  pointer-events: none;
  transition: none;
}
#new_popup.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 320ms cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 0s;
}
#new_popup.open .popup__backdrop {
  opacity: 1;
}
#new_popup.open.is-content-visible .popup__content.trial-popup-card {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}
#new_popup .popup__body {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  min-height: 100dvh;
  overflow: visible;
  padding: 24px;
  padding-top: calc(24px + env(safe-area-inset-top));
  padding-right: calc(24px + env(safe-area-inset-right));
  padding-bottom: calc(24px + env(safe-area-inset-bottom));
  padding-left: calc(24px + env(safe-area-inset-left));
}
#new_popup .popup__content.trial-popup-card {
  width: min(100%, 600px);
  max-width: 600px;
  max-height: calc(100dvh - 48px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
  padding: 32px 24px;
  overflow: visible;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  opacity: 0;
  transform: translate3d(0, 24px, 0) scale(0.96);
  filter: blur(10px);
  will-change: transform, opacity, filter;
  transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1), opacity 280ms cubic-bezier(0.22, 1, 0.36, 1), filter 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.admin-bar #new_popup .popup__body {
  padding-top: calc(56px + env(safe-area-inset-top));
}
.admin-bar #new_popup .popup__content.trial-popup-card {
  max-height: calc(100dvh - 80px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
}

.popup__inputs {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  width: 100%;
  gap: 16px;
}
.popup__inputs label {
  width: 100%;
  margin-bottom: 0;
  position: relative;
}
.popup__inputs .form__label-text,
.popup__inputs .form__input > p {
  display: block;
  margin: 0 0 7px;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px !important;
  letter-spacing: 0;
}
.popup__inputs .phone_label {
  display: block;
  position: relative;
  color: #d4d4d4;
  font-size: 12px;
  margin-top: 5px;
}
.popup__inputs .main_phone .iti__flag-container {
  z-index: 11;
  height: 46px;
  width: auto;
  min-width: 94px;
  padding: 1px 0 1px 1px;
  border-radius: 10px 0 0 10px;
}
.popup__inputs .main_phone .iti__selected-flag {
  height: 44px;
  min-width: 93px;
  padding: 0 12px 0 14px;
  border-radius: 10px 0 0 10px;
  background: #f8fbff;
  border-right: 1px solid #dbeaf9;
  transition: background-color 0.18s ease, border-color 0.18s ease;
}
.popup__inputs .main_phone .iti__selected-dial-code {
  margin-left: 8px;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
}
.popup__inputs .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag,
.popup__inputs .iti__flag-container.active .iti__selected-flag {
  background: #eef6ff;
  border-color: #cddff5;
}
.popup__inputs .main_phone .iti__arrow {
  margin-left: 8px;
  border-top-color: #337af3;
  transition: transform 0.18s ease;
}
.popup__inputs .main_phone .iti__arrow--up {
  transform: rotate(180deg);
}
.popup__inputs label:last-child {
  margin-bottom: 0;
}
.popup__inputs input {
  width: 100%;
  height: 46px;
  min-height: 46px;
  padding: 13px 12px;
  border: 1px solid #afafaf;
  border-radius: 10px;
  outline: none;
  background: #fff;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0;
  transition: border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.popup__inputs input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-family: "Roboto", sans-serif;
  opacity: 1;
}
.popup__inputs input::placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-family: "Roboto", sans-serif;
  opacity: 1;
}
.popup__inputs input:focus {
  border-color: #337af3;
  color: #000;
}
.popup__inputs input:not(:-moz-placeholder) {
  color: #000;
}
.popup__inputs input:not(:placeholder-shown) {
  color: #000;
}
.popup__inputs input.invalid {
  border-color: #b00000;
  color: #000;
}
.popup__inputs .iti {
  width: 100%;
}

body.home form.new_form__box.form__popup > button.button.yellow[type=submit] {
  width: 100%;
}

form.new_form__box.form__popup > button.button.yellow[type=submit] {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  gap: 12px;
  height: 46px;
  min-height: 46px;
  margin: 32px auto 0;
  margin-top: 16px !important;
  padding: 7px 8px 7px 42px;
  border: 0;
  border-radius: 50px;
  background: #fad23c;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  color: #1e1e1e;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
  cursor: pointer;
  transition: opacity 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}
form.new_form__box.form__popup > button.button.yellow[type=submit] > span:first-child,
form.new_form__box.form__popup > button.button.yellow[type=submit] > .show_for_mobile,
form.new_form__box.form__popup > button.button.yellow[type=submit] > .show_for_desktop {
  flex: 1 1 auto;
  min-width: 0;
  text-align: center;
}
form.new_form__box.form__popup > button.button.yellow[type=submit] .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 31px;
  width: 31px;
  height: 31px;
  margin-left: auto;
  border-radius: 50%;
  background: #fff;
  transform: none;
}
form.new_form__box.form__popup > button.button.yellow[type=submit] .arrow img,
form.new_form__box.form__popup > button.button.yellow[type=submit] .arrow .diagonal_arr {
  display: block;
  max-width: 12px;
  max-height: 12px;
  transition: transform 0.3s ease;
  transform: none;
}
form.new_form__box.form__popup > button.button.yellow[type=submit]:hover {
  opacity: 1;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25) !important;
  filter: none;
}
form.new_form__box.form__popup > button.button.yellow[type=submit]:hover .arrow {
  transform: rotate(90deg);
}
form.new_form__box.form__popup > button.button.yellow[type=submit]:hover .arrow img,
form.new_form__box.form__popup > button.button.yellow[type=submit]:hover .arrow .diagonal_arr {
  transition: transform 0.3s ease;
  transform: rotate(45deg);
}
form.new_form__box.form__popup > button.button.yellow[type=submit]:active {
  opacity: 0.6;
  transform: none;
}

body section.trial_lesson .trial_lesson_wrapper .form_wrapper form.new_form__box.form__popup,
body section.trial_lesson2 .trial_lesson_wrapper .form_wrapper form.new_form__box.form__popup,
body .contact__body .contact__form_side .form_wrapper form.new_form__box.form__popup {
  box-sizing: border-box;
  padding: 40px 25px 43px;
  border: 5px solid #fad23c;
  border-radius: 25px;
  background: #fff;
}
body section.trial_lesson .trial_lesson_wrapper .form_wrapper form.new_form__box.form__popup,
body section.trial_lesson .trial_lesson_wrapper .form_wrapper form.new_form__box.form__popup *,
body section.trial_lesson .trial_lesson_wrapper .form_wrapper form.new_form__box.form__popup *::before,
body section.trial_lesson .trial_lesson_wrapper .form_wrapper form.new_form__box.form__popup *::after,
body section.trial_lesson2 .trial_lesson_wrapper .form_wrapper form.new_form__box.form__popup,
body section.trial_lesson2 .trial_lesson_wrapper .form_wrapper form.new_form__box.form__popup *,
body section.trial_lesson2 .trial_lesson_wrapper .form_wrapper form.new_form__box.form__popup *::before,
body section.trial_lesson2 .trial_lesson_wrapper .form_wrapper form.new_form__box.form__popup *::after,
body .contact__body .contact__form_side .form_wrapper form.new_form__box.form__popup,
body .contact__body .contact__form_side .form_wrapper form.new_form__box.form__popup *,
body .contact__body .contact__form_side .form_wrapper form.new_form__box.form__popup *::before,
body .contact__body .contact__form_side .form_wrapper form.new_form__box.form__popup *::after {
  line-height: normal;
}
body section.trial_lesson .trial_lesson_wrapper .form_wrapper form.new_form__box.form__popup .form__items,
body section.trial_lesson .trial_lesson_wrapper .form_wrapper form.new_form__box.form__popup .form__inputs,
body section.trial_lesson .trial_lesson_wrapper .form_wrapper form.new_form__box.form__popup .popup__inputs,
body section.trial_lesson .trial_lesson_wrapper .form_wrapper form.new_form__box.form__popup .iti,
body section.trial_lesson2 .trial_lesson_wrapper .form_wrapper form.new_form__box.form__popup .form__items,
body section.trial_lesson2 .trial_lesson_wrapper .form_wrapper form.new_form__box.form__popup .form__inputs,
body section.trial_lesson2 .trial_lesson_wrapper .form_wrapper form.new_form__box.form__popup .popup__inputs,
body section.trial_lesson2 .trial_lesson_wrapper .form_wrapper form.new_form__box.form__popup .iti,
body .contact__body .contact__form_side .form_wrapper form.new_form__box.form__popup .form__items,
body .contact__body .contact__form_side .form_wrapper form.new_form__box.form__popup .form__inputs,
body .contact__body .contact__form_side .form_wrapper form.new_form__box.form__popup .popup__inputs,
body .contact__body .contact__form_side .form_wrapper form.new_form__box.form__popup .iti {
  width: 100%;
}
body section.trial_lesson .trial_lesson_wrapper .form_wrapper form.new_form__box.form__popup .form__input,
body section.trial_lesson .trial_lesson_wrapper .form_wrapper form.new_form__box.form__popup .popup__inputs label,
body section.trial_lesson2 .trial_lesson_wrapper .form_wrapper form.new_form__box.form__popup .form__input,
body section.trial_lesson2 .trial_lesson_wrapper .form_wrapper form.new_form__box.form__popup .popup__inputs label,
body .contact__body .contact__form_side .form_wrapper form.new_form__box.form__popup .form__input,
body .contact__body .contact__form_side .form_wrapper form.new_form__box.form__popup .popup__inputs label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  width: 100%;
  margin-bottom: 0;
}
body section.trial_lesson .trial_lesson_wrapper .form_wrapper form.new_form__box.form__popup .form__label-text,
body section.trial_lesson .trial_lesson_wrapper .form_wrapper form.new_form__box.form__popup .form__input > p,
body section.trial_lesson2 .trial_lesson_wrapper .form_wrapper form.new_form__box.form__popup .form__label-text,
body section.trial_lesson2 .trial_lesson_wrapper .form_wrapper form.new_form__box.form__popup .form__input > p,
body .contact__body .contact__form_side .form_wrapper form.new_form__box.form__popup .form__label-text,
body .contact__body .contact__form_side .form_wrapper form.new_form__box.form__popup .form__input > p {
  margin: 0 0 7px;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px !important;
  letter-spacing: 0;
}
body section.trial_lesson .trial_lesson_wrapper .form_wrapper form.new_form__box.form__popup .form__input input,
body section.trial_lesson2 .trial_lesson_wrapper .form_wrapper form.new_form__box.form__popup .form__input input,
body .contact__body .contact__form_side .form_wrapper form.new_form__box.form__popup .form__input input {
  width: 100%;
  height: 46px;
  min-height: 46px;
  padding: 13px 12px;
  border: 1px solid #afafaf;
  border-radius: 10px;
  outline: none;
  background: #fff;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px !important;
  letter-spacing: 0;
}
body section.trial_lesson .trial_lesson_wrapper .form_wrapper form.new_form__box.form__popup .form__input input::-moz-placeholder, body section.trial_lesson2 .trial_lesson_wrapper .form_wrapper form.new_form__box.form__popup .form__input input::-moz-placeholder, body .contact__body .contact__form_side .form_wrapper form.new_form__box.form__popup .form__input input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-family: "Roboto", sans-serif;
  line-height: 19px !important;
  opacity: 1;
}
body section.trial_lesson .trial_lesson_wrapper .form_wrapper form.new_form__box.form__popup .form__input input::placeholder,
body section.trial_lesson2 .trial_lesson_wrapper .form_wrapper form.new_form__box.form__popup .form__input input::placeholder,
body .contact__body .contact__form_side .form_wrapper form.new_form__box.form__popup .form__input input::placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-family: "Roboto", sans-serif;
  line-height: 19px !important;
  opacity: 1;
}
body section.trial_lesson .trial_lesson_wrapper .form_wrapper form.new_form__box.form__popup .main_phone .iti__flag-container,
body section.trial_lesson2 .trial_lesson_wrapper .form_wrapper form.new_form__box.form__popup .main_phone .iti__flag-container,
body .contact__body .contact__form_side .form_wrapper form.new_form__box.form__popup .main_phone .iti__flag-container {
  z-index: 11;
  height: 46px;
  width: auto;
  min-width: 94px;
  padding: 1px 0 1px 1px;
  border-radius: 10px 0 0 10px;
}
body section.trial_lesson .trial_lesson_wrapper .form_wrapper form.new_form__box.form__popup .main_phone .iti__selected-flag,
body section.trial_lesson2 .trial_lesson_wrapper .form_wrapper form.new_form__box.form__popup .main_phone .iti__selected-flag,
body .contact__body .contact__form_side .form_wrapper form.new_form__box.form__popup .main_phone .iti__selected-flag {
  height: 44px;
  min-width: 93px;
  padding: 0 12px 0 14px;
  border-radius: 10px 0 0 10px;
  background: #f8fbff;
  border-right: 1px solid #dbeaf9;
  transition: background-color 0.18s ease, border-color 0.18s ease;
}
body section.trial_lesson .trial_lesson_wrapper .form_wrapper form.new_form__box.form__popup .main_phone .iti__selected-dial-code,
body section.trial_lesson2 .trial_lesson_wrapper .form_wrapper form.new_form__box.form__popup .main_phone .iti__selected-dial-code,
body .contact__body .contact__form_side .form_wrapper form.new_form__box.form__popup .main_phone .iti__selected-dial-code {
  margin-left: 8px;
}
body section.trial_lesson .trial_lesson_wrapper .form_wrapper form.new_form__box.form__popup .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag,
body section.trial_lesson .trial_lesson_wrapper .form_wrapper form.new_form__box.form__popup .iti__flag-container.active .iti__selected-flag,
body section.trial_lesson2 .trial_lesson_wrapper .form_wrapper form.new_form__box.form__popup .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag,
body section.trial_lesson2 .trial_lesson_wrapper .form_wrapper form.new_form__box.form__popup .iti__flag-container.active .iti__selected-flag,
body .contact__body .contact__form_side .form_wrapper form.new_form__box.form__popup .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag,
body .contact__body .contact__form_side .form_wrapper form.new_form__box.form__popup .iti__flag-container.active .iti__selected-flag {
  background: #eef6ff;
  border-color: #cddff5;
}
body section.trial_lesson .trial_lesson_wrapper .form_wrapper form.new_form__box.form__popup .main_phone .iti__arrow,
body section.trial_lesson2 .trial_lesson_wrapper .form_wrapper form.new_form__box.form__popup .main_phone .iti__arrow,
body .contact__body .contact__form_side .form_wrapper form.new_form__box.form__popup .main_phone .iti__arrow {
  margin-left: 8px;
  border-top-color: #337af3;
  transition: transform 0.18s ease;
}
body section.trial_lesson .trial_lesson_wrapper .form_wrapper form.new_form__box.form__popup .main_phone .iti__arrow--up,
body section.trial_lesson2 .trial_lesson_wrapper .form_wrapper form.new_form__box.form__popup .main_phone .iti__arrow--up,
body .contact__body .contact__form_side .form_wrapper form.new_form__box.form__popup .main_phone .iti__arrow--up {
  transform: rotate(180deg);
}
body section.trial_lesson .trial_lesson_wrapper .form_wrapper form.new_form__box.form__popup .iti--separate-dial-code .iti__selected-dial-code,
body section.trial_lesson .trial_lesson_wrapper .form_wrapper form.new_form__box.form__popup .iti__selected-flag,
body section.trial_lesson2 .trial_lesson_wrapper .form_wrapper form.new_form__box.form__popup .iti--separate-dial-code .iti__selected-dial-code,
body section.trial_lesson2 .trial_lesson_wrapper .form_wrapper form.new_form__box.form__popup .iti__selected-flag,
body .contact__body .contact__form_side .form_wrapper form.new_form__box.form__popup .iti--separate-dial-code .iti__selected-dial-code,
body .contact__body .contact__form_side .form_wrapper form.new_form__box.form__popup .iti__selected-flag {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px !important;
}
body section.trial_lesson .trial_lesson_wrapper .form_wrapper form.new_form__box.form__popup .text-error,
body section.trial_lesson .trial_lesson_wrapper .form_wrapper form.new_form__box.form__popup .valid__phone.phone-error,
body section.trial_lesson2 .trial_lesson_wrapper .form_wrapper form.new_form__box.form__popup .text-error,
body section.trial_lesson2 .trial_lesson_wrapper .form_wrapper form.new_form__box.form__popup .valid__phone.phone-error,
body .contact__body .contact__form_side .form_wrapper form.new_form__box.form__popup .text-error,
body .contact__body .contact__form_side .form_wrapper form.new_form__box.form__popup .valid__phone.phone-error {
  margin-top: 6px;
  color: #b00000;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px !important;
}
body section.trial_lesson .trial_lesson_wrapper .form_wrapper form.new_form__box.form__popup > button.button.yellow[type=submit],
body section.trial_lesson2 .trial_lesson_wrapper .form_wrapper form.new_form__box.form__popup > button.button.yellow[type=submit],
body .contact__body .contact__form_side .form_wrapper form.new_form__box.form__popup > button.button.yellow[type=submit] {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  gap: 12px;
  height: auto;
  min-height: 46px;
  margin: 32px auto 0;
  margin-top: 16px !important;
  padding: 7px 8px 7px 42px;
  border: 0;
  border-radius: 50px;
  background: #fad23c;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  color: #1e1e1e;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px !important;
  white-space: nowrap;
  overflow-wrap: anywhere;
}
body section.trial_lesson .trial_lesson_wrapper .form_wrapper form.new_form__box.form__popup > button.button.yellow[type=submit] > span:first-child,
body section.trial_lesson .trial_lesson_wrapper .form_wrapper form.new_form__box.form__popup > button.button.yellow[type=submit] > .show_for_mobile,
body section.trial_lesson .trial_lesson_wrapper .form_wrapper form.new_form__box.form__popup > button.button.yellow[type=submit] > .show_for_desktop,
body section.trial_lesson2 .trial_lesson_wrapper .form_wrapper form.new_form__box.form__popup > button.button.yellow[type=submit] > span:first-child,
body section.trial_lesson2 .trial_lesson_wrapper .form_wrapper form.new_form__box.form__popup > button.button.yellow[type=submit] > .show_for_mobile,
body section.trial_lesson2 .trial_lesson_wrapper .form_wrapper form.new_form__box.form__popup > button.button.yellow[type=submit] > .show_for_desktop,
body .contact__body .contact__form_side .form_wrapper form.new_form__box.form__popup > button.button.yellow[type=submit] > span:first-child,
body .contact__body .contact__form_side .form_wrapper form.new_form__box.form__popup > button.button.yellow[type=submit] > .show_for_mobile,
body .contact__body .contact__form_side .form_wrapper form.new_form__box.form__popup > button.button.yellow[type=submit] > .show_for_desktop {
  line-height: 19px !important;
}
body section.trial_lesson .trial_lesson_wrapper .form_wrapper form.new_form__box.form__popup > button.button.yellow[type=submit] .arrow,
body section.trial_lesson2 .trial_lesson_wrapper .form_wrapper form.new_form__box.form__popup > button.button.yellow[type=submit] .arrow,
body .contact__body .contact__form_side .form_wrapper form.new_form__box.form__popup > button.button.yellow[type=submit] .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 31px;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: #fff;
  transform: none;
}

@media screen and (max-width: 768px) {
  body section.trial_lesson .trial_lesson_wrapper .form_wrapper form.new_form__box.form__popup,
  body .contact__body .contact__form_side .form_wrapper form.new_form__box.form__popup {
    border: 3px solid #fad23c;
    padding: 24px 16px;
  }
  body section.trial_lesson .trial_lesson_wrapper .form_wrapper form.new_form__box.form__popup .form__label-text,
  body section.trial_lesson .trial_lesson_wrapper .form_wrapper form.new_form__box.form__popup .form__input > p,
  body .contact__body .contact__form_side .form_wrapper form.new_form__box.form__popup .form__label-text,
  body .contact__body .contact__form_side .form_wrapper form.new_form__box.form__popup .form__input > p {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
  }
}
section.trial_lesson.form1 {
  position: relative;
  padding: 90px 0 0;
  display: flex;
  flex-wrap: wrap;
  background-color: #337af3;
}
section.trial_lesson.form1,
section.trial_lesson.form1 *,
section.trial_lesson.form1 *::before,
section.trial_lesson.form1 *::after {
  line-height: normal !important;
}
section.trial_lesson.form1 .trial_lesson_wrapper {
  display: flex;
  position: relative;
}
section.trial_lesson.form1 .middle_photo_stack {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
section.trial_lesson.form1 .middle_photo_stack .middle_photo_klaksa,
section.trial_lesson.form1 .middle_photo_stack .middle_photo_decor {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.trial_lesson.form1 .middle_photo_stack .middle_photo_klaksa {
  z-index: 0;
}
section.trial_lesson.form1 .middle_photo_stack .middle_photo_decor {
  z-index: 1;
}
section.trial_lesson.form1 .middle_photo_stack .middle_photo {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  height: 310px;
  width: 350px;
}
section.trial_lesson.form1.trial_lesson--home, section.trial_lesson.form1.trial_lesson--course {
  position: relative;
  padding-bottom: 0;
}
section.trial_lesson.form1.trial_lesson--home .trial_lesson_wrapper, section.trial_lesson.form1.trial_lesson--course .trial_lesson_wrapper {
  gap: 50px;
  align-items: center;
  padding-bottom: 134px;
  background: transparent;
}
section.trial_lesson.form1.trial_lesson--home .trial_lesson_wrapper .middle_photo_stack, section.trial_lesson.form1.trial_lesson--course .trial_lesson_wrapper .middle_photo_stack {
  left: 140px;
  bottom: 0;
  width: 704px;
  height: 474px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
section.trial_lesson.form1.trial_lesson--home .info, section.trial_lesson.form1.trial_lesson--course .info {
  width: 50%;
  position: relative;
}
section.trial_lesson.form1.trial_lesson--home .info .section-title-group, section.trial_lesson.form1.trial_lesson--course .info .section-title-group {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
section.trial_lesson.form1.trial_lesson--home .info .section-title-group .mobile_arrow,
section.trial_lesson.form1.trial_lesson--home .info .section-title-group .small_mobile_arrow, section.trial_lesson.form1.trial_lesson--course .info .section-title-group .mobile_arrow,
section.trial_lesson.form1.trial_lesson--course .info .section-title-group .small_mobile_arrow {
  display: none;
}
section.trial_lesson.form1.trial_lesson--home .info .form1-headline, section.trial_lesson.form1.trial_lesson--course .info .form1-headline {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  margin-bottom: 30px;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 49px !important;
  letter-spacing: 0;
  text-transform: uppercase;
}
section.trial_lesson.form1.trial_lesson--home .info .form1-headline__row, section.trial_lesson.form1.trial_lesson--course .info .form1-headline__row {
  white-space: nowrap;
  line-height: 49px !important;
}
section.trial_lesson.form1.trial_lesson--home .info .form1-headline__row--middle, section.trial_lesson.form1.trial_lesson--course .info .form1-headline__row--middle {
  display: inline-flex;
  align-items: baseline;
  gap: 14px;
}
section.trial_lesson.form1.trial_lesson--home .info .form1-headline__accent, section.trial_lesson.form1.trial_lesson--course .info .form1-headline__accent {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 28px;
  border-radius: 15px;
  background: #fad23c;
  color: #000;
  white-space: nowrap;
}
section.trial_lesson.form1.trial_lesson--home .info .form1-headline-mobile, section.trial_lesson.form1.trial_lesson--course .info .form1-headline-mobile {
  display: none;
}
section.trial_lesson.form1.trial_lesson--home .info .form1-headline-mobile.is-desktop-fallback, section.trial_lesson.form1.trial_lesson--course .info .form1-headline-mobile.is-desktop-fallback {
  display: flex;
}
section.trial_lesson.form1.trial_lesson--home .info .section-title, section.trial_lesson.form1.trial_lesson--course .info .section-title {
  margin-bottom: 0;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 42px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 49px !important;
  text-transform: uppercase;
}
section.trial_lesson.form1.trial_lesson--home .info .section-title.text_bg, section.trial_lesson.form1.trial_lesson--course .info .section-title.text_bg {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 24px;
  border-radius: 16px;
  background: #fad23c;
  color: #000;
  transform: none;
  font-weight: 700;
  letter-spacing: 0.5px;
}
section.trial_lesson.form1.trial_lesson--home .info .section-title.text_bg.up, section.trial_lesson.form1.trial_lesson--course .info .section-title.text_bg.up {
  transform: none;
}
section.trial_lesson.form1.trial_lesson--home .info .section-title.text_bg.yellow, section.trial_lesson.form1.trial_lesson--course .info .section-title.text_bg.yellow {
  margin: 0;
}
section.trial_lesson.form1.trial_lesson--home .info ul, section.trial_lesson.form1.trial_lesson--course .info ul {
  position: relative;
  display: flex;
  flex-flow: column;
  gap: 24px;
  margin-top: 30px;
  max-width: 264px;
  line-height: 21px !important;
}
section.trial_lesson.form1.trial_lesson--home .info ul li, section.trial_lesson.form1.trial_lesson--course .info ul li {
  display: inline;
  min-height: 21px;
  max-width: 278px;
  padding-left: 38px;
  background: url(../course/images/trial_ul.svg) no-repeat 0 5px;
  background-size: 21px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 21px !important;
  font-weight: 300;
}
section.trial_lesson.form1.trial_lesson--home .info ul li p, section.trial_lesson.form1.trial_lesson--course .info ul li p {
  line-height: 21px !important;
  font-weight: 300;
}
section.trial_lesson.form1.trial_lesson--home .info ul li p strong, section.trial_lesson.form1.trial_lesson--course .info ul li p strong {
  line-height: 21px !important;
  font-weight: bold;
}
section.trial_lesson.form1.trial_lesson--home .info ul li b,
section.trial_lesson.form1.trial_lesson--home .info ul li strong, section.trial_lesson.form1.trial_lesson--course .info ul li b,
section.trial_lesson.form1.trial_lesson--course .info ul li strong {
  font-weight: bold;
  line-height: 21px !important;
}
section.trial_lesson.form1.trial_lesson--home .info ul li span, section.trial_lesson.form1.trial_lesson--course .info ul li span {
  margin-left: 5px;
  color: #fad23c;
  font-weight: 800;
}
section.trial_lesson.form1.trial_lesson--home .form_wrapper, section.trial_lesson.form1.trial_lesson--course .form_wrapper {
  position: relative;
  z-index: 21;
  width: 380px;
  max-width: 380px;
  margin-left: auto;
}
section.trial_lesson.form1.trial_lesson--home .form_wrapper .new_form__box, section.trial_lesson.form1.trial_lesson--course .form_wrapper .new_form__box {
  width: 100%;
}
section.trial_lesson.form1.trial_lesson--home .trial_lesson_wrapper .middle_photo_stack .middle_photo {
  max-height: 474px;
  max-width: 704px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  section.trial_lesson.form1.trial_lesson--home, section.trial_lesson.form1.trial_lesson--course {
    padding-top: 32px;
  }
  section.trial_lesson.form1.trial_lesson--home .trial_lesson_wrapper, section.trial_lesson.form1.trial_lesson--course .trial_lesson_wrapper {
    gap: 20px;
    padding-bottom: 32px;
    flex-flow: row;
  }
  section.trial_lesson.form1.trial_lesson--home .trial_lesson_wrapper .middle_photo_stack, section.trial_lesson.form1.trial_lesson--course .trial_lesson_wrapper .middle_photo_stack {
    display: none;
  }
  section.trial_lesson.form1.trial_lesson--home .info, section.trial_lesson.form1.trial_lesson--course .info {
    width: 100%;
  }
  section.trial_lesson.form1.trial_lesson--home .info .form1-headline, section.trial_lesson.form1.trial_lesson--course .info .form1-headline {
    display: none;
  }
  section.trial_lesson.form1.trial_lesson--home .info .form1-headline-mobile, section.trial_lesson.form1.trial_lesson--course .info .form1-headline-mobile {
    display: flex;
  }
  section.trial_lesson.form1.trial_lesson--home .info .form1-headline-mobile:not(.is-desktop-fallback), section.trial_lesson.form1.trial_lesson--course .info .form1-headline-mobile:not(.is-desktop-fallback) {
    gap: 6px;
    margin-bottom: 24px;
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 38px !important;
    letter-spacing: 0;
    text-transform: uppercase;
    align-items: self-start;
  }
  section.trial_lesson.form1.trial_lesson--home .info .form1-headline-mobile:not(.is-desktop-fallback) .form1-headline__row--middle, section.trial_lesson.form1.trial_lesson--course .info .form1-headline-mobile:not(.is-desktop-fallback) .form1-headline__row--middle {
    display: inline-flex;
    align-items: baseline;
    gap: 10px;
  }
  section.trial_lesson.form1.trial_lesson--home .info .form1-headline-mobile:not(.is-desktop-fallback) .form1-headline__accent, section.trial_lesson.form1.trial_lesson--course .info .form1-headline-mobile:not(.is-desktop-fallback) .form1-headline__accent {
    padding: 7px 18px;
    border-radius: 12px;
  }
  section.trial_lesson.form1.trial_lesson--home .info .form1-headline-mobile.is-desktop-fallback, section.trial_lesson.form1.trial_lesson--course .info .form1-headline-mobile.is-desktop-fallback {
    gap: 8px;
    align-items: flex-start;
  }
  section.trial_lesson.form1.trial_lesson--home .info .form1-headline-mobile.is-desktop-fallback .section-title, section.trial_lesson.form1.trial_lesson--course .info .form1-headline-mobile.is-desktop-fallback .section-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 38px !important;
  }
  section.trial_lesson.form1.trial_lesson--home .info .form1-headline-mobile .mobile_arrow, section.trial_lesson.form1.trial_lesson--course .info .form1-headline-mobile .mobile_arrow {
    display: block;
    position: absolute;
    top: 117px;
    left: 224px;
  }
  section.trial_lesson.form1.trial_lesson--home .info ul, section.trial_lesson.form1.trial_lesson--course .info ul {
    gap: 8px;
  }
  section.trial_lesson.form1.trial_lesson--home .info ul li, section.trial_lesson.form1.trial_lesson--course .info ul li {
    padding-left: 24px;
    background: url(../home/img/trial_ul_circled.svg) no-repeat;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 18px !important;
    letter-spacing: 0.5px;
  }
  section.trial_lesson.form1.trial_lesson--home .info ul li p, section.trial_lesson.form1.trial_lesson--course .info ul li p {
    line-height: 18px !important;
  }
  section.trial_lesson.form1.trial_lesson--home .form_wrapper, section.trial_lesson.form1.trial_lesson--course .form_wrapper {
    width: 100%;
    max-width: 371px;
  }
}
@media screen and (max-width: 768px) {
  body section.trial_lesson .trial_lesson_wrapper .form_wrapper form.new_form__box.form__popup,
  body .contact__body .contact__form_side .form_wrapper form.new_form__box.form__popup {
    border: 3px solid #fad23c;
    padding: 24px 16px;
  }
  section.trial_lesson.form1.trial_lesson--home .trial_lesson_wrapper .info ul li, section.trial_lesson.form1.trial_lesson--course .trial_lesson_wrapper .info ul li {
    line-height: 18px !important;
  }
  section.trial_lesson.form1.trial_lesson--home .trial_lesson_wrapper .info ul li p, section.trial_lesson.form1.trial_lesson--course .trial_lesson_wrapper .info ul li p {
    line-height: 18px !important;
  }
  section.trial_lesson.form1.trial_lesson--home .trial_lesson_wrapper .info .section-title-group .mobile_arrow, section.trial_lesson.form1.trial_lesson--course .trial_lesson_wrapper .info .section-title-group .mobile_arrow {
    left: 222px;
  }
}
@media screen and (max-width: 576px) {
  section.trial_lesson.form1 > .container {
    padding: 0 16px;
  }
  section.trial_lesson.form1.trial_lesson--home .trial_lesson_wrapper, section.trial_lesson.form1.trial_lesson--course .trial_lesson_wrapper {
    flex-flow: column;
  }
  section.trial_lesson.form1.trial_lesson--home .trial_lesson_wrapper .info .section-title-group .mobile_arrow, section.trial_lesson.form1.trial_lesson--course .trial_lesson_wrapper .info .section-title-group .mobile_arrow {
    display: none;
  }
  section.trial_lesson.form1.trial_lesson--home .trial_lesson_wrapper .info .section-title-group .small_mobile_arrow, section.trial_lesson.form1.trial_lesson--course .trial_lesson_wrapper .info .section-title-group .small_mobile_arrow {
    display: block;
    position: absolute;
    top: 108px;
    left: 250px;
  }
  section.trial_lesson.form1.trial_lesson--home .form_wrapper, section.trial_lesson.form1.trial_lesson--course .form_wrapper {
    margin-left: 0;
    max-width: 100%;
    padding: 0;
  }
}
body .iti__country-list {
  z-index: 20;
  width: -moz-max-content;
  width: max-content;
  min-width: 280px;
  max-width: min(360px, 100vw - 32px);
  max-height: min(260px, 100vh - 64px);
  margin-top: 8px;
  padding: 6px;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #d3e8fa;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(30, 30, 30, 0.14), 0 4px 12px rgba(51, 122, 243, 0.08);
  color: #1e1e1e;
  font-family: "Roboto", sans-serif;
  white-space: normal;
  scrollbar-width: thin;
  scrollbar-color: rgba(51, 122, 243, 0.35) transparent;
}

body .iti__country-list::-webkit-scrollbar {
  width: 8px;
}

body .iti__country-list::-webkit-scrollbar-track {
  background: transparent;
}

body .iti__country-list::-webkit-scrollbar-thumb {
  border: 2px solid #fff;
  border-radius: 999px;
  background: rgba(51, 122, 243, 0.35);
}

body .iti__country-list--dropup {
  margin-top: 0;
  margin-bottom: 8px;
}

body .iti__country-list .iti__divider {
  margin: 6px 8px;
  padding-bottom: 0;
  border-bottom: 1px solid #edf5ff;
}

body .iti__country-list .iti__country {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 9px 10px;
  border-radius: 10px;
  color: #1e1e1e;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

body .iti__country-list .iti__country:hover,
body .iti__country-list .iti__country.iti__highlight {
  background: #f3f8ff;
  color: #000;
  transform: translateX(2px);
}

body .iti__country-list .iti__country-name {
  flex: 1 1 auto;
  min-width: 0;
  margin-right: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

body .iti__country-list .iti__dial-code {
  margin-left: auto;
  color: #337af3;
  font-weight: 400;
}

body .iti__country-list .iti__flag-box {
  flex: 0 0 20px;
  margin-right: 0;
}

body .iti__flag {
  border-radius: 3px;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  filter: none !important;
}

body #trial_lesson2 .trial_lesson_wrapper .form_wrapper .new_form__box .form__input input::placeholder,
body #trial_lesson2 .trial_lesson_wrapper .form_wrapper .new_form__box .form__input input::-webkit-input-placeholder,
body #trial_lesson2 .trial_lesson_wrapper .form_wrapper .new_form__box .form__input input::-moz-placeholder,
body #trial_lesson2 .trial_lesson_wrapper .form_wrapper .new_form__box .form__input input:-ms-input-placeholder,
body #trial_lesson2 .trial_lesson_wrapper .form_wrapper .new_form__box .form__input input::-ms-input-placeholder {
  font-family: "Roboto", sans-serif !important;
  font-weight: 300 !important;
}

#form_section .phone_label {
  position: relative;
  color: #c4c4c4;
  margin-top: 5px;
  font-size: 12px;
}

.popup__btn {
  position: relative;
}

.form__box .social__popup {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  max-height: 0;
}
.form__box .social__popup li:not(:last-child) {
  margin-right: 15px;
}
.form__box .social__popup li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  transition: ease-in-out 0.3s;
}
.form__box .social__popup li a span {
  margin-top: 5px;
  color: #fff;
}
.form__box .social__popup li a svg path {
  fill: #fff;
  transition: ease-in-out 0.3s;
}
.form__box .social__popup li a:hover svg path {
  fill: #fe6f64;
}

.form__box .messenger__info.success-message .social__popup {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  max-height: inherit;
  padding-bottom: 20px;
}

.form__section.blu_social .social__popup {
  padding: 20px 0 0;
}
.form__section.blu_social .social__popup li a svg path {
  fill: #006384;
}
.form__section.blu_social .social__popup li a span {
  color: #000;
}

.iti__flag-container.active .iti__selected-flag {
  border-radius: 15px;
}

.valid__phone {
  transition: ease-in-out 0.3s;
  color: #ff6464;
  font-size: 14px;
  font-weight: 400;
}

.form__input.main_phone {
  position: relative;
}

.form__input.main_phone input.phone-input {
  padding-right: 48px;
}

.valid__phone.phone-success {
  position: absolute;
  right: 12px;
  bottom: 11px;
  z-index: 12;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin: 0;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #42ac00;
  box-shadow: 0 6px 14px rgba(66, 172, 0, 0.22);
  color: transparent;
  font-size: 0;
  line-height: 1;
  pointer-events: none;
  transform: scale(0.96);
}

.valid__phone.phone-success.hide,
.form__input:has(.phone-error:not(.hide)) .valid__phone.phone-success {
  display: none !important;
}

.valid__phone.phone-success::before {
  content: "";
  width: 9px;
  height: 5px;
  margin-top: -2px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
}

.text-error svg {
  position: relative;
  top: 3px;
  left: -6px;
}

.trial-popup-card {
  box-sizing: border-box;
  position: relative;
  overflow: visible;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 24px;
  isolation: isolate;
  width: min(100%, 600px);
  padding: 32px 24px;
  border: 0;
  border-radius: 16px;
  background: #fff;
  box-shadow: none;
  color: #1e1e1e;
  font-family: "Roboto", sans-serif;
}
.trial-popup-card .popup__btn,
.trial-popup-card .form__items,
.trial-popup-card .trial-popup__form,
.trial-popup-card .popup__inputs,
.trial-popup-card .iti {
  width: 100%;
}
.trial-popup-card .trial-popup__form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.trial-popup-card .form__items {
  margin-bottom: 0;
}
.trial-popup-card .popup__btn {
  padding: 0;
}
.trial-popup-card .text-error,
.trial-popup-card .valid__phone.phone-error {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  margin-top: 6px;
  color: #b00000;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.01em;
  text-align: left;
}
.trial-popup-card .text-error.hide,
.trial-popup-card .valid__phone.phone-error.hide {
  display: none !important;
}
.trial-popup-card .text-error svg,
.trial-popup-card .valid__phone.phone-error svg {
  position: static;
  top: auto;
  left: auto;
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  margin-top: 2px;
}
.trial-popup-card .valid__phone.phone-success {
  top: auto;
  right: 10px;
  bottom: 7px;
  width: 22px;
  height: 22px;
}
.trial-popup-card .popup__close {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 0;
  padding: 0;
  border-radius: 50%;
  background: transparent;
  background-image: none;
  cursor: pointer;
  touch-action: manipulation;
}
.trial-popup-card .popup__close::before, .trial-popup-card .popup__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  margin-top: -1px;
  margin-left: -7px;
  border-radius: 5px;
  background: #dadada;
}
.trial-popup-card .popup__close::before {
  transform: rotate(45deg);
}
.trial-popup-card .popup__close::after {
  transform: rotate(-45deg);
}
.trial-popup-card .form__inputs {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.trial-popup-card .form__inputs .form__input {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  margin-bottom: 0;
  width: 100%;
}
.trial-popup-card .form__inputs .form__label-text,
.trial-popup-card .form__inputs .form__input > p {
  display: inline-block;
  margin: 0 0 4px;
  color: #666;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 0.5px;
}
.trial-popup-card .form__inputs .required {
  color: #b00000;
}
.trial-popup-card .form__inputs input {
  width: 100%;
  height: 37px;
  min-height: 37px;
  padding: 8px 12px;
  border: 1px solid #d3e8fa;
  border-radius: 12px;
  background: #fff;
  color: #666;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 0.5px;
  transition: border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.trial-popup-card .form__inputs input::-moz-placeholder {
  color: #dadada;
  opacity: 1;
}
.trial-popup-card .form__inputs input::placeholder {
  color: #dadada;
  opacity: 1;
}
.trial-popup-card .form__inputs input:focus {
  border-color: #337af3;
  color: #000;
}
.trial-popup-card .form__inputs input:not(:-moz-placeholder) {
  border-color: #337af3;
  color: #000;
}
.trial-popup-card .form__inputs input:not(:placeholder-shown) {
  border-color: #337af3;
  color: #000;
}
.trial-popup-card .form__inputs input.invalid {
  border-color: #b00000;
  color: #000;
}
.trial-popup-card .form__inputs .form__input.main_phone input.phone-input {
  padding-right: 42px;
}
.trial-popup-card .iti--separate-dial-code .iti__selected-dial-code,
.trial-popup-card .iti__country,
.trial-popup-card .iti__selected-flag {
  color: #666;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 21px;
}
.trial-popup-card .iti__selected-flag {
  background: transparent;
}
.trial-popup-card .form__input:has(input:focus) input,
.trial-popup-card .form__input:has(.iti__flag-container.active) input {
  border-color: #337af3;
  color: #000;
}
.trial-popup-card .form__input:has(.text-error) input,
.trial-popup-card .form__input:has(.phone-error:not(.hide)) input,
.trial-popup-card .form__input:has(.phone-input.invalid) input {
  border-color: #b00000;
  color: #000;
}
.trial-popup-card .form__input:has(input:not(:-moz-placeholder)) input {
  color: #000;
}
.trial-popup-card .form__input:has(input:not(:placeholder-shown)) input {
  color: #000;
}
.trial-popup-card .iti {
  z-index: 6;
}
.trial-popup-card .iti__flag-container {
  z-index: 7;
}
.trial-popup-card .redirect_text {
  margin: 0;
  color: #8c8c8c;
  font-family: "Roboto", sans-serif;
  font-size: clamp(18px, 3vw, 22px);
  font-weight: 300;
  line-height: 1.22;
  letter-spacing: 0.5px;
  text-align: center;
}

#new_popup .popup__content.trial-popup-card {
  width: min(100%, 600px);
}
#new_popup .trial-popup-card {
  scrollbar-width: thin;
  scrollbar-color: rgba(30, 30, 30, 0.18) transparent;
}
#new_popup .trial-popup-card::-webkit-scrollbar {
  width: 10px;
}
#new_popup .trial-popup-card::-webkit-scrollbar-track {
  background: transparent;
}
#new_popup .trial-popup-card::-webkit-scrollbar-thumb {
  border: 3px solid transparent;
  border-radius: 999px;
  background: rgba(30, 30, 30, 0.18);
  background-clip: padding-box;
}

.trial-popup-card--static {
  max-width: 640px;
  margin: 0 auto;
  padding: 32px 24px;
}

.trial-popup__step {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
}
.trial-popup__step.is-active {
  display: flex;
}

.trial-popup__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  width: 100%;
  text-align: center;
}
.trial-popup__header h2,
.trial-popup__header h3 {
  margin: 0;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 33px;
  letter-spacing: 0.5px;
  text-align: center;
}
.trial-popup__header p {
  margin: 0;
  color: #666;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 0.5px;
  text-align: center;
}

.trial-popup__button {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 45px;
  height: 45px;
  padding: 12px 20px;
  border: 0;
  border-radius: 50px;
  background: #fad23c;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  color: #1e1e1e;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
  cursor: pointer;
  filter: none;
  transition: opacity 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}
.trial-popup__button:hover {
  opacity: 1;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25) !important;
  filter: none;
}
.trial-popup__button:active {
  opacity: 0.6;
  transform: none;
  filter: none;
}

.trial-popup-card[data-popup-step=form] {
  min-height: 463px;
}

.trial-popup__step--form {
  align-items: stretch;
  gap: 24px;
  width: 100%;
}
.trial-popup__step--form .trial-popup__header,
.trial-popup__step--form .trial-popup__form,
.trial-popup__step--form .form__items,
.trial-popup__step--form .popup__inputs,
.trial-popup__step--form .popup__btn,
.trial-popup__step--form .trial-popup__button {
  width: 100%;
  max-width: 552px;
}
.trial-popup__step--form .trial-popup__header {
  gap: 13px;
}
.trial-popup__step--form .trial-popup__header h3 {
  width: 100%;
  margin: 0;
  color: #000;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 33px;
  letter-spacing: 0.5px;
  text-align: center;
}
.trial-popup__step--form .trial-popup__header p {
  width: 100%;
  margin: 0;
  color: #666;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 0.5px;
  text-align: center;
}
.trial-popup__step--form .trial-popup__form {
  gap: 24px;
}
.trial-popup__step--form .popup__inputs {
  gap: 16px;
  min-height: 218px;
}
.trial-popup__step--form .popup__inputs .form__input {
  gap: 4px;
  min-height: 62px;
}
.trial-popup__step--form .popup__inputs .form__label-text,
.trial-popup__step--form .popup__inputs .form__input > p {
  display: block;
  margin: 0;
  color: #666;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 0.5px;
  text-align: left;
}
.trial-popup__step--form .popup__inputs .required {
  color: #b00000;
}
.trial-popup__step--form .popup__inputs input {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  height: 37px;
  min-height: 37px;
  padding: 8px 12px;
  border: 1px solid #d3e8fa;
  border-radius: 12px;
  outline: none;
  background: #fff;
  color: #1e1e1e;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 0.5px;
  text-align: left;
  box-shadow: none;
}
.trial-popup__step--form .popup__inputs input::-moz-placeholder {
  color: #dadada;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 0.5px;
  opacity: 1;
}
.trial-popup__step--form .popup__inputs input::placeholder {
  color: #dadada;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 0.5px;
  opacity: 1;
}
.trial-popup__step--form .popup__inputs input:not(:-moz-placeholder) {
  border-color: #d3e8fa;
  color: #1e1e1e;
  box-shadow: none;
}
.trial-popup__step--form .popup__inputs input:focus, .trial-popup__step--form .popup__inputs input:not(:placeholder-shown) {
  border-color: #d3e8fa;
  color: #1e1e1e;
  box-shadow: none;
}
.trial-popup__step--form .popup__inputs input.invalid {
  border-color: #b00000;
}
.trial-popup__step--form .main_phone .iti,
.trial-popup__step--form .main_phone .iti input,
.trial-popup__step--form .main_phone .iti input[type=tel] {
  width: 100%;
}
.trial-popup__step--form .main_phone .iti input.phone-input,
.trial-popup__step--form .main_phone .iti input[type=tel].phone-input {
  padding-right: 42px;
}
.trial-popup__step--form .main_phone .iti__flag-container {
  z-index: 11;
  height: 37px;
  width: auto;
  min-width: 88px;
  padding: 1px 0 1px 1px;
}
.trial-popup__step--form .main_phone .iti__selected-flag {
  height: 35px;
  min-width: 88px;
  padding: 0 10px 0 12px;
  border-radius: 11px 0 0 11px;
  background: transparent;
  transition: background-color 0.18s ease;
}
.trial-popup__step--form .main_phone .iti__selected-dial-code {
  margin-left: 8px;
  color: #dadada;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 0.5px;
}
.trial-popup__step--form .main_phone:has(input:not(:-moz-placeholder)) .iti__selected-dial-code {
  color: #1e1e1e;
}
.trial-popup__step--form .main_phone:has(input:focus) .iti__selected-dial-code,
.trial-popup__step--form .main_phone:has(input:not(:placeholder-shown)) .iti__selected-dial-code {
  color: #1e1e1e;
}
.trial-popup__step--form .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag,
.trial-popup__step--form .iti__flag-container.active .iti__selected-flag {
  background: #f3f8ff;
}
.trial-popup__step--form .popup__btn {
  padding: 0;
}
.trial-popup__step--form .trial-popup__button {
  box-sizing: border-box;
  justify-content: center;
  min-height: 45px;
  height: 45px;
  padding: 12px 20px;
  gap: 12px;
  border-radius: 50px;
  background: #fad23c;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  color: #1e1e1e;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}

.trial-popup__progress {
  display: flex;
  justify-content: center;
  width: 100%;
}

.trial-popup__progress-ring {
  --telegram-progress: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: conic-gradient(#337af3 0deg, #337af3 calc(var(--telegram-progress) * 1turn), #d3e8fa calc(var(--telegram-progress) * 1turn), #d3e8fa 1turn);
}
.trial-popup__progress-ring::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 50%;
  background: #fff;
}
.trial-popup__progress-ring span {
  position: relative;
  z-index: 1;
  color: #337af3;
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 33px;
  letter-spacing: 0.5px;
}

.trial-popup__success-icon {
  width: clamp(120px, 24vw, 180px);
}
.trial-popup__success-icon svg {
  display: block;
  width: 100%;
  height: auto;
}

.trial-popup__link-row {
  width: 100%;
  text-align: center;
}

.trial-popup__link {
  border: 0;
  padding: 0;
  background: transparent;
  color: #337af3;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.trial-popup__step--telegram {
  gap: 24px;
  padding-top: 2px;
}
.trial-popup__step--telegram .trial-popup__telegram-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  width: 100%;
  max-width: 552px;
  min-height: 244px;
}
.trial-popup__step--telegram .trial-popup__header {
  gap: 6px;
  max-width: 552px;
}
.trial-popup__step--telegram .trial-popup__header h3 {
  font-size: 28px;
  line-height: 33px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
}
.trial-popup__step--telegram .trial-popup__telegram-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 552px;
}
.trial-popup__step--telegram .popup__btn,
.trial-popup__step--telegram .trial-popup__link-row {
  width: 100%;
}
.trial-popup__step--telegram .trial-popup__button {
  width: 100%;
  min-height: 45px;
}

.trial-popup__step--success {
  gap: 24px;
  padding-top: 0;
}
.trial-popup__step--success .trial-popup__success-icon {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  flex: 0 0 100px;
}
.trial-popup__step--success .trial-popup__success-icon svg {
  width: 100px;
  height: 100px;
}
.trial-popup__step--success .trial-popup__header {
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 552px;
}
.trial-popup__step--success .trial-popup__header h3 {
  width: 100%;
  font-size: 28px;
  line-height: 33px;
  text-align: center;
}
.trial-popup__step--success .trial-popup__header p {
  width: 100%;
  max-width: 552px;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
}
.trial-popup__step--success .popup__btn {
  width: 100%;
  max-width: 552px;
}
.trial-popup__step--success .trial-popup__button {
  width: 100%;
  font-family: "Roboto Condensed", sans-serif;
  min-height: 45px;
}
.trial-popup__step--success .redirect_text {
  width: 100%;
  max-width: 552px;
  color: #666;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 768px) {
  .trial-popup-card[data-popup-step=form] {
    min-height: 0;
  }
  #new_popup .popup__body {
    padding: 16px;
    padding-top: calc(16px + env(safe-area-inset-top));
    padding-right: calc(16px + env(safe-area-inset-right));
    padding-bottom: calc(16px + env(safe-area-inset-bottom));
    padding-left: calc(16px + env(safe-area-inset-left));
  }
  #new_popup .popup__content.trial-popup-card {
    width: min(100%, 600px);
    max-height: calc(100dvh - 32px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
    padding: 32px 24px;
  }
  .admin-bar #new_popup .popup__body {
    padding-top: calc(62px + env(safe-area-inset-top));
  }
  .admin-bar #new_popup .popup__content.trial-popup-card {
    max-height: calc(100dvh - 78px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
  }
  #new_popup .trial-popup-card,
  .trial-popup-card--static {
    padding: 32px 24px;
    border-radius: 16px;
  }
  .trial-popup-card {
    min-height: 0;
  }
  .trial-popup-card .popup__close {
    top: 6px;
    right: 6px;
  }
  .trial-popup__step {
    gap: 24px;
  }
  .trial-popup__step--telegram {
    min-height: auto;
    padding-top: 0;
  }
  .trial-popup__step--telegram .trial-popup__telegram-copy {
    min-height: auto;
    gap: 20px;
  }
  .trial-popup__step--success {
    min-height: auto;
  }
  .trial-popup__step--success .trial-popup__header h3,
  .trial-popup__step--success .trial-popup__header p {
    max-width: 100%;
  }
}
@media screen and (max-width: 576px) {
  #new_popup input,
  #new_popup select,
  #new_popup textarea {
    font-size: 16px;
  }
  #new_popup .popup__content.trial-popup-card[data-popup-step=form] {
    width: min(100%, 370px);
    max-width: 370px;
    min-height: 0;
    padding: 24px 16px;
    gap: 20px;
    border-radius: 16px;
  }
  .trial-popup-card[data-popup-step=form] .popup__close {
    top: 4px;
    right: 4px;
    width: 28px;
    height: 28px;
  }
  .trial-popup-card[data-popup-step=form] .popup__close::before, .trial-popup-card[data-popup-step=form] .popup__close::after {
    width: 12px;
    margin-left: -6px;
  }
  .trial-popup__step--form {
    gap: 20px;
  }
  .trial-popup__step--form .trial-popup__header,
  .trial-popup__step--form .trial-popup__form,
  .trial-popup__step--form .form__items,
  .trial-popup__step--form .popup__inputs,
  .trial-popup__step--form .popup__btn,
  .trial-popup__step--form .trial-popup__button {
    max-width: 338px;
  }
  .trial-popup__step--form .trial-popup__header {
    gap: 4px;
  }
  .trial-popup__step--form .trial-popup__header h3 {
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0;
    text-transform: uppercase;
  }
  .trial-popup__step--form .trial-popup__header p {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.5px;
  }
  .trial-popup__step--form .trial-popup__form {
    gap: 20px;
  }
  .trial-popup__step--form .popup__inputs {
    gap: 16px;
    min-height: 0;
  }
  .trial-popup__step--form .popup__inputs .form__input {
    gap: 2px;
    min-height: 54px;
  }
  .trial-popup__step--form .popup__inputs .form__label-text,
  .trial-popup__step--form .popup__inputs .form__input > p {
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 0.5px;
  }
  .trial-popup__step--form .popup__inputs input {
    height: 34px;
    min-height: 34px;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.5px;
  }
  .trial-popup__step--form .popup__inputs input::-moz-placeholder {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.5px;
  }
  .trial-popup__step--form .popup__inputs input::placeholder {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.5px;
  }
  .trial-popup__step--form .main_phone .iti__flag-container {
    height: 34px;
    min-width: 88px;
  }
  .trial-popup__step--form .main_phone .iti__selected-flag {
    height: 32px;
    min-width: 88px;
    padding: 0 8px 0 12px;
    border-radius: 11px 0 0 11px;
  }
  .trial-popup__step--form .main_phone .iti__selected-dial-code,
  .trial-popup__step--form .iti--separate-dial-code .iti__selected-dial-code,
  .trial-popup__step--form .iti__country,
  .trial-popup__step--form .iti__selected-flag {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.5px;
  }
  .trial-popup__step--form .main_phone .iti input.phone-input,
  .trial-popup__step--form .main_phone .iti input[type=tel].phone-input {
    padding-right: 38px;
  }
  .trial-popup__step--form .trial-popup__button {
    min-height: 43px;
    height: 43px;
    padding: 12px 20px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    line-height: 19px;
  }
  .trial-popup__step--form .text-error,
  .trial-popup__step--form .valid__phone.phone-error {
    margin-top: 4px;
    font-size: 11px;
    line-height: 14px;
  }
  #new_popup .popup__content.trial-popup-card[data-popup-step=telegram] {
    width: min(100%, 370px);
    max-width: 370px;
    min-height: 0;
    padding: 24px 16px;
    gap: 20px;
    border-radius: 16px;
    align-items: center;
  }
  .trial-popup__step--telegram {
    gap: 20px;
    padding-top: 0;
  }
  .trial-popup__step--telegram .trial-popup__telegram-copy {
    gap: 13px;
    width: 100%;
    max-width: 338px;
    min-height: 0;
  }
  .trial-popup__step--telegram .trial-popup__progress-ring {
    width: 80px;
    height: 80px;
  }
  .trial-popup__step--telegram .trial-popup__progress-ring::before {
    inset: 8px;
  }
  .trial-popup__step--telegram .trial-popup__progress-ring span {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
  }
  .trial-popup__step--telegram .trial-popup__header {
    gap: 4px;
    max-width: 338px;
  }
  .trial-popup__step--telegram .trial-popup__header h3 {
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0;
    text-transform: uppercase;
  }
  .trial-popup__step--telegram .trial-popup__header p {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.5px;
  }
  .trial-popup__step--telegram .trial-popup__telegram-actions {
    gap: 12px;
    max-width: 338px;
  }
  .trial-popup__step--telegram .trial-popup__button {
    min-height: 43px;
    height: 43px;
    padding: 12px 20px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    line-height: 19px;
  }
  .trial-popup__step--telegram .trial-popup__link {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 12px;
    line-height: 14px;
    text-underline-offset: 2px;
  }
  .trial-popup__step--success {
    gap: 20px;
  }
  .trial-popup__step--success .trial-popup__header {
    gap: 4px;
    max-width: 338px;
  }
  .trial-popup__step--success .trial-popup__success-icon {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    flex-basis: 80px;
  }
  .trial-popup__step--success .trial-popup__success-icon svg {
    width: 80px;
    height: 80px;
  }
  .trial-popup__step--success .trial-popup__header h3 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0;
    text-transform: uppercase;
  }
  .trial-popup__step--success .trial-popup__header p {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.5px;
  }
  .trial-popup__step--success .popup__btn {
    max-width: 338px;
    width: 100%;
  }
  .trial-popup__step--success .trial-popup__button {
    min-height: 43px;
    height: 43px;
    padding: 12px 20px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    line-height: 19px;
  }
  .trial-popup__step--success .redirect_text {
    max-width: 338px;
    width: 100%;
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 0.5px;
  }
  #new_popup .popup__content.trial-popup-card[data-popup-step=success] {
    width: min(100%, 370px);
    max-width: 370px;
    min-height: 0;
    padding: 24px 16px;
    gap: 20px;
    border-radius: 16px;
    align-items: center;
  }
}
@media (prefers-reduced-motion: reduce) {
  #new_popup {
    transition: opacity 180ms ease, visibility 0s linear 180ms;
  }
  #new_popup .popup__backdrop {
    transition: opacity 180ms ease, background-color 180ms ease;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  #new_popup.open {
    transition: opacity 180ms ease, visibility 0s linear 0s;
  }
  #new_popup.open .popup__backdrop {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  #new_popup .popup__content.trial-popup-card {
    transform: none;
    filter: none;
    transition: opacity 180ms ease;
  }
  .trial-popup__button {
    transition: box-shadow 0.2s ease, filter 0.2s ease;
  }
  .trial-popup__button:active {
    transform: none;
  }
}
section.why_choose_us_group {
  padding-top: 95px;
  padding-bottom: 100px;
}
section.why_choose_us_group .mobile_cards {
  display: none;
}
section.why_choose_us_group .section-title {
  text-align: left;
  margin-bottom: 14px;
}
section.why_choose_us_group .content {
  display: flex;
  gap: 30px;
}
section.why_choose_us_group .content .map_wrapper {
  max-width: 657px;
  width: 100%;
  position: relative;
}
section.why_choose_us_group .content .map_wrapper .map {
  position: absolute;
  height: 385px;
  width: 600px;
  left: 0;
  top: -10px;
  pointer-events: none;
}
section.why_choose_us_group .content .map_wrapper .about {
  position: relative;
  z-index: 1;
  color: #000;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 22px;
  white-space: normal;
}
section.why_choose_us_group .content .map_wrapper .about p {
  font-family: "Roboto";
  font-weight: 300;
  letter-spacing: 0;
  line-height: 21px;
  margin: 0 0 1em;
}
section.why_choose_us_group .content .map_wrapper .about > *:last-child {
  margin-bottom: 0;
}
section.why_choose_us_group .content .map_wrapper .circles {
  display: flex;
  position: relative;
  z-index: 1;
  gap: 35px;
}
section.why_choose_us_group .content .map_wrapper .circles .circle_wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: "Roboto";
  line-height: 19px;
}
section.why_choose_us_group .content .map_wrapper .circles .circle_wrapper .progress {
  display: flex;
  align-items: center;
  width: 116px;
  position: relative;
  justify-content: center;
}
section.why_choose_us_group .content .map_wrapper .circles .circle_wrapper .progress .progress-circle {
  transform: rotate(-90deg);
  flex: none;
}
section.why_choose_us_group .content .map_wrapper .circles .circle_wrapper .progress .progress-circle-back {
  fill: none;
  stroke: #fff;
  stroke-width: 10px;
}
section.why_choose_us_group .content .map_wrapper .circles .circle_wrapper .progress .progress-circle-prog {
  fill: none;
  stroke: #337af3;
  stroke-width: 10px;
  transition: stroke-dasharray 0.7s linear 1s;
}
section.why_choose_us_group .content .map_wrapper .circles .circle_wrapper .progress-text {
  position: absolute;
  width: 100%;
  text-align: center;
  font-family: "Akrobat";
  font-size: 2em;
  font-weight: 700;
}
section.why_choose_us_group .content .map_wrapper .circles .circle_wrapper span {
  font-size: 16px;
  font-weight: 600;
  max-width: 174px;
}
section.why_choose_us_group .content .right_list {
  position: relative;
  top: 0;
  display: flex;
  flex-flow: column;
}
section.why_choose_us_group .content .right_list ul {
  display: flex;
  flex-flow: column;
  gap: 40px;
  text-align: center;
}
section.why_choose_us_group .content .right_list ul li {
  display: flex;
  flex-flow: column;
  align-items: center;
}
section.why_choose_us_group .content .right_list ul li .blue_text {
  color: #337af3;
  font-family: "Roboto";
  font-size: 60px;
  font-weight: 500;
  line-height: 43px !important;
  margin-bottom: 9px;
}
section.why_choose_us_group .content .right_list ul li .blue_text span {
  font-size: 32px;
  font-weight: 500;
}
section.why_choose_us_group .content .right_list ul li .text {
  font-family: "Roboto Condensed";
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 500;
}

@media screen and (max-width: 992px) {
  section.why_choose_us_group {
    padding-top: 75px;
    padding-bottom: 56px;
  }
  section.why_choose_us_group .section-title {
    font-size: 32px !important;
  }
  section.why_choose_us_group .mobile_cards {
    padding-bottom: 56px;
    display: block;
  }
  section.why_choose_us_group .mobile_cards .list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
  }
  section.why_choose_us_group .mobile_cards .list li {
    background: #D3E8FA;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    min-height: 112px;
    flex-flow: column;
  }
  section.why_choose_us_group .mobile_cards .list li .blue_text {
    color: #337AF3;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 4px;
  }
  section.why_choose_us_group .mobile_cards .list li .blue_text span {
    font-size: 20px;
    font-weight: 500;
  }
  section.why_choose_us_group .mobile_cards .list li .text {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    max-width: 201px;
  }
  section.why_choose_us_group .mobile_cards .list li:nth-child(2) {
    background: #EBE7F6;
  }
  section.why_choose_us_group .mobile_cards .list li:nth-child(2) .blue_text {
    color: #A100FF;
  }
  section.why_choose_us_group .mobile_cards .list li:nth-child(3) {
    background: rgba(207, 242, 124, 0.2509803922);
  }
  section.why_choose_us_group .mobile_cards .list li:nth-child(3) .blue_text {
    color: #42AC00;
  }
  section.why_choose_us_group .content {
    flex-direction: column;
    gap: 0;
  }
  section.why_choose_us_group .content .right_list {
    display: none;
  }
  section.why_choose_us_group .content .map_wrapper {
    max-width: 100%;
  }
  section.why_choose_us_group .content .map_wrapper .map {
    width: 100%;
    opacity: 0.5 !important;
  }
  section.why_choose_us_group .content .map_wrapper .about {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px;
  }
  section.why_choose_us_group .content .map_wrapper .about p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px;
  }
  section.why_choose_us_group .content .map_wrapper .circles {
    gap: 16px;
    margin-top: 24px;
    flex-flow: row;
  }
  section.why_choose_us_group .content .map_wrapper .circles .circle_wrapper {
    border-radius: 15px;
    background: #fff;
    padding: 12px 16px;
    width: 100%;
  }
  section.why_choose_us_group .content .map_wrapper .circles .circle_wrapper .progress-text {
    font-size: 18px;
    font-family: "Roboto";
  }
  section.why_choose_us_group .content .map_wrapper .circles .circle_wrapper .progress {
    width: 58px;
    min-width: 58px;
    height: 58px;
    flex: none;
  }
  section.why_choose_us_group .content .map_wrapper .circles .circle_wrapper .progress .progress-circle {
    width: 100%;
    height: 100%;
  }
  section.why_choose_us_group .content .map_wrapper .circles .circle_wrapper .progress .progress-circle-back,
  section.why_choose_us_group .content .map_wrapper .circles .circle_wrapper .progress .progress-circle-prog {
    stroke-width: 8px;
  }
  section.why_choose_us_group .content .map_wrapper .circles .circle_wrapper span {
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 300;
    width: 100%;
    display: flex;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  section.why_choose_us_group .content .map_wrapper .about p {
    letter-spacing: 0.5px;
  }
  section.why_choose_us_group .content .map_wrapper .circles .circle_wrapper span {
    letter-spacing: 0.5px;
  }
}
@media screen and (max-width: 576px) {
  section.why_choose_us_group {
    padding-bottom: 64px;
    padding-top: 84px;
  }
  section.why_choose_us_group .mobile_cards {
    padding-bottom: 64px;
  }
  section.why_choose_us_group .mobile_cards .list li {
    border-radius: 25px;
    min-height: auto;
  }
  section.why_choose_us_group .mobile_cards .list li .text {
    max-width: 100%;
  }
  section.why_choose_us_group .content .map_wrapper .circles {
    flex-flow: column;
  }
}
main section.rewiews,
main section.rewiews *,
main section.rewiews *::before,
main section.rewiews *::after {
  line-height: normal !important;
}

section.rewiews {
  padding-bottom: 50px;
  overflow: hidden;
}
section.rewiews .container {
  position: relative;
}
section.rewiews .container .content {
  display: flex;
  flex-flow: column;
  align-items: center;
}
section.rewiews .container .content .section-title {
  font-size: 42px !important;
  font-weight: 500;
  line-height: 60px !important;
  margin-bottom: 8px;
  text-align: center;
  width: -moz-max-content;
  width: max-content;
}
section.rewiews .container .content .reviews_header {
  display: flex;
  gap: 60px;
  margin-top: 30px;
}
section.rewiews .container .content .reviews_header .logo_wrapper span {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}
section.rewiews .container .content .reviews_header .logo_wrapper a {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  width: -moz-fit-content;
  width: fit-content;
  height: 52px;
  margin: 0 auto;
  padding-left: 4px;
  padding-right: 8px;
  border: 1px solid #000;
  border-radius: 25px;
  box-sizing: border-box;
  white-space: nowrap;
  text-decoration: none;
  transition: 0.3s;
}
section.rewiews .container .content .reviews_header .logo_wrapper a:hover {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25);
}
section.rewiews .container .content .reviews_header .logo_wrapper a:hover .review-arrow {
  transform: rotate(45deg);
}
section.rewiews .container .content .reviews_header .logo_wrapper a .logo {
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  margin-right: 10px;
  border-radius: 100%;
  background: #fff;
}
section.rewiews .container .content .reviews_header .logo_wrapper a .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: none;
     object-fit: none;
}
section.rewiews .container .content .reviews_header .logo_wrapper a .stars {
  flex: none;
  margin-right: 9px;
  font-family: "Akrobat";
  font-weight: 800;
  line-height: 1;
}
section.rewiews .container .content .reviews_header .logo_wrapper a .stars_img {
  display: block;
  flex: none;
  width: 110px;
  height: 18px;
  margin-right: 0;
}
section.rewiews .container .content .reviews_header .logo_wrapper a .review-arrow {
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 31px;
  margin-left: 11px;
  border-radius: 50%;
  background: var(--primary-color, #fad23c);
  transition: all 0.2s ease;
  margin-bottom: 0;
}
section.rewiews .container .content .cards {
  width: 100%;
  margin-top: 20px;
}
section.rewiews .container .content .cards .swiper-wrapper {
  display: block;
  -moz-column-count: 4;
       column-count: 4;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
section.rewiews .container .content .cards .card {
  display: inline-block;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding: 12px;
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
section.rewiews .container .content .cards .card img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
section.rewiews .container .content .button.yellow .arrow {
  transform: rotate(-45deg);
  transition: transform 0.3s ease;
}
section.rewiews .container .content .button.yellow .arrow img {
  transform: rotate(45deg);
}
section.rewiews .container .content .button.yellow:hover .arrow {
  transform: rotate(0);
}

@media screen and (max-width: 1024px) {
  section.rewiews .container .content .section-title {
    display: block;
    width: 100%;
    font-size: 32px !important;
    line-height: 38px !important;
    text-align: center;
    white-space: normal;
  }
  section.rewiews .container .content .section-title.text_bg {
    width: auto;
    margin-bottom: 0;
    padding: 8px 16px;
    gap: 12px;
    transform: none;
  }
  section.rewiews .container .content .reviews_header {
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 24px;
  }
  section.rewiews .container .content .reviews_header .logo_wrapper a {
    height: 36px;
    padding-right: 6px;
  }
  section.rewiews .container .content .reviews_header .logo_wrapper a .logo {
    width: 28px;
    height: 28px;
  }
  section.rewiews .container .content .reviews_header .logo_wrapper a .logo img {
    width: 23px;
    height: 23px;
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }
  section.rewiews .container .content .reviews_header .logo_wrapper a .review-arrow {
    width: 28px;
    height: 28px;
    margin-left: 8px;
  }
  section.rewiews .container .content .reviews_header .logo_wrapper a .review-arrow img {
    width: 10px;
    height: 10px;
  }
  section.rewiews .container .content .cards .swiper-wrapper {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  section.rewiews .container .content .cards.swiper-container-initialized, section.rewiews .container .content .cards.swiper-initialized {
    border-radius: 16px;
  }
  section.rewiews .container .content .cards.swiper-container-initialized .swiper-wrapper, section.rewiews .container .content .cards.swiper-initialized .swiper-wrapper {
    display: flex;
    align-items: stretch;
  }
  section.rewiews .container .content .cards.swiper-container-initialized .card, section.rewiews .container .content .cards.swiper-initialized .card {
    margin-bottom: 0;
  }
  section.rewiews .container .content .cards.swiper-container-initialized .swiper-slide, section.rewiews .container .content .cards.swiper-initialized .swiper-slide {
    width: min(340px, 100vw - 72px);
    height: -moz-max-content;
    height: max-content;
  }
  section.rewiews .container .content .btn__group {
    position: relative;
    z-index: 2;
    display: flex;
    align-self: center;
    justify-content: center;
    width: min(340px, 100vw - 72px);
    max-width: 100%;
    margin-top: calc(24px - var(--reviews-mobile-extra-height, 0px));
  }
  section.rewiews .container .content .btn__group.is-reviews-mobile-animated {
    transition: margin-top var(--reviews-mobile-transition-duration, 800ms) ease;
  }
}
@media screen and (max-width: 992px) {
  section.rewiews .container .content .reviews_header {
    flex-flow: row;
  }
}
@media screen and (max-width: 576px) {
  section.rewiews .container .content .section-title.text_bg.up {
    background: transparent;
    padding: 0;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    white-space: normal;
    max-width: 275px;
  }
  section.rewiews .container .content .section-title.text_bg.up .review-pill-text {
    background: #337af3;
    color: #fff;
    padding: 8px 16px;
    border-radius: 16px;
    line-height: 60px !important;
    white-space: normal;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
  section.rewiews .container .content .reviews_header .logo_wrapper span {
    text-align: center;
  }
  section.rewiews .container .content .reviews_header .logo_wrapper a .stars_img {
    width: 86px;
  }
  section.rewiews .container .content .reviews_header .logo_wrapper a .review-arrow {
    display: none;
  }
}
body section#trial_lesson2 {
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
  background-color: #337af3;
}
body section#trial_lesson2 .trial_lesson_wrapper {
  display: flex;
  gap: 131px;
  justify-content: space-between;
  align-items: center;
}
body section#trial_lesson2 .info {
  display: flex;
  position: relative;
  flex-flow: column;
  align-items: center;
  padding-left: 36px;
  width: -moz-max-content;
  width: max-content;
}
body section#trial_lesson2 .info,
body section#trial_lesson2 .info *,
body section#trial_lesson2 .info *::before,
body section#trial_lesson2 .info *::after {
  line-height: normal !important;
}
body section#trial_lesson2 .info .vector {
  position: absolute;
  width: 235.24px;
  height: 74.77px;
  left: 363px;
  top: 403px;
  max-width: none;
  pointer-events: none;
  line-height: 0 !important;
}
body section#trial_lesson2 .info .vector.mobile {
  display: none;
}
body section#trial_lesson2 .info .slider_title {
  font-family: "Roboto Condensed", sans-serif;
  width: 445px;
  margin-bottom: 16px;
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 38px !important;
  text-transform: uppercase;
}
body section#trial_lesson2 .info .cards.swiper {
  max-width: 362px;
  overflow: hidden;
}
body section#trial_lesson2 .info .cards.swiper .swiper-wrapper .card .img {
  border-radius: 15px;
  overflow: hidden;
  width: 100%;
}
body section#trial_lesson2 .info .cards.swiper .swiper-wrapper .card .img .gallery__img {
  display: flex;
  position: relative;
  width: 100%;
}
body section#trial_lesson2 .info .cards.swiper .swiper-wrapper .card .img .gallery__img.has-video::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 56px;
  height: 56px;
  transform: translate(-50%, -50%);
  background: url(../course/images/play.svg) no-repeat center;
  background-size: contain;
  pointer-events: none;
}
body section#trial_lesson2 .info .cards.swiper .swiper-wrapper .card .img .gallery__img > img {
  width: 100%;
  height: 246px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
body section#trial_lesson2 .info .cards.swiper .swiper-wrapper .card .col {
  width: 100%;
  color: #fff;
  margin-top: 8px;
  line-height: 1 !important;
}
body section#trial_lesson2 .info .cards.swiper .swiper-wrapper .card .col .name {
  margin-bottom: 7px;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 23px !important;
}
body section#trial_lesson2 .info .cards.swiper .swiper-wrapper .card .col p {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 14px !important;
}
body section#trial_lesson2 .info .cards.swiper .swiper-button-prev,
body section#trial_lesson2 .info .cards.swiper .swiper-button-next {
  top: calc(50% + 24px);
  width: 48px;
  height: 48px;
  margin-left: -6px;
  border: 3px solid #fad23c;
  border-radius: 100%;
  background: url(../course/images/slide_arrow.svg) no-repeat center;
  background-color: #fff;
}
body section#trial_lesson2 .info .cards.swiper .swiper-button-prev::after,
body section#trial_lesson2 .info .cards.swiper .swiper-button-next::after {
  content: "";
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  font-variant: initial;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
}
body section#trial_lesson2 .info .cards.swiper .swiper-button-next {
  margin-left: 0;
  margin-right: -40px;
  transform: rotate(180deg);
}
body section#trial_lesson2 .form_wrapper {
  width: 560px;
  padding-top: 30px;
}
body section#trial_lesson2 .form_wrapper form.new_form__box.form__popup,
body section#trial_lesson2 .form_wrapper form.new_form__box.form__popup *,
body section#trial_lesson2 .form_wrapper form.new_form__box.form__popup *::before,
body section#trial_lesson2 .form_wrapper form.new_form__box.form__popup *::after {
  line-height: normal !important;
}
body section#trial_lesson2 .form_wrapper form.new_form__box.form__popup .form__label-text,
body section#trial_lesson2 .form_wrapper form.new_form__box.form__popup .form__label-text *,
body section#trial_lesson2 .form_wrapper form.new_form__box.form__popup .form__input > p,
body section#trial_lesson2 .form_wrapper form.new_form__box.form__popup .form__input > p * {
  line-height: 16px !important;
}
body section#trial_lesson2 .form_wrapper form.new_form__box.form__popup .form__input input::-moz-placeholder {
  line-height: 19px !important;
}
body section#trial_lesson2 .form_wrapper form.new_form__box.form__popup .form__input input,
body section#trial_lesson2 .form_wrapper form.new_form__box.form__popup .form__input input::placeholder,
body section#trial_lesson2 .form_wrapper form.new_form__box.form__popup .iti--separate-dial-code .iti__selected-dial-code,
body section#trial_lesson2 .form_wrapper form.new_form__box.form__popup .iti__selected-flag {
  line-height: 19px !important;
}
body section#trial_lesson2 .form_wrapper form.new_form__box.form__popup .text-error,
body section#trial_lesson2 .form_wrapper form.new_form__box.form__popup .text-error *,
body section#trial_lesson2 .form_wrapper form.new_form__box.form__popup .valid__phone.phone-error,
body section#trial_lesson2 .form_wrapper form.new_form__box.form__popup .valid__phone.phone-error *,
body section#trial_lesson2 .form_wrapper form.new_form__box.form__popup .valid__phone.phone-success,
body section#trial_lesson2 .form_wrapper form.new_form__box.form__popup .valid__phone.phone-success * {
  line-height: 18px !important;
}
body section#trial_lesson2 .form_wrapper form.new_form__box.form__popup > button.button.yellow[type=submit] {
  line-height: 19px !important;
}
body section#trial_lesson2 .form_wrapper form.new_form__box.form__popup > button.button.yellow[type=submit] > span:first-child,
body section#trial_lesson2 .form_wrapper form.new_form__box.form__popup > button.button.yellow[type=submit] > .show_for_mobile,
body section#trial_lesson2 .form_wrapper form.new_form__box.form__popup > button.button.yellow[type=submit] > .show_for_desktop {
  line-height: 19px !important;
}
body section#trial_lesson2 .form_wrapper .new_form__box {
  position: relative;
  display: flex;
  align-items: center;
  flex-flow: column;
  padding-top: 40px !important;
}
body section#trial_lesson2 .form_wrapper .new_form__box .form__items {
  width: 100%;
}
body section#trial_lesson2 .form_wrapper .new_form__box .free {
  position: absolute;
  top: -35px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 40px;
  border-radius: 10px;
  background: var(--primary-color);
  transform: rotate(-3deg);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 32px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  text-align: center;
  text-transform: uppercase !important;
  white-space: nowrap;
  height: 53px;
}
body section#trial_lesson2 .form_wrapper .new_form__box .test {
  display: flex;
  width: 100%;
  justify-content: center;
  padding-top: 0;
  color: #000;
  text-align: center;
  line-height: 1 !important;
  text-transform: uppercase;
  letter-spacing: 0;
  padding-top: 0;
  margin-bottom: 27px;
}
body section#trial_lesson2 .form_wrapper .new_form__box .test .show_for_desktop {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 32px !important;
  font-weight: 600 !important;
  line-height: 1.05 !important;
  text-align: center;
  text-transform: uppercase;
}
body section#trial_lesson2 .form_wrapper .new_form__box .button.yellow {
  width: auto;
  padding-left: 67px !important;
  gap: 34px !important;
}

@media screen and (max-width: 1024px) {
  body section#trial_lesson2 .trial_lesson_wrapper {
    gap: 30px;
  }
  body section#trial_lesson2 .info {
    padding-left: 0;
  }
  body section#trial_lesson2 .info .vector {
    display: none !important;
  }
  body section#trial_lesson2 .info .slider_title {
    width: 100%;
  }
  body section#trial_lesson2 .info .cards.swiper {
    max-width: 300px;
  }
  body section#trial_lesson2 .info .cards.swiper .swiper-button-prev,
  body section#trial_lesson2 .info .cards.swiper .swiper-button-next {
    margin-left: -18px;
  }
  body section#trial_lesson2 .info .cards.swiper .swiper-button-next {
    margin-right: -20px;
  }
}
@media screen and (max-width: 768px) {
  body section#trial_lesson2 {
    padding-top: 43px;
    padding-bottom: 23px;
    overflow: hidden;
  }
  body section#trial_lesson2 .trial_lesson_wrapper {
    flex-flow: column-reverse;
    gap: 24px;
  }
  body section#trial_lesson2 .trial_lesson_wrapper .form_wrapper {
    width: 100% !important;
    padding-top: 0;
  }
  body section#trial_lesson2 .trial_lesson_wrapper .form_wrapper form.new_form__box.form__popup {
    width: 100%;
    padding: 24px 16px;
    padding-top: 35px !important;
    border: 3px solid #fad23c;
    max-width: 467px;
    padding-top: 27px !important;
    margin: 0 auto;
  }
  body section#trial_lesson2 .trial_lesson_wrapper .form_wrapper form.new_form__box.form__popup .form__label-text,
  body section#trial_lesson2 .trial_lesson_wrapper .form_wrapper form.new_form__box.form__popup .form__input > p {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
  }
  body section#trial_lesson2 .trial_lesson_wrapper .form_wrapper form.new_form__box.form__popup .form__input input {
    border-radius: 12px;
  }
  body section#trial_lesson2 .trial_lesson_wrapper .form_wrapper .new_form__box {
    margin-top: 14px;
    padding-top: 20px !important;
  }
  body section#trial_lesson2 .trial_lesson_wrapper .form_wrapper .new_form__box .free {
    padding: 8px 16px;
    border-radius: 16px;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    height: 39px;
    top: -18px;
  }
  body section#trial_lesson2 .trial_lesson_wrapper .form_wrapper .new_form__box .test {
    margin-bottom: 16px;
  }
  body section#trial_lesson2 .trial_lesson_wrapper .form_wrapper .new_form__box .test .show_for_desktop {
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 23px !important;
  }
  body section#trial_lesson2 .trial_lesson_wrapper .form_wrapper .new_form__box .button.yellow {
    padding-left: 28px !important;
    gap: 12px !important;
    margin: 0;
    width: 100%;
  }
  body section#trial_lesson2 .trial_lesson_wrapper .form_wrapper .test .show_for_mobile {
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 1.15 !important;
  }
  body section#trial_lesson2 .trial_lesson_wrapper .info {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    align-items: center;
    flex-flow: column-reverse;
  }
  body section#trial_lesson2 .trial_lesson_wrapper .info .vector {
    display: none !important;
  }
  body section#trial_lesson2 .trial_lesson_wrapper .info .slider_title {
    max-width: 100%;
    margin-top: 12px;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px !important;
    letter-spacing: 0.5px;
    text-transform: none;
  }
  body section#trial_lesson2 .trial_lesson_wrapper .info .slider_title br {
    display: none;
  }
  body section#trial_lesson2 .trial_lesson_wrapper .info .cards.swiper {
    width: min(100%, 404px);
    max-width: none;
    margin: 0 auto;
    display: block;
    overflow: visible;
  }
  body section#trial_lesson2 .trial_lesson_wrapper .info .cards.swiper .swiper-button-prev,
  body section#trial_lesson2 .trial_lesson_wrapper .info .cards.swiper .swiper-button-next {
    display: none;
  }
  body section#trial_lesson2 .trial_lesson_wrapper .info .cards.swiper .swiper-slide {
    width: 280px;
  }
  body section#trial_lesson2 .trial_lesson_wrapper .info .cards.swiper .swiper-wrapper {
    align-items: stretch;
  }
  body section#trial_lesson2 .trial_lesson_wrapper .info .cards.swiper .swiper-wrapper .card {
    display: flex;
    width: 280px;
    height: auto;
    overflow: hidden;
    border-radius: 16px;
    background: #fff;
    flex-flow: column;
  }
  body section#trial_lesson2 .trial_lesson_wrapper .info .cards.swiper .swiper-wrapper .card .col {
    position: static;
    width: 100%;
    flex: 1 1 auto;
    margin-top: 0;
    padding: 10px 12px 12px;
    border-radius: 0 0 16px 16px;
    background: #fff;
    color: #1e1e1e;
    text-align: left;
  }
  body section#trial_lesson2 .trial_lesson_wrapper .info .cards.swiper .swiper-wrapper .card .col .name {
    margin-bottom: 4px;
    color: #000;
    line-height: 24px !important;
  }
  body section#trial_lesson2 .trial_lesson_wrapper .info .cards.swiper .swiper-wrapper .card .col p {
    color: #333;
    line-height: 20px !important;
  }
  body section#trial_lesson2 .trial_lesson_wrapper .info .cards.swiper .swiper-wrapper .card .img {
    border-radius: 16px 16px 0 0;
  }
  body section#trial_lesson2 .trial_lesson_wrapper .info .cards.swiper .swiper-wrapper .card .img .gallery__img::after {
    display: none;
  }
  body section#trial_lesson2 .trial_lesson_wrapper .info .cards.swiper .swiper-wrapper .card .img .gallery__img > img {
    width: 280px;
    height: 190px;
    border-radius: 16px 16px 0 0;
  }
}/*# sourceMappingURL=global.css.map */