/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/* === Общие стили === */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

ul {
    padding-left: 20px;
}

body {
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    color: #333;
    background-color: #fff;
    line-height: 1.5;
}

main>* {
    overflow: hidden;
}

/* === Контейнер === */
.container {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 20px;
}

/* === Заголовки === */
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    color: #202020;
    margin-bottom: 20px;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.5rem;
}

/* === Параграфы и текст === */
p {
    margin-bottom: 16px;
}

a {
    text-decoration: none;
}

/* === Кнопки === */
.button {
    display: inline-block;
    background-color: #cc0000;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.button:hover {
    background-color: #a50000;
}

/* === Секции === */
section {
    padding: 60px 0;
}

.section-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
}

/* === Изображения === */
img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* === Навигация === */
.navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

.navbar a {
    color: #333;
    text-decoration: none;
    margin-left: 20px;
    font-weight: 500;
}

.navbar a:hover {
    color: #cc0000;
}

/* Стандартный хедер */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
}

/* Когда хедер виден */
.header.visible {
  transform: translateY(0);
}




.header-lvl1-sod {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-top: 23px;
    margin-bottom: 23px;
}

.header-lvl1-sod>a>img {
    max-height: 30px;
    width: auto;
    margin-top: auto;
    margin-bottom: auto;
}

.header-lvl1-sod>nav {
    margin-top: auto;
    margin-left: auto;
    margin-bottom: auto;
}

.header-lvl1-sod>nav>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 32px;
    list-style-type: none;
    padding-left: 0px;
}

.header-lvl1-sod>nav>ul>li>a {
    font-size: 20px;
    color: #000000;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.header-lvl1-sod>nav>ul>li>a:hover {
    text-decoration: underline;
    text-decoration-color: #B32320;
    text-underline-offset: 4px;
    /* для отступа подчёркивания от текста */
    color: inherit;
    /* ← сохраняем текущий цвет текста */
}


.header-lvl1-sod>a {
    margin-top: auto;
    margin-bottom: auto;
}

.home-slider-block {
    max-width: 1200px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0.5)));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.5));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.5));
    border: 2px solid #E6E6E6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 24px 50px;
}

.home-slider {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 340px;
    padding-bottom: 150px;
    margin-bottom: 120px;
}

.home-slider-block>h1 {
    color: #B32320;
    font-size: 70px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 24px;
}

.home-slider-block>p {
    color: #000000;
    font-size: 25px;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 0px;
}

.home-block1-sod {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}

.home-block1-sod-left {
    width: calc(60% - (20px * 1 / 2));
}

.home-block1-sod-right {
    width: calc(40% - (20px * 1 / 2));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.home-block1-sod-right>img {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
}

.home-block1-sod-left>p {
    font-size: 28px;
    font-weight: 500;
    line-height: 100%;
}

.home-block1 {
    margin-bottom: 120px;
}

.home-block2-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 120px;
}

.home-block2-content-left {
    width: calc(55% - (120px * 1 / 2));
}

.home-block2-content-right {
    width: calc(45% - (120px * 1 / 2));
}

.home-block2-content-right>img {
    width: 100%;
}

.home-block2-content-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
}

.home-block2-content-left-left>span {
    font-size: 49px;
    font-weight: 500;
    margin-bottom: 0px;
    line-height: 100%;
    background-color: #B32320;
    color: white;
    padding: 16.4px 31px;
    border-radius: 100%;
    display: inline-block;
}

.home-block2-content-left-right>h2 {
    font-size: 40px;
    line-height: 100%;
    font-weight: 700;
    margin-bottom: 16px;
}

.home-block2-content-left-right>p {
    font-size: 28px;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 32px;
}

.home-block2-content-left-right>ul>li {
    color: #646464;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 100%;
    font-weight: 300;
}

.home-block2 {
    margin-bottom: 120px;
}

.hom-block2 {
    background-color: #E6E6E6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 120px;
    margin-bottom: 120px;
}

.hom-block2>.hom-block2-left {
    width: calc(54% - (120px * 1 / 2));
}

