/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
}

body {
  font-family: Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #313235;
  position: relative;
}

body.lock {
  overflow: hidden;
}

.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
}

.menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000;
  z-index: 100;
  color: #ffffff;
  padding-top: 40px;
  display: none;
  overflow: auto;
}

.menu.active {
  display: block;
}

.menu a {
  color: #ffffff;
}

.nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 80px;
}

.nav-menu a {
  margin-bottom: 20px;
  font-weight: 800;
  font-size: 20px;
  line-height: 28px;
}

.menu_close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 30px;
}

.menu-tel {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 37px;
}

.menu-tel img {
  vertical-align: baseline;
  margin-right: 7px;
}

.menu .mails {
  margin-top: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}

.menu .mails p {
  margin: 0 7px;
}

.header .contact {
  padding: 19px 0;
  background-color: #000000;
  color: #ffffff;
}

.contact .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact .container > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.lang-select {
  position: absolute;
  top: 25px;
  right: 0;
  padding: 5px 0;
  background: #ffffff;
  border-radius: 5px;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #eeeeee;
  text-align: center;
  display: none;
}

.lang-select.active {
  display: block;
}

.lang-select a {
  color: #000000 !important;
  padding: 5px;
  width: 100%;
  display: block;
}

.lang-select a:hover {
  background-color: #eeeeee;
}

.lang-select2 {
  position: absolute;
  top: 25px;
  right: 0;
  padding: 5px 0;
  background: #ffffff;
  border-radius: 5px;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* width: 100%; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #eeeeee;
  text-align: center;
  display: none;
}

.lang-select2.active {
  display: block;
}

.lang-select2 a {
  color: #000000 !important;
  padding: 10px;
  width: 100%;
  display: block;
}

.lang-select2 a:hover {
  background-color: #eeeeee;
}

.header .contact a {
  color: #ffffff;
}

.contact p {
  margin: 0 7px;
}

.contact a > img {
  vertical-align: sub;
  margin-right: 5px;
}

.header .mails {
  margin-left: auto;
}

.lang {
  margin-left: 25px;
  margin-top: -5px;
  cursor: pointer;
  padding: 5px;
}

.logos .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav {
  background: #000000;
}

.nav .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.nav a {
  color: #ffffff;
  font-weight: 800;
  margin-right: 34px;
  padding: 19px 5px;
}

.nav a:last-of-type {
  margin-right: 0;
}

.registration {
  background-color: #ffc21a;
  padding: 11px 0;
}

.registration .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.registration .container > img {
  margin-right: 15px;
}

.registration p {
  font-weight: 700;
  margin-bottom: -1px;
  line-height: 22px;
}

.registration a {
  color: #5f60ff;
  font-weight: 700;
}

.registration a img {
  vertical-align: middle;
  margin-left: 3px;
  margin-top: -2px;
}

.main-block {
  padding: 290px 0 280px 0;
  background: url("../img/bg4.png") no-repeat right center / cover;
}

.main-block__content {
  max-width: 660px;
}

.main-block__title {
  font-weight: 700;
  font-size: 42px;
  line-height: 45px;
  margin-bottom: 20px;
}

.main-block__text {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.main-block__text:last-of-type {
  border: none;
}

.btn {
  border: 1px solid #000000;
  color: #000000;
  padding: 9px 17px 9px 20px;
  min-width: 181px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  max-width: 100%;
}

.btn:focus,
.btn:hover {
  /* transform: scale(1.1); */
}

.btn img {
  vertical-align: middle;
}

.what-is {
  padding: 30px 0;
}

.what-is .container {
  padding-top: 40px;
  border-top: 1px solid #3f485d59;
}

.what-is p {
  font-size: 19px;
  line-height: 1.5 !important;
  color: #313235;
}

.what-is p a {
  color: #313235;
  text-decoration: underline;
}

.type1 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.type1 .description {
  margin-left: 66px;
  max-width: 482px;
}

.type1 .title {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 15px;
}

.type1 .text {
  line-height: 22px;
  margin-bottom: 15px;
}

.type2 {
  padding: 76px 0 90px;
}

.benefits {
  background-color: #eeeeee;
}

.benefits .btn {
  width: 100%;
}

.type2 .title {
  font-weight: 700;
  font-size: 32px;
  line-height: 45px;
  margin-bottom: 49px;
}

.type2 .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.type2 .cards-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  background-color: #ffffff;
  max-width: 314px;
  margin-right: 43px;
}

.type2 .cards-item:last-of-type {
  margin-right: 0;
}

