@import url("../fonts/stylesheet.css");

:root {
	--grey: #666;
	--black: #000;
	--blue: #4eabf8;
	--blue-button: #267ff3;
    --font-family: "Inter", sans-serif;
}

img {
    border: 0 none;
    max-width: 100%;
}

.header {

    /* background-image: url('/images/back_fon.jpg'); */
    background-position: center;
    /* min-height: 150px; */
    font-family: 'Roboto', sans-serif;
    /*border-bottom: 2px #030394 solid;*/
    text-align: center;
}



.container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0;
}

.wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.main_link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}

.header__logo {

}

.header__title {
    color: #030394;
    margin-top: 5px;
    margin-bottom: 8px;
    font-size: 20px;
}

.header__nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 3px;
    padding: 0px;
}

.header__nav li {
    margin: 0 18px;
    list-style-type: none;
    padding: 5px;

}
/* 
.header__nav a {
    text-decoration: none;
    color: #030394;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 17px;
} */

.header__link {

    position: relative;
    cursor: pointer;
    text-decoration: none; /* Убираем подчеркивание */
}

/* .header__link:after {
	content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -3px;
    width: 0;
    height: 2px; 
    background-color: #030394; 
    transition: width 0.5s; 
} */

/* .header__link:hover:after {
	content: "";
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 2px; 
    background-color: #030394; 
    transition: width 0.5s;  
} */


.law_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#law h2 {
    text-align: center;
    color: #030394;
    font-family: 'Montserrat', sans-serif;
}

.law_in_context_time img {
    max-width: 100%; /* Make images responsive */
    min-height: 380px;
    padding: 5px;
}

.law_in_context_time p {
    max-width: 500px;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

@media only screen and (min-width: 768px) {
    .law_in_context_time {
        width: 40%; /* Two images per row on larger screens */
        padding: 5px;
    }
}



#faces_of_victory p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.item {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}


#gallery_glorious_names h2{
    text-align: center;
    color: #030394;
    font-family: 'Montserrat', sans-serif;
}

#gallery_glorious_names .wrapper {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: center;
    flex-wrap: wrap;
}

#gallery_glorious_names img {
    width: 230px;
    height: 280px;
    padding: 10px;
}

#gallery_glorious_names p {
    padding: 0px;
    margin: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    padding-left: 10px;
}

#gallery_glorious_names a {
    color: #030394;
}



#gallery_SVO h2{
    text-align: center;
    color: #428539;
    font-family: 'Montserrat', sans-serif;
}

/*#gallery_SVO .wrapper {*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    align-items: start;*/
/*    justify-content: center;*/
/*    flex-wrap: wrap;*/
/*}*/

/*#gallery_SVO img {*/
/*    width: 250px;*/
/*    height: 300px;*/
/*    padding: 10px;*/
/*}*/

/*#gallery_SVO p {*/
/*    padding: 0px;*/
/*    margin: 0px;*/
/*    font-family: 'Montserrat', sans-serif;*/
/*    font-weight: 600;*/
/*    padding-left: 10px;*/
/*}*/

#memorialBook a {
    color: #030394;
}

#memorialBook h2{
    text-align: center;
    color: #430052;
    font-family: 'Montserrat', sans-serif;
}

#memorialBook .wrapper {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: center;
    flex-wrap: wrap;
}

#memorialBook img {
    width: 230px;
    height: 280px;
    padding: 10px;
}

#memorialBook p {
    padding: 0px;
    margin: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    padding-left: 10px;
}

#memorialBook a {
    color: #030394;
}

#insert_news {
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 20px;
    max-width: 800px; /* Set a maximum width for better readability on larger screens */
    margin: 0 auto; /* Center the form on the page */
}

#insert_news h2 {
    color: #030394;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

#insert_news input,
#insert_news textarea,
#insert_news select {
    width: 60%; /* Make inputs and textarea take full width */
    padding: 10px;
    box-sizing: border-box; /* Include padding in the width */
    margin-bottom: 10px;
}

#insert_news input[type="submit"] {
    width: auto; /* Reset width for submit button */
}

/* Media query for smaller screens */
@media screen and (max-width: 600px) {
    #insert_news input,
    #insert_news textarea,
    #insert_news select {
        width: 100%;
    }
}

/* .footer {
    min-height: 100px;
    background-image: url('/images/back_fon.jpg');
    background-position: center;

} */

