@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400;700&display=swap");
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus, :active {
  outline: none;
}

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

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

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

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

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

button {
  cursor: pointer;
}

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

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

body.lock {
  overflow: hidden;
}

.wrapper {
  font-family: "EB Garamond", serif;
  height: 100%;
}

.container {
  max-width: 1200px;
  height: 100%;
  margin: 0px auto;
  background-color: rgb(0, 0, 0);
  color: #fff;
  position: relative;
  padding: 0 5px;
  z-index: 3;
  overflow: hidden;
}

.containerMod {
  min-height: 100vh;
}

._anim-show {
  transform: translate(0px, 120%);
  opacity: 0;
  transition: all 1.2s ease 0s;
}

._anim-show.active,
.active ._anim-show {
  transform: translate(0px, 0px);
  opacity: 1;
}

._anim-showRight {
  transform: translate(50%, 0px);
  opacity: 0;
  transition: all 1.2s ease 0s;
}

._anim-showRight.active,
.active ._anim-showRight {
  transform: translate(0px, 0px);
  opacity: 1;
}

._anim-showLeft {
  transform: translate(-50%, 0px);
  opacity: 0;
  transition: all 1.2s ease 0s;
}

._anim-showLeft.active,
.active ._anim-showLeft {
  transform: translate(0px, 0px);
  opacity: 1;
}

.background {
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  z-index: 2;
  transition: all 1.5s ease 0s;
}

.background__mod {
  background-color: rgb(0, 0, 0);
}

.background__modTwo {
  background-color: rgba(0, 0, 0, 0.18);
}

.title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  padding: 0 0 20px 0;
}

.title a {
  color: #fff;
}

