@import url(fonts.css);
.bg_white {
    background-color: rgba(255, 255,255,1);
}
body {
	font-family: 'ProximaNova', sans-serif;
	font-weight: normal;
    background-color: rgba(232, 232, 232, 1);
    position: relative;
    padding-top: 35px;
}
header {
    height: 35px;
    background-color: rgba(255, 255,255,1);
    padding-left: 0px;
    top: 0;
    left: 0;
    z-index: 10000;
}
.section_header {
    padding-top: 27px;    
}
.section_header a.nav-link {
    color: rgba(255, 255,255,1);
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
}
.section_header a.nav-link:first-of-type {
    padding-left: 0;
}
.section_header .active a.nav-link {
    font-weight: 700;
}
.logo_gf {
    background: url(img/logo_gf.svg) center center no-repeat;
    width: 139px;
    height: 12px;
    display:block;
    text-indent: -10000px;
    margin-right: 10px;
}
.goszakaz {
    background: url(img/goszakaz.svg) center center no-repeat;
    width: 177px;
    height: 14px;
    text-indent: -10000px;
    margin-right: 10px;
    display: block;
}
.logo_ret {
    background: url(img/roseltorg.svg) center center no-repeat;
    width: 98px;
    height: 15px;
    display: block;
    text-indent: -10000px;
    margin-right: 10px;
}
header nav {
    margin-right: auto;
}
.section_header {
    background: url(img/header_bcgr.jpg) center center no-repeat;
    background-size: cover;
    color: rgba(255, 255,255,1);
    padding-bottom: 0;
}
.section_header .container {
    background: url(img/prize.svg) right bottom no-repeat;
    background-size: auto 430px; /*auto,cover;*/
}
.section_header button {
    width: 430px;
    height: 60px;
    border: 0 none;
    border-radius: 3px;
    background-color: rgba(255, 255,255,1);
    font-size: 21px;
    color: rgba(0, 133, 239, 1);
    transition: .5s;
}
.section_header button:hover {
    background-color: rgba(255, 255,255,.5);
}
.organizations {
    margin-bottom: 20px;
    margin-top: 20px;
}
.subprizes {
    margin-top: 20px;
}
.subprizes .silver::before,
.subprizes .silver::after {
    width: 34px;
    height: 65px;
    background-size: contain;
}
h1 {
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: 0px;
    text-align: left;
}
.section_header p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
}
.section_header ol {
    counter-reset: header;
    list-style-type: none;
}
.section_header ol li {
    line-height: 22px;
    margin-bottom: 10px;
}
.section_header ol li::before {
    counter-increment: header;
    content: counter(header); 
    display: inline-block;
    background-color: rgba(255, 255,255,1);
    width: 22px;
    height: 22px;
    line-height: 22px;
    color: rgba(0, 133, 239, 1);
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
}
.organizations a {
    display: block;
    text-indent: -10000px;
}
.section_header button {
    display: inline-block;
}
.organizations a {
    display: inline-block;
    text-indent: -10000px;
    margin-right: 40px;
}
.logo_sg_white {
    height: 38px;
    width: 125px;
    background: url(img/logo_sg_white.svg) center center no-repeat;
}
.logo_school_white {
    height: 25px;
    width: 165px;
    background: url(img/logo_sckool_white.svg) center center no-repeat;
}
.logo_uch_white {
    height: 27px;
    width: 63px;
    background: url(img/logo_uch.svg) center center no-repeat;
}
.logo_ku_white {
    height: 26px;
    width: 81px;
    background: url(img/logo_ku.svg) center center no-repeat;
}
.logo_sys_white {
    background: url(img/logo_sysgoz.svg) center center no-repeat;
    width: 64px;
    height: 23px;
}
.logo_vshg_white {
    background: url(img/logo_svg.svg) center center no-repeat;
    width: 128px;
    height: 23px;
}
.logo_pro_white {
    background: url(img/logo_pro.svg) center center no-repeat;
    width: 145px;
    height: 23px;
}
.logo_gzru_white {
    background: url(img/logo_gzru.svg) center center no-repeat;
    width: 118px;
    height: 23px;
}
.logo_gzs_white {
    background: url(img/logo_gzs.svg) center center no-repeat;
    width: 59px;
    height: 23px;
}
.logo_gzs_white {
    background: url(img/logo_postavshik.svg) center center no-repeat;
    width: 103px;
    height: 23px;
}
.logo_fas_white {
    background: url(img/logo_fas.svg) center center no-repeat;
    width: 114px;
    height: 23px;
}
.logo_aktion_white {
    background: url(img/logo_aktion.svg) center center no-repeat;
    width: 114px;
    height: 23px;
}
.logo_goszakaz_white {
    background: url(img/logo_goszakaz.svg) center center no-repeat;
    width: 59px;
    height: 23px;
}
h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: -0.03em;
    text-align: center;
}
.menu_black a {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
}
.menu_black .active a {
    font-weight: bold;
}
.btn_red {
    background: rgba(255, 0, 0, 1);
    color: rgba(255, 255,255,1);
    transition: .5s;
    border: 0;
    border-radius: 2px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0px;
    width: 215px;
    height: 32px;
}
.btn_red:hover {
    background: rgba(255, 0, 0, .5);
}
.btn_green {
    background: rgba(0, 133, 239, 1);
    color: rgba(255, 255,255,1);
    height: 60px;
    width: 428px;
    transition: .5s;
    border: 0;
    border-radius: 3px;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
}
.btn_green:hover {
    background: rgba(0, 133, 239, .5);
}
.btn_white {
    border: 1px solid #2D3039;
    border-radius: 2px;
    background-color: rgba(255, 255,255,1);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: 0px;
    text-align: center;
    width: 368px;
    height: 42px;
}
.btn_yellow,
.btn__yellow {
    border: 1px solid rgba(232, 216, 74, 1);
    border-radius: 2px;
    background-color: rgba(232, 216, 74, 1);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: 0px;
    text-align: center;
    width: 368px;
    height: 42px;
    color: rgba(255, 255,255,1);
}
.btn_yellow:hover,
.btn_yellow:active,
.btn__yellow:hover,
.btn__yellow:active  {
    background-color: rgba(232, 216, 74, .5);
}
.btn_small {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    height: 42px;
    padding-left: 40px;
    padding-right: 40px;
    width: auto;
}
button[disabled]
    {cursor:not-allowed;
    background: #CDCDCD;
    color:rgba(255, 255,255,1);
}
.gold, .silver, .bronze {
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: center;   
    position: relative;
    padding: 0 87px;
    min-height: 123px;
}
.silversmall {
	padding: 0 37px;
}
.silversmall, small {
	font-size: 18px;
	padding-top: 10px;
}
.gold b, .silver b, .bronze b {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0px;
    text-align: center;
    display: block;
    position: relative;
    margin-bottom: 20px;
}
.gold::before, .silver::before, .bronze::before {
    content: "";
    display: block;
    background: url(img/gold.svg) center center no-repeat;
    width: 63px;
    height: 123px;
    position: absolute;
    top: 0;
    left: 0;
}
.gold::after, .silver::after, .bronze::after {
    content: "";
    display: block;
    background: url(img/gold.svg) center center no-repeat;
    width: 63px;
    height: 123px;
    transform: scale(-1, 1);
    position: absolute;
    top: 0;
    right: 0;
}
.silver::before, .silver::after {
    background-image: url(img/silver.svg);
}
.bronze::before, .bronze::after {
    background-image: url(img/bronze.svg);
}
.jury figure {
    max-width: 180px;
    margin: 15px;
}
.speakers figure {
    max-width: 198px;
    margin: 15px;
}
.jury figure figcaption,
.speakers figure figcaption {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0px;
}
.jury figure figcaption b,
.speakers figure figcaption b {
    font-size: 16px;
}
.rating tr td {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
    vertical-align: middle;
}
.rating figure {
    margin-bottom: 0;
}
.rating figure picture,
.jury figure picture,
.speakers figure picture {
    width: 35px;
    height: 35px;
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
}
.jury figure picture {
    width: 110px;
    height: 110px;
}
.speakers figure picture {
    width: 198px;
    height: 198px;
}
.rating figure picture img,
.speakers figure picture img,
.jury figure picture img {
    width: 100%;
    height: auto;
}
.rating tbody {
    counter-reset: rating;
}
/*.rating tr td:first-of-type::before {
    counter-increment: rating;
    content: counter(rating); 
}*/
.rating tr.first td:nth-of-type(2) {
    background: url(img/1.png) center center no-repeat;
}
.rating tr.second td:nth-of-type(2) {
    background: url(img/2.png) center center no-repeat;
}
.rating tr.third td:nth-of-type(2) {
    background: url(img/3.png) center center no-repeat;
}
.rating figure picture {
    width: 35px;
    height: 35px;
}
.rating .first figure picture,
.rating .second figure picture,
.rating .third figure picture {
    width: 55px;
    height: 55px;
}
.rating tr:hover,
.rating tr.active {
    background: rgba(0, 133, 239, 1);
    color: rgba(255, 255,255,1);
}
.rating tr[data-nomination=roseltorg] {
    display: none;
}
.pseudoradio {
    display: -ms-flexbox;
    display: flex;
}
.pseudoradio label {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 51px;
    text-align: center;
    color: rgba(97, 97, 97, 1);
    width: 223px;
    flex: 0 0 223px;
    height: 51px;
    border: rgba(0, 133, 239, 1) 1px solid;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
}
.pseudoradio label:first-of-type {
    border-radius: 3px 0 0 3px;
}
.pseudoradio label.active {
    color: rgba(255, 255,255,1);
    background: rgba(0, 133, 239, 1);
    cursor: default;
}
.pseudoradio label input {
    opacity: 0;
}
.perforation {
    background: #E8E8E8 url(img/perforation.svg) center 20px no-repeat;
    border-radius: 6px;
    padding: 80px 145px;
}
.programm {
    list-style-type: none;
    counter-reset: proggram;
    margin-top: 30px;
    padding-left: 200px;
}
.programm li {
    counter-increment: programm;
    position: relative;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
}
.programm li p {
    border-bottom: 1px solid rgba(173, 173, 173, 1);
    min-height: 80px;   
    padding-bottom: 20px;    
    position: relative;
    padding-left: 135px; 
}
.programm li p date {
    position: absolute;
    left: 0;
    top: 0;
}
.programm li p + p,
.programm li p.minheight-auto {
    min-height: auto;
}
.programm li:before {
    content: counter(programm);
    text-align: center;
    width: 200px;
    display: block;
    position: absolute;
    font-size: 76px;
    top: 0;
    left: -200px;
    line-height: 1;
} 
.programm li:after {
    font-size: 16px; 
    content:"этап";
    display: block;
    position: absolute;
    top: 60px;
    left: -200px;
    width: 200px;
    text-align: center;
}
.programm li span {
    display: block;
}
.game {
    background: url(img/game.svg) 0 5px no-repeat;
    padding-left: 25px;
}
.vict {
    background: url(img/vict.svg) 0 5px no-repeat;
    padding-left: 25px;
}
.vict2 {
    background: url(img/vict2.svg) 0 5px no-repeat;
    padding-left: 25px;
}
.balance {
    background: url(img/balance.svg) 0 5px no-repeat;
    padding-left: 25px;
}
.rez {
    background: url(img/records.svg) 0 5px no-repeat;
    padding-left: 25px;
}
.suzhd {
    background: url(img/info.svg) 0 5px no-repeat;
    padding-left: 25px;
}
.nagr {
    background: url(img/couboc.svg) 0 5px no-repeat;
    padding-left: 25px;
    /*color:  rgba(0, 133, 239, 1);*/
}
.post {
    background: url(img/star.svg) 0 5px no-repeat;
    padding-left: 25px;
}
.cross {
    background: url(img/cross.svg) 0 5px no-repeat;
    padding-left: 25px;
}
.case {
    background: url(img/case.svg) 0 5px no-repeat;
    padding-left: 25px;
}
.star {
    background: url(img/star.svg) 0 5px no-repeat;    
    padding-left: 25px;
}
.mic {
    background: url(img/mic.svg) 0 5px no-repeat;
    padding-left: 25px;
    /*color: rgba(0, 133, 239, 1);*/
}
.activeli{
	font-weight: bold;
	color: rgba(0, 133, 239, 1);
}
.test strong {
    color: white;
    padding-bottom: 20px;
}
.test .list-group-item {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 1);
}
.test .list-group-item a {
    color: rgba(255, 255,255,1);
    text-decoration: none;
}
.filter {
    margin-bottom:20px;
}
.filter .btn {
    width: 314px;
    height: 55px;
    border: 1px solid rgba(0, 133, 239, 1);
    color: rgba(0, 133, 239, 1);
    font-size: 18px;
    text-align: left;
    background: url(img/dropdown.svg) 280px center no-repeat;
}
.filter .btn::after {
    content: none;
}
.filter .dropdown-menu {
    width: 100%;
    border: 1px solid rgba(0, 133, 239, 1);
}
section {
    padding-top: 20px;
    padding-bottom: 20px;
}
.sob > div {
    flex: 0 0 33%;
}
.itogs td {
    font-size: 22px;
    vertical-align: middle;
}
.itogs figure {
    margin-bottom: 0;
}
.itogs tr td:first-of-type{
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    vertical-align: middle;
}
footer .col{
    border-top: 1px solid rgba(233, 233, 233, 1);
    padding-top: 25px;
    padding-bottom: 25px;
}
footer a, footer a:hover {
    color: rgba(0, 0, 0, 1);
}
.social a {
    display: inline-block;
    width: 49px;
    height: 49px;
    text-indent: -10000px;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 10px;
}
.fb {
    background-image: url(img/logo_facebook.svg);
}
.inst {
    background-image: url(img/logo_instagram.svg);
}
.vk {
    background-image: url(img/logo_vk.svg);
}
.odnokl {
    background-image: url(img/logo_odnoklassniki.svg);
}
.tumb {
    background-image: url(img/logo_tumb.svg);
}
.profile_edit .col-lg-12 {
    margin-bottom: 70px;
    padding-top: 35px;
    padding-bottom:35px;
}
.profile_edit .col-lg-12 h3 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    padding-left: 40px;
    padding-bottom: 25px;
    border-bottom: 1px solid #dee2e6;
}
.profile_edit .col-lg-12 h3 span:last-of-type {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;   
}
.profile_edit .col-lg-12 h3 span:last-of-type big {
    font-size: 55px;
    font-style: normal;
    font-weight: 200;
    vertical-align: middle;
}
.profile_edit .col-lg-12 h3.lock {
    background: url(img/lock.svg) left top no-repeat;
}
.profile_edit .col-lg-12 h3.unlock {
    background: url(img/unlock.svg) left top no-repeat;
}
.unlock_green {
    background-image: url(img/unlock_green.svg)!important;
}
.profile_edit .col-lg-12 p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0px;
    margin-bottom: 15px;  
}