.footer .contacts h5 {
    text-align: center;
    font-size: 18px;
    padding-top: 20px;
    margin-top: 0px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;
}

.contacts_logo {
    display: flex;
    align-items: center;
    justify-content: center;

}

.contacts_logo a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.contacts_logo p {
    padding-left: 15px;
}

.vk_logo {
    height: 35px;

}



/* news */
#news {
    font-family: var(--font-family);
    display: flex;
    flex-direction: column;
    padding: 3.4375rem 0 6.25rem;
}

#news h1 {
    font-weight: 600;
    font-size: 2.5rem;
    text-align: center;
    color: var(--black);
    text-transform: uppercase;
    margin-bottom: 2.5rem;
}

/* .news-card {
    max-width: 1000px;
    margin: 20px auto;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    font-family: 'Montserrat', sans-serif;
} */

.news-card img {
    width: 100%;

    border-bottom: 1px solid #eee;
}

.news-card-content {
    padding: 20px;
}

.news-card-title {
    font-size: 24px;
    margin-bottom: 10px;
    color: #333;
}


.news-card-date {
    font-size: 14px;
    color: #777;
    margin-bottom: 10px;
}

.news-card-text {
            font-size: 16px;
            color: #555;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2; /* Ограничение числа строк */
            -webkit-box-orient: vertical;
}

.news-card-text img {
    max-width: 400px;
}



@media only screen and (max-width: 600px) {
    .news-card {
        border-radius: 0;
    }
}

#challengesNewAge {
    background-color: white;

}

@media (max-width:500px) {

}

#challengesNewAge img {
    max-width: 90%;
}

#challengesNewAge .title
{
    margin: 0px;
    padding-top: 20px;
    font-family: 'Montserrat', sans-serif;
    color: #030394;
    text-align: center;
}

.about_faculty {
    background-color: #0466c8;
    padding: 15px;
    border-radius: 20px;
    margin-top: 20px;
}

.about_faculty .subtitle {
    font-family: 'Montserrat', sans-serif;
    margin: 0px;
    padding: 0px;
    font-weight: 600;
    font-size: 23px;

    color: white;
}

.about_faculty .description {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: white;
    margin-top: 10px;
    line-height: 130%;
    padding: 0px;
}


.departments {
    background-color: #0466c8;
    padding: 15px;
    border-radius: 20px;
    margin-top: 30px;
}

.departments .subtitle {
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-size: 23px;
    margin: 0px;
    padding: 0px;
}

.departments .description {
    font-family: 'Montserrat', sans-serif;
    color: white;
    margin-bottom: 5px;
}

.departments  li{
    font-family: 'Montserrat', sans-serif;
    color: white;
    padding-left: 30px;
    line-height: 150%;
}

.science {
    background-color: #0466c8;
    color: white;
    font-family: 'Montserrat', sans-serif;
    padding: 15px;
    margin-top: 30px;
    border-radius: 20px;
}

.science .subtitle {
    font-size: 23px;
    margin: 0;
    padding: 0;
}

.science .wrapper {
    display: flex;
    flex-wrap: wrap;


    flex-direction: row;
    padding: 20px;
}
.image {
    flex: 1;
    max-width: 15%;
}

