
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');


.main-page__wrap.personal_page:before {
    content: none;
}

.personal_page__form_info__success {
    display: none;
    padding: 6rem 9rem;
    border-radius: 4.8rem;
    background: #ff5c3f;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

.personal_page__form_info__success p {
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.personal_page__title {
    font-size: 24px;
    color: #FF5C3F;
    font-weight: 700;
    text-align: center;
    display: block;
    width: 100%;
    text-transform: uppercase;
    margin: 35px 0;
}

.personal_page {
    padding: 60px 0;
}

.personal_page__form input, .personal_page__form .select__toggle-wrap {
    color: #00A8AE;
    -webkit-text-fill-color: #00A8AE;
    border: 1px solid #00a8ae52;
    font-size: 16px;
    background: #f7fcfd;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    border-radius: 20px;
    width: auto;
}

.personal_page__form .select__toggle-wrap{
    width: 122px;
}

.personal_page__form .select{
    width: 122px;
}

.personal_page__form .select .select__title {
    color: #004E52;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 20px;
}

.personal_page__form input:focus::-webkit-input-placeholder {color: #00A8AE; }
.personal_page__form input:focus:-moz-placeholder { color: #00A8AE; } 
.personal_page__form input:focus::-moz-placeholder { color: #00A8AE; } 
.personal_page__form input:focus:-ms-input-placeholder { color: #00A8AE; } 


.personal_page__form label {
    color: #004E52;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 20px;
}

.personal_page__form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.personal_page__form__row > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-right: 20px;
    margin-bottom: 20px;
}

.container_page{
    position: relative;
    max-width: 1470px;
    margin: 0 auto;
}

.personal_page__form__row .select__drop .select__item {
    color: #004E52;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.personal_page__form_info {
    margin: 60px 0;
}

.personal_page__form input#address {
    min-width: 400px;
}



.personal_page__form__row > div .input__error .error {
    width: 165px;
    color: red;
}

.personal_page__form__row .select label.error {
    width: 165px;
    color: red;
}

.orange_line {
    display: block;
    border-top: 1px solid #ff5c3f63;
    margin: 20px 0;
}

.registration_orande_border {
    display: block;
    border: 1px solid #FF5C3F;
    border-radius: 20px;
    padding: 25px;
    margin-bottom: 60px;
}

.registration_orande_border p{
    font-size: 20px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
    text-align: center;
}

.registration_orande_border div {
    width: 100%;
    display: block;
    font-size: 16px;
    padding: 10px;
    min-height: 40px;
    resize: vertical;
    text-align: left;
}

.registration_orande_border a {
    color: #ff5c3f;
}

.registration_nomination__title {
    font-size: 24px;
    font-weight: 400;
    color: #FF5C3F;
    text-transform: uppercase;
    margin-bottom: 20px;
}


.registration_nomination, .registration_nomination__poet, .registration_nomination__standap, .registration_nomination__free {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 150px;
    position: relative;
}

.registration_nomination__div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 50%;
}
.registration_nomination__div {

}

.personal_page__form_registration__submit {
    background: #FF5C3F;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    padding: 20px;
    border-radius: 40px;
    text-align: center;
    display: block;
    width: 100%;
    cursor: pointer;
}

.personal_page__form_registration__submit img {
    width: 30px;
    height: 30px;
}

.registration_nomination__div:first-child {
    padding-right: 100px;
}

.colour_div {
    background: #00a8ae57;
    padding: 35px 60px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 400;
}

.registration_nomination__div_title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}
.registration_nomination__div.colour_div a {
    text-decoration: underline;
    color: #FF5C3F;
}

.registration_nomination__div.colour_div ul {
    margin: 10px 0 0px 0;
    padding-left: 20px;
}

.registration_nomination__div .registration_nomination__label, .registration_nomination__div .input label {
    font-size: 20px;
    margin-bottom: 15px;
    color: #000;
}

.registration_nomination__div .input .input__inner input,
.registration_nomination__div .input .input__inner textarea  {
    border: 1px solid #00a8ae30;
    background: #00a8ae0f;
    color: #000;
}
.registration_nomination__div .input .input__inner textarea  {
    min-height: 150px;
}

.registration_nomination__div .input, .registration_nomination__file{
    margin-top: 15px;
}

.registration_nomination__div_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 20px 0;
}

.registration_nomination__div_bottom a {
    color: #FF5C3F;
    text-decoration: underline;
    width: 194px;
}

.registration_nomination__file {
    border: 1px dashed #00a8ae30;
    background: #00a8ae0f;
    border-radius: 2rem;
    padding: 1.5rem 2.4rem;
    font-size: 16px;
    color: #A8A8A8;
}

.registration_nomination__file .file_uploads label {
    display: block;
    width: 100%;
    position: relative;
    padding-bottom: 5px;
    cursor: pointer;
}

.registration_nomination__file .file_uploads label:after {
    content: '';
    background-image: url(/images/file_down.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 20px;
    height: 25px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

.registration_nomination__div_bottom a:hover{
    text-decoration: none;
}

.personal_page__form_registration__submit[disabled="disabled"]{
    background: #ff5c3f82;
}

.personal_page__form_registration__success {
    border: 1px solid #CCEEEF;
    background: #cceeef40;
    padding: 20px;
    font-size: 18px;
    margin-top: 20px;
    position: absolute;
    width: 100%;
    top: 100%;
}

.personal_page__form_registration__success .close_span{
    background-image: url(/images/close_button.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 23px;
    right: 15px;
    cursor: pointer;
}

.personal_page__form_registration__success p{
    padding-right: 20px;
}


.personal_page__form_registration .checkbox__input+.checkbox__label:before {
    background-color: #000;
}

.personal_page__form_registration .checkbox {
    color: #000;
    margin: 20px 0;
}

.personal_page__form_registration .checkbox__input+.checkbox__label:before {
    background-color: #FF5C3F;
}

.personal_page__form_registration .checkbox__input:checked+.checkbox__label:before {
    background-image: url(/images/checked_arrow.svg);
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: center;
}


.personal_page__form_registration .input__error {
    display: block;
    color: #f44336;
    font-size: 14px;
    margin-bottom: 10px;
}

.registration_nomination__div .input p{
    font-size: 12px;
    color: #000;
    display: block;
    margin: 10px 0;
}

.registration_nomination__div .input p .hashtag {
    color: #FF5C3F;
}



.personal_page__form_registration__success .application_status {
    color: #FF5C3F;
}



/*Начало - стили для страницы ЛК Эксперта*/
.expert_link_block{
    position: relative;
}
.expert_info {
    position: absolute;
    right: -30px;
    width: 285px;
    top: 100%;
    z-index: 99;
    border-radius: 20px;
    padding: 20px;
    background: #fff;
    border: 1px solid #E9E9E9;
    display: none;
}

.expert_info span{
    display: block;
    padding: 3px 0;
}

.expert_info__status {
    font-size: 16px;
    color: #8AD3CF;
}

.expert_info__name {
    font-size: 20px;
    color: #000;
}

.expert_info__location {
    font-size: 14px;
    color: #8E8E8E;
}

.expert_info__position {
    font-size: 16px;
    color: #434343;
}

.log_out {
    display: block;
    border: 1px solid #8AD3CF;
    border-radius: 24px;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    color: #004E52;
    margin-top: 10px;
    cursor: pointer;
        -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.log_out:hover{
    background: #00a8ae;
}

.expert_link_block:hover .expert_info{
    display: block;
}
.header__nav-link.expert_link{
    padding: 8px 0;
}

.expert_orande_border {
    display: block;
    border: 1px solid #FF5C3F;
    border-radius: 20px;
    padding: 25px;
    margin-bottom: 60px;
    padding-bottom: 40px;
    font-size: 20px;
    color: #000;
}

.expert_orande_border div {
    text-align: center;
}

.expert_orande_border p {
    width: 100%;
    display: block;
    color: #000;
    font-size: 16px;
    padding: 10px;
    text-align: left;
}

.application_title {
    font-size: 24px;
    color: #FF5C3F;
    text-transform: uppercase;
    margin: 20px 0;
}

.application_categories__tab {
    background: #fff;
    border: 1px solid #FF5C3F;
    border-radius: 20px;
    padding: 15px 25px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #FF5C3F;
    font-weight: 700;
    cursor: pointer;
    font-family: "Inter", sans-serif;
}

.application_categories__tab.active {
    background: #FF5C3F;
    color: #fff;
}

.application_categories {
    display: block;
    padding-bottom: 40px;
}

.one_application_block__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.nomination_author_date{
    display: block;
    min-width: 400px;
    text-align: left;
}

.nomination_author_date span {
    display: block;
    font-size: 16px;
    color: #000;
    padding: 2px 0;
}

.nomination_form {
    font-size: 16px;
    font-weight: 700;
    color: #FF5C3F;
    border: 1px solid #FF5C3F;
    border-radius: 20px;
    padding: 10px 20px;
    font-family: "Inter", sans-serif;
    width: 320px;
    text-align: center;
}

.rate_application {
    border-radius: 40px;
    color: #fff;
    background: #FF5C3F;
    padding: 15px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
            -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid #FF5C3F;
    display: block;
    width: 300px;
    text-align: center;
}

.rate_application:hover{
    background: #ff8872;
}

.one_application_block {
    padding: 30px;
    border-radius: 30px;
    border: 1px solid #ff8872;
    margin-bottom: 30px;
}

.one_application_block__title {
    font-size: 20px;
    color: #004E52;
    font-weight: 700;
    display: block;
    padding: 20px 0;
}
.one_application_block__title.small {
    font-size: 18px;
    font-weight: 400;
    padding: 0;
    word-break: break-word;
}
.one_application_block__title.small span{
    display: block;
    color: #ff8872;
}

.one_application_block__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 30px;
}

.one_application_block__p{
    border: 1px solid #004E52;
    border-radius: 20px;
    padding: 15px 25px;
    font-size: 16px;
    color: #000;
}

.one_application_block__info__video {
    padding-right: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 60%;
}

.one_application_block__info__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 40%;
}

.one_application_block__info__video iframe {
    width: 100% !important;
    height: 350px !important;
}

.one_application_block__info__video .video_link  {
    position: relative;
    display: block;
    border-radius: 20px;
    overflow: hidden;
}

.video_link__controls {
    position: absolute;
    z-index: 99;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(/images/expert/play_control.svg);
    background-position: center 55%;
    background-repeat: no-repeat;
    cursor: pointer;
    background-color: #0000008a;
}

.one_application_block__p p {
    padding: 10px 0;
}

.one_application_block__p a {
    border-radius: 20px;
    border: 1px solid #004E52;
    color: #004E52;
    padding: 10px;
    display: block;
    text-align: center;
    width: 250px;
    margin: 10px 0;
        -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.one_application_block__p a:hover{
    background: #8ad3cf;
}

.expert_rating_table tr td{
    padding: 10px 0;
    text-align: center;
    min-width: 186px;
    vertical-align: middle;
}

.expert_rating_table tr td:first-child {
    font-size: 16px;
    font-weight: 700;
    width: 500px;
    border-bottom: 1px solid #00000014;
    padding: 10px 0;
    text-align: left;
}

.expert_rating_table tr th {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    padding: 10px;
}

.expert_rating_table {
    width: 100%;
}

.expert_rating_table tr td span {
    font-size: 24px;
    color: #000;
    padding: 10px;
    border: 1px solid #FF5C3F;
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 30px;
    vertical-align: middle;
    cursor: pointer;
}

.expert_rating_table tr td span.active {
    background: #FF5C3F;
    color: #fff;
}

.expert_rating_table tr td.last_first_td{
    border: none;
}

.save_rating {
    border-radius: 40px;
    color: #fff;
    background: #FF5C3F;
    padding: 15px 60px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    display: block;
    margin: 20px auto 40px;
    width: 400px;
    text-align: center;
}
.reject_rating {
    border-radius: 40px;
    color: #FF5C3F;
    background: #fff;
    border: 1px solid #FF5C3F;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    display: block;
    margin: 20px auto;
    width: 220px;
    text-align: center;
}

.expert_rating_block {
    margin-top: 40px;
}

.save_rating:hover{
    background: #ff8872;
}

.bas_pagination a, .bas_pagination span, .bas_pagination > div {
    font-size: 16px;
    color: #000;
    padding: 4px;
    border: 1px solid #FF5C3F;
    width: 27px;
    height: 29px;
    display: inline-block;
    border-radius: 30px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    font-family: "Inter", sans-serif;
    margin: 0 2px;
}

.bas_pagination {
    display: block;
    text-align: center;
    margin: 30px 0;
}

.bas_pagination span {
    background: #FF5C3F;
    color: #fff;
}

.bas_pagination a.prev{
    background-image: url(/images/expert/prev_icon.svg);
}

.bas_pagination a.to_begining{
    background-image: url(/images/expert/to_begining.svg);
}

.bas_pagination a.next{
    background-image: url(/images/expert/next_icon.svg);
}

.bas_pagination a.to_end{
    background-image: url(/images/expert/to_end.svg);
}

.bas_pagination a.prev, .bas_pagination a.to_begining, .bas_pagination a.next, .bas_pagination a.to_end {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    border: none;
}

.bas_pagination div.nav-separator{
    border: none;
}


.wrap_window_video {
    display: none;
    opacity: 0.8;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 16px;
    background-color: rgb(1 1 1 / 50%);
    z-index: 100;
    overflow: auto;
}

.popup_window_video {
    position: relative;
    display: none;
}

.popup_window_video .window_video {
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 7%;
    margin-bottom: 100px;
    width: 920px;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    padding: 30px;
    z-index: 999;
    border-radius: 20px;
}

.popup_window_video .window_video .close {
    position: absolute;
    right: -40px;
    top: -40px;
    width: 25px;
    height: 25px;
    background: url(/images/expert/video_close.svg);
    cursor: pointer;
    background-size: cover;
}

.popup_window_video .window_video iframe {
    height: 480px;
    display: block;
    margin: 0 auto;
    border-radius: 20px;
}

.popup_window_video .window_video .nomination_class {
    font-size: 16px;
    font-weight: 700;
    color: #FF5C3F;
    border: 1px solid #FF5C3F;
    border-radius: 20px;
    padding: 10px 20px;
    font-family: "Inter", sans-serif;
    display: inline-block;
    margin: 20px 0;
}

.popup_window_video .window_video .window_video_title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000;
}

.popup_window_video .window_video .window_video_author {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.popup_window_video .window_video .return_to_application {
    display: block;
    width: 480px;
    background: #FF5C3F;
    padding: 20px 30px;
    border-radius: 35px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin: 20px auto;
    cursor: pointer;
}

.popup_window_video .window_video .return_to_application:hover {
    background: #ff8872;
}

.popup_window_video .window_video textarea {
    border: 1px solid #FF5C3F;
    border-radius: 10px;
    font-size: 20px;
    padding: 2rem;
    min-height: 200px;
    width: 100%;
    margin: 1rem 0;
}



.rate_application.no_color_rate_application{
    color: #FF5C3F;
    background: #ffffff;
}

.rate_application.rated {
    color: #FF5C3F;
    background: #ffffff;
}

.container_page {
    padding: 0 20px;
}


.expert_rating_table tr td input[type=radio] {
    display: none;
}

.expert_rating_table tr td label {
    user-select: none;
    font-size: 24px;
    color: #000;
    padding: 10px;
    border: 1px solid #FF5C3F;
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 30px;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
}

.expert_rating_table tr input[type=radio]:checked + label {
    background: #FF5C3F;
    color: #fff;
}

/*Конец - стили для страницы ЛК Эксперта*/




.block_for_experts {
    display: block;
    width: 800px;
    overflow: hidden;
    padding-bottom: 60px;
}



.experts_slider img {
    display: block;
    width: 100%;
    border-radius: 20px;
}

.experts_slider__name {
    color: #262626;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    text-align: left;
    display: block;
    margin: 10px 0;
}

.experts_slider__description {
    color: #00000082;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}


.experts_slider .owl-nav {
    position: absolute;
    display: block !important;
    z-index: 3;
    width: 100px;
    height: 24px;
    margin: 0 auto;
    bottom: -42px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.experts_slider.owl-carousel .owl-nav button {
    width: 30px;
    height: 30px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 9px;
    border-radius: 16px;
    border: 1px solid #0000001c;
}

.experts_slider .owl-nav button.owl-prev {
    background-image: url(/local/templates/main/assets/images/arr.png);
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(180deg);
}

.experts_slider .owl-nav button.owl-next {
    background-image: url(/local/templates/main/assets/images/arr.png);
    position: absolute;
    right: 0;
    top: 0;
}

.experts_slider .owl-nav button span {
    font-size: 0;
}

.experts_slider.owl-carousel .owl-nav button:hover{
    box-shadow: 0 0 4px 1px #0000004a;
}

.orange_title {
    font-size: 20px;
    font-weight: 800;
    line-height: 120%;
    text-transform: uppercase;
    color: #ff5c3f;
    margin-bottom: 20px;
}




@media screen and (max-width: 1774px) {
    .block_for_experts {
        width: 650px;
    }
}





@media screen and (max-width: 1500px) {
    .container_page {
        max-width: 1000px;
    }

    /*Начало - стили для страницы ЛК Эксперта*/

    .one_application_block__info__video {
        padding-right: 50px;
    }

    .expert_rating_table tr td {
        min-width: auto;
    }

    .expert_rating_table tr td:first-child {
        font-size: 14px;
    }

    .expert_rating_table tr th {
        font-size: 14px;
    }

    .rate_application {
        font-size: 16px;
    }


    .nomination_form {
        width: 50%;
        margin-bottom: 10px;
    }

    .nomination_author_date {
        width: 50%;
        padding-left: 30px;
    }

    .rate_application {
        width: 50%;
        padding: 10px 15px;
    }

    .one_application_block__top {
        flex-wrap: wrap;
    }


    /*Конец - стили для страницы ЛК Эксперта*/

    .block_for_experts {
        width: 500px;
    }

    .experts_slider__description {
        font-size: 12px;
    }
}


@media screen and (max-width: 1240px) {
    .block_for_experts {
        width: 330px;
    }
}



@media screen and (max-width: 1024px) {
    .container_page {
        max-width: 720px;
    }

    .personal_page__form__row {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .registration_nomination__poet, .registration_nomination__standap, .registration_nomination__free {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .registration_nomination__div:first-child {
        padding-right: 0;
    }

    .registration_nomination__div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        width: 100%;
    }

    .registration_nomination__div.colour_div{
        margin-top: 30px;
    }




    /*Начало - стили для страницы ЛК Эксперта*/

    .one_application_block__top {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .rate_application {
        font-size: 16px;
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }

    .nomination_form {
        width: 100%;
    }

    .nomination_author_date {
        width: 100%;
        padding-left: 0;
    }

    .one_application_block__info__video {
        padding-right: 0;
        width: 100%;
    }

    .one_application_block__info__text {
        width: 100%;
    }

    .one_application_block__info {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .expert_rating_table tr th {
        font-size: 12px;
        min-width: 140px;
    }

    .expert_rating_table tr td:first-child {
        font-size: 12px;
        min-width: 250px;
    }

    .expert_rating_table {
        width: 100%;
        display: block;
        overflow-x: auto;
    }

    .save_rating {
        font-size: 16px;
        width: 300px;
    }

    .popup_window_video .window_video {
        width: 80%;
    }

    .popup_window_video .window_video .return_to_application {
        width: 100%;
        font-size: 16px;
    }

    .popup_window_video .window_video iframe {
        max-width: 100% !important;
    }


    /*Конец - стили для страницы ЛК Эксперта*/


}


@media screen and (max-width: 820px) {
    .block_for_experts {
        width: 210px;
        margin: 0 auto;
    }
}




@media screen and (max-width: 760px) {
    .container_page {
        max-width: 500px;
    }

    .registration_nomination__file .file_uploads label, .preview_file p, .colour_div, .personal_page__form_registration__success, .registration_orande_border textarea{
        font-size: 14px;
    }

    .personal_page__form input, .personal_page__form .select__toggle-wrap {
        font-size: 1.25vw;
    }

    .personal_page__title {
        font-size: 16px;
    }

    .registration_orande_border p {
        font-size: 16px;
    }

    .registration_nomination__title {
        font-size: 18px;
    }

    .registration_nomination__div_title {
        font-size: 16px;
    }

    .personal_page__form label {
        font-size: 16px;
    }

    /*Начало - стили для страницы ЛК Эксперта*/

    .nomination_form {
        width: 100%;
    }

    .nomination_author_date {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
        min-width: auto;
    }

    .rate_application {
        width: 100%;
    }

    .video_link__controls {
        background-position: center 53%;
        background-size: 150px;
    }

    .one_application_block__p a {
        width: 100%;
    }

    .personal_page__title {
        margin: 20px 0;
    }

    .personal_page__form_info {
        margin: 30px 0;
    }

    .expert_orande_border {
        margin-bottom: 30px;
    }

    .application_categories {
        padding-bottom: 10px;
    }

    .one_application_block__info {
        padding-top: 10px;
    }

    .expert_rating_block {
        margin-top: 10px;
    }

    .container_page {
        padding: 0;
    }


    /*Конец - стили для страницы ЛК Эксперта*/


}





@media screen and (max-width: 576px) {
    .container_page {
        max-width: 300px;
    }

    .personal_page__form input#address {
        min-width: 100%;
    }

    .personal_page__form input, .personal_page__form .select__toggle-wrap {
        font-size: 14px;
        width: 100%;
    }

    .personal_page__form__row > div {
        margin-right: 0;
        width: 100%;
    }

    .registration_orande_border textarea {
        min-height: 80px;
    }

    .registration_nomination__title {
        text-align: center;
    }

    .registration_nomination__file {
        padding: 20px;
    }

    .personal_page__form_registration__submit {
        font-size: 14px;
    }

    .personal_page__form_registration__submit img {
        width: 20px;
        height: 23px;
    }

    .registration_nomination__poet, .registration_nomination__standap, .registration_nomination__free {
        margin-bottom: 160px;
    }



    /*Начало - стили для страницы ЛК Эксперта*/

    .application_title {
        font-size: 18px;
    }

    .rate_application {
        padding: 15px;
    }

    .save_rating {
        width: 100%;
        padding: 15px;
    }

    .bas_pagination a, .bas_pagination span, .bas_pagination > div {
        margin: 0;
    }

    .one_application_block__p p {
        font-size: 14px;
    }

    /*Конец - стили для страницы ЛК Эксперта*/

    .orange_title {
        text-align: center;
    }


}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    color: #A8A8A8!important;
}
input:-moz-placeholder,textarea:-moz-placeholder {
    color: #A8A8A8!important;
}
input::-moz-placeholder,textarea::-moz-placeholder {
    color: #A8A8A8!important;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder {
    color: #A8A8A8!important;
}
input::-ms-input-placeholder,textarea::-ms-input-placeholder {
    color: #A8A8A8!important;
}
input::placeholder,textarea::placeholder {
    color: #A8A8A8!important;
}
input[type='date']:not(.valid){
    color: #A8A8A8;
}