.profile_edit .col-lg-12 h3.unlock span:last-of-type {
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0px;
    color: rgba(0, 133, 239, 1);   
}
.personalrating {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: -120px;
    margin-bottom: 40px;
}
.personalrating.ret {
    margin-top: 20px;
}
.personalrating .progress {
    height: 10px;
    background-color: rgba(255, 255,255,1);
    border-radius: 0rem;
    border: 1px solid rgba(0, 133, 239, 1)
}
.personalrating.ret .progress {
    border-color: rgba(255,193,7,1);
}
.personalrating > div,
.personalrating > figure {
    width: 25%;
    flex: 0 0 25%;
    padding-left: 15px;
    padding-right:15px;
    color: rgba(0, 133, 239, 1);
}
.personalrating.ret > div,
.personalrating.ret > figure {
    color: rgba(255,193,7,1);
}
.personalrating > div ins {
    display:block;
    font-size: 55px;
    font-style: normal;
    font-weight: 200;
    line-height: 40px;
    letter-spacing: 0px;
    text-decoration: none;
}
.personalrating > div:first-of-type {
    padding-left: 0;
}
.personalrating > figure {
    padding-right: 0;
    margin-bottom: 0;
    text-align: center;
    color: rgba(0, 0, 0, 1);
}
.personalrating > figure picture {
    display:inline-block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    background: url(img/user.svg) center center no-repeat;    
}
.personalrating > figure picture img {
    width: 100%;
    height: auto;
}
.personalrating > figure figcaption p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 0;
}
.personalrating > figure figcaption p:last-of-type {
    margin-bottom: 15px;
}
.profile h2 {
    padding-right:25%;
    text-align: left;
}
.checked {
    position: relative;
    padding-left: 55px;
    font-size: 25px;    
    color: rgba(0, 133, 239, 1);  
    line-height: 45px;  
}
.checked:before {
    content: "";
    display: inline-block;
    border: 1px rgba(0, 133, 239, 1) solid;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(img/checked.svg) center center no-repeat;
}
.link_green,
.link_green:hover,
.link_green:active {
    font-size: 25px;
    font-style: normal;
    font-weight: 200;
    line-height: 45px;
    text-decoration: none;
    color: rgba(0, 133, 239, 1);

}
.look::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 30px;
    height: 17px;
    background: url(img/look.svg) center center no-repeat;
}
.clock {
    color: rgba(255, 0, 0, 1);
    margin-left: 200px;
}
.clock::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 26px;
    height: 26px;
    background: url(img/clock.svg) center center no-repeat;
}
.answers {
    list-style-type: upper-alpha;
}
.answers li {
    margin-top: 10px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    /*cursor: pointer;*/
}
/*.answers li:hover {
    background: rgba(0,0,0,.05);
}
.answers li.active {
    background: rgba(0,0,0,.05);
}*/

