@font-face {
    font-family: Roboto;
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/Roboto-Regular.woff") format("woff");
}
@font-face {
    font-family: Cabin;
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/Cabin-Regular.woff") format("woff");
}
.swal2-confirm.swal2-styled {
  background-color: #DF1885 !important;
  border-left-color: #DF1885 !important;
  border-right-color: #DF1885 !important;
  color: #fff !important;
}
.swal2-popup .swal2-styled.swal2-confirm {
  color: #fff !important;
}
button.swal2-cancel.swal2-styled {
  background: #ddd !important;
  color: #333 !important;
}
.mx-head-line .user_name_top {
	text-align: left;
}
.mx-head-line .user_name_top:before {
	margin-left: -34px;
}
.mx-bio-docs {
	display: inline-block;
}
/*users table for expert*/
#users-table_wrapper .paginate_button.current {
  background: #df1885;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  border: none;
  padding: 8px 22px 10px;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  outline: 0;
  color: #fff!important;
}
.application_table_wrap #users-table_wrapper table tfoot th input {
  height: 45px;
  margin: auto;
}
.application_table_wrap #users-table_wrapper table tfoot th select {
  width: 99%;
  height: 45px;
  padding: 20px;
  color: #393939;
  font-size: 16px;
  font-family: 'Akrobat-Regular';
  border-radius: 2px;
  border: 1px solid #dadbdd;
  margin: auto;
}
.application_table_wrap #users-table_wrapper table tfoot tr th {
  border-right: inherit;
}
.application_table_wrap #users-table_wrapper table tbody td a:hover {
  color: #df1885;
  text-decoration: underline;
}
.application_table_wrap #users-table_wrapper table tbody td a {
  text-decoration: none;
}
/*popup application*/
.mx-disabled {
  background: rgba(40, 40, 40, 0.55);
  cursor: not-allowed;
}
/*404*/
#main .fof .btn {
  text-decoration: none;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  color: #df1885;
}
#main .fof .btn:hover {
  text-decoration: underline;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}
#main *{
  transition: all 0.6s;
}
#main {
  display: table;
  width: 100%;
  height: 50vh;
  text-align: center;
  color: #888;
  margin: 0;
}

#main .fof{
  display: table-cell;
  vertical-align: middle;
}

#main .fof h1{
  font-size: 50px;
  display: inline-block;
  padding-right: 12px;
  animation: type-title .5s alternate infinite;
  -webkit-animation: type-title .5s alternate infinite;
  -moz-animation:    type-title .5s alternate infinite;
  -o-animation:      type-title .5s alternate infinite;
}