.fullscreen {
  position: relative;
  min-height: 100vh;
  display: flex;
  z-index: 0;
  position: relative;
}
.fullscreen__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.fullscreen__title {
  z-index: 2;
  font-size: 50px;
  letter-spacing: 15px;
  text-transform: uppercase;
  padding: 0 0 20px 0;
  -webkit-animation: text 3s 1;
          animation: text 3s 1;
  text-align: center;
}
.fullscreen__titleMod {
  font-size: 35px;
  letter-spacing: 5px;
  -webkit-animation: tex 3s 1;
          animation: tex 3s 1;
}
.fullscreen__text {
  position: relative;
  z-index: 2;
  font-size: 20px;
  letter-spacing: 3px;
  opacity: 1;
  transition: all 1s ease 2s;
}
.fullscreen__textMod {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation: texZ 2s;
          animation: texZ 2s;
  color: #fff;
}
.fullscreen__btn {
  position: relative;
  z-index: 2;
  margin-top: 50px;
  border: 1px solid rgba(176, 75, 21, 0.5058823529);
  padding: 10px;
  transition: all 0.7s ease 0s;
}
.fullscreen__btn button a {
  color: #fff;
}
.fullscreen__btn:hover {
  border: 1px solid #c35215;
  transform: translate(0px, -10px);
}
.fullscreen__btn:active {
  transform: scale(1.11);
}
.fullscreen__btn button {
  font-size: 18px;
  letter-spacing: 1.5px;
  background: none;
  color: #fff;
}
.fullscreen__video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.fullscreen__menu {
  background-color: rgb(0, 0, 0);
  width: 100%;
  flex: 0 1 100px;
  min-height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: flex;
}
.fullscreen__bcg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.542);
  z-index: 1;
  transition: background-color 1.5s ease 0s;
}
.fullscreen__none {
  font-size: 35px;
  padding: 30px 0;
  font-weight: bold;
}
.fullscreen__none a {
  color: #2E8B57;
}
.fullscreen__logo {
  flex: 0 1 25%;
  padding: 4px 0;
  text-align: center;
  position: relative;
  z-index: 4;
}
.fullscreen__logo img {
  max-width: 160px;
  position: relative;
}
.fullscreen__none {
  display: none;
}
.fullscreen__header {
  flex: 1 1 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fullscreen__list {
  flex: 1 1 auto;
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
}
.fullscreen__link {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
.fullscreen__link:focus {
  color: #BFBF3F;
}
.fullscreen__link:hover {
  color: #B04B15;
  transition: all 1s ease 0s;
}
.fullscreen__contacts {
  flex: 0 1 35%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  color: #000;
  width: 100%;
}
.fullscreen__social {
  padding: 0 0 0 20px;
  position: relative;
  z-index: 4;
}
.fullscreen__social img {
  padding: 0 15px;
}
.fullscreen__number span {
  margin: 0px 5px 0 0;
  padding: 5px;
  border-radius: 3px;
  color: #fff;
}
.fullscreen__number p {
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 3px 0 0 0;
}
.fullscreen__burger {
  display: none;
}
@media (max-width: 1450px) {
  .fullscreen__social {
    padding: 0;
  }
  .fullscreen__social img {
    padding: 0 3px;
  }
}
@media (max-width: 1150px) {
  .fullscreen__social {
    display: none;
  }
  .fullscreen__title {
    font-size: 40px;
  }
  .fullscreen__video {
    position: absolute;
  }
}
@media (max-width: 1000px) {
  .fullscreen__list {
    padding: 0;
  }
  .fullscreen__logo {
    padding-top: 15px;
    padding-left: 10px;
  }
  .fullscreen__logo img {
    max-width: 130px;
  }
  .fullscreen__number {
    font-size: 14px;
  }
}
@media (max-width: 900px) {
  .fullscreen__bcg {
    background-color: rgba(0, 0, 0, 0.351);
  }
}
@media (max-width: 650px) {
  .fullscreen__header {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.561);
    transition: all 1s ease-in 0s;
  }
  .fullscreen__header.head__mod {
    background-color: rgb(0, 0, 0);
  }
  .fullscreen__none {
    display: inline-block;
  }
  .fullscreen__list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 30%;
  }
  .fullscreen__list li a {
    font-size: 30px;
  }
  .fullscreen__number {
    display: none;
  }
  .fullscreen__contacts {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
  }
  .fullscreen__burger {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 35px;
    height: 28px;
  }
  .fullscreen__burger:before, .fullscreen__burger:after, .fullscreen__burger span {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fdfdfd;
    z-index: 4;
  }
  .fullscreen__burger:after {
    bottom: 0;
  }
  .fullscreen__burger span {
    top: 12px;
  }
  .fullscreen__social {
    display: block;
    width: 100%;
    text-align: center;
  }
  .fullscreen__social img {
    padding: 0 20px;
  }
  .fullscreen__title {
    font-size: 45px;
    letter-spacing: 10px;
    line-height: 1.5;
    padding: 0 5px 30px 5px;
    -webkit-animation: textmod 3s 1;
            animation: textmod 3s 1;
    transition: transform 1s ease 1s;
  }
  .fullscreen__text {
    font-size: 16px;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.732);
  }
  .fullscreen__btn {
    position: absolute;
    bottom: 15%;
  }
}
@media (max-width: 650px) and (max-width: 450px) {
  .fullscreen__title {
    font-size: 35px;
    letter-spacing: 5px;
    line-height: 1.5;
    padding: 0 5px 30px 5px;
    overflow: hidden;
  }
  .fullscreen__text {
    display: none;
  }
  .fullscreen__textMod {
    display: block;
  }
  .fullscreen__titleMod {
    font-size: 24px;
    letter-spacing: 4px;
  }
}

.fullscreen__header.active {
  top: 0;
}

.fullscreen__title.active {
  transform: translate(-100%, 0);
  transition: all 1s ease 0s;
}

.fullscreen__text.activeMod {
  opacity: 0;
  transition: opacity 1s ease 0s;
}

.fullscreen__mod {
  background: url("..//img/bcg.webp") center/cover no-repeat;
}

@-webkit-keyframes text {
  0% {
    opacity: 0;
    transform: translate(2px, 20px);
    letter-spacing: 20px;
  }
}

