@font-face {
    font-family: 'Brygada 1918';
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/Brygada1918-SemiBold.ttf) format('truetype');
}
@font-face {
    font-family: 'Brygada 1918';
    font-style: italic;
    font-weight: 600;
    src: url(../fonts/Brygada1918-SemiBoldItalic.ttf) format('truetype');
}
@font-face {
    font-family: 'Brygada 1918';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Brygada1918-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'Brygada 1918';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/Brygada1918-Bold.ttf) format('truetype');
}
body {
    font-family: 'Brygada 1918', serif;
    font-style: normal;
    background-image: url("../../images/sitebg.png");
    background-repeat: repeat;
    background-size: 100vw 100vh;
    background-size: 100dvw 100dvh;
    background-attachment: fixed;
}
.wrapper {
    align-items: center;
}
.header {
    display: flex;
    align-items: center;
    width: 95%;
    max-width: 1180px;
    padding: 24px 0;
    justify-content: space-between;
    z-index: 3;
}
.header__partners {
    display: flex;
    align-items: center;
    gap: 12px;
}
.header__partners a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header__navigation {
    display: flex;
    align-items: center;
    gap: 8px;
}
.header__navigation a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 8px;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    position: relative;
    transition: 0.3s ease-in-out;
}
.header__navigation a:after {
    content: "";
    display: block;
    width: 0px;
    height: 1px;
    background-color: #0039A6;
    position: absolute;
    bottom: 0;
    transition: 0.3s ease-in-out;
}
.header__navigation a:hover:after, .header__navigation a.active:after {
    width: 100%;
    transition: 0.3s ease-in-out;
}
.header__buttons {
    display: flex;
    align-items: center;
    gap: 16px;
}
.empty-button {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 4px 16px;
    color: #0039A6;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #0039A6;
    background: none;
    border-radius: 4px;
    transition: 0.3s ease-in-out;
    user-select: none;
}
.empty-button:hover {
    border: 1px solid #00308D;
    color: #00308D;
}
.filled-button {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 4px 16px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #0039A6;
    background: #0039A6;
    border-radius: 4px;
    transition: 0.3s ease-in-out;
    user-select: none;
}
.filled-button:hover {
    background: #00308D;
    border: 1px solid #00308D;
}
.footer {
    width: 100%;
    background: #333333;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px 0;
}
.footer__container {
    display: flex;
    width: 95%;
    max-width: 1180px;
    justify-content: space-between;
}
.footer__left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.footer__partners {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 40px;
}
.footer__partners a {
    display: flex;
    align-items: center;
}
.footer__contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}
.footer__contacts a {
    display: flex;
    text-decoration: none;
    gap: 8px;
    align-items: center;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
}
.footer__right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    color: #CCCCCC;
    font-size: 16px;
    font-weight: 400;
}
.footer__nav {
    display: flex;
    align-items: center;
    gap: 8px;
}
.footer__nav a {
    text-decoration: none;
    display: flex;
    padding: 4px 8px;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
}
.footer__docs {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    margin-bottom: 16px;
    margin-top: auto;
}
.footer__doc {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    text-decoration: underline solid 1px;
    text-decoration-skip-ink: auto;
    text-underline-offset: 1px;
    color: #FFFFFF;
}
.main {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    overflow: hidden;
}
.head__section {
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
    padding: 100px 0;
}
.head__container {
    width: 95%;
    max-width: 1180px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}
