

/* Start:/local/templates/rmp/styles.css?1745791525209*/
h1 {
    font-size: 1.45em;
    font-weight: normal;
    margin:0;
    padding:0px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

h2,h3,h4{ margin:0;padding:0px;font-size:1.15em; margin-bottom:10px; font-weight:normal;}
/* End */


/* Start:/local/templates/rmp/template_styles.css?177148814616281*/


/* Start:/local/templates/rmp/styles.css?1745791525209*/
h1 {
    font-size: 1.45em;
    font-weight: normal;
    margin:0;
    padding:0px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

h2,h3,h4{ margin:0;padding:0px;font-size:1.15em; margin-bottom:10px; font-weight:normal;}
/* End */


/* Start:/local/templates/rmp/template_styles.css?177148791415664*/


/* Start:/local/templates/rmp/styles.css?1745791525209*/
h1 {
    font-size: 1.45em;
    font-weight: normal;
    margin:0;
    padding:0px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

h2,h3,h4{ margin:0;padding:0px;font-size:1.15em; margin-bottom:10px; font-weight:normal;}
/* End */


/* Start:/local/templates/rmp/template_styles.css?177148639215189*/
font.tablebodytext {
    display: none;
}

html {
    overflow-x: hidden;
}

body {
    min-height:100vh;
    min-width: 22.4vw;
    margin:0;
    padding:0;
    font-family: "Mulish";
    position: relative;
    background-image: url(/local/templates/rmp/images/back.png); 
    background-size: cover;
}

h4 {
    font-weight: 900!important;
    text-transform: uppercase;
}

a {
    color: #005B95;
    text-decoration: none;
}

a:hover {
    text-decoration:none;
}

.rmp_message {
    width: 80%;
    text-align: center;
    border: 1px solid #aeaeae;
    margin: 2vw auto;
    padding: 1.5vw;
    box-sizing: border-box;
}

.rmp_message_green {
    border-color: #709b70;
    background-color: #d1eec8;
}

[class*="rmp_button_"] {
    width: auto;
    height: auto;
    font-size: 1.3vw;
    line-height: 100%;
    font-weight: 900;
    padding: 1vw 2vw;
    border-radius: 2vw;
    display: inline-block;
    border:none;
    cursor: pointer;
}

.rmp_button_white{
    color: #1186D4;
    background-color: #fff;
}

.rmp_button_orange{
    color: #fff;
    background-color: #FD5527; 
}

.rmp_button_blue{
    width: auto;
    height: auto;
    color: #fff;
    background-color: #005B95;
    padding: 0.8vw 2vw;
    border-radius: 2vw;
}

/* AUTH */
#header-auth{position:absolute; right:20px; top:5px; font-size:0.75em; font-family: Verdana, Arial, Helvetica, sans-serif;}
#header-auth a{margin-left:20px;}


/*HEADER*/
.header_top{
    width: 100%;
    height: 5.31vw;
    background-color: #005B95;
}

.header_main{
    width: 90.5vw;
    height: 6.35vw;
    border-radius: 4vw;
    border: 0.4vw solid #005B95;
    background-color: #fff;
    position: relative;
    z-index: 1;
    /* margin-bottom: 3vw; */
    /* top: 2vw; */
    left: 4vw;
}

.header-container {
    padding-top: 2vw;
    padding-bottom: 3vw;
    background: #fff;
    position: relative;
}

.header-container::before{
    content: '';
    width: 100%;
    height: 5.31vw;
    background-color: #005B95;
    position: absolute;
    z-index: 0;
    top: 0;
}


.header_main_logo{
    float: left;
    /*height: 2.1vw;*/
    display: flex;
    padding-left: 2vw;
    padding-top: 2vw;
}


.header_main_logo-mo{
    width: 6.3vw;
    height: 3.1vw;
    background-image: url(/local/templates/rmp/images/Isolation_Mode.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 1.3vw;
    position: relative;
}

.header_main_logo-mo::after{
    content: '';
    background: #005B95;
    display: inline-block;
    width: 2px;
    height: inherit;
    position: absolute;
    right: -1.3vw;
}

.header_main_logo-rmp{
    width: 7.5vw;
    height: 3vw;
    margin-left: 1.6vw;
    background-image: url(/local/templates/rmp/images/Logo.svg);
    background-size: contain;
    position: relative;
    background-repeat: no-repeat;
}


.header-ul{
    display: flex;
    list-style-type: none;
    /*margin-left: 31vw;*/
    margin-top: 1.5vw;
    justify-content: end;
    padding: 0 2vw 0;
}

.header_main_logo a{
    width: inherit;
    height: inherit;
    display: inline-block;
}


.header-bottom{
    width: 100%;
    height: 5.31vw;
    background-color: orange;
}

.header-li{
    margin-right: 1.3vw;
    margin-top: 1vw;
}

.header-li-lk{
    margin-left: 1vw;
}


.header-link{
   text-decoration: none; 
    color: #000000;
    font-size: 0.9vw;
    line-height: 100%;
    font-weight: Bold;
}

.header-main-btn{
    text-decoration: none; 
    color: #FFFFFF;
    font-size: 1.25vw;
    line-height: 100%;
    font-weight: SemiBold;  
}

.header-li-input{
    width: 3vw;
    height: 1vw;
    /* background-color: orange; */
    border: none;
    outline: none;
    color: #000000;
    font-size: 0.9vw;
    line-height: 100%;
    font-weight: Bold;
}

.header-li-input-container{
    position: relative;
}

.header-li-input-container::after{
    content: '';
    position: absolute;
    background-image: url(/local/templates/rmp/images/Icon.svg);
    background-size: contain;
    display: inline-block;
    height: inherit;
    top: 0.2vw;
    left: 3vw;
    height: 5vw;
    width: 1vw;
    background-repeat: no-repeat;
}

.header_mobile_menu {
    display: none;
}

/*FOOTER*/
.footer-container{
    width: 100%;
    height: 8.7vw;
    background-color: #005B95;
    display: flex;
}

.footer-logo-container{
    display: flex;
    margin-top: 3vw;
    margin-left: 5vw;
}

.footer_main_logo-mo{
    width: 6.3vw;
    height: 3.1vw;
    background-image: url(/local/templates/rmp/images/white_min_obr.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 1.3vw;
    position: relative;
}

.footer_main_logo-rmp{
    width: 7.5vw;
    height: 3vw;
    margin-left: 1.6vw;
    background-image: url(/local/templates/rmp/images/2.png);
    background-size: contain;
    position: relative;
    background-repeat: no-repeat;
}


.footer-text{
    margin-top: 3.5vw;
    text-align: center;
    margin-left: 16vw;
}

.footer-text-top{
    color: #FFFFFF;
    font-size: 0.9vw;
    line-height: 100%;
    font-weight: Regular;  
}

.footer-text-bottom{
    text-decoration: none;
    color: #FFFFFF;
    font-size: 0.9vw;
    line-height: 100%;
    font-weight: Regular;
}

.footer-social{
    margin-top: 2.5vw;
}

.footer-social-ul{
    display: flex;
    list-style-type: none;
    gap: 3vw;
    margin-left: 15vw;
}

.icon_link_email{
    background-image: url(/local/templates/rmp/images/mail.svg);
    width: 2vw;
    height: 2vw;
    background-repeat: no-repeat;
    background-size: contain;
}

.icon_link_telegram{
    background-image: url(/local/templates/rmp/images/telegram.svg);
    width: 2vw;
    height: 2vw;
    background-repeat: no-repeat;
    background-size: contain;
}

.icon_link_vk{
    background-image: url(/local/templates/rmp/images/vk.svg);
    width: 2vw;
    height: 2vw;
    background-repeat: no-repeat;
    background-size: contain;
}

.footer-social-ul a{
    width: inherit;
    height: inherit;
    display: block;
}

/* MAIN */
.rmp_pageheader img {
    float: right;
    width: 41vw;
    height: 30vw;
    margin-left: 7vw;
    border-radius: 2vw;
    object-fit: cover;
}

.rmp_pageheader {
    background-color: #005B95;
    width: 100%;
    height: 40vw;
    /* display: flex; */
    padding: 5vw 4vw;
    box-sizing: border-box;
    color: #FFFFFF;
    font-size: 1.56vw;
    line-height: normal;
}

.rmp_pageheader [class*="rmp_button_"]{
    margin-bottom: 1vw;
}

.rmp_pageheader_title{
    color: #FFFFFF;
    font-size: 2.6vw;
    line-height: 110%;
    font-weight: 900;
    margin-bottom: 3vw;
}


.rmp_info_block{
    /* margin-left: 5vw; */
    padding: 5vw 4vw;
}

.rmp_info_block_container{
    width: 89.32vw;
    height: auto;
    background: linear-gradient(#a6cde62b 15%, #A6CDE680 50%, #a6cde62b 85%);
    border-radius: 2vw;
    border: 0.16vw solid #005B95;
    padding: 2vw 1.5vw 2vw 3vw;
    color: #005B95;
    font-size: 1.56vw;
    /* font-weight: 700; */
    box-sizing: border-box;
    text-align: justify;

}

.rmp_info_block_container ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.title {
    color: #005B95;
    font-size: 2.6vw;
    line-height: 110%;
    font-weight: 900;
    text-align: center;
    margin-bottom: 2vw;
    padding-top: 5vw;
    text-transform: uppercase;
}

.rmp_bg_pattern {
   background-image: url(/local/templates/rmp/images/back.png); 
   background-size: cover;
}

.rmp_docs_list {
    list-style-type: none;
    padding: 0;
    margin: 4vw 0 0 18vw;
}

/*.vkrskdcp_section_text{
   text-align: justify;
   margin-left: 17vw;
}*/

ul.rmp_docs_list li {
    margin-bottom: 1.3vw;
    /* margin-left: 0.3vw; */
}

ul.rmp_docs_list li span {
    font-weight: bold;
    font-size: 1.56vw;
}

ul.rmp_docs_list li a {
    margin-right: 6vw;
    font-size: 1.56vw;
    display: inline-block;
}

.rmp_dateline-ul{
    margin-top: 2vw;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
    padding: 0 4vw;
    box-sizing: border-box;
    justify-content: space-between;
}

.rmp_dateline-li-short{
    width: 20.5vw;
    /* height: 10.05vw; */
    margin-bottom: 2vw;
}

.rmp_dateline-li-long{
    width: 43.15vw;
    margin-left: 2vw;
    height: 10.05vw;
}

.rmp_dateline-li-title{
    color: #005B95;
    font-size: 1.25vw;
    line-height: 108%;
    font-weight: 800;
    height: 2vw;
}

.rmp_dateline-li-main{
    background-color: #E6D5E5;
    border-top: 0.16vw solid #FD5527;
    color: #FD5527;
    border-bottom-left-radius: 2vw;
    border-bottom-right-radius: 2vw;
    height: 10.05vw;
    padding: 1vw 0vw 1vw 1vw;
}

.rmp_dateline-blue{
    background-color: #E4F2FB;
    border-top: 0.16vw solid #1086D4;
    color: #005B95; 
}

.rmp_dateline-li-main-title{
     font-size: 1.56vw;
    line-height: 108%;
    font-weight: 900;
}

.rmp_dateline-li-main-text{
    font-size: 1.23vw;
    line-height: 110%;
    font-weight: 500;
    margin-top: 0.4vw;
}

.contest_lk-container{
    width: 100%;
    height: 25.1vw;
    background-color: #005B95;
    display: flex;
}

.contest_lk-left{
    margin-top: 5.3vw;
    margin-left: 9.64vw;
}

.contest_lk-left-title{
    color: #FFFFFF;
    font-size: 2.12vw;
    line-height: 116%;
    font-weight: 900; 
    margin-bottom: 1vw;
}

.contest_lk-left-text{
    color: #FFFFFF;
    font-size: 1.25vw;
    line-height: 100%;
    font-weight: 400;
    margin-bottom: 1.5vw;
}


.contest_lk-right {
    margin-top: 5.7vw;
    margin-left: 9.64vw;
}

.rmp_opening_list{
    list-style-type: none;
    padding: 0;
    margin-left: 4vw;
}

.rmp_opening_list summary{
    color: #005B95;
    font-size: 2.2vw;
    line-height: 108%;
    font-weight: 700;
    margin-bottom: 2vw;
    position: relative;
    cursor: pointer;
    margin-bottom: 2vw;
}

.rmp_opening_list summary::marker{
    display: none;
}

.rmp_opening_list p{
    color: #005B95;
    font-size: 1.25vw;
    line-height: 108%;
    font-weight: 400;
    margin-bottom: 1.5vw;
}

.rmp_opening_list summary::after{
    content: '';
    position: absolute;
    background-image: url(/local/templates/rmp/images/blue_arrow_right.svg);
    background-size: contain;
    display: inline-block;
    height: inherit;
    /* top: 0.2vw; */
    /* left: 3vw; */
    height: 6vw;
    width: 7vw;
    background-repeat: no-repeat;
    right: 3vw;
    top: -1.5vw;
    transition: transform .2s linear;
}

.rmp_opening_list [open] summary::after {
    transform: rotate(90deg);
}

details > summary::marker {
    display: none;
    content: ''; 
}

details > summary::-webkit-details-marker {
  display: none;
}





/* AUTH */
.forgot-form input[type="text"],
.login-form input[type="text"],
.register-form input[type="text"],
.forgot-form input[type="password"],
.login-form input[type="password"],
.register-form input[type="password"] {
    background: #f1f1f1;
    border: none;
    border-radius: 10px;
    width: 100%;
    height: 3.38vw;
    margin-bottom: 0.83vw;
    padding-left: 1vw!important;
    font-size: 1.35vw!important;
}

label.field-title {
    color: #000;
    font-size: 1.35vw;
    font-weight: 900;
    margin-bottom: 0.26vw;
    display: block;
}

.forgot-form form,
.login-form form,
.register-form form {
    width: 53.90vw;
    display: block;
    background: #fff;
    border-radius: 20px;
    padding: 62px;
    box-sizing: border-box;
    margin: auto;
}

.forgot-form,
.login-form,
.register-form {
    background: linear-gradient(180deg, #005B95 7.29%, #113B5A 69.79%, #1D232E 100%);
    padding: 120px 0;
}

.field.field-button {
    margin: 20px 0 25px;
}

.forgot-form input[type="submit"],
.login-form input[type="submit"],
.register-form input[type="submit"] {
    width: fit-content;
    height: fit-content;
    padding: 15px 35px;
    border-radius: 24px;
    cursor: pointer;
    background: #E8E8E8;
    color: #000;
    background: #95005B;
    color: #fff;
}

.errortext,
.register-form>.fields>.field,
font.notetext {
    width: 53.90vw;
    display: block;
    background: #fff;
    border-radius: 20px;
    padding: 3vw;
    box-sizing: border-box;
    margin: 0 auto 21px;
}

/*Список со стрелочками*/
.rmp_arrows_ul {
    display: flex;
    list-style-type: none;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    color: #FFFFFF;
    font-size: 1.3vw;
    line-height: 1.3vw;
    font-weight: 700;
    font-style: italic;
}

.rmp_arrows_ul > li {
    width: 40%;
    display: flex;
    list-style-type: none;
    background-color: #005B95;
    /* height: 4.6vw; */
    margin-left: 7vw;
    margin-bottom: 1vw;
    border-radius: 1.5vw;
    height: auto;
    padding: 0vw 0vw 0.7vw;
    position: relative;
    box-sizing: border-box;
    padding: 1vw 2vw 1vw 5vw;
}

.rmp_arrows_ul > li:before {
    content: '';
    position: absolute;
    background-image: url(/local/templates/rmp/images/arrow.svg);
    width: 2.5vw;
    /* height: 4vw; */
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    left: 1vw;
    top: 0;
    bottom: 0;
    transform: rotate(-45deg);
}

@media screen and (max-width: 750px) {

body {
    background-size: contain;
    width: 100%;
    overflow: hidden;
}

.header_main_logo-mo {
    width: 14.3vw;
    height: 5.1vw;
}

.header_main.open_menu {
    height: auto;
}

.header_main {
    min-height: 9vw;
    height: 9vw;
    overflow: hidden;
}

.header_main_logo {
    padding-left: 4vw;
}

.header_main_logo-rmp {
    width: 15.5vw;
    height: 7vw;
}

ul.header-ul {
    margin: 0 0 0;
    padding: 1vw 4vw 0;
    box-sizing: border-box;
    width: 100%;
    display: block;
    margin-top: 10vw;
}

.header-link {
    font-size: 3vw;
}

.header-li {
    margin-top: 2vw;
}

.header-main-btn {
    font-size: 3vw;
    width: auto;
}

li.header-li-lk.rmp_button_blue {
    width: auto;
    padding: 1vw 4vw;
    margin-bottom: 3vw;
    margin-left: 0vw;
}

.header_mobile_menu {
    position: absolute;
    border: .8vw solid #004674;
    border-right: none;
    border-left: none;
    top: 2vw;
    right: 4vw;
    width: 8vw;
    height: 3.5vw;
    display: block;
    cursor: pointer;
}

.header_mobile_menu:before {
    content: '';
    display: block;
    height: .8vw;
    width: 8vw;
    position: absolute;
    top: 1.4vw;
    background: #004674;
}

.rmp_pageheader {
    display: flex;
    flex-wrap: wrap;
    /* width: auto; */
    height: 100%;
    padding: 7vw 4vw;
}

.rmp_pageheader >* {
    width: 100%;
    order: 1;
    font-size: 5.6vw;
}

.rmp_pageheader >img {
    order: 10;
    width: 100%;
    height: 69vw;
    margin-top: 5vw;
    margin-left: 0;
}

.[class*="rmp_button_"] {
    font-size: 3.9vw;
    padding: 2vw;
}

[ class*="rmp_button_"] {
    margin-bottom: 1vw;
    font-size: 3.9vw;
    padding: 2vw;
    margin-top: 3vw;
    padding: 2vw 6vw;
    width: 40vw;
    text-align: center;
}

.title {
    font-size: 5vw;
}

.rmp_info_block_container {
    font-size: 3vw;
    width: 100%;
}

.rmp_docs_list {
    margin: 1vw 0 0 4vw;
    /* margin: 0; */
    /* padding: 3vw 4vw; */
}


ul.rmp_docs_list li a {
    font-size: 3vw;
}

ul.rmp_docs_list li span {
    font-size: 3vw;
}

.rmp_dateline-li-short {
    width: 45vw;
    /* margin-top: 19vw; */
}

.rmp_dateline-li-title {
    font-size: 3.5vw;
    height: 5vw;
}

.rmp_dateline-ul {
    /* margin-left: -5vw; */
    padding-left: 2vw;
}

.rmp_dateline-li-main-title {
    font-size: 3.5vw;
}

.rmp_dateline-li-main-text {
    font-size: 3.5vw;
}

.rmp_dateline-li-main {
    height: 28vw;
    padding: 2vw 2vw 2vw 2vw;
}

.rmp_dateline-li-long {
    width: 92vw;
    height: auto;
    margin-bottom: 2vw;
}

.contest_lk-container {
    height: auto;
    display: block;
    position: relative;
    padding: 5vw 3vw;
}

ul.contest_lk-right-ul {
    margin-left: -23px;
}

.contest_lk-left-title {
    font-size: 5.5vw;
    margin-bottom: 4vw;
    /* margin-top: 0vw; */
}

.contest_lk-left-text {
    font-size: 3.5vw;
    margin-left: 0vw;
}

.contest_lk-left-link {
    font-size: 3.5vw;
}

.contest_lk-left {
    margin: 0;
}

.contest_lk-right {
    margin-left: 0vw;
}

.rmp_opening_list summary {
    font-size: 4vw;
    margin-bottom: 4vw;
    padding-right: 8vw;
}


.rmp_opening_list summary::after {
    right: 0vw;
    top: -2.5vw;
    width: 10vw;
    height: 10vw;
}

.rmp_opening_list p {
    font-size: 3.5vw;
    margin-bottom: 4vw;
}

.footer-container {
    height: auto;
    flex-wrap: wrap;
    display: flex;
}

.footer-logo-container {
    order: 1;
    margin-top: 0vw;
    width: 100%;
    margin-left: 29vw;
    margin-top: 3vw;
    margin-bottom: 3vw;
}

.footer-social {
    order: 5;
    margin-top: 0;
    width: 100%;
}

.footer-text {
    order: 100;
    margin-top: 0vw;
    width: 100%;
    margin-left: 0vw;
    margin-bottom: 5vw;
}

.footer-text-top {
    font-size: 2.5vw;
    text-align: center;
    margin: 0;
}

.footer-text-bottom {
    font-size: 2.5vw;
    text-align: center;
    /* padding-bottom: 2vw; */
}

.footer-social-ul {
    margin-left: 21vw;
    gap: 8vw;
    margin-bottom: 6vw;
}

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

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

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

.footer_main_logo-mo {
    width: 22vw;
    height: 9vw;
}

.footer_main_logo-rmp {
    width: 22vw;
    height: 9vw;
}

.rmp_opening_list {
    padding: 4vw 2vw;
}


.rmp_pageheader_text {
    line-height: 100%;
    font-size: 4vw;
}

.rmp_pageheader_title {
    font-size: 7vw;
}


}


