@media screen and (max-width: 1800px) {
  .footer .footer-top-row {
    justify-content: flex-end;
    gap: 2rem;
  }
}

@media screen and (max-width: 1600px) {
  .swiper-slide .slider-text {
    left: 7%;
    top: 38%;
  }

  .main-slider .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fractionc {
    left: 7%;
    top: 65%;
  }

  .main-slider {
    margin-top: -10rem;
  }
}

@media screen and (max-width: 1500px) {
  .footer {
    height: auto;
  }

  .copyright::after {
    transform: scale(1.2);
    bottom: 0.4rem;
  }

  .footer-wrapper .quick-links {
    padding-top: 0;
  }

  .footer .footer-top-row {
    flex-direction: column;
    gap: 0;
  }

  .left-col {
    flex-direction: row;
    justify-content: center;
    gap: 5rem;
  }

  .center-right-col {
    padding-top: 1.5rem;
    justify-content: center;
    gap: 5rem;
    padding-bottom: 3rem;
  }
}

@media screen and (max-width: 1400px) {
  .mod-interactive-map {
    width: 100%;
    margin: auto;
  }

  .mod-interactive-map h1 {
    padding: 0;
  }

  .footer1 {
    max-width: 500px;
  }
}

@media screen and (max-width: 1250px) {
  .copyright::after {
    transform: scale(1.3);
    bottom: 0.4rem;
  }

  .bottom-row ul li > a,
  .bottom-row ul li > span,
  .bottom-row ul li > button {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1350px) {
  .table-of-contents ul li a {
    font-size: 1.8rem;
  }

  .table-of-contents ul {
    gap: 1rem;
  }

  .news-wrapper {
    max-width: 669px;
  }

  .interactive-map-container {
    width: 100%;
    margin: auto;
  }

  .content-wrapper {
    flex-direction: column;
    margin: auto;
  }
  .first-article-column {
    max-width: 100%;
    padding: 0;
    border-right: none;
  }

  .first-article-column .bottom-row {
    justify-content: center;
  }

  .other-articles-column .mod-articles-item-content {
    justify-content: space-between;
  }

  .news-block .to-other-news {
    padding-top: 3rem;
  }

  .other-articles-column {
    padding: 0;
  }

  .other-articles-column ul {
    padding-top: 1rem;
  }

  .header .top-row {
    flex-direction: column;
    align-items: center;
  }

  .header .top-left-col,
  .header .top-right-col,
  .header .top-row .interactives-bottom,
  .header .top-row .interactives {
    gap: 7rem;
  }

  .swiper-slide .slider-text {
    left: 6%;
    top: 40%;
    font-size: 4rem;
  }

  .main-slider .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fractionc {
    left: 6%;
    top: 65%;
  }

  .main-slider {
    margin-top: -10rem;
  }

  .internet-resources ul li {
    max-width: 440px;
  }

  .internet-resources ul {
    justify-content: center;
  }

  .projects ul {
    display: flex;
  }
  .mod-articles-image {
    display: flex;
  }

  .projects img {
    max-height: 300px;
    flex: 1 1 100%;
  }

  content .com-content-article.item-page .page-header h1 {
    font-size: 2.4rem;
  }

  .news-block,
  .projects-wrapper {
    padding-top: 3.5rem;
  }

  .projects-wrapper {
    padding-bottom: 4.3rem;
  }
}

@media screen and (max-width: 1200px) {
  .blog-item h2 a {
    font-size: 2rem;
  }

  .blog-item p {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1180px) {
  .itemid-162 .com-content-article__body ul li {
    flex: 0 0 32%;
  }

  .internet-resources ul {
    gap: 1.5rem;
    align-items: center;
  }

  .bottom-row ul li > a,
  .bottom-row ul li > span,
  .bottom-row ul li > button,
  .mod-list .nav-item .mod-menu__toggle-sub span {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1100px) {
  .bottom-row ul li > a,
  .bottom-row ul li > span,
  .bottom-row ul li > button,
  .mod-list .nav-item .mod-menu__toggle-sub span {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 1050px) {
  .main-slider {
    margin-top: -5rem;
  }

  .swiper-slide .slider-text {
    font-size: 2.6rem;
  }

  .main-slider .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fractionc {
    left: 6%;
    top: 57%;
  }
}

@media screen and (max-width: 1020px) {
  .bottom-row ul li > a,
  .bottom-row ul li > span,
  .bottom-row ul li > button,
  .mod-list .nav-item .mod-menu__toggle-sub span {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 991px) {
  .itemid-162 .blog-items .blog-item {
    flex: 0 0 48%;
  }

  .copyright a {
    flex-shrink: 0;
  }

  .site.com_content.itemid-151 .blog-item img,
  .site.com_content.itemid-151 .blog-item {
    height: auto;
    object-fit: cover;
  }

  .copyright::after {
    display: none;
  }

  .scroll-up {
    bottom: 70px;
  }

  .copyright {
    flex-direction: row-reverse;
    padding: 1.5rem;
    background: var(--color-primary-alternative);
  }

  .footer1 {
    max-width: 991px;
  }

  .copyright .mod-footer {
    padding: 0 1.5rem;
  }

  .mod-finder__search .btn {
    left: 16rem;
  }

  .bottom-row #mod-menu127 {
    flex-direction: column;
  }

  .header .mod-list .show-menu {
    position: static;
  }

  .blog-item h2 a {
    font-size: 1.8rem;
  }
  .itemid-140 .blog-items .blog-item,
  .blog-items .blog-item {
    flex-wrap: wrap;
    box-shadow: var(--shadow-external);
    height: auto;
    padding: 1.5rem;
  }

  .blog-item .item-image {
    max-width: 600px;
    max-height: 500px;
    margin-bottom: 2rem;
    margin: auto;
  }

  .blog-item img {
    width: 100%;
    max-height: 334px;
    height: auto;
  }

  .navbar .icon-chevron-down {
    padding-top: 0.3rem;
  }

  .com_content.itemid-175 .blog-item,
  .com_content.itemid-176 .blog-item,
  .com_content.itemid-177 .blog-item,
  .com_content.itemid-178 .blog-item,
  .com_content.itemid-179 .blog-item,
  .com_content.itemid-180 .blog-item,
  .com_content.itemid-181 .blog-item,
  .com_content.itemid-187 .blog-item,
  .com_content.itemid-159 .blog-item,
  .com_content.itemid-161 .blog-item,
  .com_content.itemid-164 .blog-item {
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .com_content.itemid-175 .blog-item .item-image,
  .com_content.itemid-176 .blog-item .item-image,
  .com_content.itemid-177 .blog-item .item-image,
  .com_content.itemid-178 .blog-item .item-image,
  .com_content.itemid-179 .blog-item .item-image,
  .com_content.itemid-180 .blog-item .item-image,
  .com_content.itemid-181 .blog-item .item-image,
  .com_content.itemid-187 .blog-item .item-image,
  .com_content.itemid-159 .blog-item .item-image,
  .com_content.itemid-161 .blog-item .item-image,
  .com_content.itemid-164 .blog-item .item-image {
    flex-basis: 280px;
  }

  .com_content.itemid-175 .blog-item .item-content,
  .com_content.itemid-176 .blog-item .item-content,
  .com_content.itemid-177 .blog-item .item-content,
  .com_content.itemid-178 .blog-item .item-content,
  .com_content.itemid-179 .blog-item .item-content,
  .com_content.itemid-180 .blog-item .item-content,
  .com_content.itemid-181 .blog-item .item-content,
  .com_content.itemid-187 .blog-item .item-content,
  .com_content.itemid-159 .blog-item .item-content,
  .com_content.itemid-161 .blog-item .item-content,
  .com_content.itemid-164 .blog-item .item-content {
    padding: 0;
  }
}

@media screen and (max-width: 925px) {
  .internet-resources ul li {
    max-width: 320px;
  }
}

@media screen and (max-width: 900px) {
  .center-right-col {
    /* flex-direction: column;
    align-items: center; */
    gap: 1.5rem;
  }

  .projects img {
    max-height: 250px;
  }

  .center-right-col .yandex-map {
    flex: 0 0 70%;
  }

  .yandex-map,
  #map113,
  .ymaps-2-1-79-map,
  .ymaps-2-1-79-map.ymaps-2-1-79-i-ua_js_yes.ymaps-2-1-79-map-bg.ymaps-2-1-79-islets_map-lang-ru {
    width: 100% !important;
  }
}

@media screen and (max-width: 800px) {
  .left-col {
    gap: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  * {
    font-size: 1.4rem;
  }

  .mod-interactive-map h1 {
    font-size: 2rem;
  }

  .itemid-162 .com-content-article__body ul li {
    flex: 0 0 48%;
  }

  .table-of-contents ul {
    justify-content: space-between;
  }

  .table-of-contents ul li {
    flex: 0 0 48%;
  }

  .table-of-contents ul li a {
    font-size: 1.6rem;
  }

  /* .predsedatel-photo {
    height: 300px;
  } */

  .breadcrumbs a,
  .breadcrumbs span {
    font-size: 1.2rem;
  }

  .projects img {
    max-height: 200px;
  }

  .news-block span,
  .projects .title,
  .internet-resources h3,
  .partners h3 {
    font-size: 1.6rem;
  }

  .header .top-left-col,
  .header .top-right-col {
    width: 70%;
    flex-direction: column;
    gap: 0;
    padding: 0 1.5rem;
  }

  .header .top-row .interactives,
  .header .top-row .interactives-bottom {
    gap: 3rem;
    justify-content: space-between;
  }

  .social-net {
    padding-top: 1.5rem;
  }

  .socials ul {
    gap: 1.5rem;
    justify-content: center;
  }

  .header .btn-primary {
    width: 100%;
    display: block;
  }

  .bottom-row #mod-menu127 {
    flex-direction: column;
  }

  .interactives {
    justify-content: center;
  }

  .main-slider .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fractionc {
    top: 62%;
    left: 5%;
  }

  .main-slider {
    margin-top: 0;
  }

  .main-slider
    .swiper-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    height: 1.3rem;
    width: 1.3rem;
  }

  .main-slider
    .swiper-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet,
  .swiper-pagination-bullet-active {
    border: 8px solid var(--color-bg);
  }

  .com_content.itemid-187 .blog-item h2,
  .com_content.itemid-159 .blog-item h2 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 700px) {
  .left-col {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }

  .center-right-col {
    flex-direction: column;
  }
}

@media screen and (max-width: 600px) {
  .blog-item h2 a {
    font-size: 1.6rem;
  }

  .blog-item p {
    font-size: 1.2rem;
  }

  .itemid-162 .blog-items .blog-item {
    flex: 0 0 100%;
    padding: 0;
    padding-bottom: 1.5rem;
  }

  .itemid-175 .blog-items,
  .itemid-176 .blog-items,
  .itemid-177 .blog-items,
  .itemid-178 .blog-items,
  .itemid-179 .blog-items,
  .itemid-180 .blog-items,
  .itemid-181 .blog-items,
  .itemid-187 .blog-items,
  .itemid-159 .blog-items,
  .itemid-161 .blog-items,
  .itemid-164 .blog-items {
    flex-direction: column;
  }

  .com_content.itemid-164 .blog-item {
    margin: auto;
  }

  .news-block a,
  .news-block span {
    font-size: 1.6rem;
  }
  .first-article-column {
    padding-bottom: 1.5rem;
  }
  .first-article-column .bottom-row .item-text {
    display: none;
  }

  .first-article-column .bottom-row h4 {
    width: 100%;
  }

  .other-articles-column .mod-articles-item-content {
    flex-direction: column;
    gap: 1.5rem;
  }

  .other-articles-column .left-col,
  .other-articles-column .left-col img {
    max-width: 600px;
    max-height: 300px;
  }

  .other-articles-column .left-col img,
  .first-article-column .top-row img {
    height: 250px;
    width: 100%;
  }

  .other-articles-column ul {
    padding-top: 0;
    gap: 1.5rem;
  }

  .swiper-slide .slider-text {
    font-size: 2rem;
    top: 30%;
  }

  .header .top-row .interactives {
    justify-content: space-between;
    flex-direction: column;
    gap: 1.5rem;
  }

  .header .top-row .interactives-bottom {
    justify-content: center;
  }

  .mod-finder__search.input-group,
  .input-group:not(.has-validation)
    > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
  .mod-finder__search.input-group .awesomplete input {
    width: 100%;
    max-width: 100%;
  }

  .com-finder__search
    .input-group:not(.has-validation)
    > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    width: auto;
  }

  .mod-finder__search.input-group button {
    left: 90%;
  }

  .main-slider .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fractionc {
    left: 4%;
    top: 60%;
  }

  .main-slider
    .swiper-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    height: 1rem;
    width: 1rem;
  }

  .main-slider
    .swiper-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet,
  .swiper-pagination-bullet-active {
    border: 6px solid var(--color-bg);
  }

  .accessibility-button,
  .gtranslate-buttons {
    padding: 0;
  }

  .header .top-right-col,
  .header .top-left-col {
    padding: 0;
  }

  .other-articles-column .right-col .mod-articles-title {
    max-width: 100%;
    width: 100%;
  }

  .news-block .mod-articles-image {
    width: 100%;
  }

  .projects ul {
    flex-direction: column;
  }

  .projects img {
    height: auto;
    max-height: 350px;
  }
}

@media screen and (max-width: 500px) {
  .mod-finder__search.input-group button {
    left: 87%;
  }

  .itemid-162 .com-content-article__body ul li,
  .table-of-contents ul li {
    flex: 0 1 100%;
  }

  .com_content.itemid-175 .blog-item .item-image,
  .com_content.itemid-176 .blog-item .item-image,
  .com_content.itemid-177 .blog-item .item-image,
  .com_content.itemid-178 .blog-item .item-image,
  .com_content.itemid-179 .blog-item .item-image,
  .com_content.itemid-180 .blog-item .item-image,
  .com_content.itemid-181 .blog-item .item-image,
  .com_content.itemid-187 .blog-item .item-image,
  .com_content.itemid-159 .blog-item .item-image,
  .com_content.itemid-161 .blog-item .item-image,
  .com_content.itemid-164 .blog-item .item-image {
    max-width: 180px;
  }
  .com_content.itemid-175 .blog-item,
  .com_content.itemid-176 .blog-item,
  .com_content.itemid-177 .blog-item,
  .com_content.itemid-178 .blog-item,
  .com_content.itemid-179 .blog-item,
  .com_content.itemid-180 .blog-item,
  .com_content.itemid-181 .blog-item,
  .com_content.itemid-187 .blog-item,
  .com_content.itemid-159 .blog-item,
  .com_content.itemid-161 .blog-item,
  .com_content.itemid-164 .blog-item {
    flex-wrap: wrap;
  }

  .com-content-category-blog p {
    margin: 0;
  }

  .com-content-category .reg-predsedatel {
    flex-wrap: wrap;
  }

  .com-content-category .reg-predsedatel .reg-image {
    margin: auto;
  }

  .com_content.itemid-187 .blog-item figure,
  .com_content.itemid-159 .blog-item figure {
    max-width: auto;
    width: auto;
    height: auto;
    flex-basis: auto;
    flex-grow: 0;
  }

  .com_content.itemid-187 .blog-item img,
  .com_content.itemid-159 .blog-item img {
    height: auto;
  }
}

@media screen and (max-width: 450px) {
  .header .top-left-col,
  .header .top-right-col {
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 425px) {
  .com_content.itemid-175 .blog-item,
  .com_content.itemid-176 .blog-item,
  .com_content.itemid-177 .blog-item,
  .com_content.itemid-178 .blog-item,
  .com_content.itemid-179 .blog-item,
  .com_content.itemid-180 .blog-item,
  .com_content.itemid-181 .blog-item,
  .com_content.itemid-187 .blog-item,
  .com_content.itemid-161 .blog-item,
  .com_content.itemid-159 .blog-item,
  .itemid-164 h3 {
    font-size: 1.6rem;
  }

  .table-of-contents ul li {
    flex: 0 1 100%;
  }

  .table-of-contents ul li a {
    font-size: 1.6rem;
  }

  .site .com-content-article__body h3 {
    font-size: 1.8rem;
  }

  .copyright {
    flex-direction: column-reverse;
    padding: 1.5rem;
  }

  .header .top-row .interactives {
    justify-content: space-between;
    flex-direction: column;
    gap: 1.5rem;
  }

  .search-bar {
    padding-top: 1.5rem;
    justify-content: center;
    display: flex;
  }

  .mod-finder__search.input-group,
  .input-group:not(.has-validation)
    > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
  .mod-finder__search.input-group .awesomplete input,
  .search-bar search {
    width: 100%;
    max-width: 100%;
  }

  .mod-finder__search .btn {
    left: 25rem;
  }

  .other-articles-column .left-col img,
  .first-article-column .top-row img {
    height: 200px;
    width: 100%;
  }

  .swiper-slide .slider-text {
    font-size: 1.4rem;
    padding-right: 1.5rem;
  }

  .main-slider .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fractionc {
    left: 2%;
  }

  .projects img {
    height: 250px;
  }

  .projects ul {
    flex-direction: column;
  }

  .header-contacts {
    padding-top: 1.5rem;
  }
}

/*ТЕСТОВАЯ ВЕРСИЯ ВАРН*/
@media screen and (max-width: 769px) {
  .header-wrapper:before {
    left: 9%;
    font-size: 1.2rem;
  }

  .header-logo {
    padding-top: 5rem;
  }
}

/*=====================*/
