/*
* Prefixed by:
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

span.accent-text {
  color: #FF1E00;
}

.title {
  font-family: "Eastman";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 135.02%;
}

.title.big {
  font-size: 36px;
}

@media (max-width: 479.98px) {
  .title {
    font-size: 24px;
  }

  .title.big {
    font-size: 28px;
  }
}

.second-title {
  font-weight: 500;
  font-size: 32px;
  line-height: 135.02%;
}

@media (max-width: 990.98px) {
  .second-title {
    font-size: 26px;
  }
}

@media (max-width: 479.98px) {
  .second-title {
    font-size: 20px;
    line-height: 27px;
  }
}

.btn:disabled {
  opacity: 0.5;
  color: #D6D6D6;
}

.btn:disabled svg path {
  transition: all .3s ease;
}

.btn:disabled svg path {
  fill: #D6D6D6;
}

.btn {
  line-height: 115%;
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  color: #FFFFFF;
  padding: 12px 24px;
  white-space: nowrap;
  background: #FF1E00;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
  height: 46px;
}

.btn:not(:disabled) {
  cursor: pointer;
}

@media (min-width: 992px) {
  .btn:not(:disabled):hover {
    background: #CD2C21;
  }
}

.btn:not(:disabled):active {
  background: #B82116;
}

@media (max-width: 479.98px) {
  .btn {
    padding: 12px 19px;
  }
}

a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #222222;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (max-width: 1199.98px) {
  a {
    font-size: 15px;
  }
}

body {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  color: #222222;
  position: relative;
  opacity: 1;
  -webkit-animation-name: load;
  animation-name: load;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

body.lock {
  overflow: hidden;
}

@media (max-width: 479.98px) {
  body {
    line-height: 130%;
  }
}

@-webkit-keyframes load {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes load {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.wrapper {
  min-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media (max-width: 990.98px) {
  .page {
    padding-top: 60px;
  }
}

.contacts-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contacts-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contacts-list li span {
  margin-right: 12px;
}

.tags .tags-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tags .tags-item {
  padding: 8px 16px;
  border: 1px solid #222222;
  border-radius: 100px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  white-space: nowrap;
}

.tags .tags-item.top {
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
  margin-bottom: 2px;
}

.tags .tags-item.right {
  -webkit-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
  margin-left: -2px;
}

section {
  padding: 150px 0;
  border-radius: 40px 40px 0 0;
  background: #FFFFFF;
  margin-top: -50px;
}

@media (max-width: 479.98px) {
  section {
    margin-top: -30px;
  }
}

section:nth-child(2n) {
  background: #F5F5F5;
}

@media (max-width: 990.98px) {
  section {
    padding: 100px 0;
  }
}

@media (max-width: 479.98px) {
  section {
    padding: 65px 0;
  }
}

section.planets {
  background: #F5F5F5;
}

.phone {
  padding-left: 50px !important;
}

.form-body {
  width: 100%;
}

.form-body .form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-body .form-field:not(:last-child) {
  margin-bottom: 16px;
}

.form-body .form-field label {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 8px;
}

.form-body .form-field input {
  width: 100%;
  padding: 12px;
  background: #EBEBEB;
  border: none;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

.form-body .form-field input:focus {
  outline: none;
  -webkit-box-shadow: 0px 0px 0px 1px #FF1E00;
  box-shadow: 0px 0px 0px 1px #FF1E00;
}

.form-body .form-field input::-webkit-input-placeholder {
  opacity: 0.7;
}

.form-body .form-field input::-moz-placeholder {
  opacity: 0.7;
}

.form-body .form-field input:-ms-input-placeholder {
  opacity: 0.7;
}

.form-body .form-field input::-ms-input-placeholder {
  opacity: 0.7;
}

.form-body .form-field input::placeholder {
  opacity: 0.7;
}

.form-body .btn {
  border: none;
  cursor: pointer;
  max-width: 100%;
  width: 100%;
  margin-top: 24px;
}

.slider-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  padding: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.slider-controls [class^=_icon-]:before,
.slider-controls [class*=" _icon-"]:before {
  padding: 0;
}

.slider-button {
  border-radius: 50%;
  width: 48px;
  aspect-ratio: 1/1;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;

  border: 1px solid #8E8E8E;
  color: #8E8E8E;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slider-button:not(.swiper-button-disabled):hover {
  background: #FF1E00;
  border: 1px solid #FF1E00;
  color: #FFFFFF;
}

.slider-button-prev {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.slider-button-next {
  background: #FF1E00;
  border: 1px solid #FF1E00;
  color: #FFFFFF;
}

small {
  color: #FF1E00;
}

.body-roadmap__img {
  width: 100%;
  max-width: 1200px;
  margin: 40px auto 0;
}

.body-roadmap__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.mobile {
  display: none;
}

@media (max-width: 768.98px) {
  .mobile {
    display: block;
  }

  .body-roadmap__img {
    max-width: 500px;
    margin-top: 0;
    margin-bottom: 50px;
  }

  .desktop {
    display: none;
  }
}

[class*=__container] {
  max-width: 1216px;
  margin: 0 auto;
  padding: 0 15px;
}

@media (max-width: 1199.98px) {
  [class*=__container] {
    max-width: 970px;
  }
}

@media (max-width: 990.98px) {
  [class*=__container] {
    max-width: 750px;
  }
}

@media (max-width: 768.98px) {
  [class*=__container] {
    max-width: none;
  }
}

@font-face {
  font-family: "Eastman";
  src: url("../../fonts/eastman/Eastman-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "icomoon";
  src: url("../../fonts/icomoon.woff?6oo00x") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^=_icon-]:before,
[class*=" _icon-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 25px;
  padding-right: 12px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

._icon-slider-arrow:before {
  content: "\e906";
}

._icon-email:before {
  content: "\e900";
}

._icon-fb:before {
  content: "\e901";
}

._icon-ig:before {
  content: "\e902";
}

._icon-phone:before {
  content: "\e903";
}

._icon-tg:before {
  content: "\e904";
}

._icon-viber:before {
  content: "\e905";
}

.header {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 80px;
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 768.98px) {
  .header.hide {
    height: 45px;
  }

  .header.hide nav {
    height: 45px;
  }

  .header.hide .logo img {
    width: 168px;
    height: 27px;
  }
}

nav {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*Styling logo*/
.logo img {
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 33px;
  width: 152px;
  left: 20.46484375px;
  top: 21.1376953125px;
  border-radius: 0px;
}

