/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
  /*color: #656565;*/
  /*color: white;*/
  font-family: 'Inter', sans-serif;
  /*text-align: center;*/
  /*text-shadow: 0 1px 3px rgba(0,0,0,.5);*/
  /*background-image: url(../images/mainbackground.jpg) ;*/
  /*background-color: #F26C53;*/
  /*background-color: white;*/
}
.x-form-field {
  height: inherit !important;
}

.x-form-field-feedback {
  height: 150px !important;
}

.navbar{
  /*background-color: #F25332;*/
  border-bottom: 30px #F25332;
}

.titlediv {
  margin-top: 70px;
  margin-left: 90px;
  margin-right: 90px;
}


.title{
  /*font-weight: bold;*/
  text-transform: uppercase;
  text-align: center;
  margin-left: 10px;
  /*font-size: 30px;*/
  color: #171717;
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  border-radius: 5px 5px 5px 5px;
  width: auto;
  height: 35%;
  background-image: url(../images/priemka.jpg);
  background-size: 100%;
  margin-right: 8px;
  margin-left: 8px;
  margin-top: 8px;
  box-shadow: inset 0 0 10px #696969;
}

.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
  margin-top: 0px;
}

/* Padding for spacing */
.inner {
  border-radius: 10px 10px 10px 10px;
  margin-top: 17px;
  width: 16.5%;
  /*float: right;*/
  position: absolute;
  right: 0;
  margin-right: 8px;
  height: auto;
  box-shadow: inset 0 0 5px white;

  background-color: #F25332;
}

.to_top{
  position:fixed;
  top: 0px;
  right: 0px;
}

.content{
  /*border-radius: 5px 5px 5px 5px;*/
  /*margin-top: 8px;
  margin-bottom: 100px;*/
  width: 70%;
  left: 15%;
  right: 15%;
  /*float: left;*/
  position: relative;
  /*height: 100%;*/
  height: auto;
  /*min-height: 100px;*/
  /*background-color: #F26C53;*/
  /*background-color: white;*/
  /*box-shadow: inset 0 0 20px #696969;*/
}



.newsblock{
  /*background-image: url(../images/background.png);*/
  /*margin: 3px;*/
  /*position: inherit;*/
  width: 33.33%;
  margin-top: 8px;
  padding-left: 0px;
  padding-right: 0px;
  /*-webkit-scrollbar {width:0px;};*/

  /*height: 200px;*/
}

