body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace
}

@font-face {
  font-family: AvertaDemo;
  src: url(../media/Avertademo.096a24cc.ttf)
}

@font-face {
  font-family: FuturaLight;
  src: url(../media/FuturaLight.3f4b5cec.ttf)
}

@font-face {
  font-family: FuturaMedium;
  src: url(../media/FuturaMedium.249863ea.ttf)
}

@font-face {
  font-family: agriculture;
  src: url(../media/Agriculture_Regular.6e16604a.otf)
}

* {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

input,
textarea {
  -webkit-user-select: auto !important;
  -ms-user-select: auto !important;
  -o-user-select: auto !important;
  user-select: auto !important
}

.App {
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden
}

.container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box
}

@media screen and (max-width:1600px) {
  .container {
    padding: 0 45px
  }
}

@media screen and (max-width:1024px) {
  .container {
    padding: 0 15px
  }
}

.title-h2 {
  font-family: FuturaMedium;
  font-size: 42px;
  color: #2ba3f1;
  width: 70%;
  margin: 0 auto;
  text-align: center;
  font-weight: 500
}

@media screen and (max-width:640px) {
  .title-h2 {
    width: 100%;
    font-size: 22px;
    text-align: left;
    font-weight: 500
  }
}

.title-h2__subTitle {
  font-family: FuturaMedium;
  font-size: 42px;
  color: #2ba3f1;
  width: 70%;
  margin: 20px auto;
  text-align: center;
  font-weight: 500
}

@media screen and (max-width:640px) {
  .title-h2__subTitle {
    width: 100%;
    font-size: 22px;
    text-align: left;
    font-weight: 500;
    margin-bottom: 0
  }
}

.title-h2__innertitle {
  font-family: agriculture;
  font-weight: 700;
  font-size: 42px;
  color: #010046;
  margin-right: 10px;
  font-weight: 500
}

@media screen and (max-width:640px) {
  .title-h2__innertitle {
    font-size: 20px;
    text-align: left
  }
}

.Modal {
  position: absolute;
  top: 40px;
  left: 40px;
  right: 40px;
  bottom: 40px;
  background-color: #dff1fd;
  z-index: 1000;
  border: none;
  border-radius: 30px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center
}

.Modal .form-request {
  position: relative;
  overflow-y: auto
}

.Modal:focus {
  outline: none
}

.Modal .title-h2 {
  font-size: 22px
}

@media screen and (max-width:640px) {
  .Modal {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0
  }
}

.Modal__close {
  background-color: inherit;
  border: none;
  position: absolute;
  top: 50px;
  right: 50px;
  z-index: 1000
}

.Modal__close:focus {
  outline: none
}

@media screen and (max-width:640px) {
  .Modal__close {
    top: 10px;
    right: 10px
  }
}

.Modal__text-wrap {
  max-width: 640px;
  margin: 30px auto
}

.Modal__text {
  font-family: FuturaMedium;
  font-size: 22px;
  color: #333
}

.Overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(36, 36, 36, .658)
}

.about-app {
  padding: 30px 0 0;
  box-sizing: border-box
}

@media screen and (max-width:640px) {
  .about-app {
    padding-bottom: 100px
  }
}

.about-app__content {
  padding-top: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 1170px;
  margin: auto
}

.about-app__video {
  max-width: 768px;
  margin: 30px auto
}

.about-app__video .box-player {
  padding-top: 56.25%;
  position: relative
}

.about-app__video iframe {
  position: absolute;
  top: 0;
  width: 100%
}

.about-app__col {
  position: relative;
  width: 33%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center
}

@media screen and (max-width:640px) {
  .about-app__col {
    width: 100%
  }
}

.about-app__showbtn {
  display: none
}

@media screen and (max-width:640px) {
  .about-app__showbtn {
    display: block;
    max-width: 300px;
    width: 100%;
    height: 45px;
    border-radius: 10px;
    background-color: #2ba3f1;
    color: #fff;
    font-family: FuturaMedium;
    font-size: 18px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    border: none;
    margin: 30px auto 0;
    text-transform: uppercase
  }
}

.about-app-card {
  position: relative;
  max-width: 320px;
  width: 100%;
  height: 500px;
  box-sizing: border-box;
  margin-bottom: 30px;
  overflow: hidden
}

@media screen and (max-width:640px) {
  .about-app-card {
    margin: 30px auto 0
  }
}

