@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

body {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  color: #000;
}

button {
  background-color: #fff;
}

p {
  margin-bottom: 12px;
}

a, button {
  transition: all 0.2s 0s ease;
}

.container {
  max-width: 1260px;
  padding: 0 30px;
  margin: 0 auto;
}

ul {
  margin-top: 4px;
  margin-bottom: 20px;
}
ul li {
  list-style: none;
  position: relative;
  padding-left: 26px;
  margin-left: 20px;
}
ul li::before {
  top: 10px;
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  background-color: #00befa;
}

ol {
  list-style-type: none;
  counter-reset: num;
  margin-top: 4px;
  margin-bottom: 20px;
}
ol li {
  list-style: none;
  position: relative;
  padding-left: 26px;
  margin-left: 20px;
}
ol li::before {
  top: 10px;
  content: counter(num) ".";
  counter-increment: num;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 8px;
}

/*        Кнопки      */
.btn1 {
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 14px 42px;
}
.btn1.orange {
  background-color: #ff6633;
  margin-right: 16px;
}
.btn1.orange:hover {
  background-color: #ff4e13;
}
.btn1.green {
  background-color: #33cc99;
}
.btn1.green:hover {
  background-color: #0fa170;
}

.btn2 {
  border: 1px solid #6cdfb9;
  border-radius: 8px;
  display: flex;
  max-width: 250px;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 14px 62px;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #33cc99;
}
.btn2:hover {
  background-color: #0fa170;
}

.btn3 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 100%;
  background-color: #00befa;
  padding: 14px 0;
  font-size: 16px;
  font-weight: 500;
}
.btn3:hover {
  background-color: #06abdd;
}

.btn4 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 62px;
  border: 1px solid #00befa;
  background-color: transparent;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #00befa;
}
.btn4:hover {
  background-color: #06abdd;
  color: #fff;
}

.btn5 {
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 14px 0px;
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #00befa;
}
.btn5:hover {
  background-color: #04a3d3;
}

.mmobile {
  display: none;
}

/* ////////////////// */
header {
  position: relative;
}
header .containerh {
  position: absolute;
  width: 100%;
  z-index: 11;
}
header .menu {
  display: flex;
  align-items: center;
  padding: 18px 30px;
  max-width: 1260px;
  margin: 0 auto;
}
header .menu__burger {
  display: none;
}
header .menu__logo {
  font-family: "Fredoka", sans-serif;
  font-weight: 700;
  font-size: 43px;
  margin-right: 56px;
  color: #fff;
}
header .menu__logo:hover {
  color: #e7e7e7;
}
header .menu__items a {
  margin-right: 32px;
  font-weight: 600;
  color: #fff;
}
header .menu__items a:hover {
  color: #e7e7e7;
}
header .menu__items a:last-child {
  margin-right: 0;
}
header .menu__right {
  margin-left: auto;
  display: flex;
}
header.fixed {
  position: relative;
}
header.fixed .containerh {
  position: fixed;
  z-index: 9999;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 192, 250, 0.2823529412);
}
header.fixed .menu__logo {
  color: #00befa;
}
header.fixed .menu__logo:hover {
  color: #02a1d1;
}
header.fixed .menu__items a {
  color: #333333;
}
header.fixed .menu__items a:hover {
  color: #00befa;
}
@media screen and (max-width: 1024px) {
  header .menu__logo.open {
    color: #000;
    z-index: 99999;
  }
  header .menu__items {
    display: none;
    top: 0;
    background-color: rgba(255, 255, 255, 0.7568627451);
    position: absolute;
    height: 100vh;
    left: 0;
    padding: 140px 60px;
  }
  header .menu__items a {
    display: block;
    color: #222;
    margin-right: 0;
    margin-bottom: 16px;
    font-size: 24px;
  }
  header .menu__items a:hover {
    color: #333;
  }
  header .menu__burger {
    display: block;
    z-index: 99999;
  }
  header .menu__burger .fa-close {
    color: #000;
  }
  header .menu__burger button {
    background-color: initial;
    color: #fff;
    margin-right: 16px;
    font-size: 24px;
  }
  header.fixed .menu__logo {
    color: #00befa;
  }
  header.fixed .menu__logo:hover {
    color: #02a1d1;
  }
  header.fixed .menu__burger button {
    color: #333;
  }
}
@media screen and (max-width: 616px) {
  header .menu__logo {
    margin-right: 6px;
  }
}
@media screen and (max-width: 556px) {
  header .menu__right {
    display: none;
  }
  header .mmobile {
    display: block;
  }
}
header.nomain .containerh {
  position: relative;
  border-bottom: 1px solid rgba(0, 192, 250, 0.2823529412);
}
header.nomain.fixed .containerh {
  position: fixed;
}
header.nomain .menu__logo {
  color: #00befa;
}
header.nomain .menu__logo:hover {
  color: #02a1d1;
}
header.nomain .menu__items a {
  color: #333333;
}
header.nomain .menu__items a:hover {
  color: #00befa;
}
header.nomain .menu__burger button {
  color: #333;
}

