@font-face {
    font-family: 'Oswald', sans-serif;
}

@font-face {
    font-family: 'Oswald';
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    font-family: Oswald;
    line-height: 1.2;
}

.main_text_ol_decimal > li {
    list-style: decimal;
}

h3.content__main_title { 
font-family: Oswald; 
font-size: 25px; 
}

/* Данный класс создается автоматически сервисом => задаем ему стили, чтобы он не сбивал уже настроенные стили */
.html_block {
    width: 100%;
    height: 100%;
}

body {
    background: url(sm.aspx?guid=103453);
    background-size: contain;
    overflow-x: hidden;
}


/* slider styles start */


.slider {
    position: relative;
}

.slider__container {
    overflow: hidden;
}

.slider__wrapper { 
    
    /* overflow: hidden; */
    /* МОЙ КАСТЫЛЬ */
    width:2500px; 
    
}

.slider__items {
    display: flex;    
    transition: transform 0.5s ease;
    
}

.slider_disable-transition {
    transition: none;
}

.slider__item {
    flex: 0 0 100%;
    max-width: 100%;
    user-select: none;
    
}

.slider__item2 {
    flex: 0 0 100%;
    max-width: 100%;
    user-select: none;
}

/* кнопки влево и вправо */

.slider__control {
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 50px;
    color: #fff;
    text-align: center;
    background: rgb(0 0 0 / 20%);
    transform: translateY(-50%);
}

.slider__control_hide {
    display: none;
}

.slider__control[data-slide="prev"] {
    left: 0;
}

.slider__control[data-slide="next"] {
    right: 0;
}

.slider__control:hover,
.slider__control:focus {
    color: #fff;
    text-decoration: none;
    background: rgb(0 0 0 / 30%);
    outline: 0;
}

.slider__control::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

.slider__control[data-slide="prev"]::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.slider__control[data-slide="next"]::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

/* индикаторы */

.slider__indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    margin-top: 0;
    margin-right: 15%;
    margin-bottom: 0;
    margin-left: 15%;
    padding-left: 0;
    list-style: none;
}

.slider__indicators li {
    flex: 0 1 auto;
    box-sizing: content-box;
    width: 30px;
    height: 5px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgb(255 255 255 / 50%);
    background-clip: padding-box;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    cursor: pointer;
}

.slider__indicators li.active {
    background-color: rgb(255 255 255 / 90%);
}

/* slider styles end */








/* header styles start */

.header__top_organisations-list {
    display: flex;
    justify-content: space-between;
}

.header__cookie-policy {
    position: fixed;
    border: 2px solid;
    border-image-source: linear-gradient(#16A085 48%, #2a7365 99%);
    border-image-slice: 1;
    background: #fff;
    bottom: 20px;
    left: 0;
    right: 0;
    z-index: 1000000;
}

.header__cookie-policy_wrapper {
    display: flex;
    margin: 20px 30px;
}

.header__cookie-policy_link {
    text-decoration-line: revert;
    color: #1ABC9C;
    transition: all .3s;
}

.header__cookie-policy_link:hover {
    color: #2a7365;
    transition: all .3s;
}

.header__cookie-policy_strong {
    font-weight: 700;
}

.header__cookie-policy_buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
}

.header__cookie-policy_button {
    padding: 11px 35px;
    color: #333333;
    font-weight: bold;
    text-transform: uppercase;
    max-width: 100%;
    text-align: center;
    border: 2px solid #ddd;
    cursor: pointer;
    background-color: #fff;
    transition: all .3s;
}

.header__cookie-policy_button:hover {
    background-color: #1ABC9C;
    color: #fff;
    transition: all .3s;
}