@keyframes text {
  0% {
    opacity: 0;
    transform: translate(2px, 20px);
    letter-spacing: 20px;
  }
}
@-webkit-keyframes tex {
  0% {
    opacity: 0;
    transform: translate(2px, 20px);
    letter-spacing: 10px;
  }
}
@keyframes tex {
  0% {
    opacity: 0;
    transform: translate(2px, 20px);
    letter-spacing: 10px;
  }
}
@-webkit-keyframes texZ {
  0% {
    opacity: 0;
    transform: translate(2px, 10px);
  }
}
@keyframes texZ {
  0% {
    opacity: 0;
    transform: translate(2px, 10px);
  }
}
@-webkit-keyframes textmod {
  0% {
    opacity: 0;
    transform: translate(2px, 20px);
  }
}
@keyframes textmod {
  0% {
    opacity: 0;
    transform: translate(2px, 20px);
  }
}
@-webkit-keyframes textZ {
  0% {
    opacity: 0;
    transform: translate(0px, -20px);
  }
}
@keyframes textZ {
  0% {
    opacity: 0;
    transform: translate(0px, -20px);
  }
}
.contetn__course {
  position: relative;
  z-index: 0;
  min-height: 100vh;
}

.backgroundNew {
  height: 100%;
  width: 100%;
  background-color: #000;
}

.titleMod {
  padding-top: 90px;
  padding-bottom: 30px;
  font-size: 30px;
}

.head__title {
  color: #fff;
  font-size: 24px;
  text-align: center;
  width: 70%;
  font-style: italic;
  font-weight: bold;
  display: inline-block;
}

.content__body {
  background-color: rgb(0, 0, 0);
  font-size: 20px;
  line-height: 30px;
  color: rgb(255, 255, 255);
  padding: 100px 0 0 0;
  border-radius: 100px;
}
.content__preview {
  display: flex;
  justify-content: center;
}
.content__swipe {
  display: none;
  height: 50%;
}
.content__block {
  text-align: center;
  font-style: italic;
  border: 7px ridge #ffffff;
  max-width: 900px;
  padding: 20px;
  margin: 0 10px;
  font-size: 22px;
  overflow: hidden;
}
.content__title {
  padding: 60px 0 60px 0;
  font-size: 30px;
}
.content_anim-show span:first-child {
  -webkit-animation: preview 3s ease 1;
          animation: preview 3s ease 1;
}
.content_anim-show span:nth-child(2) {
  -webkit-animation: preview 7s ease 1;
          animation: preview 7s ease 1;
}
.content_anim-show span:nth-child(3) {
  -webkit-animation: preview 10s ease 1;
          animation: preview 10s ease 1;
}
.content_anim-show span:nth-child(4) {
  -webkit-animation: preview 12s ease 1;
          animation: preview 12s ease 1;
}
.content_anim-show span:last-child {
  -webkit-animation: preview 17s ease 1;
          animation: preview 17s ease 1;
}
.content__item {
  display: flex;
}
@media (max-width: 650px) {
  .content__out {
    display: none;
  }
  .content__swipe {
    display: block;
  }
}

.prevMod,
.prevNext {
  padding-top: 15%;
}

._anim-show.active,
.active ._anim-show span:first-child {
  -webkit-animation: preview 1.5s ease 1;
          animation: preview 1.5s ease 1;
}

._anim-show.active,
.active ._anim-show span:nth-child(2) {
  -webkit-animation: preview 3s ease 1;
          animation: preview 3s ease 1;
}

._anim-show.active,
.active ._anim-show span:nth-child(3) {
  -webkit-animation: preview 7s ease 1;
          animation: preview 7s ease 1;
}

._anim-show.active,
.active ._anim-show span:nth-child(4) {
  -webkit-animation: preview 9s ease 1;
          animation: preview 9s ease 1;
}

._anim-show.active,
.active ._anim-show span:last-child {
  -webkit-animation: preview 13s ease 1;
          animation: preview 13s ease 1;
}

@-webkit-keyframes preview {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
}