.head__map {
    position: absolute;
    max-height: 183%;
    right: -471px;
    top: -90px;
}
.head__map img {
    max-height: 700px;
}
.head__title {
    font-weight: 600;
    font-size: 64px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #333333;
    margin-bottom: 5px;
}
.head__title--text-image {
    margin-bottom: 200px;
}
.head__title--buttons {
    display: flex;
    align-items: center;
    gap: 16px;
}
.about {
    display: flex;
    width: 100%;
    justify-content: center;
    padding-top: 100px;
}
.about__container {
    display: flex;
    width: 95%;
    max-width: 1180px;
    flex-direction: column;
    align-items: center;
}
.about__title {
    color: #333333;
    font-weight: 600;
    font-size: 48px;
    line-height: 100%;
    margin-bottom: 16px;
    display: flex;
    width: 100%;
    justify-content: flex-start;
}
.about__subtitle {
    display: flex;
    width: 100%;
    color: #333333;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 48px;
}
.about__target {
    /* display: flex; */
    display: grid;
    grid-template-columns: 580px 1fr;
    width: 100%;
    align-items: center;
}
.about__target--photo {
    display: flex;
    flex-basis: 50%;
    position: relative;
    min-height: 554px;
}
.about__target--text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-basis: 50%;
    padding-left: 20px;
    gap: 24px;
}
.about__target--title {
    color: #333333;
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
}
.about__target--content {
    padding: 4px 0 8px 12px;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #333333;
    border-left: 2px solid #D52B1E;
}
.about-front-photo {
    /* width: 317px; */
    /* height: 240px; */
    width: 100%;
    /* height: 240px; */
    height: auto;
    max-width: 317px;
    max-height: 240px;
    /*margin-bottom: 16px;*/
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.about-front-photo img {
    object-fit: contain;
}
.about__target--photo-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px;
    /*background-color: white;*/
    background: url("/images/postmarkbg.png") no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: rotate(-15deg);
    z-index: 2;
    /*box-shadow: 0 5px 15px rgba(0,0,0,0.3);*/
    /*-webkit-mask-image: url('/images/test-mask.svg');*/
    /*-webkit-mask-size: 100% 100%;*/
    /*-webkit-mask-repeat: no-repeat;*/

    /*mask-image: url('/images/test-mask.svg');*/
    /*mask-size: 100% 100%;*/
    /*mask-repeat: no-repeat;*/
    width: 380px;
    height: 390px;
}
.about__target--photo-secondary {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px;
    background: url("/images/postmarkbg.png") no-repeat;
    background-size: cover;
    position: absolute;
    top: 25px;
    right: 50px;
    z-index: 1;
    transform: rotate(15deg);
    width: 380px;
    height: 390px;
}
.about__target-pic {
    margin-bottom: 16px;
}
.about__target--text-title {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    height: 48px;
    min-height: 48px;
    max-height: 48px;
    overflow: hidden;
    color: #333333;
    margin-bottom: 10px;
    max-width: 318px;
    margin-top: auto;
}
.about__target--text-place {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #999999;
    gap: 2px;
    max-width: 317px;
    height: 17px;
    min-height: 17px;
    max-height: 17px;
    overflow: hidden;
}
.pin3 {
    position: absolute;
    top: -17px;
}
.pin21 {
    position: absolute;
    left: 0;
    top: -22px;
}
.about__create {
    display: flex;
    width: 100%;
    align-items: center;
}
.about__create--content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-basis: 50%;
    justify-content: center;
    gap: 24px;
    padding: 112px 21px 112px 0;
}
.about__create--text {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #333333;
}
.about__create--letter {
    display: flex;
    flex-basis: 50%;
    justify-content: center;
    align-items: center;
}
.multiselect-min-h43 .multiselect {
    min-height: 43px !important;
}
.events {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 50px 0;
}
.events_container {
    width: 95%;
    max-width: 1180px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.events__title {
    width: 100%;
    font-weight: 600;
    font-size: 48px;
    line-height: 100%;
    color: #333333;
    margin-bottom: 16px;
}
.events__navigation {
    display: flex;
    align-items: flex-start;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 48px;
}
.events__filters {
    display: flex;
    align-items: center;
    gap: 8px;
}
.events__filters-item {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    color: #333333;
    background: none;
    border: 1px solid #333333;
    border-radius: 50px;
    padding: 4px 16px;
}
.events__filters-item.active-events-filter {
    color: #FFFFFF;
    background: #333333;
}
.events__pagination {
    display: flex;
    align-items: center;
    gap: 16px;
}
.events__pag-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.events__pag-prev:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.events__pag-prev img {
    transform: rotate(180deg);
}
.events__pag-next {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.events__pag-next:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.events__pag-pages {
    color: #333333;
    font-weight: 400;
    font-size: 16px;
}
.events__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    grid-gap: 10px;
}
.events__item {
    display: flex;
    justify-content: space-between;
    padding: 24px 24px 28px 24px;
    background: url(../images/eventitembg.png) no-repeat;
    background-size: cover;
    min-height: 264px;
}
.events__item--image {
    flex-basis: 47.5%;
}
.event__item--content {
    flex-basis: 49.27%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.event__item--title {
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    color: #333333;
    margin-bottom: 8px;
}
.event__item--text {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #333333;
}
/*.event__item--more {*/
/*    margin-top: auto;*/
/*}*/
.fade-enter-active, .fade-leave-active {
    transition: opacity 0.4s ease;
}
.fade-enter-from, .fade-leave-to {
    opacity: 0;
}
.events__item--info {
    display: flex;
    width: 100%;
    position: relative;
    flex-direction: column;
    height: 100%;
    padding: 5px 0 0 0;
    align-items: flex-start;
    background: url(../images/strokebg.png) no-repeat;
    background-position: center 1px;
}
.events__item--info-close {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}
.event-info-when {
    font-weight: 600;
    font-style: italic;
    font-size: 14px;
    line-height: 130%;
    color: #0039A6;
    display: flex;
    align-items: flex-end;
    gap: 4px;
    margin-bottom: 0px;
    background: #ffffff;
    padding-right: 7px;
}
.blue_line {
    height: 1px;
    background: #0039A6;
    transform: scaleY(0.5);
    flex-grow: 1;
}
.event-info-date {
    font-weight: 400;
    font-size: 16px;
    line-height: 230%;
    color: #333333;
    width: 100%;
    /*background-image: repeating-linear-gradient(*/
    /*    to bottom,*/
    /*    transparent 0,*/
    /*    transparent 25.1px,                    !* начало линии *!*/
    /*    rgba(0, 57, 166, 0.5) 25.1px,         !* полупрозрачная линия *!*/
    /*    rgba(0, 57, 166, 0.5) 25.6px          !* толщина 0.5px *!*/
    /*);*/
    /*background-size: 100% 25.6px;*/
    /*background-repeat: repeat-y;*/
    /*padding-bottom: 2px;*/
    margin-bottom: 20px;
}
.event-info-place {
    margin-bottom: 0;
}
.add-to-calendar {
    margin-top: auto;
}
.about-competition {
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 50px 0;
}
.about-competition__container {
    display: flex;
    width: 95%;
    max-width: 1180px;
    flex-direction: column;
    align-items: center;
}
.about-competition__title {
    display: flex;
    width: 100%;
    margin-bottom: 16px;
    color: #333333;
    font-weight: 600;
    font-size: 48px;
    line-height: 100%;
}
.vote {
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 50px 0;
}
.vote-container {
    display: flex;
    width: 95%;
    max-width: 1180px;
    flex-direction: column;
    align-items: center;
}
.vote__title {
    display: flex;
    width: 100%;
    margin-bottom: 16px;
    color: #333333;
    font-weight: 600;
    font-size: 48px;
    line-height: 100%;
}
.news {
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 50px 0;
}
.news-container {
    display: flex;
    width: 95%;
    max-width: 1180px;
    flex-direction: column;
    align-items: center;
}
.news__title {
    display: flex;
    width: 100%;
    margin-bottom: 48px;
    color: #333333;
    font-weight: 600;
    font-size: 48px;
    line-height: 100%;
}
.about-forum {
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 50px 0;
}
.about-forum__container {
    display: flex;
    width: 95%;
    max-width: 1180px;
    flex-direction: column;
    align-items: center;
}
.about-forum__title {
    display: flex;
    width: 100%;
    margin-bottom: 16px;
    color: #333333;
    font-weight: 600;
    font-size: 48px;
    line-height: 100%;
}
.feedback {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 50px 0 100px 0;
}
.feedback_container {
    display: flex;
    justify-content: space-between;
    width: 95%;
    max-width: 1180px;
}
.feedback__content {
    display: flex;
    flex-direction: column;
    flex-basis: 50%;
    align-items: flex-start;
    padding-right: 20px;
}
.feedback__title {
    display: flex;
    width: 100%;
    margin-bottom: 48px;
    color: #333333;
    font-weight: 600;
    font-size: 48px;
    line-height: 100%;
}
.feedback__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #333333;
}
.feedback__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-basis: 50%;
    padding: 16px;
    box-shadow: 0px 2px 8px 0px #00113026;
    background: #FFFFFF;
    border-radius: 8px;
}
.feedback__item--title {
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    display: flex;
    width: 100%;
    justify-content: center;
    color: #333333;
    margin-bottom: 24px;
}
.feedback__form {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.feedback__form .feedback__group {
    width: 100%;
    margin-bottom: 16px;
}
.feedback__form .form__group-inner {
    width: 100%;
}
.feedback__label {
    width: 100%;
}
.feedback__label input {
    border: 1px solid #CCCCCC;
    font-family: Roboto, sans-serif;
    border-radius: 4px;
    padding: 4px 8px;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    outline: none!important;
    box-shadow: none!important;
}
.feedback__label input::placeholder {
    color: #777777;
}
.feedback__label textarea {
    border: 1px solid #CCCCCC;
    font-family: Roboto, sans-serif;
    border-radius: 4px;
    padding: 4px 8px;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    resize: none;
    height: 75px;
    margin-bottom: 20px;
    outline: none!important;
    box-shadow: none!important;
}
.feedback__label textarea::placeholder {
    color: #777777;
    height: 65px;
}
.feedback__send {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 5px;
    background: #0039A6;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    transition: 0.3s ease-in-out;
    border-radius: 4px;
}
.optional-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    background: #0039A6;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    transition: 0.3s ease-in-out;
    border-radius: 4px;
    min-width: 200px;
}
.optional-btn:disabled {
    opacity: 0.5;
}
.feedback__send:hover {
    opacity: 0.5;
    transition: 0.3s ease-in-out;
}
.about-competition__subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 48px;
    width: 100%;
    color: #333333;
}
.about-competition__content {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 80px;
}
.about-competition__right {
    display: flex;
    flex-direction: column;
    flex-basis: 57.6%;
    position: relative;
    padding-top: 14px;
    position: relative;
}
.about-competition__right--title {
    font-weight: 600;
    font-style: italic;
    font-size: 14px;
    line-height: 130%;
    margin-bottom: 24px;
    color: #0039A6;
}
.about-competition__soft {
    display: flex;
    gap: 20px;
    margin-bottom: 38px;
    align-items: flex-start;
}
.about-competition__soft--item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 147px;
}
.soft-item-image {
    margin-bottom: 4px;
}
.soft-item-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #333333;
}
.about-competition__right--total {
    display: flex;
    align-items: center;
    gap: 24px;
}
.about__total-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #333333;
    max-width: 192px;
}
.about-competition__stamp {
    position: absolute;
    right: 0;
    top: 0;
}
.about-competition__left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-basis: 32.2%;
    background: url(../images/aboutleftbg.png)  no-repeat;
    background-size: cover;
}
.about-comp-when {
    font-weight: 600;
    font-style: italic;
    font-size: 14px;
    line-height: 130%;
    color: #0039A6;
    padding-top: 15px;
    margin-bottom: 12px;
}
.about-comp-when-date {
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    color: #333333;
}
.about-comp-who {
    font-weight: 600;
    font-style: italic;
    font-size: 14px;
    line-height: 130%;
    color: #0039A6;
    padding-top: 69px;
}
.about-comp-who-content {
    font-weight: 400;
    font-size: 16px;
    line-height: 255%;
    color: #333333;
    padding-top: 3px;
}
.about-comp-what {
    font-weight: 600;
    font-style: italic;
    font-size: 14px;
    line-height: 130%;
    color: #0039A6;
    padding-top: 18px;
}
.about-comp-what-content {
    font-weight: 400;
    font-size: 16px;
    line-height: 215%;
    color: #333333;
    padding-top: 5px;
}
.about-competition-description-1 {
    display: flex;
    position: relative;
    width: 100%;
    margin-bottom: 24px;
    background: url(../images/compdesc1.png) no-repeat;
    background-size: cover;
    justify-content: space-between;
    height: 113px;
}
.about-comp-desc-1-left {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #333333;
    flex-basis: 31%;
}
.about-comp-desc-1-right {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #333333;
    flex-basis: 69%;
}
.about-comp-desc-1-right b {
    font-weight: 700    ;
}
.about-comp-desc-1-right,
.about-comp-desc-1-left {
    padding: 21px 1px 1px 19px;
}
.about-comp-pin {
    position: absolute;
    right: -23px;
    top: -62px
}
.about-comp-description-2 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 110px;
    background: url(../images/aboutcompdesc2bg.png) no-repeat;
    background-size: cover;
    margin-bottom: 23px;
}
.acd-2-left {
    position: relative;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #333333;
    flex-basis: 50%;
}
.acd-2-left b {
    font-weight: 700;
}
.acd-2-right {
    flex-basis: 50%;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #333333;
    position: relative;
}
.acd-2-right,
.acd-2-left {
    padding: 16px 12px 1px 16px;
}
.ac2pin4 {
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.ac2pin2 {
    position: absolute;
    top: -20px;
    right: 0;
}
.about-competition-docs {
    display: flex;
    width: 100%;
    gap: 16px;
}
.about-empty-btn {
    display: flex;
    align-items: center;
    gap: 4px;
    text-decoration: none;
}
.about__total-numbers {
    display: flex;
    gap: 16px;
}
.about-forum-banner {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 48px;
}
.about-forum-banner-item {
    display: flex;
    align-items: center;
    position: relative;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    color: #333333;
    background: url(../images/aboutforumbg.png) no-repeat;
    background-size: cover;
    padding: 24px 23px 24px 55px;
    transform: rotate(3deg);
}
.about-forum-pin {
    position: absolute;
    top: 16px;
    left: 14px;
}
.about-forum-grid {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin-bottom: 24px;
}
.about-forum-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.about-forum-text__title {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 24px;
    color: #333333;
}
.about-forum-text__title b {
    font-weight: 700;
}
.about-forum-text__bordered {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #333333;
    padding: 4px 0 8px 16px;
    margin-bottom: 24px;
    border-left: 2px solid #0039A6;
}
.about-forum-members {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #333333;
    margin-bottom: 16px;
}
.about-forum-members__item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 8px;
    gap: 8px;
}
.about-forum-members-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #333333;
}
.about-forum-letter {
    background: url(../images/letterbg.png) no-repeat;
    background-size: cover;
    padding: 18px;
}
.about-forum-letter-body {
    background: #ffffff;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 22px;
    justify-content: space-between;
}
.letter-line {
    width: 0.55px;
    height: 100%;
    background: #CEEAF2;
}
.about-forum-letter-image {
    display: flex;
    width: 234px;
    overflow: hidden;
    height: 347px;
    border-radius: 16px;
    justify-content: center;
}
.about-forum-letter-image img {
    max-width: initial;
}
.letter-text {
    position: relative;
    display: flex;
    height: 100%;
    background: url(../images/lettertextbg.png) no-repeat;
    background-size: contain;
    width: 234px;
}
.letter-when {
    position: absolute;
    font-weight: 600;
    font-style: italic;
    font-size: 14px;
    line-height: 130%;
    color: #0039A6;
    top: 17px;
}
.letter-when-date {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #333333;
    position: absolute;
    top: 48px;
}
.letter-where {
    font-weight: 600;
    font-style: italic;
    font-size: 14px;
    line-height: 130%;
    color: #0039A6;
    position: absolute;
    top: 100px;
}
.letter-where-place {
    position: absolute;
    font-weight: 400;
    font-size: 16px;
    line-height: 264%;
    color: #333333;
    max-width: 100%;
    top: 162px;
}
.about-forum-docs {
    display: flex;
    gap: 16px;
    width: 100%;
}
.vote__subtitle {
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #333333;
    margin-bottom: 24px;
}
.vote__subtitle b {
    font-weight: 700;
}
.vote-if-not-reg {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 24px;
}
.v-if-not-reg-content {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #777777;
    background: rgba(255, 255, 255, 0.5);
    padding: 8px 12px;
}
.vote-remember {
    display: flex;
    width: 100%;
    justify-content: flex-start;
}
.remember-me-button {
    display: flex;
    align-items: center;
    gap: 4px;
}
.vote-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 24px;
    width: 100%;
    grid-gap: 20px;
}
.vote-grid-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px 32px 16px 32px;
    background: url(../images/voteitembg.png) no-repeat;
    background-size: cover;
    filter: drop-shadow(0px 0px 4px rgba(217, 217, 217, 1));
}
.vote-image {
    width: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 16px;
}
.vote-image img {
    width: 100%;
}
.vote-name {
    position: relative;
    height: 46px;
    width: 100%;
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    color: #333333;
}
.vote-star {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
}
.vote-place {
    display: flex;
    width: 100%;
    height: 31px;
    gap: 5px;
    align-items: flex-start;
    font-weight: 400;
    font-size: 12px;
    line-height: 129%;
    color: #777777;
    overflow: hidden;
}
.news__body {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.news__main {
    display: flex;
    flex-basis: 780px;
    height: 536px;
    flex-direction: column;
    background: url(../images/newsmainbg.png) no-repeat;
    background-size: cover;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
    padding: 32px;
    text-decoration: none;
}
.news__items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-basis: calc(100% - 800px);
    height: 100%;
    padding-top: 0;
    justify-content: space-between;
}
.news__items-all {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-height: 470px;
    overflow: hidden;
}
.news__item {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 8px;
    border-top: 0.5px solid #CCCCCC;
    margin-bottom: 16px;
    text-decoration: none;
}
.news-item-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    color: #333333;
    margin-bottom: 4px;
}
.news-item-date {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #777777;
}
.show-all-news-section {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    text-decoration: none;
}
.news-show-all {
    text-decoration: none;
}
.news__main--image {
    width: 100%;
    margin-bottom: 16px;
}
.news__main--image img {
    width: 100%;
}
.news__main--title {
    margin-top: auto;
    margin-bottom: 4px;
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    color: #333333;
    max-height: 23px;
    overflow: hidden;
}
.news__main-date {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    width: 100%;
    color: #777777;
}
.news__item:hover .news-item-title {
    color: #0039A6;
}
.if-post-has-star {
    display: inline-block;
    vertical-align: super;
}
.competition-work-container {
    display: flex;
    flex-direction: column;
    width: 95%;
    max-width: 1180px;
    padding: 40px 0;
}
.competition-work {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.competition-work-head {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 48px;
    align-items: flex-start;
}
.competition-work-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-weight: 600;
    font-size: 48px;
    line-height: 100%;
    color: #333333;
}
.competition-work-buttons {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
.competition-work-body {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.competition-work-content {
    display: flex;
    flex-direction: column;
    flex-basis: 66.1%;
}
.competition-work-content-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.comp-work-nav-labels {
    display: flex;
    gap: 8px;
}
.competition-work-content-item {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.competition-work-content-item form {
    background: #ffffff;
    padding: 16px;
    position: relative;
    box-shadow: 0px 8px 8px 0px #00113026;
    border-radius: 0 8px 8px 8px;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.competition-form-buttons {
    display: flex;
    align-items: flex-start;
    position: absolute;
    bottom: -50px;
    left: 0;
    gap: 16px;
}
.comp-work-labels-label span {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    color: #333333;
    padding: 8px 16px;
    background: #FFFFFF;
    border-radius: 8px 8px 0 0;
    box-shadow: 0px 0px 12px 0px #00113026;
}
.comp-work-labels-label span.notActiveLabel {
    background: linear-gradient(180deg, #FFFFFF 0%, #E5E5E5 100%);
}
.translate-y-m5 {
    transform: translateY(-5px);
}
.team-row-title {
    width: 100%;
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    color: #0039A6;
}
.team-row {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 16px;
}
.team-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-basis: calc(50% - 10px);
}
.team-col label {
    font-weight: 600;
    font-style: italic;
    font-size: 14px;
    line-height: 130%;
    color: #777777;
    margin-bottom: 2px;
}
.team-col input {
    height: 32px;
    width: 100%;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    color: #777777;
    padding: 4px 8px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
}
.team-col .multiselect {
    min-height: 32px;
}
.team-col .multiselect .multiselect__select {
    height: 30px;
    padding: 0;
}
.team-col .multiselect .multiselect__tags {
    padding: 0 40px 0 0;
    min-height: 32px;
    border: 1px solid #CCCCCC;
}
.team-col .multiselect .multiselect__placeholder {
    margin-bottom: 0;
    padding-top: 4px;
    color: #777777;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    padding-left: 8px;
}
.team-col .multiselect input {
    border: none;
    opacity: 0;
    margin-bottom: 0;
}
.team-col .multiselect .multiselect__single {
    margin-bottom: 0;
    padding-top: 4px;
}
.add-member-button {
    width: max-content;
    margin-bottom: 28px;
    cursor: pointer;
}
.agreements-row {
    display: flex;
    width: 100%;
    gap: 8px;
    align-items: flex-start;
}
.agreements-row label {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #333333;
}
.agreements-row label a {
    color: #0039A6;
    text-decoration: underline;
}
.members-row {
    padding-bottom: 8px;
    border-bottom: 0.5px solid #CCCCCC;
    position: relative;
}
.members-row .btn-del-member {
    position: absolute;
    right: 0;
    top: -10px;
}
.competition-work-preview {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-basis: 32.2%;
}
.competition-work-preview-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    padding-top: 40px;
}
.competition-preview-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    background: url(../images/preview-card.png) no-repeat;
    background-size: cover;
    padding: 32px;
    margin-bottom: 16px;
    filter: drop-shadow(0px 0px 4px rgba(217, 217, 217, 1));
}
.preview-card-image {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F2F2F2;
    overflow: hidden;
    width: 316px;
    height: 240px;
    margin-bottom: 16px;
}
.preview-card-image div {
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    color: #777777;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.preview-card-image img {
    position: absolute;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
}
.preview-card-name {
    width: 100%;
    height: 46px;
    overflow: hidden;
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    vertical-align: bottom;
}
.preview-card-name span {
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    vertical-align: bottom;
}
.card-name-gray {
    color: #CCCCCC;
}
.card-name-full {
    color: #333333;
}
.preview-card-location {
    display: flex;
    width: 100%;
    justify-content: flex-start;
}
.preview-card-location span {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    gap: 2px;
    align-items: center;
    color: #777777;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
}
.preview-nomination {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 16px;
}
.preview-nomination span {
    color: #777777;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
}
.preview-nomination p {
    color: #333333;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
}
.preview-status {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    top: -76px;
    right: -73px;
}
.form-control:focus {
    box-shadow: none!important;
}
.preview-tags {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}
.preview-tags p {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 5px 12px;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    background: #FFFFFF;
    border-radius: 16px;
}
.modal {
    background: rgba(51, 51, 51, 0.5);
}
.auth-titile {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 24px;
    color: #333333;
}
.authorization-fields input {
    width: 100%;
    height: 32px;
    padding: 4px 8px;
    color: #777777;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
}
.pass-label {
    position: relative;
}
.show-pass {
    position: absolute;
    top: 4px;
    right: 6px;
}
.auth-btns-controls button {
    width: 100%;
}
.user-menu {
    background: #ffffff;
    padding: 0;
    right: 0;
    min-width: 280px;
    top: 40px;
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
}
.user-menu a {
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 8px;
    border-radius: 0;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 0;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    gap: 8px;
}
.user-menu a.no-border {
    border-bottom: none;
}
.user-menu a:hover {
    background: #CCCCCC;
    color: #0039A6;
}
.user-menu a:hover svg path {
    stroke: #0039A6;
}
.moderator-container {
    display: flex;
    width: 100%;
    max-width: 1180px;
    flex-direction: column;
    margin: 0 auto;
    padding-bottom: 40px;
}
.moderator-body {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-bottom: 50px;
}
.moderator-left {
    display: flex;
    flex-direction: column;
    flex-basis: 32.2%;
}
.moderator-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-basis: 66.1%;
}
.moderator-image {
    display: flex;
    width: 100%;
    height: 304px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 32px;
    background: url(../images/moderbg.png) no-repeat;
    background-size: cover;
    filter: drop-shadow(0px 0px 4px rgba(217, 217, 217, 1));
}
.moderator-image img {
    min-width: 100%;
    max-width: 100%;
}
.moderator-text {
    width: 100%;
    position: relative;
    background: url(../images/moderatortextbg.png) no-repeat;
    background-size: cover;
    height: 232px;
}
.moder-from-who-title {
    position: absolute;
    left: 0;
    top: 13px;
    font-weight: 600;
    font-style: italic;
    font-size: 14px;
    color: #0039A6;
}
.moder-from-who-text {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    position: absolute;
    left: 0;
    top: 40px;
}
.moder-from-where-title {
    position: absolute;
    left: 0;
    top: 132px;
    font-weight: 600;
    font-style: italic;
    font-size: 14px;
    color: #0039A6;
}
.moder-from-where-text {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    position: absolute;
    left: 0;
    line-height: 245%;
    top: 153px;
}
.moderator-text {
    overflow: hidden;
}
.moderator-tags {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}
.moderator-tags span {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 5px 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #333333;
}
.moder-work-name {
    font-weight: 600;
    font-size: 48px;
    line-height: 100%;
    color: #333333;
    margin-bottom: 16px;
}
.moder-work-description {
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
    line-height: 130%;
    color: #333333;
    margin-bottom: 16px;
}
.moder-nomination-title {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #777777;
}
.moder-nomination-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #333333;
    margin-bottom: 16px;
}
.moder-files {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
    width: 100%;
}
.moder-files-items {
    display: flex;
    align-items: center;
    border-radius: 4px;
    background: #ffffff;
    filter: drop-shadow(0px 0px 4px rgba(217, 217, 217, 1));
    gap: 8px;
    padding: 4px 12px;
    overflow: hidden;
}
.moder-files-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.moder-files-col-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    color: #333333;
}
.moder-files-col-content {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #777777;
}
.comments-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 16px;
    color: #333333;
}
.moderator-buttons-controls {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    width: 100%;
    margin-bottom: 100px;
    margin-top: 24px;
}
.moderator-comment-form {
    display: flex;
    width: 100%;
    gap: 16px;
    padding: 16px;
    background: #ffffff;
    border-radius: 8px;
    filter: drop-shadow(0px 0px 4px rgba(217, 217, 217, 1));
}
.inner-container {
    width: 100%;
}
.moderator-comments-section {
    width: 100%;
}
.moderator-comment-form textarea {
    height: 32px;
    padding: 4px 8px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #777777;
    flex-grow: 1;
    overflow: hidden;
}
.error-message {
    color: red;
}

