/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1400px) {
  html,
  body {
    font-size: 27px;
  }
}
@media only screen and (max-width: 1200px) {
  html,
  body {
    font-size: 24px;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  html,
  body {
    font-size: 18px;
  }
  .price-grid {
    grid-gap: 3rem 1.5rem;
  }
}

/* Small Devices, .table_boxts */
@media only screen and (max-width: 768px) {
  header.--collapsed {
    background: #694767;
  }
  .header-mobile__logo img{
filter: brightness(1000)
  }
  .header-mobile__toggle svg path{
    fill :#fff !important;
    stroke :#fff !important;
  }

  .contact-page__body {
    grid-template-columns: 1fr;
  }
  .wpforms-submit.button {
    padding: 12px !important;
  }
  .header-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header-menu {
    display: none;
  }
  .header.--collapsed {
    padding: 20px 0;
  }
  .moblie-menu {
    padding-top: 20px;
    display: block;
    z-index: 3;
    position: fixed;
    width: 100%;
    top: -200vh;
    left: 0;
    /* background: #fff; */
    background: #694767;
    transition: top 0.3s;
  }
  .moblie-menu.--active {
    top: 97px;
  }
  .moblie-menu__menu {
    display: flex;
    flex-direction: column;
    gap: 34px;
  }
  .moblie-menu__menu a {
    color: #fff;
    font-family: Lato;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px; /* 142.308% */
    letter-spacing: 0.78px;
    position: relative;
    text-align: center;
  }
  .moblie-menu__menu a:not(:last-child):after {
    content: "";
    display: block;
    width: 77px;
    height: 1px;
    /* background: rgba(105, 71, 103, 0.25); */
    background: rgba(255,255,255, 0.25);
    position: absolute;
    bottom: -17px;
    left: 50%;
    transform: translateX(-50%);
  }
  .mobile-menu__socials {
    margin-top: 28px;
    text-align: center;
  }
  .mobile-menu__socials .contact-info__socials {
    justify-content: center;
  }
  .mobile-menu__socials .contact-info__socials img {
    max-width: 25px;
  }
  .moblie-menu {
    padding-bottom: 30px;
  }
  .serivces-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .button {
    font-size: 14px;
  }
  .button.--big {
    padding: 15px 80px;
  }
  .serivce-list__button {
    display: block;
    margin-top: 28px;
  }
  #main-services .serivces-list__item:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)) {
    display: none;
  }

  .swiper-buttons {
    display: none;
  }
  .swiper-pagination {
    display: block;
  }
  .swiper-container {
    padding-bottom: 60px;
  }
  .single-service-wrapper {
    grid-template-columns: 1fr;
  }
  #page-main .section-title {
    text-align: center;
  }
  .price-grid {
    grid-template-columns: 1fr;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  #main .swiper-button-prev, #main .swiper-button-next{

    width: 9px;
    height: 20px;
  }
  #main {
    background-position: 100% 50% !important;
    padding-bottom: 48px;
  }
  h1,
  .h1 {
    font-size: 32px;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
  h2,
  .h2 {
    font-size: 38px;
  }

  h3,
  .h3 {
    font-size: 22px;
  }
  .section-title p {
    font-size: 20px;
  }
  .serivces-list {
    grid-gap: 20px 14px;
  }
  .review-item__img {
    width: 200px;
    height: 200px;
  }
  .review-item__title {
    font-size: 32px;
    margin-top: 30px;
  }
  .review-item__text {
    font-size: 22px;
    margin-top: 23px;
  }
  .footer-content {
    flex-wrap: wrap;
    gap: 20px;
  }
  .footer-content__contant {
    flex: 0 0 100%;
  }
  footer .container {
    padding: 0 22px;
  }
  footer .socials {
    padding: 13px 0;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    justify-content: space-between;
  }
  .socials__additional {
    display: block;
    color: #fff;
    font-size: 21px;
    font-weight: 800;
    letter-spacing: 1.68px;

    flex-grow: 1;
    padding-right: 10px;
    text-align: right;
  }
  .footer-content__menu a {
    font-size: 21px;
    margin: 0;
  }
  .footer-content__logo img {
    max-width: 147px;
  }
  .footer-content__address,
  .footer-content__address a {
    font-size: 25px;
  }
  footer {
    padding: 38px 0;
  }
  #page-main {
    padding-top: 110px;
  }
  .price-block__head__img img {
    display: none;
  }
  .price-block__head__img:before {
    display: none;
  }
  .price-block__head__img {
    aspect-ratio: unset;
  }
  .price-block__head h2 {
    position: unset;
    left: 0;
    transform: none;
    text-align: center;
    color: #694767;
    font-size: 28px;
    font-weight: 700;
    line-height: 37px; /* 132.143% */
    letter-spacing: 1.12px;
  }
  .price-grid {
    gap: 0;
  }
  .price-block {
    padding: 20px 37px;
  }
  .price-block:nth-child(even) {
    background: #f6f1f6;
  }
  section#prices {
    padding-bottom: 0;
    padding-top: 0;
  }
  section#prices .container {
    padding-left: 0;
    padding-right: 0;
  }
  .price-block__body {
    margin-top: 27px;
  }
  .price-block__body li {
    font-size: 24px;
  }
  .gallery-categories {
    grid-template-columns: repeat(2, max-content);
    gap: 5px 15px;
  }
  .gallery-categories a {
    font-size: 20px;
  }
  .gallery-grid {
    margin-top: 20px;
    grid-gap: 14px;
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery-item {
    aspect-ratio: 1/1;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
}