.answers label {
	cursor: pointer;
	display: block;
}
.answers label:hover {
    background: rgba(0,0,0,.05);
}
.answers label.active {
    background: rgba(0,0,0,.05);
}

.answers li.active {
	color:#007bff!important
}


.answers li::marker {
    font-weight: bold;
}
.btn_simple {
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid rgba(0, 133, 239, 1);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.btn_simple:hover,
.btn_simple:active {
    background: rgba(0, 133, 239, .1);
}
.questions_list .page-link {
    border: 0 none;
    color: rgba(0, 0, 0, 1);
    border-radius: 0!important;
}
.questions_list .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: rgba(0, 133, 239, 1);
    border-color: rgba(0, 133, 239, 1);
}
.events .card-group {
    margin-bottom: 20px;
}
.events .card {
    background-color: transparent;
    border: 0 none;
    border-radius: 0;
}
.events .card-footer {
    background-color: transparent;
    border-top: 0 none;
}
.btn_simple.btn_transparent {
    font-size: 14px;
    border: 1px solid rgba(45, 48, 57, 1);
    width: 315px;
    height: 42px;
    background-color: transparent;
}
.balance-gos td input,
.reference td input {
    border: 0 none;
}
.static  {
    
}
.userpage label:not([for=agree]) {
    display: block;
}
.userpage input[type=text],
.userpage input[type=email],
.userpage input[type=date],
.userpage textarea {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 1rem;
}
.userpage textarea {
    height: auto;
}
.userpage__info .avatar {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    background: url(img/user.svg) center center no-repeat;
    background-size: contain;
}
.userpage__info input[type=file] {
    opacity: 0;
    height: 100%;
}