@keyframes preview {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
}
@media (max-width: 950px) {
  .content__item {
    display: block;
  }
}
.item__image {
  flex: 0 1 50%;
  padding: 10px;
  text-align: center;
  overflow: hidden;
}
.item__imageMod {
  display: none;
}
.item__image img, .item__imageMod img {
  max-width: 80%;
  border-radius: 5px;
}
.item__imageMod img {
  max-width: 80%;
  border-radius: 5px;
}
.item__text {
  flex: 0 1 50%;
  min-height: 70%;
  overflow: hidden;
  font-size: 20px;
  text-align: justify;
}
.item__title {
  text-align: center;
  font-style: italic;
  font-size: 25px;
  letter-spacing: 1.5px;
  text-shadow: 1px 1px 2px #FF6347;
  margin: 10px 0;
}
.item__other {
  position: relative;
  padding: 20px 10px 0 10px;
  letter-spacing: 1.1px;
  opacity: 0.9;
  text-indent: 20px;
}
.item__other:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #FF6347;
}
.item__mod {
  padding: 20px 0 0 60px;
  text-align: right;
  font-style: italic;
  font-size: 16px;
  line-height: 1;
}

@media (max-width: 950px) {
  .item__text {
    padding: 0 30px;
  }
  .item__imageNone {
    display: none;
  }
  .item__imageMod {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 10px;
    overflow: hidden;
  }
}
@media (max-width: 450px) {
  .item__text {
    padding: 0 15px;
  }
  .item__image,
.item__imageMod {
    padding: 20px 0px 30px 0px;
  }
}
.tabs {
  margin-bottom: 50px;
}
.tabs__items {
  display: flex;
}
.tabs__items button:nth-child(1).active {
  border: 1px solid rgb(19, 163, 177);
  border-bottom: none;
}
.tabs__items button:nth-child(2).active {
  border: 1px solid #2E8B57;
  border-bottom: none;
}
.tabs__items button:nth-child(3).active {
  border: 1px solid #FF6347;
  border-bottom: none;
}
.tabs__item {
  flex: 0 1 33.3333%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  color: aliceblue;
  background-color: #000;
  text-decoration: none;
}
.tabs__item span {
  position: relative;
  z-index: 2;
  font-weight: bold;
  font-size: 24px;
}
.tabs__block {
  padding: 20px;
  font-size: 18px;
  line-height: 24px;
  position: relative;
  display: none;
}
.tabs__block.active {
  display: block;
}
.tabs__block:nth-child(1) {
  background-color: #000;
  border: 1px solid rgb(19, 163, 177);
}
.tabs__block:nth-child(2) {
  background-color: #000;
  border: 1px solid #2E8B57;
}
.tabs__block:nth-child(3) {
  background-color: #000;
  border: 1px solid #FF6347;
}
@media (max-width: 600px) {
  .tabs__item span {
    font-size: 15px;
    font-weight: normal;
    display: block;
    width: 100px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

.modTabs {
  max-width: 1000px;
}

.start__body {
  width: 100%;
}
.start__title {
  padding: 50px 0 50px 0;
}
.start__row {
  display: flex;
  margin: 0 -10px;
}
.start__item {
  flex: 0 1 33.3333%;
  padding: 0 10px;
}
.start__head {
  text-align: right;
  padding: 0;
  font-size: 24px;
  text-shadow: 1px 1px 10px #fff;
}
.start__text {
  flex: 1 1 70%;
  padding: 10px 10px 30px 10px;
  letter-spacing: 1.1px;
  opacity: 0.9;
  text-indent: 20px;
  font-size: 24px;
  line-height: 1.2;
}
.start__text p {
  padding: 10px 0;
  text-indent: 0px;
  font-style: italic;
  font-size: 18px;
}
.start__text span {
  font-style: normal;
}
.start__image {
  flex: 0 0 30%;
  text-align: center;
}
.start__image img {
  max-width: 50%;
}
.start__green {
  color: #2E8B57;
  font-size: 22px;
}
.start__red {
  color: #FF6347;
  font-size: 22px;
}
@media (max-width: 700px) {
  .start__row {
    display: block;
  }
  .start__image {
    display: none;
  }
  .start__text {
    font-size: 20px;
  }
  .start__green {
    font-size: 18px;
  }
  .start__red {
    font-size: 18px;
  }
}

.movie__title {
  padding: 50px 0;
}
.movie__text {
  text-align: center;
  font-size: 24px;
  font-family: "Caveat", cursive;
}
.movie__video {
  padding: 30px 0;
}
.movie__media {
  max-width: 100%;
}

.empty__mod {
  padding-top: 60px;
}

.about__row {
  display: flex;
  padding: 50px 0 70px 0;
  border-radius: 40px;
  border-top: 5px solid #fff;
  margin-right: -5px;
  overflow: hidden;
}
.about__left {
  flex: 0 1 50%;
  padding: 0 30px;
  position: relative;
}
.about__right {
  flex: 0 1 50%;
}
.about__right img {
  max-width: 80%;
  border-radius: 30px 0px 0px 0px;
}
.about__blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.108);
}
.about__right {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.about__title {
  text-align: left;
  padding-left: 30px;
}
.about__text {
  overflow: hidden;
  line-height: 1.2;
  letter-spacing: 1.3px;
  font-family: "Caveat", cursive;
  font-size: 24px;
}
.about__text span {
  display: block;
  padding-bottom: 15px;
  text-indent: 15px;
}
.about__social {
  padding-left: 30px;
  padding-top: 30px;
  display: flex;
  align-items: center;
}
.about__social img {
  padding: 0 5px;
}
.about__icons {
  flex: 0 1 50%;
  text-align: left;
}
.about__logo {
  flex: 0 1 50%;
  text-align: right;
  width: 100%;
}
.about__logo img {
  max-width: 100%;
  width: 200px;
}
.about__social:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #FF6347;
}
.about__rightMod {
  display: none;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.about__rightMod img {
  max-width: 60%;
  border-radius: 30px 0px 0px 0px;
}

@media (max-width: 950px) {
  .about__text {
    font-size: 20px;
  }
}
@media (max-width: 850px) {
  .about__row {
    display: block;
  }
  .about__right {
    display: none;
  }
  .about__rightMod {
    display: block;
  }
  .about__social:after {
    margin: 0 5%;
    width: 90%;
  }
}
@media (max-width: 500px) {
  .about__rightMod img {
    max-width: 80%;
    border-radius: 30px 0px 0px 0px;
  }
}
.course__row {
  display: flex;
}
.course__left {
  flex: 0 1 50%;
  border: 3px solid #FF6347;
  border-radius: 10px;
  margin: 0px 20px;
  position: relative;
}
.course__pad {
  margin-bottom: 60px;
}
.course__left a, .course__right a {
  color: #fff;
}
.course__left, .course__right {
  transition: transform 1s ease 0s;
}
.course__left:hover, .course__right:hover {
  transform: translate(5px, 5px);
}
.course__border {
  position: absolute;
  bottom: -17px;
  left: 0;
  width: 100%;
  text-align: center;
}
.course__lesson {
  font-size: 24px;
  background-color: #FF6347;
  padding: 5px 10px;
  display: inline;
  border-radius: 3px;
  font-family: "Caveat", cursive;
}
.course__center {
  text-align: center;
}
.course__title {
  line-height: 1.5;
}
.course__center img {
  max-width: 100%;
  max-height: 550px;
}
.course__center h2 {
  font-size: 20px;
  text-decoration: underline;
}
.course__title {
  text-align: center;
  font-size: 24px;
}
.course__title a {
  text-transform: uppercase;
  font-size: 45px;
  font-weight: bold;
  line-height: 2;
}
.course__title h2 {
  padding: 20px 0 0 0;
  font-size: 35px;
  letter-spacing: 1.4px;
  font-family: "Caveat", cursive;
}
.course__start {
  margin: 0px auto;
  width: 650px;
  padding-bottom: 50px;
  padding-left: 10px;
}
.course__list {
  text-align: left;
  font-size: 22px;
}
.course__right {
  flex: 0 1 50%;
  border: 3px solid rgb(19, 163, 177);
  border-radius: 10px;
  margin: 0px 20px;
  position: relative;
}
.course__orange {
  color: #FF6347;
}
.course__blue {
  color: rgb(19, 163, 177);
}

.blue {
  background-color: rgb(19, 163, 177);
}

@media (max-width: 1025px) {
  .course__title a {
    font-size: 35px;
    padding-bottom: 25px;
  }
}
@media (max-width: 750px) {
  .course__row {
    display: block;
  }
  .course__left {
    margin: 0 20px 40px 20px;
  }
  .course__list {
    font-size: 18px;
  }
  .course__start {
    width: 85%;
    height: auto;
    justify-content: center;
  }
}
.first > li {
  position: relative;
  width: 100%;
  height: auto;
  line-height: 1.7;
  font-weight: bold;
  border: 3px solid rgb(19, 163, 177);
  border-radius: 10px;
  padding: 0 0 0 5%;
  display: block;
  color: #fff;
  text-decoration: none;
  margin: 8px 0;
  transition: all 1s ease 0s;
  -webkit-animation: list 1s ease 0s;
          animation: list 1s ease 0s;
}

.first > li {
  list-style: none;
}

@media (max-width: 750px) {
  .first > li {
    width: 90%;
    height: 80px;
    display: flex;
    align-items: center;
    margin-left: 5%;
    padding: 0 0 0 10%;
  }
  .course__title a {
    font-size: 30px;
    display: inline-block;
    margin-bottom: 30px;
    line-height: 1.3;
  }
}
@media (max-width: 420px) {
  .first > li {
    height: 100px;
  }
}
@media (max-width: 350px) {
  .first > li {
    height: auto;
  }
}
ol {
  counter-reset: list;
  padding-top: 50px;
}

.first > li:hover {
  transition: all 1.5s ease 0s;
  transform: translate(2px, 0px);
  background: linear-gradient(45deg, #9f230e, #3277b1);
}

.first > li:before {
  content: counter(list);
  counter-increment: list;
  position: absolute;
  top: 3px;
  left: -40px;
  color: #000;
  font-size: 18px;
  font-size: 20px;
  line-height: 1.2;
  font-family: serif;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  border: 3px solid #fff;
}

.first > li:hover:before {
  background-color: #fff;
  transition: all 1s ease 0s;
  transform: rotate(360deg);
}

@media (max-width: 750px) {
  .first > li:before {
    top: 20px;
  }
}
@media (max-width: 420px) {
  .first > li:before {
    top: 30px;
  }
}
.students {
  width: 100%;
  height: 50%;
}

.image-slider {
  overflow: hidden;
  padding-top: 30px;
}

.image {
  text-align: center;
  position: relative;
}

.image {
  max-width: 100%;
}

.image iframe {
  width: 560px;
  height: 315px;
}

@media (max-width: 600px) {
  .image iframe {
    width: 425px;
    height: 240px;
  }
  .image-slider {
    overflow: hidden;
    padding-top: 10px;
  }
}
@media (max-width: 419px) {
  .image iframe {
    width: 380px;
    height: 215px;
  }
}
@media (max-width: 360px) {
  .image iframe {
    width: 340px;
    height: 180px;
  }
}
.image-slider .swiper-button-prev::after,
.image-slider .swiper-button-next::after {
  color: white;
  font-size: 60px;
}

.image-slider .swiper-pagination-bullet {
  background-color: rgb(19, 163, 177);
  width: 25px;
  height: 25px;
}

@media (min-width: 660px) {
  .image-slider .swiper-button-prev::after,
.image-slider .swiper-button-next::after {
    display: inline-block;
  }
}
.swiper-pagination {
  position: absolute;
}

.description__body {
  padding-top: 80px;
  padding: 100px 40px 50px 40px;
  text-align: center;
}
.description__row {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}
.description__mobile:nth-child(2) {
  position: relative;
}
.description__mobile:nth-child(2)::after, .description__mobile:nth-child(2)::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 2px;
  height: 100%;
  background-color: rgb(19, 163, 177);
}
.description__mobile:nth-child(2)::after {
  left: 10px;
}
.description__mobile:nth-child(2)::before {
  right: 10px;
}
.description__title {
  padding-bottom: 50px;
}
.description__mobile {
  flex: 0 1 33.3333%;
  font-size: 20px;
  text-align: center;
}
.description__text {
  padding: 0 0 20px 0;
}
.description__number {
  text-decoration: underline;
  color: #fff;
  font-weight: bold;
  font-size: 32px;
}
.description__date {
  padding: 40px 0;
}
.description__form {
  border-top: 2px solid rgb(19, 163, 177);
  padding: 30px 0;
  margin: 0 20px;
  color: #fff;
}
.description__form h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
  padding-bottom: 30px;
}
.description__form input {
  width: 200px;
  height: 40px;
  padding: 0 15px;
  margin: 0 15px 15px 15px;
  border-radius: 5px 0px 5px 0px;
}
.description__form input::-moz-placeholder {
  font-size: 16px;
  color: #000;
}
.description__form input:-ms-input-placeholder {
  font-size: 16px;
  color: #000;
}
.description__form input::placeholder {
  font-size: 16px;
  color: #000;
}
.description__btn {
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  background-color: rgb(19, 163, 177);
  cursor: pointer;
}