.pointer {
    cursor: pointer;
}
.team-col.project-col {
    flex-basis: 100%;
}
.team-col.project-download {
    flex-basis: 35.3%;
}
.team-col.project-description-col {
    flex-basis: 62%;
}
.team-col.project-download #coverFiles {
    width: 100%;
}
.modal-manual-title {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 4px;
    margin-bottom: 17px;
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    color: #333333;
}
.modal-manual-window .modal-content {
    border-radius: 0;
}
.modal-manual-navigation {
    display: flex;
    width: calc(100% + 10px);
    align-items: center;
    justify-content: center;
    gap: 4px;
    height: 16px;
    background: #ffffff;
    box-shadow: 0px 0px 12px 0px #00113026;
    position: absolute;
    top: -16px;
    left: -5px;
    border-radius: 15px 15px 0 0;
}
.modal-manual-bottom {
    display: flex;
    width: calc(100% + 10px);
    height: 16px;
    background: #ffffff;
    box-shadow: 0px 0px 12px 0px #00113026;
    position: absolute;
    bottom: -16px;
    left: -5px;
    border-radius: 0 0 15px 15px;
}
.modal-manual-navigation div {
    display: flex;
    width: 4px;
    height: 4px;
    cursor: pointer;
    border-radius: 50%;
    background: #bfcde9;
}
.modal-manual-navigation div.manual-item-active {
    width: 6px;
    height: 6px;
    background: #0039A6;
}
.modal-manual-close {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 8px;
}
.modal-manual-content {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #333333;
    margin-bottom: 24px;
}
.modal-manual-content b {
    font-weight: 700;
}
.modal-manual-buttons {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 8px;
}
.modal-manual-content ul {
    padding-left: 2rem;
    margin-bottom: 0;
}
.modal-manual-content ul li {
    list-style: disc;
}
.modal_step_4 .modal-dialog,
.modal_step_5 .modal-dialog,
.modal_step_14 .modal-dialog,
.modal_step_6 .modal-dialog,
.modal_step_7 .modal-dialog,
.modal_step_8 .modal-dialog,
.modal_step_12 .modal-dialog{
    max-width: 380px;
    transform: translateX(400px);
}
.marker-active {
    z-index: 4444;
    background: white;
    border-radius: 4px;
}
.marker-2.marker-active {
    position: relative;
}
.filled-button.marker-active {
    background: #0039A6;
}
.marker-4 textarea {
    flex-grow: 1;
}
.marker-6 #additionalFiles {
    width: 100%;
}
.caret-dropdown {
    transform: rotateX(0deg);
    transition: transform 0.3s ease-in-out;
}
.caret-dropdown.active-caret {
    transform: rotateX(180deg);
}
@keyframes userMenu {
    from { opacity: 0; }
    to   { opacity: 1; }
}
.user-menu.active-menu {
    animation-name: userMenu;
    animation-duration: 0.5s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}