.about-app-card__img {
  width: 90%;
  margin: auto;
  display: block
}

.about-app-card__body {
  position: absolute;
  bottom: -5px;
  height: 180px;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 30px;
  background-color: #2ba3f1;
  margin-top: -20px;
  border-radius: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 10;
  margin-bottom: 5px
}

@media screen and (max-width:640px) {
  .about-app-card__body {
    height: 130px
  }
}

.about-app-card__text {
  position: absolute;
  width: 70%;
  font-family: FuturaMedium;
  font-size: 32px;
  line-height: 25px;
  color: #fff;
  margin: 0;
  text-align: center;
  transition: 1s;
  opacity: 0
}

.about-app-card__text-active {
  opacity: 1;
  transition: 1s
}

@media screen and (max-width:640px) {
  .about-app-card__text {
    font-size: 22px
  }
}

.totop {
  width: 50px;
  height: 50px;
  background-color: inherit;
  border: none;
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 10
}

.totop:focus {
  outline: none
}

@media screen and (max-width:991px) {
  .totop {
    display: none
  }
}

.appeal {
  background-color: #dadadd;
  background-image: url(../media/BabyCourse_Desktop_Main_11.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  padding: 30px 0;
  box-sizing: border-box
}

@media screen and (max-width:991px) {
  .appeal {
    background-image: url(../media/BabyCourse_Mobile_20.jpg);
    background-position: 0
  }
}

.appeal .store-btns {
  z-index: 0
}

@media screen and (max-width:640px) {
  .appeal .store-btns {
    padding-top: 0
  }
}

@media screen and (max-width:640px) {
  .appeal .store-btns__box {
    margin-top: 0
  }
}

.appeal__content {
  width: 50%;
  margin-left: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  box-sizing: border-box
}

@media screen and (max-width:1440px) {
  .appeal__content {
    width: 60%
  }
}

@media screen and (max-width:1280px) {
  .appeal__content {
    width: 65%
  }
}

@media screen and (max-width:1170px) {
  .appeal__content {
    width: 70%
  }
}

@media screen and (max-width:991px) {
  .appeal__content {
    width: 80%;
    margin: auto
  }
}

@media screen and (max-width:640px) {
  .appeal__content {
    width: 100%;
    margin: auto
  }
}

@media screen and (max-width:375px) {
  .appeal__content {
    width: 100%
  }
}

.appeal__title {
  font-family: FuturaMedium;
  font-size: 42px;
  color: #2ba3f1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  line-height: 50px;
  margin: 0;
  font-weight: 500
}

@media screen and (max-width:1280px) {
  .appeal__title {
    font-size: 36px
  }
}

@media screen and (max-width:991px) {
  .appeal__title {
    font-size: 24px;
    line-height: 25px
  }
}

@media screen and (max-width:640px) {
  .appeal__title {
    font-size: 22px;
    line-height: 20px
  }
}

@media screen and (max-width:375px) {
  .appeal__title {
    font-size: 16px
  }
}

.appeal__innertitle {
  font-family: FuturaMedium;
  font-size: 100px;
  color: #2ba3f1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin-right: 10px;
  margin-top: 10px
}

@media screen and (max-width:1280px) {
  .appeal__innertitle {
    font-size: 76px
  }
}

@media screen and (max-width:991px) {
  .appeal__innertitle {
    font-size: 72px
  }
}

@media screen and (max-width:640px) {
  .appeal__innertitle {
    font-size: 72px
  }
}

@media screen and (max-width:375px) {
  .appeal__innertitle {
    font-size: 48px
  }
}

.appeal__wrapimage {
  max-width: 400px;
  width: 100%;
  margin: 50px auto
}

@media screen and (max-width:1280px) {
  .appeal__wrapimage {
    max-width: 250px;
    margin: 20px auto
  }
}

.appeal__bigimage {
  width: 100%
}

.appeal__btns {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center
}

@media screen and (max-width:640px) {
  .appeal__btns {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%
  }
}

.appeal__link {
  max-width: 220px;
  width: 100%;
  margin-right: 20px
}

@media screen and (max-width:640px) {
  .appeal__link {
    margin-right: 0;
    max-width: 160px
  }
}

@media screen and (max-width:320px) {
  .appeal__link {
    margin-right: 0;
    max-width: 150px
  }
}

.appeal__img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: .3px solid transparent;
  transition: .3s
}

