@media only screen and (min-width: 1080px) {
  h1 {
    font-size: 64px;
    line-height: 70px;
    margin: 0 0 32px 0;
  }
  h2 {
    font-size: 64px;
    line-height: 72px;
  }
  h3 {
    font-size: 50px;
    line-height: 56px;
  }
  h4 {
    font-size: 40px;
    line-height: 46px;
  }
}
@media only screen and (min-width: 1080px) {
  .button-wrap--m-center {
    justify-content: flex-start;
  }
  .s-button {
    height: 68px;
    font-size: 20px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 764px) {
  .wpcf7-form {
    padding: 30px;
  }
}
@media only screen and (min-width: 764px) {
  .section-title-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .section-title-button h2 {
    margin: 0;
  }
  .section-title-button .s-button {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1080px) {
  body {
    font-size: 20px;
    line-height: 26px;
  }
  .tablet-container {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .section-640 {
    max-width: 640px;
  }
  .m-t-center {
    text-align: left;
  }
  .desctop-hide {
    display: none;
  }
  .mobile-hide {
    display: block;
  }
  .mobile-hide-flex {
    display: flex;
  }
  .m-container {
    max-width: 1440px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .main-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }
  .section-description {
    font-size: 28px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 1200px) {
  .m-container {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media only screen and (min-width: 1080px) {
  .main-menu-button {
    display: none;
  }
  .header {
    height: 100px;
  }
  .header .logo {
    width: 64px;
    height: 64px;
  }
  .header-right-side > .s-button {
    display: flex;
    margin-right: 24px;
  }
  .main-nav {
    display: block;
  }
  .lang-menu {
    display: flex;
    border: 1px solid #C1A551;
    position: absolute;
    left: 40px;
    bottom: 0;
    transform: translateY(100%);
  }
  .lang-menu .lang-menu__item {
    display: flex;
    border: 1px solid #C1A551;
    width: 57px;
    height: 57px;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
  }
  .lang-menu a {
    text-decoration: none;
    background: #505134;
    color: #999A83;
  }
  .lang-menu span {
    background: #383924;
    color: #ffffff;
  }
}
@media only screen and (min-width: 1440px) {
  .lang-menu {
    left: 80px;
  }
}
@media only screen and (min-width: 1080px) {
  .menu-section {
    display: none;
  }
  .menu-section.active {
    display: none;
  }
}
@media only screen and (min-width: 764px) {
  .wpcf7-form {
    padding: 30px;
  }
}
@media only screen and (min-width: 764px) {
  .footer .footer-top {
    display: flex;
    align-items: center;
    column-gap: 40px;
  }
  .footer .logo-col {
    flex-shrink: 0;
  }
  .footer .footer-logo {
    margin: 0;
  }
  .footer .description-col {
    margin-top: 0;
    max-width: 800px;
  }
  .footer .footer-delimiter {
    height: 2px;
  }
  .footer .footer-bottom {
    display: flex;
    padding: 0;
  }
  .footer .footer-menu-col {
    display: flex;
    justify-content: space-between;
    flex-shrink: 0;
    width: 60%;
    border-right: 2px solid #e0e0e0;
    padding-top: 40px;
    padding-bottom: 78px;
    padding-right: 3%;
  }
  .footer .footer-social-col {
    padding-top: 40px;
    padding-bottom: 78px;
    padding-left: 3%;
    margin: 0;
  }
  .footer .footer-menu {
    margin: 0;
  }
  .footer .footer-menu ul {
    margin-top: 0;
  }
  .footer .email-col {
    text-align: left;
  }
  .footer .social-col {
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 1080px) {
  .footer .footer-top {
    column-gap: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .footer .footer-menu-col {
    padding-right: 5%;
  }
  .footer .footer-social-col {
    padding-left: 5%;
  }
}
@media only screen and (min-width: 764px) {
  .contact-page {
    padding-bottom: 60px;
  }
  .contact-page .contacts__title {
    font-size: 40px;
  }
  .contact-page .contacts__item {
    gap: 20px;
  }
}