@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap');
body {
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}
body > div.bvi-panel > div.bvi-blocks.bvi-block-center > div:nth-child(4) {
	display:none !important;
}

.partnerItem {
    height: 150px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    user-select:none !important;
}

.partnerItem img {
    max-height:150px;
    user-select:none !important;
}

.top_header_left {
display:flex;
}

.imageZoom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #b91827;
    font-weight: 600;
    font-size: 16px;
}

.top_header_left form {
display:flex;
 height: 30px;
 width: 300px;
position:relative;
}
.search_image {
    position: absolute;
    right: 10px;
    top: 3px;
}
.top_header_left form input {
    height: 30px;
    background: #FAFAFA;
    box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.11);
    border: unset;
    width: 300px;
    padding: 0;
    padding-left: 10px;
}


.container {
    width:1368px;
    position: relative;
    margin:0 auto;
}
header {
    background: #fff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    border-radius: 0px 0px 15px 15px;
    position: relative;
    z-index: 3;
}
header .top {
    height:100px;
    display: flex;
    align-items: center;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
}
header .bottom {
    height:90px;
}
header .logo {
    margin-right: 40px;
}
header .logok {
    margin-top: -4px;
}
.header_top_left {
    display: flex;
    align-items: center;
}
.header_nav a {
    font-family: 'Inter';
    font-style: normal;
    flex: 1 1 auto;
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #3D3D3D;
    text-decoration: none;
    transition: color 0.3s;
    border-right: 1px solid #3D3D3D;
}


.header_nav span{
    font-family: 'Inter';
    font-style: normal;
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #3D3D3D;
    text-decoration: none;
    transition: color 0.3s;
    display:block;
    text-align:center;

}

.hidden_menu_wrap {
    border-right: 1px solid #3D3D3D;
    flex: 1 1 auto;
    cursor: pointer;
    position: relative;
}

.hidden_menu_wrap:hover .hidden_menu {
    display:block;
}

.hidden_menu {
    display:none;
    position: absolute;
    top: 28px;
    left: 0;
    width: 100%;
    height: auto;
    padding: 40px;
    background: #fff;
    padding-bottom: 20px;
}