.footer-annotations {
    width: 95%;
    max-width: 1180px;
    font-weight: 400;
    font-size: 12px;
    color: #CCCCCC;
    padding-top: 16px;
    border-top: 0.5px solid #CCCCCC;
    margin-top: 24px;
}
.news-page-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    align-items: flex-start;
    padding-bottom: 100px;
}
.news-page-title {
    padding-top: 40px;
    margin-bottom: 48px;
    font-weight: 600;
    font-size: 48px;
    color: #333333;
}
.news-page-filter select {
    padding: 4px 8px;
    background: #ffffff;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: #333333;
    font-size: 16px;
    border-radius: 4px;
    margin-bottom: 24px;
    cursor: pointer;
    outline: none!important;
}
.news-page-body {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 20px;
}
.news-page-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    flex-basis: 780px;
    grid-row-gap: 24px;
    grid-column-gap: 20px;
}
.news-page-item {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 32px;
    background: url(../images/newspageitembg.png) no-repeat;
    background-size: cover;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
    cursor: pointer;
}
.news-page-grid > .news-page-item:nth-child(3n + 1) {
    grid-column: span 2;
    background: url(../images/newspageitembgbig.png) no-repeat;
}
.news-page-sidebar {
    display: flex;
    flex-direction: column;
    flex-basis: calc(100% - 800px);
}
.news-page-item-image {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 240px;
    overflow: hidden;
    margin-bottom: 16px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.news-page-grid > .news-page-item:nth-child(3n + 1) .news-page-item-image {
    height: 413px;
}
.news-page-item-image img {
    max-width: 100%;
}
.news-page-item-title {
    display: flex;
    width: 100%;
    max-width: 100%;
    height: 46px;
    overflow: hidden;
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    color: #333333;
}
.news-page-item-date {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #777777;
}
.news-page-grid > .news-page-item:nth-child(3n + 1) .news-page-item-title {
    height: 23px;
}
/*.news-page-grid .news-page-item:nth-child(n+7) {*/
/*    display: none;*/
/*}*/
.news-page-sidebar-item {
    display: flex;
    flex-direction: column;
    padding: 8px 0 24px 0;
    border-top: 0.5px solid #CCCCCC;
    cursor: pointer;
}
.news-page-sidebar-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 4px;
    color: #333333;
}
.news-page-sidebar-date {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #777777;
}
/*.news-page-sidebar .news-page-sidebar-item:nth-child(-n+6) {*/
/*    display: none;*/
/*}*/
.news-details-page {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1180px;
    padding-top: 40px;
    padding-bottom: 100px;
    margin: 0 auto;
}
.news-details-nav {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}
.news-details-back {
    display: flex;
    cursor: pointer;
    align-items: center;
    gap: 4px;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #777777;
}
.news-details-body {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.news-details-main-content {
    display: flex;
    flex-direction: column;
    flex-basis: 680px;
}
.news-dmc-title {
    font-weight: 600;
    font-size: 48px;
    line-height: 100%;
    color: #333333;
    margin-bottom: 48px;
    width: 100%;
}
.news-dmc-image {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.news-dmc-image img {
    max-width: 100%;
    margin-bottom: 8px;
}
.news-img-author {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 24px;
    color: #777777;
}
.news-dmc-content {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #333333;
}
.news-details-sidebar-wrapper {
    max-width: 380px;
    display: flex;
    align-items: flex-start;
    min-height: 1200px;
}

.news-details-sidebar-item {
    display: flex;
    flex-direction: column;
    padding: 8px 0 24px 0;
    border-top: 0.5px solid #CCCCCC;
    cursor: pointer;
}
.news-details-sidebar-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 4px;
    color: #333333;
}
.news-details-sidebar-date {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #777777;
}
.tech-support-message {
    padding-left: 34px;
    max-width: 357px;
    align-items: center;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 400;
    margin-top: -20px;
}
.comments-of-users {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0px 2px 12px 0px #00113026;
    padding: 16px;
}
.comment-user-section {
    margin-bottom: 16px;
}
.comment-user-person {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 8px;
    align-items: flex-start;
    position: relative;
    border-bottom: 1px solid #CCCCCC;
}
.comments-user-status {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #777777;
}
.comment-user-nickname {
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    color: #333333;
}
.comment-user-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
}
.comment-if-text {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
}
.comment-user-text {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #333333;
}
.comment-user-files-items {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}
.comment-user-del {
    position: absolute;
    right: 0;
    top: 0;
}
.comment-user-date {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #777777;
}
.comment-user-answer {
    cursor: pointer;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #0039A6;
}
.comment-user-date-and-answer {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 8px;
}
.show-hide-comments {
    color: #0039A6;
    text-decoration: underline;
    margin: 10px 0;
    cursor: pointer;
}
.moder-controls-comments-buttons {
    /*position: absolute;*/
    margin-bottom: 10px;
    right: 0;
    top: 10px;
    display: flex;
    align-items: flex-end;
    gap: 8px;
}
.pagination-comments-section {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 10px;
}
.pagination-comments-section .pagination {
    background: #ffffff;
    border-radius: 8px;
}
.pagination-comments-section .pagination li {
    padding: 1px;
    border-radius: 8px;
    overflow: hidden;
}
.pagination-comments-section .pagination li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #777777;
}
.pagination-comments-section .pagination li.active a {
    color: #FFFFFF;
    background: #0039A6;
}
.pagination-comments-section .pagination * {
    border: none;
    outline: none;
    box-shadow: none;
}
.modal-textarea {
    width: 100%;
    min-height: 100px;
    border: 1px solid #333333;
    border-radius: 4px;
}
.modal-comment-buttons {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.notification-bell {
    position: relative;
}
.notification-numbers {
    position: absolute;
    font-weight: 600;
    font-size: 8px;
    line-height: 100%;
    padding: 1px 3px;
    color: #ffffff;
    background: #D52B1E;
    border-radius: 5px;
    right: 2px;
    top: 2px;
}
.notification-modal-window {
    min-width: 260px;
    background: #ffffff;
    border-radius: 4px;
    padding: 5px 15px;
    max-height: 400px;
    overflow: auto;
}
.notification-modal-window ul li {
    border-bottom: 1px solid #777777;
    padding-bottom: 5px;
}
.notification-modal-window ul {
    padding-left: 0;
    margin-bottom: 0;
}
.notifications-actions {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 10px;
}
/*map start*/
.map-section {
    display: flex;
    width: 100%;
    height: 100%;
}
.interactive-map-section {
    width: 100%;
    display: flex;
    background: #C2D7FF;
}
.interactive-map-sidebar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 510px;
    background: url(../images/mapsidebarbg.png);
    background-repeat: repeat-y;
    background-position: right top;
    position: relative;
    padding: 20px;
}
.i-map-sidebar-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    background: none;
    width: 74.5%;
}
.interactive-map-sidebar .i-map-sidebar-col {
    display: none;
}
.interactive-map-sidebar.active-transform .i-map-sidebar-col {
    display: flex;
}
.i-map-sidebar-col-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 8px;
}
.i-map-section-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    color: #333333;
    padding-bottom: 16px;
}
.i-map-regions-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
    max-height: 86vh;
    max-height: 86dvh;
    overflow: auto;
    background: none;
    padding: 0;
    margin: 0;
}
.i-map-regions-list::-webkit-scrollbar {
    width: 4px;
    background: none;
}
.i-map-regions-list::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
}