.hom-block2>.hom-block2-right {
    width: calc(46% - (120px * 1 / 2));
}

.hom-block2-right {
    padding-top: 64px;
    padding-bottom: 64px;
}

.hom-block2-right-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px;
}

.hom-block2-right-block>span {
    font-size: 49px;
    font-weight: 500;
    margin-bottom: 0px;
    line-height: 100%;
    background-color: #B32320;
    color: white;
    padding: 16.4px 27.1px;
    border-radius: 100%;
    display: inline-block;
}

.hom-block2-right-block>h2 {
    margin-top: auto;
    margin-bottom: auto;
    font-weight: 500;
    font-size: 28px;
    line-height: 100%;
    margin-left: 39px;
}

.hom-block2-right>p, .hom-block2-right>ul, .hom-block2-right>ul>li {
    color: #646464;
    font-size: 20px;
    line-height: 100%;
    font-weight: 300;
    margin-bottom: 20px;
}

.hom-block2-right>* {
    max-width: 600px;
}

.hom-block2-left>img {
    width: 100%;
}

.home-block3-sod {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 120px;
}

.home-block3-sod-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    width: calc(55% - (120px * 1 / 2));
}

.home-block3-sod-right {
    width: calc(45% - (120px * 1 / 2));
}

.home-block3 {
    margin-bottom: 120px;
}

.home-block3-sod-left>div>span {
    font-size: 49px;
    font-weight: 500;
    margin-bottom: 0px;
    line-height: 100%;
    background-color: #B32320;
    color: white;
    padding: 16.4px 27.2px;
    border-radius: 100%;
    display: inline-block;
}

.home-block3-sod-left>div>h2 {
    font-weight: 500;
    font-size: 28px;
    line-height: 100%;
    margin-bottom: 32px;
}

.home-block3-sod-left>div>ul>li {
    color: #646464;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 100%;
    font-weight: 300;
}

.home-block4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 120px;
    background-color: #E6E6E6;
    margin-bottom: 120px;
}

.home-block4-left {
    width: calc(54% - (120px * 1 / 2));
    padding-top: 64px;
    padding-bottom: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.home-block4-right {
    width: calc(46% - (120px * 1 / 2));
}

.home-block4-right>img {
    width: 100%;
    height: auto;
}

.home-block4-left-content {
    margin-left: auto;
    max-width: 737px;
    width: 100%;
}

.home-block4-left-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
}

.home-block4-left-content-left>img {
    width: 81px;
    height: auto;
    margin-top: 25px;
}

.home-block4-left-content-right {
    width: calc(100% - 81px - 40px);
}

.home-block4-left-content-left {
    width: 81px;
}

.home-block4-left-content-right>h2 {
    color: #B32320;
    font-size: 70px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 32px;
}

.home-block4-left-content-right>h3 {
    color: black;
    font-size: 40px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 32px;
}

.home-block4-left-content-right>p {
    color: #646464;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 100%;
    font-weight: 300;
}

.button-ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 30px 10px 13px;
    background-color: #797979;
    border-radius: 47px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.button-ico:hover {
    background-color: #B32320;
}

.button-ico>img {
    height: 57px;
    width: auto;
}

.button-ico>span {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 13px;
    color: white;
    font-size: 25px;
    font-weight: 500;
    line-height: 100%;
}

.home-block4-left-content-right>a {
    margin-top: 38px;
}

.button-ico img {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.home-block5-contnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 120px;
}

.home-block5-contnt-left {
    width: calc(40% - (120px * 1 / 2));
}

.home-block5-contnt-right {
    width: calc(60% - (120px * 1 / 2));
}

.home-block5-contnt-left>img {
    width: 100%;
}

.home-block5 {
    margin-bottom: 120px;
}

.home-block5-contnt-right>p {
    color: #646464;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 100%;
    font-weight: 300;
}

.home-block5-contnt-right>h2 {
    margin-bottom: 32px;
    font-size: 40px;
    line-height: 100%;
    font-weight: 700;
    color: black;
}

.home-block5-contnt-right>p:last-of-type {
    margin-bottom: 48px;
}