@media (max-width: 1199.98px) {
  .logo img {
    height: 25px;
    width: 120px;
  }
}

/*Styling Links*/
.header .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}

@media (max-width: 1199.98px) {
  .header .nav-links {
    -webkit-column-gap: 17px;
    -moz-column-gap: 17px;
    column-gap: 17px;
  }
}

@media (max-width: 479px) {
  .header .header__btn {
    display: none;
  }

  .header .nav-links .header__btn {
    display: block !important;
  }
}

.header .nav-links .header__btn {
  display: none;
}

.header .nav-links li a {
  font-size: 14px;
}

@media (max-width: 1199.98px) {
  .header .nav-links li a {
    font-size: 12px;
  }
}

.header .nav-links li a:hover {
  color: #FF1E00;
}

@media (max-width: 1199.98px) {
  .header__btn {
    font-size: 12px;
  }
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
}

/*Styling Hamburger Icon*/
.hamburger div {
  width: 30px;
  height: 2px;
  background: #FF1E00;
  margin: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger {
  display: none;
}

.header .menu-title {
  display: none;
  font-size: 20px !important;
}

.contacts-list-parent {
  display: none;
}

/*Stying for small screens*/
@media (max-width: 990.98px) {
  .contacts-list-parent {
    display: block;
  }

  .header .menu-title {
    display: block;
    font-weight: 700;
  }

  .hamburger {
    display: block;
    cursor: pointer;
    z-index: 2;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
  }

  .hamburger.toggle div {
    background: #8E8E8E !important;
  }

  .header .nav-links {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #FFFFFF;
    height: 100vh;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    clip-path: circle(50px at 90% -20%);
    -webkit-clip-path: circle(50px at 90% -10%);
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    pointer-events: none;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
  }

  .nav-links.open {
    clip-path: circle(1200px at 90% -10%);
    -webkit-clip-path: circle(1200px at 90% -10%);
    pointer-events: all;
    padding: 60px 100px;
    overflow: scroll;
  }
}

@media (max-width: 990.98px) and (max-width: 479.98px) {
  .nav-links.open {
    padding: 60px 44px;
  }
}

@media (max-width: 990.98px) {
  .nav-links li {
    opacity: 0;
    width: 100%;
  }

  .nav-links li:not(:last-child) {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 990.98px) {
  .header .contacts-list {
    margin-top: 32px;
  }
}

@media (max-width: 990.98px) {

  .nav-links li,
  .nav-links li a {
    color: #222222;
    font-size: 16px;
    text-align: left;
  }
}

@media (max-width: 479.98px) {

  .nav-links li,
  .nav-links li a {
    font-size: 14px !important;
  }
}

@media (max-width: 990.98px) {
  .nav-links li:nth-child(1) {
    -webkit-transition: all 0.5s ease 0.2s;
    -o-transition: all 0.5s ease 0.2s;
    transition: all 0.5s ease 0.2s;
  }
}

@media (max-width: 990.98px) {
  .nav-links li:nth-child(2) {
    -webkit-transition: all 0.5s ease 0.4s;
    -o-transition: all 0.5s ease 0.4s;
    transition: all 0.5s ease 0.4s;
  }
}

@media (max-width: 990.98px) {
  .nav-links li:nth-child(3) {
    -webkit-transition: all 0.5s ease 0.6s;
    -o-transition: all 0.5s ease 0.6s;
    transition: all 0.5s ease 0.6s;
  }
}

@media (max-width: 990.98px) {
  .nav-links li:nth-child(4) {
    -webkit-transition: all 0.5s ease 0.7s;
    -o-transition: all 0.5s ease 0.7s;
    transition: all 0.5s ease 0.7s;
  }
}

@media (max-width: 990.98px) {
  .nav-links li:nth-child(5) {
    -webkit-transition: all 0.5s ease 0.8s;
    -o-transition: all 0.5s ease 0.8s;
    transition: all 0.5s ease 0.8s;
  }
}

@media (max-width: 990.98px) {
  .nav-links li:nth-child(6) {
    -webkit-transition: all 0.5s ease 0.9s;
    -o-transition: all 0.5s ease 0.9s;
    transition: all 0.5s ease 0.9s;
    margin: 0;
  }
}

@media (max-width: 990.98px) {
  .nav-links li:nth-child(7) {
    -webkit-transition: all 0.5s ease 1s;
    -o-transition: all 0.5s ease 1s;
    transition: all 0.5s ease 1s;
    margin: 0;
  }
}

@media (max-width: 990.98px) {
  li.fade {
    opacity: 1;
  }
}

/*Animating Hamburger Icon on Click*/
.toggle .line1 {
  -webkit-transform: rotate(-45deg) translate(0, 7px);
  -ms-transform: rotate(-45deg) translate(0, 7px);
  transform: rotate(-45deg) translate(0, 7px);
}

.toggle .line3 {
  -webkit-transform: rotate(45deg) translate(0, -7px);
  -ms-transform: rotate(45deg) translate(0, -7px);
  transform: rotate(45deg) translate(0, -7px);
}

@media (max-width: 768.98px) {
  .header {
    height: 60px;
  }

  .header__menu {
    height: 60px;
  }
}

.footer {
  padding-top: 150px;
  border-radius: 40px 40px 0 0;
  margin-top: -50px;
  background: #222222;
}

.footer a {
  color: #FFFFFF;
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px;
}

.footer__bottom a {
  opacity: 0.6;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.footer__bottom a:hover {
  opacity: 1;
}

.body-footer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 64px;
}

.body-footer__menu .menu-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: block;
  margin-bottom: 24px !important;
}

.body-footer__menu li {
  color: #FFFFFF;
}

.body-footer__menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.body-footer__menu li:not(:last-child) {
  margin-bottom: 16px;
}

.body-footer__btn {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: transparent;
  border: 2px solid #FFFFFF;
  justify-self: flex-end;
}

.body-footer__btn:hover {
  border: 2px solid #CD2C21;
}

@media (max-width: 990.98px) {
  .body-footer {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 50px;
  }

  .body-footer__btn {
    justify-self: flex-start;
  }
}

@media (max-width: 768.98px) {
  .footer {
    padding-top: 75px;
  }

  .body-footer {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 50px;
  }

  .body-footer__btn {
    justify-self: flex-start;
  }

  .body-footer__logo {
    margin: 0 auto;
  }

  .body-footer__logo img {
    width: 221px;
  }
}

@media (max-width: 479.98px) {
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    row-gap: 20px;
  }

  .body-footer {
    margin-bottom: 40px;
  }
}

