
@media (max-width: 1440px) {
  .text-slider__wrapper, .text-slider2, .text-slider3 {
    font-size: 20px;
    height: auto;
  }
  .text-slider__wrapper .splide__slide img, .text-slider2 .splide__slide img, .text-slider3 .splide__slide img {
    width: 22px;
    height: 21px;
  }
  .main-header__title {
    font-size: 38px;
  }
  .main-header--schedule .main-header__title {
    font-size: 30px;
  }
  :root {
    --font-size-text1: 22px;
  }
  .schedule .block-title {
    font-size: 28px;
}
  .block-title {
    font-size: 32px;
  }
  .latest-projects .splide__arrows {
    top: -30px;
}
}
@media (max-width: 1360px) {
  body {
    font-size: 16px;
  }
  .container {
    padding-left: 60px;
    padding-right: 60px;
  }
  .main-header--schedule .main-header__wrapper {
    padding: 15vh 60px;
  }
  .main-header__logo {
    width: 165px;
    right: 60px;
  }
  .text-slider2, .text-slider3, .services__text {
    font-size: 16px;
  }
  .services__item {
    height: 400px;
  }
  .send__wrapper {
    flex-direction: column-reverse;
    gap: 50px;
  }
  .send-form {
    max-width: 100%;
  }
  .services, .latest-projects, .send, .process, .about, .team__wrapper, .say_wrapper, .send-footer, .clients__wrapper {
    padding: 50px 0;
  }
  .nav__list {
    gap: 35px;
  }
  .clients-splide {
    padding: 50px 0 0;
  }
  .send-footer__wrapper > img {
    width: 300px;
    padding-right: 20px;
  }
  .footer__list__wrapper {
    margin: 0 auto;
    padding: 0 20px;
  }
  input {
    padding: 20px 0;
    margin-top: 0px;
    font-size: 16px;
  }
  .say__slide-images {
    padding: 100px 50px 0;
  }
  .footer__form-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 1200px) {
  .say__slide-images {
    padding: 100px 0 0;
  }
  .schedule__wrapper {
    flex-direction: column-reverse;
  }
  .schedule__item:first-child, .schedule__item:last-child {
    width: 100%;
  }
}
@media (max-width: 1100px) {
  .text-slider__wrapper, .text-slider2, .text-slider3 {
    height: 58px;
    padding: 18px 0;
    font-size: 14px;
    gap: 20px;
  }
  .text-slider__item {
    gap: 3%;
  }
  .header__img-logo {
    width: 165px;
  }
  .nav {
    margin-right: 30px;
  }
  .header__wrapper {
    border: none;
  }
  .say-title {
    max-width: calc(100% - 100px);
  }
  .say-title::after {
    width: 92px;
    height: 70px;
    right: -100px;
    background-size: 92px;
  }
  .say__slide-images, .say__item > img {
    display: none;
  }
  .main-header--schedule .main-header__wrapper {
    padding: 10vh 60px;
    flex-wrap: wrap;
  }
  .main-header__wrapper-calendly, .main-header__wrapper-text {
    width: 100%;
  }
  .main-header--schedule .main-header__wrapper {
    height: 100%;
    min-height: 100%
  }
}
@media (max-width: 991px) {
  .menu__btn {
    display: flex;
  }
  .header__wrapper-menu {
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    position: fixed;
    width: 0;
    top: 0;
    right: 0;
    background-image: url(../img/menu-bg.png);
    background-repeat: no-repeat;
    background-position: right -5px top 75%;
    background-color: #DDFF45;
    height: 100vh;
    overflow-y: auto;
    transition: right 1s ease-in-out;
    z-index: 1;
  }
  .header__wrapper-menu.checked {
    width: 50%;
    left: 50%;
    padding: 100px 20px 50px;
  }

  .nav__list {
    flex-direction: column;
    gap: 50px;
  }
  .header__wrapper-menu .nav__item a {
    color: #13181C;
  }
  .header__wrapper {
    padding: 22px 0;
  }
  #menu__toggle.checked {
    position: fixed;
    top: 22px;
    right: 20px;
  }
  #menu__toggle.checked span {
    transform: rotate(45deg);
    background-color: #000;
  }
  #menu__toggle.checked span::before {
    display: none;
  }
  #menu__toggle.checked span::after {
    top: 0;
    transform: rotate(90deg);
    background-color: #000;
  }
  .social {
    filter: invert(0.9);
  }
  .main-header__logo {
    top: 40%;
  }
  .btn {
    font-size: 16px;
  }
  .btn::after {
    width: 24px;
    height: 24px;
    background-size: 24px;
  }
  .main-header__title, .latest-projects {
    background-image: none;
  }
  .process__item {
    max-width: 46%;
  }
  .send-footer__wrapper img {
    width: 250px;
    margin-right: 50px;
  }
  .say__item-text-wrapper {
    font-size: 16px;
  }
  .footer__wrapper {
    flex-wrap: wrap;
    gap: 50px;
  }
  .footer .footer-mail {
    margin-top: 30px;
  }
  .footer__wrapper-email {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .main-header--schedule .main-header__wrapper {
    padding: 10vh 20px;
  }
  .main-header {
    background-image: url(../img/header-bg-mobil.png);
  }
  .main-header--schedule {
    background-image: none;
  }
  .main-header__title {
    font-size: 32px;
  }
  .main-header--schedule .main-header__title {
    margin-left: 0;
    padding: 0;
    font-size: 30px;
  }
  .send__input-list {
    padding: 20px 0;
  }
  .block-title {
    font-size: 24px;
  }
  .latest-projects .splide__arrows {
    top: -28px;
  }
  .schedule .block-title {
    font-size: 22px;
  }
  .process__list {
    flex-wrap: nowrap;
    gap: 0;
  }
  .process .splide__track {
    padding-bottom: 50px;
  }
  .send-footer__wrapper {
    flex-direction: column-reverse;
    gap: 80px;
  }
  .send-footer__wrapper img {
    margin-right: 0;
  }
  .process__item {
    min-width: 260px;
    max-height: 360px;
  }
  .process__item img {
    margin-bottom: 30px;
    width: 100px;
  }
  .footer__list__wrapper {
    width: 100%;
    margin: 0;
    order: 3;
  }
  .footer__form-wrapper {
    margin: 0 auto;
    max-width: 100%;
  }
  .footer-bottom__wrapper {
    text-align: center;
  }
}
@media (max-width: 580px) {
  .main-header__logo {
    top: 30px;
    right: 20px;
  }
  .main-header__wrapper {
    height: calc(100vh - 85px);
    padding-top: 200px;
  }
  .services__item {
    max-width: 300px;
  }
  .services .splide__track {
    padding: 50px 0;
  }
  .about__wrapper {
    flex-direction: column-reverse;
  }
  .send-footer__wrapper img {
    width: 165px;
  }
  .send__wrapper {
    max-width: 350px;
  }
}
@media (max-width: 450px) {
  .nav__list {
    gap: 30px;
  }
  .header__wrapper-menu.checked {
    width: 65%;
    left: 35%;
  }
  .team .slider-progress-bar {
    margin-top: 50px;
  }
  .text-slider-block2 .text-slider__item {
    gap: 5px;
    font-size: 12px;
  }
  .text-slider-block2 .text-slider__list {
    gap: 5px;
  }
}