.classic-button {
    color: white;
    background: #797979;
    padding: 24px 30px;
    border-radius: 47px;
    display: inline-block;
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.classic-button:hover {
    background: #B32320;
}

.home-block6 {
    background-color: #E6E6E6;
    padding-top: 64px;
    padding-bottom: 64px;
}

.home-block6 h2 {
    color: #B32320;
    font-size: 70px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 48px;
}

.slider-wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.slider-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    will-change: transform;
    position: relative;
    left: 0;
}


.news-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((1440px - 120px) / 3);
    flex: 0 0 calc((1440px - 120px) / 3);
    max-width: calc((1440px - 120px) / 3);
    border-radius: 12px;

}

.slider-spacer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 var(--slider-spacer-width, 0px);
    flex: 0 0 var(--slider-spacer-width, 0px);
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.news-card-img {
    width: 100%;
    height: 300px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 25px;
    border-radius: 16px;
}

.news-card-time {
    color: #646464;
    font-size: 20px;
    font-weight: 300;
    line-height: 100%;
    margin-bottom: 12px;
}

.news-card-title {
    color: #000000;
    font-size: 25px;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 16px;
}

.news-card-opis {
    color: #646464;
    font-size: 20px;
    line-height: 100%;
    font-weight: 300;
    margin-bottom: 0px;
}

.slider-wrapper {
    margin-bottom: 48px;
}

.slider-buttons>button {
    background: #fff0;
    border: 0px;
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}

.slider-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
}

.slider-buttons img {
    height: 80px;
    width: auto;
}

.container.slider-buttons-full-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 160px;
}

.slider-buttons-rovn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.slider-buttons-rovn>a {
    margin-top: auto;
    margin-bottom: auto;
}

.home-block6 {
    margin-bottom: 120px;
}

.home-block7 {
    margin-bottom: 120px;
}

.home-block7 h2 {
    color: #B32320;
    font-size: 70px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 64px;
}

.home-photo-galeri-wrapper {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 0;
    overflow: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.home-photo-galeri-stage {
    position: relative;
    width: 100%;
    height: 700px;
}

.home-photo-galeri-slide {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0.3;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    z-index: 1;
    pointer-events: none;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    -ms-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
}

.home-photo-galeri-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

/* Центр — 640px высота */
.home-photo-galeri-slide.center {
    width: 48vw;
    height: 640px;
    z-index: 5;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    pointer-events: auto;
}

/* Ближние — 480px высота */
.home-photo-galeri-slide.left1 {
    width: 35vw;
    height: 480px;
    z-index: 4;
    opacity: 0.8;
    -webkit-transform: translate(-120%, -50%) scale(1);
    -ms-transform: translate(-120%, -50%) scale(1);
    transform: translate(-120%, -50%) scale(1);
}

.home-photo-galeri-slide.right1 {
    width: 35vw;
    height: 480px;
    z-index: 4;
    opacity: 0.8;
    -webkit-transform: translate(20%, -50%) scale(1);
    -ms-transform: translate(20%, -50%) scale(1);
    transform: translate(20%, -50%) scale(1);
}

/* Дальние — 320px высота */
.home-photo-galeri-slide.left2 {
    width: 25vw;
    height: 320px;
    z-index: 3;
    opacity: 0.5;
    -webkit-transform: translate(-200%, -50%) scale(1);
    -ms-transform: translate(-200%, -50%) scale(1);
    transform: translate(-200%, -50%) scale(1);
}

.home-photo-galeri-slide.right2 {
    width: 25vw;
    height: 320px;
    z-index: 3;
    opacity: 0.5;
    -webkit-transform: translate(100%, -50%) scale(1);
    -ms-transform: translate(100%, -50%) scale(1);
    transform: translate(100%, -50%) scale(1);
}


/* Стрелки */
.home-photo-galeri-arrow {
    background: #d32f2f;
    color: white;
    border: none;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    font-size: 22px;
    cursor: pointer;
    z-index: 10;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.home-photo-galeri {
    position: relative;
}

.home-photo-galeri-knopki {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 999;
}

.home-photo-galeri-knopki>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.home-photo-galeri-arrow.right {
    margin-left: auto;
}

.home-block8 {
    background-color: #E6E6E6;
    padding-top: 64px;
    padding-bottom: 64px;
    margin-bottom: 120px;
}

.home-block8 h2, .home-block9 h2 {
    color: #B32320;
    font-size: 70px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 64px;
}

.home-block8-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}

.home-block8-content-block {
    height: 130px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: calc(100% / 5 - (20px * 4 / 5));
    margin: auto;
}

.home-block9 {
    margin-bottom: 120px;
}

.home-block9-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 120px;
}

