.screenFirst .divFrontForm {
    /* margin: auto; */
    /* border: 1px solid; */
    margin-top: 10px;
    vertical-align: middle;
    text-align: center;
    /* margin-top: 7vh; */
    padding: 30px;
    width: 340px;
    border-radius: 2px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 0 29px 0 rgba(0,31,51,.19);
    box-shadow: 0 0 29px 0 rgba(0,31,51,.19);
}

body .frontForm button {
  border: none;
  border-radius: 0px;
}

.perevodItem {
  color: blue;
}

.divDictItem {
  padding-left: 10px;
}


.divFlexForFormFront {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 126px);
}

.secondHeight {
  min-height: calc(100vh - 126px);
}

.pageFirst, .pageLast {
    line-height: 45px;
    cursor: pointer;
    display: none;
}

.loading, .loadingFinish, .loadingOut {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    width: auto;
    text-align: center;
}

.loadingFinish, .loadingOut {
    display: none;
}

.saveResultButton {
    padding: 8px;
    color: white;
    background: #191970;
    border-radius: 5px;
    cursor: pointer;
}

.saveResult {
    position: fixed;
    right: 20px;
    bottom: 10px;
    display: none;
}

.wordformsItem {
    cursor: pointer;
}

word {
    cursor: pointer;
}

word:hover {
    /* color: red; */
    text-decoration: underline;
}

.v_line_title {
    font-weight: bold;
}

.v_line {
    width: 100%;
    background: black;
    height: 1px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.korpus_popup {
    width:320px;
    height:auto;
    padding: 7px;
    background:white;
    z-index:2;
    border: 1px solid black;
    position:absolute;
    font-size: 14px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.65);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.65);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.65);
}

.v_line_title {
    font-weight: bold;
}

.searchWordformsDel {
    display: none;
}

.wordformsItem:hover {
    text-decoration: underline;
}

.work_img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.k_top_menu_page {
    display: none;
}

.k_footer_front {
    height: 60px;
    position: relative;
    bottom: 0;
    width: 100%;
    margin-top: 20px;
}

.navbar-brand img {
  width: 34px;
  margin-right: 10px;
}

.k_footer_front a {
    color: #0211c0;;
}

.k_border_top {
    border-top: 1px solid #E5E5E5;
    padding-top: 20px;
}

.frontForm button {
    width: 100%;
    background-color: #0211c0;
    border-radius: 3px;
    color: white;
    padding: 7px;
    margin-top: 11px;
    font-size: 18px;
}

.screenFirst {
  min-height: 100vh;
}

.resultItemTitleYear {
    color: darkviolet;
}

.forCheckboxNot {
    position: relative;
}

.checkboxNot {
    position: absolute;
    left: -20px;
    width: 16px !important;
}

.sortAscDesc {
  /* display: none; */
}

.paging {
  display: flex;
  justify-content: center;
  margin-top: 14px;
  margin-bottom: 20px;
}

.divForLemmsTitle {
  font-size: 16px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 8px;
}

.wordformsItem {
  padding-left: 15px;
  line-height: 17px;
}

.pageItemCenter {
    border: 1px solid;
    padding-left: 10px;
    padding-right: 10px;
    /* background: green; */
    background-color: #0211c0;
    color: white;
}

.pageItemHide {
  display: none;
}

.pageItem {
  margin: 8px;
  font-size: 18px;
  cursor: pointer;
}

.checkboxRegistr label {
    margin-top: 6px;
}

.checkboxRegistr {
    display: flex;
}

.checkboxRegistr input {
    width: 20px !important;
}

.screenSecond .divFrontForm {
    margin: auto;
    /* border: 1px solid; */
    vertical-align: middle;
    text-align: center;
    margin-top: 7vh;
    padding: 25px;
    width: 100%;
    border-radius: 2px;
    box-shadow: 0 0 29px 0 rgba(0,31,51,.19);
}

.divFrontForm input {
  width: 100%;
  height: 30px;
  font-size: 16px;
  margin-bottom: 10px;
}

.divFrontForm select {
    margin-bottom: 10px;
    width: 100%;
    height: 30px;
}