.image img{

    max-width: 100%;
    height: auto;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.text {
    flex: 1;
    max-width: 100%;

    padding: 5px;

}

.text p {
    margin: 0px;
}

@media (max-width: 768px) {
    .science .wrapper {
        flex-direction: column;
    }

    .image,
    .text {
        margin-right: 0;
    }

	.image
	{
		max-width: 40%
	}
}


.science .directions .subtitle {
    font-size: 18px;
    padding-left: 17px;
    padding-top: 20px;
}

.science .directions .directions_description {
    padding-left: 17px;
    line-height: 150%;
}

.students_science .subtitle {
    font-size: 18px;
    padding-left: 17px;
}

.students_science_description {
    padding-left: 17px;
    line-height: 150%;
}

.dissertation_council {
    background-color: #0466c8;
    font-family: 'Montserrat', sans-serif;
    color: white;
    padding: 15px;
    margin-top: 30px;
    border-radius: 20px;
}

.dissertation_council-title {
    font-size: 23px;
    color: white;
    margin: 0px;
    padding: 0px;
}

.scientific_center {
    background-color: #0466c8;
    font-family: 'Montserrat', sans-serif;
    color: white;
    padding: 15px;
    margin-top: 30px;
    border-radius: 20px;
}

.scientific_center-title {
    font-size: 23px;
    color: white;
    margin: 0px;
    padding: 0px;
}

.educational_work {
    background-color: #0466c8;
    font-family: 'Montserrat', sans-serif;
    color: white;
    padding: 15px;
    margin-top: 30px;
    border-radius: 20px;
}

.educational_work-title {
    font-size: 23px;
    color: white;
    margin: 0px;
    padding: 0px;
}

.cards {
    background-color: #0466c8;
    font-family: 'Montserrat', sans-serif;
    color: white;

    padding: 15px;
    margin-top: 30px;
    border-radius: 20px;
}

.legalEd {
    background-color: whitesmoke;
    font-family: 'Montserrat', sans-serif;
    color: white;

    padding: 15px;
    margin-top: 30px;
    border-radius: 20px;
}

.card-title {
    font-size: 23px;
    color: white;
    margin: 0px;
    padding: 0px;
}

.cards_text {
    word-wrap: break-word;

}

.cards p {
    color: white !important;

}

.legalEd p img {
    max-width: 800px;
}

@media (max-width:768px) {
    .legalEd p img {
        width: 95%;
        height: 50%;
    }
}

.legalEd p {
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    padding: 10px;

}

.wrap {
    max-width: 250px;
}

.image-container .globalImage {
    height: 300px;
    width: 250px;
    border: 1px solid whitesmoke;
    overflow: hidden;
    cursor: pointer;
}

.image-container .globalImage img {
    height: 300px; /* Высота 100% контейнера */
    width: 250px; /* Ширина 100% контейнера */
    object-fit: fill;
    transition: .1s linear;
}


.image-container .globalImage:hover img {
    transform: scale(0.98);
}

.popup-image {
    position: fixed;
    top: 0; left: 0;
    background: rgba(0, 0, 0, .9);
    height: 100%;
    width: 100%;
    z-index: 100;
    display: none;
    overflow-y: auto;

}

.popup-image .sp {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 60px;
    font-weight: bolder;
    color: #fff;
    cursor: pointer;
}

.popup-content img.picture {
    position: absolute;
    top: 28%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 5px solid #fff;
    border-radius: 5px;
    max-width: 250px !important;
    max-height: 300px !important;
}

.FIO {
    text-align: center;
}
p.popup-description img {
    max-width: 400px;
    height: auto;

}
@media (max-width:768px) {
    .popup-image picture {
        width: 80%;
        height: 50%;
    }

    .popup-fio {
        font-size: 10px;
        margin-top: 40px;
    }
}



@media (max-height:900px) {
    .popup-content img.picture {
        position: absolute;
        top: 34%;
        left: 50%;
        transform: translate(-50%, -50%);
        border: 5px solid #fff;
        border-radius: 5px;
        max-width: 250px !important;
        max-height: 280px !important;
    }

}

p.popup-description  ol li:nth-child(1)  span
{

}

@media (max-width:868px) {
    .popup-content img.picture {
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        border: 5px solid #fff;
        border-radius: 5px;
        max-width: 250px !important;
        max-height: 280px !important;
    }
    .alphabet {
        text-align: center;
        margin-top: 60px;
    }

    /*.popup-description p img {
        max-width: 600px !important;
        height: auto;
    }*/

    /*.popup-description p {
        padding-left: 20px;
        padding-right: 20px;
    }*/
}

@media (max-width:410px) {
    .popup-content img.picture {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border: 5px solid #fff;
        border-radius: 5px;
        max-width: 250px !important;
        max-height: 250px !important;
    }
    /*p.popup-description p:nth-child(1) {
        padding: 5px;
    }*/
    .popup-description {
        font-size: 15px;
        margin-top: 300px ;
        width: 100% !important;
        max-height: 1vh; /* Замените на желаемую высоту */
        overflow-y: auto;


    }
    p.popup-description p{
        width: 100% !important;
        padding: 5px;

    }

    p.popup-description img {
        max-width: 260px;

    }


}

@media (max-width:680px) {
    p.popup-description p{
        width: 100% !important;
        padding: 5px;

    }

    .popup-description {
        font-size: 15px;
        margin-top: 300px ;
        width: 100% !important;
        max-height: 1vh; /* Замените на желаемую высоту */
        overflow-y: auto;
        padding: 5px;

    }
}


    @media (max-width:1700px) {
    .popup-image picture {
        max-width: 250px;
        max-height: 300px;
    }


}

.image-container .FIO {
    margin: 0px;
    font-family: 'Montserrat', sans-serif;
}

.popup-content {

    color: white !important;
    display: flex;

    align-items: center;
    flex-direction: column;
    min-height: 100vh; /* Заменено на min-height */
    font-family: 'Montserrat', sans-serif;
}

.popup-fio {
    font-size: 24px;
    margin-bottom: 10px;
}

.popup-description {
    font-size: 18px;
    margin-top: 330px ;

    max-height: 40vh; /* Замените на желаемую высоту */
    overflow-y: scroll;
}

/*.popup-description p img {
    max-width: 1170px !important;
    height: auto;
}*/

p.popup-description {
    padding: 20px;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 18px;
}
p.popup-description span {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 18px;
    overflow-wrap: break-word !important;
    word-wrap: break-word !important;
    color: white;
    padding: 20px;
    max-width: 1170px;
}
.popup-description {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 18px;
    max-width: 1170px;
    overflow-wrap: break-word !important;
    word-wrap: break-word !important;
}
em {
    color: white !important;
}
.ql-syntax {
    overflow-wrap: break-word !important;
    word-wrap: break-word !important;
    font-family: 'Montserrat', sans-serif !important;
}

.alphabet {
    text-align: center;
    padding: 10px;
}

.alphabet a {
    margin: 0 3px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-decoration: none;
    color: blue;
}

.not_find_alert {
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    padding: 126px;
}

.send_news_button {
    color: white;
    background-color: blue;
    border: 0px;
    width: 200px !important;
    font-family: 'Montserrat', sans-serif;
}

.send_news_button:hover {
    color: white;
    background-color: #0466c8;
    transition: 0.2ms linear;
}



.news-card-content img {
    max-width: 1170px !important;
    display: flex;
    justify-content: center;
}

p.ql-align-justify {
    text-align: justify;
    word-wrap: break-word;
    /* или */

    overflow-wrap: break-word;
}

p.ql-align-center {
    text-align: center;
}

p.ql-align-right {
    text-align: right;
}

p.ql-align-left {
    text-align: left;
}


p.ql-indent-1 {
    padding-left: 44px;
}

p.ql-indent-2 {
    padding-left: 88px;
}

p.ql-indent-3 {
    padding-left: 133px;
}

p.ql-indent-4 {
    padding-left: 177px;
}

p.ql-indent-5 {
    padding-left: 222px;
}

p.ql-indent-6 {
    padding-left: 266px; /* Например */
}

p.ql-indent-7 {
    padding-left: 310px; /* Например */
}

p.ql-indent-8 {
    padding-left: 355px; /* Например */
}

.facesVictory {
    background-image: url("/images/W21Fe.gif");

    background-size: cover;
}


.greetings {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.greeting {
    background: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    width: 300px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.greeting img, .greeting video {
    width: 100%;
    height: auto;
}

.greeting p {
    padding: 10px;
    margin: 0;
    background-color: #f9f9f9;
}

.breadcrumbs { display: flex; align-items: center; }
.breadcrumbs__item a, .breadcrumbs__item { font-family: var(--font-family); font-weight: 500; font-size: 0.75rem; text-transform: uppercase; color: var(--black); text-decoration: unset;}
.breadcrumbs__item.active { color: var(--grey); }
.breadcrumbs__item:not(.active)::after { content: '/'; margin-right: 0.2rem; }

.button { display: block; border: 2px solid var(--blue-button); border-radius: 0.625rem; font-family: var(--font-family); font-weight: 400; font-size: 1.25rem; text-align: center; color: #fff; text-decoration: none; padding: 1rem 4.3125rem; line-height: normal; width: fit-content; transition: .3s; }
.button:hover { background: var(--blue-button); }
.button_black { color: #000; }
.button_black:hover { background: var(--blue-button); color: #fff; }
button.button { background: transparent; }


.header { padding: 1.25rem 0; position: relative; }
.header__wrapper { display: flex; justify-content: space-between; align-items: center; min-height: 100px; }
.header__logo { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.header__left { display: flex; align-items: center; }
.header__link { font-family: var(--font-family); font-weight: 500; text-transform: uppercase; color: var(--grey); display: block; text-align: start; line-height: normal; transition: .3s; }
.header__link:hover { color: var(--black); }
.header__link.active { color: var(--blue); }
.header__send-news { display: flex; gap: 2.5rem; flex-wrap: wrap; align-items: center; }
.header__select-box { position: relative; }
.header__select-box.show .header__select-box__active { padding: 1.25rem 1rem; }
.header__select-box.show .header__select-box__active .header__link { color: var(--black); }
.header__select-box.show .header__select-box__hidden { opacity: 1; pointer-events: all; background: #fff; padding: 3.125rem 4.3125rem 2.1875rem 1rem; }
.header__select-box__hidden { opacity: 0; pointer-events: none; position: absolute; width: max-content; transition: .3s; z-index: 5; }
.header__select-box__item .header__link { padding: 1.25rem 0; border-bottom: 1px solid #dedede; }
.header__select-box__item:first-child .header__link { padding-top: 0; }
.header__select-box__item:last-child .header__link { border-bottom: 0; padding-bottom: 0; }
.header__select-box__active { display: flex; gap: 0.625rem; transition: .3s; cursor: pointer; }
.header__select-box__active::after { content: ''; width: 14px; height: 11px; display: block; margin-top: 3px; background: url('data:image/svg+xml,<svg width="14" height="11" viewBox="0 0 14 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 11L0.937822 0.5L13.0622 0.499999L7 11Z" fill="%23666666" /></svg>'); }
.header__select-box__active:hover::after, .header__select-box.show .header__select-box__active::after { background: url('data:image/svg+xml,<svg width="14" height="11" viewBox="0 0 14 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 11L0.937822 0.5L13.0622 0.499999L7 11Z" fill="black" /></svg>'); }

.mod-banner { display: flex; flex-direction: column; align-items: center; gap: 4.6875rem; padding: 11.875rem 0; background: url('/images/banner.jpg'); background-size: cover; background-repeat: no-repeat; background-position: center; }
.mod-banner2 { display: flex; flex-direction: column; align-items: center; gap: 4.6875rem; padding: 11.875rem 0; background: url('/images/banner2.jpg'); background-size: cover; background-repeat: no-repeat; background-position: center; margin-top: 50px; }
.mod-banner__date { text-align: center; margin-bottom: 1.25rem; font-family: var(--font-family); font-weight: 600; font-size: 1.5rem; color: #fff; }
.mod-banner__title { text-align: center; /* margin-bottom: 1.5625rem; */ font-family: var(--font-family); font-weight: 600; font-size: 4rem; text-transform: uppercase; color: #fff; }
.mod-banner__desc { text-align: center; font-family: var(--font-family); font-weight: 600; font-size: 1.5rem; color: #fff; }

.cards-list { font-family: var(--font-family); display: flex; flex-direction: column; padding: 3.4375rem 0 6.25rem; }
.cards-list__title { margin-bottom: 2.5rem; text-align: center; text-transform: uppercase; }
.cards-list__wrapper { display: flex; flex-direction: column; align-items: center; gap: 4.6875rem; }
.cards-list__row { row-gap: 2.5rem; width: 100%; }
.cards-item { display: flex; flex-direction: column; gap: 0.9375rem; height: 100%; position: relative; }
.cards-item__image { border-radius: 10px; overflow: hidden; max-height: 258px; height: 100%; }
.cards-item__image img { height: 100%; width: 100%; object-fit: cover; }
.cards-item__content { padding-right: 2.25rem; }
.cards-item__title { font-family: var(--font-family); font-weight: 400; color: var(--black); margin-bottom: 0.625rem; }
.cards-item__mini-text { font-family: var(--font-family); font-weight: 400; font-size: 0.75rem; color: var(--grey); }
.cards-item__link { position: absolute; width: 100%; height: 100%; }

.mod-news__card-image { position: relative; box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0); transition: .3s;}
.mod-news__card-image:after { content: ''; position: absolute; height: 100%; width: 100%; left: 0; top: 0; border-radius: 10px; border: 0; }
.mod-news__card:hover .mod-news__card-image:after { border: 2px solid var(--blue); }
.mod-news__card:hover .mod-news__card-image { box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.25); }

.footer__contacts { display: flex; flex-direction: column; align-items: center; gap: 2.5rem; border-top: 1px solid var(--grey); padding: 3.125rem 0 4.6875rem; }
.footer__contacts-title { font-family: var(--font-family); font-weight: 600; font-size: 2rem; color: var(--grey); text-align: center; }
.footer__contacts-social { display: flex; align-items: center; gap: 0.9375rem; position: relative; }
.footer__contacts-social__name { font-family: var(--font-family); font-weight: 400; color: var(--black); }
.footer__contacts-social__link { position: absolute; width: 100%; height: 100%; }

.detail-news__row { justify-content: center; }
.detail-news__card-title { font-family: var(--font-family); font-size: 1.5rem; color: var(--black); }
.detail-news__card-content { font-family: var(--font-family); font-size: 1.25rem; color: var(--grey); }
.detail-news__card .owl-carousel .owl-stage { display: flex; }
.detail-news__card-image { display: flex; height: 100%; max-height: 528px; min-width: 600px;  max-width: 820px; border-radius: 0; transition: .3s; position: relative; }
.detail-news__card .owl-item.center .detail-news__card-image { border-radius: 0.625rem; overflow: hidden; }
.detail-news__card .owl-item:not(.center) .detail-news__card-image::after { content: ''; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: rgba(255, 255, 255, 0.5); transition: .3s; }
.detail-news__card .owl-item.center .detail-news__card-image::after { content: ''; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: rgba(255, 255, 255, 0.0); }
.detail-news__card-image img { object-fit: cover; }
.detail-news__card-images, .detail-news__card-title { margin-bottom: 1.875rem; }

.mod-register { padding: 3.4375rem 0 6.25rem; }
.mod-register__title { font-family: var(--font-family); font-weight: 600; font-size: 2.25rem; text-transform: uppercase; text-align: center; color: var(--black); margin-bottom: 1.25rem; }
.mod-register__desc { font-family: var(--font-family); font-weight: 400; text-align: center; color: var(--grey); margin-bottom: 4.6875rem; }
.mod-register__row { justify-content: center; }
.mod-register__form { display: flex; flex-direction: column; align-items: center; }
.mod-register__form-group { display: flex; flex-direction: column; gap: 2.1875rem; max-width: 295px; width: 100%; }
.mod-register__form-group:nth-of-type(1), .mod-register__form-group:nth-of-type(2) { margin-bottom: 6rem; }
.mod-register__form-group:last-of-type { margin-bottom: 4.25rem; }
.mod-register__form-group input { padding-bottom: 0.625rem; border: 0; border-bottom: 1px solid var(--grey); }
.mod-register__form-group input::placeholder { font-family: var(--font-family); color: var(--grey); }
.mod-register__form-group input:focus-visible { outline: 0; }
.mod-register__form-group__title { font-size: 1.25rem; text-transform: uppercase; font-weight: 500; }
.mod-register__form-group__item { display: flex; gap: 0.9375rem; align-items: center; }
.mod-register__form-group__item label { color: var(--grey); text-wrap: nowrap; cursor: pointer; }
.mod-register__form-group__wrapper { display: flex; flex-direction: column; gap: 1.875rem; }
.mod-register__form-group input[type="radio"] { display: grid; border: 1px solid var(--grey); border-radius: 1px; min-width: 1.5rem; height: 1.5rem; appearance: none; padding-bottom: 0; cursor: pointer; }
.mod-register__form-group input[type="radio"]::before { content: ""; width: 100%; height: 100%; transform: scale(0); transition: 120ms transform ease-in-out; background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="10" viewBox="0 0 14 10" fill="none"><path d="M13 1L4.75 9L1 5.36364" stroke="black" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>'); background-repeat: no-repeat; background-position: center; }
.mod-register__form-group input[type="radio"]:checked::before { transform: scale(1); }

.vk_logo { width: 24px; height: 23px; }

.readmore { cursor: pointer; }

.padding-line{ padding: 20px;}

@media (min-width: 1680px) {
    .container {max-width: 1720px !important;}
}
@media (max-width: 768px) {
    .mod-banner__title { font-size: 2rem; }
    .mod-register__form-group__item label { text-wrap: wrap; }
}
@media (max-width: 992px) {
    .mod-banner { gap: 1.6875rem; padding: 3.875rem 0; }
    .mod-banner2 { gap: 1.6875rem; padding: 3.875rem 0; }
}
@media (max-width: 1200px) {
    .header__logo { position: unset; left: 0%; top: 0%; transform: translate(0%, 0%); }
    .header__wrapper { gap: 1rem; flex-direction: column; }

    .header__select-box__active, .header__send-news { justify-content: center; }
    .header__select-box.show .header__select-box__hidden { padding: 0; }
    .header__select-box__hidden { opacity: 1; display: none; position: unset; width: 100%; transition: 0s; }
}