@media (min-width: 900px) {

    .header__cookie-policy {
        margin: auto 10%;
    }

    .header__cookie-policy_button,
    .header__cookie-policy_text {
        font-size: 20px;
    }

    .header__cookie-policy_wrapper {
        margin: 20px 30px;
    }

    .header__top {
        height: fit-content;
        min-height: 45px;
        background:  linear-gradient(to bottom, #16A085 48%, #2a7365 99%);
    }

    .header__top_wrapper {
        height: 100%;
    }

    .header__top_organisations-img {
        max-width: 175px;
        height: 100px;
        transition: all .3s;
        transform: scale(1);
    }

    .header__top_organisations-img:hover {
        animation: footer__top_img_scaling .5s;
    }

    .header__top_organisations-list {
        margin: 20px 6%;
    }

    .header__top_list {
        display: flex;
        padding: 5px 0;
        height: 100%;
        width: 100%;
        justify-content: space-between;
    }

    .header__top_item {
        display: flex;
        margin: auto;
    }

    .header__top_translation {
        margin: 10px auto 0 auto;
        margin-top: 10px;
        width: fit-content;
    }

    h3.header__top_subtitle {
        color: white;
        font-size: 25px;
        padding-bottom: 10px;
        text-align: center;
    }

    h2.header__top_subtitle {
        text-align: center;
        color: white;
        font-size: 35px;
        padding-bottom: 10px;
        margin-top: -10px;
    }

    h1.header__top_title {
        text-align: center;
        color: white;
        font-size: 55px;
        padding-bottom: 10px;
        margin-top: -10px;
    }

    .header__top_item:last-child > .header__top_link {
        padding: 0 5px;
        font-size: 35px;
    }

    .header__top_text {
        margin-right: 10px;
        padding-top: 12px;
    }

    .header__top_text,
    .header__top_link {
        color: white;
        font-size: 20px;
        transform: scale(1);
        transition: all .5s;
    }

    .header__top_link:hover {
        transform: scale(1.1);
        color: darkgray;
    }

    .header__top_title-list {
        display: flex;
        justify-content: center;
        max-width: 1120px;
        margin: 0 auto;
    }

    .header__mid_img {
        height: 80px;
        width: 80px;
    }

    .header__mid {
        height: 400px;
    }

    .header__mid_link {
        margin: 15px auto 0 15px;
        height: fit-content;
        animation: header__mid_link-animation 5s linear infinite;
        position: fixed;
        left: 1%;
        top: 4%;
       z-index: 1000;
    }

    @keyframes header__mid_link-animation  {

        0% {
            transform: scale(1);
        }
        25% {
            transform: scale(1.2);
        }
        50% {
            transform: scale(1);
        }

        100% {
            transform: scale(1);
        }
    }

    .header__mid_wrapper {
        height: 100%;
    }

    .header__mid_img-wrapper {
        display: flex;
        height: 100%;
        justify-content: center;
        background: url(sm.aspx?guid=103043) center no-repeat;
        box-shadow: 0 0 8px 8px white inset;
        background-size: cover;
        
    }

    .header__menu {
        width: 100%;
    }

    .header__bot {
        background:  linear-gradient(to bottom, #16A085 48%, #2a7365 99%);
    }

    .header__bot_list {
        display: flex;
        max-width: 1100px;
        margin: auto;
        height: 45px;
        justify-content: space-between;
        position: relative;
    }

    .header__bot_item {
        height: 100%;
        width: 17%;
    }

    .header__bot_link,
    .header__bot_link-active {
        text-align: center;
        font-size: 17px;
        height: 100%;
        color: white;
        transition: color .5s linear;
        cursor: pointer;
        position: relative;
    }

    .header__bot_link-active {
        text-decoration: revert;
    }

    .header__bot_item-wrapper {
        width: 100%;
        padding: 10px 0 12px 0;
        display: block;
    }

    .header__bot_item-wrapper.long {
        padding: 0;
    }

    .header__bot_link:hover > .header__bot_item-wrapper {
        background:  linear-gradient(to bottom, #1ABC9C 48%, #2a7365 99%);
    }

    .header__bot_sublist {
        visibility: hidden;
        background: white;
        transition: all .5s;
        width: fit-content;
        position: relative;
        z-index: 0;
        opacity: 0;
    }

    .header__bot_sublist-item.sub-sub-list {
        width: fit-content;
        display: flex;
    }

    .header__bot_sublist.sub-sub-item {
        position: absolute;
        margin-left: 290px;
    }

    .header__bot_sublist.sub-sub-item.end {
        margin-left: -310px;
    }

    .header__bot_sublist-item.sub-sub-list .header__bot_link {
        width: 290px;
    }

    .header__bot_sublist-item.sub-sub-list .header__bot_link .header__bot_item-wrapper {
        padding: unset;
    }

    .header__bot_sublist-item.sub-sub-list .header__bot_link:hover {
        background: #49c9b0;
    }

    .header__bot_sublist.sublist-end {
        float: right;
    }

    .header__bot_link:hover + .header__bot_sublist {
        visibility: visible;
        background:  linear-gradient(to bottom, #1ABC9C 48%, #2a7365 99%);
        z-index: 1;
        opacity: 1;
    }

    .header__bot_sublist-item.sub-sub-list .header__bot_link:hover > .header__bot_item-wrapper {
        background: #49c9b0;
    }

    .header__bot_sublist-item:hover {
        background: #49c9b0;
    }

    .header__bot_sublist:hover,
    .header__bot_sublist.show {
        visibility: visible;
        background:  linear-gradient(to bottom, #1ABC9C 48%, #2a7365 99%);
        z-index: 1;
        opacity: 1;
    }

    .header__bot_sublist-item {
        width: 310px;
        min-height: 30px;
    }

    .header__bot_sublist-item .header__bot_link {
        display: block;
        width: 100%;
        padding-bottom: 10px;
    }

    .header__bot_sublist-item .header__bot_link {
        text-align: left;
        padding-left: 20px;
        padding-top: 7px;
    }

    .header__bot_sublist-item {
        border-bottom: 1px solid white;
    }

    .header__bot_sublist-item:last-child {
        border-bottom: unset;
    }

    .header__bot_item-wrapper > i {
        margin-left: 5px;
        font-size: 13px;
    }

    #header__burger {
        display: none;
    }

    #header__menu_input {
        display: none;
    }
}

@media (max-width: 899px) {

    .header__cookie-policy {
        margin: auto 5%;
    }

    .header__cookie-policy_wrapper {
        display: inline-block;
        text-align: center;
    }

    .header__cookie-policy_button,
    .header__cookie-policy_text {
        font-size: 13px;
    }

    .header__cookie-policy_content {
        margin-bottom: 10px;
    }

    .header__top {
        height: fit-content;
        min-height: 45px;
        background:  linear-gradient(to bottom, #16A085 48%, #2a7365 99%);
    }

    .header__top_wrapper {
        height: 100%;
    }

    .header__top_organisations-img {
        max-width: 19vw;
        height: 12vw;
        transition: all .3s;
        transform: scale(1);
    }

    .header__top_organisations-img:hover {
        animation: footer__top_img_scaling .5s;
    }

    .header__top_organisations-list {
        margin: 25px 6%;
    }

    .header__top_list {
        margin-left: 6%;
        display: flex;
        flex-wrap: wrap;
        padding: 5px 0;
        height: 100%;
        justify-content: space-around;
    }

    .header__top_item {
        display: flex;
        margin: auto;
        flex-wrap: wrap;
    }

    .header__top_translation {
        margin-left: auto;
        margin-right: 6%;
        margin-top: 10px;
    }

    h3.header__top_subtitle {
        color: white;
        font-size: 3vw;
        padding-bottom: 5px;
        text-align: center;
    }

    h2.header__top_subtitle {
        text-align: center;
        color: white;
        font-size: 3.5vw;
    }

    h1.header__top_title {
        text-align: center;
        color: white;
        font-size: 5vw;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: -10px;
    }

    .header__top_item:last-child > .header__top_link {
        padding: 0 5px;
        font-size: 3vw;
    }

    .header__top_text {
        margin-right: 10px;
    }

    .header__top_text,
    .header__top_link {
        color: white;
        font-size: 2vw;
        transform: scale(1);
        transition: all .5s;
        padding-top: 5px;
    }

    .header__top_link:hover {
        transform: scale(1.1);
        color: darkgray;
    }

    .header__top_title-list {
        display: flex;
        justify-content: center;
        margin: 0 auto;
    }

    .header__mid_img {
        height: 10vw;
        width: 10vw;
        padding-right: 15px;
    }

    .header__mid_link {
        height: fit-content;
        margin: 10px auto 0 10px;
        animation: header__mid_link-animation 5s linear infinite;
        position: fixed;
        left: 1%;
        top: 4%;
        z-index: 1000;
    }

    @keyframes header__mid_link-animation  {

        0% {
            transform: scale(1);
        }
        25% {
            transform: scale(1.1);
        }
        50% {
            transform: scale(1);
        }

        100% {
            transform: scale(1);
        }
    }

    .header__top_translation {
        width: 100%;
    }

    #google_translate_element {
        margin: 0 auto;
        width: fit-content;
    }

    #google_translate_element select,
    #google_translate_element div {
        font-size: 2vw;
    }

    .header__mid_wrapper {
        height: 100%;
    }

    .header__mid_img-wrapper {
        display: flex;
        height: 100%;
        justify-content: center;
        background: url(sm.aspx?guid=103043) no-repeat center;
        box-shadow: 0 0 8px 8px white inset;
        background-size: cover;
        
    }

    .header__mid {
        height: 300px;
    }

    .header__bot_list {
        width: 50%;
        transform: translate(-150%);
        display: flex;
        flex-direction: column;
        margin-left: -40px;
        transition: transform 0.5s ease-in-out;
        text-align: center;
        position: absolute;
        z-index: 100;
        background: linear-gradient(to bottom, #16A085 58%, #2a7365 99%);
        opacity: 1;
        padding-left: 40px;
    }

    .header__bot_list .header__bot_link {
        border: 1px solid white;
    }

    .header__bot_item {
        height: 100%;
        width: 100%;
    }

    .header__bot_link,
    .header__bot_link-active {
        text-align: center;
        font-size: 2.5vw;
        height: 100%;
        color: white;
        transition: color .5s linear;
        cursor: pointer;
        position: relative;
        display: block;
    }

    .header__bot_link-active {
        text-decoration: revert;
    }

    .header__bot_sublist {
        visibility: hidden;
        height: 0;
    }

    .header__bot_sublist .header__bot_sublist.show-short,
    .header__bot_sublist.show-short .header__bot_sublist .header__bot_sublist.show-short
    {
        display: none;
    }

    .header__bot_sublist.show-short .header__bot_sublist.show-short,
    .header__bot_sublist.show-short .header__bot_sublist .header__bot_sublist.show-short {
        display: block;
    }

    .sub-sub-item .header__bot_sublist-item {
        background: #1ABC9C;
    }

    .sub-sub-item .header__bot_sublist-item .header__bot_link:hover > .header__bot_item-wrapper,
    .sub-sub-item .header__bot_sublist-item .header__bot_link:hover {
        background: #2fe3bf;
    }

    .header__bot_sublist-item {
        background: #2a7365;
    }

    .header__bot_sublist.show-short {
        visibility: visible;
        height: auto;
    }

    .header__bot_item-wrapper {
        width: 100%;
        padding: 10px 0 10px 0;
        display: block;
    }

    .header__bot_item-wrapper.down > .fa-chevron-right:before {
        content: "\f078";
    }

    .header__bot_item > .header__bot_link:hover > .header__bot_item-wrapper {
        background:  linear-gradient(to bottom, #1ABC9C 48%, #2a7365 99%);
    }

    .header__bot_sublist-item > .header__bot_link {
        display: block;
        padding: 5px;
        min-height: 20px;
    }

    .sub-sub-list > .header__bot_link:hover > .header__bot_item-wrapper,
    .header__bot_sublist-item > .header__bot_link:hover {
        background: #1ABC9C;
    }

    .header__bot_item-wrapper > i {
        margin-left: 5px;
        font-size: 13px;
    }

    .header__burger_wrapper {
        background: linear-gradient(to bottom, #16A085 48%, #2a7365 99%);
        width: 100%;
    }

    #header__burger {
        height: 15px;
        width: 20px;
        top: 17px;
        left: 20px;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 15px 0;
        margin-left: auto;
        margin-right: 4%;
    }

    #header__menu_input {
        position: absolute;
        display: block;
        height: 23px;
        width: 20px;
        right: 0;
        margin-right: 4%;
        margin-top: 12px;
        z-index: 5;
        opacity: 0;
        cursor: pointer;
    }

    #header__menu_input[type="checkbox"]:checked + .header__burger_wrapper > #header__burger #line-1 {
        transform: rotate(45deg);
    }

    #header__menu_input[type="checkbox"]:checked + .header__burger_wrapper > #header__burger #line-2 {
        transform: scaleY(0);
    }

    #header__menu_input[type="checkbox"]:checked + .header__burger_wrapper > #header__burger #line-3 {
        transform: rotate(-45deg);
    }

    #header__menu_input[type="checkbox"]:checked + .header__burger_wrapper + .header__bot_list  {
        transform: translateX(0);
        height: auto;
    }

    .line {
        display: block;
        height: 2px;
        width: 100%;
        border-radius: 10px;
        background: white;
    }

    #line-1 {
        transform-origin: 0% 0%;
        transition: transform 0.4s ease-in-out;
    }

    #line-2 {
        transition: transform 0.2s ease-in-out;
    }

    #line-3 {
        transform-origin: 0% 100%;
        transition: transform 0.4s ease-in-out;
    }
}