.i-map-regions-list::-webkit-scrollbar-thumb {
    background-color: rgba(51, 51, 51, 0.25); /* ползунок */
    border-radius: 10px;
}

.i-map-regions-list::-webkit-scrollbar-thumb:hover {
    background-color: rgba(51, 51, 51, 0.4);
}
.i-map-regions-list::-webkit-scrollbar-button {
    display: none!important;
    height: 0!important;
    width: 0!important;
}

/* Firefox */
.i-map-regions-list {
    scrollbar-width: thin; /* для Firefox */
    scrollbar-color: rgba(51, 51, 51, 0.25) transparent;
}


.i-map-regions-list .i-map-region {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    border-top: 0.5px solid #CCCCCC;
    cursor: pointer;
}
.i-map-region-item-name {
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    color: #333333;
}
.i-map-region-item-works {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #777777;
}
.sidebar-visibility-controller {
    position: absolute;
    top: 20px;
    right: 75px;
    cursor: pointer;
}
.interactive-map-sidebar {
    transition: 0.3s ease-in-out;
    width: 125px;
}
.interactive-map-sidebar .i-map-sidebar-col-content {
    display: none;
}
.interactive-map-sidebar.active-transform {
    transition: 0.3s ease-in-out;
    width: 100%;
}
.interactive-map-sidebar.active-transform .i-map-sidebar-col-content {
    display: flex;
}
.i-map-body {
    display: flex;
    flex-grow: 1;
    position: relative;
    height: 100vh;
    height: 100dvh;
    overflow: hidden;
    align-items: center;
}
.i-map-body-top {
    display: flex;
    align-items: center;
    position: absolute;
    top: 20px;
    right: 20px;
}
.i-map-top-materials {
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0px 2px 12px 0px #00113026;
    background: #FFFFFF;
    border-radius: 24px;
    padding: 4px;
    margin-right: 16px;
}
.i-map-top-materials button {
    display: flex;
    cursor: pointer;
    gap: 4px;
    padding: 4px 8px;
    background: #ffffff;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #333333;
    border-radius: 24px;
    align-items: center;
    position: relative;
    border: 1px solid #ffffff;
}
.i-map-top-materials button:hover {
    background: #F2F2F2;
}
.i-map-top-materials button.i-filter-active {
    background: #F2F2F2;
    border: 1px solid #CCCCCC;
}
.i-map-top-materials button:disabled {
    cursor: not-allowed;
    filter: grayscale(1);
}
.disabled-message {
    display: none;
}
.i-map-top-materials button:disabled:hover .disabled-message {
    display: flex;
    position: absolute;
    width: max-content;
    right: 0;
    bottom: -30px;
    background: #333333;
    padding: 4px 8px;
    border-radius: 4px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #FFFFFF;
}
.i-map-top-materials button.i-filter-active {
    background: #F2F2F2;
}
.i-map-top-materials.i-map-top-rating {
    margin-right: 50px;
}
.live-the-map {
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #0039A6;
    padding: 4px 8px;
    text-decoration: none;
    background: #ffffff;
    border: 1px solid #0039A6;
    border-radius: 4px;
}
.i-map-body-bottom-create {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.create-button-map-i a.map-a,
.create-button-map-i button.map-button {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 4px 8px ;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    text-decoration: none;
    background: #0039A6;
    border-radius: 4px;
    color: #ffffff;
}
.i-map-zoom {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 20px;
    gap: 8px;
}
.i-map-svg-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}
.map-control-button-zoom {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    cursor: pointer;
    border-radius: 4px;
    background: #ffffff;
}
.map-section * {
    user-select: none;
}
.i-map-if-works-list {
    display: flex;
    flex-direction: column;
    max-height: 84vh;
    max-height: 84dvh;
    overflow: auto;
    width: 100%;
    margin: 0;
    padding: 0;
    gap: 16px;
    height: 84vh;
    height: 84dvh;
}
.i-map-if-work-item {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    background: none;
}
.i-map-if-work-content {
    padding-top: 8px;
    width: 100%;
    border-top: 0.5px solid #CCCCCC;
    background: none;
    position: relative;

}
.i-map-if-work-name-and-city {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 4px;
    cursor: pointer;
}
.i-map-wncanc-name {
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    color: #333333;
}
.i-map-wncanc-city {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #777777;
}
.i-map-if-work-name-and-city:hover .i-map-wncanc-name {
    color: #0039A6;
}
.i-map-navigation-top {
    display: grid;
    grid-template-columns: 1fr 4fr 1fr;
    width: 100%;
    margin-bottom: 16px;
}
.i-map-navigation-top div:nth-child(3) {
    justify-self: end;
}
.i-map-if-works {
    width: 100%;
}
.i-map-nav-top-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    color: #333333;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    transform: translateY(4px);
    align-items: center;
    justify-content: center;
}
.i-map-work-preview-section {
    display: flex;
    width: 100%;
    flex-direction: column;
}
.i-map-work-preview {
    display: flex;
    flex-direction: column;
    background: url(../images/mappreviewbg.svg) no-repeat;
    background-size: cover;
    width: 100%;
    padding: 32px;
    align-items: center;
    filter: drop-shadow(0px 0px 4px rgba(217, 217, 217, 1));
}
.i-map-prev-name {
    display: flex;
    width: 100%;
    height: 46px;
    overflow: hidden;
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    color: #333333;
    margin-bottom: 8px;
}
.i-map-prev-city {
    display: flex;
    align-items: flex-start;
    width: 100%;
    gap: 2px;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #777777;
    height: 16px;
    overflow: hidden;
}
.i-map-nominations-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 16px;
}
.imns-title {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #777777;
    margin-top: 16px;
}
.imns-name {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #333333;
}
.i-map-body-title {
    display: flex;
    position: absolute;
    top: 75px;
    width: 100%;
    justify-content: center;
    font-weight: 600;
    font-size: 32px;
    line-height: 130%;
    color: #333333;
    text-shadow: 1px 1px 1px #000000;
}
.create-button-map-i a:hover {
    color: #FFFFFF;
}
.i-map-mediafiles {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}
.immf-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #333333;
    padding: 4px 8px;
    border-radius: 16px;
    background: #ffffff;
}
.i-map-prev-description {
    width: 100%;
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
    line-height: 130%;
    color: #333333;
}
.i-map-prev-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    margin-top: 16px;
}
.likes-section-i-map {
    display: flex;
    align-items: center;
    gap: 4px;
    position: absolute;
    top: 0;
    right: 0;
}
.likes-section-i-map img {

}
.like-was-pressed .i-map-likes-count {
    color: #D52B1E;
}
.i-map-likes-count {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #777777;
}
.like-button-press {
    display: flex;
    align-items: flex-start;
    gap: 4px;
}
/*map end*/
.statuses-form-after {
    display: flex;
}
.full-page-work-likes {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    margin-top: 16px;
}
.comments-from-moder {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
}
.comments-from-moder-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 16px;
    color: #333333;
}
.comments-from-moder-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
    box-shadow: 0px 2px 12px 0px #00113026;
    border-radius: 8px;
    background: #ffffff;
    width: 100%;
}
.comment-from-moder-text {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #333333;
    margin-bottom: 4px;
}
.comments-from-moder-image {
    border-radius: 8px;
    border: 1px solid #CCCCCC;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100px;
    height: 100px;
}
.comment-from-moder-nickname {
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 4px;
    color: #333333;
}
.comment-images-grid {
    width: 100%;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 4px;
}
.d--grid-preview {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
}
.image-container-preview-no {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    cursor: pointer;
}
.modal-preview .modal-body {
    padding: 25px;
}
.materials-choose-inputs {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
}
.mobile-competition-work {
    display: none;
}
.materials-choose-inputs label {
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 16px;
    background: none;
    border: 1px solid lightgrey;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    font-style: normal;
    background: #ffffff;
}
.materials-choose-inputs input:checked+label {
    background: lightgrey;
    border: 1px solid #ffffff;
}
.materials-choose-inputs div input {
    display: none;
    visibility: hidden;
    width: 0px;
    height: 0px;
}
.administration-filters-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    background: #ffffff;
    padding: 16px;
    border-radius: 8px;
    box-shadow: 0px 2px 12px 0px #00113026;
    grid-gap: 20px;
}
.administration-grid-col {
    display: flex;
    flex-direction: column;
}
.administration-grid-col label {
    font-weight: 600;
    font-style: italic;
    font-size: 14px;
    line-height: 130%;
    color: #777777;
    margin-bottom: 2px;
}
.administration-grid-col select {
    width: 100%;
    height: 32px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    color: #777777;
    outline: none!important;
}
.container-404 {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.title-404 {
    font-weight: 600;
    font-size: 32px;
    line-height: 130%;
    color: #333333;
}
.text-404 {
    font-weight: 400;
    font-size: 32px;
    line-height: 130%;
    color: #333333;
    text-align: center;
    margin-bottom: 40px;
}
.page-404 {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
}
.enter-mail-modal {
    color: #333333;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
}
.new-registration-fields input {
    height: 32px;
    padding: 4px 8px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #777777;
}
.new-registration-fields .multiselect__tags {
    min-height: 32px;
    padding: 4px 40px 0 8px;
}
.new-registration-fields .multiselect__placeholder {
    margin-bottom: 0;
    padding-top: 0;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #777777;
}
.new-registration-fields .multiselect__select {
    height: 32px;
}
.new-check-row {
    gap: 8px;
}
.new-check-row input {
    width: 32px;
    height: 23px;
    cursor: pointer;
    min-width: 23px;
}
.new-check-label div {
    display: inline;
    flex-wrap: wrap;
    column-gap: 4px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #333333;
}
.new-check-label div a {
    display: inline;
    color: #0039A6;
    text-decoration: underline;
}
.registration-info {
    display: flex;
    width: 100%;
    padding: 8px 12px;
    background: rgba(204, 204, 204, 0.1);
    border-radius: 8px;
    margin-bottom: 15px;
    gap: 8px;
    align-items: flex-start;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #777777;
}
.new-no-14 {
    display: flex;
    width: 100%;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #D52B1E;
    transform: translateY(-14px);
}
.scroll-to-top {
    position: fixed;
    display: flex;
    display: none;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    right: 20px;
    bottom: 70px;
    gap: 10px;
    z-index: 2;
}
.scroll-to-top.visible {
    display: flex;
}
.no-obloghka-niche-chto-po-english {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    color: #0039A6;
}
.choose-files-btn:hover {
    color: #0039A6;
}
.feedback__form .optional-btn {
    border: 1px solid #0039A6;
    background: #0039A6;
    border-radius: 4px;
    transition: 0.3s ease-in-out;
    user-select: none;
}
.feedback__form .optional-btn:hover {
    background: #00308D;
    border: 1px solid #00308D;
}
.delete-avatar {
    background: rgba(51, 51, 51, 0.5);
    border-radius: 0 8px 0 8px;
    padding: 8px;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.upload-area:hover button,
.upload-area:hover p {
    color: #0039A6;
}
.upload-area:hover {
    cursor: pointer;
}
.i-map-region:hover .i-map-region-item-name {
    color: #0039A6;
}
.i-map-region_hovered .i-map-region-item-name {
    color: #0039A6;
}
.vote-modal-text-p {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #333333;
}
.vote-modal-blue-text {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #0039A6;
    margin-bottom: 24px;
}
.cabinet-administration-title {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 20px;
}
.cabinet-welcome-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    color: #333333;
    margin-bottom: 8px;
}
.administration-cabinet-head-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-basis: 65%;
}
.administration-cabinet-head-left p {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #333333;
    margin-bottom: 4px;
}
.ach-right {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}
.table-section-administration thead th {
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    color: #333333;
    border-right: 1px solid #cccccc;
    text-align: center;
}
.table-section-administration thead th:last-child {
    min-width: 200px;
    text-align: center;
    border-right: none;
}
.table-section-administration thead tr {
    border-bottom: 1px solid #cccccc;
}
.table-section-administration tbody tr {
    border-bottom: 1px solid #cccccc;
}
.table-section-administration tbody tr td {
    border-right: 1px solid #cccccc;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #333333;
}
.table-section-administration tbody tr td:last-child {
    border-right: none;
}
.i-map-body-bottom-video {
    right: 220px;
}
.modal-dialog.video-modal {
    max-width: 650px;
}
.modal-dialog.video-modal .modal-body {
    padding: 25px;
}
.opacity-zero {
    opacity: 0!important;
}
.eventJoin-component-container {
    margin-top: auto;
}
.event__show-text {
    margin-top: 8px;
    margin-bottom: auto;
    text-decoration: none;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #333333;
}
.event__item--text {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    width: 100dvw;
    height: 100vh;
    height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.3);
}
.event__item--text-modal {
    display: flex;
    width: 95%;
    max-width: 550px;
    padding: 10px;
    border-radius: 8px;
    background: #ffffff;
    flex-direction: column;
    align-items: flex-start;
}
.eitm--title {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
    align-items: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    color: #333333;
}
.eitm-close {
    cursor: pointer;
}
.eitm-description {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #333333;
}
.fill-card-title {
    display: flex;
    width: 100%;
    justify-content: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 24px;
}
.fill-card-line {
    width: 100%;
    height: 1px;
    background: #CCCCCC;
    margin-bottom: 16px;
}
.close-card-modal {
    top: 15px;
}
.event-card-picture-text {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 19px;
}
.event-card-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-basis: 65%;
}
.event-card-place {
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #333333;
    margin-bottom: 8px;
}
.event-card-shorttext {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #333333;
}
.event-card-image {
    border-radius: 8px;
    overflow: hidden;
}
.event-card-image img {
    width: 100%;
}
.event-card-image {
    flex-basis: 30%;
    height: max-content;
}
.event-card-image {
    width: 100%;
    border-radius: 8px;
}
.card-event-info {
    display: flex;
    width: 100%;
    gap: 4px;
    align-items: flex-start;
    background: rgba(204, 204, 204, 0.1);
    border-radius: 8px;
    padding: 8px 12px;
    margin-bottom: 16px;
    color: #777777;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0%;
}
.cursive-event {
    font-style: italic;
}
.event-card-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
}
.eventJoin-component-container .modal-dialog {
    max-width: 600px;
}
@media screen and (max-width: 800px) {
    .events__items {
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 500px) {
    .events__items {
        grid-template-columns: 1fr;
    }
}
.news__main--image {
    overflow: hidden;
}
.finalists-section {
    display: flex;
    justify-content: center;
    width: 100%;
}
.finalists-container {
    display: flex;
    flex-direction: column;
    width: 95%;
    max-width: 1180px;
}
.finalists-title {
    font-weight: 600;
    font-size: 48px;
    line-height: 100%;
    color: #333333;
    margin-bottom: 16px;
}
.final-subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #333333;
    margin-bottom: 16px;
}
.final-subtitle b {
    font-weight: 700;
}
.final-list {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #333333;
    margin-bottom: 48px;
}
.final-grid-works {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}
.preview-card-location span.final-span-area {
    max-height: 16px;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
}
.final-like-btn {
    position: absolute;
    left: 12px;
    top: 8px;
}
.competition-preview-card.position-relative {
    cursor: pointer;
}
.final-filter-rate {
    display: flex;
    gap: 8px;
    margin-bottom: 24px;
}
.btn-final-rate {

}
.i-filter-active.events__filters-item {
    color: #FFFFFF;
    background: #333333;
}
@media screen and (max-width: 1200px) {
    .final-grid-works {
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 1000px) {
    .details-finals {
        flex-direction: column;
    }
    .details-finals-files {
        grid-template-columns: 1fr;
    }
    .finals-moderator-tags {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }
}

@media screen and (max-width: 750px) {
    .final-grid-works {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .competition-preview-card.position-relative {
        width: max-content;
    }
    .final-grid-works .competition-preview-card.position-relative {
        width: 100%;
    }
}
.finalists-preview-card {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F2F2F2;
    overflow: hidden;
    width: 316px;
    height: 240px;
    margin-bottom: 16px;
}
.finalists-preview-card img {
    max-height: 100%;
}
/*.finalists-preview-card.preview-card-image {*/
/*    background: none;*/
/*}*/