@media (max-width: 1050px) {
  .description__number {
    font-size: 24px;
    padding: 10px 0;
  }
}
@media (max-width: 850px) {
  .description__row {
    display: block;
  }
  .description__form input {
    width: 90%;
    padding: 0 5%;
    margin: 5px 0;
  }
}
@media (max-width: 500px) {
  .description__form input {
    width: 100%;
  }
  .description__body {
    padding: 50px 20px 50px 20px;
  }
}
@media (max-width: 500px) {
  .description__body {
    padding: 50px 5px 50px 5px;
  }
}
.faq__title {
  font-family: "Caveat", cursive;
  margin-bottom: 15px;
}

.accordeon {
  max-width: 900px;
  margin: 0px auto;
  padding-bottom: 50px;
}

.accordeon-item__title::before,
.accordeon-item__title::after {
  content: "";
  position: absolute;
  top: 35px;
  width: 20px;
  height: 2px;
  background-color: rgb(206, 201, 201);
  transition: all 0.3s ease 0s;
}

.accordeon-item__title::before {
  transform: rotate(35deg);
  left: 20px;
}

.accordeon-item__title::after {
  transform: rotate(-35deg);
  left: 36px;
}

.active .accordeon-item__title::before {
  transform: rotate(-35deg);
  background-color: rgb(204, 13, 13);
}