/* header styles end */

/* content styles start */



.content {
    background: white;
    margin: 0 6%;
    box-shadow: 5px 10px 10px grey;
}

.content__wrapper {
    padding-top: 15px;
    display: flex;
}

.content__top-side {
    display: flex;
    justify-content: space-between;
}

/* left side content styles start */

.content__left-side_item {
    background: #56a293;
    width: 300px;
    min-height: 45px;
    margin: 10px;
    border: 1px solid white;
    border-radius: 5px;
    box-shadow: 3px 7px 5px grey;
    transition: all .3s;
}

.content__left-side_item:hover {
    background: #16A085;
    border: 1px solid black;
}

.content__left-side_link {
    color: white;
    font-size: 18px;
    display: block;
    width: 300px;
    padding: 10px 0;
    text-align: center;
    min-height: 25px;
}

.content__left-side_news:nth-of-type(1) .content__left-side_news-open-link:after {
    margin-top: 3px;
}

.content__left-side_news-list {
    margin: 10px;
}

.content__left-side_news:first-of-type {
    margin-top: 25px;
}

.content__left-side_news-open-link {
    font-size: 17px;
    display: block;
    text-align: center;
    margin-left: 10px;
    width: 300px;
    padding: 5px 0;
    border: 1px solid white;
    border-radius: 5px;
    box-shadow: 3px 7px 5px grey;
    color: white;
    background: #56a293;
    transition: all .3s;
    cursor: pointer;
    margin-bottom: 10px;
}