@keyframes type-title{
  from{box-shadow: inset -3px 0px 0px #888;}
  to{box-shadow: inset -3px 0px 0px transparent;}
}
@-webkit-keyframes type-title{
  from{box-shadow: inset -3px 0px 0px #888;}
  to{box-shadow: inset -3px 0px 0px transparent;}
}
@-moz-keyframes type-title{
  from{box-shadow: inset -3px 0px 0px #888;}
  to{box-shadow: inset -3px 0px 0px transparent;}
}
@-o-keyframes type-title{
  from{box-shadow: inset -3px 0px 0px #888;}
  to{box-shadow: inset -3px 0px 0px transparent;}
}

.mx-popup_policy_window2 .mx-bio-content p {
  line-height: 16px;
}
.mx-popup_policy_window2 .mx-bio-img img {
  margin-bottom: 20px;
}
.mx-popup_policy_window2 .mx-phone,
.mx-popup_policy_window2 .mx-email,
.mx-popup_policy_window2 .mx-bio-docs {
  padding-left: 5px;
}
.mx-popup_policy_window2 .mx-phone,
.mx-popup_policy_window2 .mx-email,
.mx-popup_policy_window2 .fa-phone:before,
.mx-popup_policy_window2 .fa-envelope:before {
  color: #393939;
}
.mx-popup_policy_window2 .mx-bio-docs a {
  text-decoration: none;
}
.mx-popup_policy_window2 .mx-bio-docs a:hover {
  text-decoration: underline;
}

/*vk button*/
.mx-social-vk-button {
  width: 76px;
  /*height: 80px;*/
  height: 56px;
  display: inline-block;
  opacity: 0.8;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background-color: inherit;
  color: #ffffff;
  font-size: 14px;
  position: relative;
  outline: none;
  text-align: center;
  /*padding: 53px 0 0 0;*/
  padding: 0px 0 0 0;
  /*margin-left: 30px;*/
  margin-left: 5px;
  /*top: 25px;*/
  top: 18px;
  color: #29eecd;
}
.mx-social-vk-button:before {
  content: '';
  position: absolute;
  display: block;
  background-image: url(../img/6C84835674D4.png);
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  top: 2px;
  left: 10px;
  width: 59px;
  height: 62px;
}
.mx-social-vk-button:hover {
  color: #29eecd;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  opacity: 1;
}
.mx-social-vk-button:focus {
  outline: none;
  outline-offset: 0px;
  color: #29eecd;
  text-decoration: none;
}

/*page requests*/
.mx-main-content #app .mx-score select {
  width: 65px;
  outline: none;
  color: #393939;
  border-radius: 2px;
  border: 1px solid #dadbdd;
  padding: 2px 7px;
}
.mx-head-line .user_name_top {
  right: 190px;
}
.mx-head-line .mx-login-button-wrap {
  right: 50px;
}
.mx-application_button {
  margin-right: 0;
}
.mx-application_button:hover,
.mx-application_button:active {
  text-decoration: underline;
  color: #ffffff;
}
.mx-popup_policy_window2 .mx-bio-content {
  margin-bottom: 0;
}
.mx-popup_policy_window2 {
  padding-bottom: 0px;
}
.mx-popup_policy_window2 .mx-submit-input-wrap button {
  margin-top: 10px;
  margin-bottom: 10px;
}
.mx-main-content .mx-application {
  padding-top: 15px;
}
/*popup zayavka podana*/
.mx-popup_wrap .mx-upload-file a.mx-bio-portfolio {
  color: #df1885;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  text-decoration: none;
}
.mx-popup_wrap .mx-upload-file a.mx-bio-portfolio:hover,
.mx-popup_wrap .mx-upload-file a.mx-bio-portfolio:active {
  text-decoration: underline;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/*.right_buttons*/
.right_buttons_wrap {
  z-index: 2000000000;
}
/**/
.swal2-popup .swal2-styled:focus {
  box-shadow: none!important;
}
.expertsTable thead tr th {
  text-align: center;
}
.application_table_wrap table tfoot th input {
  height: 45px;
  margin: auto;
}
.mx-login-window form p a {
  color: #df1885;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.mx-login-window form p a:hover {
  text-decoration: underline;
  color: #df1885;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.expertsTable thead tr th {
  color: #959595;
  font-size: 14px;
  line-height: 16px;
  padding: 12px 7px;
  font-weight: 500;
}
.card-body .form-group div input {
  margin-top: 15px;
}
.card-body .form-group label {
  margin-top: 18px;
}
/*calendar*/
.datepicker table td.active {
  background: #DF1885;
}
.bootstrap-datetimepicker-widget table td.today:before {
  border-bottom-color: #DF1885;
}
.bootstrap-datetimepicker-widget table td.today.active:before {
  border-bottom-color: inherit;
}
.mx-main-content .form-group select.form-control {
  font-size: 16px;
  color: #b1b7ba;
}
.expertsTable thead tr:last-child th {
  padding: 1px 1px;
}
.expertsTable th div input {
  height: 45px;
  margin: auto;
  color: #393939;
  font-size: 16px;
  font-family: 'Akrobat-Regular';
  border-radius: 2px;
  border: 1px solid #dadbdd;
  padding: 5px;
}
button.fa-trash.destroy-evaluations {
  color: #df1885;
  background: inherit;
  border: none;
  padding: 9px;
  opacity: 0.7;
  font-weight: 500;
  font-size: 14px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
button.fa-trash.destroy-evaluations:hover {
  opacity: 1;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/*page scores*/
.score_info_wrap {
  width: 100%;
  font-family: 'Akrobat-Regular';
  font-size: 16px;
  line-height: 20px;
}
.mx-more_link {
  color: #df1885;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  font-size: 14px;
  cursor: pointer;
}
.mx-more_link:hover,
.mx-more_link:active {
  text-decoration: underline;
  color: #df1885;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.score_info_full_text {
  display: none;
}
.mx-scores-box-info3 .mx-score:last-child .score_info_wrap .mx-more_link {
  display: none;
}
/*menu active item*/
.mx-nav_active {
  color: #df1885;
  text-decoration: underline;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/*admin page requests*/
button.select-experts.btn {
  background: #df1885;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border: none;
  border-radius: 18px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  padding: 8px 29px 10px;
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
  outline: none;
  margin: 2px auto;
}
button.select-experts.btn:hover {
  text-decoration: underline;
  color: #ffffff;
  background: #a50c60;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
button.close-experts,
button.clear {
  color: #df1885;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
button.close-experts:hover,
button.clear:hover {
  color: #a50c60;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.experts-list {
  background-color: #393939;
  border: 1px solid #ffffff;
}
.experts-list.list-group .list-group-item {
  text-align: left;
}
.experts-list.list-group .list-group-item label {
  margin: auto;
  margin-left: 15px;
}
.application_table_wrap #users-table_wrapper table tfoot th .experts-list.list-group .list-group-item input {
  margin-top: 3px;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  border-color: #df1885;
  background-color: #df1885;
}
.edit_appl:before {
  content: "\F303";
  font-family: 'Font Awesome 5 Free';
  background: none;
}
.edit_appl i {
  display: none;
}
.application_table_wrap #experts-table_wrapper table tbody tr td:last-child {
  padding: 16px 0px;
}
/*calendar*/
.application_table_wrap .bootstrap-datetimepicker-widget table thead th:first-child,
.application_table_wrap .bootstrap-datetimepicker-widget table thead th:nth-child(2),
.application_table_wrap .bootstrap-datetimepicker-widget table thead th:nth-child(3),
.application_table_wrap .bootstrap-datetimepicker-widget table thead th:nth-child(4),
.application_table_wrap .bootstrap-datetimepicker-widget table thead th:nth-child(5),
.application_table_wrap .bootstrap-datetimepicker-widget table thead th:nth-child(6),
.application_table_wrap .bootstrap-datetimepicker-widget table thead th:nth-child(7) {
  width: inherit;
  padding: inherit;
  line-height: inherit;
  border: inherit;
}
.application_table_wrap .bootstrap-datetimepicker-widget table tbody td {
  padding: 4px 2px 4px 2px;
}
span.decade {
  width: 48px !important;
}
/*button back save*/
.mx-back-save-button-wrap {
  margin-top: 52px;
  border-radius: 18px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 27px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  overflow: hidden;
  -webkit-box-shadow: 16px 16px 34px -5px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 16px 16px 34px -5px rgba(0, 0, 0, 0.32);
  box-shadow: 16px 16px 34px -5px rgba(0, 0, 0, 0.32);
  width: 240px;
  height: 50px;
}
.mx-back-save-button-wrap .btn-info {
  font-family: 'Akrobat-Regular';
  background: #df1885;
  border: none;
  color: #fff;
  padding: 0px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  font-size: 18px;
  outline: none;
  width: 35%;
  text-align: center;
  height: 100%;
  padding-top: 9px;
  border-radius: 0;
  float: left;
  box-sizing: border-box;
}
.mx-back-save-button-wrap .btn-info:hover {
  background: #af1067;
}
.mx-back-save-button-wrap button {
  background: #29eecd;
  border: none;
  outline: none;
  width: 65%;
  text-align: center;
  height: 100%;
  color: #fff;
  font-size: 18px;
  margin: 0;
  border-radius: 0;
}
.mx-back-save-button-wrap-add {
  display: inline-block;
}
.form-group.mx-is-required:before,
.mx-add-info-popup span {
  display: none;
}
.mx-add-info-popup {
  font-size: 14px;
  color: #8b8b8b;
  margin-top: 0;
  padding-left: 5px;
}
.mx-popup_wrap .form-group.mx-upload-file.mx-is-required {
  margin-bottom: 0;
}
/*scores tips*/
.score_info_short_text {
  float: left;
}
.mx-more_link {
  padding: 4px 0 0 15px;
  display: inline-block;
}
/*label expert*/
.mx-expert-label, .user-label {
  position: relative;
}
.mx-expert-label:before {
  content: '';
  position: absolute;
  display: block;
  background-image: url(../img/label_photo.png);
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  top: 274px;
  right: -7px;
  width: 109px;
  height: 39px;
}
.user-label:before{
  content: '';
  position: absolute;
  display: block;
  background-image: url(../img/label_user.png);
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  top: 274px;
  right: -7px;
  width: 109px;
  height: 39px;
}

.mx-owl-photo {
  max-width: 270px;
  width: 100%;
  overflow: hidden;
  height: 320px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.owl-carousel .owl-item .mx-owl-photo img {
  width: auto;
  height: 100%;
  max-width: unset;
}

/*add info to save button*/
.mx-add-info-to-save-button {
  display: block;
  float: left;
  width: 100%;
}
.mx-add-info-to-save-button p {
  width: 100%;
  float: right;
  margin-top: 26px;
  max-width: 346px;
  line-height: 19px;
  font-size: 14px;
}
.mx-feature-image img {
  width: auto;
  max-width: 100%;
}
.mx-scores-box h3 {
  color: #29eecd;
}
/*popup zayavka*/
.mx-popup_wrap .mx-org_info_wrap .form-group.mx-upload-file.mx-is-required,
.mx-popup_wrap .mx-org_info_wrap .form-group.mx-add-info-popup,
.mx-org_info_wrap .edit_limit {
  display: none;
}
.mx-bio-wrap div p a {
  font-size: 20px;
  color: #df1885;
}
/*08.08.19*/
.nomin_wrap {
  padding: 0px 38px 50px 38px;
}
.mx-back-calback-box.nomination_block {
  background-size: 94%;
}
.nomin_img_wrap {
  width: 100%;
  overflow: hidden;
  height: auto;
  margin: auto;
  height: 160px;
  margin-bottom: 30px;
  position: relative;
}
.stajer .nomin_img_wrap {
  max-width: 100px;
}
.vojatyi .nomin_img_wrap {
  max-width: 166px;
}
.st_vojatyi .nomin_img_wrap {
  max-width: 118px;
}
.nomin_img_wrap img {
  width: 100%;
  max-width: unset;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
}
.nomin_wrap.st_vojatyi h5 {
  margin-bottom: 30px;
}
h4.mx-name-of-section {
  margin-bottom: 60px;
}
.mx-program-of-event .row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.mx-program-of-event .row div:first-child {
  margin-right: 100px;
}
.v-select .vs__dropdown-toggle {
  height: 48px;
  width: 100%;
  border: 1px solid #dadbdd;
  color: #2e2e2e;
  margin-bottom: 8px;
  padding-left: 11px;
  border-radius: 0;
}
.v-select .vs__actions svg.vs__open-indicator {
  display: none;
}
.v-select .vs__actions .vs__clear {
    margin-right: 18px;
    margin-top: -3px;
}
.v-select .vs__dropdown-toggle {
  background-image: url(../img/icon-select.png);
  background-repeat: no-repeat;
  background-position: 98.6% 50%;
  background-size: 1%;
}
.logo_strana {
  max-width: 90px;
  margin-top: 0px;
}
/*13.08.19*/
.mx-program-of-event .row div:first-child {
    margin-right: 0;
}
.infografika_item_wrap {
  width: 100%;
  overflow: hidden;
  height: 330px;
  max-width: 310px;
  cursor: pointer;
}
.infografika_item_wrap img {
  width: 100%;
}
.mx-program-of-event .row .col-md-6.col-sm-6 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
/*popups text*/
#popup_300_finalistov,
#popup_100_pobeditelei,
#popup_zaochnyi,
#popup_ochnyi {
  display: none;
}
.mx-popup_wrap_text {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  overflow: auto;
  z-index: 1059;
}
.mx-popup_wrap_text > div {
  position: relative;
  left: 50%;
  padding: 20px;
  padding-top: 30px;
  background-color: #ffffff;
  margin-top: 50px;
  margin-bottom: 20px;
  display: inline-block;
}
.mx-close-button-popup {
  cursor: pointer;
  position: absolute;
  margin-top: -16px;
  width: 12px;
  right: 12px;
  margin-right: 5px;
}
.mx-popup_wrap_text ul {
  margin-bottom: 11px;
}
.mx-popup_wrap_text ul li {
  list-style-type: disc;
  margin-left: 35px;
}

/*sub menu*/
ul.mx-nav > li > ul.mx-sub-menu {
  display: none;
  width: 150px;
  top: 72%;
  right: -8%;
  margin: 0;
  margin-right: -75px;
  background-color: #393939;
  border: 1px solid #444444;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}
.mx-sub-menu-wrap:hover .mx-sub-menu {
  display: block;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

/*slider organizers*/
.mx-slider-organizers .mx-owl-item {
  outline: none;
}
.mx-slider-organizers .mx-owl-photo {
  height: 300px;
  margin: auto;
}
.mx-slider-organizers .mx-owl-desc-item {
  margin: auto;
  max-width: 270px;
  padding-top: 16px;
  width: 100%;
}
.mx-slider-organizers .slick-prev:before,
.mx-slider-organizers .slick-next:before {
  content: '';
}
.mx-slider-organizers .slick-initialized .slick-slide {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  flex-flow: column;
  margin: auto;
}
.mx-slider-organizers .slick-prev,
.mx-slider-organizers .slick-next {
  font-size: 0;
  width: 19px;
  height: 36px;
  display: block;
  background-image: url(../img/arrow_1.png);
  background-repeat: no-repeat;
}
.mx-slider-organizers .slick-prev {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: -78px;
}
.mx-slider-organizers .slick-next {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: -78px;
  background-position: -23px;
}
.mx-slider-organizers .slick-prev:hover,
.mx-slider-organizers .slick-prev:focus,
.mx-slider-organizers .slick-next:hover,
.mx-slider-organizers .slick-next:focus {
  color: inherit;
  outline: none;
  background: inherit;
  background-image: url(../img/arrow_1.png);
}
.mx-slider-organizers .slick-next:hover,
.mx-slider-organizers .slick-next:focus {
  background-position: -23px;
}

/*New style*/
footer {
  height: 152px;
}
.mx-back-calback-box select {padding: 14px 16px;}
/*End New Style*/

/*08.10.19*/
.mx-content-of-page.mx-content-of-page-no-sidebar .mx-main-content .block-list-item .block-questions-wrapper ul.question-answers-list li.answers-list-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: row;
  justify-content: flex-start;
}
.mx-content-of-page.mx-content-of-page-no-sidebar .mx-main-content .block-list-item .block-questions-wrapper ul.question-answers-list li.answers-list-item input[type="radio"] {
  margin: 7px 5px 0 0;
}
.mx-instructions-wrap {
  text-align: left;
  width: 100%;
  margin-top: 0px;
}
.mx-instructions-wrap a {
  font-size: 12px;
  line-height: 14px;
  color: #CDCDCD;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.mx-instructions-wrap a:last-child {
  margin-left: 15px;
}
.mx-instructions-wrap a:hover {
  color: #DF1885;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
footer p {
  padding-bottom: 0;
}

.mx-right-button {
  background-image: url(../img/apply-application-right-btn2.png);
}
.phone_wrapper .tab3 button span {
  color: #ffff;
  opacity: 1;
  font-size: 30px;
}
.title_auth {
    color: #ffff;
    text-align: center;
    margin-top: -23px;
    font-size: 20px;
}
.phone_wrapper header nav .tab3 {
    width: 30%;
    display: flex;
    justify-content: flex-end;
}
.phone_wrapper header nav .tab3 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
}

.knowledge-article h2 {
  margin-bottom: 1.5em;
  width: 100%;
}
.article_img_wrap {
  margin-right: 26px;
  margin-top: 10px;
  max-width: 320px;
  width: 100%;
  overflow: hidden;
  height: 180px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.article_img_wrap img {
  width: 100%;
  max-width: unset;
  height: auto;
  align-self: center;
}
.knowledge_content_wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;-webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
  flex-flow: row;
}
/*25.10.2019*/
.mx_link_webinar_wrap {
    margin-top: 16px;
    text-align: center;
    font-size: 18px;
    width: 100%;
}
.mx_link_webinar_wrap a {
    display: block;
    font-family: 'Akrobat-Regular';
    border: none;
    color: #fff;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    font-size: 18px;
    outline: none;
    text-align: center;
    padding: 4px;
    border-radius: 17px;
    margin: 20px auto;
    display: block;
    width: 50%;
    height: 41px;
    background: linear-gradient(to right, #DF1885 0%, #29EECD 100%);
}
.mx_link_webinar_wrap a:hover {
    background: linear-gradient(to left, #DF1885 0%, #29EECD 100%);
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
/*one-vacancy-page*/
.mx-content-of-page.mx-content-of-page-no-sidebar {
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.one-vacancy-page .bg-allnews1 {
  background: url(../new-desigh/assets/img/decor_bg-1.svg) no-repeat center;
  width: 355px;
  height: 362px;
  position: absolute;
  transform: rotate(-11deg);
  left: -290px;
  bottom: 3%;
}
.one-vacancy-page .bg-allnews2 {
  background: url(../new-desigh/assets/img/decor_bg-1.svg) no-repeat center;
  width: 355px;
  height: 362px;
  position: absolute;
  transform: rotate(55deg);
  right: -231px;
  top: 25%;
}
.one-vacancy-page label {
  text-transform: uppercase;
  color: #21C6C7;
  width: 18%;
  margin-bottom: 15px;
}



/*media*/
/*min-width*/
@media only screen and (min-width: 1170px) {
  .mx-content-of-page-no-sidebar .mx-main-content {
    min-height: 340px;
  }
}



/*max-width*/
@media only screen and (max-width: 1400px) {
  .mx-slider-organizers .slick-prev {
    left: -25px;
  }
  .mx-slider-organizers .slick-next {
    right: -25px;
  }
}
@media only screen and (max-width: 1300px) {
  .mx-slider-organizers .slick-slider .slick-list {
    max-width: 900px;
    width: 100%;
    margin: auto;
  }
  .mx-slider-organizers .slick-prev {
    left: 0px;
  }
  .mx-slider-organizers .slick-next {
    right: 0px;
  }
}
@media only screen and (max-width: 1200px) {
  .mx-slider-organizers .slick-slider .slick-list {
    max-width: 800px;
  }
  .mx-slider-organizers .mx-owl-photo,
  .mx-slider-organizers .mx-owl-desc-item {
    max-width: 250px;
  }
  .mx-slider-organizers .slick-prev {
    left: 33px;
  }
  .mx-slider-organizers .slick-next {
    right: 33px;
  }

}
@media only screen and (max-width: 1024.5px) {
  .mx-slider-organizers .mx-owl-photo, .mx-slider-organizers .mx-owl-desc-item {
    max-width: 270px;
  }
  .mx-slider-organizers .slick-prev {
    left: 0px;
  }
  .mx-slider-organizers .slick-next {
    right: 0px;
  }
  .container {
    max-width: 970px;
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .nomination_block .nomin_wrap {
    padding: 0px 38px 40px 38px;
    max-width: 500px;
    margin: auto;
  }
}
@media only screen and (max-width: 800px) {
  .knowledge_content_wrap {
      flex-flow: column;
  }
  .article_img_wrap {
    margin: auto;
  }
  .mx_link_webinar_wrap a {
    font-size: 14px;
    padding: 9px 3px;
  }
  .container {
    max-width: 750px;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .mx-head-line .user_name_top {
    right: 29px;
    top: 47px;
  }
  .mx-program-of-event .row div:first-child {
    margin-right: 0px;
  }
  .infografika_block .infografika_item_wrap {
    padding-left: 0px;
  }
  ul.mx-nav > li > ul.mx-sub-menu {
    position: relative;
    height: 148px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-flow: column;
    width: 150px;
  }
  ul.mx-nav > li > ul.mx-sub-menu li {
    width: 100%;
  }
  .mx-head-line .mx-login-button-wrap {
    right: 82px;
  }
  .mx-button_small {
    margin-top: 18px;
  }
  .mx-slider-organizers .slick-prev,
  .mx-slider-organizers .slick-next {
    display: none !important;
  }
  .mx_link_webinar_wrap a {
    width: 100%;
  }
}
@media only screen and (max-width: 550px) {
  button.mx-apply-aplication {
    padding: 8px 60px;
  }
  .mx-social-vk-button {
    margin-left: 15px;
  }
  .mx-program-of-event img {
      margin-left: 0;
  }
  .article_img_wrap {
    max-width: 240px;
  }
}
@media only screen and (max-width: 480px) {
  button.mx-apply-aplication {
    padding: 8px 27px;
  }
  .mx-social-vk-button {
    margin-left: 5px;
  }
  h4.mx-name-of-section {
    margin-bottom: 40px;
  }
  .mx-slider-organizers .mx-owl-photo, .mx-slider-organizers .mx-owl-desc-item {
    max-width: 250px;
  }
  .mx-slider-organizers .mx-owl-photo {
    height: 250px;
  }
  .mx-slider-organizers .mx-owl-photo img {
    max-width: 250px;
  }
}
@media only screen and (max-width: 400px) {
  .mx-social-vk-button {
    margin-left: 15px;
    font-size: 0;
    top: 41px;
    width: 46px;
  }
  .mx-social-vk-button:before {
    -webkit-background-size: 100%;
    background-size: 85%;
    top: 0px;
    left: 0px;
  }
  button.mx-apply-aplication {
    padding: 8px 10px;
    width: 128px;
  }
  .nomination_block .nomin_wrap {
    padding: 0px 20px 40px 20px;
  }
  .infografika_item_wrap {
    height: 270px;
  }
  .mx-program-of-event {
    margin-bottom: 0;
  }
  button.mx-apply-aplication {
    font-size: 25px;
  }
  .mx-content-of-page-no-sidebar .container-center {
      padding: 0px 15px;
  }
}

@media only screen and (max-width: 400px) and (max-height: 650px) {
  .right_buttons_wrap {
    top: 38%;
  }
}
@media only screen and (max-height: 320px) and (orientation: landscape) {
  .right_buttons_wrap {
    top: 12%;
  }
}

.mx-search-wrap {
  overflow: hidden;
  position: relative;
}
.mx-search-input {
  border-radius: 18px;
  padding-right: 107px;
}
.mx-search-wrap > .mx-application_button {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.mx-text-cabinet h4 {
  text-align: center;
  font-weight: 600;
  line-height: 40px;
}
.mx-text-cabinet h5 {
  text-align: center;
  font-weight: 600;
  line-height: 35px;
  font-size: 17px;
}
.mx-text-cabinet ul {
  margin-block-start: 0px;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
.mx-text-cabinet ul li::before {
  content: '\2022';
  color: #da1882;
  font-weight: bold;
  display: inline-block;
  width: 15px;
  margin-left: -11px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 23px;
}

/*14_08_20*/
.header-inpage-cabinet .header-inpage-first,
.header-inpage-cabinet .header-inpage-second,
.header-inpage-cabinet .header-inpage-wrap {
    max-width: 2000px;
    margin: auto;
}
.header-inpage-cabinet .bg-header-inp3 {
    opacity: .15;
    background: url(../img/bg_img-1-3.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-x: 100%;
    background-position-y: 33%;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
}
.header-inpage-cabinet .header-inpage-second {
    max-height: 90px;
    overflow: hidden;
    position: relative;
    background-color: #393939;
    opacity: 0.95;
}
.header-inpage-cabinet .title-site-inp {
    font-weight: 500;
    margin: 0;
    font-size: initial;
}
.header-inpage-cabinet .title-site-inp a {
    font-family: "BebasNeueRegular";
    font-size: 24px;
    line-height: 24px;
    color: #29EECD;
}
.header-inpage-cabinet .title-site-inp span {
    color: #DF1885;
}
.header-inpage-cabinet .slogan-inp {
    padding: 15px 0 15px 120px;
    max-width: 1380px;
    margin: auto;
}
.header-inpage-cabinet .slogan-text-inp {
    font-family: Bilbo;
    font-size: 10px;
    line-height: 12px;
    color: #FFFFFF;
}
.header-inpage-cabinet .header-inpage-first {
    max-height: 80px;
    border-bottom: 4px solid #DF1885;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
     display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-flow: row-reverse;
    padding-left: 140px;
}
/**/
.header-inpage-cabinet ul.mx-nav {
  margin-top: 0;
}
.header-inpage-cabinet .mx-head-line {
    background-image: none;
}
.header-inpage-cabinet .bg-header-inp1 {
    background: url(../img/decor_bg-1.svg) no-repeat center;
    width: 355px;
    height: 362px;
    position: absolute;
    transform: rotate(-11deg);
    left: -24px;
    top: -99px;
}
.header-inpage-cabinet .bg-header-inp2 {
    background: url(../img/decor_bg-1.svg) no-repeat center;
    width: 355px;
    height: 362px;
    position: absolute;
    top: -119px;
    transform: rotate(-70deg);
    right: -149px;
}
.header-inpage-cabinet .mx-nav_wrap {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 2;
    padding: 29px 0;
    position: relative;
    max-width: 1380px;
    margin: auto;
    float: none;
}
.header-inpage-cabinet .mx-nav {
  display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0;
    float: none;
}
.header-inpage-cabinet .mx-nav_line {
    display: block;
    width: auto;
}
.header-inpage-cabinet ul.mx-nav li {
    padding: 0px 9px;
    text-align: right;
    min-width: 125px;
    float: none;
}
.header-inpage-cabinet ul.mx-nav li a {
    font-family: Roboto;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    display: block;
    position: relative;
    text-align: center;
    padding: 0 9px;
}
.header-inpage-cabinet ul.mx-nav li a:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: transparent;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    position: absolute;
    top: -10px;
    right: 50%;
    margin-right: -4px;
}
.header-inpage-cabinet ul.mx-nav li a:hover {
    color: #DF1885;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.header-inpage-cabinet ul.mx-nav li a:hover:after {
    background: #DF1885;
    box-shadow: 1px 1px 4px rgba(223, 24, 133, 0.45);
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.header-inpage-cabinet .mx-head-line .mx-login-button-wrap {
    background: transparent;
    border: none;
    outline: none;
    color: wheat;
    font-size: 16px;
    font-family: Cabin, sans-serif;
    margin-top: auto;
    margin-bottom: auto;
    line-height: 19px;
}
.header-inpage-cabinet .mx-head-line .mx-login-button-wrap.user_name_top_open {
  padding: 11px 10px;
  width: 200px;
}
.header-inpage-cabinet .mx-login-button-wrap a:after {
    content: "";
    position: absolute;
    width: calc(100% - 5px);
    height: calc(100% - 3px);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border-radius: inherit;
    box-shadow: -20px 0 10px 5px rgba(223, 24, 133, 1), 20px 0 10px 10px rgba(41, 238, 205, 1);
}
.header-inpage-cabinet .mx-login-button-wrap a {
    padding: 10px 40px;
    font-family: Cabin, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
    border: none;
    background: transparent;
}
.header-inpage-cabinet .header-inpage-cabinet .mx-login-button-wrap:hover a:after {
    box-shadow: -20px 0 10px 5px rgba(41, 238, 205, 1), 20px 0 10px 10px rgba(223, 24, 133, 1);
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #fff;
}
.header-inpage-cabinet .mx-login-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 14%;
}
.header-inpage-cabinet .mx-head-line .mx-login-button-wrap {
    right: unset;
    position: relative;
    margin: auto;
    top: unset;
    float: none;
    box-shadow: none;
}
.header-inpage-cabinet ul.mx-sub-menu li a:after {
  display: none;
}
.header-inpage-cabinet ul.mx-nav > li > ul.mx-sub-menu {
    display: none;
    width: 150px;
    top: 108%;
    right: 50%;
}
.header-inpage-cabinet ul.mx-nav > li > ul.mx-sub-menu li {
  padding: 8px 0px;
}
.header-inpage-cabinet ul.mx-nav li {
    padding: 0;
    min-width: auto;
}
.header-inpage-cabinet .mx-login-button-wrap.user_name_top_open_modal {
    padding: 11px 0;
}
.bg-header-inp-wrap {
    overflow: hidden;
    width: 100%;
    position: absolute;
    height: 100%;
}
.guiz-img-wrap,
.guiz-title-img-wrap {
  max-width: 500px;
  width: 100%;
  margin: 20px auto 20px 0;
}
.guiz-title-img-wrap {
  margin: 20px auto;
  max-width: 400px;
}
.guiz-img-wrap img,
.guiz-title-img-wrap img {
  width: 100%;
}
.mx-title-quiz {
  text-align: center;
  font-size: 20px;
}
.mx-list {
  margin: inherit;
  padding: 0 3rem;
}
.mx-list li {
  list-style-type: initial;
  margin-bottom: 5px;
}
/*media*/
@media only screen and (max-width: 1500px) {
  .header-inpage-cabinet .header-inpage-first {
    padding-left: 119px;
  }
  .header-inpage-cabinet ul.mx-nav li a {
      padding: 0 3px;
  }
}