.active .accordeon-item__title::after {
  transform: rotate(35deg);
  background-color: rgb(215, 11, 11);
}

.accordeon-item__title {
  padding: 20px 20px 20px 80px;
  font-size: 30px;
  font-family: "Caveat", cursive;
  font-weight: bold;
  border: 1px solid #000;
  cursor: pointer;
  position: relative;
}

.accordeon-item {
  position: relative;
}

.accordeon-item::after,
.accordeon-item::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgb(19, 163, 177);
}

.accordeon-item::after {
  top: 0;
}

.accordeon-item:last-child:before {
  bottom: 0;
}

.accordeon-item__text {
  font-size: 24px;
  line-height: 1.3;
  border: 1px solid #000;
  border-top: none;
  letter-spacing: 1.2px;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity, height, padding 0.7s ease 0s;
  padding: 0 0 0 25px;
}

.active .accordeon-item__text {
  transition: all 1s ease 0s;
  opacity: 1;
  overflow: visible;
  height: auto;
  padding: 5px 10px 10px 30px;
}

@media (max-width: 700px) {
  .active .accordeon-item__text {
    padding: 5px 10px 10px 20px;
  }
}
.footer__body {
  display: flex;
  height: 150px;
  align-items: center;
  padding: 0 50px;
}
.footer__info {
  flex: 0 1 50%;
  font-family: "Caveat", cursive;
  font-size: 24px;
}
.footer__logo {
  flex: 0 1 50%;
  text-align: end;
}
.footer__logo img {
  max-width: 200px;
}
@media (max-width: 500px) {
  .footer__body {
    display: block;
  }
}

