@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Light.woff2") format("woff2"), url("../fonts/Rubik-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Regular.woff2") format("woff2"), url("../fonts/Rubik-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Medium.woff2") format("woff2"), url("../fonts/Rubik-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Bold.woff2") format("woff2"), url("../fonts/Rubik-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Black.woff2") format("woff2"), url("../fonts/Rubik-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

button,
input,
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  font-family: inherit;
}

button:focus {
  box-shadow: none !important;
}

*:focus {
  outline: none;
}

body {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  color: #5b5b5b;
  background: #fff;
}

a {
  display: inline-block;
  font: inherit;
  color: inherit;
  transition: 300ms;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  max-height: 100%;
}

a img {
  border: none;
  outline: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.container {
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 1380px) {
  .container {
    width: 970px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    width: 750px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
}

.wrapper {
  overflow: hidden;
  position: relative;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  z-index: 200;
  color: #fff;
  background: #44509e;
  padding: 18px 0;
}

.header.dop {
  transform: translateY(-200px);
  transition: 300ms;
}

@media only screen and (max-width: 991px) {
  .header.dop {
    transform: none;
  }
}

.header.show {
  transform: none;
  position: fixed;
  box-shadow: 0px 0px 40px rgba(25, 46, 58, 0.15);
  border-radius: 0 0 16px 16px;
}

@media only screen and (max-width: 991px) {
  .header {
    position: fixed;
    border-radius: 0 0 16px 16px;
    box-shadow: 0px 0px 40px rgba(25, 46, 58, 0.15);
  }
}

@media only screen and (max-width: 767px) {
  .header {
    padding: 12px 0;
  }
}

.header__items {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__end {
  display: none;
}

@media only screen and (max-width: 991px) {
  .header__end {
    display: block;
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
  }
}

.header__start {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .header__start {
    display: block;
    max-width: 750px;
    width: 100%;
    margin: 0 auto 80px auto;
  }
}

.header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 139px;
}

@media only screen and (max-width: 1380px) {
  .header__logo {
    width: 110px;
  }
}

@media only screen and (max-width: 991px) {
  .header__logo {
    width: 135px;
  }
}

.header__logo img {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 991px) {
  .header__item {
    background: #3a4692;
    position: fixed;
    bottom: 150vh;
    left: 0;
    right: 0;
    width: 100%;
    height: calc(100% - 66px);
    z-index: 150;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: auto;
    padding: 40px 0 100px 0;
    transition: 500ms;
  }
}

@media only screen and (max-width: 991px) and (max-width: 767px) {
  .header__item {
    padding: 40px 20px 100px 20px;
  }
}

@media only screen and (max-width: 991px) {
  .header__item.active {
    bottom: 0;
  }
}

.header__lang {
  position: relative;
}

.header__lang-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 11px 0 15px;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 50px;
  border: 1px solid #fff;
  cursor: pointer;
  width: 92px;
  height: 40px;
}

@media only screen and (max-width: 1380px) {
  .header__lang-header {
    font-size: 14px;
    width: 80px;
    height: 36px;
  }
}

@media only screen and (max-width: 991px) {
  .header__lang-header {
    width: 92px;
    height: 40px;
    font-size: 18px;
  }
}

.header__lang-header img {
  transition: 300ms;
}

.header__lang-header.active img {
  transform: rotate(180deg);
}

.header__lang-drop {
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 50px;
  background: #44509e;
  padding: 5px 0;
  display: none;
}

@media only screen and (max-width: 1380px) {
  .header__lang-drop {
    font-size: 14px;
    top: 42px;
  }
}

@media only screen and (max-width: 991px) {
  .header__lang-drop {
    width: 92px;
    top: 45px;
    font-size: 18px;
  }
}

.header__lang-drop li a {
  padding: 5px 10px;
}

.header__nav {
  display: flex;
  align-items: center;
  margin-right: 43px;
}

@media only screen and (max-width: 1380px) {
  .header__nav {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .header__nav {
    margin-right: 0;
    display: block;
    margin-bottom: 40px;
  }
}

.header__nav li {
  margin-right: 48px;
  position: relative;
}

.header__nav li:hover .header__drop {
  display: block;
}

@media only screen and (max-width: 991px) {
  .header__nav li:hover .header__drop {
    display: none;
  }
}

@media only screen and (max-width: 1380px) {
  .header__nav li {
    margin-right: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .header__nav li {
    margin-right: 0;
    margin-bottom: 45px;
  }
  .header__nav li:last-child {
    margin-bottom: 0;
  }
}

.header__nav li:last-child {
  margin-right: 0;
}

.header__nav li a {
  font-size: 18px;
  display: flex;
  align-items: center;
}

.header__nav li a svg path {
  transition: 300ms;
}

@media only screen and (max-width: 1380px) {
  .header__nav li a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .header__nav li a {
    font-size: 22px;
  }
}

.header__nav li a:hover {
  color: #ffcb05;
}

.header__nav li a:hover svg path {
  fill: #ffcb05;
}

.header__nav li a span {
  display: flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 991px) {
  .header__nav li a span {
    width: 30px;
    height: 30px;
    transition: 300ms;
  }
  .header__nav li a span.active {
    transform: rotate(180deg);
  }
}

@media only screen and (max-width: 991px) {
  .header__nav-child.active .header__drop {
    display: block !important;
  }
}

.header__end-text {
  font-size: 18px;
}

.header__end-text p {
  margin-bottom: 5px;
}

.header__end-text p:last-child {
  margin-bottom: 0;
}

.header__social {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}

.header__social li {
  margin-right: 16px;
}

.header__social li:last-child {
  margin-right: 0;
}

.header__social li a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__social li a:hover {
  transform: scale(1.1);
}

.header__burger {
  display: none;
  width: 32px;
}

@media only screen and (max-width: 991px) {
  .header__burger {
    display: block;
    position: relative;
    z-index: 200;
  }
}

.header__burger a {
  display: block;
  cursor: pointer;
  padding: 12px 0;
}

.header__burger a span {
  position: relative;
  display: block;
  width: 32px;
  height: 3px;
  border-radius: 7px;
  background: #fff;
  transition: all 0.2s ease-in-out;
}

.header__burger a span:before, .header__burger a span:after {
  content: "";
  width: 32px;
  height: 3px;
  position: absolute;
  left: 0;
  background: #fff;
  border-radius: 7px;
  transition: all 0.2s ease-in-out;
}

.header__burger a span:before {
  top: -8px;
}

.header__burger a span:after {
  top: 8px;
}

.header__burger a.active span {
  background: transparent;
}

.header__burger a.active span:before {
  transform: rotate(45deg) translate(5px, 6px);
}

.header__burger a.active span:after {
  transform: rotate(-45deg) translate(5px, -6px);
}

.header__btn {
  display: flex;
  margin-right: 17px;
  padding: 10px 22px;
  border-radius: 50px;
  background: #ed1c24;
  font-size: 18px;
  font-weight: 600;
  transition: 300ms;
}

@media screen and (max-width: 1380px) {
  .header__btn {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .header__btn {
    display: none;
  }
}

.header__btn:hover {
  background: #c00b12;
}

.header__drop {
  position: absolute;
  width: 397px;
  top: 20px;
  left: 0;
  display: none;
  z-index: 5;
  padding-top: 55px;
}

@media only screen and (max-width: 991px) {
  .header__drop {
    position: static;
    width: 100%;
    padding-top: 0;
  }
}

.header__drop ul {
  border-radius: 10px;
  padding: 21px 10px 28px 24px;
  background: #fff;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 991px) {
  .header__drop ul {
    padding: 20px 0 0 20px;
    box-shadow: none;
    background: none;
  }
}

.header__drop ul li {
  margin-bottom: 20px;
  transition: 350ms;
  padding-bottom: 0;
  margin-right: 0;
}

.header__drop ul li:hover a {
  color: #ed1c24;
}

.header__drop ul li:last-child {
  margin-bottom: 0;
}

.header__drop ul li a {
  color: #5b5b5b;
  font-size: 18px;
}

@media only screen and (max-width: 991px) {
  .header__drop ul li a {
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .header__drop ul li a {
    font-size: 16px;
  }
}

.showcase__block {
  background-color: #5661a6;
  border-radius: 0px 0px 64px 64px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 1380px) {
  .showcase__block {
    min-height: 600px;
  }
}

@media screen and (max-width: 991px) {
  .showcase__block {
    padding: 200px 0 0;
    display: flex !important;
    flex-direction: column;
    min-height: auto;
    height: auto;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .showcase__block {
    padding: 95px 0 0;
    border-radius: 0px 0px 40px 40px;
  }
}

@media screen and (max-height: 650px) {
  .showcase__block {
    height: 650px;
    min-height: 650px;
  }
}

.showcase__title {
  font-size: 74px;
  font-weight: 700;
  line-height: normal;
  max-width: 540px;
  margin-bottom: 15px;
}

@media screen and (max-width: 1660px) {
  .showcase__title {
    font-size: 60px;
  }
}

@media screen and (max-width: 1380px) {
  .showcase__title {
    font-size: 55px;
  }
}

@media screen and (max-width: 991px) {
  .showcase__title {
    text-align: center;
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .showcase__title {
    font-size: 34px;
    max-width: 360px;
    margin: 0 auto 14px;
  }
}

.showcase__text {
  font-size: 20px;
  line-height: normal;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 991px) {
  .showcase__text {
    text-align: center;
    margin: 0 auto 40px;
  }
}

@media screen and (max-width: 767px) {
  .showcase__text {
    font-size: 16px;
    margin: 0 auto 22px;
  }
}

.showcase__text span {
  position: relative;
}

@media screen and (max-width: 767px) {
  .showcase__text span {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}

.showcase__text span::before {
  content: "";
  position: absolute;
  width: 83px;
  height: 11px;
  background-image: url(../images/showcase-2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  bottom: -8px;
}

@media screen and (max-width: 767px) {
  .showcase__text span::before {
    width: 63px;
    height: 9px;
    bottom: -6px;
  }
}

.showcase__btn {
  padding: 14px 22px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 50px;
  background: #ed1c24;
  color: #fff;
  transition: 300ms;
  display: none;
}

.showcase__btn:hover {
  background: #c00b12;
}

@media screen and (max-width: 991px) {
  .showcase__btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .showcase__btn {
    font-size: 16px;
    padding: 10px 22px;
  }
}

.showcase__image {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
}

.showcase__image img:last-child {
  display: none;
}

@media screen and (max-width: 767px) {
  .showcase__image img:last-child {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .showcase__image img:first-child {
    display: none;
  }
}
  .showcase__image {
    max-width: 800px;
    height: 100%;
  }
@media screen and (max-width: 1950px) {
  .showcase__image {
    max-width: 800px;
    height: 100%;
  }
  .showcase__image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 1500px) {
  .showcase__image {
    max-width: 700px;
  }
}

@media screen and (max-width: 1380px) {
  .showcase__image {
    max-width: 500px;
  }
}

@media screen and (max-width: 991px) {
  .showcase__image {
    position: static;
    max-width: none;
    width: 100%;
    height: 700px;
  }
}

@media screen and (max-width: 767px) {
  .showcase__image {
    height: 258px;
  }
}

.showcase__inner {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

@media screen and (max-width: 991px) {
  .showcase__inner {
    margin-bottom: 60px;
    position: static;
    transform: none;
  }
}

@media screen and (max-width: 767px) {
  .showcase__inner {
    margin-bottom: 48px;
  }
}

.showcase__decor {
  position: absolute;
  display: flex;
}

.showcase__decor-first {
  top: 0px;
  left: -94px;
}

@media screen and (max-width: 991px) {
  .showcase__decor-first {
    left: -30px;
  }
}

@media screen and (max-width: 767px) {
  .showcase__decor-first {
    max-width: 38px;
    left: 0;
    top: -10px;
  }
}

.showcase__decor-third {
  bottom: -84px;
  left: 6px;
}

@media screen and (max-width: 991px) {
  .showcase__decor-third {
    bottom: -30px;
  }
}

@media screen and (max-width: 767px) {
  .showcase__decor-third {
    bottom: -23px;
    left: auto;
    right: -10px;
  }
}

.showcase__decor-four {
  left: 494px;
  bottom: 0px;
  width: 140px;
}

@media screen and (max-width: 991px) {
  .showcase__decor-four {
    bottom: -10px;
    left: auto;
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .showcase__decor-four {
    display: none;
  }
}

.showcase .slick-arrow {
  border: 0;
  font-size: 0;
  width: 22px;
  height: 47px;
  background: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  cursor: pointer;
  position: absolute;
  top: 47%;
  transform: translate(0, -50%);
  z-index: 10;
}

@media screen and (max-width: 991px) {
  .showcase .slick-arrow {
    top: 26%;
  }
}

@media screen and (max-width: 767px) {
  .showcase .slick-arrow {
    width: 14px;
    height: 29px;
    top: 227px;
    transform: none;
  }
}

.showcase .slick-prev {
  background-image: url(../images/showcase-arrow-l.svg);
  left: 60px;
}

@media screen and (max-width: 1200px) {
  .showcase .slick-prev {
    left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .showcase .slick-prev {
    left: 6px;
  }
}

.showcase .slick-next {
  background-image: url(../images/showcase-arrow-r.svg);
  right: 60px;
}

@media screen and (max-width: 1200px) {
  .showcase .slick-next {
    right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .showcase .slick-next {
    right: 6px;
  }
}

.showcase .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 36px;
  gap: 17px;
}

.showcase .slick-dots li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.showcase .slick-dots li.slick-active button {
  border: 1px solid #5661a6;
}

.showcase .slick-dots li.slick-active::before {
  opacity: 1;
}

.showcase .slick-dots li::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #5661a6;
  top: 4px;
  left: 4px;
  opacity: 0;
  display: flex;
}

.showcase .slick-dots li button {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid transparent;
  font-size: 0;
  background-color: #eaeaea;
}

.about {
  padding: 144px 0;
}

@media screen and (max-width: 1660px) {
  .about {
    padding: 120px 0;
  }
}

@media screen and (max-width: 991px) {
  .about {
    padding: 160px 0 120px;
  }
}

@media screen and (max-width: 767px) {
  .about {
    padding: 86px 0 84px;
  }
}

.about__items {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .about__items {
    flex-direction: column;
  }
}

.about__info {
  opacity: 0;
  transform: translateX(-100px);
  transition: 1000ms;
}

.about__info.element-show {
  transform: none;
  opacity: 1;
}

.about__btn {
  padding: 14px 22px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 50px;
  background: #ed1c24;
  color: #fff;
  transition: 300ms;
}

.about__btn:hover {
  background: #c00b12;
}

@media screen and (max-width: 991px) {
  .about__btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .about__btn {
    font-size: 16px;
    padding: 10px 22px;
  }
}

.about__title {
  color: #0e0e0e;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
}

@media screen and (max-width: 1660px) {
  .about__title {
    font-size: 55px;
  }
}

@media screen and (max-width: 991px) {
  .about__title {
    text-align: center;
    margin: 0 auto;
    font-size: 55px;
  }
}

@media screen and (max-width: 767px) {
  .about__title {
    font-size: 32px;
  }
}

.about__title-decor {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.about__title-decor::before {
  content: "";
  position: absolute;
  width: 128px;
  height: 128px;
  background-image: url(../images/about-decor.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: -145px;
  top: -26px;
}

@media screen and (max-width: 1660px) {
  .about__title-decor::before {
    width: 110px;
    height: 110px;
    right: -118px;
    top: -16px;
  }
}

@media screen and (max-width: 991px) {
  .about__title-decor::before {
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
    width: 110px;
    height: 110px;
    top: -80px;
  }
}

@media screen and (max-width: 767px) {
  .about__title-decor::before {
    width: 60px;
    height: 60px;
    top: -50px;
  }
}

.about__text {
  font-size: 18px;
  font-weight: 400;
  margin: 21px 0 25px;
  max-width: 596px;
}

@media screen and (max-width: 1380px) {
  .about__text {
    max-width: 497px;
  }
}

@media screen and (max-width: 991px) {
  .about__text {
    max-width: none;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .about__text {
    font-size: 16px;
    margin: 21px 0;
  }
}

.about__text p {
  margin-bottom: 20px;
}

.about__text p:last-child {
  margin-bottom: 0;
}

.about__image {
  position: relative;
  display: flex;
  border-radius: 40px;
  border: 2px solid #ffcb05;
  width: 557px;
  height: 577px;
  opacity: 0;
  transform: translateX(100px);
  transition: 1000ms;
}

.about__image.element-show {
  transform: none;
  opacity: 1;
}

@media screen and (max-width: 1660px) {
  .about__image {
    width: 450px;
    height: 450px;
  }
}

@media screen and (max-width: 1380px) {
  .about__image {
    width: 380px;
    height: 380px;
  }
}

@media screen and (max-width: 991px) {
  .about__image {
    width: 500px;
    height: 500px;
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .about__image {
    width: 293px;
    height: 301px;
    margin: 36px 0 0 auto;
  }
}

.about__image img {
  position: absolute;
  top: 50%;
  left: -54px;
  border-radius: 40px;
  transform: translate(0, -50%);
}

@media screen and (max-width: 1380px) {
  .about__image img {
    max-width: 380px;
    left: -36px;
  }
}

@media screen and (max-width: 991px) {
  .about__image img {
    max-width: 500px;
  }
}

@media screen and (max-width: 767px) {
  .about__image img {
    width: 298px;
    height: 257px;
    left: -27px;
  }
}

.worth {
  padding-bottom: 166px;
}

@media screen and (max-width: 1660px) {
  .worth {
    padding-bottom: 140px;
  }
}

@media screen and (max-width: 991px) {
  .worth {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .worth {
    padding-bottom: 59px;
  }
}

.worth__blocks {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  position: relative;
}

.worth__blocks::before {
  content: "";
  position: absolute;
  background-image: url(../images/worth-decor2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 151px;
  height: 151px;
  left: -65px;
  bottom: -72px;
}

@media screen and (max-width: 767px) {
  .worth__blocks::before {
    display: none;
  }
}

@media screen and (max-width: 1380px) {
  .worth__blocks {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .worth__blocks {
    row-gap: 15px;
  }
}

.worth__block {
  color: #fff;
  position: relative;
  padding: 62px 0 72px 44px;
  border-radius: 40px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(50px);
  transition: 1000ms;
}

.worth__block.element-show {
  transform: none;
  opacity: 1;
}

@media screen and (max-width: 1660px) {
  .worth__block {
    padding: 45px 0 45px 44px;
  }
}

@media screen and (max-width: 991px) {
  .worth__block {
    padding: 40px;
  }
}

@media screen and (max-width: 767px) {
  .worth__block {
    padding: 29px 40px 0;
    border-radius: 20px;
  }
}

.worth__block:nth-child(1) {
  background: #00a651;
}

.worth__block:nth-child(1) .worth__img {
  top: 33px;
  right: 38px;
}

@media screen and (max-width: 1660px) {
  .worth__block:nth-child(1) .worth__img {
    top: 25px;
  }
}

@media screen and (max-width: 1660px) {
  .worth__block:nth-child(1) .worth__img {
    max-width: 170px;
  }
}

@media screen and (max-width: 991px) {
  .worth__block:nth-child(1) .worth__img {
    margin-top: 40px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .worth__block:nth-child(1) .worth__img {
    max-width: 190px;
    margin: 16px auto 21px;
  }
}

.worth__block:nth-child(2) {
  background: #8d4599;
}

.worth__block:nth-child(2) .worth__img {
  top: 4px;
  right: 17px;
}

@media screen and (max-width: 1660px) {
  .worth__block:nth-child(2) .worth__img {
    top: -15px;
  }
  .worth__block:nth-child(2) .worth__img img {
    max-width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .worth__block:nth-child(2) .worth__img {
    margin-top: -23px;
    margin-bottom: 13px;
  }
}

.worth__block:nth-child(3) {
  padding: 64px 0 93px 44px;
  background-color: #7256f9;
  grid-column: 1 / 3;
}

@media screen and (max-width: 1660px) {
  .worth__block:nth-child(3) {
    padding: 50px 0px 70px 44px;
  }
}

@media screen and (max-width: 1380px) {
  .worth__block:nth-child(3) {
    grid-column: auto;
  }
}

@media screen and (max-width: 991px) {
  .worth__block:nth-child(3) {
    padding: 40px 40px 0;
  }
}

@media screen and (max-width: 767px) {
  .worth__block:nth-child(3) {
    padding: 29px 40px 0;
  }
}

.worth__block:nth-child(3) .worth__name {
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .worth__block:nth-child(3) .worth__name {
    margin-bottom: 11px;
  }
}

.worth__block:nth-child(3) .worth__text {
  max-width: 488px;
}

@media screen and (max-width: 1380px) {
  .worth__block:nth-child(3) .worth__text {
    max-width: 476px;
  }
}

@media screen and (max-width: 991px) {
  .worth__block:nth-child(3) .worth__text {
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .worth__block:nth-child(3) .worth__text {
    margin-bottom: 230px;
  }
}

.worth__block:nth-child(3) .worth__img {
  right: 26px;
  top: -22px;
}

@media screen and (max-width: 1660px) {
  .worth__block:nth-child(3) .worth__img {
    max-width: 520px;
  }
}

@media screen and (max-width: 1380px) {
  .worth__block:nth-child(3) .worth__img {
    max-width: 500px;
    right: -46px;
    top: -12px;
  }
}

@media screen and (max-width: 991px) {
  .worth__block:nth-child(3) .worth__img {
    margin: 0 auto;
    transform: translate(20px);
  }
}

@media screen and (max-width: 767px) {
  .worth__block:nth-child(3) .worth__img {
    position: absolute;
    top: auto;
    bottom: -10px;
    left: 58%;
    transform: translate(-50%, 0);
    min-width: 420px;
  }
}

.worth__block:nth-child(3) .worth__img span {
  position: relative;
  z-index: 22;
}

.worth__block:nth-child(3) .worth__circle {
  position: absolute;
  display: flex;
  z-index: -2;
}

@media screen and (max-width: 1380px) {
  .worth__block:nth-child(3) .worth__circle {
    max-width: 150px;
  }
}

.worth__block:nth-child(3) .worth__circle-first {
  right: -34px;
  bottom: -24px;
}

@media screen and (max-width: 1380px) {
  .worth__block:nth-child(3) .worth__circle-first {
    right: 0px;
    bottom: 8px;
  }
}

@media screen and (max-width: 767px) {
  .worth__block:nth-child(3) .worth__circle-first {
    max-width: 190px;
    bottom: 50px;
  }
}

.worth__block:nth-child(3) .worth__circle-second {
  left: -78px;
  bottom: 75px;
}

@media screen and (max-width: 1380px) {
  .worth__block:nth-child(3) .worth__circle-second {
    left: -43px;
    bottom: 75px;
  }
}

@media screen and (max-width: 767px) {
  .worth__block:nth-child(3) .worth__circle-second {
    max-width: 140px;
    left: -53px;
    bottom: 77px;
  }
}

.worth__name {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 21px;
}

@media only screen and (max-width: 1660px) {
  .worth__name {
    font-size: 30px;
  }
}

@media screen and (max-width: 991px) {
  .worth__name {
    font-size: 28px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .worth__name {
    font-size: 24px;
    margin-bottom: 11px;
  }
}

.worth__text {
  font-size: 18px;
  max-width: 359px;
}

@media screen and (max-width: 991px) {
  .worth__text {
    max-width: none;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .worth__text {
    font-size: 16px;
  }
}

.worth__img {
  display: flex;
  position: absolute;
}

@media screen and (max-width: 991px) {
  .worth__img {
    position: static;
    justify-content: center;
  }
}

.worth__title {
  position: relative;
}

.worth__title::before {
  content: "";
  position: absolute;
  background-image: url(../images/worth-decor1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 113px;
  height: 113px;
  top: -19px;
  right: 0;
}

@media screen and (max-width: 991px) {
  .worth__title::before {
    width: 90px;
    height: 90px;
    top: -65px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

@media screen and (max-width: 767px) {
  .worth__title::before {
    width: 46px;
    height: 46px;
    top: -40px;
  }
}

.programs {
  background-color: #ffcb05;
  border-radius: 64px;
  overflow: hidden;
}

.programs__items {
  padding: 61px 0 105px;
  position: relative;
}

@media screen and (max-width: 1660px) {
  .programs__items {
    padding: 60px 0 80px;
  }
}

@media screen and (max-width: 991px) {
  .programs__items {
    padding: 60px 0;
  }
}

@media screen and (max-width: 767px) {
  .programs__items {
    padding: 47px 0 58px;
  }
}

@media screen and (max-width: 767px) {
  .programs {
    border-radius: 40px;
  }
}

.programs__more {
  border-radius: 50px;
  background: #fff;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  padding: 14px 22px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .programs__more {
    margin-top: 3px;
  }
}

.programs__tabs {
  display: flex;
  margin: 28px 0 49px;
  gap: 20px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.programs__tabs::before {
  content: "";
  position: absolute;
  background-image: url(../images/program-decor.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 76px;
  height: 150px;
  bottom: 0;
  right: -106px;
}

@media screen and (max-width: 991px) {
  .programs__tabs::before {
    height: 86px;
    right: -85px;
  }
}

@media screen and (max-width: 767px) {
  .programs__tabs::before {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .programs__tabs {
    flex-wrap: wrap;
    margin: 18px 0;
    gap: 18px 11px;
  }
}

.programs__tab {
  padding: 14px 22px;
  border: 2px solid #0e0e0e;
  border-radius: 50px;
  color: #0e0e0e;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  cursor: pointer;
  transition: 350ms;
}

@media screen and (max-width: 767px) {
  .programs__tab {
    font-size: 16px;
    padding: 10px 22px;
  }
}

.programs__tab:hover {
  background: #ed1c24;
  border: 2px solid #ed1c24;
  color: #fff;
}

.programs__tab.active {
  background: #ed1c24;
  border: 2px solid #ed1c24;
  color: #fff;
}

.programs__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 15px;
}

@media screen and (max-width: 991px) {
  .programs__list {
    gap: 20px 15px;
  }
}

@media screen and (max-width: 767px) {
  .programs__list {
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding-bottom: 15px;
    gap: 10px;
    margin-right: -20px;
    padding-right: 20px;
    position: relative;
    z-index: 3;
  }
}

.programs__list li {
  font-size: 18px;
  font-weight: 600;
  color: #1c1c1c;
  border-radius: 5px;
  background: #ffd73f;
  transition: 300ms;
  white-space: nowrap;
}

.programs__list li a {
  padding: 14px 22px;
}

@media screen and (max-width: 767px) {
  .programs__list li a {
    padding: 10px 22px;
  }
}

@media screen and (max-width: 767px) {
  .programs__list li {
    font-size: 16px;
  }
}

.programs__list li:hover {
  background: #5661a6;
}

.programs__list li:hover a {
  color: #fff;
}

.programs__list li.active {
  background: #5661a6;
}

.programs__list li.active a {
  color: #fff;
}

.programs__img {
  display: flex;
  border-radius: 40px;
  position: relative;
  margin-bottom: 28px;
}

@media screen and (max-width: 767px) {
  .programs__img {
    margin-bottom: 21px;
    border-radius: 30px;
  }
}

.programs__img-decor {
  position: absolute;
  display: flex;
  bottom: -39px;
  right: -34px;
}

@media screen and (max-width: 767px) {
  .programs__img-decor {
    max-width: 108px;
    bottom: -29px;
    right: -25px;
  }
}

.programs__img img {
  border-radius: 40px;
}

@media screen and (max-width: 767px) {
  .programs__img img {
    border-radius: 30px;
  }
}

.programs__name {
  font-size: 24px;
  font-weight: 700;
  color: #0e0e0e;
  margin-bottom: 11px;
}

@media screen and (max-width: 767px) {
  .programs__name {
    font-size: 22px;
    margin-bottom: 9px;
  }
}

.programs__text {
  color: #5b5b5b;
  font-size: 18px;
  margin-bottom: 18px;
  max-width: 339px;
}

@media screen and (max-width: 767px) {
  .programs__text {
    font-size: 16px;
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 991px) {
  .programs__title {
    text-align: left;
  }
}

.programs__btn {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 14px 22px;
  border-radius: 50px;
  background: #ed1c24;
  transition: 300ms;
}

@media screen and (max-width: 767px) {
  .programs__btn {
    font-size: 16px;
    padding: 10px 22px;
  }
}

.programs__btn:hover {
  background: #c00b12;
}

.programs__blocks {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 32px;
  column-gap: 32px;
  row-gap: 50px;
  margin: 48px 0 66px;
}

@media screen and (max-width: 991px) {
  .programs__blocks {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .programs__blocks {
    margin: 16px 0 47px;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 991px) {
  .programs__block:nth-child(n + 5) {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .programs__block:nth-child(n + 4) {
    display: none;
  }
}

.winner {
  padding: 165px 0;
}

@media screen and (max-width: 1660px) {
  .winner {
    padding: 120px 0;
  }
}

@media screen and (max-width: 991px) {
  .winner {
    padding: 100px 0;
  }
}

@media screen and (max-width: 767px) {
  .winner {
    padding: 59px 0;
  }
}

@media screen and (max-width: 991px) {
  .winner__title {
    text-align: left;
  }
}

.winner__blocks {
  display: flex;
  gap: 30px;
  margin-top: 41px;
  opacity: 0;
  transform: translateY(50px);
  transition: 1000ms;
}

.winner__blocks.element-show {
  transform: none;
  opacity: 1;
}

@media screen and (max-width: 1380px) {
  .winner__blocks {
    gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .winner__blocks {
    display: block;
  }
}

.winner__block {
  /*    &-first {
      .winner__img {
        position: relative;

        &::before {
          content: '';
          position: absolute;
          background-image: url(../images/winner-decor1.svg);
          background-size: contain;
          background-repeat: no-repeat;
          width: 133px;
          height: 133px;
          top: -26px;
          left: 111px;

          @media screen and (max-width: 1380px) {
            width: 125px;
            height: 124px;
            top: -31px;
            left: 142px;
          }

          @media screen and (max-width: 991px) {
            left: 90px;
          }

          @media screen and (max-width: 767px) {
            width: 111px;
            height: 120px;
            top: -25px;
            left: 40%;
            transform: translate(-50%, 0);
          }
        }

        &::after {
          content: '';
          position: absolute;
          background-image: url(../images/winner-decor2.svg);
          background-size: contain;
          background-repeat: no-repeat;
          width: 30px;
          height: 33px;
          bottom: 25px;
          left: 27px;

          @media screen and (max-width: 1380px) {
            bottom: 16px;
            left: 56px;
          }

          @media screen and (max-width: 991px) {
            bottom: 20px;
            left: 26px;
          }
        }
      }
    } */
  /*    &-second {
      .winner__img {
        position: relative;

        &::before {
          content: '';
          position: absolute;
          background-image: url(../images/winner-decor3.svg);
          background-size: contain;
          background-repeat: no-repeat;
          width: 130px;
          height: 130px;
          top: 11px;
          right: 41px;

          @media screen and (max-width: 1380px) {
            right: -8px;
          }
        }

        &::after {
          content: '';
          position: absolute;
          background-image: url(../images/winner-decor4.svg);
          background-size: contain;
          background-repeat: no-repeat;
          width: 60px;
          height: 60px;
          bottom: 60px;
          right: 6px;

          @media screen and (max-width: 1660px) {
            right: 31px;
          }

          @media screen and (max-width: 1380px) {
            width: 50px;
            height: 50px;
            bottom: 42px;
            right: 84px;
          }

          @media screen and (max-width: 991px) {
            right: 27px;
          }

          @media screen and (max-width: 767px) {
            right: 7%;
          }
        }
      }
    }
 */
  /*  &-third {
      .winner__img {
        img {
          object-fit: none;

          @media screen and (max-width: 1660px) {
            object-fit: contain;
          }

        

       
        }
      }
    } */
}

.winner__img {
  border-radius: 40px;
  background: #dcf2f9;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 420px;
  overflow: hidden;
}

@media screen and (max-width: 1660px) {
  .winner__img {
    height: 360px;
  }
}

@media screen and (max-width: 1380px) {
  .winner__img {
    height: 320px;
  }
}

.winner__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 991px) {
  .winner__img img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.winner__name {
  font-size: 24px;
  font-weight: 700;
  color: #0e0e0e;
  margin: 28px 0 11px;
}

@media screen and (max-width: 1660px) {
  .winner__name {
    margin: 22px 0 11px;
  }
}

@media screen and (max-width: 767px) {
  .winner__name {
    font-size: 22px;
    margin: 22px 0 10px;
  }
}

.winner__text {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .winner__text {
    font-size: 16px;
    margin-right: 10px;
  }
}

.winner .slick-slide {
  margin: 0 10px;
}

.winner .slick-list {
  margin: 0 -10px;
}

.winner .slick-arrow {
  border: 0;
  font-size: 0;
  width: 22px;
  height: 47px;
  background: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  cursor: pointer;
  position: absolute;
  top: 40%;
  transform: translate(0, -50%);
  z-index: 10;
}

.winner .slick-prev {
  background-image: url(../images/arrow-winner-l.svg);
  left: 0px;
}

.winner .slick-next {
  background-image: url(../images/arrow-winner-r.svg);
  right: 0px;
}

.winner .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  gap: 12px;
}

.winner .slick-dots li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.winner .slick-dots li.slick-active button {
  border: 1px solid #5661a6;
}

.winner .slick-dots li.slick-active::before {
  opacity: 1;
}

.winner .slick-dots li::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #5661a6;
  top: 3px;
  left: 3px;
  opacity: 0;
  display: flex;
}

.winner .slick-dots li button {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid transparent;
  font-size: 0;
  background-color: #eaeaea;
}

.pick {
  padding: 99px 0 129px;
  background-color: #00a651;
  border-radius: 64px;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .pick {
    padding: 99px 0 120px;
  }
}

@media screen and (max-width: 767px) {
  .pick {
    padding: 35px 0 60px;
    border-radius: 40px;
  }
}

.pick__items {
  position: relative;
}

.pick__items:before {
  content: "";
  position: absolute;
  background-image: url(../images/form-decor.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 120px;
  height: 170px;
  top: -100px;
  right: -50px;
}

@media screen and (max-width: 767px) {
  .pick__items:before {
    display: none;
  }
}

.pick__items::after {
  content: "";
  position: absolute;
  background-image: url(../images/form-decor2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 189px;
  height: 189px;
  left: -180px;
  bottom: -50px;
}

@media screen and (max-width: 767px) {
  .pick__items::after {
    left: auto;
    right: -49px;
    transform: rotate(57deg);
    width: 174px;
    height: 164px;
    bottom: -50px;
  }
}

.pick__title {
  color: #fff;
}

.pick__form {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .pick__form {
    margin-top: 22px;
  }
}

.pick__form-head {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 26px;
  column-gap: 26px;
  row-gap: 40px;
  margin-bottom: 44px;
}

@media screen and (max-width: 767px) {
  .pick__form-head {
    grid-template-columns: 1fr;
    row-gap: 22px;
    margin-bottom: 32px;
  }
}

.pick__form-bottom {
  display: flex;
  align-items: center;
  gap: 22px;
}

@media screen and (max-width: 767px) {
  .pick__form-bottom {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}

.pick__form-bottom button {
  border: none;
  padding: 14px 22px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 50px;
  background: #ed1c24;
  color: #fff;
  cursor: pointer;
  transition: 300ms;
}

.pick__form-bottom button:hover {
  background: #c00b12;
}

@media screen and (max-width: 767px) {
  .pick__form-bottom button {
    padding: 10px 22px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .pick__input:nth-child(3) {
    display: none;
  }
}

.pick__input:last-child {
  grid-column: 1 / 4;
}

@media screen and (max-width: 767px) {
  .pick__input:last-child {
    grid-column: auto;
  }
}

.pick__input input {
  width: 100%;
  height: 36px;
  border: none;
  border-bottom: 2px solid #00c861;
  background: transparent;
  color: #fff;
  font-size: 18px;
  padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .pick__input input {
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  }
}

.pick__input input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.pick__input input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.pick__input input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.pick__input input:focus {
  border-bottom: 2px solid #fff;
}

.pick .checkbox-politic {
  display: flex;
  cursor: pointer;
  align-items: center;
}

.pick .checkbox-politic__inner {
  width: 24px;
  height: 24px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: transparent;
  min-width: 24px;
}

.pick .checkbox-politic__inner > span {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.pick .checkbox-politic__inner > span::before {
  display: block;
  content: "";
  position: absolute;
  right: 6px;
  bottom: 5px;
  border: solid #fff;
  border-width: 0px 2.5px 2.5px 0;
  transform: rotate(45deg);
  width: 5px;
  height: 12px;
  margin: 0 auto;
  visibility: hidden;
}

.pick .checkbox-politic input:checked + span::before {
  opacity: 1;
  visibility: visible;
}

.pick .checkbox-politic input {
  display: none;
}

.pick .checkbox-politic__text {
  font-size: 18px;
  font-weight: 500;
  margin-left: 12px;
}

@media screen and (max-width: 767px) {
  .pick .checkbox-politic__text {
    font-size: 12px;
    margin-left: 11px;
    max-width: 192px;
  }
}

.teacher {
  padding: 137px 0 170px;
}

@media screen and (max-width: 991px) {
  .teacher {
    padding: 100px 0 120px;
  }
}

@media screen and (max-width: 767px) {
  .teacher {
    padding: 59px 0 64px;
  }
}

.teacher__info {
  max-width: 513px;
  opacity: 0;
  transform: translateX(-100px);
  transition: 1000ms;
}

.teacher__info.element-show {
  transform: none;
  opacity: 1;
}

@media screen and (max-width: 1380px) {
  .teacher__info {
    max-width: none;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .teacher__info {
    margin-bottom: 32px;
  }
}

.teacher__title {
  margin-bottom: 29px;
}

@media screen and (max-width: 1380px) {
  .teacher__title {
    max-width: 513px;
  }
}

@media screen and (max-width: 991px) {
  .teacher__title {
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .teacher__title {
    margin-bottom: 21px;
  }
}

.teacher__text {
  font-size: 18px;
  margin-bottom: 29px;
}

@media screen and (max-width: 991px) {
  .teacher__text {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .teacher__text {
    font-size: 16px;
    margin-bottom: 21px;
  }
}

.teacher__btn {
  border-radius: 50px;
  background: #ed1c24;
  font-size: 18px;
  padding: 14px 35px 15px;
  font-weight: 600;
  color: #fff;
  transition: 300ms;
}

.teacher__btn:hover {
  background: #bf0a10;
}

@media screen and (max-width: 991px) {
  .teacher__btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .teacher__btn {
    font-size: 16px;
    padding: 10px 22px;
  }
}

.teacher__items {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 1380px) {
  .teacher__items {
    flex-direction: column;
    align-items: flex-start;
  }
}

.teacher__img {
  border-radius: 40px;
  background: #dddcf9;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  height: 329px;
}

.teacher__img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: 0 -40px;
  object-position: 0 -40px;
  /*    @media screen and (max-width: 767px) {
      object-position: 0;
      } */
}

.teacher__name {
  color: #0e0e0e;
  font-size: 24px;
  font-weight: 700;
  margin: 22px 0 9px;
}

.teacher__prof {
  font-size: 18px;
}

.teacher__slider {
  width: 100%;
  opacity: 0;
  transform: translateX(100px);
  transition: 1000ms;
}

.teacher__slider.element-show {
  transform: none;
  opacity: 1;
}

.teacher__container {
  max-width: 680px;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 1380px) {
  .teacher__container {
    max-width: 970px;
  }
}

@media screen and (max-width: 991px) {
  .teacher__container {
    max-width: 750px;
  }
}

@media screen and (max-width: 767px) {
  .teacher__container {
    max-width: 100%;
  }
}

.swiper-pagination-bullet {
  width: 100%;
  height: 10px;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  border-radius: 75px;
  opacity: 0;
  background: #ed1c24;
  margin: 0 !important;
}

.swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.swiper-pagination-bullet-active {
  background: #ed1c24;
  opacity: 1;
}

.swiper-pagination {
  position: relative;
  transform: none;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .swiper-pagination {
    padding: 0;
  }
}

.swiper-pagination::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #e3e3e3;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.quate {
  padding: 100px 0;
  background: #1f1260;
  border-radius: 64px;
  position: relative;
  z-index: 5;
  overflow: hidden;
}

@media screen and (max-width: 1660px) {
  .quate {
    padding: 80px 0;
  }
}

@media screen and (max-width: 767px) {
  .quate {
    padding: 40px 0 68px;
    border-radius: 40px;
  }
}

.quate::before {
  content: "";
  position: absolute;
  background-image: url(../images/quate-decor3.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 428px;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .quate::before {
    display: none;
  }
}

.quate__block {
  display: flex !important;
  align-items: flex-end;
  transition: 300ms;
}

@media only screen and (max-width: 767px) {
  .quate__block {
    display: block !important;
    text-align: center;
  }
}

.quate__info {
  margin-left: 135px;
  transition: 300ms;
  opacity: 0;
}

@media screen and (max-width: 1380px) {
  .quate__info {
    margin-left: 100px;
  }
}

@media screen and (max-width: 991px) {
  .quate__info {
    margin-left: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .quate__info {
    margin: 0 auto;
    position: relative;
    min-width: 296px;
    width: 296px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

.quate__title {
  color: #fff;
  margin-left: 335px;
}

@media screen and (max-width: 1380px) {
  .quate__title {
    margin-left: 305px;
  }
}

@media screen and (max-width: 991px) {
  .quate__title {
    margin-left: 0;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .quate__title {
    text-align: start;
    margin-bottom: 33px;
  }
}

@media only screen and (max-width: 767px) {
  .quate__slider {
    padding: 0 10px;
  }
}

.quate__icon {
  display: flex;
  margin-bottom: 37px;
  max-width: 50px;
}

@media screen and (max-width: 1660px) {
  .quate__icon {
    margin-bottom: 30px;
    max-width: 46px;
  }
}

@media only screen and (max-width: 767px) {
  .quate__icon {
    margin: 0 auto 22px auto;
    max-width: 36px;
  }
}

.quate__icon img {
  width: 100%;
  height: 100%;
}

.quate__img {
  display: flex;
  transition: 300ms;
  position: relative;
  width: 142px;
  height: 142px;
  transform: scale(0.8);
  min-width: 142px;
}

@media screen and (max-width: 1660px) {
  .quate__img {
    min-width: 120px;
    width: 120px;
    height: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .quate__img {
    justify-content: center;
    width: 92px;
    height: 92px;
    min-width: 92px;
    margin: 0 auto 22px auto;
  }
}

.quate__img::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  background: linear-gradient(0deg, rgba(33, 20, 96, 0.65) 0%, rgba(33, 20, 96, 0.65) 100%);
  border-radius: 50%;
  opacity: 0.6;
  transition: 300ms;
}

.quate__items {
  position: relative;
}

.quate__items::before {
  content: "";
  position: absolute;
  background-image: url(../images/quate-decor2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 165px;
  height: 165px;
  top: -83px;
  right: -38px;
}

@media screen and (max-width: 1380px) {
  .quate__items::before {
    width: 125px;
    height: 125px;
    top: -50px;
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .quate__items::before {
    width: 70px;
    height: 70px;
    right: 20px;
    top: -33px;
  }
}

.quate__items::after {
  content: "";
  position: absolute;
  background-image: url(../images/quate-decor1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 99px;
  height: 102px;
  left: -216px;
  bottom: 0;
}

@media screen and (max-width: 1660px) {
  .quate__items::after {
    left: -140px;
  }
}

@media screen and (max-width: 1380px) {
  .quate__items::after {
    width: 70px;
    height: 90px;
    left: -100px;
  }
}

@media screen and (max-width: 767px) {
  .quate__items::after {
    display: none;
  }
}

.quate__text {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  max-width: 781px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1660px) {
  .quate__text {
    max-width: 650px;
    font-size: 22px;
  }
}

@media screen and (max-width: 991px) {
  .quate__text {
    font-size: 20px;
    max-width: 520px;
  }
}

@media screen and (max-width: 767px) {
  .quate__text {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.quate__name {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}

@media screen and (max-width: 1660px) {
  .quate__name {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .quate__name {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .quate .slick-list {
    overflow: visible;
  }
}

.quate .quate__block.slick-slide.slick-current.slick-active.slick-center {
  transform: translateX(65px);
}

@media only screen and (max-width: 767px) {
  .quate .quate__block.slick-slide.slick-current.slick-active.slick-center {
    transform: none;
  }
}

.quate .quate__block.slick-slide.slick-current.slick-active.slick-center .quate__img {
  transform: none;
}

.quate .quate__block.slick-slide.slick-current.slick-active.slick-center .quate__img::before {
  opacity: 0;
}

.quate .quate__block.slick-slide.slick-current.slick-active.slick-center .quate__info {
  opacity: 1;
}

.quate .slick-arrow {
  border: 0;
  font-size: 0;
  width: 62px;
  height: 62px;
  background: none;
  background-repeat: no-repeat;
  background-size: 62px;
  background-position: center center;
  background-size: contain;
  cursor: pointer;
  position: absolute;
  right: 0;
  z-index: 5;
}

.quate .slick-prev {
  background-image: url(../images/arrow-bottom.svg);
  transition: 350ms;
  bottom: 105px;
}

.quate .slick-prev:hover {
  background-image: url(../images/arrow-bottom2.svg);
}

.quate .slick-next {
  background-image: url(../images/arrow-top.svg);
  transition: 350ms;
  top: 105px;
}

.quate .slick-next:hover {
  background-image: url(../images/arrow-top2.svg);
}

.maps iframe {
  width: 100%;
  height: 849px;
  margin-top: -94px;
}

@media only screen and (max-width: 1660px) {
  .maps iframe {
    height: 600px;
  }
}

@media only screen and (max-width: 1380px) {
  .maps iframe {
    height: 500px;
  }
}

@media screen and (max-width: 991px) {
  .maps iframe {
    height: 450px;
  }
}

@media screen and (max-width: 767px) {
  .maps iframe {
    height: 375px;
    margin-top: -61px;
  }
}

.footer {
  padding: 67px 0 54px;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 44px 0 36px;
  }
}

.footer__logo {
  margin-bottom: 11px;
  display: flex;
}

.footer__text {
  font-size: 16px;
  max-width: 358px;
  margin-bottom: 15px;
}

@media screen and (max-width: 1380px) {
  .footer__text {
    max-width: none;
  }
}

@media screen and (max-width: 991px) {
  .footer__text {
    max-width: none;
  }
}

.footer .header__social {
  margin-bottom: 0;
}

.footer .header__social li {
  max-width: 22px;
  margin-right: 15px;
}

.footer .header__social li svg path {
  transition: 300ms;
}

.footer .header__social li:first-child:hover svg path:first-child {
  fill: url(#paint0_linear_335_100);
}

.footer .header__social li:nth-child(2):hover svg path:first-child {
  fill: #1fb167;
}

.footer .header__social li:nth-child(3):hover svg path:first-child {
  fill: #2406d9;
}

.footer .header__social li:nth-child(4):hover svg path:first-child {
  fill: #2094ff;
}

.footer__head {
  display: flex;
  margin-bottom: 58px;
}

@media screen and (max-width: 1380px) {
  .footer__head {
    flex-direction: column;
    gap: 40px;
  }
}

@media screen and (max-width: 991px) {
  .footer__head {
    flex-direction: column;
    gap: 40px;
  }
}

@media screen and (max-width: 767px) {
  .footer__head {
    gap: 20px;
    margin-bottom: 41px;
  }
}

.footer__info {
  margin-right: 90px;
  width: 100%;
  max-width: 358px;
}

@media screen and (max-width: 1380px) {
  .footer__info {
    margin-right: 30px;
    max-width: none;
  }
}

@media screen and (max-width: 991px) {
  .footer__info {
    max-width: none;
  }
}

.footer__navs {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .footer__navs {
    flex-wrap: wrap;
    gap: 22px 20px;
  }
}

.footer__nav:last-child ul {
  display: grid;
  grid-template-columns: 278px 146px;
  -moz-column-gap: 100px;
  column-gap: 100px;
}

@media screen and (max-width: 1380px) {
  .footer__nav:last-child ul {
    -moz-column-gap: 160px;
    column-gap: 160px;
  }
}

@media screen and (max-width: 991px) {
  .footer__nav:last-child ul {
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}

@media screen and (max-width: 767px) {
  .footer__nav:last-child ul {
    grid-template-columns: 1fr;
  }
  .footer__nav:last-child ul li:nth-child(3) {
    grid-row: 2;
  }
  .footer__nav:last-child ul li:nth-child(5) {
    grid-row: 3;
  }
}

.footer__nav-head {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .footer__nav-head {
    margin-bottom: 15px;
  }
}

.footer__nav ul li {
  margin-bottom: 14px;
  transition: 300ms;
}

.footer__nav ul li:hover a {
  color: #0095d9;
}

.footer__nav ul li:last-child {
  margin-bottom: 0;
}

.footer__nav ul li a {
  font-size: 16px;
  color: #494949;
}

.footer__bottom {
  font-size: 16px;
}

.error__items {
  /* padding: 179px 0 117px; */
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .error__items {
    /* padding: 150px 0 80px; */
  }
}

@media screen and (max-width: 767px) {
  .error__items {
    /*    padding: 130px 0 30px; */
  }
}

.error__number {
  color: #3a4692;
  text-align: center;
  font-size: 350px;
  font-weight: 600;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .error__number {
    font-size: 240px;
  }
}

@media screen and (max-width: 767px) {
  .error__number {
    font-size: 130px;
  }
}

.error__number span {
  color: #7786e1;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: calc(50% + 12px);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .error__number span {
    left: calc(50% + 6px);
  }
}

.error__text {
  font-size: 20px;
  text-align: center;
  margin-top: -8px;
}

@media screen and (max-width: 767px) {
  .error__text {
    font-size: 18px;
  }
}

.error__btn {
  font-size: 18px;
  font-weight: 600;
  padding: 14px 22px;
  border-radius: 50px;
  background: #ed1c24;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 34px auto 0;
  display: flex;
  justify-content: center;
  transition: 300ms;
}

.error__btn:hover {
  background: #c00b12;
}

@media screen and (max-width: 767px) {
  .error__btn {
    margin: 25px auto 0;
    font-size: 16px;
    padding: 10px 22px;
  }
}

.error .showcase__decor-first {
  top: 158px;
  left: 90px;
}

@media screen and (max-width: 991px) {
  .error .showcase__decor-first {
    left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .error .showcase__decor-first {
    left: 0px;
    top: 84px;
  }
}

.error .showcase__decor-third {
  bottom: 63px;
  left: 90px;
}

@media screen and (max-width: 991px) {
  .error .showcase__decor-third {
    left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .error .showcase__decor-third {
    left: 9px;
    bottom: 30px;
  }
}

.error .showcase__decor-four {
  bottom: 205px;
  right: 59px;
  left: auto;
}

@media screen and (max-width: 991px) {
  .error .showcase__decor-four {
    right: 0px;
  }
}

.repair__items {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* padding: 317px 0 357px; */
  background: rgba(41, 50, 99, 0.93);
  color: #fff;
  height: 100vh;
}

@media screen and (max-width: 1380px) {
  .repair__items {
    /*   padding: 250px 0; */
  }
}

@media screen and (max-width: 767px) {
  .repair__items {
    /*   padding: 200px 0 0; */
    height: 100vh;
  }
}

.repair__icon {
  margin-bottom: 28px;
}

@media screen and (max-width: 767px) {
  .repair__icon {
    margin-bottom: 20px;
  }
}

.repair__title {
  font-size: 74px;
  font-weight: 700;
  margin-bottom: 32px;
}

@media screen and (max-width: 1600px) {
  .repair__title {
    max-width: 1300px;
    margin: 0 auto 32px;
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  .repair__title {
    font-size: 60px;
  }
}

@media screen and (max-width: 767px) {
  .repair__title {
    font-size: 34px;
    margin-bottom: 22px;
  }
}

.repair__text {
  font-size: 20px;
  margin-bottom: 39px;
}

@media screen and (max-width: 767px) {
  .repair__text {
    font-size: 16px;
    margin-bottom: 22px;
    max-width: 340px;
    text-align: center;
  }
}

.repair__btn {
  font-size: 18px;
  font-weight: 600;
  border-radius: 50px;
  background: #ed1c24;
  padding: 14px 22px;
  transition: 300ms;
}

.repair__btn:hover {
  background: #c00b12;
}

.repair .slick-arrow {
  border: 0;
  font-size: 0;
  width: 22px;
  height: 47px;
  background: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  cursor: pointer;
  position: absolute;
  top: 54%;
  transform: translate(0, -50%);
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .repair .slick-arrow {
    width: 14px;
    height: 29px;
    top: 50%;
  }
}

.repair .slick-prev {
  background-image: url(../images/showcase-arrow-l.svg);
  left: 60px;
}

@media screen and (max-width: 1700px) {
  .repair .slick-prev {
    left: 40px;
  }
}

@media screen and (max-width: 1200px) {
  .repair .slick-prev {
    left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .repair .slick-prev {
    left: 6px;
  }
}

.repair .slick-next {
  background-image: url(../images/showcase-arrow-r.svg);
  right: 60px;
}

@media screen and (max-width: 1700px) {
  .repair .slick-next {
    right: 40px;
  }
}

@media screen and (max-width: 1200px) {
  .repair .slick-next {
    right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .repair .slick-next {
    right: 6px;
  }
}

.repair .showcase__decor-third {
  left: 166px;
  top: 179px;
  max-width: 44px;
  height: 42px;
}

@media screen and (max-width: 767px) {
  .repair .showcase__decor-third {
    left: 30px;
  }
}

.repair .showcase__decor-four {
  max-width: 140px;
  height: 140px;
  left: auto;
  bottom: 77px;
  right: 134px;
}

@media screen and (max-width: 767px) {
  .repair .showcase__decor-four {
    display: flex;
    max-width: 100px;
    height: 100px;
    right: 10px;
    bottom: 20px;
  }
}

.arrow__scroll {
  display: flex;
  position: fixed;
  right: 84px;
  bottom: 20px;
  z-index: 222;
  cursor: pointer;
}

@media only screen and (max-width: 1660px) {
  .arrow__scroll {
    right: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .arrow__scroll {
    right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .arrow__scroll {
    width: 39px;
    height: 39px;
    right: 10px;
    bottom: 10px;
  }
}

.bread {
  top: 95px;
  left: 0;
  position: absolute;
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 6px;
}

@media screen and (max-width: 767px) {
  .bread {
    top: 84px;
  }
}

.bread p {
  display: flex;
  color: #fee821;
  align-items: center;
}

.bread p svg {
  margin-right: 6px;
}

.header-about {
  background: #441da6;
}

.header-about .header__lang-drop {
  background: #441da6;
}

.header-about .header__item {
  background: #441da6;
}

.showcase-about__block {
  background: #5933b5;
  overflow: visible;
}

@media screen and (max-width: 991px) {
  .showcase-about__block {
    padding-top: 0;
  }
}

.showcase-about__info {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  height: 100%;
  padding: 140px 0;
  height: 100vh;
  min-height: 700px;
}

@media screen and (max-width: 1660px) {
  .showcase-about__info {
    padding-top: 230px;
  }
}

@media screen and (max-width: 991px) {
  .showcase-about__info {
    padding: 200px 0 160px;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .showcase-about__info {
    padding: 157px 0 163px;
  }
}

.showcase-about .showcase__text {
  max-width: 810px;
  margin-bottom: 36px;
  transition: 1000ms;
  opacity: 0;
}

.showcase-about .showcase__text.element-show {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .showcase-about .showcase__text {
    margin-bottom: 21px;
  }
}

.showcase-about__logo {
  display: flex;
  margin-bottom: 36px;
  transition: 1000ms;
  opacity: 0;
}

.showcase-about__logo.element-show {
  opacity: 1;
}

@media screen and (max-width: 1660px) {
  .showcase-about__logo {
    max-width: 500px;
  }
}

@media screen and (max-width: 991px) {
  .showcase-about__logo {
    max-width: 460px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .showcase-about__logo {
    padding: 0 38px;
    margin-bottom: 11px;
  }
}

.showcase-about__btn {
  padding: 14px 22px;
  color: #5833b5;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  border-radius: 50px;
  background: #fee821;
  transition: 300ms;
  transition: 1000ms;
  opacity: 0;
}

.showcase-about__btn.element-show {
  opacity: 1;
}

.showcase-about__btn:hover {
  background: #cebe26;
}

@media screen and (max-width: 767px) {
  .showcase-about__btn {
    padding: 10px 22px;
    font-size: 16px;
  }
}

.showcase-about__decor {
  position: absolute;
  display: flex;
  transition: 1000ms;
  opacity: 0;
  transform: scale(0);
}

.showcase-about__decor.element-show {
  transform: none;
  opacity: 1;
}

.showcase-about__decor-first {
  max-width: 334px;
  width: 100%;
  left: -131px;
  top: 109px;
}

.showcase-about__decor-first img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1660px) {
  .showcase-about__decor-first {
    max-width: 280px;
    left: -100px;
  }
}

@media screen and (max-width: 991px) {
  .showcase-about__decor-first {
    max-width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .showcase-about__decor-first {
    max-width: 110px;
    left: -70px;
  }
}

.showcase-about__decor-second {
  max-width: 300px;
  width: 100%;
  right: 42px;
  bottom: -86px;
}

.showcase-about__decor-second img {
  width: 100%;
  height: 100%;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .showcase-about__decor-second img {
    display: none;
  }
}

.showcase-about__decor-second img:last-child {
  display: none;
}

@media screen and (max-width: 767px) {
  .showcase-about__decor-second img:last-child {
    display: flex;
  }
}

@media screen and (max-width: 1660px) {
  .showcase-about__decor-second {
    max-width: 250px;
  }
}

@media screen and (max-width: 991px) {
  .showcase-about__decor-second {
    max-width: 180px;
    bottom: -60px;
  }
}

@media screen and (max-width: 767px) {
  .showcase-about__decor-second {
    max-width: 136px;
    right: 0;
    bottom: -17px;
  }
}

.showcase-about__decor-third {
  left: -93px;
  bottom: -197px;
}

@media screen and (max-width: 1660px) {
  .showcase-about__decor-third {
    max-width: 240px;
    bottom: -150px;
  }
}

@media screen and (max-width: 991px) {
  .showcase-about__decor-third {
    max-width: 180px;
    bottom: 0;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .showcase-about__decor-third {
    max-width: 135px;
    left: -45px;
    bottom: -10px;
  }
}

.showcase-about__decor-four {
  right: 162px;
  top: 86px;
}

@media screen and (max-width: 1660px) {
  .showcase-about__decor-four {
    max-width: 180px;
  }
}

@media screen and (max-width: 1380px) {
  .showcase-about__decor-four {
    right: 80px;
  }
}

@media screen and (max-width: 991px) {
  .showcase-about__decor-four {
    max-width: 140px;
    right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .showcase-about__decor-four {
    max-width: 84px;
    top: 62px;
    right: -25px;
  }
}

.mission {
  padding: 139px 0;
}

@media screen and (max-width: 991px) {
  .mission {
    padding: 120px 0;
  }
}

@media screen and (max-width: 767px) {
  .mission {
    padding: 54px 0;
  }
}

.mission__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 63px;
}

@media screen and (max-width: 991px) {
  .mission__head {
    flex-direction: column;
    gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .mission__head {
    margin-bottom: 25px;
  }
}

.mission__text {
  color: #5b5b5b;
  font-size: 18px;
  max-width: 1000px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .mission__text {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .mission__text {
    font-size: 16px;
  }
}

.mission__text::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 11px;
  background-image: url(../images/mission-decor.svg);
  background-size: cover;
  background-repeat: no-repeat;
  bottom: -26px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .mission__text::before {
    display: none;
  }
}

.mission__blocks {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 29px;
  column-gap: 29px;
}

@media screen and (max-width: 991px) {
  .mission__blocks {
    -moz-column-gap: 14px;
    column-gap: 14px;
  }
}

@media screen and (max-width: 767px) {
  .mission__blocks {
    grid-template-columns: 1fr;
    row-gap: 15px;
  }
}

.mission__icon {
  max-width: 110px;
  display: flex;
  margin-bottom: 9px;
}

@media screen and (max-width: 1380px) {
  .mission__icon {
    max-width: 90px;
  }
}

@media screen and (max-width: 991px) {
  .mission__icon {
    max-width: 80px;
  }
}

@media screen and (max-width: 767px) {
  .mission__icon {
    max-width: 66px;
    margin-bottom: 7px;
  }
}

.mission__block {
  padding: 26px 0 51px 30px;
  border-radius: 40px;
  border: 2px solid #efefef;
  background: #fff;
}

@media screen and (max-width: 1380px) {
  .mission__block {
    padding: 20px 15px 30px 15px;
  }
}

@media screen and (max-width: 767px) {
  .mission__block {
    padding: 20px 24px 32px;
  }
}

.mission__block-end {
  padding-left: 11px;
}

@media screen and (max-width: 767px) {
  .mission__block-end {
    padding-left: 8px;
  }
}

.mission__block:nth-child(2) .mission__icon {
  margin-left: -14px;
}

.mission__name {
  color: #1c1c1c;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 12px;
}

@media screen and (max-width: 1380px) {
  .mission__name {
    font-size: 26px;
  }
}

@media screen and (max-width: 991px) {
  .mission__name {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .mission__name {
    font-size: 22px;
    margin-bottom: 8px;
  }
}

.mission__description {
  color: #494949;
  font-size: 18px;
}

.worth-about {
  background: #5833b5;
  border-radius: 64px;
}

@media screen and (max-width: 767px) {
  .worth-about {
    border-radius: 40px;
  }
}

.worth-about__title {
  color: #fff;
  margin-bottom: 42px;
}

@media screen and (max-width: 991px) {
  .worth-about__title {
    text-align: left;
  }
}

.worth-about__items {
  padding: 93px 0 140px;
  position: relative;
}

.worth-about__items::before {
  content: "";
  position: absolute;
  background-image: url(../images/form-decor.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 120px;
  height: 120px;
  top: 66px;
  right: -156px;
}

@media screen and (max-width: 1660px) {
  .worth-about__items::before {
    right: -80px;
  }
}

@media screen and (max-width: 767px) {
  .worth-about__items::before {
    display: none;
  }
}

.worth-about__items::after {
  content: "";
  position: absolute;
  background-image: url(../images/worth-decor2.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 104px;
  height: 104px;
  left: -161px;
  bottom: 54px;
}

@media screen and (max-width: 1660px) {
  .worth-about__items::after {
    left: -80px;
  }
}

@media screen and (max-width: 767px) {
  .worth-about__items::after {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .worth-about__items {
    padding: 70px 0 120px;
  }
}

@media screen and (max-width: 767px) {
  .worth-about__items {
    padding: 45px 0 84px;
  }
}

.worth-about__blocks {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 29px;
  column-gap: 29px;
}

@media screen and (max-width: 1380px) {
  .worth-about__blocks {
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}

@media screen and (max-width: 991px) {
  .worth-about__blocks {
    grid-template-columns: 1fr;
    row-gap: 50px;
  }
}

@media screen and (max-width: 767px) {
  .worth-about__blocks {
    row-gap: 42px;
  }
}

.worth-about__block {
  padding: 35px 70px 122px 31px;
  border-radius: 40px;
  background: #fff;
  transition: 300ms;
  position: relative;
}

@media screen and (max-width: 1380px) {
  .worth-about__block {
    padding: 35px 30px 72px 30px;
  }
}

@media screen and (max-width: 767px) {
  .worth-about__block {
    padding: 25px 18px 70px 25px;
    border-radius: 30px;
  }
}

.worth-about__block:nth-child(1) .worth-about__decor {
  right: -19px;
}

@media screen and (max-width: 767px) {
  .worth-about__block:nth-child(1) .worth-about__decor {
    bottom: -32px;
  }
}

.worth-about__block:nth-child(2) .worth-about__decor {
  right: -21px;
}

@media screen and (max-width: 767px) {
  .worth-about__block:nth-child(2) .worth-about__decor {
    bottom: -28px;
    right: -19px;
  }
}

.worth-about__block:nth-child(3) .worth-about__decor {
  right: -49px;
  bottom: -47px;
}

@media screen and (max-width: 1380px) {
  .worth-about__block:nth-child(3) .worth-about__decor {
    max-width: 160px;
  }
}

@media screen and (max-width: 767px) {
  .worth-about__block:nth-child(3) .worth-about__decor {
    max-width: 110px;
    right: -19px;
    bottom: -35px;
  }
}

.worth-about__block:hover {
  background: #fee821;
}

.worth-about__name {
  color: #000;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 12px;
}

@media screen and (max-width: 1380px) {
  .worth-about__name {
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  .worth-about__name {
    font-size: 22px;
    margin-bottom: 9px;
  }
}

.worth-about__text {
  color: #000;
  font-size: 18px;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .worth-about__text {
    font-size: 16px;
  }
}

.worth-about__decor {
  position: absolute;
  bottom: -34px;
  display: flex;
}

@media screen and (max-width: 1380px) {
  .worth-about__decor {
    max-width: 140px;
  }
}

@media screen and (max-width: 767px) {
  .worth-about__decor {
    max-width: 102px;
  }
}

.vision {
  padding: 139px 0 145px;
}

@media screen and (max-width: 991px) {
  .vision {
    padding: 100px 0;
  }
}

@media screen and (max-width: 767px) {
  .vision {
    padding: 54px 0;
  }
}

.vision__mini {
  color: #5b5b5b;
  font-size: 18px;
  font-weight: 400;
  margin: 14px 0 47px;
}

@media screen and (max-width: 991px) {
  .vision__mini {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .vision__mini {
    margin: 5px 0 14px;
    font-size: 16px;
  }
}

.vision__block {
  padding: 303px 42px 41px;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  border-radius: 40px;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

@media screen and (max-width: 1380px) {
  .vision__block {
    padding: 230px 30px 35px;
  }
}

@media screen and (max-width: 767px) {
  .vision__block {
    padding: 121px 20px 8px;
    border-radius: 20px;
  }
}

.vision__block::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, #0f0626 0%, rgba(0, 0, 0, 0) 100%);
  left: 0;
  bottom: 0;
  z-index: -1;
}

.vision__block-first {
  background-image: url(../images/vision-video.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.vision__block-second {
  background-image: url(../images/vision-video2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.vision__name {
  font-size: 28px;
  font-weight: 700;
}

@media screen and (max-width: 1380px) {
  .vision__name {
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  .vision__name {
    font-size: 18px;
    font-weight: 700;
  }
}

.vision__time {
  font-size: 18px;
  margin-top: 12px;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .vision__time {
    font-size: 12px;
  }
}

.vision__play {
  position: relative;
}

@media screen and (max-width: 767px) {
  .vision__play {
    max-width: 30px;
  }
}

.vision__play img {
  display: flex;
  transition: 300ms;
}

.vision__play img:hover:first-child {
  opacity: 0;
}

.vision__play img:hover:last-child {
  opacity: 1;
}

.vision__play img:last-child {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.vision .slick-slide {
  margin: 0 20px;
}

.vision .slick-list {
  margin: 0 -20px;
  overflow: visible;
  /* -webkit-clip-path: inset(0 -100% 0 0);
    clip-path: inset(0 -100% 0% 0%); */
}

.vision .slick-arrow {
  border: 0;
  font-size: 0;
  width: 62px;
  height: 62px;
  background: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  cursor: pointer;
  position: absolute;
  top: -149px;
  z-index: 10;
}

@media screen and (max-width: 1660px) {
  .vision .slick-arrow {
    top: -145px;
  }
}

.vision .slick-prev {
  background-image: url(../images/arrow-l2.svg);
  right: 85px;
  transition: 300ms;
}

.vision .slick-prev:hover {
  background-image: url(../images/arrow-l2-hover.svg);
}

.vision .slick-next {
  background-image: url(../images/arrow-r2.svg);
  right: 0;
  transition: 300ms;
}

.vision .slick-next:hover {
  background-image: url(../images/arrow-r2-hover.svg);
}

.vision .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  gap: 12px;
}

.vision .slick-dots li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.vision .slick-dots li.slick-active button {
  border: 1px solid #5661a6;
}

.vision .slick-dots li.slick-active::before {
  opacity: 1;
}

.vision .slick-dots li::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #5661a6;
  top: 3px;
  left: 3px;
  opacity: 0;
  display: flex;
}

.vision .slick-dots li button {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid transparent;
  font-size: 0;
  background-color: #eaeaea;
}

.teacher-about {
  background: #ffcb05;
  border-radius: 64px;
  position: relative;
  z-index: 2;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .teacher-about {
    border-radius: 40px;
    margin-bottom: 60px;
  }
}

.teacher-about__title {
  text-align: left;
}

.teacher-about__btn {
  transition: 300ms;
  display: flex;
  align-items: center;
  color: #0e0e0e;
  font-size: 20px;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 767px) {
  .teacher-about__btn {
    font-size: 18px;
  }
}

.teacher-about__btn:hover {
  color: #ed1c24;
}

.teacher-about__btn:hover .teacher-about__play img:first-child {
  opacity: 0;
}

.teacher-about__btn:hover .teacher-about__play img:last-child {
  opacity: 1;
}

.teacher-about__play {
  position: relative;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .teacher-about__play {
    max-width: 40px;
    margin-right: 13px;
  }
}

.teacher-about__play img {
  display: flex;
  transition: 300ms;
}

.teacher-about__play img:last-child {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.teacher-about__items {
  padding: 100px 0 123px;
  position: relative;
}

@media screen and (max-width: 1380px) {
  .teacher-about__items {
    padding: 80px 0 100px;
  }
}

@media screen and (max-width: 767px) {
  .teacher-about__items {
    padding: 35px 0 55px;
  }
}

.teacher-about__items::before {
  content: "";
  position: absolute;
  background-image: url(../images/teacher-decor2.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 151px;
  height: 76px;
  bottom: 121px;
  right: -48px;
}

@media screen and (max-width: 1380px) {
  .teacher-about__items::before {
    bottom: 80px;
  }
}

@media screen and (max-width: 991px) {
  .teacher-about__items::before {
    width: 130px;
    height: 66px;
  }
}

@media screen and (max-width: 767px) {
  .teacher-about__items::before {
    display: none;
  }
}

.teacher-about__items::after {
  content: "";
  position: absolute;
  background-image: url(../images/teacher-decor.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 188px;
  height: 188px;
  left: -203px;
  top: 108px;
}

@media screen and (max-width: 1660px) {
  .teacher-about__items::after {
    left: -150px;
  }
}

@media screen and (max-width: 767px) {
  .teacher-about__items::after {
    display: none;
  }
}

.teacher-about__blocks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 54px;
  column-gap: 54px;
  row-gap: 55px;
  margin: 46px 0 40px;
}

@media screen and (max-width: 1380px) {
  .teacher-about__blocks {
    grid-template-columns: 1fr 1fr 1fr;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}

@media screen and (max-width: 991px) {
  .teacher-about__blocks {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .teacher-about__blocks {
    grid-template-columns: 1fr;
    margin: 29px 0 34px;
  }
}

.teacher-about__block {
  display: flex;
  gap: 37px;
  transition: 1000ms;
  opacity: 0;
}

.teacher-about__block.element-show {
  opacity: 1;
}

@media screen and (max-width: 1380px) {
  .teacher-about__block {
    /*   max-height: 229px; */
    flex-direction: column;
    gap: 20px;
  }
  .teacher-about__block:nth-child(n + 4) {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .teacher-about__block:nth-child(n + 3) {
    display: none;
  }
}

@media screen and (max-width: 767px) and (max-width: 991px) {
  .teacher-about__block:nth-child(n + 2) {
    display: none;
  }
}

.teacher-about__img {
  border-radius: 40px;
  background: #fff;
  overflow: hidden;
  display: flex;
  max-width: 222px;
  height: 252px;
  width: 100%;
}

@media screen and (max-width: 1380px) {
  .teacher-about__img {
    max-height: 320px;
    height: 320px;
    max-width: none;
  }
}

@media only screen and (max-width: 991px) {
  .teacher-about__img {
    height: 600px;
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .teacher-about__img {
    min-height: 329px;
    max-height: 329px;
  }
}

.teacher-about__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1380px) {
  .teacher-about__img img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0 -40px;
    object-position: 0 -40px;
  }
}

@media screen and (max-width: 991px) {
  .teacher-about__img img {
    -o-object-position: 0 -40px;
    object-position: 0 -40px;
  }
}

@media screen and (max-width: 767px) {
  .teacher-about__img img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.teacher-about__name {
  color: #0e0e0e;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}

@media screen and (max-width: 1380px) {
  .teacher-about__name {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .teacher-about__name {
    font-size: 24px;
    margin-bottom: 19px;
  }
}

.teacher-about__text {
  color: #5b5b5b;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 21px;
  max-width: 441px;
}

.teacher-about__more {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 14px 22px;
  border-radius: 50px;
  background: #5833b5;
}

@media screen and (max-width: 767px) {
  .teacher-about__more {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    padding: 10px 22px;
  }
}

.teacher-about__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

@media screen and (max-width: 1380px) {
  .teacher-about__info {
    max-height: 59%;
  }
}

@media screen and (max-width: 991px) {
  .teacher-about__info {
    max-height: none;
  }
}

.showcase-maps__block {
  padding: 0;
  background: transparent;
  border-radius: 0;
}

.showcase-maps__block iframe {
  height: 100%;
  width: 100%;
  position: absolute;
}

.showcase-maps__items {
  padding: 32px 80px 51px 43px;
  border-radius: 40px;
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 767px) {
  .showcase-maps__items {
    padding: 32px 40px 48px 21px;
    border-radius: 30px;
    width: 100%;
  }
}

.showcase-maps__info {
  padding-top: 214px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .showcase-maps__info {
    padding: 180px 0 320px;
  }
}

@media screen and (max-width: 767px) {
  .showcase-maps__info {
    padding: 123px 0 214px;
  }
}

.showcase-maps__item {
  position: absolute;
  top: 0;
  left: 0;
}

.showcase-maps__title {
  margin-bottom: 4px;
}

@media screen and (max-width: 991px) {
  .showcase-maps__title {
    text-align: left;
  }
}

.showcase-maps__contacts {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .showcase-maps__contacts {
    gap: 0;
    margin-bottom: 6px;
  }
}

.showcase-maps__contact {
  color: #494949;
  font-size: 16px;
  font-weight: 400;
  line-height: 250.5%;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .showcase-maps__contact {
    line-height: 234.5%;
  }
}

.showcase-maps__contact img {
  display: flex;
  margin-right: 17px;
}

@media screen and (max-width: 767px) {
  .showcase-maps__contact img {
    max-width: 16px;
    margin-right: 7px;
  }
}

.showcase-maps__btn {
  font-size: 18px;
  font-weight: 600;
  padding: 14px 22px;
  border-radius: 50px;
  background: #00a650;
  transition: 300ms;
}

.showcase-maps__btn:hover {
  background: #148048;
}

@media screen and (max-width: 767px) {
  .showcase-maps__btn {
    font-size: 16px;
    padding: 10px 22px;
  }
}

.showcase-maps .bread {
  color: #000;
}

.showcase-maps .bread p {
  color: #00a650;
}

.header-maps {
  background: #00a650;
}

.header-maps .header__lang-drop {
  background: #00a650;
}

.header-maps .header__item {
  background: #00a650;
}

.teacher-main {
  border-radius: 0;
  /* .teacher-about__block:nth-child(n + 3){
  @media screen and (max-width: 991px) {
  display: flex;
  }
} */
}

.teacher-main .teacher-about__items {
  padding: 178px 0 95px;
}

@media screen and (max-width: 1380px) {
  .teacher-main .teacher-about__items {
    padding: 150px 0 78px;
  }
}

@media screen and (max-width: 767px) {
  .teacher-main .teacher-about__items {
    padding: 141px 0 78px;
  }
}

.teacher-main .teacher-about__items::before {
  display: none;
}

.teacher-main .teacher-about__more {
  color: #505050;
  background: #d6d6d6;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: 300ms;
  display: none;
}

@media screen and (max-width: 991px) {
  .teacher-main .teacher-about__more {
    display: flex;
  }
}

.teacher-main .teacher-about__more:hover {
  color: #d6d6d6;
  background: #505050;
}

@media screen and (max-width: 767px) {
  .teacher-main .teacher-about__more {
    margin: 0 auto 0 0;
  }
}

.teacher-main .teacher-about__blocks {
  margin: 66px 0 0px;
}

@media screen and (max-width: 991px) {
  .teacher-main .teacher-about__blocks {
    margin: 50px 0;
  }
}

@media screen and (max-width: 767px) {
  .teacher-main .teacher-about__blocks {
    margin: 29px 0 36px;
    row-gap: 30px;
  }
}

.teacher-main .bread {
  color: #6f6727;
}

.teacher-main .bread p {
  color: #000;
}

.teacher-main .teacher-about__block:nth-child(n + 4) {
  display: flex;
}

@media screen and (max-width: 1380px) {
  .teacher-main .teacher-about__block:nth-child(n + 7) {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .teacher-main .teacher-about__block:nth-child(n + 6) {
    display: none;
  }
}

.header-teachers {
  background: #ffdc55;
  color: #000;
}

.header-teachers .header__nav li a:hover {
  color: #6f6727;
}

.header-teachers .header__btn {
  color: #fff;
}

.header-teachers .header__lang-header {
  border: 1px solid #000;
}

.header-teachers .header__lang-drop {
  background: #ffdc55;
  border: 1px solid #000;
}

.header-teachers .header__drop ul li:hover a {
  color: #ed1c24;
}

.header-teachers .header__nav li a:hover svg path {
  fill: #6f6727;
}

.header-teachers .header__item {
  background: #ffdc55;
}

.header-teachers .header__burger a span {
  background: #000;
}

.header-teachers .header__burger a span:before,
.header-teachers .header__burger a span:after {
  background: #000;
}

.programs-main {
  background: transparent;
}

.programs-main .programs__items {
  padding: 169px 0 80px;
}

@media screen and (max-width: 767px) {
  .programs-main .programs__items {
    padding: 141px 0 60px;
  }
}

.programs-main .programs__list-second {
  margin-bottom: 29px;
  gap: 20px 15px;
}

.programs-main .programs__list-second li {
  border-radius: 50px;
  background: transparent;
  border: 2px solid #0e0e0e;
}

.programs-main .programs__list-second li:hover {
  background: #ed5b1c;
  border: 2px solid #ed5b1c;
}

.programs-main .programs__list-second li.active {
  background: #ed5b1c;
  border: 2px solid #ed5b1c;
}

.programs-main .programs__list-third li {
  background: #ededed;
}

.programs-main .programs__list-third li:hover {
  background: #5661a6;
}

.programs-main .teacher-about__more {
  background: #d6d6d6;
  color: #505050;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: 300ms;
}

.programs-main .teacher-about__more:hover {
  background: #505050;
  color: #d6d6d6;
}

.programs-main .programs__tabs::before {
  background-image: url(../images/program-decor2.svg);
  width: 47px;
  height: 53px;
  bottom: 0;
  right: -76px;
}

@media screen and (max-width: 767px) {
  .programs-main .programs__blocks {
    row-gap: 31px;
  }
}

.programs-main .bread {
  color: #494949;
}

.programs-main .bread p {
  color: #d4131a;
}

@media screen and (max-width: 767px) {
  .programs-main .programs__tabs {
    margin: 18px 0 50px;
  }
}

.header-programs {
  background: #d4131a;
}

.header-programs .header__btn {
  background: #fff;
  color: #d4131a;
}

.header-programs .header__lang-drop {
  background: #d4131a;
}

.header-programs .header__item {
  background: #d4131a;
}

.quate-main {
  padding: 0;
  border-radius: 0;
}

.quate-main .quate__items {
  padding: 145px 0;
}

@media screen and (max-width: 1380px) {
  .quate-main .quate__items {
    padding: 145px 0 116px;
  }
}

@media screen and (max-width: 767px) {
  .quate-main .quate__items {
    padding: 167px 0 116px;
  }
}

.quate-main .bread {
  color: #fff;
}

.quate-main .bread p {
  color: #fee821;
}

.quate-main .quate__items::before {
  top: 102px;
  right: -38px;
}

@media screen and (max-width: 767px) {
  .quate-main .quate__items::before {
    right: 24px;
    top: 135px;
  }
}

.quate-main .quate__items::after {
  bottom: 30px;
  left: -170px;
}

@media screen and (max-width: 767px) {
  .quate-main .quate__items::after {
    left: 0;
    bottom: 30px;
    display: flex;
    width: 58px;
    height: 60px;
  }
}

.header-quote {
  background: #180d50;
}

.header-quote .header__item {
  background: #180d50;
}

.header-quote .header__lang-drop {
  background: #180d50;
}

.header-raspisanie {
  background: #f87313;
}

.header-raspisanie .header__nav-child svg path {
  fill: #fff;
}

.rasspisanie {
  color: #000;
}

.rasspisanie__inner {
  padding: 170px 0 106px 0;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .rasspisanie__inner {
    padding: 150px 0 80px 0;
  }
}

.rasspisanie__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
  .rasspisanie__header {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .rasspisanie__header {
    padding: 0 20px;
  }
}

.rasspisanie__title {
  font-size: 64px;
  font-weight: 700;
}

@media only screen and (max-width: 1660px) {
  .rasspisanie__title {
    font-size: 52px;
  }
}

@media only screen and (max-width: 1380px) {
  .rasspisanie__title {
    font-size: 42px;
  }
}

@media only screen and (max-width: 991px) {
  .rasspisanie__title {
    font-size: 36px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .rasspisanie__title {
    font-size: 32px;
  }
}

.rasspisanie__selects {
  display: flex;
  align-items: center;
}

.rasspisanie__select {
  margin-right: 21px;
  width: 244px;
  height: 50px;
}

@media only screen and (max-width: 1380px) {
  .rasspisanie__select {
    width: 220px;
    height: 42px;
  }
}

@media only screen and (max-width: 767px) {
  .rasspisanie__select {
    width: 100%;
    margin-right: 10px;
  }
}

.rasspisanie__select:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .rasspisanie .bread {
    padding: 0 20px;
  }
}

.rasspisanie .bread svg path {
  stroke: #f87313;
}

.rasspisanie .bread p {
  color: #f87313;
}

.rasspisanie .t-dropdown-block {
  width: 100%;
  border: 0;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  border-radius: 5px;
  border: 1px solid #ededed;
  background: #fff;
}

.rasspisanie .t-dropdown-list {
  display: none;
  z-index: 30;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  position: absolute;
  top: 30px;
  width: 100% !important;
  border-radius: 5px;
  border: 1px solid #ededed;
  background: #fff;
  top: 52px;
  right: 0;
}

@media only screen and (max-width: 1380px) {
  .rasspisanie .t-dropdown-list {
    top: 45px;
  }
}

.rasspisanie .t-dropdown-list ul {
  height: 100%;
  min-height: 70px;
  max-height: 160px;
  overflow: auto;
}

.rasspisanie .t-dropdown-list ul::-webkit-scrollbar {
  width: 4px;
  background-color: #e4e4e4;
}

@media only screen and (max-width: 767px) {
  .rasspisanie .t-dropdown-list ul::-webkit-scrollbar {
    width: 2px;
  }
}

.rasspisanie .t-dropdown-list ul::-webkit-scrollbar-thumb {
  background-color: #fff;
}

.rasspisanie .t-dropdown-list ul::-webkit-scrollbar-thumb:hover {
  background-color: #fff;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.rasspisanie .t-dropdown-list ul::-webkit-scrollbar-track {
  -webkit-box-shadow: transparent;
  background-color: transparent;
}

.rasspisanie .t-dropdown-item {
  padding: 8px 22px;
  margin: 0;
  cursor: pointer;
  font-size: 16px;
  color: #1c1c1c;
}

.rasspisanie .t-dropdown-item:hover {
  background: #eeeeeed8;
}

.rasspisanie .t-dropdown-select {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-color: none;
  cursor: pointer;
  border-radius: 8px;
  box-sizing: content-box;
  font-size: 16px;
  color: #e5d6a0;
  transition: 400ms;
}

.rasspisanie .t-dropdown-select::before {
  position: absolute;
  display: block;
  content: "";
  width: 8px;
  height: 4px;
  right: 22px;
  top: 50%;
  transform: translate(0, -50%);
  background-image: url(../images/arrow-select.svg);
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: 95% 50%;
  transition: 400ms;
}

@media only screen and (max-width: 767px) {
  .rasspisanie .t-dropdown-select::before {
    right: 15px;
  }
}

.rasspisanie .t-dropdown-select.active::before {
  transform: translate(0, -50%) rotate(180deg);
}

.rasspisanie .t-dropdown-input {
  border: 0;
  background: none;
  height: 100%;
  width: 100%;
  font-size: 18px;
  position: relative;
  z-index: 10;
  cursor: pointer;
  color: #1c1c1c;
  padding: 0 32px 0 22px;
}

@media only screen and (max-width: 767px) {
  .rasspisanie .t-dropdown-input {
    padding: 0 25px 0 15px;
  }
}

.rasspisanie .t-dropdown-input::-moz-placeholder {
  color: #1c1c1c;
}

.rasspisanie .t-dropdown-input::-ms-input-placeholder {
  color: #1c1c1c;
}

.rasspisanie .t-dropdown-input::placeholder {
  color: #1c1c1c;
}

@media only screen and (max-width: 767px) {
  .rasspisanie .container {
    padding: 0;
  }
}

.rasspisanie__table {
  background: #fffbf9;
  border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  .rasspisanie__table {
    overflow-x: auto;
    padding: 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .rasspisanie__table-inner {
    min-width: 750px;
    width: 750px;
  }
}

.rasspisanie__table-line {
  display: grid;
  grid-template-columns: 0.5fr 1fr 1fr 1fr 1fr;
  padding: 8px 0;
}

@media only screen and (max-width: 1380px) {
  .rasspisanie__table-line {
    grid-template-columns: 0.3fr 1fr 1fr 1fr 1fr;
  }
}

.rasspisanie__table-line:nth-child(2n) {
  background: #ffebdd;
}

.rasspisanie__table-line:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.rasspisanie__table-line:first-child {
  padding: 15px 0;
}

@media only screen and (max-width: 991px) {
  .rasspisanie__table-line:first-child {
    padding: 12px 0;
  }
}

.rasspisanie__table-line:first-child b {
  font-size: 18px;
  font-weight: 400;
}

@media only screen and (max-width: 991px) {
  .rasspisanie__table-line:first-child b {
    font-size: 16px;
  }
}

.rasspisanie__table-item {
  text-align: center;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
}

@media only screen and (max-width: 1380px) {
  .rasspisanie__table-item {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 991px) {
  .rasspisanie__table-item {
    font-size: 14px;
    padding: 0 15px;
  }
}

.rasspisanie__table-item span {
  font-size: 12px;
  margin-top: 2px;
}

.rasspisanie__table-item:first-child {
  text-align: left;
  font-size: 18px;
  color: #f87313;
}

@media only screen and (max-width: 991px) {
  .rasspisanie__table-item:first-child {
    font-size: 16px;
  }
}

.youtube {
  padding: 100px 0 0;
}

@media screen and (max-width: 1380px) {
  .youtube {
    padding: 80px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .youtube {
    padding: 60px 0 0;
  }
}

.youtube__blocks {
  display: flex;
  flex-direction: column;
  /*    @media screen and (max-width: 767px) {
    grid-template-columns: 1fr;
    } */
}

.youtube iframe {
  width: 100%;
  border-radius: 30px;
  border: none;
  display: flex;
  height: 380px;
}

@media screen and (max-width: 1340px) {
  .youtube iframe {
    height: 340px;
  }
}

@media screen and (max-width: 991px) {
  .youtube iframe {
    height: 380px;
  }
}

@media screen and (max-width: 767px) {
  .youtube iframe {
    height: 260px;
  }
}

.youtube iframe:last-child {
  transform: translate(50%, 0);
}

@media screen and (max-width: 767px) {
  .youtube iframe:last-child {
    transform: none;
  }
}

.youtube .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 36px;
  gap: 17px;
}

@media screen and (max-width: 991px) {
  .youtube .slick-dots {
    margin-top: 20px;
    gap: 12px;
  }
}

.youtube .slick-dots li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.youtube .slick-dots li.slick-active button {
  border: 1px solid #5661a6;
}

.youtube .slick-dots li.slick-active::before {
  opacity: 1;
}

.youtube .slick-dots li::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #5661a6;
  top: 4px;
  left: 4px;
  opacity: 0;
  display: flex;
}

@media screen and (max-width: 991px) {
  .youtube .slick-dots li::before {
    width: 9px;
    height: 9px;
    top: 3px;
    left: 3px;
  }
}

.youtube .slick-dots li button {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid transparent;
  font-size: 0;
  background-color: #eaeaea;
}

@media screen and (max-width: 991px) {
  .youtube .slick-dots li button {
    width: 15px;
    height: 15px;
  }
}

.youtube .slick-slide {
  margin: 0 10px;
}

.youtube .slick-list {
  margin: 0 -10px;
}

.youtube-about {
  padding: 0 0 100px;
}

@media screen and (max-width: 1380px) {
  .youtube-about {
    padding: 0 0 80px;
  }
}

@media screen and (max-width: 767px) {
  .youtube-about {
    padding: 0 0 60px;
  }
}

.politic {
  color: #fff;
}

.politic__title {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  font-size: 50px;
}

@media screen and (max-width: 991px) {
  .politic__title {
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .politic__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.politic__text {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .politic__text {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .politic__text {
    font-size: 16px;
  }
}

.politic .bread p {
  color: #ffcb05;
}

.politic .showcase__block {
  padding: 0;
}

@media screen and (max-width: 991px) {
  .politic .showcase-maps__info {
    padding: 180px 0 220px;
  }
}

@media screen and (max-width: 767px) {
  .politic .showcase-maps__info {
    padding: 140px 0 60px;
  }
}

.header__lang {
  display: none;
}