.hidden_menu a {
    margin-bottom: 10px;
    display:block;
    border:unset;
}
.header_nav a:last-child {
    border-right: 0;
}
.header_nav a:nth-child(6) {
    border-right: 0 !important;
}
.header_nav a:hover {
    color:#b91827;
}
.header_nav a.active {
    color:#b91827;
}
.header_nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 90px;
}
.apply {
    width:189px;
    height:46px;
    background-color: #b91827;
    border-radius: 4px;
    color:#fff;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.04em;
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s;
}
.apply:hover {
    background-color:#3D3D3D;
}
header .top .container {
    display: flex;
    justify-content: space-between;
}
.slider {
    width:100%;
    background: linear-gradient(89.64deg, #b91827 38.96%, #b91827 99.7%);
    height:760px;
    margin-top: -90px;
}
.slider .container {
    height:100%;
}
.slide {
    height:100%;
    width:100%;
}
.slide_info {
    height:100%;
    padding-top: 90px;
    box-sizing: border-box;
    max-width:618px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.slide_title {
    font-style: normal;
    font-weight: 600;
    font-size: 56px;
    line-height: 120%;
    color: #FFFFFF;
    margin-bottom: 50px;
}
.slide_content {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #FFFFFF;
}
.slide_content p:first-child {
    margin-top: 0;
}
.slide_content a {
    font-weight: bold;
    color:#fff;
}
.main-slider {
    width:100%;
    height:100%;
    overflow: hidden;
}
.main-slider .swiper-pagination-bullet {
    width: 9px !important;
    height: 9px !important;
    background: #fff !important;
    opacity: 1 !important;
}
.main-slider .swiper-pagination-bullet-active {
    background: #3D3D3D !important;
}
.main-slider .swiper-pagination {
    position: absolute !important;
    width: auto !important;
    bottom: 48px !important;
}
.main-slider-buttons {
    position: absolute;
    bottom: 43px;
    width: 200px;
    right: 0;
    display: flex;
    justify-content: flex-end;
    z-index: 2;
}
.main-slider-left, .main-slider-right {
    cursor: pointer;
    width:38px;
    height:38px;
    border:2px solid #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 16px;
    transition: all 0.3s;
    box-sizing: border-box;
}
.main-slider-left:hover {
    width:120px;
    border-radius: 100px;
    box-sizing: border-box;
    background: #fff;
    display: flex;
    justify-content: flex-start;
    padding-left: 15px;
}
.main-slider-left svg * {
    transition: all 0.3s;
}
.main-slider-left:hover svg * {
    stroke:#b91827;
}
.main-slider-right:hover {
    width:120px;
    border-radius: 100px;
    box-sizing: border-box;
    background: #fff;
    display: flex;
    justify-content: flex-end;
    padding-right: 15px;
}
.main-slider-right svg * {
    transition: all 0.3s;
}
.main-slider-right:hover svg * {
    stroke:#b91827;
}
.stages {
    height:530px;
    position: relative;
}
.stages-line {
    position: absolute;
    top:321px;
    height:2px;
    width:100%;
    background: linear-gradient(270deg, #b91827 -6.8%, rgba(245, 130, 32, 0.541667) 59.77%, #b91827 112.65%);
}
.stages-title {
    font-style: normal;
    font-weight: 600;
    font-size: 56px;
    line-height: 120%;
    text-align: center;
    color: #b91827;
    padding-top: 99px;
    margin-bottom: 80px;
}
.stage-img {
    width: 77px;
    height: 77px;
    border-radius: 100%;
    background: #b91827;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.stages-wrap {
    display: flex;
    justify-content: space-around;
}
.stage-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #3D3D3D;
    margin-bottom: 7px;
}
.stage-subtitle {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    /* identical to box height, or 27px */
    text-align: center;
    color: #3D3D3D;
    margin-top: 17px;
}
.events {
    height:1000px;
    background: #b91827;
    padding-top: 103px;
    box-sizing: border-box;
    margin-bottom: -80px;
	overflow:hidden;
}
.events-title {
    font-style: normal;
    font-weight: 600;
    font-size: 56px;
    line-height: 120%;
    color: #FFFFFF;
}
.events-top {
    margin-bottom: 96px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.event {
    width:410px;
    height:589px;
    border-radius: 25px;
    background: #fff;
    overflow: hidden;
    text-decoration: none;
}
.event-image {
    height:350px;
    background-size: cover;
    background-position: center;
}
.event-content {
    padding: 32px;
}
.event-title {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #3D3D3D;
    margin-bottom: 21px;
}
.event-date {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #3D3D3D;
}
.events-slider-buttons {
    display: flex;
    justify-content: flex-end;
    z-index: 2;
}
.events-slider-left, .events-slider-right {
    cursor: pointer;
    width:60px;
    height:60px;
    border:2px solid #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 16px;
    transition: all 0.3s;
    box-sizing: border-box;
}

.photo-slider-arrows {
    display: flex;
    justify-content: center;
    z-index: 2;
}
.photo-slider-left, .photo-slider-right {
    cursor: pointer;
    width:60px;
    height:60px;
    border:2px solid #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 16px;
    transition: all 0.3s;
    box-sizing: border-box;
}

.events-slider-left:hover {
    width:120px;
    border-radius: 100px;
    box-sizing: border-box;
    background: #fff;
    display: flex;
    justify-content: flex-start;
    padding-left: 15px;
}
.events-slider-left svg {
    width: 20px;
    height: 22.5px;
}
.events-slider-right svg {
    width: 20px;
    height: 22.5px;
}
.events-slider-left svg * {
    transition: all 0.3s;
}
.events-slider-left:hover svg * {
    stroke:#b91827;
}
.events-slider-right:hover {
    width:120px;
    border-radius: 100px;
    box-sizing: border-box;
    background: #fff;
    display: flex;
    justify-content: flex-end;
    padding-right: 15px;
}
.events-slider-right svg * {
    transition: all 0.3s;
}
.events-slider-right:hover svg * {
    stroke:#b91827;
}
footer {
    filter: drop-shadow(0px -1px 1px rgba(0, 0, 0, 0.1));
    border-radius: 45px 45px 0px 0px;
    background: #fff;
    padding-top: 41px;
}
.footer-text {
    font-style: normal;
    font-size: 18px;
    line-height: 110%;
    text-align: right;
    color: #3D3D3D;
}
.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 36px;
    border-bottom: 1px solid rgba(61, 61, 61, 0.25);
}
.footer-bottom {
    padding: 44px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.telegram {
    border: 1.5px solid #3D3D3D;
    border-radius: 4px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #3D3D3D;
    text-decoration: none;
    width:108px;
    height:40px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.konkurs-slider-button {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 150%;
    text-transform: uppercase;
    color: #FFFFFF;
    width:266px;
    height:30px;
    border: 1.5px solid #FFFFFF;
    border-radius: 4px;
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    transition: all 0.3s;
}
.konkurs-slider-button:hover {
    background-color: #fff;
    color:#b91827;
}
.nominations {
    padding-top: 65px;
}
.nominations_title {
    font-style: normal;
    font-weight: 600;
    font-size: 56px;
    line-height: 120%;
    text-align: center;
    color: #b91827;
    margin-bottom: 50px;
}
.nominations_wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.nominations_block {
    width: 100%;
    height:auto;
    border: 4px solid #b91827;
    box-sizing: border-box;
    padding:40px 57px;
}
.nomination_block-title {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    color: #3D3D3D;
    margin-bottom: 40px;
}
.nomination_toggle_hidden {
    display: none;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #3D3D3D;
}
.nomination_toggle {
    border-top:1px solid #3D3D3D;
    padding:20px 0;
    cursor: pointer;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: #3D3D3D;
    position: relative;
}
.nomination_banner_content {
    max-width:540px;
    color: #FFF;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.nomination_banner_content h1 {
    margin-top: 0;
    color: #FFF;
    font-family: 'Inter';
    font-size: 64px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 5.12px;
}
.nomination_toggle .toggle {
    position: absolute;
    right: 0;
    top: 25px;
    transition: all 0.5s;
}
.nomination_toggle .toggle.active {
    transform: rotate(180deg);
}
.nomination_toggle_visible {
    padding-right: 80px;
}
.nomination_block2_title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    text-align: center;
    color: #3D3D3D;
    margin-bottom: 42px;
}
.nomination_block2_wrap {
    height: 516px;
    background-color: #F5F5F5;
    margin-bottom: -40px;
    display: flex;
    align-items: center;
    padding-bottom: 40px;
    box-sizing: border-box;
    padding-left: 157px;
}
.nomination_block2_wrap .container {
    background-image: url(/img/yoga.png);
    background-repeat: no-repeat;
    background-position: 550px 10px;
    background-size: 800px;
    height: 100%;
}
.nomination_block2_content {
    max-width: 560px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #3D3D3D;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.nomination_block2_content a {
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: #b91827;
}
.article-image {
    display:block;
width:100%;
    margin-bottom: 40px;
}
.article-date {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #b91827;
    margin-bottom: 24px;
}
.article-title {
    font-style: normal;
    font-weight: 600;
    font-size: 56px;
    line-height: 120%;
    text-align: center;
    color: #3D3D3D;
    max-width:980px;
    margin:0 auto 40px auto;
}
.article-content {
    width:768px;
    margin:0 auto;
}
.article-content p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #3D3D3D;
}
.article-content h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 130%;
    color: #3D3D3D;
}
.article-content img {
    width:100%;
}
.share {
    height:288px;
    background: #F5F5F5;
    padding-top: 40px;
    box-sizing: border-box;
}
.share_title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: #3D3D3D;
    margin-bottom: 16px;
}
.share_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}
.share_wrap a {
    margin-right: 12px;
}
.share_wrap a:last-child {
    margin-right: 0;
}
.to_home {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    text-decoration: none;
    color:#3D3D3D;
    display: flex;
    align-items: center;
    justify-content: center;
}
.to_home svg {
    margin-right: 8px;
}
.jury_slide_content {
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
    color: #FFFFFF;
}
.jury {
    padding-top: 80px;
    padding-bottom: 70px;
}
.jury-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 56px;
    line-height: 120%;
    /* or 67px */
    text-align: center;
    color: #b91827;
    margin-bottom: 60px;
}
.jury-item {
    width:280px;
}
.jury-photo {
    width:280px;
    height:280px;
    border-radius: 100%;
    margin-bottom: 10px;
    background-size:cover;
    background-position: center center;
}
.jury-name {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 29px;
    line-height: 130%;
    text-align: center;
    color: #3D3D3D;
    margin-bottom: 4px;
}
.jury-info {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: #3D3D3D;
}
.jury-wrap {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 50px 82px
}
.winners-banner {
    width:100%;
    background: linear-gradient(89.64deg, #b91827 38.96%, #b91827 99.7%);
    height:488px;
    margin-top: -31px;
}
.winners-banner .container {
    height:100%;
    background-image: url('/img/winners-banner.png');
    padding-top: 81px;
    box-sizing: border-box;
}
.winners-banner-title {
    font-style: normal;
    font-weight: 600;
    font-size: 56px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 70px;
}
.winners-banner-content {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.winners-banner-content-left {
    width:560px;
    margin-left: 57px;
    box-sizing: border-box;
}
.winners-banner-content-right {
    width:546px;
    margin-right: 57px;
    box-sizing: border-box;
}
.winners-banner-content-line {
    height:200px;
    width:1px;
    background: #fff;
}
.winners-inactive {
    padding-top: 80px;
    padding-bottom: 119px;
}
.winners-inactive-title {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    text-align: center;
    color: #3D3D3D;
    margin-bottom: 24px;
}
.winners-inactive-image {
    max-width:100%;
    margin:0 auto;
    display: block;
}
.winners-banner-active {
    height:186px;
}
.winners-banner-active .container {
    height: 100%;
    background-image: url(/img/winners-banner.png);
    padding-top: 81px;
    box-sizing: border-box;
    background-size: 80%;
    background-repeat: no-repeat;
}
.winners-nomination {
    padding-top: 40px;
    padding-bottom: 42px;
    border-bottom: 1px solid rgba(61, 61, 61, 0.25);
}
.winners-nomination-tag {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    border: 1.5px solid #3D3D3D;
    border-radius: 60px;
    height: 49px;
    width: 208px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:0 auto 20px auto;
}
.winners-nomination:last-child {
    border-bottom: 0;
}
.winners-nomination-title {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    text-align: center;
    color: #3D3D3D;
    margin-bottom: 31px;
}
.winners-nomination-item {
    width:424px;
}
.winners-nomination-item-tag {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    border-radius: 20px;
    height:60px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
    margin-bottom: 30px;
}
.winners-nomination-item:nth-child(1) .winners-nomination-item-tag {
    background: #b91827;
}
.winners-nomination-item:nth-child(2) .winners-nomination-item-tag {
    background: #b91827;
}
.winners-nomination-item:nth-child(3) .winners-nomination-item-tag {
    background: #b91827;
}
.winners-nomination-item-photo {
    width:424px;
    height:300px;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    margin-bottom: 32px;
}
.winners-nomination-item-name {
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 130%;
    color: #b91827;
    margin-bottom: 8px;
}
.winners-nomination-item-info {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
}
.winners-nomination-wrap {
    display: flex;
    justify-content: space-between;
}
.articles-banner {
    width:100%;
    background: linear-gradient(89.64deg, #b91827 38.96%, #b91827 99.7%);
    height:260px;
    margin-top: -90px;
}
.articles-banner .container {
    height:100%;
    padding-top: 90px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.articles-banner-title {
    font-style: normal;
    font-weight: 600;
    font-size: 56px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
}
.article-item {
    width:424px;
    display: block;
    text-decoration: none;
}
.article-item-image {
    width:100%;
    height:300px;
    background-size: cover;
    background-position: center center;
    border-radius: 8px;
    margin-bottom: 16px;
}
.articles {
    padding-top: 80px;
    padding-bottom: 64px;
}
.article-item-date {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    color: #b91827;
    margin-bottom: 16px;
}
.article-item-title {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    color: #3D3D3D;
    margin-bottom: 16px;
}
.article-item-content {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #3D3D3D;
}
.articles-wrap {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 64px 48px;
}
.cases-inactive {
    padding-top: 98px;
    padding-bottom: 153px;
}
.cases-inactive-title {
    font-style: normal;
    font-weight: 600;
    font-size: 52px;
    line-height: 120%;
    text-align: center;
    color: #3D3D3D;
    max-width: 950px;
    margin: 0 auto 90px auto;
}
.cases-inactive-item {
    width:326px;
    padding-left: 32px;
    box-sizing: border-box;
    position: relative;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #3D3D3D;
}
.cases-inactive-item a {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #b91827;
}
.cases-inactive-wrap {
    display: flex;
    justify-content: space-between;
    padding:0 95px;
}
.cases-inactive-item:before {
    content: '';
    width:12px;
    height:40px;
    position: absolute;
    top:0;
    left:0;
    background: #b91827;
    border-radius: 20px;
}
.contacts-title {
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 110%;
    color: #3D3D3D;
    margin-bottom: 40px;
}
.contacts {
    padding-top: 90px;
    padding-bottom: 100px;
}
.contacts-left {
    max-width:660px;
}
.contacts-info {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 110%;
    color: #3D3D3D;
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}
.contacts-info img {
    margin-right: 9px;
}
.contacts-map {
    margin-top: 42px;
}
.contacts-right {
    width: 660px;
    left: 744px;
    top: 281px;
    background: #FFFFFF;
    border: 1.5px solid #3D3D3D;
    border-radius: 20px;
    padding:60px 60px 40px 60px;
    box-sizing: border-box;
}
.contacts .container {
    display: flex;
    justify-content: space-between;
}
.contacts-form-title {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    text-align: center;
    color: #3D3D3D;
    margin-bottom: 32px;
}
.contacts-map {
    border-radius: 20px;
    overflow:hidden;
}
label {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #3D3D3D;
    display: flex;
    margin-bottom: 4px;
}
input {
    width:100%;
    height:60px;
    padding:12px 24px 12px 24px;
    box-sizing: border-box;
    border: 1px solid #BABABA;
    border-radius: 4px;
    font-family: FontAwesome, 'Roboto', sans-serif;
}
textarea {
    width:100%;
    height:180px;
    padding:12px 24px 12px 24px;
    box-sizing: border-box;
    border: 1px solid #BABABA;
    border-radius: 4px;
    font-family: FontAwesome, 'Roboto', sans-serif;
}
*:focus {
    outline: none;
}
.form-group {
    margin-bottom: 24px;
    position: relative;
}
input[type=checkbox] {
    position: relative;
    border: 2px solid #000;
    border-radius: 2px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 0 .6em 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    opacity: .5;
}
input[type=checkbox]:hover {
    opacity: 1;
}
input[type=checkbox]:checked {
    background-color: #fff;
    opacity: 1;
}
input[type=checkbox]:checked:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 4px;
    height: 10px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}
input[type=checkbox]:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 4px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}
.comment-form-cookies-consent label {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    margin-bottom: 0;
}
.comment-form-cookies-consent label a {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 150%;
    color: #b91827;
    margin-left: 4px;
}
.comment-form-cookies-consent {
    display: flex;
    align-items: center;
    justify-content: center;
}
.send-contacts-form {
    width: 100%;
    height: 60px;
    background-color: #3D3D3D;
    border-radius: 6px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    display: flex;
    border:0;
    box-shadow: unset;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    margin-top: 38px;
    transition: background-color 0.3s;
}

.send-contacts-form:hover {
    background-color: #b91827;
}
.request-banner {
    height: 400px;
    margin-top: -31px;
    background: linear-gradient(89.64deg, #b91827 38.96%, #b91827 99.7%);
    margin-bottom: 0;
}
.request-banner.active {
    margin-bottom: 0;
}
.request-banner .container {
    height:100%;
    background-image: url('/img/request-banner.png');
    padding-top: 31px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.request-banner-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 56px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
    margin-top: 150px;
    margin-bottom: 16px;
}
.request-banner-title span {
    display: block;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
}
.request-banner-subtitle {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    max-width:618px;
    margin:0 auto 40px auto;
}
.yesno-wrap {
    display: flex;
    justify-content: center;
    display: flex;
    text-align: center;
    justify-content: center;
    color: #fff;
}
.yes {
    width:60px;
    margin-right: 60px;
    cursor: pointer;
}
.no {
    width:60px;
    cursor: pointer;
}
.yes.active .circle {
    background-image: url("/img/yesno.svg");
    background-size: cover;
}
.no.active .circle {
    background-image: url("/img/yesno.svg");
    background-size: cover;
}
.yesno-wrap .circle {
    width:60px;
    height:60px;
    border-radius: 100%;
    border: 2.5px solid #FFFFFF;
    box-sizing: border-box;
    margin-bottom: 5px;
}
.yesno-wrap span {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
    display: block;
    text-align: center;
}
.nominations-list {
    padding-top: 40px;
    padding-bottom: 54px;
    display: block;
    border-bottom: 1px solid rgba(61, 61, 61, 0.25);
}
.nominations-list.active {
    display: block;
}
.nominations-list-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    text-align: center;
    color: #3D3D3D;
    margin-bottom: 38px;
}
.nominations-list-item {
    width: 456px;
    height: 324px;
    padding: 30px;
    border-radius: 0px;
    position: relative;

}

.nominations-list-item:nth-child(odd) {
    border: 1px solid #b91827;
    background: #b91827;
}

.nominations-list-item:nth-child(even) {
    border: 1px dashed #b91827;
    background: #FFF;
}

.nominations-list-item:nth-child(even) .nominations-list-content {
    color: #b91827;
}

.nominations-list-item:nth-child(even) .nominations-list-content small {
    color: #b91827;
}

.emnominations {
    border:unset !important;
}

.nominations-list-contentTitle {
    min-height:85px;
}

.nominations-list-item {
    position: relative;
}

.nli {
    border-radius: 16px;
    border: 1px dashed #b91827;
    width: 100px;
    height: 100px;
    z-index: 3;
    position: absolute;
    right: -50px;
    bottom: -50px;
}

.nli2 {
    border-radius: 16px;
    border: 1px dashed #b91827;
    width: 100px;
    height: 100px;
    z-index: 3;
    position: absolute;
    left: -50px;
    bottom: -50px;
}


.nominations-list-item small {
    display:block;
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.stage-img img {
    width:44px;
}

.nominations-list-number {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 240px;
    line-height: 100%;
    height: 100%;
    color: rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    display:none;
}
.nominations-list-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    gap: 0px;
    margin-bottom: 50px;
}
.nominations-list-item-yes {
    display:block;
    margin:0 auto;
}
.nominations-list-item-no {
    display: none;
}
.nominations-list-content {


    text-align: left;

    padding: 0;
    height: 100%;
    display: flex;
    align-items: flex-start;
    position: relative;
    flex-direction: column;
    justify-content: flex-start;
    gap: 30px;
    color: #FFF;

    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.how {

    padding-top: 50px;
    padding-bottom: 27px;
}
.how.active {
    display: block;
}
.how-item {
    max-width: 265px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.how-item-image {
    width:86px;
    height:86px;
    background: #b91827;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 11px;
}
.how-item-title {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #b91827;
    margin-bottom: 9px;
}
.how-item-info {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    color: #3D3D3D;
}
.gerb {
    width:60px;
}
.how-wrap {
    padding:0 100px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.how-title {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    text-align: center;
    color: #3D3D3D;
    margin-bottom: 54px;
}
.dotline {
    position: absolute;
    top: 0;
    left: 230px;
}
.request-form-section {

    padding: 44px 0 94px 0;
    background: #F5F5F5;
    margin-bottom: -40px;
}
.request-form-section.active {
    display: block;
}
.how-item-buttons {
    margin-top: 10px;
}
.how-item-button {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 150%;
    color: #b91827;
    width: 215px;
    height: 30px;
    border: 1.5px solid #b91827;
    border-radius: 4px;
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    box-sizing: border-box;
    transition: all 0.3s;
}
.how-item-button:hover {
    color:#fff;
    background-color: #b91827;
}
.request-form-wrap {
    width:660px;
    padding:60px;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    display: block;
    margin:0 auto 50px auto;
    box-sizing: border-box;
}
.request-form-wrap-club {
    width:660px;
    padding:60px;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    display: block;
    margin:0 auto 50px auto;
    box-sizing: border-box;
}
.request-form-title {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    text-align: center;
    color: #3D3D3D;
    margin-bottom: 32px;
}
.request-form-section .container {
    display:flex;
}
.request-info {
    max-width: 400px;
    margin: 0 auto;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 180%;
    text-align: left;
    color: #3D3D3D;
    margin-top: 40px;
}
.request-info strong {
    color: #b91827;
    font-weight: 700;
}
.downloadedFilesTitle {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #b91827;
}
.downloadedFiles {
    margin-top: -15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.downloadedFilesList {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    /* identical to box height, or 18px */
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, 0.5);
    flex-wrap: wrap;
}
.downloadedFilesList div {
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.downloadedFilesList div img {
    margin-right: 5px;
}
.question {
    margin-left: 5px;
    cursor: pointer;
    position: relative;
}
.question_hidden {
    width: 364px;
    padding: 21px;
    box-sizing: border-box;
    background: #b91827;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    position: absolute;
    bottom: 90px;
    display: none;
    left: 200px;
}
.question_hidden_content {
    max-width:250px;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 140%;
    color: #FFFFFF;
}
.question_hidden_content strong {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 120%;
    color: #FFFFFF;
}
.question_hidden_content span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #FFFFFF;
}
.question_hidden_content small {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 140%;
    color: #FFFFFF;
}
.close_question {
    position: absolute;
    top:18px;
    right:20px;
    cursor: pointer;
}
.deleteFile {
    cursor: pointer;
}
.mobile_menu {
    display: none;
}
.stages-mobile-line {
    display: none;
}
.header_nav .logo {
    display: none;
}

.search-page {
margin-top:40px;
}

.search-page a {
color:#b91827;
text-decoration:0;
}

.search-page form input[type="submit"] {
    background-color: #b91827;
    border-radius: 4px;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.04em;
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s;
cursor:pointer;
border:0;
}

.top_header {
height: 40px;
    background: #FFFFFF;
    position: relative;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    z-index: 4;
    display: flex;
    align-items: center;
}

.top_header .container {

    display: flex;
        align-items: center;
    justify-content: space-between;
}

.version {
cursor:pointer;
}

.auth-form {
    width: 660px;
    left: 744px;
    top: 281px;
    background: #FFFFFF;
    border: 1.5px solid #3D3D3D;
    border-radius: 20px;
    padding: 60px 60px 40px 60px;
    box-sizing: border-box;
    margin: 50px auto;
}

select {
    width: 100%;
    height: 60px;
    padding: 12px 24px 12px 24px;
    box-sizing: border-box;
    border: 1px solid #BABABA;
    border-radius: 4px;
    font-family: FontAwesome, 'Roboto', sans-serif;
}

.form-check {
    display: flex;
    align-items: center;
}

.form-check label {
margin:0;
}

.profile-page .auth-form {
width:47.5%;
margin-right:5%;
}
.profile-page {
    display: flex;
    justify-content: space-between;
}
.profile-documents {
width:47.5%;
    left: 744px;
    top: 281px;
    background: #FFFFFF;
    border: 1.5px solid #3D3D3D;
    border-radius: 20px;
    padding: 60px 60px 40px 60px;
    box-sizing: border-box;
    margin: 50px auto;
}

.profile-documents a {
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
    color: #b91827;
}

.top_header_right {
    display: flex;
    align-items: center;
}

.top_header_right a {
margin-left:10px;
}


.orange-link {
    display: block;
    color: #b91827;
    margin: 30px auto 0 auto;
    text-align: center;
}
.ped_mobile {display:none;}

.clubSlider h1 {
    font-size:44px;
}

.order_wrap {
    display: flex;
    gap: 45px;
    justify-content: space-between;
    margin-bottom: 80px;
    margin-top: 80px;
}

.order_left {
    width: 600px;
}

.pagination b {
    display: inline-block;
    padding: 10px 15px;
    margin: 0 5px;
    border-radius: 5px;
    text-decoration: none;
    color: #000000;
    transition: background-color 0.3s, color 0.3s;
}

.pagination {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 80px;
    gap: 20px;
}
.pagination a, .pagination span {
    display: inline-block;
    padding: 10px 15px;
    margin: 0 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-decoration: none;
    color: #b91827;
    transition: background-color 0.3s, color 0.3s;
}

.pagination a:hover {
    background-color: #b91827;
    color: #fff;
}

.pagination .pagination-current {
    background-color: #b91827;
    color: #fff;
    border-color: #b91827;
}

.pagination .pagination-prev, .pagination .pagination-next {
    font-weight: bold;
}


.order_left_documents {
    margin-top: 60px;
}

.order_form {
    width: 100%;
}

.contact_form {
    width: 660px;
    background: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
    padding-top: 60px;
    padding-bottom: 40px;
    padding-left: 60px;
    padding-right: 60px;
    box-sizing: border-box;
}

.contact_form_title {
    color: #3D3D3D;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 30px;
}

.contact_form_group {
    margin-bottom: 23px;
}

.contact_form_group {
    position: relative;
}

.contact_form_label {
    color: #3D3D3D;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 4px;
}

.contact_form_input_wrap {
    position: relative;
    height: 60px;
    width: 100%;
    border: 1px solid #BABABA;
    display: flex;
    align-items: center;
}

.contact_form_input_icon {
    margin-left: 24px;
    margin-right: 8px;
}

.contact_form_input {
    height: 58px;
    width: calc(100% - 60px);
    box-sizing: border-box;
    border: 0;
}

.comment-form-cookies-consent a {
    color: #b91827;
}

.slide90 .slide_title {
    font-size:28px;
}

.slide92 .slide_title {
    font-size:28px;
}



.partners {
    height: 600px;
    background: #fff;
    padding-top: 103px;
    box-sizing: border-box;
    margin-bottom: -80px;
    overflow: hidden;
}

.partners-title {
    font-style: normal;
    font-weight: 600;
    font-size: 56px;
    line-height: 120%;
    color: #3D3D3D;
}

.partners-slider-buttons {
    display: flex;
    justify-content: flex-end;
    z-index: 2;
}

.partners-top {
    margin-bottom: 96px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.partners-slider-right, .partners-slider-left {
    cursor: pointer;
    width: 60px;
    height: 60px;
    border: 2px solid #b91827;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 16px;
    transition: all 0.3s;
    box-sizing: border-box;
}

.partners-slider-left svg, .partners-slider-right svg {
    width: 20px;
    height: 22.5px;

}
.partners-slider-left svg path {
    stroke: #b91827;
}

.partners-slider-left svg path, .partners-slider-right svg path {
    stroke: #b91827;
}

.partner a {
    display:block;
}



@media only screen and (max-width: 768px) {
    .partners-title {
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 120%;
        color: #3D3D3D;
    }
    .partners-slider-left, .partners-slider-right {
        width: 38px;
        height: 38px;
    }
    .nli, .nli2 {
        display:none;
    }
    .nominations-list-content {
        gap:10px;
    }
    .emnominations {
        display:none;
    }
    .main-slider .slide92 {
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
    .request-form-section .container {
        display:block;
    }

    .hidden_menu_wrap {
        border-right: unset;
        flex: unset;
        cursor: pointer;
        position: relative;
        width: 100%;
    }
    .header_nav span {
        display:none;
    }
    .hidden_menu {
        display: block;
        position: inherit;
        padding: 0;
        top: unset;
        left: unset;
        width: auto;
    }

	.top_header_left form {width:200px;}
.top_header_left form input {
    height: 30px;
    background: #FAFAFA;
    box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.11);
    border: unset;
    width: 200px;
    font-size: 12px;
    padding: 0;
    padding-left: 10px;
}
.auth-form {
    width: 100%;

	}

  .ped_mobile {
       display: none;
    height: 52px;
    margin-top: -5px;
        margin-right: -23px;
  }
    header {
        border-radius: 0;
    }
  .header_top_left a:nth-child(1) {display:none !important;}
    header .top {
      height: 85px;
      display:block;
      padding: 0 16px;
      box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
      position: relative;
      z-index: 2;
    }
    header .top .container {
      display: block;
      height: 35px;
      justify-content: space-between;
  }
    header .top .container {
        padding:0;
    }
    header .bottom {
        display: none;
        height: auto;
        position: absolute;
        background: #fff;
        width: 100%;
        top: 60px;
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    }
    .logo {
        display: none;
    }
    .logok {
        height:28px;
    }
    .header_top_left {
            align-items: center;
    height: 45px;
    justify-content: space-between;
    width: 100%;
    margin-left: 0;
    }
    .apply {
        height:28px;
        width:96px;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 700;
        font-size: 10px;
        line-height: 150%;
        text-align: center;
        letter-spacing: 0.04em;
        color: #FFFFFF;
        border-radius: 4px 0px 0px 4px;
    }
    .mobile_menu {
        width: 42px;
        height: 28px;
        background: #F1F1F1;
        border-radius: 0px 4px 4px 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .header_top_right {
        display: flex;
          justify-content: flex-end;
    }
    .burger-line {
        width:18px;
        height:1.5px;
        background: #000;
        margin-bottom: 6px;
        transition: all 0.3s;
    }
    .burger-line:last-child {
        margin-bottom: 0;
    }
    .container {
        width:100%;
        padding: 0 16px;
        box-sizing: border-box;
    }
    .header_nav {
        height: auto;
        flex-direction: column;
    }
    .header_nav a {
        border-right: 0;
        border-bottom: 1px solid rgba(61, 61, 61, 0.2);
        padding:20px 0;
        width:100%;
        font-weight: 400;
        font-size: 18px;
        line-height: 150%;
    }
    .header_nav a:nth-child(6) {
        border-bottom: 0 !important;
    }
    .header_nav .logo {
        display: block;
        height: 28px;
        margin-right: 0 !important;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .mobile_menu.active .burger-line:nth-child(1) {
        transform: rotate(45deg) translate(3px, 2px);
    }
    .mobile_menu.active .burger-line:nth-child(2) {
        transform: rotate(135deg) translate(-3px, 2px);
    }
    .slider, .stages-line {
        display: none;
    }
    .stages-title {
        padding-top: 39px;
        margin-bottom: 24px;
        font-style: normal;
        font-weight: 600;
        font-size: 32px;
        line-height: 120%;
        text-align: center;
        color: #b91827;
    }
    .stages-wrap {
        display: flex;
        justify-content: space-around;
        flex-direction: column;
        position: relative;
        padding-bottom: 10px;
    }
    .stages {
        height: auto;
        position: relative;
    }
    .stage {
        margin-bottom: 30px;
        position: relative;
        z-index: 2;
    }
    .stages-mobile-line {
        display: block;
        position: absolute;
        top: 76px;
        left: 41px;
    }
    .events {
        padding-top: 32px;
    }
    .events-top {
        margin-bottom: 40px;
    }
    .events-title {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 600;
        font-size: 32px;
        line-height: 120%;
        color: #FFFFFF;
    }
    .events-slider-left, .events-slider-right {
        width:38px;
        height:38px;
    }
    .event {
        width:280px;
        height:380px;
        border-radius: 12px;
    }
    .event-image {
        height:220px;
    }
    .event-title {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 140%;
    }
    .event-date {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 150%;
    }
    .event-content {
        padding: 16px;
    }
    .events {
        padding-bottom: 120px;
        height: auto;
      overflow:hidden;
    }
    .events-slider-right:hover, .events-slider-left:hover {
        cursor: pointer;
        width: 38px;
        height: 38px;
        border: 2px solid #fff;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 16px;
        transition: all 0.3s;
        box-sizing: border-box;
        padding-right: 0;
        background: transparent;
        padding-left: 0;
    }
    .events-slider-right:hover svg *, .events-slider-left:hover svg * {
        stroke: #fff;
    }
    footer {
        border-radius: 0;
    }
    .footer-top &gt; img {
        height:32px;
    }
    .footer-top {
        flex-wrap: wrap;
        padding-bottom: 32px;
    }
    .footer-text {
        flex: 0 0 100%;
        text-align: left;
        margin-top: 32px;
        font-size:13px;
    }
    .footer-bottom span {
        font-size:13px;
    }
    .telegram {
        font-size:13px;
        width: 96px;
        height: 29px;
    }
    .footer-bottom {
        padding:16px 0;
    }
    .nominations_title {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 600;
        font-size: 32px;
        line-height: 120%;
        margin-bottom: 24px;
    }
    .nominations {
        padding-top: 32px;
    }
    .nominations_block {
        border-radius: 12px !important;
        width:100%;
        margin-bottom: 16px;
        padding:16px;
        border: 2px solid #b91827;
    }
    .nominations_wrap {
        flex-direction: column;
        margin-bottom: 16px;
    }
    .nomination_block2_title {
        font-size:20px;
    }
    .nomination_block2_wrap {
        height: auto;
        background-color: #F5F5F5;
        margin-bottom: -40px;
        display: flex;
        align-items: center;
        padding-bottom: 40px;
        box-sizing: border-box;
        padding-left: 0;
    }
    .nomination_block-title {
        font-size:16px;
        margin-bottom: 32px;
    }
    .jury-title {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 600;
        font-size: 32px;
        line-height: 120%;
        margin-bottom: 24px;
    }
    .jury {
        padding-top: 32px;
    }
    .jury-wrap {
        justify-content: center;
    }
    .winners-banner .container {
        background-repeat: no-repeat;
    }
    .winners-banner-title {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 600;
        font-size: 32px;
        line-height: 120%;
        margin-bottom: 24px;
    }
    .winners-banner-active .winners-banner-title {
        padding-bottom: 46px;
    }
    .winners-banner-content {
        flex-direction: column;
        padding: 0 16px;
    }
    .winners-banner-content-left {
        width: auto;
        margin-left: 0;
        margin-bottom: 16px;
    }
    .winners-banner-content-line {
        display: none;
    }
    .winners-banner-content-right {
        width: auto;
        margin-right: 0;
        margin-bottom: 32px;
    }
    .winners-banner {
        height: auto;
    }
    .winners-nomination-title {
        font-size:20px;
    }
    .winners-nomination-tag {
        font-size: 18px;
        height: 30px;
        width: 160px;
        margin: 0 auto 20px auto;
    }
    .winners-nomination-wrap {
        flex-direction: column;
    }
    .winners-nomination-item {
        width:100%;
        margin-bottom: 32px;
    }
    .articles-banner-title {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 600;
        font-size: 32px;
        line-height: 120%;
        margin-bottom: 0px;
    }
    .articles-banner {
        height:200px;
    }
    .article-item {
        width:100%;
    }
    .article-image {
        height:auto;
    }
    .article-title {
        font-size: 26px;
        padding: 0 16px;
    }
    .article-content {
        width: 100%;
        margin: 0 auto;
    }
    .cases-inactive-title {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 600;
        font-size: 32px;
        line-height: 120%;
        margin-bottom: 24px;
    }
    .cases-inactive {
        padding-top: 32px;
        padding-bottom: 64px;
    }
    .cases-inactive-wrap {
        display: flex;
        justify-content: space-between;
        padding: 0;
        flex-direction: column;
    }
    .cases-inactive-item {
        width: 100%;
        margin-bottom: 32px;
    }
    .contacts .container {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .contacts-left {
        margin-bottom: 32px;
    }
    .contacts-right {
        width:100%;
        padding:32px 16px;
    }
    .comment-form-cookies-consent label {
        display: block;
    }
    .contacts-map {
        border-radius: 12px;
    }
    input[type=checkbox] {
        min-width:20px;
        min-height: 20px;
    }
    .contacts {
        padding-top: 32px;
    }
    .request-banner-title {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 600;
        font-size: 32px;
        line-height: 150%;
        text-align: center;
        color: #FFFFFF;
        margin-top: 32px;
        margin-bottom: 16px;
    }
    .request-banner-title span {
        display: block;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 150%;
        text-align: center;
        color: #FFFFFF;
    }
    .request-banner-subtitle {
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 120%;
        text-align: center;
        color: #FFFFFF;
        max-width: 618px;
        margin: 0 auto 40px auto;
    }
    .request-banner {
        height:441px;
    }
    .nominations-list-wrap {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .nominations-list-item {
        width: 100%;
        height: auto;
        background: #b91827;
        border-radius: 20px;
        position: relative;
        margin-right: 40px;
        margin-bottom: 32px;
    }
    .nominations-list-title {
        font-size:20px;
    }
    .how-wrap {
        padding: 0 32px;
        display: flex;
        justify-content: space-between;
        position: relative;
        flex-direction: column;
    }
    .dotline {
        display: none;
    }
  .newlogo {margin-left:0 !important;}
  .newlogo img {    width: auto !important;
    height: 32px !important;}
	.header_top_right img {display:none;}
    .how-item {
        max-width: 265px;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        margin: 0 auto 32px auto;
    }
    .request-form-wrap {
        width:100%;
        padding:32px 16px;
    }
    .request-info {
        font-size:16px;
    }
.profile-page {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
}
.profile-documents {
    width: 100%;
	}
.profile-page .auth-form {
    width: 100%;
    margin-right: 5%;
    margin-top: 0;
    margin-right: 0;
	}
}

.desktop-image {
    display: block;
max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.mobile-image {
    display: none;
}

.MuiIconButton-label-317 input {
opacity:0 !important;width:1px !important;}
@media only screen and (max-width: 768px) {
    .slide_content {
        font-size:16px;
    }
    .slide94 iframe {
        height:300px;
        width:100%;
    }
    .slide_title {
        font-size:32px;
        margin-bottom: 20px;
    }
    .main-slider .slide92 {
        background-image:unset !important;
    }
    .desktop-image {
        display: none;
    }

    .mobile-image {
        display: block;
    }
}