.appeal__img:hover {
  border: .3px solid #a0a0a0;
  border-radius: 10px;
  box-shadow: 0 0 14px 4px #a0a0a0;
  transition: .3s
}

.form-request {
  background-color: #dff1fd;
  box-sizing: border-box;
  padding: 30px 0
}

.form-request__content {
  margin-top: 30px
}

.form-request__form {
  max-width: 640px;
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  background-color: #2ba3f1;
  padding: 40px;
  border-radius: 30px
}

@media screen and (max-width:640px) {
  .form-request__form {
    padding: 20px
  }
}

.form-request__input {
  width: 100%;
  background-color: #fff;
  font-family: FuturaMedium, serif;
  font-size: 16px;
  color: #000;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  margin: 10px 0;
  border: .5px solid transparent
}

@media screen and (max-width:640px) {
  .form-request__input {
    margin: 5px 0
  }
}

.form-request__input::-webkit-input-placeholder {
  font-family: FuturaMedium, serif;
  font-size: 16px;
  color: #333
}

.form-request__input:-ms-input-placeholder {
  font-family: FuturaMedium, serif;
  font-size: 16px;
  color: #333
}

.form-request__input::placeholder {
  font-family: FuturaMedium, serif;
  font-size: 16px;
  color: #333
}

.form-request__input:focus {
  background-color: #dff1fd;
  outline: none;
  border: .5px solid #333
}

.form-request__input--error {
  border: .5px solid red
}

.form-request__submit {
  background-color: #00f;
  border: none;
  width: 100%;
  padding: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-family: FuturaMedium;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  border-radius: 20px;
  cursor: pointer;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: .3s
}

.form-request__submit:hover {
  box-shadow: 0 4px 10px 2px rgba(2, 2, 199, .432);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  transition: .3s
}

.form-request__success {
  max-width: 640px;
  width: 100%;
  height: 390px;
  margin: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column
}

.form-request__successText {
  font-family: FuturaMedium;
  font-size: 28px;
  color: #2ba3f1;
  text-align: center;
  padding-top: 30px
}

.policy {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 30px 0
}

@media screen and (max-width:640px) {
  .policy {
    padding: 5px 0 10px
  }
}

.policy__checkbox {
  background-color: inherit;
  border: none
}

.policy__checkbox:focus {
  outline: none
}

.policy__link {
  color: #fff;
  margin-left: 20px
}

@supports ((-webkit-animation:grow 0.5s cubic-bezier(0.25, 0.25, 0.25, 1) forwards) or (animation:grow 0.5s cubic-bezier(0.25, 0.25, 0.25, 1) forwards)) {
  .tick {
    stroke-opacity: 0;
    stroke-dasharray: 29px;
    stroke-dashoffset: 29px;
    -webkit-animation: draw .5s cubic-bezier(.25, .25, .25, 1) forwards;
    animation: draw .5s cubic-bezier(.25, .25, .25, 1) forwards;
    -webkit-animation-delay: .6s;
    animation-delay: .6s
  }

  .circle {
    fill-opacity: 0;
    stroke: #2ba3f1;
    stroke-width: 16px;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-animation: grow 1s cubic-bezier(.25, .25, .25, 1.25) forwards;
    animation: grow 1s cubic-bezier(.25, .25, .25, 1.25) forwards
  }
}

@-webkit-keyframes grow {
  60% {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    stroke-width: 4px;
    fill-opacity: 0
  }

  to {
    -webkit-transform: scale(.9);
    transform: scale(.9);
    stroke-width: 8px;
    fill-opacity: 1;
    fill: #2ba3f1
  }
}

@keyframes grow {
  60% {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    stroke-width: 4px;
    fill-opacity: 0
  }

  to {
    -webkit-transform: scale(.9);
    transform: scale(.9);
    stroke-width: 8px;
    fill-opacity: 1;
    fill: #2ba3f1
  }
}

@-webkit-keyframes draw {

  0%,
  to {
    stroke-opacity: 1
  }

  to {
    stroke-dashoffset: 0
  }
}

@keyframes draw {

  0%,
  to {
    stroke-opacity: 1
  }

  to {
    stroke-dashoffset: 0
  }
}

.category {
  width: 100%;
  box-sizing: border-box;
  padding: 30px 0
}

.category__content {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px
}

