* {
  padding: 0;
  margin: 0;
}

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

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

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

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

button {
  cursor: pointer;
}

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

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

@font-face {
  font-family: "Jost";
  font-display: swap;
  src: url("../fonts/Jost-Regular.woff2") format("woff2"), url("../fonts/Jost-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Jost";
  font-display: swap;
  src: url("../fonts/Jost-VariableFont_wght.woff2") format("woff2"), url("../fonts/Jost-VariableFont_wght.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Rubik";
  font-display: swap;
  src: url("../fonts/Rubik-Medium.woff2") format("woff2"), url("../fonts/Rubik-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
.site-header {
  padding: 25px 0;
}

.site-navigation {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
}
.site-navigation__start, .site-navigation__middle, .site-navigation__end {
  display: flex;
  align-items: center;
}

.header-social {
  margin-right: 20px;
}

.social-item {
  width: 35px;
  height: 35px;
  padding: 0 5px;
}

.desktop-menu {
  display: flex;
}

.nav-menu__link {
  font-size: 20px;
  font-family: "Jost";
  padding: 0 20px;
  color: #000;
}

.site-logo {
  margin: 0 20px;
}

.logo {
  width: 180px;
  height: 68px;
}

.header__language {
  display: flex;
  gap: 10px;
  margin-left: 50px;
}

.language-item__icon {
  width: 30px;
  height: 30px;
}

.mobile-nav {
  display: none;
}

@media (max-width: 1137px) {
  .nav-menu__link:first-child {
    padding: 0 10px;
  }
}
@media (max-width: 1071px) {
  .header-social {
    margin-right: 26px;
  }
}
@media (max-width: 1029px) {
  .nav-menu__link:first-child {
    padding: 0 5px;
  }
}
@media (max-width: 1024px) {
  .site-navigation__end {
    justify-content: end;
  }
  .header__language {
    margin-left: 0;
    margin-right: 20px;
  }
  .mobile-nav {
    position: absolute;
    display: block;
    top: 0;
    right: -100%;
    bottom: 0;
    width: 100%;
    padding-top: 6rem;
    align-items: center;
    text-align: center;
    background-color: #dfcfc7;
    transition: 0.5s ease-in-out;
  }
  .mobile-nav.active {
    z-index: 3;
    right: 0;
  }
  .mobile-menu, .header-social {
    text-align: center;
  }
  .header-social {
    margin-right: 0;
  }
  .nav-menu__link {
    transform: translateX(0);
    transition: 0.9s;
    line-height: 45px;
  }
  .desktop-menu, .nav-menu-wrap {
    display: none;
  }
  .mob-button {
    width: 30px;
    height: 35px;
    top: 45px;
    left: 30px;
    display: block;
    position: absolute;
    z-index: 21;
  }
  .mob-button:before {
    width: 30px;
  }
  .mob-button:after {
    width: 30px;
    margin: 16px 0 0;
  }
  .mob-button__icon:before {
    width: 30px;
    margin: 8px 0 0;
  }
  .mob-button.active:before {
    margin: 10px 0 0 -3px;
    transform: rotate(45deg);
    background: #000000;
  }
  .mob-button.active:after {
    width: 28px;
    margin: 10px 0 0 -3px;
    transform: rotate(-45deg);
    background: #000000;
  }
  .mob-button.active .mob-button__icon:before {
    width: 0;
    opacity: 0;
    background: #000000;
  }
  .mob-button:before,
  .mob-button:after,
  .mob-button__icon:before {
    content: "";
    height: 3px;
    position: absolute;
    top: 5px;
    left: 0;
    background: #000000;
    border-radius: 2px;
    transition: 0.3s ease-out;
  }
}
@media (max-width: 500px) {
  .logo {
    width: 150px;
  }
}
@media (max-width: 425px) {
  .logo {
    width: 175px;
    height: 58px;
  }
  .header__language {
    margin-right: 0;
  }
}
@media (max-width: 375px) {
  .site-logo {
    margin: 0 10px;
  }
  .mob-button {
    top: 35px;
    left: 20px;
  }
  .logo {
    width: 155px;
    height: 48px;
  }
}
.about {
  background-color: #f0f9f6;
}

.about-content {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  width: 50%;
  padding: 100px 0;
}
.about-content__content {
  padding: 25px 0 0 0;
  font-size: 25px;
  line-height: 45px;
}

.title {
  font-weight: 500;
  padding-bottom: 45px;
  text-align: center;
  font-size: 55px;
  opacity: 0;
}

.lineup {
  opacity: 0;
}

.lineup._active {
  opacity: 1;
  animation: 2s anim-lineup ease-out;
}

@keyframes anim-lineup {
  0% {
    opacity: 0;
    transform: translateY(80%);
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
.about-img {
  display: none;
}

.right-animation {
  opacity: 0;
  transform: translateX(100%);
}

.right-animation._active {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1.5s ease-out, opacity 1s ease-out;
}

@media (max-width: 1024px) {
  .about-content {
    margin-left: auto;
    width: 100%;
  }
  .about-content__blocks {
    display: flex;
    flex-wrap: wrap;
  }
  .block-img {
    margin: 0 auto;
  }
  .about-img {
    display: block;
    width: 100%;
    max-width: 500px;
    height: auto;
  }
}
@media (max-width: 565px) {
  .about-content__content {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 375px) {
  .about-content__content {
    line-height: 35px;
  }
  .title {
    font-size: 35px;
  }
}
.course {
  background-color: #fff3e1;
  padding: 100px 0;
}
.course__reasons {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 40px;
}

.reason {
  display: flex;
  flex-direction: column;
  flex: 0 1 33.3333%;
  padding: 20px;
}
.reason__title {
  font-weight: 600;
  font-size: 30px;
}
.reason__text {
  font-size: 20px;
  padding: 10px 0;
}
.reason__img {
  margin: 10px 0;
  text-align: center;
}

.fadeIn {
  animation-duration: 0.9s;
  animation-timing-function: ease-in-out;
  opacity: 0;
}

.fadeIn._active {
  animation-name: fadeIn;
  opacity: 1;
}

@keyframes fadeIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  60% {
    transform: scale(1.1);
  }
  80% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.img-reason {
  width: 100px;
  height: 100px;
  text-align: center;
}

@media (max-width: 768px) {
  .reason {
    flex: 0 1 100%;
  }
}
@media (max-width: 425px) {
  .reason__title {
    font-size: 25px;
  }
}
.score-scrolling-text {
  padding: 20px 0;
}
.score-scrolling-text__track {
  display: flex;
  align-items: center;
  width: 100%;
}
.score-scrolling-text__content {
  column-gap: 15px;
  flex-shrink: 0;
  padding-right: 15px;
  animation: anim_scrolling 30s linear infinite;
}
.score-scrolling-text__icon {
  align-items: center;
  display: inline-flex;
  flex-shrink: 0;
  margin-right: 15px;
}
.score-scrolling-text__icon i {
  font-size: 14px;
  line-height: 1;
}
.score-scrolling-text__icon svg {
  height: 14px;
  width: auto;
}
.score-scrolling-text__text {
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 30px;
  text-transform: uppercase;
}

.score-scrolling-text__content, .score-scrolling-text__item {
  align-items: center;
  display: flex;
}

@keyframes anim_scrolling {
  0% {
    transform: translateX(0);
    transform: translate(0);
  }
  to {
    transform: translateX(-100%);
    transform: translate(-100%);
  }
}
@media (max-width: 768px) {
  .score-scrolling-text__text {
    font-size: 20px;
  }
}
.modules {
  padding: 100px 0;
}

.accordion {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  gap: 50px;
}
.accordion__first-part, .accordion__second-part {
  flex: 0 0 33.333%;
}

.accordion-item {
  font-size: 1rem;
  background: #fff3ea;
  border-radius: 8px;
  border: 1px solid #584204;
  transition: border-color 0.3s ease-in-out;
  flex: 0 0 40%;
  margin-bottom: 20px;
}

.accordion-header {
  color: #1C2035;
  flex-grow: 1;
  opacity: 0.65;
  transition: opacity 250ms ease-in-out;
}

summary::-webkit-details-marker {
  display: none;
}

summary:hover .accordion-header {
  opacity: 1;
}

.accordion-content {
  color: #303651;
  padding: 0.2em 1em 1em 1em;
  font-weight: 300;
  line-height: 1.5;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.accordion-item[open] .accordion-content {
  max-height: 1000px;
}

.accordion-item[open] .icon-tabler-circle-plus {
  display: none;
}

.accordion-item:not([open]) .icon-tabler-circle-minus {
  display: none;
}

.expand-icon {
  margin-left: auto;
  transition: transform 150ms ease-out;
}

summary {
  user-select: none;
  cursor: pointer;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding: 1em;
}

summary::-webkit-details-marker {
  display: none;
}

@media (max-width: 768px) {
  .accordion {
    width: 100%;
    gap: 0;
  }
  .accordion__first-part, .accordion__second-part {
    flex: 0 0 100%;
  }
}
.tariffs {
  padding: 100px 0;
  background-color: #f1f3da;
}
.tariffs__container {
  display: flex !important;
}
.tariffs__items {
  display: flex;
  align-items: stretch;
}
.tariffs__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px;
  margin: 0 10px;
  line-height: 30px;
  border-radius: 20px;
  border: 2px solid #584204;
  position: relative;
}
.tariffs__table {
  margin: 20px 0 75px 0;
  position: relative;
}
.tariffs__price {
  background-color: aliceblue;
  font-size: 30px;
  margin: 10px 0;
  padding: 5px 0;
  text-align: center;
  width: 100%;
  height: 10%;
}
.tariffs__button {
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: 20px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bigEntrance {
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  opacity: 0;
}

.bigEntrance._active {
  opacity: 1;
  animation-name: bigEntrance;
}

@keyframes bigEntrance {
  0% {
    transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
    opacity: 0.2;
  }
  30% {
    transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
    opacity: 1;
  }
  45% {
    transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  60% {
    transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  75% {
    transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  90% {
    transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  100% {
    transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
}
.tariffs-title {
  text-align: center;
  font-weight: bold;
  font-size: 35px;
  margin: 30px 0 0 0;
}

.tariffs-oldprice {
  text-decoration: line-through;
}

.fa-square-check {
  font-size: 35px;
  color: rgb(165, 129, 161);
}

.table-items__block {
  display: flex;
}

.fa-square-check {
  margin-right: 5px;
}

.table-item {
  font-size: 20px;
}

.btn-tariffs {
  font-size: 20px;
  padding: 10px 15px;
  background-color: rgb(165, 129, 161);
  border-radius: 30px;
}

.swiper-slide {
  height: auto !important;
}

.swiper-container {
  margin: 0;
  position: relative;
}

.swiper-pagination {
  bottom: -50px !important;
}

.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
}

.swiper-pagination-bullet-active {
  background-color: rgb(165, 129, 161) !important;
}

@media (min-width: 1024px) {
  .tariffs__item {
    width: auto;
    flex: 0 1 33.3333%;
  }
  .swiper-container {
    margin: 0 100px 0 50px;
  }
}
@media (max-width: 665px) {
  .tariffs__item {
    margin: 0 10px;
  }
}
.testimonials {
  padding: 100px 0;
  background-color: #f6eeff;
  width: 100%;
}
.testimonials__content {
  position: relative;
}

@keyframes leftAnimation {
  from {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.tanimation {
  opacity: 0;
  transform: translate3d(-50px, 0, 0);
  animation: leftAnimation 1.5s ease forwards;
}

@keyframes rightAnimation {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.ranimation {
  opacity: 0;
  transform: translateX(50px);
  animation: rightAnimation 1.5s ease-out forwards;
}

.slider {
  display: flex;
  margin: 0 auto;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
  position: relative;
}
.slider__buttons {
  z-index: 1;
  top: 490px;
  transform: translateX(50%);
  width: 80px;
  height: 40px;
  position: absolute;
  border-radius: 50px;
  background-color: #fff;
}
.slider__previous, .slider__next {
  width: 50%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.slider__previous {
  left: 0;
  background-image: url("../img/icon-prev.svg");
}
.slider__previous:hover {
  transform: scale(1.25);
}
.slider__next {
  right: 0;
  background-image: url("../img/icon-next.svg");
}
.slider__next:hover {
  transform: scale(1.25);
}

.slide-block {
  display: flex;
  margin: 0 auto;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
}
.slide-block__testimonial {
  padding: 32px 51px !important;
  background-size: 60px;
  background-position: top;
  background-repeat: no-repeat;
  background-image: url("/img/pattern-quotes.svg");
}
.slide-block__quote {
  font-size: 32px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 36px;
}
.slide-block__author {
  font-size: 15px;
  font-weight: 700;
}
.slide-block__author span {
  display: block;
  color: #babacf;
  font-weight: 500;
}

.active {
  opacity: 1;
  transform: translateX(0) scale(1);
  transition-delay: 0.4s;
}

.slider-img {
  width: 100%;
  padding: 30px;
  display: flex;
  margin-bottom: 40px;
  align-items: center;
  justify-content: center;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/img/pattern-bg.svg");
  position: relative;
}

.img-slide {
  width: 450px;
  height: 450px;
  display: block;
  border-radius: 10px;
  box-shadow: 0px 16px 40px 0px rgba(135, 105, 210, 0.4);
  object-fit: cover;
}

.hide {
  display: none;
}

@media (max-width: 1000px) {
  .slide-block__testimonial {
    margin: 15px;
    padding: 32px 10px !important;
    z-index: 2;
  }
  .slider__buttons {
    right: 50%;
  }
}
@media screen and (min-width: 900px) {
  .slide-block {
    position: relative;
    text-align: left;
    display: flex;
    flex-direction: row;
  }
  .slide-block__testimonial {
    padding: 32px 0 0 0;
    background-size: 80px;
    background-position: 19% -7%;
    transform: translateX(100px);
  }
  .slide-block__quote {
    font-size: 24px;
    line-height: 30px;
  }
  .slide-block__author span {
    display: contents;
  }
  .slider-img {
    padding: 55px;
  }
}
@media (max-width: 600px) {
  .slide-block__quote {
    font-size: 20px;
  }
  .slider-img img {
    max-width: 100%;
  }
}
@media (max-width: 475px) {
  .slider-img {
    padding: 20px 0;
  }
}
@media (max-width: 375px) {
  .slide-block__testimonial {
    margin-top: 70px !important;
  }
  .slider-img {
    margin: 0;
  }
  .slider-img img {
    height: 350px;
  }
  .slider__buttons {
    top: 380px;
  }
}
.contact {
  padding: 100px 0;
}
.contact__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.content-contact__right {
  position: relative;
  width: max-content;
  white-space: nowrap;
}

.left-contact__link {
  margin-top: 40px;
}

.question {
  font-size: 25px;
}

.link-telegram {
  border: 2px solid #7e0259 !important;
  font-weight: bold;
  padding: 20px;
  font-size: 18px;
  color: #300f1e !important;
}

.img-manager {
  width: 350px;
  height: 450px;
}

.img-name {
  font-weight: 600;
  position: absolute;
  bottom: 0;
  left: 45%;
  font-size: 35px;
  transform: translate(-50%, -50%);
}

.fa-telegram {
  font-size: 50px;
  color: #7e0259;
  top: 10px;
  animation: beat 1s infinite;
}

@keyframes beat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@media (max-width: 857px) {
  .content-contact {
    display: flex;
  }
  .content-contact__left {
    order: 2;
  }
  .left-contact__link {
    margin-top: 20px;
    text-align: center;
  }
  .question {
    padding-top: 15px;
    text-align: center;
  }
}
@media (max-width: 375px) {
  .fa-telegram {
    font-size: 40px;
  }
  .link-telegram {
    padding: 15px;
    font-size: 15px;
  }
}
.footer {
  border-top: 2px dotted #5e025e;
  background-color: #f6eeff;
  padding: 20px 0;
}
.footer__bottom {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.top-footer {
  display: flex;
  margin: 15px 40px;
}
.top-footer__left {
  flex: 0 1 60%;
}
.top-footer__right {
  flex: 0 1 40%;
}

.text-footer {
  margin: 20px 0;
  font-size: 19px;
}

.social-footer {
  display: flex;
  flex-direction: row;
}
.social-footer__item {
  padding: 0 5px;
}
.social-footer__item .fa-facebook, .social-footer__item .fa-youtube, .social-footer__item .fa-instagram, .social-footer__item .fa-tiktok {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #920092;
  border-radius: 50%;
  font-size: 20px;
  color: #920092;
}
.social-footer__item .fa-facebook:hover, .social-footer__item .fa-youtube:hover, .social-footer__item .fa-instagram:hover, .social-footer__item .fa-tiktok:hover {
  background-color: #920092;
  color: white;
}

.menu-footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  cursor: pointer;
}
.menu-footer__items {
  display: flex;
  flex-direction: column;
  margin: 20px;
}
.menu-footer__item {
  padding: 10px 0;
  font-size: 20px;
}

.footer-copyright {
  font-size: 18px;
}

@media (max-width: 768px) {
  .top-footer {
    flex-wrap: wrap;
  }
  .top-footer__left {
    flex: 0 1 100%;
  }
  .top-footer__right {
    flex: 0 1 100%;
  }
  .social-footer {
    justify-content: center;
  }
  .menu-footer__items {
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    margin: 20px 10px;
  }
}
@media (max-width: 508px) {
  .menu-footer__items {
    gap: 10px;
    margin: 20px 5px;
  }
  .menu-footer__item {
    font-size: 18px;
  }
}
@media (max-width: 426px) {
  .text-footer {
    margin: 20px 0;
    font-size: 15px;
  }
  .social-footer {
    margin-bottom: 10px;
  }
  .menu-footer {
    flex-wrap: wrap;
  }
  .menu-footer__items {
    margin: 0 0 0 10px;
  }
  .menu-footer__item {
    font-size: 15px;
  }
  .footer-copyright {
    font-size: 15px;
  }
}
body {
  background-color: #f5e4da;
  font-family: "Jost";
  overflow-x: hidden;
}

.wrapper {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: clip;
}

.container {
  max-width: 85rem;
  box-sizing: content-box;
  padding: 0 0.9375rem;
  margin: 0px auto;
}

.main-contents {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  padding: 20px 0;
}

.main-content {
  color: #422818;
  text-align: center;
  line-height: 1.5;
}
.main-content__title {
  font-size: 63px;
  font-weight: 600;
  font-style: italic;
}
.main-content__subtitle {
  font-size: 50px;
  font-style: italic;
}
.main-content__text {
  font-size: 25px;
}
.main-content__buttons {
  margin-top: 35px;
  text-align: center;
}

.main-button {
  padding: 15px 25px;
  background-color: transparent;
  margin: 0 20px;
  font-size: 20px;
  color: #634534;
  transition-duration: 0.6s;
  border: 2px solid #634534;
}
.main-button:hover {
  background-color: #634534;
  color: #fff;
  border-color: #634534;
}

.main-img img {
  max-width: 100%;
  height: auto;
  margin-bottom: -300px;
}

.left-animation {
  opacity: 0;
  transform: translate3d(-50px, 0, 0);
}

.left-animation._active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 1.5s ease 0s;
}

span {
  display: inline-block;
  overflow: hidden;
  animation: 0.3s swift-up ease-in-out forwards;
}

i {
  font-style: normal;
  position: relative;
  top: 75px;
  animation: 0.5s swift-up ease-in-out forwards;
}

@keyframes swift-up {
  to {
    top: 0;
  }
}
@media (max-width: 1024px) {
  .main-img {
    order: 2;
  }
  .main-img img {
    margin-bottom: 0;
  }
  .main-contents {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .main-contents {
    justify-content: center;
  }
  .main-img img {
    margin: 0;
  }
  .main-content {
    margin: 0;
    line-height: 1;
  }
  .main-content__text {
    padding-top: 20px;
  }
}
@media (max-width: 1178px) {
  .main-content {
    text-align: center;
    line-height: 1.5;
  }
  .main-content__title {
    font-size: 65px;
  }
  .main-content__subtitle {
    font-size: 50px;
  }
  .main-content__text {
    font-size: 25px;
  }
  .main-content__buttons {
    margin-top: 35px;
    text-align: center;
  }
}
@media (max-width: 1071px) {
  .main-content__title {
    font-size: 57px;
  }
  .main-content__subtitle {
    font-size: 43px;
  }
  .main-content__text {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .main-img {
    order: 2;
  }
  .main-img img {
    width: 400px;
    margin-bottom: 0;
  }
  .main-contents {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .main-contents {
    justify-content: center;
  }
  .main-img img {
    width: 350px;
    height: 500px;
    margin: 0;
  }
  .main-content {
    margin: 0;
    line-height: 1;
  }
  .main-content__text {
    padding-top: 20px;
  }
}
@media (max-width: 655px) {
  .main-content {
    margin: 20px auto;
    line-height: 1;
  }
  .main-content__title {
    font-size: 50px;
  }
  .main-content__subtitle {
    font-size: 40px;
  }
  .main-button {
    padding: 10px 15px;
    margin: 0 10px;
  }
}
@media (max-width: 455px) {
  .main-content__title {
    font-size: 35px;
  }
  .main-content__subtitle {
    font-size: 25px;
  }
  .main-content__text {
    font-size: 18px;
  }
  .main-button {
    padding: 10px 20px;
    margin: 0 15px;
    font-size: 15px;
  }
}
@media (max-width: 388px) {
  .main-button {
    padding: 10px;
    margin: 0 10px;
  }
}