.acoustic {
  position: relative;
  z-index: 0;
}
.acoustic__body {
  min-height: 100vh;
  padding: 100px 10px 50px 10px;
}
.acoustic__title {
  font-size: 35px;
  text-align: center;
  font-weight: bold;
  padding: 0 0 30px 0;
}
.acoustic__row {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, auto));
  gap: 30px 40px;
}
.acoustic__item {
  min-height: 220px;
  box-shadow: 5px -5px 25px rgba(80, 75, 75, 0.711);
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
  transition: all 1s ease-in-out 0s;
}
.acoustic__item a {
  color: aliceblue;
}
.acoustic__cont {
  display: flex;
  flex-direction: column;
  height: 100%;
  cursor: pointer;
}
.acoustic__item:hover {
  transform: translate(3px, 3px);
  box-shadow: 5px -5px 25px rgba(98, 92, 92, 0.768);
  transition: all 0.5s ease-in-out 0s;
}
.acoustic__up {
  height: 100%;
  flex: 0 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 34px;
  font-weight: bold;
  text-transform: uppercase;
}
.acoustic__down {
  flex: 0 1 80px;
  background: linear-gradient(to right, rgba(159, 36, 14, 0.6470588235), rgba(50, 120, 177, 0.6392156863));
}
.acoustic__down a {
  color: #fff;
}
.acoustic__text {
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 1.2px;
  text-align: center;
}