@media screen and (max-width:991px) {
  .category__content {
    -webkit-justify-content: center;
    justify-content: center
  }
}

@media screen and (max-width:640px) {
  .category__content {
    -webkit-flex-direction: column;
    flex-direction: column
  }
}

.category__col {
  display: block;
  width: 33.3%;
  box-sizing: border-box;
  padding: 20px
}

@media screen and (max-width:991px) {
  .category__col {
    width: 50%
  }
}

@media screen and (max-width:640px) {
  .category__col {
    width: 100%;
    padding: 0;
    margin-top: 20px
  }
}

.category__item {
  border-radius: 50px;
  background-color: #e9f5fe;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  box-sizing: border-box
}

@media screen and (max-width:640px) {
  .category__item {
    height: 50px
  }
}

.category__wrapIcon {
  width: 100px;
  height: 100px
}

@media screen and (max-width:640px) {
  .category__wrapIcon {
    height: 30px;
    width: 30px;
    padding-bottom: 9px;
    padding-left: 9px
  }
}

.category__icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin: 5px 0 0 5px
}

@media screen and (max-width:640px) {
  .category__icon {
    display: none
  }
}

.category__icon-mobile {
  display: none
}

@media screen and (max-width:640px) {
  .category__icon-mobile {
    display: block;
    width: 100%;
    height: 30px;
    object-fit: scale-down;
    margin: 5px 0 0 5px
  }
}

.category__text {
  font-family: FuturaLight;
  color: #000;
  margin: 0
}

.category__moreText,
.category__text {
  font-size: 22px;
  box-sizing: border-box;
  padding: 0 20px
}

.category__moreText {
  font-family: FuturaMedium;
  color: #2ba3f1;
  margin: 20px 0;
  text-align: center;
  width: 100%
}

.video .title-h2 {
  color: #fff
}

@media screen and (max-width:640px) {
  .video .title-h2 {
    text-align: center
  }
}

.video-wrapper {
  background-color: #2ba3f1;
  box-sizing: border-box;
  padding: 30px 0
}

.video__buttons {
  position: relative;
  max-width: 960px;
  margin: 30px auto
}

.video__buttons,
.video__buttons .slick-slider {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}

.video__buttons .slick-slider {
  max-width: 780px;
  margin: auto;
  box-sizing: border-box
}

.video__buttons .slick-current .video__btn {
  background-color: #2ba3f1;
  color: #fff
}

.video__buttons .video__btnNext,
.video__buttons .video__btnPrev {
  position: absolute;
  background-color: inherit;
  border: none
}

.video__buttons .video__btnNext svg,
.video__buttons .video__btnPrev svg {
  cursor: pointer
}

.video__buttons .video__btnNext:focus,
.video__buttons .video__btnPrev:focus {
  outline: none
}

@media screen and (max-width:640px) {

  .video__buttons .video__btnNext,
  .video__buttons .video__btnPrev {
    position: static
  }
}

.video__buttons .video__btnNext {
  right: -70px
}

.video__buttons .video__btnPrev {
  left: -70px
}

.video__content {
  max-width: 960px;
  width: 100%;
  margin: 30px auto;
  background-color: #dff1fd;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 20px
}

@media screen and (max-width:640px) {
  .video__content {
    padding: 20px 0
  }
}

.video__head {
  margin: 0;
  font-family: FuturaMedium;
  font-size: 24px;
  color: #333
}

@media screen and (max-width:640px) {
  .video__head {
    font-size: 18px
  }
}

.video__categories {
  font-family: FuturaMedium;
  font-size: 22px;
  color: #333;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 5px
}

@media screen and (max-width:640px) {
  .video__categories {
    font-size: 18px
  }
}

.video__iconCat {
  height: 20px;
  margin-right: 10px
}

@media screen and (max-width:640px) {
  .video__iconCat {
    width: 20px
  }
}

.video__description {
  font-family: FuturaLight;
  font-size: 18px
}

.video__innerDescription {
  color: #2ba3f1;
  font-family: FuturaMedium;
  font-size: 18px
}

.video__sliders .slick-slider {
  max-width: 780px;
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}

.video__sliders .video__btnNext,
.video__sliders .video__btnPrev {
  position: absolute;
  top: 270px;
  background-color: inherit;
  border: none
}

.video__sliders .video__btnNext svg,
.video__sliders .video__btnPrev svg {
  cursor: pointer
}

