@media (max-width: 1800px) {
  .main-img-desctop {
    width: 85%;
  }
}
@media (max-width: 1536px) {
  .main-img-desctop {
    width: 80%;
  }
}
@media (max-width: 1280px) {
  .main-img-desctop {
    width: 60%;
  }
}
@media (max-width: 1200px) {
  .main-title,
  .main-title-inner {
    font-size: 50px;
  }
  .modal-gallery-inner {
    max-width: 95%;
    width: 100%;
    margin: 0 auto;
  }
  .choice-title,
  .choice-title-inner {
    font-size: 40px;
  }
  .services-item-title {
    width: auto;
  }
  .main-img-desctop {
    top: -25px;
    right: 20px;
    width: 80%;
  }
}
@media (max-width: 1024px) {
  .header-nav {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 110;
    top: 97px;
    left: -100%;
    background-image: url("../images/main-bg-mobile.png");
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
    transition: left 0.4s ease;
  }
  .main-img-desctop {
    top: 50px;
  }
  .header-nav.active {
    left: 0;
  }
  .header-menu {
    flex-direction: column;
    margin: 0 10px;
    padding: 20px;
  }
  .header-menu-item {
    width: 100%;
    margin-bottom: 10px;
  }
  .header-menu-link {
    text-align: center;
  }
  .main-title,
  .main-title-inner {
    font-size: 42px;
  }
  .choise-content {
    flex-direction: column;
    gap: 0;
  }
  .choice-title-img {
    display: none;
  }
  .title-content {
    width: 100%;
    gap: 0;
  }
  .choise-content-left,
  .choise-content-right {
    width: 100%;
  }
  .choise-content-left {
    margin-bottom: 40px;
  }
  .services-banner-flex {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .services-banner-arrow {
    height: 100px;
    display: none;
  }
  .services-banner-car {
    /* max-width: 400px; */
    margin: 0 auto;
  }
  .services-banner-inner {
    /* width: 100%; */
  }
  .advertisement-left-img {
    max-width: 75%;
    width: 100%;
  }
  .advertisement-left-text {
    margin-bottom: 10px;
  }
  .services-banner-flex-bottom {
    flex-direction: column;
    margin-bottom: 20px;
  }
  /* .services-banner {
    flex-direction: column;
  } */
  .services-btn {
    margin: 0;
  }
  .services-banner-arrow {
    max-width: 70%;
    width: 100%;
  }
  .services-banner-title {
    margin: 0 0 10px 0;
  }
  .services-banner-list {
    margin-bottom: 20px;
  }
  .choice-title {
    width: 100%;
  }
  .services-item-wrap {
    width: 100%;
  }
  .services-item-wrap.active {
    width: 100%;
  }
  .services-content {
    flex-wrap: wrap;
  }
  .services-item-wrap {
    margin-bottom: 20px;
  }
  .services-item-title {
    width: max-content;
  }
  .advertisement-content {
    flex-direction: column;
    gap: 0;
  }
  .advertisement-content-right,
  .advertisement-content-left {
    width: 100%;
  }
  .advertisement-left-img {
    margin-bottom: 10px;
  }
  .contact-block {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
  }
  .contact-content-block,
  .contact-form-block {
    width: 100%;
  }
  .contact-content-block {
    margin-bottom: 40px;
  }
  .social-foxed-item {
    margin-bottom: 3px;
  }
  .burger {
    display: block;
    position: relative;
    width: 40px;
    height: 25px;
    transition: all 0.4s ease;
  }
  .burger span {
    position: absolute;
    width: 75%;
    height: 2px;
    top: 50%;
    background-color: #fff;
    right: 0;
  }
  .burger.active span {
    background-color: #fff;
    display: none;
  }
  .burger.active:after,
  .burger.active:before {
    background-color: #fff;
  }
  .burger.active:after {
    transform: rotate(-45deg);
    top: 10px;
  }
  .burger.active:before {
    transform: rotate(45deg);
    top: 10px;
  }
  .burger:after,
  .burger:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: all 0.4s ease;
  }
  .burger:after {
    top: 100%;
  }
  .services-banner-arrow {
    display: none;
  }
  .services-banner-flex-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .services-btn {
    margin: 0;
  }
  .services-banner-car {
    width: 100%;
  }
  .services-banner-title {
    margin: 0 0 30px 0;
  }
  .services-banner-list {
    margin-bottom: 20px;
  }
  .services-item-wrap {
    width: 50%;
  }
  .services-item-wrap:last-child {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .services-item-wrap {
    width: 100%;
  }
  .main-section {
    padding-top: 60px;
  }
  .header-nav {
    top: 45px;
  }
  .burger {
    width: 30px;
    height: 20px;
  }
  .main-img-desctop {
    display: none;
  }
  .main-title,
  .main-title-inner {
    font-size: 28px;
  }
  .main-text-inner,
  .main-text-inner-bold {
    font-size: 14px;
  }
  .main-text-block {
    margin-bottom: 20px;
  }
  .btn-name {
    font-size: 12px;
    padding: 10px 20px;
  }
  .btn-icon {
    width: 50px;
    height: 50px;
  }
  .choice-title,
  .choice-title-inner {
    font-size: 28px;
  }
  .title-content {
    margin-bottom: 15px;
  }
  .modal-inner {
    max-width: 95%;
    margin: 0 auto;
  }
  .choise-text-left,
  .choise-text-left span {
    font-size: 14px;
  }
  .choise-text-left {
    margin-bottom: 10px;
  }
  .choise-content-left .main-btn {
    margin-top: 25px;
  }
  .choise-right-name {
    font-size: 24px;
  }
  .choise-right-text {
    font-size: 16px;
  }
  .choise-rihgt-item {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .our-choice-section {
    padding: 75px 0 30px 0;
  }
  .main-section {
    background-image: url("../images/main-bg-mobile.png");
    background-position: bottom;
  }
  .services-title,
  .works-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .services-title-inner,
  .works-title-inner {
    font-size: 28px;
  }
  .services-banner {
    padding: 25px 20px;
    flex-direction: column;
  }
  .services-banner-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .services-banner-arrow {
    display: none;
  }
  .services-banner-content-title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .services-banner-list-item {
    font-size: 14px;
  }
  .services-btn {
    margin: 0 0 5px 0;
  }
  .services-banner-car {
    max-width: 350px;
    width: 100%;
  }
  .services-item-wrap.active .services-item-title {
    font-size: 20px;
  }
  .services-item-title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .services-item-list-title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .services-item-text {
    font-size: 14px;
  }
  .services-btn-icon {
    width: 40px;
    height: 40px;
  }
  .brand-car-title,
  .brand-car-inner {
    font-size: 28px;
  }
  .brand-car-text {
    font-size: 14px;
    margin-bottom: 40px;
  }
  .services-section {
    padding: 30px 0 60px 0;
  }
  .advertisement-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .advertisement-title-inner {
    font-size: 28px;
  }
  .advertisement-left-text {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .advertisement-right-text {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .advertisement-right-text-bold {
    font-size: 16px;
  }
  .brand-advertisement-section {
    padding: 60px 0 30px 0;
  }
  .works-title-wrap {
    margin: 0;
  }
  .text-block-inner {
    font-size: 12px;
  }
  .text-block {
    padding: 20px;
  }
  .our-works-section {
    padding: 30px 0;
  }
  .contact-section {
    padding: 30px 0 60px 0;
  }
  .contact-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .contact-item-name {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .contact-item-link {
    font-size: 16px;
  }
  .contact-item {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .form-block {
    padding: 40px 20px;
  }
  .form-title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .form-text {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .form-input {
    font-size: 14px;
  }
  .form-input::placeholder {
    font-size: 14px;
  }
  .form-block .main-btn {
    margin-top: 35px;
  }
  .footer-content {
    flex-direction: column;
  }
  .footer-item {
    justify-content: flex-start;
    width: 100%;
  }
  .footer-item:last-child {
    justify-content: flex-start;
    margin-bottom: 0;
  }
  .footer-item {
    margin-bottom: 20px;
  }
  .footer-bottom-content {
    flex-direction: column;
    align-items: flex-start;
  }
  .works-slide-btns {
    display: none;
  }
  .main-section .container {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .main-img-mobile {
    display: flex;
    flex: 1 0 auto;
    align-items: flex-end;
    margin-bottom: 50px;
  }
  .main-img-mobile img {
    height: auto;
  }
  .logo-link {
    width: 100px;
    height: 35px;
  }
  .header {
    padding: 5px 0;
  }
}

@media (max-width: 500px) {
  .works-title {
    display: flex;
    flex-direction: column;
  }
}