.lesson {
  position: relative;
  z-index: 1;
  margin-top: 50px;
}
.lesson__image {
  text-align: center;
}
.lesson img {
  max-width: 70%;
  padding: 15px;
}
.lesson__imageMod img {
  max-width: 50%;
}
.lesson__chapter {
  padding: 30px 10%;
  font-size: 20px;
  letter-spacing: 1.1px;
  line-height: 1.3;
  text-align: justify;
  text-indent: 5%;
}
.lesson__chapter p {
  padding: 5px 0;
}
.lesson__title {
  padding: 30px 0;
  font-size: 35px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}
.lesson__footer {
  padding: 0px 15% 20px 15%;
  font-size: 22px;
  letter-spacing: 1.1px;
  line-height: 1.3;
  font-style: italic;
}
.lesson__movie {
  text-align: center;
  padding: 30px 0;
  margin: 30px 0;
}
.lesson__movie iframe {
  width: 560px;
  height: 315px;
}
.lesson__movie h2 {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 1.2px;
  line-height: 3;
  padding: 10px 0;
}
.lesson__movie::before {
  content: "";
  position: absolute;
  left: 10%;
  width: 80%;
  height: 2px;
  background-color: rgb(19, 163, 177);
}
.lesson__footer p {
  padding: 5px 0;
}
.lesson__chapter::before {
  content: "";
  position: absolute;
  left: 10%;
  width: 80%;
  height: 2px;
  background-color: rgb(19, 163, 177);
}
.lesson li {
  padding: 5px 0;
}
@media (max-width: 650px) {
  .lesson__movie h2 {
    line-height: 1.5;
  }
}
@media (max-width: 600px) {
  .lesson__title {
    font-size: 26px;
    line-height: 1.1;
  }
  .lesson__chapter {
    padding: 30px 5%;
  }
  .lesson img {
    max-width: 90%;
  }
  .lesson__footer {
    padding: 0px 7% 20px 7%;
  }
  .lesson__movie iframe {
    width: 100%;
    height: 280px;
  }
}
@media (max-width: 480px) {
  .lesson__movie iframe {
    height: 230px;
  }
  .lesson__movie h2 {
    font-size: 24px;
  }
}

.textMody {
  font-size: 30px;
  font-weight: bold;
}

.red {
  color: red;
}

.accordeon-item::after,
.accordeon-item::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgb(19, 163, 177);
}

@media (max-width: 400px) {
  .image-slider .swiper-button-prev::after,
.image-slider .swiper-button-next::after {
    font-size: 40px;
  }
  .prevMod,
.prevNext {
    padding-top: 20%;
  }
}
.codeForm {
  position: relative;
  z-index: 4;
  margin-top: 40px;
  margin-bottom: 10px;
}

.codeForm input {
  background-color: #000;
  border: 1px solid #fff;
  height: 40px;
  width: 150px;
  margin: 0 10px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  -webkit-animation: code 8s ease 0s;
          animation: code 8s ease 0s;
  transition: all 1s ease 0s;
}

.codeForm input::-moz-placeholder {
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.codeForm input:-ms-input-placeholder {
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.codeForm input::placeholder {
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.codeBtn {
  cursor: pointer;
}

.codeBtn:hover {
  box-shadow: 1px 2px 10px rgb(161, 154, 154);
  transform: translate(2px, 2px);
}

@media (max-width: 350px) {
  .codeForm input {
    display: inline-block;
    text-align: center;
    margin: 10px 0;
    width: 100%;
  }
}
@-webkit-keyframes code {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes code {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}