.type2 .cards-item__body {
  border: 1px solid #ababab;
  border-top: none;
  padding: 32px 22px 40px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.type2 .cards-item__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 25px;
}

.video {
  padding: 215px 0;
}

.video .description {
  margin-left: 0;
  margin-right: 66px;
}

.go-to {
  background-color: #ffffff;
}

.go-to .cards {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.go-to .cards-item {
  width: 454px;
  max-width: 454px;
  margin-right: 0;
  margin-bottom: 89px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.go-to .cards-item:first-of-type,
.go-to .cards-item:nth-child(3) {
  margin-right: 118px;
}

.go-to .cards-item__title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
}

.cards-item__body ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  list-style-type: disc;
}

.cards-item__body ul {
  margin-left: 15px;
  margin-bottom: 35px;
}

.go-to .btn {
  width: 330px;
}

.go-to .cards-item__body {
  /* border: none; */
}

.success-story {
  background-color: #eeeeee;
}

.cards .btn {
  margin-top: auto;
}

.success-story .btn {
  width: 200px;
}

.success-story .cards-item {
  max-width: 299px;
}

.success-story .cards-item__title {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 14px;
}

.success-story .cards-item__text {
  font-size: 14px;
  margin-bottom: 50px;
}

.success-story .cards-item__body {
  padding: 25px 22px 34px;
}

.our-team {
  background-color: #eeeeee;
}

.our-team .text {
  margin-bottom: 80px;
}

.our-team__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

label span {
  font-weight: 700;
  color: red;
}

.our-team__item {
  max-width: 255px;
  text-align: center;
  margin-right: 130px;
}

.our-team__item:last-of-type {
  margin-right: 0px;
}

.our-team__item img {
  margin-bottom: 25px;
}

.our-team__name {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 15px;
}

.our-team__position {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

.footer .contacts .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer .contact {
  padding: 72px 0 80px;
  /* background-color: #eeeeee; */
  background-color: #fff;
}

.registrations {
  background-color: #eeeeee;
}

.footer .contact .container .contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer .contact .container .contacts > p {
  margin: 0 0 10px 0;
}

.footer .mails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer .contact a {
  color: #000000;
}

.copyright {
  background: #000000;
  color: #ffffff;
  padding: 27px 0;
}

.nav2 {
  display: none;
}

.form {
  background: #ffffff;
  padding-top: 30px;
  display: block !important;
  position: static !important;
}

.form.active {
  display: block;
}

form {
  padding: 30px;
  max-width: 885px;
  margin: 10px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  /* margin-bottom: 28px; */
}

form p {
  font-weight: 700;
  font-size: 32px;
  line-height: 28px;
  margin-bottom: 45px;
}

.form_close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

form label {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
}

form input,
form textarea,
form select {
  width: 100%;
  border: 1px solid #e2e1e5;
  border-radius: 5px;
  padding-left: 15px;
  padding-right: 10px;
}

form input,
form select {
  height: 48px;
  margin-bottom: 17px;
}

form input::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
  color: #d2d2d2;
}

form input::-moz-placeholder,
form textarea::-moz-placeholder {
  color: #d2d2d2;
}

form input:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
  color: #d2d2d2;
}

form input::-ms-input-placeholder,
form textarea::-ms-input-placeholder {
  color: #d2d2d2;
}

form input::placeholder,
form textarea::placeholder {
  color: #d2d2d2;
}

form textarea {
  padding-top: 10px;
  resize: none;
  min-height: 132px;
  margin-bottom: 40px;
}

form button {
  background: #000000;
  border: 1px solid #000000;
  border-radius: 5px;
  color: #ffffff;
  height: 48px;
  min-width: 103px;
  cursor: pointer;
}

.form_close > img {
  cursor: pointer;
}

iframe {
  max-width: 100%;
}

.thanks {
  background-image: url("../img/bg4.png") no-repeat right center / cover;
}

.our-team__position span {
  text-transform: uppercase;
}

.vebinars .cards .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.vebinars .cards {
  flex-wrap: nowrap;
  padding: 0 50px;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  color: #000000;
}

.vebinars .swiper-slide {
  max-width: 454px;
  height: auto;
}

.mails a > img {
  vertical-align: sub;
  margin-right: 5px;
  width: 20px;
  height: 20px;
}

.terms {
  display: flex;
  align-items: flex-start;
}

.terms input {
  min-height: 20px;
  min-width: 20px;
  width: 20px;
  height: 20px;
  margin: 35px 20px 0 0;
}

.terms p {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  margin: 30px 0;
}