.video__sliders .video__btnNext:focus,
.video__sliders .video__btnPrev:focus {
  outline: none
}

@media screen and (max-width:640px) {

  .video__sliders .video__btnNext,
  .video__sliders .video__btnPrev {
    position: static
  }
}

.video__sliders .video__btnNext {
  right: -70px
}

.video__sliders .video__btnPrev {
  left: -70px
}

.video__slide {
  width: 100%;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  flex-direction: column
}

.video__btnWrap {
  box-sizing: border-box;
  padding: 0 5px
}

@media screen and (max-width:640px) {
  .video__btnWrap {
    width: 90%
  }
}

.video__btn {
  width: 100%;
  background-color: #fff;
  border-radius: 50px;
  padding: 10px;
  color: #2ba3f1;
  border: 1px solid transparent;
  font-family: FuturaMedium;
  font-size: 22px;
  outline: none;
  cursor: pointer;
  transition: .3s
}

.video__btn:hover {
  border: 1px solid #0987db;
  transition: .3s
}

.video__btn:focus {
  outline: none
}

.video__btn:active {
  outline: none
}

@media screen and (max-width:768px) {
  .video__btn {
    width: 100%;
    font-size: 18px
  }
}

@media screen and (max-width:640px) {
  .video__btn {
    width: 100%;
    font-size: 20px
  }
}

@media screen and (max-width:425px) {
  .video__btn {
    width: 100%;
    font-size: 16px
  }
}

.box-player {
  padding-top: 56.25%;
  position: relative
}

.box-player iframe {
  position: absolute;
  top: 0;
  width: 100%
}

.footer {
  background-color: #2ba3f1;
  box-sizing: border-box;
  padding: 30px 0 80px
}

.footer__inner {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center
}

.footer__inner,
.sochial {
  display: -webkit-flex;
  display: flex
}

.sochial__link {
  max-width: 50px;
  width: 100%;
  margin: 0 10px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: .3s
}

.sochial__link:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  transition: .3s
}

.sochial__img {
  width: 100%
}

.contact__link,
.contact__text {
  color: #fff;
  font-family: FuturaMedium;
  font-size: 18px
}

.footer-store,
.footer-store .store-btns {
  display: -webkit-flex;
  display: flex
}

.footer-store .store-btns {
  z-index: 0;
  max-width: 425px;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

@media screen and (max-width:640px) {
  .footer-store .store-btns {
    padding-top: 0
  }
}

@media screen and (max-width:640px) {
  .footer-store .store-btns__box {
    margin-top: 0;
    width: 100%
  }
}

.footer-store .store-btns__link {
  max-width: 160px;
  width: 100%;
  background-color: inherit;
  border: none;
  margin: 0 5px;
  cursor: pointer
}

.footer-store .store-btns__link:focus {
  outline: none
}

@media screen and (max-width:640px) {
  .footer-store .store-btns__link {
    margin-right: 0;
    max-width: 160px
  }
}

@media screen and (max-width:320px) {
  .footer-store .store-btns__link {
    margin-right: 0;
    max-width: 150px
  }
}

.footer-store .store-btns__img {
  width: 100%;
  border-radius: 10px;
  border: .3px solid transparent;
  transition: .3s
}

.footer-store .store-btns__img:hover {
  border: .3px solid #a0a0a0;
  border-radius: 10px;
  box-shadow: 0 0 14px 4px #a0a0a0;
  transition: .3s
}

.copy {
  font-family: FuturaLight;
  font-size: 16px;
  color: #0e125d;
  text-align: center
}

.header {
  background-color: #2ba3f1;
  display: block
}

.header__inner {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.logo {
  width: 100%
}

.logo-wrap {
  max-width: 250px;
  width: 100%
}

@media screen and (max-width:640px) {
  .logo-wrap {
    max-width: 150px
  }
}

.video__slide {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  padding: 16px;
}

/* Адаптивность iframe */
.video__slide iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  max-width: 100%;
  display: block;
}

@media screen and (max-width: 991px) {
  .video__btnPrev {
    display: none;
  }
}

.navigation {
  display: block
}

.navigation__list {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 0;
  padding-left: 0
}

@media screen and (max-width:991px) {
  .navigation__list {
    position: absolute;
    -webkit-flex-direction: column;
    flex-direction: column;
    max-width: 640px;
    width: 100%;
    right: 0;
    top: 40px;
    background-color: #2ba3f1;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 20px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: .5s;
    box-sizing: border-box;
    z-index: 1000
  }
}

.navigation__list-show {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: .5s
}

.navigation__item {
  padding: 20px 10px;
  list-style: none;
  transition: .3s;
  cursor: pointer;
  box-sizing: border-box
}

.navigation__item:hover {
  background-color: #4eb6fc;
  transition: .3s
}

@media screen and (max-width:991px) {
  .navigation__item {
    padding: 10px 0
  }
}

.navigation__link {
  font-family: FuturaLight;
  color: #fff;
  font-size: 22px;
  text-decoration: none
}

.navigation__menu {
  display: none
}

@media screen and (max-width:991px) {
  .navigation__menu {
    display: block
  }
}

.lectors {
  box-sizing: border-box;
  padding: 30px 0
}

.lectors .title-h2 {
  width: 100%;
  margin-bottom: 30px
}

@media screen and (max-width:991px) {
  .lectors .title-h2 {
    width: 100%
  }
}

.lectors__content {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  margin-top: 30px
}

@media screen and (max-width:768px) {
  .lectors__content {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center
  }
}

.lectors__box,
.lectors__col {
  box-sizing: border-box;
  padding: 0 15px
}

.lectors__col {
  width: 33.3%;
  display: -webkit-flex;
  display: flex
}

@media screen and (max-width:768px) {
  .lectors__col {
    width: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 15px
  }
}

.lectors__text {
  font-family: FuturaLight;
  font-size: 18px;
  color: #333
}

.lectors .slick-prev {
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, .68);
  border-radius: 50%;
  /* display: -webkit-flex; */
  /* display: flex;
  -webkit-align-items: center;
  align-items: center; */
  -webkit-justify-content: center;
  justify-content: center;
  left: -40px
}

