@import url(https://fonts.googleapis.com/css?family=Inter:300,400,500,600,700&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700&subset=latin,cyrillic);

html, body {
height:100%;
font-family: 'Inter';
font-style: normal;
font-size: 16px;
background:#ffffff;
color: #242424;
scroll-behavior: smooth;
}

td, th {font-size:14px;}
img {border:none;}

hr {margin:6px 0; height:0; color:#aabbcc; background-color:#aabbcc; border:1px solid #aabbcc; border-bottom:none;}
* html hr{margin:0; /* for IE6 */}
*+html hr{margin:0; /* for IE7 */}

a {text-decoration:underline; color:#0D5DBC; transition: .3s;}
a:hover {text-decoration:underline; color: #2E72DE;}

ul {margin:0;}
ol {margin:0; list-style:decimal;}

.clear {clear:both;}
.hide {display:none;}

input[type=submit] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

section {
padding: 60px 0;
}
article {

}

section h1,
section h2 {
padding: 20px 0;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
width: 100%;
max-width: 1200px;
padding-right: 20px;
padding-left: 20px;
}

h1 {
font-weight: 600;
font-size: 36px;
line-height: 120%;
}
h1 a {color:#242532; text-decoration:none;}
h1 a:hover {text-decoration:none;}
h2 {
font-weight: 600;
font-size: 26px;
line-height: 120%;
}
h2 a {color: #FB5252;  text-decoration:none;}
h2 a:hover {text-decoration:none;}
h3 {font-size:20px; padding:0; margin:0; }
h3 a {text-decoration:none;}
h3 a:hover {text-decoration:underline; color: #FF1A1A;}
h4 {color:#242532; font-size:16px; padding:0; margin:0;}



.wrapper {
height:auto !important;
height:100%;
min-height:100%;
display: flex;
flex-direction: column;
justify-content: space-between;
}

header {
position: relative;
height: 728px;
}

nav {
height:80px;
display: flex;
}
nav > div {
width: 100%;
max-width: 1920px;
}



.menu-top {
display: flex;
align-items: center;
justify-content: space-between;
height: 100%;
font-size: 16px;
}
.menu-top .nav-link {
font-weight: 500;
color: #242532;
text-decoration: none;
}
.menu-top .nav-link:hover {
color: #FF1A1A;
}
.menu-top .lnk-register {
font-weight: 500;
color: #FB5252;
text-decoration: underline;
}
.menu-top .lnk-register:hover {
color: #FF1A1A;
}

#menutop {
display: none;
width: 100%;
position: sticky;
top:0;
left: 0;
background: #FB5252;
font-size: 18px;
font-weight: bold;
color: #ffffff;
line-height: 32px;
height: 39px;
padding: 0;
z-index: 1000;
}
#menutop a {
color: #ffffff;
display: inline-block;
text-decoration: none;
}
#menutop .menu {
display: block;
position:absolute;
}
#menutop .text {
display: inline-block;
margin-left:50px;
padding-top:4px;
}

.navbar-nav {
background: #FB5252;
padding: 10px 20px 20px 20px;
}




main {
flex: 1;
}


.main-visual {
padding: 0;
}

.main-visual .container {
z-index: 2;
}

.main-visual.bgr {
position: relative;
height: 620px;
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
}

.main-visual.bgr:before {
content: '';
position: absolute;
left:0;
top:0;
width: 100%;
height: 100%;
background: linear-gradient(180deg, rgba(4, 22, 6, 0) 45%, #28290F 100%);
}

.main-visual .content {
position: relative;
display: flex;
justify-content: space-between;
align-items: flex-end;
width: 100%;
height: 620px;
color: #ffffff;
padding: 20px;
z-index: 100;
}


.main-visual .date {
font-family: Oswald;
font-weight: 500;
font-size: 30px;
line-height: 120%;
padding: 0 0 51px;
color: #FB5252;
text-transform: uppercase;
}

.main-visual .place {
margin-bottom: 11px;
}

.main-visual .place,
.main-visual .place a {
color:#ffffff;
}

.main-visual .info {
display: flex;
align-items: center;
}

.main-visual .title {
font-family: Oswald;
font-weight: 500;
font-size: 138px;
line-height: 120%;
text-transform: uppercase;
}

.main-visual .register {
display: inline-block;
padding: 16px 14px;
background-color: #FB5252;
color: #ffffff;
text-decoration: none;
white-space: nowrap;
border: none;
}
.main-visual .register:hover {
background-color: #FF1A1A;
}

.main-visual .vhod {
width: 100%;
padding: 0 32px;
}

.main-visual .year {
font-family: Oswald;
font-weight: 500;
font-size: 59px;
line-height: 120%;
color: #FB5252;
text-transform: uppercase;
}





.ever-block .content {
margin: 0;
display: flex;
}

.ever-block .left-col {
display: flex;
flex-direction: column;
justify-content: space-between;
width: 25%;
padding-right: 20px;
}

.ever-block .right-col {
width: 75%;
}

.ever-block .left-col .register {
display: inline-block;
padding: 16px 14px;
background-color: #FB5252;
color: #ffffff;
text-decoration: none;
white-space: nowrap;
border: none;
}
.ever-block .left-col .register:hover {
background-color: #FF1A1A;
}

.ever-block .left-col .info {
height: 100%;
padding: 20px 100px 0 0;
}

.ever-block .title {
font-family: Oswald;
font-weight: 600;
font-size: 30px;
line-height: 120%;
padding-top: 18px;
color: #FB5252;
text-transform: uppercase;
}


.ever-block .right-col h2 {
max-width: 420px;
font-family: Oswald;
font-weight: 600;
font-size: 22px;
line-height: 130%;
text-transform: uppercase;
}

.ever-block .right-col p {
max-width: 640px;

}

.ever-block figure {
margin: 30px 0 0;
}

.ever-block figure img {
width: 100%;
height: auto;
}

.ever-block .require-list {
display: flex;
flex-wrap: wrap;
}
.ever-block .require-list .require-item {
display: flex;
flex-direction: column;
justify-content: space-between;
width: calc(33.33% - 13.33px);
margin: 20px 0 0 0;
margin-right: 20px;
padding: 24px;
background-color: #f2f2f2;
}
.ever-block .require-list .require-item:nth-child(3n) {
margin-right: 0;
}
.ever-block .require-list .require-num {
color: #FB5252;
font-family: Oswald;
font-weight: 500;
font-size: 26px;
padding-bottom: 20px;
}


.ever-block .schedule-day {
background-color: #f2f2f2;
padding: 30px;
margin-bottom: 20px;
}


.ever-block .schedule-day:last-child {
margin-bottom: 0;
}

.ever-block .schedule-header {
display: flex;
justify-content: space-between;
align-items: flex-start;
margin-bottom: 20px;
}

.ever-block .schedule-date {
font-family: Oswald;
font-weight: 500;
font-size: 70px;
line-height: 120%;
text-transform: uppercase;
margin: 0;
padding: 0 0 10px;
}

.ever-block .schedule-header span {
font-size: 16px;
font-weight: 400;
text-transform: none;
padding: 10px 0;
}

.ever-block .schedule-list {
list-style: none;
padding: 0;
margin: 0 0 10px;
}

.ever-block .schedule-list li {
display: flex;
align-items: center;
margin-bottom: 14px;
font-size: 16px;
}

.ever-block .schedule-list strong {
font-family: Oswald;
font-weight: 500;
font-size: 20px;
margin-right: 30px;
}

.ever-block .note {
color: #555555;
font-style: italic;
}

.ever-block .nominations-header {
font-family: Oswald;
font-weight: 500;
font-size: 30px;
line-height: 120%;
text-transform: uppercase;
padding: 0;
}

.ever-block .nominations-list {
list-style: none;
padding: 0;
margin: 10px 0 0 0;
}

.ever-block .nominations-list li {
display: inline-block;
background: #ffffff;
padding: 8px;
margin: 10px 6px 0 0;
}

.ever-block .schedule-day figure {
margin: 30px -30px 0 0;
}

.contacts-info {
display: flex;
padding: 20px 0;
}

.contacts-info .phone {
font-family: Oswald;
font-weight: 500;
font-size: 26px;
line-height: 150%;
white-space: nowrap;
}

.contacts-info .address {
max-width: 240px;
margin: 0 0 0 140px;
}

.map {
    width: 100%;
    height: 300px;
}









footer {
background: #f1f1f1;
padding: 30px 0;
}
footer a {
color: #242532;
text-decoration: none;
}
footer .menu-top {
align-items: flex-start;
}
footer .nav {
padding-top: 6px;
}

footer .lnk-register {
padding-top: 14px;
}

footer .lnk-politika a {
display: block;
color: #777777;
margin: 25px 0 0 15px;
text-decoration: underline;
}




.document {
    padding: 0 0 40px 0;
    margin: 0;
}











/* === Общие утилиты === */
body.no-scroll {
    overflow: hidden;
}

.small {
    font-size: 14px;
}

.text-muted {
    color: #777;
}

/* === Overlay === */
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
    z-index: 1000;
}

#overlay.active {
    opacity: 1;
    visibility: visible;
}

/* === Кнопки === */
.btn-danger {
    background-color: #e74c3c;
    color: white;
}

.btn-outline {
    background-color: white;
    border: 1px solid #ccc;
    color: #333;
}

.btn-block {
    display: block;
    width: 100%;
    margin: 15px 0;
}

.btn-group {
    display: flex;
    margin-top: 10px;
}

.btn-group .btn {
    flex: 1;
    margin-right: 5px;
}

.btn-group .btn:last-child {
    margin-right: 0;
}

/* === Кнопка закрытия формы === */
.close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 28px;
    background: none;
    border: none;
    cursor: pointer;
}

/* === Выезжающая форма === */
.side-form {
    position: fixed;
    top: 0;
    right: -40%;
    width: 40%;
    height: 100vh;
    background: #fff;
    z-index: 1001;
    transition: right 0.4s ease-in-out;
    display: flex;
    flex-direction: column;
}

.side-form.open {
    right: 0;
}

.side-form-inner {
    height: 100%;
    display: flex;
    flex-direction: row;
}

/* === Колонка формы === */
.form-right {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 20px;
    box-sizing: border-box;
}

.form-right h3 {
    margin-bottom: 15px;
}

.form-right .register-note {
    margin: 15px 0;
}

.form-right-inner {
    width: 70%;
    margin: 15px auto;
}

/* === Блок с формой === */
.form-group {
    margin-bottom: 15px;
}

.form-group input,
.form-group label {
    display: block;
    width: 100%;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group input[type="file"] {
    padding: 8px;
    font-size: 14px;
    margin-top: 5px;
    box-sizing: border-box;
}

.form-group input:nth-of-type(2) {
    display: none;
}

/* === Чекбоксы (даты участия) === */
.day-select {
    display: flex;
    margin-top: 10px;
}

.day-select .custom-checkbox:not(:last-child) {
    margin-right: 40px;
}

.custom-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    margin-bottom: 10px;
}

.custom-checkbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #999;
    border-radius: 3px;
    margin-right: 8px;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    transition: all 0.2s;
}

.custom-checkbox input[type="checkbox"]:hover {
    border-color: #e74c3c;
}

.custom-checkbox input[type="checkbox"]:checked {
    background-color: #e74c3c;
    border-color: #e74c3c;
}

.custom-checkbox input[type="checkbox"]::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.2s;
}