.intro {
  padding-top: 20px;
}

@media (max-width: 992px) {
  .intro {
    padding-top: 100px;
  }
}

.row-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.row-intro__img {
  width: 450px;
  height: 600px;
  margin-bottom: 72px;
  overflow: hidden;
  border-radius: 1000px;
}

@media (min-width: 990.98px) {
  .row-intro__img {
    margin-top: 170px;
  }
}

.row-intro__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: -100px;
  object-position: -100px;
}

.content-row-intro {
  max-width: 672px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}

.content-row-intro__body h1 {
  margin-bottom: 24px;
}

.content-row-intro__body p {
  max-width: 460px;
  margin-bottom: 32px;
}

.content-row-intro__tags {
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (min-width: 992px) {
  .content-row-intro__tags {
    bottom: 76px;
  }
}

@media (max-width: 1199.98px) {
  .content-row-intro {
    max-width: 500px;
  }

  .row-intro__img {
    width: 378px;
    height: 530px;
    border-radius: 600px;
  }
}

@media (max-width: 990.98px) {
  .content-row-intro {
    margin-bottom: 30px;
  }

  .content-row-intro__body h1 {
    text-align: center;
  }

  .content-row-intro__body p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .content-row-intro__tags {
    margin-left: 30px;
  }

  .row-intro {
    margin: 0 auto;
    max-width: 500px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .row-intro__img {
    margin-bottom: 120px;
    width: 450px;
    height: 576px;
    border-radius: 300px;
  }

  .row-intro .btn {
    margin: 0 auto;
  }
}

@media (max-width: 479.98px) {
  .row-intro__img {
    width: 100%;
    height: 426px;
    border-radius: 500px;
    max-width: 380px;
  }

  .row-intro__img img {
    object-position: -30px;

  }

  .content-row-intro__tags {
    margin-left: 0px;
  }
}

.row-principles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.content-row-principles {
  max-width: 533px;
}

.content-row-principles h2 {
  margin-bottom: 32px;
}

.content-row-principles .list-principles li:not(:last-child) {
  margin-bottom: 32px;
}

.content-row-principles__list .list-principles__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}

.content-row-principles__list .list-principles__header img {
  width: 48px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 12px;
}

.images-principles {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.images-principles__img {
  border-radius: 1000px;
  overflow: hidden;
}

.images-principles__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.images-principles__img:first-child {
  height: 730px;
  width: 550px;
}

.images-principles__img:nth-child(2) {
  position: absolute;
  bottom: 60px;
  right: 0px;
  border: 6px solid #FFFFFF;
  width: 170px;
  height: 250px;
}

.images-principles p {
  margin-top: 20px;
  max-width: 380px;
  text-align: center;
}

@media (max-width: 1199.98px) {
  .images-principles__img:first-child {
    height: 630px;
    width: 398px;
  }
}

@media (max-width: 990.98px) {
  .row-principles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content-row-principles {
    margin-bottom: 50px;
  }
}

@media (max-width: 479.98px) {
  .content-row-principles__list .list-principles__header img {
    width: 32px;
  }

  .list-principles__text {
    font-size: 14px;
  }

  .images-principles__img:first-child {
    width: 320px;
    height: 403px;
  }

  .images-principles__img:nth-child(2) {
    width: 110px;
    height: 170px;
    bottom: 80px;
  }

  .images-principles p {
    max-width: 300px;
  }
}

.row-forwho {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.row-forwho:not(:last-child) {
  margin-bottom: 64px;
}

.row-forwho:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.row-forwho:nth-child(2n) .row-forwho__img {
  border-radius: 1000px 600px 70px 1000px;
}

.row-forwho:nth-child(2n) .row-forwho__content {
  margin-right: 170px;
}

.row-forwho__img {
  width: 542px;
  height: 350px;
  background: #F9F9F9;
  border-radius: 600px 1000px 1000px 70px;
  overflow: hidden;
}

.row-forwho__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.content-row-forwho__title {
  margin-bottom: 24px;
}

.content-row-forwho__list li {
  position: relative;
  padding-left: 18px;
}

.content-row-forwho__list li:not(:last-child) {
  margin-bottom: 12px;
}

.content-row-forwho__list li:before {
  content: "";
  width: 10px;
  aspect-ratio: 1/1;
  background: #FF1E00;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 50%;
  bottom: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 1199.98px) {
  .row-forwho__img {
    width: 400px;
    height: 250px;
  }

  .row-forwho:nth-child(2n) .row-forwho__content {
    margin-right: 30px;
  }
}

@media (max-width: 990.98px) {
  .row-forwho {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .row-forwho__content {
    margin-bottom: 30px;
  }

  .row-forwho__img {
    width: 420px;
    height: 286px;
  }
}

@media (max-width: 479.98px) {
  .row-forwho__content {
    margin-bottom: 32px;
  }

  .row-forwho__img {
    width: 100%;
    height: 220px;
  }
}

.planets-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-planets-body {
  max-width: 600px;
  margin-left: -30px;
}

.content-planets-body__title {
  margin-bottom: 16px;
}

.content-planets-body__text li {
  margin-bottom: 16px;
}

.illustration-planets {
  position: relative;
  margin-right: 135px;
}

.illustration-planets__main {
  position: relative;
  z-index: 2;
}

.illustration-planets__main:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 50%;
  left: 50%;
  right: 50%;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  width: 140px;
  aspect-ratio: 1/1;
  background: #FFFFFF;
  border-radius: 50%;
}

.illustration-planets__main .outline {
  position: absolute;
  bottom: 50%;
  left: 50%;
  right: 50%;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  -webkit-animation: 6s ease 0s infinite;
  animation: 6s ease 0s infinite;
  -webkit-animation-name: pulse;
  animation-name: pulse;
  z-index: -1;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: translate(-50%, 50%) scale(0.9);
    transform: translate(-50%, 50%) scale(0.9);
    opacity: 1;
  }

  to {
    -webkit-transform: translate(-50%, 50%) scale(1.8);
    transform: translate(-50%, 50%) scale(1.8);
    opacity: 0;
  }
}

@keyframes pulse {
  from {
    -webkit-transform: translate(-50%, 50%) scale(0.9);
    transform: translate(-50%, 50%) scale(0.9);
    opacity: 1;
  }

  to {
    -webkit-transform: translate(-50%, 50%) scale(1.8);
    transform: translate(-50%, 50%) scale(1.8);
    opacity: 0;
  }
}

.illustration-planets__main .outline.n1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.illustration-planets__main .outline.n2 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.illustration-planets__main .outline.n3 {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.illustration-planets__main .outline.n4 {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.illustration-planets__item {
  background: #E9F0FE;
  width: 230px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.illustration-planets__item:not(.illustration-planets__item:nth-child(1)) {
  font-size: 14px;
  width: 150px;
  position: absolute;
  z-index: 10;
  -webkit-animation: 4s ease-in-out 0s infinite;
  animation: 4s ease-in-out 0s infinite;
  -webkit-animation-name: updown;
  animation-name: updown;
}

.illustration-planets__item:not(.illustration-planets__item:nth-child(1)) .num {
  color: #FFFFFF;
}

.illustration-planets__item:not(.illustration-planets__item:nth-child(1)) .planets-item-text {
  max-width: 124px;
}

@-webkit-keyframes updown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes updown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.illustration-planets__item:nth-child(2) {
  background: #a3c1ff;
  right: -150px;
  top: -100px;
  -webkit-animation-delay: 0.5s !important;
  animation-delay: 0.5s !important;
}

.illustration-planets__item:nth-child(3) {
  background: #F6A49E;
  top: -60px;
  left: -132px;
  -webkit-animation-delay: 1.3s !important;
  animation-delay: 1.3s !important;
}

.illustration-planets__item:nth-child(4) {
  background: #B0ABF8;
  bottom: -140px;
  left: -85px;
  -webkit-animation-delay: 0s !important;
  animation-delay: 0s !important;
}

.illustration-planets__item:nth-child(5) {
  background: #99cfff;
  bottom: -108px;
  right: -85px;
  -webkit-animation-delay: 0.8s !important;
  animation-delay: 0.8s !important;
}

.illustration-planets .planets-item-text {
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.illustration-planets .planets-item-text .num {
  font-size: 24px;
  margin-bottom: 10px;
}

@media (max-width: 1199.98px) {
  .content-planets-body {
    max-width: 335px;
  }
}

@media (max-width: 990.98px) {
  .planets-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .illustration-planets {
    margin-right: 0;
  }

  .content-planets-body {
    max-width: 550px;
    margin-left: 0;
    margin-bottom: 130px;
  }
}

@media (max-width: 768.98px) {
  .illustration-planets__main:after {
    width: 120px;
  }

  .illustration-planets__item {
    width: 190px;
  }

  .illustration-planets__item:not(.illustration-planets__item:nth-child(1)) {
    width: 130px;
  }
}

@media (max-width: 479.98px) {
  .illustration-planets__main:after {
    width: 100px;
  }

  .illustration-planets__item {
    width: 150px;
  }

  .illustration-planets__item:nth-child(2) {
    right: -90px;
    top: -100px;
  }

  .illustration-planets__item:nth-child(3) {
    top: -60px;
    left: -100px;
  }

  .illustration-planets__item:nth-child(4) {
    bottom: -116px;
    left: -80px;
  }

  .illustration-planets__item:nth-child(5) {
    bottom: -77px;
    right: -85px;
  }

  .illustration-planets .planets-item-text {
    font-size: 13px;
  }

  .illustration-planets .planets-item-text .num {
    font-size: 20px;
    margin-bottom: 3px;
  }

  .illustration-planets__item:not(.illustration-planets__item:nth-child(1)) {
    width: 120px;
  }

  .illustration-planets__item:not(.illustration-planets__item:nth-child(1)) .planets-item-text {
    max-width: 112px;
    font-size: 12px;
    line-height: 16px;
  }

  .illustration-planets__item:not(.illustration-planets__item:nth-child(1)) .num {
    font-size: 20px;
    margin-bottom: 8px;
  }
}

.system {
  margin-top: 210px;
}

.system__title {
  margin-bottom: 32px;
  max-width: 577px;
}

.main-system-body {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-system-body__content h4 {
  margin-bottom: 16px;
}

@media (max-width: 768.98px) {
  .main-system-body__content h4 {
    display: none;
  }
}

.main-system-body__content .system-body-item__header {
  display: none;
}

.main-system-body__content .system-body-item__header h4 {
  display: block;
  margin-bottom: 0;
}

@media (max-width: 768.98px) {
  .main-system-body__content .system-body-item__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.main-system-body__img {
  margin-right: 80px;
  width: 220px;
  aspect-ratio: 1/1;
}

@media (max-width: 768.98px) {
  .main-system-body__img {
    display: none;
  }
}

.system-body-item {
  background: #FFFFFF;
  border-radius: 40px;
  height: 300px;
  padding: 0 90px;
  /*-webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;*/
  /*box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;*/
}

.system-body-item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}

.system-body-item__header img {
  margin-right: 12px;
  width: 48px;
  aspect-ratio: 1/1;
}

.items-system-body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.items-system-body__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 1199.98px) {
  .system-body-item {
    padding: 0 50px;
    border-radius: 20px;
    height: 280px;
  }

  .main-system-body__img {
    margin-right: 0;
  }
}

@media (max-width: 990.98px) {
  .system {
    margin-top: 175px;
  }
}

@media (max-width: 768.98px) {
  .items-system-body {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .main-system-body__img {
    width: 100%;
    max-width: 160px;
  }
}

@media (max-width: 479.98px) {
  .system-body-item {
    padding: 25px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.quiz {
  position: relative;
  padding: 150px 0;
}

@media (max-width: 768.98px) {
  .quiz {
    padding: 65px 0;
  }
}

.row-quiz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.row-quiz__img {
  position: absolute;
  right: 0;
  border-radius: 1000px 0 0 1000px;
  overflow: hidden;
  height: 600px;
  width: 700px;
}

.row-quiz__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.body-row-quiz {
  border: none;
  border-radius: 30px;
  padding: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 1250px) {
  .body-row-quiz {
    border: 2px solid #ff1e00;
  }
}

.body-row-quiz__title {
  margin-bottom: 24px;
  max-width: 650px;
}

.body-row-quiz__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.body-row-quiz__buttons .prev-question-btn svg {
  margin-left: -5px;
  margin-right: 8px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.body-row-quiz__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.body-row-quiz__btn svg {
  margin-left: 8px;
}

.quiz .form-body {
  width: 400px;
}

.main-body-quiz {
  display: none;
  margin-bottom: 40px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 450px;

  background: #FFFFFF;
  border-radius: 40px;
  padding: 0 20px;
  width: 100%;
}

.main-body-quiz:first-of-type .main-body-quiz__answers {
  -ms-grid-rows: (1fr)[4];
  grid-template-rows: repeat(4, 1fr);
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.main-body-quiz:first-of-type .main-body-quiz__answers>*:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.main-body-quiz:first-of-type .main-body-quiz__answers>*:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.main-body-quiz:first-of-type .main-body-quiz__answers>*:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.main-body-quiz:first-of-type .main-body-quiz__answers>*:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.main-body-quiz:first-of-type .main-body-quiz__answers>*:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.main-body-quiz:first-of-type .main-body-quiz__answers>*:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}

.main-body-quiz:first-of-type .main-body-quiz__answers>*:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.main-body-quiz:first-of-type .main-body-quiz__answers>*:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}

.main-body-quiz:first-of-type .main-body-quiz__answers>*:nth-child(9) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.main-body-quiz:first-of-type .main-body-quiz__answers>*:nth-child(10) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}

.main-body-quiz:first-of-type .main-body-quiz__answers>*:nth-child(11) {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
}

.main-body-quiz:first-of-type .main-body-quiz__answers>*:nth-child(12) {
  -ms-grid-row: 4;
  -ms-grid-column: 3;
}

.main-body-quiz__question {
  font-size: 24px;
  margin-bottom: 50px;
  line-height: 135%;
  text-align: center;
}

.main-body-quiz__answers {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
}

.main-body-quiz__answers li {
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}

.main-body-quiz__answers li label {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.main-body-quiz__answers li label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.main-body-quiz__answers li .checkmark {
  position: absolute;
  top: -2px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #F5F5F5;
  border-radius: 4px;
  border: 2px solid #E5E7EB;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.main-body-quiz__answers li label:hover input~.checkmark {
  background-color: #eee;
}

.main-body-quiz__answers li label input:checked~.checkmark {
  background-color: #FF1E00;
  border: 2px solid #FF1E00;
}

.main-body-quiz__answers li .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.main-body-quiz__answers li label input:checked~.checkmark:after {
  display: block;
}

.main-body-quiz__answers li label .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 1250px) {
  .row-quiz__img {
    height: 406px;
    display: none;
    width: 482px;
  }

  .quiz .form-body {
    width: 250px;
  }

  .main-body-quiz {
    min-height: 510px;
  }
}

@media (max-width: 990.98px) {
  .row-quiz__img {
    display: none;
  }

  .row-quiz {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .main-body-quiz {
    min-height: 342px;
  }

  .main-body-quiz__answers {
    margin: 0 auto !important;
  }

  .main-body-quiz .form-body {
    margin: 0 auto !important;
  }

  .main-body-quiz:first-of-type .main-body-quiz__answers {
    -ms-grid-rows: (1fr)[4];
    grid-template-rows: repeat(4, 1fr);
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .main-body-quiz:first-of-type .main-body-quiz__answers>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .main-body-quiz:first-of-type .main-body-quiz__answers>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  .main-body-quiz:first-of-type .main-body-quiz__answers>*:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .main-body-quiz:first-of-type .main-body-quiz__answers>*:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .main-body-quiz:first-of-type .main-body-quiz__answers>*:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  .main-body-quiz:first-of-type .main-body-quiz__answers>*:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }

  .main-body-quiz:first-of-type .main-body-quiz__answers>*:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .main-body-quiz:first-of-type .main-body-quiz__answers>*:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }

  .main-body-quiz:first-of-type .main-body-quiz__answers>*:nth-child(9) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  .main-body-quiz:first-of-type .main-body-quiz__answers>*:nth-child(10) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }

  .main-body-quiz:first-of-type .main-body-quiz__answers>*:nth-child(11) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }

  .main-body-quiz:first-of-type .main-body-quiz__answers>*:nth-child(12) {
    -ms-grid-row: 4;
    -ms-grid-column: 3;
  }

  .body-row-quiz__btn {
    margin: 0 auto;
  }

  .quiz .form-body {
    width: 450px;
  }
}

@media (max-width: 479.98px) {
  .body-row-quiz__title {
    text-align: center;
  }

  .main-body-quiz__question {
    font-size: 20px;
    text-align: center;
  }

  .quiz .form-body {
    width: 300px;
  }
}

.teachers__title {
  margin-bottom: 40px;
}

.teachers-slider {
  overflow: hidden;
}

.teachers-slider .slider-controls {
  margin-top: 24px;
  margin-left: auto;
}

.teachers-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.teachers-slide__img {
  width: 290px;
  aspect-ratio: 2/3;
  border-radius: 20px;
  overflow: hidden;
}

.teachers-slide__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.teachers-slide__content {
  width: 100%;
  max-width: 800px;
}

.content-teachers-slide__name {
  font-size: 20px;
  line-height: 156%;
  margin-bottom: 8px;
}

.content-teachers-slide__role {
  margin-bottom: 16px;
}

.content-teachers-slide__text {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 32px;
}

.content-teachers-slide__exp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-teachers-slide__exp .year {
  color: #FF1E00;
  font-weight: 600;
  font-size: 40px;
  line-height: 28px;
  margin-right: 13px;
}

.content-teachers-slide__exp .small-text {
  max-width: 65px;
}

.small-text {
  color: #8E8E8E;
  font-size: 14px;
  line-height: 171%;
}

@media (max-width: 1199.98px) {
  .teachers-slide__content {
    max-width: 630px;
  }

  .teachers-slide__img {
    width: 250px;
  }
}

@media (max-width: 990.98px) {
  .teachers-slide__content {
    max-width: 450px;
  }

  .teachers-slide__img {
    width: 230px;
  }

  .content-teachers-slide__text {
    font-size: 18px;
  }
}

@media (max-width: 768.98px) {
  .teachers__title {
    text-align: center;
  }

  .teachers-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .teachers-slide__content {
    max-width: 80%;
  }

  .teachers-slide__img {
    width: 250px;
    margin-bottom: 50px;
  }

  .content-teachers-slide__text {
    font-size: 18px;
  }

  .teachers-slider .slider-controls {
    margin: 10px auto 0;
  }
}

@media (max-width: 479.98px) {
  .teachers-slide__img {
    max-width: 330px;
    width: 100%;
    height: 320px;
    margin-bottom: 24px;
  }

  .teachers-slide__img img {
    object-position: 0 -12px;
  }

  .content-teachers-slide {
    max-width: 100%;
  }

  .content-teachers-slide__name {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .content-teachers-slide__role {
    font-size: 12px;
    margin-bottom: 16px;
  }

  .content-teachers-slide__text {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 24px;
  }

  .content-teachers-slide__exp .year {
    font-size: 40px;
  }

  .content-teachers-slide__exp .small-text {
    font-size: 14px;
  }
}

.testimonials__title {
  margin-bottom: 32px;
}

.main-slider {
  overflow: hidden;
}

.main-slide__video {
  margin-bottom: 12px;
}

.main-slide__name {
  font-size: 24px;
  margin-bottom: 12px;
}

.main-slide__text {
  font-size: 16px;
  margin-bottom: 15px;
  transition: max-height .5s ease;
}

.collapsed-content {
  max-height: 120px;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.expand-content {
  border: none;
  background: transparent;
  text-decoration: underline;
  color: #222222;
  cursor: pointer;
}

.expand-content:hover {
  text-decoration: none;
}

.video-testimonials {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  height: 450px;
}

.video-testimonials__preview {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
}

.video-testimonials__preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.video-testimonials__preview:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.video-testimonials__media {
  height: 100%;
  width: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

.player-btn {
  position: absolute;
  bottom: 50%;
  left: 50%;
  right: 50%;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}

.player-btn:hover {
  -webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.05);
  -webkit-transform: translate(-50%, 50%) scale(1.07);
  -ms-transform: translate(-50%, 50%) scale(1.07);
  transform: translate(-50%, 50%) scale(1.07);
}

.testimonials .slider-controls {
  margin-top: 64px;
  margin-left: auto;
}

.testimonials .main-slide img {
  user-select: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

@media (max-width: 768.98px) {
  .testimonials .slider-controls {
    margin-top: 40px;
  }
}

@media (max-width: 479.98px) {
  .testimonials .slider-controls {
    margin: 32px auto 0;
  }
}

.pause-btn {
  display: none;
}

@media (max-width: 768.98px) {
  .video-testimonials {
    height: 440px;
  }
}

@media (max-width: 479.98px) {
  .video-testimonials {
    height: 480px;
  }

  .video-testimonials__media {}
}

.plans__title {
  margin-bottom: 32px;
}

.plans .discount {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #FF1E00;
  position: absolute;
  right: -20px;
  top: -20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  rotate: -5deg;
  color: #FFFFFF;
}

.row-plans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px;
}

.item-row-plans {
  background: #ffffff;
  padding: 32px 25px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (min-width: 768px) {
  .item-row-plans {
    width: 48%;
  }
}

.item-row-plans__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 32px;
}

.item-row-plans__header img {
  width: 64px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 24px;
}

.item-row-plans__header h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 135.02%;
}

.item-row-plans__subheader {
  margin-bottom: 13px;
}

.item-row-plans__subheader p {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 12px;
}

.item-row-plans__subheader .tags-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.item-row-plans__subheader .tags-item {
  border: 1px solid #FF1E00;
  position: relative;
}

.item-row-plans__subheader .tags-item:first-child {
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  margin-bottom: 4px;
}

.item-row-plans__about {
  margin-bottom: 32px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.item-row-plans__about p {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 12px;
}

.item-row-plans__about ul {
  margin-left: 25px;
}

.item-row-plans__about ul li:not(:last-child) {
  margin-bottom: 12px;
}

.item-row-plans__btn {
  color: #FFFFFF;
  background: #FF1E00;
  border: 2px solid #FF1E00;
  margin: 0 auto;
}

.item-row-plans__btn:hover {
  background: transparent !important;
  border: 2px solid #868686 !important;
  color: #222222 !important;
}

@media (max-width: 1199.98px) {
  .item-row-plans__subheader .tags-item {
    padding: 4px 12px;
    font-size: 12px;
  }
}

@media (max-width: 990.98px) {
  .row-plans {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    row-gap: 20px;
  }

  .row-plans__item {
    width: 48%;
  }
}

@media (max-width: 768.98px) {
  .plans__title {
    text-align: center;
  }

  .item-row-plans__subheader .tags-item {
    padding: 11px 12px;
    font-size: 15px;
  }

  .row-plans {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 30px;
  }

  .item-row-plans {
    max-width: 400px;
    width: unset;
  }
}

.feedback {
  padding-top: 45px;
  padding-bottom: 0px;
}

.feedback__title {
  margin-bottom: 16px;
}

.feedback__subtitle {
  margin-bottom: 32px;
}

.feedback__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.feedback__form .form-body {
  width: 400px;
}

.feedback__img {
  width: 500px;
  height: 700px;
  border-radius: 1000px 1000px 0px 0px;
  overflow: hidden;
}

.feedback__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1199.98px) {
  .feedback__img {
    width: 418px;
    height: 531px;
  }

  .feedback__form {
    width: 300px;
  }

  .feedback__form .form-body {
    width: 300px;
  }
}

@media (max-width: 990.98px) {
  .feedback__img {
    width: 328px;
    height: 449px;
  }
}

@media (max-width: 768.98px) {
  .feedback__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 40px;
  }

  .feedback__title,
  .feedback__subtitle {
    text-align: center;
  }
}

.faq {
  -webkit-transform: translateZ(10px);
  transform: translateZ(10px);
}

.faq__title {
  margin-bottom: 32px;
}

.row-faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.row-faq__body {
  max-width: 925px;
}

.feedback-row-faq {
  width: 372px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-left: 20px;
  border-left: 1px solid #E5E7EB;
  margin-left: 20px;
}

.feedback-row-faq__title {
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}

.feedback-row-faq__text {
  margin-bottom: 24px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

.feedback-row-faq__list li:not(:last-child) {
  margin-bottom: 12px;
}

.feedback-row-faq__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.feedback-row-faq__list li a:hover {
  color: #FF1E00;
}

.feedback-row-faq__btn {
  margin-top: 24px;
}

@media (max-width: 992px) {
  .feedback {
    padding-bottom: 45px;
  }
}

.list-content-faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 24px;
}

.list-content-faq__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px 25px;
  width: 100%;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #E5E7EB;
  border-radius: 10px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.list-content-faq__question span {
  padding-right: 40px;
}

.list-content-faq__question.expanded {
  border: 1px solid #FF1E00;
}

.list-content-faq__question img {
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.list-content-faq__question img.expanded-btn {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.list-content-faq__question span {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (min-width: 990.98px) {
  .list-content-faq__question:hover span {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.answer-faq {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.answer-faq__text {
  padding: 25px;
}

.answer-faq__text a {
  text-decoration: underline;
}

.answer-faq__text a:hover {
  text-decoration: none;
}

@media (max-width: 768.98px) {
  .row-faq {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feedback-row-faq {
    margin: 50px auto 0;
    border: none;
    text-align: center;
    width: 100%;
    padding: 0;
  }

  .feedback-row-faq__list li a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .feedback-row-faq__btn {
    margin: 30px auto 0;
  }
}

.blog {
  padding-bottom: 150px;
}

.blog__title {
  margin-bottom: 32px;
}

.blog .slider-controls {
  margin-top: 40px;
  margin-left: auto;
}

@media (max-width: 479.98px) {
  .blog .slider-controls {
    margin: 20px auto 0;
  }
}

.blog .main-slide {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  display: block;
  width: auto;
}

.blog .main-slide:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(bottom, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#ffffff", GradientType=1);
  opacity: 0.5;
}

.blog .main-slide__img {
  overflow: hidden;
}

.blog .main-slide__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.blog .main-slide__img img:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.blog .main-slide__link {
  position: absolute;
  bottom: 18px;
  left: 18px;
  color: #FFFFFF;
  z-index: 5;
  text-decoration: underline;
}

.blog .main-slide__link:hover {
  text-decoration: none;
}

@media (max-width: 479.98px) {
  .blog__title {
    text-align: center;
  }
}

.modal {
  overflow-y: scroll;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*-webkit-box-align: center;*/
  /*-ms-flex-align: center;*/
  /*align-items: center;*/
  opacity: 0;
  display: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.modal.show {
  opacity: 1;
}

.form-body-thanks {
  display: none;
}

.form-body-thanks.active {
  display: block !important;
}

.modal-body {
  position: relative;
  top: 15%;
  background: #FFFFFF;
  border-radius: 30px;
  padding: 24px;
  max-width: 450px;
  width: 95%;
  height: fit-content;
}

form .close-btn {
  cursor: pointer;
  opacity: 0.6;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

form .close-btn:hover {
  opacity: 1;
}

.form-body__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 24px;
}

.form-body__title span {
  font-size: 24px;
  font-weight: 500;
}

.form-body__text {
  font-size: 14px;
  margin-bottom: 24px;
}

[data-aos=fade-in-to-bottom] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

[data-aos=fade-in-to-bottom].aos-animate {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

[data-aos=fade-in-from-left] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
}

[data-aos=fade-in-from-left].aos-animate {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

[data-aos=fade-in-from-right] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
}

[data-aos=fade-in-from-right].aos-animate {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

[data-aos=fade-in-diag-from-left] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: translateX(-200px) translateY(200px);
  -ms-transform: translateX(-200px) translateY(200px);
  transform: translateX(-200px) translateY(200px);
}

[data-aos=fade-in-diag-from-left].aos-animate {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

[data-aos=fade-in-diag-from-right] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: translateX(200px) translateY(200px);
  -ms-transform: translateX(200px) translateY(200px);
  transform: translateX(200px) translateY(200px);
}

[data-aos=fade-in-diag-from-right].aos-animate {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

[data-aos=fade-in-scale] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

[data-aos=fade-in-scale].aos-animate {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.ts_counter {
  padding: 0;
  text-align: center;
  margin: 10px;
}

.ts_counter_bg .facts {
  padding: 0 15px;
}

.ts_counter_bg .facts:hover {
  background: none !important;
}

.ts_counter_bg .facts-num span {
  margin: 30px 0 20px;
}

.ts_counter.elements .facts {
  padding: 15px;
}

.facts-wrapper {
  color: #fff;
}

.facts {
  border-radius: 40px 40px 40px 40px;
  position: relative;
  padding: 46px 20px 30px;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.facts:hover {
  background: #000 !important;
}

.facts.one {
  background: rgba(255, 0, 0, .8);
}

.facts.two {
  background: rgba(255, 0, 0, .7);
}

.facts.three {
  background: rgba(255, 0, 0, .6);
}

.facts.four {
  background: rgba(255, 0, 0, .5);
}

.facts i {
  font-size: 36px;
  text-shadow: 1px 3px 3px rgba(0, 0, 0, 0.3);
}

.facts-num span {
  font-size: 32px;
  font-weight: 700;
  margin-top: 20px;
  display: inline-block;
}

.facts h3 {
  font-size: 18px;
  margin-top: 8px;
  color: #fff;
}

.counters-body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

@media (max-width: 800px) {
  .counters-body {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(2, 1fr);
  }
}



.timeline {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative
}

.timeline *,
.timeline :after,
.timeline :before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}

.timeline:not(.timeline--horizontal):before {
  background-color: #ddd;
  bottom: 0;
  content: '';
  left: 50%;
  margin-left: -2px;
  position: absolute;
  top: 0;
  width: 4px;
  z-index: 1
}

.timeline__wrap {
  overflow: hidden;
  position: relative;
  z-index: 2
}

.timeline__item {
  font-size: 1rem;
  padding: .625rem 2.5rem .625rem 0;
  position: relative;
  width: 50%;
  z-index: 2
}

.timeline__item:after {
  background-color: #ff1e00;
  border: 2px solid #ff1e00;
  border-radius: 6px;
  content: '';
  height: 20px;
  position: absolute;
  right: -10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  width: 20px;
  z-index: 1
}

.timeline__item.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0
}

.timeline__item.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}

.timeline__item--left {
  left: 0
}

.timeline__item--right {
  left: 50%;
  padding: .625rem 0 .625rem 2.5rem
}

.timeline__item--right:after {
  left: -10px
}

.timeline__item--right .timeline__content:before {
  border-bottom: 10px solid transparent;
  border-right: 12px solid #ccc;
  border-left: none;
  border-top: 10px solid transparent;
  left: -12px
}

.timeline__item--right .timeline__content:after {
  border-bottom: 9px solid transparent;
  border-right: 11px solid #fff;
  border-left: none;
  border-top: 9px solid transparent;
  left: -10px
}

.timeline__content {
  background-color: #f5f5f5;
  border: 2px solid #ff1e00;
  border-radius: 30px;
  color: #333;
  display: block;
  padding: 1.25rem;
  position: relative;
}

.timeline__content:after,
.timeline__content:before {
  content: '';
  height: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  width: 0
}

.timeline__content:before {
  border-bottom: 10px solid transparent;
  border-left: 12px solid #ccc;
  border-top: 10px solid transparent;
  right: -12px;
  z-index: 1
}

.timeline__content:after {
  border-bottom: 9px solid transparent;
  border-left: 11px solid #fff;
  border-top: 9px solid transparent;
  right: -10px;
  z-index: 2
}

.timeline__content h2 {
  font-family: "Eastman";
  font-size: 32px;
  font-weight: 500;
  margin: 0 0 .625rem;
}

.timeline__content p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #000000;
}

.timeline--horizontal {
  font-size: 0;
  padding: 0 3.15rem;
  overflow: hidden;
  white-space: nowrap
}

.timeline--horizontal .timeline-divider {
  background-color: #ff1e00;
  display: block;
  height: 4px;
  left: 40px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 40px;
  z-index: 1
}

.timeline--horizontal .timeline__items {
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
  will-change: transform
}

.timeline--horizontal .timeline__item {
  display: inline-block;
  left: 0;
  padding: 0 0 2.5rem;
  position: relative;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  vertical-align: top;
  white-space: normal
}

.timeline--horizontal .timeline__item:after {
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 100%
}

.timeline--horizontal .timeline__item .timeline__item__inner {
  display: table;
  height: 100%;
  width: 100%
}

.timeline--horizontal .timeline__item .timeline__content__wrap {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: bottom
}

.timeline--horizontal .timeline__item .timeline__content:before {
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #eea412;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100%
}

.timeline--horizontal .timeline__item .timeline__content:after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100%
}

.timeline--horizontal .timeline__item--bottom {
  padding: 2.5rem 0 0
}

.timeline--horizontal .timeline__item--bottom:after {
  top: 0
}

.timeline--horizontal .timeline__item--bottom .timeline__content__wrap {
  vertical-align: top
}

.timeline--horizontal .timeline__item--bottom .timeline__content:before {
  border-bottom: 12px solid #eea412;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: none;
  bottom: 100%;
  top: auto
}

.timeline--horizontal .timeline__item--bottom .timeline__content:after {
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: none;
  bottom: 100%;
  top: auto
}

.timeline-nav-button {
  background: #333333;
  border: 2px solid #eea412;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 40px;
  outline: 0;
  position: absolute;
  text-indent: -9999px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  width: 40px;
  z-index: 10
}

.timeline-nav-button:disabled {
  opacity: .5;
  pointer-events: none
}

.timeline-nav-button:before {
  background-position: center center;
  background-repeat: no-repeat;
  content: '';
  display: block;
  height: 14px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  width: 8px;
}

.timeline-nav-button--prev {
  left: 0
}

.timeline-nav-button--prev:before {
  background-image: url(../img/arrow-left.svg)
}

.timeline-nav-button--next {
  right: 0
}

.timeline-nav-button--next:before {
  background-image: url(../img/arrow-right.svg)
}

.timeline--mobile {
  padding: 0
}

.timeline--mobile:before {
  left: 10px !important;
  margin: 0 !important
}

.timeline--mobile .timeline__item {
  left: 0;
  padding-left: 40px;
  padding-right: 0;
  width: 100%
}

.timeline--mobile .timeline__item:after {
  left: 2px;
  margin: 0
}

.timeline--mobile .timeline__item .timeline__content:before {
  left: -12px;
  border-bottom: 12px solid transparent;
  border-right: 12px solid #ccc;
  border-left: none;
  border-top: 12px solid transparent
}

.timeline--mobile .timeline__item .timeline__content:after {
  left: -10px;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
  border-left: none;
  border-top: 10px solid transparent
}


@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    top: 70px
  }

  100% {
    opacity: 1;
    top: 0
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    top: 70px
  }

  100% {
    opacity: 1;
    top: 0
  }
}

@-webkit-keyframes liftUp {
  0% {
    top: 0
  }

  100% {
    top: -15px
  }
}

@keyframes liftUp {
  0% {
    top: 0
  }

  100% {
    top: -15px
  }
}

.img-bg-01 {
  background: url(../img/img-01.jpg) no-repeat center;
  background-size: cover;
}

.img-bg-02 {
  background: url(../img/img-02.jpg) no-repeat center;
  background-size: cover;
}

.img-bg-03 {
  background: url(../img/img-03.jpg) no-repeat center;
  background-size: cover;
}

.img-bg-04 {
  background: url(../img/img-04.jpg) no-repeat center;
  background-size: cover;
}

.img-bg-05 {
  background: url(../img/img-05.jpg) no-repeat center;
  background-size: cover;
}

/* Styles for dropdown menu */
.dropdown-parent {
    position: relative;
}

.dropdown-toggle {
    position: relative;
    padding-right: 15px;
}

.dropdown-toggle::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid currentColor;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}

.dropdown-parent:hover .dropdown-toggle::after {
    transform: translateY(-50%) rotate(180deg);
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-radius: 8px;
    padding: 10px 0;
    width: 200px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 100;
}

.dropdown-parent:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-item {
    display: block;
    padding: 8px 20px;
    color: #222222;
    transition: all 0.3s ease;
}

.dropdown-item:hover {
    background-color: #f8f8f8;
    color: #FF1E00;
}

@media (max-width: 990.98px) {
    .dropdown-toggle::after {
        right: auto;
        left: calc(100% + 10px);
    }
    
    .dropdown-menu {
        position: static;
        width: 100%;
        box-shadow: none;
        background-color: transparent;
        padding: 0 0 0 15px;
        margin-top: 10px;
        opacity: 1;
        visibility: visible;
        transform: none;
        display: none;
    }
    
    .dropdown-parent:hover .dropdown-menu {
        display: block;
    }
    
    .dropdown-item {
        padding: 8px 10px;
    }
    
    .dropdown-item:hover {
        background-color: transparent;
    }
}