html {
    scroll-behavior: smooth;
}
header {
    background-color: #ffffff;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.7);
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100px;
    z-index: 10;
}
@media (max-width: 600px) {
    header {
        height: 70px;
    }
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    top: -10%;
    position: relative;
}
@media (max-width: 600px) {
    .carousel-control-next-icon, .carousel-control-prev-icon {
        top: -20%;
    }
}
.anchor {
    position: relative;
    top: -130px;
}
.logo_top {
    height: 100px;
    width: auto;
}
@media (max-width: 600px) {
    .logo_top {
        height: auto;
        max-height: 70px;
        width: auto;
        max-width: 100%;
        margin: 0 auto;
    }
}
.menu_top__link {
    color: rgb(4, 81, 132);
    width: 131px;
    text-decoration: none;
    display: inline-block;
}
@media (max-width: 991px) {
    .menu_top {
        display: none;
    }
}
.menu_top__link:hover, .menu_top__link.active {
    color: rgb(53, 136, 204);
}
h2 {
    position: relative;
    height: 51px;
    color: rgb(160, 160, 159);
    z-index: 10;
    font-family: 'DIN Next', Arial;
    font-size: 50px;
    font-weight: 200;
    text-align: center;
    margin: 1em 0 0.5em;
}
h2 span {
    display: inline-block;
    background-color: #ffffff;
    padding: 0 1em;
}
h2::before {
    content: ' ';
    position: absolute;
    width: 100vw;
    height: 2px;
    top: 30px;
    left: 0;
    background-color: rgb(160, 160, 159);
    z-index: -1;
}
@media (max-width: 600px) {
    h2 {
        font-size: 34px;
    }
    h2::before {
        top: 20px;
    }
}
h5 {
    font-family: 'DIN Next', Arial;
    font-size: 35px;
    font-weight: 200;
    text-align: center;
    color: rgb(47, 47, 47);
    margin: 24px 0 6px;
}
.btn {
    background-color: rgb(61, 155, 233);
    color: #ffffff;
    width: 200px;
    height: 36px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    border-radius: 18px;
    margin: 0 auto;
    text-decoration: none;
    cursor: pointer;
}
.btn:hover {
    background-color: rgb(43, 104, 156);
    color: #ffffff;
}
.block_0 {
    height: 100px;
}
@media (max-width: 600px) {
    .block_0 {
        height: 70px;
    }
}
.block_1 {
    z-index: 1;
    position: relative;
    height: 835px;
    padding: 25px 10%;
    background-image: url("/images/fon_1.jpg");
    background-size: cover;
    text-shadow: rgb(255 255 255 / 60%) 1px 1px 1px, rgb(0 0 0 / 60%) -1px -1px 1px;
}
.block_1_title {
    font-family: 'DIN Next', Arial;
    font-size: 40px;
    font-weight: 200;
    color: #ffffff;
    text-align: center;
    margin: 0 5em;
}
.block_1_text {
    margin-top: 5em;
    color: #ffffff;
    margin-left: 60%;
    text-align: right;
    font-size: 24px;
}
@media (max-width: 600px) {
    .block_1 {
        height: auto;
        padding: 30px 10px;
    }
    .block_1_title {
        font-size: 30px;
        margin: 0 0.5em;
    }
    .block_1_text {
        font-size: 24px;
        margin: 3em 0.5em 0;
    }
}
.block_2 {
    z-index: 1;
    position: relative;
}
.block_2_text {
    font-size: 21px;
    color: rgb(96, 94, 94);
    text-align: center;
    padding-bottom: 200px;
}
@media (max-width: 600px) {
    .block_2_text {
        padding-bottom: 1em;
    }
}
.block_3 {
    z-index: 1;
    position: relative;
    padding-bottom: 200px;
}
.carousel-item__text {
    text-align: center;
}
.carousel-item__text p {
    font-family: 'DIN Next', Arial;
    font-size: 23px;
    font-weight: 200;
    text-align: center;
    color: rgb(47, 47, 47);
    margin: 24px 0 6px;
}
.block_4 {
    z-index: 1;
    position: relative;
    font-family: 'DIN Next', Arial;
    font-size: 22px;
}
.block_4_text {
    padding-bottom: 200px;
}
@media (max-width: 600px) {
    .block_4_text {
        padding-bottom: 1em;
    }
}
footer {
    color: rgb(160, 160, 160);
    font-size: 14px;
    padding: 0.5em;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}