.custom-checkbox input[type="checkbox"]:checked::after {
    opacity: 1;
}

/* === Загрузка изображений === */
.image-upload-container {
    margin-bottom: 20px;
}

.preview-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.preview-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.preview-item {
    position: relative;
    width: 74px;
    height: 74px;
    margin-right: 8px;
    margin-bottom: 8px;
}

.preview-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.preview-wrapper .upload-button {
    width: 74px;
    height: 74px;
    background-color: #ddd;
    color: #333;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
    margin-right: 8px;
}

.upload-button input[type="file"] {
    display: none;
}

.remove-btn {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 18px;
    height: 18px;
    background: #e74c3c;
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    cursor: pointer;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.upload-note {
    margin-top: 5px;
    font-size: 13px;
    color: #666;
}

/* === Сообщение об ошибке === */
.warning-message {
    display: none;
    color: #e74c3c;
    font-size: 15px;
    margin-top: 15px;
}

/* === Кнопка отправки и лоадер === */
.submit-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
}

#submitBtn {
    width: 100%;
}

.loader-spinner {
    width: 38px;
    height: 38px;
    margin: 21px 0;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #e74c3c;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    display: none;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}














.imgright {float:right; padding:0; margin:0 0 10px 10px!important; border:0;}
.imgleft {float:left; padding:0; margin:0 10px 10px 0!important; border:0;}

.txt_toggle {display:inline-block; text-decoration:none; border-bottom:1px dashed #0066bb; margin:0;}
.txt_toggle:hover {text-decoration:none; border-bottom:1px dashed #2299dd;}
.txt_vslider {padding:10px 0 0 0;}

.video-outer {position:relative; padding-bottom:56.25%; padding-top:30px; height:0; overflow:hidden;}
.video-outer iframe,
.video-outer object,
.video-outer embed {position:absolute; top:0; left:0; width:100%; height:100%;}

.breadcrumps-path {
    margin: 0;
    padding: 0;
    background-color: #f1f1f1;
}

.breadcrumb {padding:10px 0 10px 0; color:#605c5c; background:none;}
.breadcrumb a {text-decoration:underline; color:#665555;}
.breadcrumb a:hover {text-decoration:underline; color:#776666;}

.printlink {padding:10px; font-size:11px;}

.pages {float:left; color:#444444; padding:10px 0;}
.pages li {list-style: none; display: inline-block;}
.pages a {color:#0066cc; padding:4px 7px; margin: 0 1px;}
.pages a:hover {background:#ffdd44; -moz-border-radius:4px; border-radius:4px;}
.pages span {color:#ffffff; background:#555555; padding:4px 7px; -moz-border-radius:4px; border-radius:4px;}

.adminbox:hover {background:rgba(0,0,0,.1);}
.adminbox:hover .adminlinks {display:block;}
.adminlinks {position:absolute; font-weight:bold; font-size:12px; background:rgba(200,0,0,.8); padding:3px 8px; margin:0; display:none; z-index:9999;}
.adminlinks a {text-decoration:none; color:#ffffff!important;}
.adminlinks a:hover {text-decoration:underline; color:#ffffff!important;}

.adm-link {font-size:12px;  font-weight:bold; color:#222222;}
.adm-link a {font-weight:normal; text-decoration:none; color:#002244;}
.adm-link a:hover {font-weight:normal; text-decoration:underline; color:#224488;}

.viewmode {float:right; margin:5px 6px;}

.tbl1 {margin: 0; padding: 0; border-left:1px solid #ddd; border-bottom:1px solid #ddd;}
.tbl1 td {padding:4px 8px; border-top:1px solid #ddd; border-right:1px solid #ddd;}
.tbl1 th {padding:0; margin:0;}
.tbl1tr {padding:4px 8px; border-top:1px solid #aaaaaa;}
.tbl1 .header td {padding:4px 8px; background: #443399; color:#fff;}
.tbl1 .sel td {padding:4px 8px; border-top:1px solid #aaaaaa; background: #eeddee;}

.tbl2 {border-bottom:1px solid #aaaaaa; border-left:1px solid #aaaaaa;}
.tbl2 td {padding:3px 8px; border-top:1px solid #aaaaaa; border-right:1px solid #aaaaaa;}
.tbl2tr {padding:3px 8px; border-top:2px solid #aaaaaa;}
.tbl2header td {padding:6px 8px; border-top:1px solid #aaaaaa; border-right:1px solid #aaaaaa; background-color:#ddeedd; font-weight:bold;}

form     {margin:0; padding:0;}
select   {border:1px solid #999999; background:#ffffff;}
input    {border:1px solid #999999; background:#ffffff;}
textarea {border:1px solid #999999;}




.btn {
padding: 12px 30px;
transition: .3s;
text-decoration: none;
}

.btn-red {
background: #ee0000;
border-radius: 30px;
font-weight: 700;
font-size: 16px;
color:#ffffff;
}
.btn-red:hover {
background: #ff0000;
color:#ffffff;
}


.btn-border {
border: 1px solid #2E72DE;
border-radius: 30px;
font-weight: 600;
font-size: 22px;
color:#000000;
min-width: 200px;
}
.btn-border:hover {
background:rgba(46,114,222,.2);
}
.btn-border.active {
background: #2E72DE;
color:#ffffff;
}



.form-control,
.form-control-lg {
border-radius: 10px;
border: none;
font-size:18px;
width: 100%;
}
.btn-submit {
background: #ee0000;
border-radius: 10px;
font-weight: 700;
font-size: 16px;
color:#ffffff;
padding: 10px 40px;
width: 100%;
min-width: 250px;
}
.btn-submit:hover {
background: #ff0000;
color:#ffffff;
}



.mburger {
    --mb-button-size: 50px;
    --mb-bar-width: 0.6;
    --mb-bar-height: 2px;
    --mb-bar-spacing: 8px;
    --mb-cross-timeout: 0.4s;
    background: 0 0;
    border: none;
    border-radius: 0;
    color: inherit;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    height: 38px;
    padding: 0 0 0 var(--mb-button-size);
    margin: 0;
    line-height: var(--mb-button-size);
    vertical-align: middle;
    appearance: none;
    outline: 0;
    cursor: pointer;
}

.mburger b {
    display: block;
    position: absolute;
    left: calc(var(--mb-button-size) * ((1 - var(--mb-bar-width))/ 2));
    width: calc(var(--mb-button-size) * var(--mb-bar-width));
    height: var(--mb-bar-height);
    border-radius: calc(var(--mb-bar-height)/ 2);
    background: currentColor;
    color: inherit;
    opacity: 1;
}

.mburger b:nth-of-type(1) {bottom: calc(50% - (var(--mb-bar-height)/ 2)); transform: rotate(45deg); transition: bottom .2s ease,transform .2s ease;}
.mburger b:nth-of-type(2) {opacity: 0; top: calc(50% - (var(--mb-bar-height)/ 2)); transition: opacity .1s ease;}
.mburger b:nth-of-type(3) {top: calc(50% - (var(--mb-bar-height)/ 2)); transform: rotate(-45deg);}
.mburger span:not(:empty) {padding-right: calc(var(--mb-button-size) * ((1 - var(--mb-bar-width))/ 2)); transition: top .2s ease,transform .2s ease;}

.collapsed .mburger b:nth-of-type(1) {bottom: calc(50% + var(--mb-bar-spacing)); transform: rotate(0deg); transition: bottom .2s ease,transform .2s ease;}
.collapsed .mburger b:nth-of-type(2) {opacity: 1; top: calc(50% - (var(--mb-bar-height)/ 2)); transition: opacity .2s ease;}
.collapsed .mburger b:nth-of-type(3) {top: calc(50% + var(--mb-bar-spacing)); transform: rotate(0deg); transition: top .2s ease,transform .2s ease;}





/* Стили для lib-form */


.lf-form {
    width: 100%;
    box-sizing: border-box;
}
.lf-header {
    color: Maroon;
    background: #e4e1dc;
    padding: 6px;
    border-top: 1px solid #dddddd;
}
.lf-comment {
    padding: 6px;
    color: Maroon;
    background: #f5f5f5;
    border-top: 1px solid #dddddd;
}
.lf-endcomment {
    height: 4px;
    background: #f5f5f5;
    border-top: 1px solid #dddddd;
}
.lf-line {
    clear: both;
    box-sizing: border-box;
    border-top: 1px solid #dddddd;
    padding: 6px 0;
}
.lf-left {
    float: left;
    box-sizing: border-box;
    width: 230px;
    padding: 2px 0 5px 6px;
}
.lf-right {
    margin-left: 240px;
    padding: 0 6px 0 0;
    box-sizing: border-box;
}
.lf-right label {
    display: block;
    margin: 2px 20px 8px 0;
    }
.lf-text, .lf-textarea {
    width: 100%;
    font: inherit;
    padding: 4px 8px;
    border: 1px solid #bbbbbb;
    border-radius: 6px;
    box-sizing: border-box;
}
.lf-radio, .lf-checkbox {
    border: none;
    width: 18px;
    height: 18px;
    padding: 0;
    margin: 0px 5px 0 0;
    vertical-align: bottom;
    position: relative;
    top: -2px;
    *overflow: hidden;
}
.lf-select {
    border: 1px solid #bbbbbb;
    border-radius: 5px;
    padding: 6px 4px;
    font: inherit;
}
.lf-attention {
    padding: 6px;
}
.lf-nrtext {
    padding: 4px 6px 6px 6px;
}
.lf-nr {
    width: 170px;
}
.lf-line-submit {
    clear: both;
    box-sizing: border-box;
    padding: 6px 0;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}
.lf-submit, .lf-button {
    background: #2288dd;
    color: #ffffff;
    padding: 8px 26px;
    border-radius: 4px;
    border: none;
    border-radius: 6px;
    transition: .3s;
}
.lf-submit:hover, .lf-button:hover {
    background: #2288bb;
    cursor: pointer;
}




@media (max-width: 1220px) {
.main-visual.bgr,
.main-visual .content {
height: 580px;
}
}

@media (max-width: 1200px) {
.nav-link {
padding: 2px 10px;
font-size:14px;
}
.side-form {
right: -55%;
width: 55%;
}
.form-right-inner {
width: 80%;
}
.ever-block .left-col .info {
padding: 20px 40px 0 0;
}
}

@media (max-width: 1024px) {
.main-visual.bgr,
.main-visual .content {
    height: 600px;
    }
.main-visual .title {
    font-size: 110px;
    }
.main-visual .date {
    padding: 0 0 48px;
    }
}

@media (max-width: 992px) {
h1 {
font-size: 26px;
}
h2 {
font-size: 22px;
}
h3 {
font-size: 20px;
}
section h1, section h2 {
padding: 15px 0;
}

.main-visual.bgr,
.main-visual .content {
    height: 520px;
    }
.main-visual .title {
    font-size: 88px;
    }
.main-visual .date {
    font-size: 26px;
    padding: 0 0 46px;
    }

.ever-block .title {
    font-size: 28px;
    }
.ever-block .schedule-date {
    font-size: 60px;
    }

.ever-block .require-list .require-item {
width: calc(50% - 10px);
}
.ever-block .require-list .require-item:nth-child(3n) {
margin-right: 20px;
}
.ever-block .require-list .require-item:nth-child(2n) {
margin-right: 0;
}

.side-form {
right: -75%;
width: 75%;
}
.form-right-inner {
width: 85%;
}

}

@media (max-width: 768px) {
body {
font-size: 14px;
}
#menutop {
display: block;
}
nav .nav,
.menu-top.in-bottom .nav {
display: none;
}
.menu-top.in-bottom .lnk-politika a {
margin: 14px 0 0 0;
}
.main-visual.bgr:before {
    background: linear-gradient(180deg, rgba(4, 22, 6, 0) 38%, #28290F 100%);
    }
.main-visual.bgr,
.main-visual .content {
    height: 420px;
    }
.main-visual .title {
    font-size: 74px;
    }
.main-visual .date {
    font-size: 24px;
    padding: 0 0 36px;
    }
.main-visual .register {
    padding: 12px 12px;
    }
.main-visual .vhod {
    padding: 0 28px;
    }
.main-visual .year {
    font-size: 50px;
    }

section {
padding: 24px 0 14px;
}
.ever-block .content {
flex-direction: column;
}
.ever-block .left-col {
flex-wrap: wrap;
flex-direction: row;
padding-right: 0;
width: 100%;
}
.ever-block .left-col .register {
margin-top: 12px;
padding: 12px 10px;
}
.ever-block .right-col {
width: 100%;
}
.ever-block .title {
width: 100%;
}
.ever-block .left-col .info {
width:50%;
padding: 14px 0 0 0;
}

.ever-block .schedule-day {
padding: 20px;
margin-top: 20px;
margin-bottom: 0;
}
.ever-block .schedule-date {
font-size: 56px;
}
.ever-block figure {
margin: 20px 0 0;
}
.ever-block .schedule-day figure {
margin: 20px -20px 0 0;
}

.map {
margin-top:20px;
}

}

@media (max-width: 676px) {
.main-visual .content {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.main-visual .content > div:first-child {
width: 100%;
display: flex;
align-items: flex-end;
justify-content: space-around;
}
.main-visual .date {
padding: 0;
}
.main-visual .title {
text-align: center;
}
.main-visual .place {
margin: 0;
}

}



@media (max-width: 576px) {
h1 {
font-size: 22px;
}
h2 {
font-size: 20px;
}
h3 {
font-size: 18px;
}
h4 {
font-size: 14px;
}
section h1, section h2 {
padding: 10px 0;
}

nav {
height: 66px;
}

.menu-top.in-bottom {
    flex-wrap: wrap;
}
.menu-top.in-bottom .logo {
width: 50%;
}
.menu-top.in-bottom .centr {
order: 3;
width: 100%;
}
.menu-top.in-bottom .lnk-politika {
text-align: right;
}
.menu-top.in-bottom .lnk-politika a {
font-size:14px;
margin: 0;
}
.menu-top.in-bottom .lnk-register {
order: 2;
width: 50%;
text-align: right;
}


.main-visual.bgr:before {
background: linear-gradient(180deg, rgba(4, 22, 6, 0) 28%, #28290F 100%);
}
.main-visual .title {
font-size: 15vw;
}
.main-visual .info {
    align-items: center;
    flex-wrap: wrap;
    align-items: flex-end;
}
.main-visual .year {
order: 1;
width: 100%;
line-height: 100%;
margin-bottom: 6px;
text-align: right;
}
.main-visual .register {
order: 2;
width: 58%;
}
.main-visual .vhod {
order: 3;
width: 42%;
font-size: 12px;
padding: 0 0 4px 20px;
}


.ever-block .right-col h2 {
    font-size: 18px;
    margin: 0;
    }
.ever-block .title {
    font-size: 26px;
    }

.ever-block .schedule-day {
padding: 10px 15px;
}
.ever-block .schedule-header {
flex-direction: column-reverse;
margin-bottom: 10px;
}
.ever-block .schedule-date {
font-size: 42px;
}
.ever-block .schedule-list strong {
font-size: 18px;
margin-right: 15px;
}
.ever-block .schedule-day figure {
margin: 15px -15px 0 0;
}

.ever-block .nominations-header {
font-size: 26px;
}
.ever-block .nominations-list li {
    padding: 6px 8px;
    margin: 8px 4px 0 0;
}

.ever-block .require-list .require-item {
width: 100%;
margin-right: 0;
}
.ever-block .require-list .require-item:nth-child(3n) {
margin-right: 0;
}

.contacts-info .phone {
    font-size: 24px;
    }
.contacts-info .address {
    max-width: inherit;
    margin: 0 0 0 50px;
    }



.side-form {
right: -100%;
width: 100%;
}
.form-right h3 {
font-size: 18px;
}
.form-right-inner {
width: 100%;
margin: 0px auto;
}

.form-group {
margin-bottom: 10px;
}
.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group input[type="file"] {
    padding: 6px;
    font-size: 13px;
    margin-top: 6px;
    }

.lf-left {
float: none;
margin: 0;
}
.lf-right {
float: none;
margin: 0;
}
.lf-text, .lf-textarea, .lf-select {
box-sizing: border-box;
width: 100%;
}

.breadcrumb {margin:0 0 10px 0;}

.btn {
font-size: 15px;
padding: 10px;
}
.btn-border {
min-width: 120px;
}
.btn-submit {
padding: 10px 20px;
font-size: 16px;
}
}

@media (max-width: 480px) {
.contacts-info {
flex-direction: column;
}
.contacts-info .phone {
font-size: 22px;
}
.contacts-info .address {
margin: 0;
padding: 20px 0 0;
}

}

@media (max-width: 375px) {
.main-visual .content {
padding: 14px;
}
.main-visual .content > div:first-child {
justify-content: space-between;
}

}