.content__left-side_news-open-link:after {
    font-family: "FontAwesome";
    float: right;
    content: "\f054";
    position: relative;
    display: block;
    margin-right: 5px;
    margin-top: 3px;
}

.content__left-side_news-open-link.show:after {
    content: "\f078";
}

.content__left-side_news-open-link:hover {
    background: #16A085;
    border: 1px solid black;
}

.content__left-side_news-item {
    min-height: 90px;
    background: #a2cec4;
    border: 1px solid white;
    box-shadow: 1px 3px 10px grey;
    margin: 10px 0;
    max-width: 290px;
    border-radius: 5px;
    transition: all .3s;
    padding-right: 10px;
}

.content__left-side_news-list {
    max-height: 400px;
    overflow-y: scroll;
}

.content__left-side_news-item:hover {
    background: #16A085;
    border: 1px solid black;
}

.content__left-side_news-item:last-child {
    min-height: 30px;
}

.content__left-side_news-item:last-child .content__left-side_news-text:last-child:after {
    content: '';
}

.content__left-side_news-item:last-child .content__left-side_news-text:last-child {
    padding: 15px 0;
    width: 100%;
    text-align: left;
    padding-left: 5px;
}

.content__left-side_news-item:last-child .content__left-side_news-text:last-child i:last-child {
    float: right;
    padding-top: 3px;
}

.content__left-side_news-wrapper {
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
    height: 0;
}

.content__left-side_news-wrapper.show {
    visibility: visible;
    opacity: 1;
    height: unset;
}

.content__left-side_news-text {
    color: black;
    padding: 5px 0;
    padding-left: 5px;
}

.content__left-side_news-text:first-child {
    text-align: left;
    padding-left: 5px;
}

.content__left-side_news-text:first-child i {
    padding-right: 5px;
}

.content__left-side_news-text:last-child {
    text-align: right;
    padding-right: 5px;
}

.content__left-side_news-text:last-child:after {
    font-family: "FontAwesome";
    float: right;
    content: "\f054";
    font-size: 13px;
    padding-top: 5px;
    padding-left: 5px;
}

.content__left-side_achivements-wrapper {
    transition: all .5s;
    background: #a2cec4;
    visibility: hidden;
    width: 300px;
    margin-left: 10px;
    margin-bottom: 10px;
    opacity: 0;
    height: 0;
    box-shadow: 1px 3px 10px grey;
    border-radius: 5px;
}

.content__left-side_achivements-wrapper.show {
    visibility: visible;
    opacity: 1;
    height: unset;
}

.content__left-side_achivements-wrapper .slider__item {
    height: 0;
}

.content__left-side_achivements-wrapper .slider__item_active {
    height: fit-content;
}

.content__left-side_achivements-wrapper .content__left-side_img {
    width: 250px;
    height: 300px;
    padding-left: 25px;
    padding-top: 10px;
}

.content__left-side_achivements-wrapper .slider {
    min-height: 300px;
    width: 300px;
}

.content__left-side_achivements-wrapper .slider__indicators li {
    background: darkgray;
    border-bottom: unset;
    border-top: unset;
}