footer {
    background-color: #474747;
    padding-top: 64px;
    padding-bottom: 64px;
}

footer>div>img {
    margin-bottom: 64px;
}

.footer-nav>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 50px;
    list-style-type: none;
    padding-left: 0px;
}

.footer-nav>ul>li>a {
    color: white;
    font-size: 20px;
    line-height: 100%;
    font-weight: 400;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    margin: 18px 0;
}

.footer-nav>ul>li>a:hover {
    color: white;
    text-decoration: underline;
    text-decoration-color: #B32320;
    text-underline-offset: 4px;
}

.footer-nav {
    margin-bottom: 16px;
}

.footer-lvl2-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 50px;
}

.footer-lvl2-left>* {
    margin-bottom: 0px;
    color: white;
    font-size: 15px;
    line-height: 100%;
    font-weight: 500;
    margin-top: auto;
    margin-bottom: auto;
}

.footer-lvl2-left>a {
    color: white;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.footer-lvl2-left>a:hover {
    color: #B32320;
}

.footer-lvl2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-lvl2>div {
    width: calc(100% / 2 - (20px * 1 / 2));
}

.footer-lvl2-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-lvl2-right>img {
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
}

.home-block3-sod-right>img {
    width: 100%;
}

.page-classic-element {
    margin-top: 120px;
    margin-bottom: 120px;
}

.page-classic-element h1 {
    color: #B32320;
    font-size: 70px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 8px;
}

.breadcrumb {
    list-style-type: none;
    padding: 0px;
}

.breadcrumb a {
    color: #646464;
    font-size: 20px;
    line-height: 100%;
    font-weight: 300;
}

.breadcrumb_last {
    color: #B32320;
    font-size: 20px;
    line-height: 100%;
    font-weight: 300;
}

.breadcrumb {
    margin-bottom: 48px;
}

.container2 {
    max-width: 1000px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}

.container3 {
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}

.container2 * {
    color: #646464;
    margin-bottom: 30px;
    font-size: 20px;
}

.container2 h2 {
    font-size: 40px;
}

.container2 h3, .container2 h4, .container2 h5, .container2 h6 {
    font-size: 28px;
    font-weight: 300;
}

.oh404 {
    margin-bottom: 48px;
}

.news-img {
    width: 100%;
}

.date-news {
    color: #B32320;
}

.all-news-element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 120px;
}

.all-news-element-left-img {
    width: 100%;
    height: 240px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 16px;
}

