@media only screen and (max-width: 1200px) {
  .reliable-partner-wrapper {
    padding: 0 24px;
    margin-top: 40px;
  }
  .header-wrapper {
    padding: 24px;
  }
  .header-wrapper .header .icon-wrapper {
    width: 80px;
    height: auto;
  }
  .header-wrapper .header .section-right .navbar {
    gap: 12px;
  }
  .header-wrapper .header .section-right .right {
    gap: 8px;
  }
  body .button-item {
    padding: 10px 16px;
  }
  body .button-item p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1000px) {
  .footer-wrapper .footer_top {
    flex-direction: column;
    gap: 50px;
  }
  .footer-wrapper .footer_top .right-content-main .top-maining {
    flex-direction: column;
  }
  .footer-wrapper .footer_top .right-content-main .top-maining .email-button {
    min-width: unset;
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1100px) {
  .results-wrapper .results .grid-for-gallery {
    height: auto !important;
  }
  .results-wrapper {
    padding: 0 24px;
    margin-top: 40px;
  }
  .header-wrapper .header {
    display: none !important;
  }
  .header-wrapper .mobile-header {
    display: flex !important;
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }
  .header-wrapper .mobile-header .icon-wrapper {
    width: 70px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
  }
  .header-wrapper .mobile-header .icon-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }
  .header-wrapper .mobile-header .toggle-button {
    background-color: transparent;
    min-width: 36px;
    width: 36px;
    min-height: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
    border: none;
    outline: none;
    transition: 100ms ease;
  }
  .header-wrapper .mobile-header .toggle-button img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .header-wrapper .mobile-header .toggle-button:active {
    transform: scale(0.98);
  }
  .header-wrapper .mobile-header .menu-overlay {
    width: 0;
    transition: 450ms ease;
    pointer-events: none;
    opacity: 0;
    position: fixed;
    z-index: 100000;
    right: 0;
    top: 0;
    min-height: 100dvh;
    height: 100dvh;
    background-color: rgba(0, 0, 0, 0.344);
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
  }
  .header-wrapper .mobile-header .menu-overlay .menu {
    height: 100%;
    background-color: white;
    border-radius: 16px 0 0 16px;
    padding: 24px;
    width: 0;
    transition: 500ms ease;
    pointer-events: none;
    opacity: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
  }
  .header-wrapper .mobile-header .menu-overlay .menu .top-head {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header-wrapper .mobile-header .menu-overlay .menu .top-head .close-dropdown {
    outline: none;
    border: none;
    background-color: transparent;
    min-width: 32px;
    width: 32px;
    min-height: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
  }
  .header-wrapper
    .mobile-header
    .menu-overlay
    .menu
    .top-head
    .close-dropdown
    img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .header-wrapper
    .mobile-header
    .menu-overlay
    .menu
    .top-head
    .close-dropdown:active {
    transform: scale(0.98);
  }
  .header-wrapper .mobile-header .menu-overlay .menu .top-head .icon-wrapper {
    width: 70px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
  }
  .header-wrapper
    .mobile-header
    .menu-overlay
    .menu
    .top-head
    .icon-wrapper
    img {
    width: 100%;
    height: 100%;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }
  .header-wrapper .mobile-header .menu-overlay .menu .navbar-menu {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 7px;
    width: 100%;
  }
  .header-wrapper .mobile-header .menu-overlay .menu .navbar-menu a {
    color: black;
    font-size: 16px;
    line-height: normal;
    text-align: left;
    width: 100%;
    padding: 5px 0;
    text-decoration: none;
  }
  .header-wrapper .mobile-header .menu-overlay .menu .bottom-area {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header-wrapper .mobile-header .menu-overlay .menu .bottom-area .tel-item {
    min-width: 52px;
    width: 52px;
    min-height: 52px;
    height: 52px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #0074c8;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    transition: 450ms ease;
  }
  .header-wrapper
    .mobile-header
    .menu-overlay
    .menu
    .bottom-area
    .tel-item
    img {
    width: 100%;
    height: 100%;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }
  .header-wrapper
    .mobile-header
    .menu-overlay
    .menu
    .bottom-area
    .tel-item:hover {
    background-color: #e3a72f;
  }
  .header-wrapper .mobile-header .menu-overlay .menu .bottom-area .button-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
    padding: 14px 16px;
    background-color: #0074c8;
    transition: 450ms ease;
  }
  .header-wrapper
    .mobile-header
    .menu-overlay
    .menu
    .bottom-area
    .button-item
    p {
    color: #fbfbfb;
    font-weight: 400;
    font-size: 16px;
  }
  .header-wrapper
    .mobile-header
    .menu-overlay
    .menu
    .bottom-area
    .button-item
    .img-wrapper {
    position: relative;
    width: 28px;
    height: 28px;
    overflow: hidden;
  }
  .header-wrapper
    .mobile-header
    .menu-overlay
    .menu
    .bottom-area
    .button-item
    .img-wrapper
    img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    transition: transform 450ms ease;
  }
  .header-wrapper
    .mobile-header
    .menu-overlay
    .menu
    .bottom-area
    .button-item
    .img-wrapper
    img:first-child {
    transform: translateY(0);
    z-index: 2;
  }
  .header-wrapper
    .mobile-header
    .menu-overlay
    .menu
    .bottom-area
    .button-item
    .img-wrapper
    img:last-child {
    transform: translateY(-100%);
    z-index: 1;
  }
  .header-wrapper
    .mobile-header
    .menu-overlay
    .menu
    .bottom-area
    .button-item:hover {
    background-color: #e3a72f;
  }
  .header-wrapper
    .mobile-header
    .menu-overlay
    .menu
    .bottom-area
    .button-item:hover
    .img-wrapper
    img:first-child {
    transform: translateY(100%);
  }
  .header-wrapper
    .mobile-header
    .menu-overlay
    .menu
    .bottom-area
    .button-item:hover
    .img-wrapper
    img:last-child {
    transform: translateY(0);
  }
  .header-wrapper .mobile-header .menu-overlay .menu.active {
    width: 50%;
    opacity: 1;
    pointer-events: all;
  }
  .header-wrapper .mobile-header .menu-overlay.active {
    width: 100%;
    opacity: 1;
    pointer-events: all;
  }
  .reliable-partner-wrapper
    .reliable-partner
    .text-container
    .top-container
    .title-content-main
    .items-grid
    .item-grid
    .texts {
    width: 100%;
    max-width: 100%;
  }
  .reliable-partner-wrapper
    .reliable-partner
    .text-container
    .top-container
    .title-content-main {
    gap: 60px;
  }
  .areas-of-our-work-wrapper {
    padding: 24px 24px;
    margin-top: 40px;
  }
  .areas-of-our-work-wrapper .areas-of-our-work .top-title-area h3 {
    font-size: 24px;
    line-height: 36px;
    width: 100%;
    text-align: center;
  }
  .reliable-partner-wrapper
    .reliable-partner
    .text-container
    .top-container
    .title-content-main
    .items-grid
    .item-grid
    .texts
    p {
    max-width: 100%;
  }
  .reliable-partner-wrapper .reliable-partner {
    flex-direction: column;
  }
  .reliable-partner-wrapper
    .reliable-partner
    .text-container
    .top-container
    .title-content-main {
    width: 100%;
    max-width: 100%;
    align-items: center;
  }
  .reliable-partner-wrapper .reliable-partner .text-container .top-container {
    align-items: center;
  }
  .reliable-partner-wrapper .reliable-partner .left-image-container {
    max-width: 100%;
  }
  .reliable-partner-wrapper
    .reliable-partner
    .text-container
    .top-container
    .title-content-main
    .items-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .reliable-partner-wrapper
    .reliable-partner
    .text-container
    .top-container
    .title-content-main
    .items-grid
    .item-grid {
    justify-content: space-between;
  }
  .reliable-partner-wrapper .reliable-partner .text-container .button-area {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .areas-of-our-work-wrapper .areas-of-our-work .grid-card-content {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .areas-of-our-work-wrapper
    .areas-of-our-work
    .grid-card-content
    .card-item
    .main-top {
    height: auto;
    min-height: auto;
  }
  .areas-of-our-work-wrapper
    .areas-of-our-work
    .grid-card-content
    .card-item
    .main-top {
    padding: 24px;
  }
  .areas-of-our-work-wrapper .areas-of-our-work .grid-card-content {
    gap: 24px;
  }
  .areas-of-our-work-wrapper .areas-of-our-work .top-title-area h3 {
    max-width: 100%;
    text-align: center;
  }
  .reliable-partner-wrapper
    .reliable-partner
    .text-container
    .top-container
    .title-content-main
    h2 {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    width: 100%;
  }
  .results-wrapper .results .top-result-title-container {
    flex-direction: column;
    gap: 36px;
  }
  .results-wrapper .results .top-result-title-container h2 {
    width: 100%;
    text-align: center;
    font-size: 24px;
    line-height: 36px;
  }
  .results-wrapper .results .top-result-title-container {
    gap: 12px;
  }
  .results-wrapper .results .top-result-title-container p {
    padding-left: unset;
    border-left: unset;
    width: 100%;
    text-align: center;
  }
  .results-wrapper .results .grid-for-gallery {
    display: grid !important;
    max-width: 400px;
    width: 100%;
    margin: 40px auto 0;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
  .best-service-package-wrapper
    .best-service-package
    .top-result-title-container {
    flex-direction: column;
    gap: 16px;
  }
  .best-service-package-wrapper {
    padding: 0 24px;
    margin-top: 40px;
  }
  .slider-galleries-wrapper {
    margin-top: 40px;
  }
  .slider-galleries-wrapper .slider-galleries .center-content p {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
  }
  .prices-content-wrapper .prices-content {
    gap: 24px;
  }
  .slider-galleries-wrapper .slider-galleries {
    gap: 24px;
  }
  .comments-wrapper {
    padding: 0 24px;
    margin-top: 40px;
  }
  .comments-wrapper .comments {
    gap: 24px;
  }
  .comments-wrapper .comments .top-container-title .left-titles h2,
  .comments-wrapper .comments .top-container-title .left-titles h2 > span {
    font-size: 24px;
    line-height: 36px;
  }
  .call-car-form-wrapper {
    margin-top: 40px;
  }
  .call-car-form-wrapper .call-car-form .title-content h2 {
    font-size: 24px;
    line-height: 36px;
    width: 100%;
    text-align: center;
    max-width: 100%;
  }
  .call-car-form-wrapper .call-car-form .title-content p {
    max-width: 100%;
    text-align: center;
    width: 100%;
  }
  .accordion-section-wrapper {
    padding: 0 24px;
    margin-top: 40px;
  }
  .accordion-section-wrapper .accordion-section {
    flex-direction: column;
  }
  .accordion-section-wrapper .accordion-section .left-text-section {
    max-width: 100%;
    width: 100%;
    gap: 12px;
  }
  .footer-wrapper {
    margin: 40px auto auto auto;
    max-width: 100%;
    width: 100%;
  }
  .footer-wrapper .footer {
    padding: 24px;
    gap: 36px;
  }
  .footer-wrapper .footer_top .left-icon .icon {
    min-width: 100px;
    width: 100px;
    min-height: unset;
    height: auto;
  }
  .footer-wrapper .footer_top .right-content-main .top-maining .title-maining {
    font-size: 18px;
    line-height: 36px;
  }
  .footer-wrapper .footer_top .right-content-main .navbar {
    flex-direction: column;
    gap: 18px;
    text-align: left;
    align-items: flex-start;
  }
  .accordion-section-wrapper
    .accordion-section
    .right-accords
    .item-accordion
    .head-accordion
    h4 {
    font-size: 15px;
  }
  .footer-wrapper .footer_bottom {
    flex-direction: column;
    gap: 36px;
    align-items: flex-start;
    margin-top: 40px;
  }
  .footer-wrapper .footer_bottom .information-content {
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
  }
  .accordion-section-wrapper
    .accordion-section
    .right-accords
    .item-accordion
    .content-accordion
    p {
    font-size: 13px;
    line-height: 24px;
  }
  .accordion-section-wrapper .accordion-section .left-text-section h2 {
    width: 100%;
    max-width: 100%;
    text-align: center;
    font-size: 24px;
    line-height: 36px;
  }
  .accordion-section-wrapper .accordion-section .left-text-section p {
    font-size: 16px;
    line-height: 28px;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .comments-wrapper .comments .top-container-title {
    flex-direction: column;
    gap: 36px;
  }
  .comments-wrapper
    .comments
    .swiper
    .swiper-slide
    .container-main
    .top-main
    .text-content
    .comment {
    font-size: 14px;
    line-height: 24px;
  }
  .comments-wrapper .comments .top-container-title .custom-buttons {
    width: 100%;
    justify-content: space-between;
  }
  .prices-content-wrapper .prices-content .grid-price .item-price .right p {
    font-size: 14px;
  }
  .prices-content-wrapper
    .prices-content
    .grid-price
    .item-price
    .right
    .price
    span {
    font-size: 16px;
  }
  .best-service-package-wrapper
    .best-service-package
    .packages-container
    .packages {
    grid-template-columns: repeat(1, 1fr);
  }
  .prices-content-wrapper .prices-content .grid-price .item-price h5 {
    font-size: 14px;
  }
  .prices-content-wrapper .prices-content .grid-price {
    gap: 18px;
  }
  .prices-content-wrapper .prices-content .grid-price .item-price {
    padding: 18px 0;
  }
  .prices-content-wrapper {
    margin-top: 40px;
    padding: 0 24px;
  }
  .prices-content-wrapper .prices-content h4 {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    width: 100%;
  }
  .best-service-package-wrapper .best-service-package .packages-container {
    padding: 0 24px;
    margin-top: 40px;
  }
  .best-service-package-wrapper
    .best-service-package
    .top-result-title-container
    h2 {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    max-width: 100%;
    width: 100%;
  }
  .best-service-package-wrapper
    .best-service-package
    .top-result-title-container
    .righted
    h6 {
    width: 100%;
    text-align: center;
    max-width: 100%;
    font-size: 18px;
    line-height: normal;
  }
  .best-service-package-wrapper
    .best-service-package
    .top-result-title-container
    .righted
    p {
    max-width: 100%;
    text-align: center;
    width: 100%;
  }
}
@media only screen and (max-width: 968px) {
  .reliable-partner-wrapper .reliable-partner {
    flex-direction: column-reverse !important;
  }
  .hero-wrapper .hero .swiper .swiper-slide .text-content {
    padding: 0 12px;
  }
  .slider-galleries-wrapper .slider-galleries .center-content {
    min-width: 150px;
    width: 150px;
    min-height: 150px;
    height: 150px;
  }
  .best-service-package-wrapper
    .best-service-package
    .packages-container
    .packages
    .item-package {
    padding: 28px !important;
  }
  .best-service-package-wrapper
    .best-service-package
    .packages-container
    .packages
    .item-package {
    gap: 12px !important;
  }
  .slider-galleries-wrapper .slider-galleries_top-slide {
    height: 160px;
    min-height: 160px;
  }
  .slider-galleries-wrapper .slider-galleries_bottom-slide {
    height: 160px;
    min-height: 160px;
  }
  .slider-galleries-wrapper .slider-galleries .center-content p {
    font-size: 14px !important;
    line-height: 21px !important;
    text-align: center;
    position: relative;
    bottom: 10px;
  }
  .hero-wrapper .hero .swiper .swiper-slide .text-content .button-content p {
    padding: 0 8px;
  }
  .hero-wrapper .hero .swiper .swiper-slide .text-content h1 {
    font-size: 18px;
    line-height: 28px;
  }
  .hero-wrapper .hero .swiper .swiper-slide .text-content .button-content p {
    font-size: 14px;
    line-height: 24px;
  }
  .reliable-partner-wrapper
    .reliable-partner
    .text-container
    .top-container
    .spec-title
    h4 {
    font-size: 14px;
  }
  .areas-of-our-work-wrapper
    .areas-of-our-work
    .grid-card-content
    .card-item
    .get-button-arrow {
    min-width: 60px;
    width: 60px;
    height: 60px;
    min-height: 60px;
  }
  .best-service-package-wrapper .best-service-package .packages-container {
    padding: 0 12px;
  }
  .best-service-package-wrapper
    .best-service-package
    .packages-container
    .packages
    .item-package {
    padding: 12px;
  }
  .best-service-package-wrapper
    .best-service-package
    .packages-container
    .packages
    .item-package
    h2 {
    font-size: 18px;
    line-height: 28px;
  }
  .best-service-package-wrapper
    .best-service-package
    .packages-container
    .packages
    .item-package
    .text-content-main_top
    h3 {
    font-size: 14px;
  }
  .best-service-package-wrapper
    .best-service-package
    .packages-container
    .packages
    .item-package
    .text-content-main_top
    p {
    font-size: 14px;
    line-height: 24px;
  }
  .best-service-package-wrapper {
    padding: 0 !important;
  }
  .prices-content-wrapper .prices-content .grid-price .item-price {
    flex-direction: column;
    gap: 24px;
    align-items: center;
    width: 100%;
    max-width: 100%;
  }
  .footer-wrapper
    .footer_top
    .right-content-main
    .top-maining
    .email-button
    .button-item-submit {
    padding: 12px 12px;
  }
  .footer-wrapper
    .footer_top
    .right-content-main
    .top-maining
    .email-button
    .button-item-submit
    p {
    font-size: 13px;
  }
  .header-wrapper .mobile-header .menu-overlay .menu.active {
    width: 100%;
  }
  .footer-wrapper .footer {
    padding: 24px 12px !important;
  }
  .footer-wrapper .footer_bottom .information-content .info-item {
    padding-left: 0 !important;
  }
  .prices-content-wrapper .prices-content .grid-price .item-price .right {
    max-width: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .prices-content-wrapper
    .prices-content
    .grid-price
    .item-price
    .right
    .price {
    min-width: unset;
    width: 100%;
  }
  .best-service-package-wrapper
    .best-service-package
    .packages-container
    .packages
    .item-package
    .text-content-main {
    gap: 24px;
  }
  .best-service-package-wrapper
    .best-service-package
    .packages-container
    .packages
    .item-package
    .text-content-main_list
    li {
    font-size: 16px;
    line-height: normal;
  }
  .results-wrapper .results .grid-for-gallery .card {
    padding: 20px 16px;
    min-height: 400px;
  }
  .results-wrapper .results .grid-for-gallery .card .text-content h2 {
    font-size: 24px !important;
    text-wrap: wrap;
    writing-mode: initial;
    line-height: 32px !important;
  }
  .results-wrapper .results .grid-for-gallery .card .text-content p {
    font-size: 14px !important;
    line-height: 20px !important;
    max-height: max-content !important;
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .results-wrapper .results .grid-for-gallery {
    gap: 12px;
  }
  .results-wrapper .results .grid-for-gallery .card .button-for-get {
    width: 40px;
    height: 40px;
    opacity: 1 !important;
    top: 20px;
    right: 20px;
    transform: none !important;
  }
  .results-wrapper
    .results
    .grid-for-gallery
    .card:first-child
    .text-content
    h2 {
    writing-mode: initial !important ;
  }
  .results-wrapper
    .results
    .grid-for-gallery
    .card:first-child
    .text-content
    p {
      opacity: 1 !important;
      visibility: visible !important;
    max-height: max-content !important;
    transform: none !important;
  }
  .areas-of-our-work-wrapper
    .areas-of-our-work
    .grid-card-content
    .card-item
    .main-top
    .top
    .icon-wrap-main {
    min-width: 38px;
    width: 38px;
    min-height: 38px;
    padding: 8px;
    height: 38px;
  }
  .areas-of-our-work-wrapper
    .areas-of-our-work
    .grid-card-content
    .card-item
    .main-top
    .text-content-mini
    p {
    font-size: 14px;
  }
  .areas-of-our-work-wrapper {
    padding: 24px 12px;
  }
  .areas-of-our-work-wrapper
    .areas-of-our-work
    .grid-card-content
    .card-item
    .main-top {
    padding: 12px;
  }
  .reliable-partner-wrapper
    .reliable-partner
    .text-container
    .top-container
    .title-content-main {
    gap: 24px;
  }
  .areas-of-our-work-wrapper .areas-of-our-work .top-title-area .title-text p {
    font-size: 14px;
  }
  .areas-of-our-work-wrapper .areas-of-our-work {
    gap: 32px;
  }
  .reliable-partner-wrapper
    .reliable-partner
    .text-container
    .top-container
    .title-content-main
    .desc {
    max-width: 100%;
    text-align: center;
  }
  .reliable-partner-wrapper .reliable-partner .left-image-container {
    height: auto;
  }
  .comments-wrapper
    .comments
    .swiper
    .swiper-slide
    .container-main
    .top-main
    .sub-img {
    display: none !important;
  }
  .reliable-partner-wrapper
    .reliable-partner
    .left-image-container
    .text-content
    .mini-text {
    font-size: 14px;
    line-height: 24px;
  }
  .call-car-form-wrapper .call-car-form {
    max-width: 100%;
    width: 100%;
    height: auto;
    padding: 100px 24px;
    border-radius: 0;
  }
}
@media only screen and (max-height: 600px) {
  .hero-wrapper .hero .swiper .swiper-slide .text-content {
    margin-top: 10px;
    top: 110px;
  }
  .hero-wrapper .hero .swiper .swiper-slide .text-content .button-content {
    gap: 12px;
  }
  .header-wrapper.with_hero {
    top: 0px;
  }
} /*# sourceMappingURL=responsive.css.map */