.alarm {
    margin-bottom: 16px;
    font-weight: bold;
    color: red;
}

.resultItemText {
  position: relative;
}

.contextLeft {
  position: absolute;
  left: -15px;
  /* top: 50%; */
  top: 0%;
  color: lightgray;
  /* transform: translate(0, -50%); */
  cursor: pointer;
}

.contextRight {
  /* position: absolute; */
  /* right: -10px; */
  /* top: 50%; */
  color: lightgray;
  /* transform: translate(0, -50%); */
  cursor: pointer;
  position: relative;
  display: initial;
  margin-left: 5px;
}

.divFrontForm label {
  margin-bottom: 1px;
  text-align: left;
  width: 100%;
  font-size: 12px;
  font-weight: bold;
  margin-left: 3px;
}

.divFrontForm button {
  width: 100%;
}

.divFrontForm form {
  margin-bottom: 0px;
}

.screenSecond {
  display: none;
}

#loader {
  position:fixed;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  background-color: white;
  display: none;
  z-index:9999999;
  opacity:0.85;
}

#loader img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
}

.formResult {
    margin-top: 7vh;
}

.resultItem {
    margin-bottom: 25px;
}

.resultCount {
  margin-bottom: 15px;
  font-weight: bold;
}

.resultItemTitle {
    color: darkblue;
}

.v_background_front {
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.1), rgba(0,0,0,0.3)), url(../img/banner.jpg);
    /* height: 100vh; */
    height: calc(var(--vh, 1vh) * 100);
    width: 100%;
    background-size: 100% 100%;
    position: relative;
    background-attachment: fixed;
}

.v_top_front {
    position: relative;
}

.v_top_text {
    position: absolute;
    top: 40vh;
    width: 100%;
    ##left: 50%;
    ##margin-left: -200px;
    text-align: center;
}

.v_top_text .p_1 {
    color: white;
    font-weight: bold;
    font-size: 6vh;
    display: none;
    letter-spacing: 4px;
}

.v_top_text .p_2 {
    color: white;
    font-size: 3vh;
    display: none;
    padding: 20px;
}

.v_start_working {
    display: none;
    position: absolute;
    bottom: 25px;
    left: 50%;
    width: 140px;
    margin-left: -70px;
    /* transform: translate(-50%, 0%); */
    text-align: center;
    cursor: pointer;
    display: none;
    -vendor-animation-duration: 3s;
    -vendor-animation-delay: 2s;
    -vendor-animation-iteration-count: infinite;
}

.v_start_working a {
    color: white;
}

.fakeMenu {
    height: 44px;
}

.k_top_menu_front, .k_top_menu_page {
    /* display: none; */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 44px;
    /* background: #191970; */
    background-color: #0211c0;
    color: white;
    z-index: 100;
}

.k_top_menu_front a, .k_top_menu_page a {
  color: white;
}

.k_top_menu_front a:hover, .k_top_menu_page a:hover {
  color: white;
  font-weight: bold;
}

.k_top_menu_front .navbar-default {
    background: #191970;
}

.k_top_menu_front .navbar-default .navbar-brand {
    color: white;
}

.k_top_menu_front .navbar-default .navbar-nav > li > a {
    color: white;
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed !important;
    right: 0;
    left: 0;
    z-index: 1030;
}

.v_start_working a:hover {
    color: white;
}

.v_start_working img {
    width: 30px;
    height: 20px;
    margin-top: 10px;
}

@media screen and (max-width: 900px) {
  .v_top_text .p_2 {
    padding: 10px;
  }
}

@media screen and (max-width: 600px) {
  .v_top_text .p_1 {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 500px) {
  .v_top_text .p_2 {
    font-size: 2vh;
  }
  .v_top_text .p_1 {
    font-size: 4.2vh;
  }
  .v_top_text {
    top: 36vh;
  }
  .resultItemTitle {
    margin-bottom: 10px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 360px) {
  .v_top_text .p_1 {
    font-size: 4vh;
  }
  .v_top_text .p_2 {
    font-size: 1.8vh;
  }
}