.mainnew{
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.carouselka{
  /*margin-right: 15px;*/
  width: 70%;
  left: 15%;
  right: 15%;
  border-radius: 10px 10px 10px 10px;
  margin-top: 10px;
  text-align: center;
  height: 350px;

  box-shadow: inset 0 0 5px white;
  /*min-height: 130px;*/
}

.carousel-inner {
  width: 100%;
  height: 350px;
}

.carousel-caption {
  top: 5px;
}

.blur{
  background: black; /* Цвет фона */
  padding: 10px; /* Поля вокруг текста */
  opacity: 0.8; /* Полупрозрачный фон */
  filter: alpha(Opacity=80); /* Прозрачность в IE */
  color: #fff; /* Цвет текста */
  border-radius: 10px;
}

/*.carousel-caption:hover{  opacity:1;}*/
/*.carousel-caption {opacity:.25;}*/

/*.carousel-image:hover{ opacity:.25; }*/
/*.carousel-image {opacity:1;}*/


.carousel-control{
  width: 20%;
}
/*.new {*/
/*!*background-image: url(../images/background.jpg);*!*/
/*box-shadow: inset 0 0 5px white;*/
/*border-radius: 10px 10px 10px 10px;*/
/*overflow: auto;*/
/*!*margin-right: 15px;*!*/
/*margin-right: 5px;*/
/*margin-left: 5px;*/
/*margin-top: 15px;*/
/*height: 150px;*/
/*background-color: #3A78F0;*/
/*!*text-overflow: ellipsis;*!*/
/*}*/

.new
{
  background:url(../images/city2.jpg) no-repeat center center fixed;
  margin-right: 5px;
  margin-left: 5px;
  margin-top: 10px;
  height: 170px;
  color: white;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.new:hover
{
  background:url(../images/city2.jpg) no-repeat center center fixed;
  margin-right: 5px;
  margin-left: 5px;
  margin-top: 10px;
  height: 170px;
  font-size: 17px;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.transition:hover {
  transition: 0.15s;
}

.modalnewtext{
  color: black;
}


.new::-webkit-scrollbar {
  width: 0;
}

.newspages{
  width: 100%;
  background-color: #f7f7f9;
}

.container-fluid{
  min-height: 100%;
}

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}


.sidebar {
  position: fixed;
  top: 51px;
  bottom: 0;
  width: 250px;
  left: 0;
  z-index: 1000;
  display: block;
  padding: 20px;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
  background-color: #f5f5f5;
  border-right: 1px solid #eee;
}


.main {
  padding-top: 60px;
  padding-left: 250px;
}


.footer{
  width: 100%;
  background-color: #f7f7f9;
}

/*html, body {*/
/*height: 100%;*/
/*}*/
.navbar-toggle {
  float: left;
  margin-left: 15px;
}
.navmenu {
  z-index: 0;
  height: 100%;
}
.navmenu::-webkit-scrollbar {
  width: 0;
}

.canvas {
  position: relative;
  left: 0;
  /*z-index: 2;*/
  min-height: 100%;
  padding: 50px 0 0 0;
  background: #fff;
}
@media (min-width: 0) {
  .navbar-toggle {
    display: block;
  }
}
@media (min-width: 992px) {
  body {
    padding: 0;
  }
  /*.navbar {*/
  /*right: 0;*/
  /*background: none;*/
  /*border: none;*/
  /*}*/
  .canvas {
    padding: 0;
  }
}


body {
  /*font-family: Arial;*/
  font-size: 14px;
  /*font-size: 9.5pt;*/
  /*color: white;*/
  line-height: 1.5;
  margin: 0;
  padding: 0;

}

h1, h2, p {
  word-wrap: break-word;
}

th, .table th {
  background-color: #171717;
  color: white;
  text-align: center;
  vertical-align: middle;
}

p {
  text-align: justify;
  padding: 2px 0;
}

a:link {
  color: #0055BB;
  /*line-height: 16px;*/
}

a:visited {
  color: #00408C;
}

label.error{
  font-size: 0.9em;
  color:red;
  text-align:right;
}

.almost_winners td {
  color: #3300FF;
}

.original_winners td {
  color: #009900;
}

.second_wave td {
  color: #CC6600;
}

.already_passed td {
  color: #FF00CC;
}

/*.copy_winners td {}*/

.not_first_priority td {
  color: #6D7B8D;
}

.temp_stud_doc td{
  color: #EEAD0E;
}

.full_checked td {
  color: #347C17;
}

.depended_checked td {
  color: #C35817;
}

.not_checked td {
  color: #FF0000;
}

.benefits-label-style {
  font-weight: bold;
  font-size: 15px;
  padding-bottom: 10px;
}

.header-label-style {
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 10px;
}

.text-label-style {
  font-size: 15px;
  padding-bottom: 10px;
}

.my-class-for-view-item{
  display: inline-block;
}

.benefit-button-style{
  background-image: none !important;
  background-color: #f0ad4e !important;
  border-color: #f0ad4e !important;
}

.target-button-style{
  background-image: none !important;
  background-color: #5cb85c !important;
  border-color: #5cb85c !important;
}

.accept-button-style{
  background-image: none !important;
  background-color: green !important;
  border-color: green !important;
}

.decline-button-style{
  background-image: none !important;
  background-color: red !important;
  border-color: red !important;
}

.not_appliers td {
  color: #6D7B8D;
}

.winners td {
  color: #347C17;
}

.losers td {
  color: #FF0000;
}

.green-text-color td{
  color: green;
  font-weight: bold
}

.red-text-color td{
  color: red;
  font-weight: bold
}


.red-one-color > label{
  color: red;
  font-weight: bold
}

.unshown-message{
  background-color: #c1ddf1;
}

.table-wrap{
  overflow-x:auto;
}

/*blocks in anketas*/

.form-block{
  margin: 0 auto;
  /*width: 60%;*/
  /*margin-left: 15%;*/
  /*border-style: ridge;*/
  /*border-width: 1px;*/
  background-color: white;
  padding: 10px;
  /*padding-right: 10px;*/
}

@media (min-width: 1200px) {
  .form-block{
    width: 1170px;
  }
}

@media (min-width: 992px) {
  .form-block{
    width: 970px;
  }
}

.btn-primary {
  color: #fff;
  background-color: #0055bb;
  border-color: #0055bb;
  border-radius: 0;

}
.btn-primary{
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 19px 16px;

  position: static;
  width: 233px;
  height: 56px;
  left: calc(50% - 154px/2 - 115px);
  top: 0%;
  bottom: 0%;

  /* Blue Brand */

  background: #0055BB;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
  margin: 0px 0px;
}
.btn-modal {
  display: inline-flex;
  padding-left: 4px;
  width: 100px; height: 30px
}
.bflex{
  width: fit-content;
}
.btn-trash{
  padding-left: 4px;
  width: 100px;
  height: 40px;
  border: none;
  justify-content: center;
  padding: inherit;
}

.mbtn {
  float: right;
}

.btn-primary:hover {
  color: #fff;
  background-color: #00408c;
  border-color: #00408c;
}

.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #00408c;
  border-color: #00408c
}

.btn-primary.active, .btn-primary:active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #00408c;
  border-color: #00408c;
  background-image: none
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .btn-primary.dropdown-toggle.focus, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle:hover {
  color: #fff;
  background-color: #014682;
  border-color: #00408c;
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary:disabled.focus, .btn-primary:disabled:focus {
  background-color: #0275d8;
  border-color: #0275d8
}

.btn-primary.disabled:hover, .btn-primary:disabled:hover {
  background-color: #BEBEBE;
  border-color: #bebebe;
}

/* new org */

/*.container {*/
/*  margin: auto;*/
/*  width: 100%;*/
/*  max-width: 1320px;  */
/*  !*padding: 12px;*!*/
/*}*/

/*@media (min-width: 576px) {*/
/*  .container {*/
/*    max-width: 540px;*/
/*  }*/
/*}*/
/*@media (min-width: 768px) {*/
/*  .container {*/
/*    max-width: 720px;*/
/*  }*/
/*}*/
/*@media (min-width: 992px) {*/
/*  .container {*/
/*    max-width: 960px;*/
/*  }*/
/*}*/
/*@media (min-width: 1200px) {*/
/*  .container {*/
/*    max-width: 1140px;*/
/*  }*/
/*}*/
/*@media (min-width: 1400px){*/
/*  .container {*/
/*    max-width: 1320px;*/
/*  }*/
/*}*/

*,
:after,
:before {
  box-sizing:border-box;
}
/*.row {*/
/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*  margin-left: -12px;*/
/*  align-items:stretch;*/
/*  align-content: stretch;*/
/*}*/
/*.col-md-4 {*/
/*  flex: 0 0 auto;*/
/*  width: calc(100%/3);*/
/*}*/
/*.col-md-6 {*/
/*  flex: 0 0 auto;*/
/*  width: 50%;*/
/*  !*padding: 5px 10px;*!*/
/*}*/
/*.col-md-8 {*/
/*  flex: 0 0 auto;*/
/*  width: calc(100%/3*2);*/
/*}*/
.divider {
  background: #171717;
  height: 2px;
  width: 100%;
  margin-bottom: 10px;
}
.welcome-container {
  padding-top: 10%;
  width: 100%;
  height: 100%;
  padding: 5%;
  padding-top: 10%;

}
/*.action-container {*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  padding: 5% 10%;*/
/*  padding-top: 10px;*/
/*}*/
.select-container {
  width: 100%;
  height: 100%;
  padding: 5% 10%;
  padding-top: 20px;
}
.form-container {
  padding-left: 7%;
}
.action-container p, .select-container p{
  text-align: left;
}
.w-title {
  font-style: normal;
  font-weight: 400;
  font-size: 42px;
  line-height: 50px;
  /*margin-left: 10px;*/
  color: #171717;
}
.w-subtitle {
  padding-top: 10%;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #565656;
}
.card {
  border-top-style: solid;
  border-top-color: #171717;
  border-top-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #171717;
  border-bottom-width: 2px;
  color:#171717;
  padding: 8% 4%;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
.action-container .card {
  border: 0;
}
.card p{
  font-size: 28px;
}
.card-content p {
  font-size: /*16px*/ 1.05vmax;
}
.action-container .card {
  height: 300px;
}
.select-container .card {
  height: 600px;
}
.card:hover {
  /*color: white;*/
  /*background: no-repeat center/100%;
  background-size: cover;*/
  animation: ch-color 0.5s forwards;
}
.card:hover .card-title, .card-content {
  z-index: 2;
}
@keyframes ch-color {
  from {
    color: #171717;
    font-size: 26px;
  }
  to {
    color: white;
    font-size: 28px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.85);
  }
}
.card-title {
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  position: relative;
  left: 0;
  top: 0;
  z-index: 0;
  /*color: #171717;*/
}
.card img {
  width: 100%;
  height: inherit;
  visibility: hidden;
  position: absolute;
  object-fit: cover;
  z-index: 1;
  left: 0;
  top: 0;
}
.card:hover img {
  visibility: visible;
}
.space {
  height: 150px;
}
.footer {
  clear: both;
  z-index: 2000;
  position: fixed;
  bottom: 0;
  height: 20px;
  width: 100%;
  overflow: auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.footer-start, .footer-end {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: .16px;
  color: #565656;
}
.footer-start {
  position: absolute;
  left: 5%;
}
.footer-end{
  position: absolute;
  right: 5%;
}

.form-title {
  font-size: 42px;
  line-height: 50px;
  color: #171717;
  order: 0;
  padding-top: 0.67rem;
}
.form-subtitle {
  font-size: 16px;
  line-height: 24px;
  color: #565656;
}
.form-title, .form-subtitle {
  font-style: normal;
  font-weight: 400;
  flex: none;
  align-self: stretch;
  flex-grow: 0;
  margin: 8px 0;
}
.form-gr {
  padding-bottom: 15%;
}
.form-gr p {
  color: #565656;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: .16px;
}
.form-gr .form-label {
  margin-top: 10%;
  margin-bottom: 2px;
}
input[type="text"], input[type="password"], input[type="email"], input[type="tel"] {
  border: none;
  border-bottom: 2px solid #171717;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: .16px;
  color: black;
  height: 30px;
  margin: 0;
  border-radius: 0;
}
.passw{
  position: relative;
}
.password-control, .password_confirm-control {
  position: absolute;
  top: .5rem;
  right: 1rem;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/images/view.svg) 0 0 no-repeat;
}
.password-control.view, .password_confirm-control.view {
  background: url(/images/view-off.svg) 0 0 no-repeat;
}
.form-control select {
  border: none;
  border-bottom: 2px solid #171717;
  border-radius: 0;
}

.form-control option {
  height: 40px;
}

.form-gr input[type="text"], .form-gr input[type="password"], .form-gr input[type="email"], .form-gr input[type="tel"] {
  width: 100%;
}
input[type="radio"], input[type="checkbox"] {
  accent-color: #171717;
}
.form-gr a {
  color: #05b;
  text-decoration: none;
}
.auth-extra {
  margin-bottom: 1%;
  color: #565656;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: .16px;
}
.title0 {
  font-style: normal;
  font-weight: 400;
  font-size: 54px;
  line-height: 64px;
  color: #171717;
  padding: .67rem 0;
  margin: 0;

}
.title0 h1 {
  margin-top: 0;
  margin-bottom: .5rem;
}
.image {
  padding-top: 5vh;
  max-height: none;
  overflow: hidden;
}
.img-resp {
  display: block;
  max-width: 100%;
  height: auto;
  padding: 3px;
}
.img-static {
  position: fixed;
  left: 2%;
  top: 2%;
  scale: .75;
}
.lb {
  border-left: 2px solid #171717;
  min-height: 100vh;
}

.cool_button_bar {
  width: 30px;
  margin-left: 2px;
  margin-top: 80px;
  /*transform: rotate(90deg);*/
  position: fixed;
  height: 16px;
  left: 2px;
  top: 100px;
  background-color: white;
}

.step-bar label {
  position: relative;
  text-align: justify;
  top: 1rem;
  cursor: pointer;
}
.step-bar .step-description {
  font-size: 12px;
  color: #565656;
}
.step-bar p {
  overflow-y: auto;
}
.step-bar p, .step-bar label, .step-bar .btn-arrow-right {
  margin-bottom: 0;
}
.step-bar .btn-arrow-right {
  padding-left: 8px;
  display: flex;
}
.step-bar .btn-primary {
  margin-top: 1rem;
  margin-left: 8px;
}
.progress-div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  position: static;
  width: 2px;
  height: 56px;
  left: 0px;
  top: 0px;
  background: #DCDCDC;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
  margin: 0px 8px;
}

.left-head {
  color: #171717 !important;
  background-color: white !important;

}
.table thead>tr>th {
  vertical-align: middle;
}
.btn-holder{
  /*padding: 0 !important;*/
  color: #fff !important;
  background-color: #0055bb !important;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  padding: .75rem 2rem !important;
  font-size: 1rem;
}

.btn-holder:hover {
  color: #fff !important;
  background-color: #00408c !important;
}
.table thead>tr, .table thead>tr>th {
  border: 0 !important;
}

.btn-warning {
  background-color: #0055bb;
  border-color: #0055bb;
  color: #fff;
}
.btn-warning:hover {
  background-color: #00408c;
  border-color: #00408c;
  color: #fff;
}

.form {
  margin-top: .67rem;
}

.btn-cancel{
  background-color: #171717;
  border-color: #171717;
}
.btn-cancel:hover {
  background-color: #111;
  border-color: #111;
}
.btn-cancel:active, .btn-cancel:focus {
  background-color: #030303 !important;
  border-color: #030303 !important;
}
.step-bar {
  display: flex;
  flex-direction: column;
}

.btn-del{
  background-color: #DA1E28;
  border-color: #DA1E28;
}
.btn-del:hover {
  background-color: #DA1E28;
  border-color: #DA1E28;
}
.btn-del:active, .btn-del:focus {
  background-color: #DA1E28 !important;
  border-color: #DA1E28 !important;
}
/*новый старый лайаут*/

#leftbox {
  border-right: #030303;
  border-right-style: solid;
  border-right-width: 2px;
  padding: 30px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 65%;

}
#rightbox {
  padding: 30px;
  position: relative;
  display: block;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 35%;
  height: 100%;
  overflow-y: auto;
}
#lrbox {
  height: 100px;
  position: absolute;
  top: 62px;
  bottom: 0;
  left: 0;
  right: 0;
}
.title0 {
  font-style: normal;
  font-weight: 400;
  font-size: 54px;
  line-height: 64px;
  color: #171717;
  padding: .67rem 0;
  margin: 0;
}
.gnlogo {
  width: 70px;
  margin: 7px 13px 13px 13px;
}
.btnRuEn {
  background-color: transparent;
  border: transparent;
  margin-left: 15px;
  position: initial;
}
.container {
  width: 100%;
  max-width: 1320px;
  margin: auto;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: auto;
  margin-right: auto;
}
/*@media (min-width: 576px) {*/
/*  .container {*/
/*    max-width: 540px;*/
/*  }*/
/*}*/
/*@media (min-width: 768px) {*/
/*  .container {*/
/*    max-width: 720px;*/
/*  }*/
/*}*/
/*@media (min-width: 992px) {*/
/*  .container {*/
/*    max-width: 960px;*/
/*  }*/
/*}*/
/*@media (min-width: 1200px) {*/
/*  .container {*/
/*    max-width: 1140px;*/
/*  }*/
/*}*/
/*@media (min-width: 1400px){*/
/*  .container {*/
/*    max-width: 1320px;*/
/*  }*/
/*}*/
.row {
  /*display: -ms-flexbox;*/
  /*display: flex;*/
  /*-ms-flex-wrap: wrap;*/
  /*flex-wrap: wrap;*/
  margin-right: -15px;
  margin-left: -15px;
}
.col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col__article,
.col__aside {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.action-container {
  width: 100%;
  height: 100%;
  padding: 5%;
}
.leftLable {
  font-style: normal;
  font-weight: 400;
  font-size: 41px;
  line-height: 50px;
  color: #171717;
}
.leftContent {
  padding-top: 10%;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #565656;
}
.cardContent p {
  font-size: 16px;
}
.card-content p {
  font-size: 16px;
}

.card-sub-text {
  font-size: 10px !important;
}