@media screen and (max-width:768px) {
  .lectors .slick-prev {
    display: none !important
  }
}

.lectors .slick-prev:before {
  width: 15px;
  height: 5px;
  content: "";
  background-color: #fff;
  display: block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 16px;
  margin-top: 2px
}

.lectors .slick-prev:after {
  width: 15px;
  height: 5px;
  content: "";
  background-color: #fff;
  display: block;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-left: 16px;
  margin-top: -13px
}

.lectors .slick-next {
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, .68);
  border-radius: 50%;
  /* display: -webkit-flex;
  display: flex; */
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  right: -40px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

@media screen and (max-width:768px) {
  .lectors .slick-next {
    display: none !important
  }
}

.lectors .slick-next:before {
  width: 15px;
  height: 5px;
  content: "";
  background-color: #fff;
  display: block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 16px;
  margin-top: 2px
}

.lectors .slick-next:after {
  width: 15px;
  height: 5px;
  content: "";
  background-color: #fff;
  display: block;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-left: 16px;
  margin-top: -13px
}

.lector__card {
  max-width: 425px;
  width: 100%
}

.lector__wrapImg {
  max-width: 375px;
  margin: auto
}

.lector__wrapImg img {
  width: 100%
}

@media screen and (max-width:640px) {
  .lector__wrapImg {
    width: 90%
  }
}

.lector__body {
  margin-top: -10px;
  position: relative
}

.lector__name {
  width: 100%;
  min-height: 100px;
  background-color: #2ba3f1;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}

.lector__nameText {
  font-family: FuturaMedium;
  font-size: 22px;
  color: #fff;
  text-align: center;
  font-weight: 500
}

.lector__skillLIst {
  padding: 0 40px;
  box-sizing: border-box;
  margin-bottom: 0
}

@media screen and (max-width:640px) {
  .lector__skillLIst {
    padding: 0 10px;
    margin-bottom: 20px
  }
}

.lector__skill {
  list-style: none;
  font-family: FuturaLight;
  font-size: 18px;
  line-height: 20px;
  padding: 3px 0
}

.slide-wrap {
  width: 100%;
  height: 100%
}

.slide-wrap:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  opacity: .8
}

.slide {
  width: 100%;
  object-fit: cover
}

.only-mobile {
  display: none
}

@media screen and (max-width:640px) {
  .only-mobile {
    display: block;
    width: 100%;
    object-fit: cover
  }
}

.first-screen {
  position: relative;
  box-sizing: border-box;
  padding: 30px 0;
  display: block;
  height: 100%;
  background-color: #c1f0ff;
  overflow: hidden;
  z-index: 0
}