.btn {
  background: #000000;
  border: 1px solid #000000;
  border-radius: 5px;
  color: #ffffff;
  height: 48px;
  min-width: 103px;
  cursor: pointer;
  margin-top: 40px;
}

.program .container {
  justify-content: flex-start;
}

.program h2 {
  margin-bottom: 40px !important;
  margin-top: 40px;
}

.program .container > div {
  width: 100%;
}

.programs-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  border-bottom: 1px solid #3f485d59;
  padding: 30px 0;
}

.programs-item:last-of-type {
  margin-bottom: 30px;
  border: none;
}

.programs_time {
  min-width: 30%;
  font-size: 21px;
}

@media (max-width: 1101px) {
  .programs_time {
    min-width: 25%;
  }
}

.programs_name {
  font-size: 25px;
}

.programs_speaker {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 25px;
}

.speaker_foto {
  width: 75px;
  height: 75px;
  margin-right: 30px;
  border-radius: 50%;
  /* filter: grayscale(1); */
}

.speaker_name {
  font-size: 16px;
  font-weight: 700;
  margin-right: 30px;
  line-height: 1.5;
}

.speaker_name span {
  font-weight: 400;
}

.speaker_role {
  font-size: 16px;
}

.what-is ul {
  list-style: disc;
  font-size: 19px;
  line-height: 1.5;
  margin-left: 20px;
}

.what-is ul li {
  margin-left: 20px;
}

.main-block {
  position: relative;
  z-index: 0;
}

.overlay {
  display: none;
  position: absolute;
  inset: 0; /* top: 0; left: 0; right: 0; bottom: 0 */
  background: rgba(0, 0, 0, 0.5); /* полупрозрачный тёмный слой */
  z-index: 1;
}

.logo {
  display: block;
}

a {
  color: #000;
}

.menu-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}

.menu-header a {
  color: #000;
  text-decoration: none;
  transition: color 0.2s ease;
}

.menu-header a:hover {
  color: #007bff;
  text-decoration: underline;
}

.menu-header span {
  margin: 0 4px;
  color: #000;
}

html {
  scroll-behavior: smooth;
}

[id]::before {
  content: "";
  display: block;
  height: 100px; /* регулируется по нужде */
  margin-top: -100px;
  visibility: hidden;
}

@media (max-width: 1919px) {
  .main-block {
    /* background-image: url("../img/bg2.png"); */
    padding: 190px 0;
  }
}

@media (max-width: 1439px) {
  .container {
    padding: 0 30px;
  }

  .go-to .cards-item:first-of-type,
  .go-to .cards-item:nth-child(3) {
    margin-right: 89px;
  }

  .our-team__item {
    margin-right: 70px;
  }

  .main-block {
    background-position: center center;
  }
}

@media (max-width: 850px) {
  .container {
    max-width: 480px;
  }

  .header .contact {
    display: none;
  }

  .logos .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .logos .container a:first-child img {
    margin-bottom: 25px;
  }

  .logos .container {
    padding: 15px 30px 25px;
  }

  .nav {
    display: none;
  }

  .nav2 {
    display: block;
    background: #000000;
    padding: 15px 0;
  }

  .nav2 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav2 .lang2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    margin-bottom: -8px;
    padding: 5px 0;
    cursor: pointer;
    position: relative;
  }

  .nav2 .lang2 img {
    margin-left: 5px;
  }

  .burger {
    padding: 5px;
  }

  .registration {
    padding: 22px 0;
  }

  .registration p {
    max-width: 315px;
  }

  .registration a img {
    margin-top: -3px;
  }

  .registration .container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .main-block {
    /* background-image: url("../img/bg3.png"); */
    padding: 34px 0 50px;
  }

  .main-block__title {
    max-width: 285px;
  }

  .type1 .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .what-is {
    padding: 22px 0 50px;
  }

  .what-is .container > img {
    max-width: 396px;
  }

  .type1 .description {
    margin-left: 0;
    margin-top: 50px;
  }

  .type1 .text {
    margin-bottom: 20px;
  }

  .type2 {
    padding: 50px 0 170px;
  }

  .cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .type2 .cards-item {
    margin-right: 0;
    margin-bottom: 45px;
  }

  .type2 .cards-item:last-of-type {
    margin-bottom: 0;
  }

  .video {
    padding: 102px 0;
  }

  .type1 .description {
    margin-top: 0;
  }

  .video .description {
    margin-right: 0;
    margin-bottom: 42px;
  }

  .go-to .cards-item:first-of-type,
  .go-to .cards-item:nth-child(3) {
    margin-right: 0;
  }

  .go-to .cards-item {
    max-width: 100%;
  }

  .go-to .container {
    padding: 0 14px;
  }

  .type2 .title {
    margin-left: 16px;
  }

  .our-team__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .our-team__item {
    margin-right: 0px;
    margin-bottom: 70px;
  }

  .our-team__item:last-of-type {
    margin-bottom: 0px;
  }

  .our-team {
    padding: 47px 0 90px;
  }

  .contact .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .type2 .title {
    margin-left: 0;
    margin-bottom: 20px;
  }

  .success-story .title {
    margin-bottom: 85px;
  }

  .our-team .text {
    margin-bottom: 60px;
  }

  .footer .contact .container img {
    margin-right: 0;
    margin-top: 40px;
  }

  .footer .contact .container .contacts {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .footer .contact {
    padding: 60px 0 50px;
  }

  .what-is .container > img {
    margin-bottom: 50px;
  }

  .programs-item {
    flex-direction: column;
  }

  .programs_time {
    margin-bottom: 15px;
  }

  .overlay {
    display: block;
  }

  .main-block__content {
    position: relative;
    z-index: 2;
  }

  .logo {
    display: none;
  }
}