.slick-prev, .slick-next {
  z-index: 30;
  height: 50px;
  width: 50px;
  top: 50%;
  position: absolute;
  color: #007ff0;
  font-size: 24px;
  background-color: #fff;
  opacity: 0.7;
}
.slick-prev:hover, .slick-next:hover {
  opacity: 1;
}

.slick-prev {
  left: 35px;
}

.slick-next {
  right: 35px;
}

main .slider__container {
  max-width: 1260px;
  padding: 60px 30px 0 30px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
main .slider__items {
  color: #fff;
}
main .slider__item {
  height: 700px;
}
main .slider__item .title {
  font-size: 42px;
  font-weight: 700;
}
main .slider__item .text {
  line-height: 1.3em;
  max-width: 530px;
  font-size: 18px;
  margin: 32px 0;
}
main .slider__item .text ul li::before {
  background-color: #fff;
}
@media screen and (max-width: 648px) {
  main .slider__item {
    height: 600px;
  }
  main .slider__item .title {
    font-size: 28px;
  }
  main .slider__item .text {
    font-size: 14px;
  }
}
main .advantages {
  padding: 54px 0;
}
main .advantages .title {
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  margin-top: 32px;
  margin-bottom: 12px;
}
main .advantages .text {
  color: #222;
}
main .advantages__items {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  justify-items: stretch;
}
main .advantages__item {
  text-align: center;
}
@media screen and (max-width: 797px) {
  main .advantages__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 648px) {
  main .advantages__items {
    grid-template-columns: repeat(1, 1fr);
  }
}
main .speedbar {
  padding: 32px 0 16px 0;
}
main .speedbar a {
  color: #00befa;
}
main .speedbar a:hover {
  color: #02a1d1;
}
main .reviews__items {
  padding: 48px 0;
}
main .reviews__item {
  margin-right: 24px;
}
main .courses {
  padding: 54px 0;
  background-color: #f8f9fb;
}
main .courses__title {
  font-size: 36px;
  font-weight: 800;
}
main .courses__text {
  margin-top: 16px;
  font-size: 18px;
  color: #333;
}
main .courses__items {
  padding: 48px 0;
  display: grid;
  grid-gap: 42px;
  grid-template-columns: repeat(3, 1fr);
  justify-items: stretch;
}
main .courses__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  line-height: 1.6em;
}
main .courses__item .logo img {
  width: 100%;
}
main .courses__item .body {
  background-color: #fff;
  padding: 18px 24px;
  height: 100%;
}
main .courses__item .title {
  font-size: 16px;
  font-weight: 600;
  color: #222222;
}
main .courses__item .text {
  color: #222222;
  margin-top: 16px;
  margin-bottom: 28px;
}
main .courses__item .info {
  color: #647c84;
}
main .courses__item .info i {
  margin-right: 8px;
  font-size: 16px;
  color: #00befa;
}
main .courses__item .info span {
  margin-right: 18px;
}
main .courses__item .info span:last-child {
  margin-right: 0;
}
main .courses.white {
  padding: 0 0 54px 0;
  background-color: #fff;
}
main .courses.white .courses__item .body {
  background-color: #f8f9fb;
}
main .courses__all {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 797px) {
  main .courses__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 648px) {
  main .courses__items {
    grid-template-columns: repeat(1, 1fr);
  }
}
main .courses ul li {
  margin-left: 20px;
  margin-bottom: 10px;
}
main .courses ul li:last-child {
  margin-bottom: 0;
}
main .courses ul li::before {
  top: 4px;
}
main .courses ol li {
  margin-left: 20px;
  margin-bottom: 10px;
}
main .courses ol li:last-child {
  margin-bottom: 0;
}
main .courses ol li::before {
  top: 0px;
  color: #00befa;
}
main .full__title {
  font-weight: 800;
  font-size: 36px;
  margin-bottom: 22px;
}
main .full__info-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
main .full__info-container .left {
  background-color: #f8f9fb;
  padding: 36px;
}
main .full__info-container .left .title {
  font-size: 22px;
  margin-bottom: 48px;
}
main .full__info-container .left .left-info {
  color: #858383;
  font-size: 12px;
  display: flex;
  text-transform: uppercase;
  margin-bottom: 32px;
}
main .full__info-container .left .left-info span {
  margin-top: 8px;
  display: block;
  font-size: 14px;
  color: #333333;
  text-transform: none;
}
main .full__info-container .left .left-info span a {
  color: #00befa;
}
main .full__info-container .left .left-info span a:hover {
  color: #02a1d1;
  text-decoration: underline;
}
main .full__info-container .left .left-info.noflex {
  display: block;
}
main .full__info-container .left .left-info .age {
  margin-right: 52px;
}
main .full__info-container .left .left-info .level {
  margin-right: 52px;
}
main .full__info-container .left .buttons {
  display: flex;
}
main .full__info-container .left .buttons .btn3 {
  border-radius: 8px;
  margin-right: 12px;
}
main .full__info-container .left .buttons .btn4 {
  border: 2px solid #00befa;
}
main .full__info-container .left .buttons .btn3, main .full__info-container .left .buttons .btn4 {
  width: 50%;
  font-size: 14px;
}
main .full__text {
  padding: 42px 0;
  line-height: 2em;
}
main .full__text ul li {
  margin-left: 20px;
  margin-bottom: 0px;
}
main .full__text ul li:last-child {
  margin-bottom: 0;
}
main .full__text ul li::before {
  top: 10px;
}
main .full__text ol li {
  margin-left: 20px;
  margin-bottom: 0px;
}
main .full__text ol li:last-child {
  margin-bottom: 0;
}
main .full__text ol li::before {
  top: 0px;
  color: #00befa;
}
main .full__text .title {
  font-weight: 800;
  font-size: 28px;
  margin-bottom: 16px;
}
main .full .right img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  main .full .right {
    order: -1;
  }
  main .full__info-container {
    flex-direction: column-reverse;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 696px) {
  main .full__title {
    font-size: 28px;
  }
  main .full__info-container .left .left-info {
    justify-content: space-between;
  }
  main .full__info-container .left .left-info .age, main .full__info-container .left .left-info .level {
    margin-right: 0;
  }
  main .full__info-container .left .buttons {
    flex-direction: column;
  }
  main .full__info-container .left .buttons .btn3, main .full__info-container .left .buttons .btn4 {
    width: 100%;
  }
  main .full__info-container .left .buttons .btn3 {
    margin-right: 0;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 487px) {
  main .full__title {
    font-size: 22px;
  }
  main .full .full__text .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 408px) {
  main .full .full__info-container .left .title {
    font-size: 18px;
  }
  main .full .full__info-container .left .left-info {
    flex-direction: column;
  }
  main .full .full__info-container .left .left-info .age, main .full .full__info-container .left .left-info .level {
    margin-bottom: 32px;
  }
}
main .about {
  padding: 48px 0;
}
main .about__title {
  text-align: center;
  margin-bottom: 68px;
  font-weight: 800;
  font-size: 28px;
}
main .about__title span {
  font-family: "Fredoka", sans-serif;
  font-weight: 700;
}
main .about__items {
  display: grid;
  grid-gap: 42px;
  grid-template-columns: repeat(2, 1fr);
  justify-items: stretch;
}
main .about__left {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
main .about__left .video {
  width: 100%;
  margin-bottom: 18px;
}
main .about__left .buttons {
  display: flex;
  justify-content: space-between;
}
main .about__left .btn1 {
  padding: 16px 0px;
  width: 290px;
}
main .about__right {
  line-height: 1.6em;
  font-size: 14px;
}
@media screen and (max-width: 1048px) {
  main .about__items {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 696px) {
  main .about .about__left .buttons {
    flex-direction: column;
  }
  main .about .about__left .buttons .btn1 {
    padding: auto;
    margin-right: 0;
  }
  main .about .about__left .buttons .btn1.orange {
    margin-bottom: 8px;
  }
  main .about .about__left iframe {
    width: 400px;
    height: 220px;
  }
}
@media screen and (max-width: 458px) {
  main .about .about__left iframe {
    width: 300px;
    height: 180px;
  }
}

footer {
  padding: 62px 0;
  background-color: #2f3338;
  color: #fff;
  font-size: 18px;
}
footer .footer__items {
  display: grid;
  grid-gap: 42px;
  grid-template-columns: repeat(3, 1fr);
  justify-items: stretch;
}
footer .footer__items .title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 18px;
}
footer .footer__menu a {
  display: block;
  color: #d2d2d2;
  margin-bottom: 8px;
}
footer .footer__menu a:hover {
  color: #fff;
}
footer .footer__menu a:last-child {
  margin-bottom: 0;
}
footer .left .title {
  font-size: 64px;
  font-family: "Fredoka", sans-serif;
  font-weight: 700;
  display: block;
  margin-bottom: 8px;
}
footer .left .phone {
  display: block;
  font-size: 22px;
  margin-bottom: 8px;
}
footer .left .phone a {
  color: #fff;
  font-weight: 600;
}
footer .left .phone i {
  color: #cccccc;
  font-size: 18px;
  margin-right: 8px;
}
footer .right .list span {
  text-wrap: nowrap;
  display: block;
  margin-bottom: 8px;
}
footer .right .list span:last-child {
  margin-bottom: 0;
}
footer .right .list span i {
  margin-right: 8px;
}
@media screen and (max-width: 1072px) {
  footer .footer__items {
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }
}
@media screen and (max-width: 648px) {
  footer .right .list span {
    text-wrap: wrap;
  }
  footer .footer__item.middle, footer .footer__item.right, footer .footer__item.left {
    text-align: center;
  }
  footer .footer__items {
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
  }
}

.scrollup {
  width: 40px;
  height: 40px;
  opacity: 0.3;
  position: fixed;
  bottom: 60px;
  left: 30px;
  display: none;
  text-indent: -9999px;
  background: url("../img/icon_top.png") no-repeat;
  z-index: 300;
}

#pay, #order {
  display: none;
  width: 500px;
}

.modal-content .dop {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-size: 12px;
}
.modal-content .dop #oferta {
  margin-right: 8px;
}
.modal-content .dop a {
  color: #00befa;
}
.modal-content .dop a:hover {
  text-decoration: underline;
}

.modal-title {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 26px;
}

.modal-body .g-recaptcha {
  display: flex;
  margin-bottom: 8px;
}
.modal-body select, .modal-body input {
  width: 100%;
  height: 50px;
  background: #f7f7f7;
  margin-bottom: 8px;
  padding: 18px;
}

.modal-footer button {
  width: 100%;
  height: 50px;
  background-color: #00befa;
  color: #fff;
}
.modal-footer button:hover {
  background-color: #02a1d1;
}