.content__left-side_achivements-wrapper .slider__indicators li.active {
    background: #5b5959;
}

.content__left-side_achivements-wrapper .slider__indicators {
    padding-bottom: 10px;
    margin-right: 0;
    margin-left: 10px;
    margin-top: 20px;
    position: relative;
}

.content__left-side_achivements-text {
    padding-left: 25px;
    max-width: 240px;
    text-align: center;
}

@media (max-width: 899px) {

    .content__wrapper {
        display: block;
    }

    .content__left-side_item {
        width: 100%;
        margin: 10px 0;
        min-height: unset;
    }

    .content__left-side_link {
        width: 100%;
        font-size: 3vw;
        min-height: unset;
    }

    .content__left-side_news-open-link {
        width: 100%;
        font-size: 3vw;
        min-height: unset;
        margin-left: 0;
    }

    .content__left-side_achivements-wrapper {
        width: 100%;
        margin-left: 0;
    }

    .content__left-side_achivements-wrapper .content__left-side_img {
        max-width: 25vw;
        max-height: 25vw;
        display: block;
        margin: auto;
        padding-left: 0;
    }

    .content__left-side_achivements-wrapper .slider {
        width: 100%;
        min-height: unset;
    }

    .content__left-side_achivements-text {
        max-width: unset;
        font-size: 3vw;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .content__left-side_achivements-wrapper .slider__indicators li {
        width: 15px;
    }

    .content__left-side_news-open-link::after {
        margin-top: 2px;
    }

    .content__left-side_news-item {
        max-width: 100%;
        min-height: unset;
    }

    .content__left-side_news-link {
        font-size: 3vw;
    }

    .content__main_slide {
        padding-bottom: 50px;
    }

    .content__main_wrapper .slider__item {
        padding-bottom: 0;
    }

    .content__main_slider_subtitle {
        font-size: 5vw;
    }

    .content__main_slider_link {
        font-size: 3vw;
        /*margin: 50px auto 0 auto;*/
        position: relative;
        top: 43%;
        float: right;
        right: 3px;
    }

    .content__main_title {
        font-size: 4vw;
        padding: 0 0 20px 0;
        text-shadow: 2px 5px 5px #a2cec4;
    }

    .content__main_tr {
        font-size: 1.5vw;
    }

    .content__main_td {
        width: unset;
    }

    .content__exh_td_left {
        width: 30%;
    }

    .content__mch_td_left {
        width: 40%;
    }

    .content__left-side_news-text:last-child:after {
       padding-top: 0;
       font-size: 10px;
    }
}

/* left side content styles end */

/* main side content styles start */

.content__main {
    width: 100%;
}

.content__main_gallery-text {
    text-align: center;
    padding-bottom: 4%;
    font-size: 1.2vw;
}

.content__main_wrapper {
    margin: 0 2%;
    padding-top: 10px;
}

.content__main_img {
    width: 100%;
    height: 100%;
}

.content__main_slide {
    width: 100%;
    height: 88%;
    margin: 150px auto 0 auto;
    padding-bottom: 150px;
}

.content__main_slider_subtitle {
    text-align: center;
    color: white;
    font-size: 3vw;
    width: 100%;
    margin-top: auto;
    text-shadow: 2px 5px 5px #16A085;
}

.content__main_slider_link {
    color: #16A085;
    background: white;
    width: fit-content;
    padding: 5px;
    border-radius: 5px;
    display: block;
    box-shadow: 1px 3px 10px grey;
    transition: all .5s;
    transform: scale(1);
}

.content__main_slider_link:hover {
    transform: scale(1.1);
    animation: unset;
    box-shadow: 2px 5px 10px #16A085;
}

@media (min-width: 900px) {

    .content__main_wrapper .slider__item {
        padding-bottom: 150px;
    }

    .content__main_slider_link {
        font-size: 20px;
        position: relative;
        top: 98%;
        float: right;
        right: 6px;
    }
}

.content__main_wrapper .slider__item:nth-of-type(1) {
    background: url(https://sun9-10.userapi.com/impg/qXDYCLVGVDJVvrQZth5vOz0GTtuEJF-xb45rGw/T868qtWnyy8.jpg?size=1856x930&quality=96&sign=dc923999f887bd3761b5cc17e2b6070f&type=album) no-repeat center;
    background-size: cover;
}

.content__main_wrapper .slider__item:nth-of-type(2) {
    background: url(https://sun9-10.userapi.com/impg/qXDYCLVGVDJVvrQZth5vOz0GTtuEJF-xb45rGw/T868qtWnyy8.jpg?size=1856x930&quality=96&sign=dc923999f887bd3761b5cc17e2b6070f&type=album) no-repeat center;
    background-size: cover;
}

.content__main_wrapper .slider__item:nth-of-type(3) {
    background: url(https://sun9-10.userapi.com/impg/qXDYCLVGVDJVvrQZth5vOz0GTtuEJF-xb45rGw/T868qtWnyy8.jpg?size=1856x930&quality=96&sign=dc923999f887bd3761b5cc17e2b6070f&type=album) no-repeat center;
    background-size: cover;
}

.content__main_slide img {
    max-width: 700px;
}

.content__main_info-block {
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
    height: 0;
}

.content__main_info-block.show {
    visibility: visible;
    opacity: 1;
    height: unset;
}

.content__main_info-block_button {
    background:  linear-gradient(to bottom, #16A085 48%, #2a7365 99%);
    border: unset;
    padding: 10px 0;
    border: 1px solid white;
    border-radius: 5px;
    font-size: 20px;
    color: white;
    transition: all .5s;
    width: 100%;
    box-shadow: 1px 3px 10px grey;
    cursor: pointer;
}

.content__main_info-block_button:after {
    font-family: "FontAwesome";
    float: right;
    content: "\f054";
    position: relative;
    display: block;
    margin-top: 6px;
    font-size: 1.1vw;
    margin-right: 5px;
    padding-left: 7px;
}

.content__main_info-block_button:hover {
    background:  linear-gradient(to bottom, #1ABC9C 48%, #2a7365 99%);
}

.content__main_info-block_button.show:after {
    content: "\f078";
    padding-left: 2px;
    margin-top: 5px;
}

.content__main_item {
    width: 49%;
}

.content__main_item_exр {
    width: 90%;
}

.content__main_item.without-list-style {
    list-style: none;
}

.content__main_list {
    padding-top: 23px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.content__main_frame.custom-height iframe {
    height: 700px;
}

/* content gallery styles start */

.content__main_list.gallery-list {
    flex-wrap: wrap;
    justify-content: center;
}

.content__main_list.gallery-list>li {
    list-style: none;
    padding: 0 7px;
    max-width: 200px;
    
    border: 1px solid #1ABC9C;
    box-shadow: 1px 1px 5px #1ABC9C;
    margin: 5px;
    cursor: pointer;
    transform: scale(1);
    transition: all .5s;
}

.content__main_list.gallery-list_2 {
    flex-wrap: wrap;
    justify-content: center;
}

.content__main_list.gallery-list_2>li {
    list-style: none;
    padding: 0 7px;
    max-width: 20%;    
    border: 1px solid #1ABC9C;
    box-shadow: 1px 1px 5px #1ABC9C;
    margin: 5px;
    cursor: pointer;
    transform: scale(1);
    transition: all .5s;
}

.content__main_list.gallery-list_exh {
    flex-wrap: wrap;
    justify-content: center;
}

.content__main_list.gallery-list_exh>li {
    list-style: none;
    padding: 10px;
    max-width: 200px;
    border: 1px solid #1ABC9C;
    box-shadow: 1px 1px 5px #1ABC9C;
    margin: 15px;
    cursor: pointer;
    transform: scale(1);
    transition: all .5s;
}

.content__main_list.gallery-list>li:hover {
    transform: scale(1.1);
}

.content__main_list.gallery-list_2>li:hover {
    transform: scale(1.1);
}

.content__main_list.gallery-list_exh>li:hover {
    transform: scale(1.1);
}

.content__main_img.gallery-img {
    width: 200px;
    height: 250px;
    object-fit: cover;  
}

.content__main_img.gallery-img_2 {
    width: 90%;
    height: 250px;
    object-fit: cover;  
}

.content__main_img.gallery-img_3 {
    width: 200px;
    height: 250px;
    object-fit: fill;  
}

.content__mch_img {
    height:400px; 
    object-fit: contain; 
    display:block; 
    margin-left:auto; 
    margin-right: auto; 
}

#magnify {
    display: none;
    position: fixed;
    max-width: 600px;
    height: auto;
    z-index: 9999;
}

#magnify img {
    width: 100%;
    max-height: 75vh;
    display: block;
    margin: auto;
    max-width: 55vw;
}

#overlay {
    display: none;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 9990;
}

#close-popup {
    width: 2vw;
    height: 2vw;
    background: #FFFFFF;
    border: 1px solid #1ABC9C;
    border-radius: 15px;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
}

#close-popup i {
    width: 2vw;
    height: 2vw;
    background: url(https://codernote.ru/files/cross.png) no-repeat center center;
    background-size: 1vw 1vw;
    display: block;
}

@keyframes rota {
    25% { transform: rotate(360deg); }
}

#close-popup:hover {
    animation: rota 4s infinite normal;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

/* content gallery styles end */

.content__main_link {
    color: #1ABC9C;
    font-size: 20px;
<!--
    width: fit-content;
    display: block;
-->
    padding-bottom: 20px;
    transition: all .5s;
}

.content__main_link:hover {
    color: #2a7365;
}

.content__main_link i {
    margin-right: 5px;
}

.content__main_link2 {
    color: #1ABC9C;
    font-size: 20px;
    padding-bottom: 20px;
    transition: all .5s;
}

.content__main_link2:hover {
    color: #2a7365;
}

.content__main_link2 i {
    margin-right: 5px;
}


.content__main_link_button {
    color: white;
    font-size: 20px;
<!--
    width: fit-content;
    display: block;
-->
    padding-bottom: 20px;
    transition: all .5s;
}

.content__main_link_button:hover {
    color: white;
}

.content__main_link_button i {
    margin-right: 5px;
}

.back_to_top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 44px;
    background: #fff;
    padding: 5px 5px;
    border: 1px solid rgb(180, 195, 179);
    border-radius: 5px;
    cursor: pointer;
    z-index: 1000;
    opacity: .6;
    transition: all .3s;
}

.back_to_top > i {
    color: #16A085;
    display: flex;
}

.back_to_top:hover {
    opacity: .9;
    transition: all .3s;
}

.content__main_info-block_item {
    min-height: 112px;
    background: #a2cec4;
    border: 1px solid white;
    box-shadow: 1px 3px 10px grey;
    margin: 10px 0;
    border-radius: 5px;
    transition: all .3s;
    padding-right: 10px;
}

.content__main_info-block_text {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    color: black;
}

.content__main_info-block_text:last-child {
    display: flex;
}

.content__main_info-block_text > i {
    padding-right: 5px;
    margin-top: 1.5px;
    display: block;
}

.content__main_info-block_list {
    overflow-y: scroll;
    max-height: 665px;
}

.content__main_info-block_img {
    width: 90px;
    height: 90px;
    padding: 5px;
    border: 1px solid white;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    float: left;
}

.content__main_info-block_text:nth-of-type(2) {
    width: fit-content;
    margin-left: auto;
    margin-top: inherit;
}

.content__main_title {
    text-align: center;
    color: #16A085;
}

.content__main_td {
    border: 2px solid #16A085;
    padding: 0;
    text-align: center;
    font-family: Oswald;
<!--
    max-width: 10%;
-->
}

.content__main_td_left {
    border: 2px solid #16A085;
    padding: 0;
    text-align: left;
    font-family: Oswald;
    max-width: 10%;
}

.content__main_tr {
    border: 2px solid #16A085;
}

.content__main_td strong {
    color: #2a7365;
}

.content__main_td a {
    padding: 10px 0;
}

.content__main_text {
    font-size: 20px;
    font-family: Oswald;
    color: #2a7365;
    padding: 5px 0;
    text-indent: 5%;
}

.content__main_td .content__main_text {
    font-size: 1.2vw;
}

.content__main_td .content__main_link {
    font-size: 1.2vw;
}

.content__main_table {
    width: 100%;
}

.content__admin_table {
    padding-left: 5%;
    width: 100%;   
}

.content__main_table_exh {
    width: 100%;
    height:400px;
}

.content__mch_table {
    width: 90%;
}

.content__admin_td {
    margin: 10px;
    
    align: left;
}

.content__main_table + .content__main_text {
    padding-top: 10px;
}

.content__main_subtitle {
    text-align: center;
    text-shadow: 1px 2px 1px #a2cec4;
    color: #16A085;
    padding: 10px 0;
    font-size: 25px;
}

.content__main_request-item {
    border: 1px solid #16A085;
    margin: 5px 0;
    transition: all .5s;
}

.content__main_request-item:hover {
    background-color: #16A085;
}

.content__main_request-link {
    color: #16A085;
    display: block;
    width: 100%;
    font-size: 20px;
    padding: 15px 0;
    margin-left: 5px;
}

.content__main_request-link:hover {
    color: white;
}

.content__main_request-link i {
    padding-right: 5px;
}

.content__main_dropdown-button {
    width: 100%;
    padding: 10px 0;
    margin: 10px 0;
    background: #16A085;
    border: white;
    border-radius: 5px;
    cursor: pointer;
    color: white;
    font-size: 18px;
    display: flex;
    box-shadow: 2px 1px 5px grey;
}

.content__main_dropdown-button p {
    text-align: center;
    width: 100%;
}

.content__main_dropdown-button i {
    margin: 4px 5px auto auto;
}

.content__main_dropdown-button:hover {
    background: linear-gradient(to bottom, #16A085 48%, #2a7365 99%);
}

.content__main_dropdown-wrapper {
    visibility: hidden;
    height: 0;
    opacity: 0;
    display: none;
}

.content__main_dropdown-wrapper > .content__main_dropdown > .content__main_dropdown-button { 
   background: #1ABC9C; 
}

.content__main_dropdown-wrapper > .content__main_dropdown > .content__main_dropdown-button:hover { 
   background: #49c9b0; 
}

.content__main_dropdown-wrapper.show{
    visibility: visible;
    opacity: 1;
    height: unset;
    display: block;
}

.content__main_img {
    max-height: 500px;
    max-width: 500px;
    margin: 10px auto 5px auto;
    display: block;
}

.content__main_img.full-width {
    max-width: unset;
    max-height: unset;
    margin: 0 auto;
}

.content__main_wrapper>ul>li,
.content__main_dropdown-wrapper>ul>li {
    list-style: circle;
    font-family: Oswald;     
    color: #2a7365;
    margin-left:3%;
}

@media (min-width: 900px) {

    .content__main_title {
        font-size: 40px;
        padding: 20px 0 20px 0;
        text-shadow: 2px 5px 5px #a2cec4;
    }

    .content__main_tr {
        font-size: 1.1vw;
    }
}

@media (max-width: 899px) {

    .content__main_wrapper {
        margin: 0 1%;
        
    }

    .content__main_item {
        width: 49%;
    }

    .content__main_item_exр {
    width: 90%;
    }

    .content__main_info-block_button {
        font-size: 2.5vw
    }

    .content__main_info-block_button.show::after {
        font-size: 2vw;
        margin-top: 2px;
    }

    .content__main_info-block_list {
        max-height: 250px;
    }

    .content__main_info-block_text {
        font-size: 2vw;
    }

    .content__main_info-block_img {
        width: 70px;
        height: 70px;
    }

    .content__main_text {
        font-size: 1.8vw;
        padding: 0 0 5px 0;
    }

    .content__main_request-link {
        font-size: 2vw;
    }

    .content__main_subtitle {
        font-size: 3vw;
    }

    .content__main_link {
        font-size: 2vw;
        padding-bottom: 5px;
    }

    .content__main_wrapper {
        padding-bottom: 15px;        
    }

    .content__main_dropdown-button {
        font-size: 2vw;
    }

    .content__main_dropdown-button p {
        margin-right: 5px;
    }

    .content__main_list.gallery-list > li {
        width: fit-content;
    }

    .content__main_list.gallery-list_exh > li {
        width: fit-content;
    }

    .content__main_list.gallery-list_2 > li {
        width: 20%;
    }

    .content__main_img.gallery-img {
        max-width: 24vw;
        height: 15vw;  
    }

    .content__main_img.gallery-img_3 {
        max-width: 24vw;
        height: 60vw;  
    }

    .content__main_img {
        max-height: 30vw;
        max-width: 45vw;
    }

    .content__main iframe {
        width: 35vw;
        height: 35vw;
        margin: 15px auto;
        display: block;
    }

    #contactMap {
        width: 100%;
    }
}

/* main side content styles end */

/* content styles end */

/* footer styles start */

.footer {
    width: 100%;
}

.footer__top_title {
    color: #16A085;
    font-size: 30px;
    text-align: center;
    margin: 20px 0;
}

.footer__top .slider__item {
    max-width: 15%;
}

.footer__top_wrapper {
    margin: auto 20px;
    padding-bottom: 20px;
}

iframe {
    width: 100%;
    height: 400px;
}

.footer__top_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 30%;
    margin: auto;
}

.footer__top_img {
/* МОЙ КАСТЫЛЬ */
/*     width: 134px;     */
    height: 134px;
}

.footer__top_img:hover {
    animation: footer__top_img_scaling .5s;
}

@keyframes footer__top_img_scaling {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.footer__mid,
.footer__top {
    margin: 0 6%;
    padding-top: 30px;
    background: white;
    box-shadow: 5px 10px 10px grey;
}

.footer__mid {
    padding-bottom: 30px;
}

.footer__mid_list {
    display: flex;
    justify-content: space-between;
    margin: auto 1%;
}

.footer__mid_item {
    display: block;
    max-width: 250px;
}

.footer__mid_link,
.footer__mid_title {
    display: block;
    text-align: center;
    width: 100%;
}

.footer__mid_link {
    color: #49c9b0;
    display: flex;
}

.footer__mid_link_text {
    height: fit-content;
    margin-top: 8px;
    margin-left: 5px;
    width: 100%;
}

.footer__mid_img {
    min-width: 50px;
    width: 50px;
    height: 50px;
    min-height: 50px;
    margin: auto 0;
}

.footer__mid_title {
    color: #16A085;
    font-size: 25px;
}

.footer__mid_link-wrapper {
    margin: 10px 0;
}

.footer__mid_link-wrapper:hover > .footer__mid_link {
    color: #16A085;
}

.footer__bot {
    background:  linear-gradient(to bottom, #16A085 48%, #2a7365 99%);
}

.footer__bot_list {
    display: flex;
    justify-content: space-between;
    margin: auto 6%;
    padding: 5px 0;
}

.footer__bot_text {
    color: white;
    padding: 3px 0;
}

.footer__bot_text > i {
    padding-right: 5px;
}

.footer__bot_link > span {
    font-size: 18px;
    font-weight: bold;
    padding: 0 3px;
}

.fa-vk, .fa-telegram {
    color: #0561ad;
}

.fa-vk:hover, .fa-telegram:hover, .fa-instagram:hover, .fa-youtube-play:hover {
    color: white;
}

.fa-instagram, .fa-youtube-play {
    color: #e44160;
}

@media (min-width: 900px) {

    .footer__mid_link-wrapper {
        transition: all .5s;
        transform: scale(1);
    }

    .footer__mid_link-wrapper:hover {
        transform: scale(1.1);
    }
}

@media (max-width: 899px) {

    .footer__top_title {
        font-size: 3.5vw;
        margin: 0 0 10px 0;
    }

    .footer__top_img {
        width: 18vw;
        height: 18vw;
    }

    .footer__top .slider__item {
        max-width: 30%;
    }

    .footer__mid_title {
        font-size: 3.5vw;
    }

    .footer__mid_link_text {
        font-size: 2vw;
        max-width: 150px;
    }

    .footer__mid_item {
        max-width: 250px;
    }

    .footer__mid_list {
        margin: auto 1%;
    }

    .footer__mid_img {
        width: 7vw;
        height: 7vw;
    }

    .footer__top iframe {
        height: 200px;
    }

    .footer__bot_text {
        font-size: 2vw;
    }

    .footer__bot_list {
        margin: auto 6%;
    }
}

/* footer styles end */

/* Белые кастыли начало */

.scroll-gallery {
      position: relative;
      max-width: 100%;
      margin: 40px auto;
      padding: 0 60px;
    }
.image-scroll-container {
      width: 100%;
      height: 220px; /* Фиксированная высота контейнера */
      overflow: hidden;
      position: relative;
      background: #f8f8f8;
      border-radius: 10px;
    }
.image-scroll-track {
      display: flex;
      align-items: center; /* Вертикальное выравнивание */
      height: 100%;
      will-change: transform;
    }
.image-scroll-track img {
      width: auto;
      height: 200px; /* Фиксированная высота изображений */
      margin-right: 25px;
      object-fit: contain; /* Сохраняет пропорции без обрезки */
      object-position: center;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.15);
      transition: transform 0.3s;
      flex-shrink: 0; /* Запрет сжатия */
    }
.image-scroll-track img:hover {
      transform: scale(1.05);
    }
.scroll-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 56px;
      height: 56px;
      background: rgba(0,0,0,0.75);
      color: white;
      border: none;
      border-radius: 50%;
      font-size: 26px;
      cursor: pointer;
      z-index: 10;
      transition: all 0.3s;
      display: flex;
      align-items: center;
      justify-content: center;
    }
.scroll-btn:hover {
      background: rgba(0,0,0,0.95);
      transform: translateY(-50%) scale(1.12);
    }
.left-btn { left: 5px; }
.right-btn { right: 5px; }

/* Белые кастыли конец */

