@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) {
  .gallery-grid {
    gap: 16px;
  }
  .gallery-item {
    max-width: 100%;
    width: 100%;
    display: flex;
    text-align: left;
    margin: 0;
  }
  .gallery-item .gallery-image {
    width: 40%;
    padding-top: 30%;
  }
  .gallery-item .gallery-info {
    width: 60%;
  }
  .page-description-small {
    max-width: 875px;
  }
  .management-list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }
  .management-list .item {
    margin-top: 0;
    width: calc(50% - 10px);
  }
  .management-list .image {
    padding-top: 80%;
  }
  .posts-list {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .post-card {
    width: calc(50% - 10px);
    margin: 0;
  }
  .documents-list {
    display: flex;
    flex-wrap: wrap;
  }
  .documents-list .item {
    width: 50%;
  }
  .documents-list .item:nth-child(2) {
    border-top-width: 2px;
  }
  .documents-list .item:nth-last-child(2) {
    border-bottom-width: 2px;
  }
}
@media only screen and (min-width: 1080px) {
  .standart-page {
    padding-top: 190px;
  }
  .standart-page h2 {
    font-size: 48px;
    line-height: 56px;
  }
  .page-description p {
    font-size: 28px;
    line-height: 34px;
  }
  .page-description img {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .breadcrumbs {
    font-size: 20px;
  }
  .gallery-item .gallery-info .gallery-name {
    font-size: 32px;
    line-height: 38px;
  }
  .gallery-item .gallery-info .gallery-desc {
    max-width: 600px;
  }
  .news-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
  }
  .news-card {
    width: calc(50% - 20px);
    border: none;
    position: relative;
    padding-right: 20px;
  }
  .news-card:nth-child(2n)::after {
    content: "";
    position: absolute;
    top: 20px;
    left: -20px;
    width: 1px;
    height: calc(100% - 40px);
    background-color: #F05A29;
    opacity: 0.5;
  }
  .post-content {
    margin-top: 64px;
    padding-bottom: 60px;
  }
  .delimimter {
    margin-top: 64px;
  }
  .page-description-small {
    margin-top: 64px;
    font-size: 28px;
    line-height: 34px;
  }
  .management-list .item {
    width: calc(33.33% - 14px);
  }
  .management-list .image {
    padding-top: 85%;
  }
  .management-list .text {
    padding-top: 36px;
    padding-bottom: 44px;
  }
  .management-list .text p {
    font-size: 26px;
    line-height: 32px;
  }
  .posts-list {
    margin-top: 64px;
    gap: 40px;
  }
  .post-card {
    display: flex;
    width: calc(50% - 20px);
  }
  .post-card__image {
    width: 305px;
    height: 200px;
    padding: 0;
    margin-right: 20px;
    flex-shrink: 0;
  }
  .post-card__text-part {
    margin: 0;
  }
  .pagination {
    margin-top: 60px;
  }
  .documents-list {
    margin-left: -40px;
    margin-right: -40px;
  }
  .documents-list .item {
    padding-top: 40px;
    padding-bottom: 50px;
    font-size: 24px;
    line-height: 30px;
  }
  .documents-list .item:nth-child(even) {
    border-left: 1px solid #ededed;
    padding-left: 40px;
    padding-right: 50px;
  }
  .documents-list .item:nth-child(even) .document-index {
    right: 40px;
  }
  .documents-list .item:nth-child(odd) {
    border-right: 1px solid #ededed;
    padding-left: 50px;
    padding-right: 40px;
  }
  .documents-list .item:hover {
    border-color: #505134;
  }
  .documents-list .item .document-index {
    font-size: 80px;
    line-height: 90px;
  }
}
@media only screen and (min-width: 1200px) {
  .gallery-item .gallery-info {
    padding: 50px 36px 30px 36px;
  }
  .management-list .text p {
    font-size: 32px;
    line-height: 38px;
  }
  .posts-list {
    gap: 60px;
  }
  .post-card {
    width: calc(50% - 30px);
  }
  .documents-list {
    margin-left: -80px;
    margin-right: -80px;
  }
  .documents-list .item {
    font-size: 28px;
    line-height: 34px;
  }
  .documents-list .item:nth-child(even) {
    padding-right: 90px;
    border-right: 2px solid #ededed;
  }
  .documents-list .item:nth-child(even) .document-index {
    right: 80px;
  }
  .documents-list .item:nth-child(odd) {
    padding-left: 80px;
    border-left: 2px solid #ededed;
  }
  .documents-list .item .document-index {
    font-size: 116px;
    line-height: 92px;
  }
}
@media only screen and (min-width: 1440px) {
  .documents-list .item:nth-child(even) {
    border-right: 2px solid #ededed;
  }
  .documents-list .item:nth-child(odd) {
    border-left: 2px solid #ededed;
  }
  .documents-list .item:hover {
    border-color: #505134;
  }
}
@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%;
  }
}