.all-news-element-left {
    width: calc(40% - (120px * 1 / 2));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.all-news-element-left>div {
    margin-top: auto;
    margin-bottom: auto;
}

.all-news-element-right {
    width: calc(60% - (120px * 1 / 2));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.all-news-element-right>div {
    margin-top: auto;
    margin-bottom: auto;
}

.all-news-element-right>div>span {
    color: #646464;
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 100%;
    font-weight: 300;
}

.all-news-element-right>div>h2 {
    color: #000000;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 12px;
}

.all-news-element-right>div>p {
    color: #646464;
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 300;
    line-height: 100%;
}

.all-news-element {
    margin-bottom: 64px;
}

.all-news-element-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.all-news-element-button>a {
    margin: auto;
}

header {
    border-bottom: 2px solid #797979;
}

.breadcrumb a:hover {
    color: #B32320;
}

.content-block-page * {
    font-weight: 300;
}

.content-block-page.page-shablon h2 {
    font-weight: 500;
}

/* === Медиа-запросы (адаптивность) === */

@media (max-width: 1115px) {
    .header-lvl1-sod>nav>ul>li>a {
        font-size: 16px;
    }

    .header-lvl1-sod>a>img {
        max-height: 26px;
    }
}

@media (max-width: 1000px) {
    .home-photo-galeri-slide.center {
        height: 480px;
    }

    .home-photo-galeri-slide.left1, .home-photo-galeri-slide.right1 {
        height: 416px;
    }

    .home-photo-galeri-stage {
        height: 480px;
    }

    .home-block9-content {
        gap: 25px;
    }

    .footer-lvl2-left {
        gap: 20px;
    }

    .home-block4-left-content-right>h2, .home-block6 h2, .home-block7 h2, .home-block8 h2, .home-block9 h2 {
        font-size: 55px;
    }

    .home-block4-left {
        padding-left: 20px;
    }

    .hom-block2>.hom-block2-right {
        padding-right: 20px;
    }

    .home-photo-galeri-slide.center {
        height: 325px;
    }

    .home-photo-galeri-slide.left1, .home-photo-galeri-slide.right1 {
        height: 253px;
    }

    .home-photo-galeri-slide.left2, .home-photo-galeri-slide.right2 {
        height: 188px;
    }

    .home-photo-galeri-stage {
        height: 325px;
    }

    .home-photo-galeri-knopki {
        display: none;
    }

    .home-slider {
        padding: 185px 0 20px 0;
    }
}

@media (max-width: 950px) {
    .header-lvl1-sod>nav>ul>li>a {
        font-size: 14px;
    }

    .header-lvl1-sod>a>img {
        max-height: 20px;
    }
}

@media (max-width: 900px) {
    .home-block1-sod-left {
        width: 100%;
    }

    .home-block1-sod-right {
        width: 100%;
    }

    .home-block1-sod-right>img {
        margin-left: 0px;
    }

    .home-block2-content-left {
        width: 100%;

    }

    .home-block2-content {
        gap: 32px;
    }

    .home-block2-content-right {
        width: 100%;
    }

    .hom-block2>.hom-block2-left {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .hom-block2>.hom-block2-right {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .hom-block2>.hom-block2-right {
        padding-left: 20px;
    }

    .hom-block2-right>* {
        max-width: 100%;
    }

    .home-block3-sod-left {
        width: 100%;
    }

    .home-block3-sod-right {
        width: 100%;
    }

    .home-block4-left {
        width: 100%;
        padding-right: 20px;
    }

    .home-block4-left-content {
        margin-left: 0px;
    }

    .home-block4-left-content {
        max-width: 100%;
    }

    .home-block4-right {
        width: 100%;
    }

    .home-block4, .hom-block2, .home-block3-sod {
        gap: 32px;
    }

    .hom-block2>.hom-block2-right, .home-block4-left {
        padding-bottom: 0px;
    }

    .home-slider, .home-block1, .home-block2, .home-block3, .home-block4, .home-block5, .home-block6, .home-block7, .home-block8, .home-block9 {
        margin-bottom: 80px;
    }

    .home-block5-contnt-left {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .home-block5-contnt-right {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .home-block5-contnt {
        gap: 32px;
    }

    .home-block5-contnt-right>div:first-of-type {
        margin-bottom: 32px !important;
    }

    .slider-buttons {
        display: none;
    }
}

@media (max-width: 835px) {
    .header-lvl1-sod>nav>ul>li>a {
        font-size: 14px;
    }

    .header-lvl1-sod>a>img {
        max-height: 18px;
    }

    .header-lvl1-sod>nav>ul {
        gap: 10px;
    }

    .page-classic-element h1 {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .container2 * {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .container2 h2 {
        font-size: 24px;
    }

    .container2 h3, .container2 h4, .container2 h5, .container2 h6 {
        font-size: 20px;
    }

    .all-news-element-left {
        width: 100%;
    }

    .all-news-element-right {
        width: 100%;
    }

    .all-news-element {
        gap: 12px;
    }

    .all-news-element-right>div>span {
        font-size: 16px;
    }

    .all-news-element-right>div>h2 {
        font-size: 18px;
    }

    .all-news-element-right>div>p {
        font-size: 16px;
    }

    .all-news-element {
        margin-bottom: 48px;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    .container {
        padding: 0 15px;
    }

    .navbar {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .navbar a {
        margin: 10px 0;
    }
}

@media (max-width: 705px) {
    .header-lvl1-sod>nav {
        display: none;
    }
}

@media (max-width: 620px) {
    .home-slider-block {
        padding: 20px;
    }

    .home-slider-block>h1 {
        font-size: 36px;
        margin-bottom: 16px;
    }

    .home-slider-block>p {
        font-size: 18px;
    }

    .home-block1-sod-left>p {
        font-size: 20px;
    }

    .home-block1-sod {
        gap: 48px;
    }

    .home-block1-sod-right>img {
        height: 62px;
    }

    .home-block2-content-left {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 12px;
    }

    .home-block2-content-left-left>span {
        font-size: 20px;
        padding: 10.4px 16px;
    }

    .home-block2-content-left-right>h2 {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .home-block2-content-left-right>p {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .home-block2-content-left-right>ul>li, .hom-block2-right>p, .hom-block2-right>ul, .hom-block2-right>ul>li, .home-block3-sod-left>div>ul>li, .home-block4-left-content-right>p, .home-block5-contnt-right>p {
        font-size: 16px;
        line-height: 18px;
    }

    .hom-block2-right-block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .hom-block2-right-block>h2, .home-block3-sod-left>div>h2 {
        width: 100%;
        margin-left: 0px;
        font-size: 20px;
    }

    .hom-block2-right-block>span {
        margin-bottom: 12px;
        font-size: 20px;
        padding: 10.4px 15.1px;
    }

    .hom-block2-right-block {
        margin-bottom: 16px;
    }

    .hom-block2-right>p, .hom-block2-right>ul, .hom-block2-right>ul>li {
        margin-bottom: 10px;
    }

    .home-block3-sod-left {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .home-block3-sod-left>div>span {
        font-size: 20px;
        padding: 10.4px 15.2px;
    }

    .home-block3-sod-left {
        gap: 12px;
    }

    .home-block3-sod-left>div>h2 {
        margin-bottom: 16px;
    }

    .home-block4-left-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 16px;
    }

    .home-block4-left-content-left, .home-block4-left-content-right {
        width: 100%;
    }

    .home-block4-left-content-left>img {
        margin-top: 0px;
        height: 29px;
        width: auto;
    }

    .home-block4-left-content-right>h2 {
        font-size: 36px;
        margin-bottom: 16px;
    }

    .home-block4-left-content-right>h3 {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .button-ico>span {
        font-size: 18px;
    }

    .button-ico>img {
        height: 42px;
    }

    .home-block5-contnt-right>h2 {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .home-block5-contnt-right>p:last-of-type {
        margin-bottom: 32px;
    }

    .classic-button {
        padding: 22px 20px;
    }

    .home-photo-galeri-slide.center {
        width: 80vw;
    }

    .home-photo-galeri-slide.left1, .home-photo-galeri-slide.right1 {
        width: 38vw;
    }

    .home-block8-content-block {
        width: calc(100% / 3 - (20px * 2 / 3));
    }

    .footer-nav {
        display: none;
    }

    .footer-lvl2>div {
        width: 100%;
    }

    .footer-lvl2-left {
        gap: 32px;
    }

    .footer-lvl2-right>img {
        margin-left: 0px;
    }

    .footer-lvl2 {
        gap: 48px;
    }

    footer {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .news-card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((1440px - 60px) / 4.7);
        flex: 0 0 calc((1440px - 60px) / 4.7);
        max-width: calc((1440px - 60px) / 4.7);
    }

    .slider-track {
        gap: 30px;
    }

    main>div {
        overflow: hidden;
    }

    .news-card-img {
        margin-bottom: 12px;
    }

    .news-card-time {
        font-size: 16px;
    }

    .news-card-title {
        font-size: 18px;
        margin-bottom: 12px;
    }
}