@media screen and (max-width: 650px) {
  .menu-header {
    flex-direction: column;
    font-size: 24px;
    gap: 4px;
  }

  .menu-header span {
    display: none; /* убираем | на мобильных */
  }
}

@media (max-width: 480px) {
  .container {
    max-width: 480px;
  }

  .header .contact {
    display: none;
  }

  .logos .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .logos .container a:first-child img {
    margin-bottom: 25px;
  }

  .logos .container {
    padding: 15px 30px 25px;
  }

  .nav {
    display: none;
  }

  .nav2 {
    display: block;
    background: #000000;
    padding: 15px 0;
  }

  .nav2 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav2 .lang2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    margin-bottom: -8px;
    padding: 5px 0;
    cursor: pointer;
    position: relative;
  }

  .nav2 .lang2 img {
    margin-left: 5px;
  }

  .burger {
    padding: 5px;
  }

  .registration {
    padding: 22px 0;
  }

  .registration p {
    max-width: 315px;
  }

  .registration a img {
    margin-top: -3px;
  }

  .registration .container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .main-block {
    /* background-image: url("../img/bg3.png"); */
    padding: 34px 0 50px;
  }

  .main-block__title {
    max-width: 285px;
  }

  .type1 .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .what-is {
    padding: 22px 0 50px;
  }

  .what-is .container > img {
    max-width: 100%;
  }

  .type1 .description {
    margin-left: 0;
    margin-top: 50px;
  }

  .type1 .text {
    margin-bottom: 20px;
  }

  .type2 {
    padding: 50px 0 170px;
  }

  .cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .type2 .cards-item {
    margin-right: 0;
    margin-bottom: 45px;
  }

  .type2 .cards-item:last-of-type {
    margin-bottom: 0;
  }

  .video {
    padding: 102px 0;
  }

  .type1 .description {
    margin-top: 0;
  }

  .video .description {
    margin-right: 0;
    margin-bottom: 42px;
  }

  .go-to .cards-item:first-of-type,
  .go-to .cards-item:nth-child(3) {
    margin-right: 0;
  }

  .go-to .cards-item {
    max-width: 100%;
  }

  .go-to .container {
    padding: 0 14px;
  }

  .type2 .title {
    margin-left: 16px;
  }

  .our-team__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .our-team__item {
    margin-right: 0px;
    margin-bottom: 70px;
  }

  .our-team__item:last-of-type {
    margin-bottom: 0px;
  }

  .our-team {
    padding: 47px 0 90px;
  }

  .contact .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .type2 .title {
    margin-left: 0;
    margin-bottom: 20px;
  }

  .success-story .title {
    margin-bottom: 85px;
  }

  .our-team .text {
    margin-bottom: 60px;
  }

  .footer .contact .container img {
    margin-right: 0;
    margin-top: 40px;
  }

  .footer .contact .container .contacts {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .footer .contact {
    padding: 60px 0 50px;
  }

  .what-is .container > img {
    margin-bottom: 50px;
  }

  .speaker_foto {
    margin-right: 15px;
  }

  .speaker_name {
    margin-right: 15px;
  }
}

@media (max-width: 360px) {
  .footer .mails {
    flex-direction: column;
  }

  .footer .contacts {
    width: 100%;
  }

  .footer .mails p {
    display: none;
  }

  .copyright p {
    font-size: 15px;
  }

  .speaker_role {
    font-size: 10px;
  }
}