.first-screen__title {
  position: relative;
  font-family: FuturaMedium;
  font-size: 42px;
  font-weight: 500;
  color: #fff;
  z-index: 100;
  width: 57%;
  height: 160px;
  margin: 0 0 0 auto;
  text-align: right
}

@media only screen and (max-width:1366px) {
  .first-screen__title {
    width: 75%
  }
}

@media screen and (max-width:1280px) {
  .first-screen__title {
    width: 75%
  }
}

@media screen and (max-width:1185px) {
  .first-screen__title {
    width: 75%;
    font-size: 36px
  }
}

@media screen and (max-width:640px) {
  .first-screen__title {
    width: 65%;
    font-size: 24px;
    margin-left: 0;
    margin-right: auto;
    text-align: left;
    font-weight: 500
  }
}

.first-screen__title-color {
  color: #2ba3f1
}

.first-screen__slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10
}

.first-screen__phone {
  position: relative;
  max-width: 300px;
  width: 100%;
  z-index: 100;
  margin-left: auto;
  display: block
}

@media screen and (max-width:1366px) {
  .first-screen__phone {
    max-width: 250px
  }
}

@media screen and (max-width:1185px) {
  .first-screen__phone {
    max-width: 220px
  }
}

@media screen and (max-width:1024px) {
  .first-screen__phone {
    max-width: 180px
  }
}

@media screen and (max-width:991px) {
  .first-screen__phone {
    display: none
  }
}

.first-screen__subtitle {
  font-family: FuturaMedium;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 0 170px
}

@media screen and (max-width:1280px) {
  .first-screen__subtitle {
    margin-left: 120px
  }
}

@media screen and (max-width:1024px) {
  .first-screen__subtitle {
    margin-left: 70px
  }
}

.store-btns {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  position: relative;
  z-index: 100;
  padding-top: 30px
}

@media screen and (max-width:991px) {
  .store-btns {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-top: 180px
  }
}

@media screen and (max-width:768px) {
  .store-btns {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-top: 50px
  }
}

@media screen and (max-width:640px) {
  .store-btns {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-top: 60%
  }
}

@media screen and (max-width:320px) {
  .store-btns {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-top: 45%
  }
}

.store-btns__box {
  display: -webkit-flex;
  display: flex
}

@media screen and (max-width:991px) {
  .store-btns__box {
    margin-top: 30px
  }
}

@media screen and (max-width:640px) {
  .store-btns__box {
    width: 100%;
    -webkit-justify-content: space-between;
    justify-content: space-between
  }
}

.store-btns__link {
  max-width: 220px;
  width: 100%;
  margin-right: 20px;
  background-color: inherit;
  border: none;
  cursor: pointer
}

.store-btns__link:focus {
  outline: none
}

@media screen and (max-width:640px) {
  .store-btns__link {
    margin-right: 0;
    max-width: 165px
  }
}

@media screen and (max-width:320px) {
  .store-btns__link {
    margin-right: 0;
    max-width: 150px
  }
}

.store-btns__img {
  width: 100%;
  border-radius: 10px;
  border: .3px solid transparent;
  transition: .3s
}

.store-btns__img:hover {
  border: .3px solid #a0a0a0;
  border-radius: 10px;
  box-shadow: 0 0 14px 4px #a0a0a0;
  transition: .3s
}

.cocket-block {
  position: fixed;
  left: 100px;
  right: 100px;
  z-index: 100;
  bottom: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: auto;
  border-radius: 50px;
  background-color: #fff;
  border: 1px solid #2ba3f0
}

@media screen and (max-width:768px) {
  .cocket-block {
    border-radius: 20px;
    padding: 5px 20px 5px 10px;
    left: 10px;
    right: 10px
  }
}

.cocket-block__text {
  font-size: 16px;
  text-align: center;
  color: #2ba3f0
}

@media screen and (max-width:768px) {
  .cocket-block__text {
    text-align: left;
    font-size: 12px
  }
}

.cocket-block__close {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #2ba3f0;
  position: absolute;
  right: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer
}

.cocket-block__close:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 3px;
  background-color: #2ba3f0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.cocket-block__close:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 3px;
  background-color: #2ba3f0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg)
}

/*# sourceMappingURL=main.fa058d6a.chunk.css.map */