/*menu
.nav-main>ul>li:hover a {
  color: white;
}

.nav-main > ul > li:hover {
  background-color: #e67e22b5;
  transition: 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

*/

.dropdown-toggle:hover {
  background-color: #e67e22b5;
  transition: 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  color: white;
}

.activePage {
  background-color: #eda31f !important;
  color: white !important;
}

.nav_par_footer a {
  border-radius: 0;
  margin: 0 20px;
}

.act {
  background-color: #bf2c40 !important;
  color: white !important;
}

.nav_par:hover {
  background-color: #e67e22b5;
  transition: 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  color: white;
}

.nav:hover {
  background-color: #e67e22b5;
  transition: 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  color: white;
}

.nav a:hover {
  color: white;
}

.nav_par a:hover {
  color: white;
}

.dropdown-toggle {
  box-shadow: inset -1px -19px 0px 0px rgb(25 25 25 / 3%);
  transition: 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fa.fa-circle {
  margin-right: 10px;
  font-size: 6px;
  position: relative;
  top: -2px;
  color: #eaaa7100;
}

.nav_par {
  box-shadow: inset -1px -19px 0px 0px rgb(25 25 25 / 3%);
  transition: 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  background-color: #fff5e4;
  border-radius: 0px !important;
}

.fa.fa-arrow-right {
  display: inline;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.fa.fa-arrow-down {
  display: inline;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.dropdown-menu li a {
  display: block;
  padding: 5px 10px;
  display: block;
  text-decoration: none;
  padding: 5px 5px;
  padding-left: 5px;
  color: #5d5d5d;
  text-align: left;
  position: relative;
  border-bottom: 1px solid #eee;
  text-transform: uppercase;
  position: relative;
  -moz-box-shadow: 0 0 5px #ddd;
  border-left: 3px solid #e67e229c;
  border-right: 3px solid #e67e229c;
  height: 30px;
  line-height: 2.5;
  font-weight: bold;
  padding-left: 10px;
}

.nav-main {
  position: relative;
}

.nav_par_footer {
  list-style-type: none;
  margin: 4px 20px 0px 20px;
}

.nav-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-item {
  position: relative;
}

.dropdown-menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
}

.has-dropdown > a {
  cursor: pointer;
}

/*GetTurnoverServicesOut_outer*/
table.iksweb {
  width: 100%;
}

i.fa.fa-question-circle {
  color: #a80035;
  font-size: 13px;
}

.probel {
  float: left;
}

.spravka {
  color: #a80035;
  text-decoration: underline;
  cursor: pointer;
}

.triangle-obtuse:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 24px;
  width: 0;
  height: 0;
  border: 0;
  border-right-width: 30px;
  border-bottom-width: 20px;
  border-style: solid;
  border-color: transparent #d04742;
}

.triangle-obtuse:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 45px;
  width: 0;
  height: 0;
  border-width: 0;
  border-right-width: 10px;
  border-bottom-width: 20px;
  border-style: solid;
  border-color: transparent #f3f3f3;
}

.triangle-obtuse {
  position: absolute;
  padding: 15px;
  margin: 39px 38px;
  color: #fff;
  background: #c81e2b;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#9a2a26d9),
    to(#d34641)
  );
  background: -moz-linear-gradient(top, #f04349, #c81e2b);
  background: -o-linear-gradient(top, #f04349, #c81e2b);
  display: none;
  bottom: 0;
  left: -58px;
  height: auto;
  width: 500px;
}

.iksweb {
  width: 100%;
  top: -15px;
  position: relative;
}

#success_content {
  background-color: #0c9700c9;
  padding: 10px;
  border-radius: 10px;
  display: none;
  color: white;
  font-weight: bold;
  margin: 0px 200px 10px 200px;
  height: auto;
  width: auto;
  text-align: center;
}

#content table {
  text-align: left;
  border-collapse: separate;
  background: #ffffff;
  border: 6px solid #ece9e0;
  border-radius: 30px;
  padding: 3px;
  flex-direction: row;
  justify-content: center;
  font-family: sans-serif;
  color: #363636;
  margin-top: 10px;
}

/* Стили для модального окна */
.modal {
  display: none;
  /* Скрыто по умолчанию */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Затемненный фон */
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.modal-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  width: 90%;
  max-width: 400px;
  text-align: center;
  animation: fadeIn 0.3s ease-in-out;
  left: 50%;
  position: relative;
  top: 40%;
  transform: translate(-50%, -50%);
}

.block_alert {
  margin-bottom: 15px;
}

.form-result_uspeh {
  font-size: 18px;
  color: #535353;
  /* Зеленый цвет для успеха */
  margin-bottom: 15px;
}

.modal-link {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ff8f00;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s;
  margin-top: 20px;
}

.modal-link:hover {
  background-color: #a04902;
}

/* Анимация появления */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*lang*/

.language-switcher {
  list-style: none;
  padding: 0;
  display: flex;
  float: right;
  margin-right: 20px;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 3px;
  margin-top: 9px;
}

.ru_25 {
  background-color: #eaa21b;
  padding: 5px;
  text-decoration: none;
  color: #ffffff;
  border-radius: 0px 8px 8px 0px;
}

.kz_25 {
  background-color: #eaa21b;
  padding: 5px;
  text-decoration: none;
  color: #ffffff;
  border-radius: 8px 0px 0px 8px;
}

.babel_active {
  background-color: #ab2234;
}

/*Авторизация*/

.centerBlockForgot {
  display: none;
  /* Изначально скрываем блок восстановления пароля */
}

.centerBlockLogin,
.centerBlockForgot {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
}

.ur {
  background-color: #51b324c9;
  padding: 10px;
  border-radius: 10px;
  display: none;
}

.shgys__ {
  background-color: #e67e22;
  color: #fff;
  border: 1px solid transparent;
  line-height: 38px;
  border-radius: 5px;
  margin: 10px 0;
  box-shadow: inset 1px -15px 14px 0px #0000001c;
  padding: 0 10px;
  transition: 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  cursor: pointer;
  outline: none;
  width: 180px;
  font-weight: bold;
  font-size: 14px;
  margin-left: 10px;
}

.brt {
  display: inline-flex;
}

.shgys__ a {
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

/*Авторизация*/

html,
body {
  height: 100%;
}

#content h1 {
  font-size: 1.2em;
  line-height: 1.2;
}

html {
  font-size: 2vw;
}

.menu-triger {
  display: none;
}

.menu-close {
  display: none;
}

@media (min-width: 280px) and (max-width: 499px) {
  .inventory a,
  .accountInfo a,
  .language-switch a {
    font-size: 0.8em !important;
  }

  #content h1 {
    font-size: 1.5em;
  }

  i.fas.fa-bars {
    font-size: 2.2em;
    position: relative;
    top: -20px;
    color: #a80035;
    /* display: block; */
    outline: none;
  }

  span.men {
    font-size: 2.2em;
    color: #a80035;
    margin-right: 5px;
    position: relative;
    top: -21px;
    font-family: system-ui;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
  }

  .menu {
    height: 40px !important;
  }

  .block_content {
    padding: 0 !important;
  }

  .menu {
    background-color: #fff0d1;
    width: 100%;
    height: 70px;
    position: relative;
    top: -7px;
    outline: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    border-bottom: 1px solid #dedede;
  }

  /*************************************/
  .menu-triger {
    display: block;
    width: 100%;
    height: 17px;
    /* background: url(https://snipp.ru/demo/449/menu.png) 0 0 repeat; */
    position: absolute;
    /* left: 15px; */
    top: 28px;
    text-align: center;
    text-decoration: none;
    outline: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
  }

  .menu-close {
    display: block;
    width: 100%;
    height: 28px;
    /* background: url(https://snipp.ru/demo/449/close.png) 0 0 repeat; */
    position: relative;
    /* right: 20px; */
    top: -45px;
    z-index: 100;
    text-align: center;
    outline: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
  }

  .menu-popup {
    display: none;
    background: #ffffff;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0;
    box-sizing: border-box;
    padding: 60px 30px 30px 30px;
    z-index: 9999;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    outline: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
  }

  .menu-popup ul {
    margin: 0;
    padding: 0;
    outline: none;
  }

  .menu-popup li {
    list-style: none;
    /*margin: 10px 0;*/
    padding: 0;
    outline: none;
  }

  .menu-popup li a {
    font-size: 18px;
    font-family: "Arial";
    color: rgb(255, 255, 255);
    line-height: 1.9 !important;
    text-decoration: none;
    outline: none;
  }

  .body_pointer * {
    cursor: pointer;
    outline: none;
  }

  /***************************************/

  .right {
    float: right;
    width: 100% !important;
    /* padding: 15px!important; */
  }

  #content .left {
    width: 100% !important;
  }
}
.fa.fa-bars {
  display: none;
}

.block_menu {
  width: 100px;
  cursor: pointer;
}
@media (min-width: 500px) and (max-width: 1024px) {
  .nav_par_footer {
    margin: 20px 0px 0px 0px;
  }
  .block_lang_menu {
    list-style: none;
    padding: 10px;
    float: right;
    margin-right: 20px;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 3px;
    margin-top: 0;
    position: fixed;
    width: 100%;
    background-color: #eda31f;
    z-index: 9999;
  }

  .language-switcher {
    font-size: 22px;
  }

  .kz_25 {
    background-color: #ab2234 !important;
  }

  .fa.fa-bars {
    color: white;
    display: block;
  }

  .accountInfo ul {
    display: block !important;
  }

  .accountInfo {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%) !important;
    text-align: center;
    margin-top: 60px !important;
    width: 100%;
  }

  .nav-main {
    position: absolute;
    z-index: 9999;
    width: 92.7%;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
    top: 56px;
    display: none;
  }

  #main-content {
    /*height: 100%;*/
    background: #f7f7f7 !important;
  }

  a.don {
    font-size: 1.6em;
  }

  #content {
    /*justify-content: end!important;*/
  }

  .bl_2 {
    width: 50em !important;
  }

  input[type="radio"],
  input[type="checkbox"] {
    margin: 5px !important;
    transform: scale(1.6) !important;
    top: -4px !important;
  }

  .bl_1 {
    margin: 50px 0 0px 0 !important;
  }

  .silc {
    font-size: 2.2em !important;
  }

  #content table tr td {
    padding: 6px 6px 15px 6px !important;
  }

  span.men {
    font-size: 3.3em;
    color: #a80035;
    margin-right: 5px;
    position: relative;
    top: -20px;
    font-family: system-ui;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
  }

  i.fas.fa-times-circle {
    font-size: 60px;
    color: #a80035;
    outline: none;
  }

  i.fas.fa-bars {
    font-size: 3.5em;
    position: relative;
    top: -20px;
    color: #a80035;
    /* display: block; */
    outline: none;
  }

  .block_content {
    padding: 0 !important;
  }

  .menu {
    background-color: #fff0d1;
    width: 100%;
    height: 60px;
    position: relative;
    top: -7px;
    outline: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    border-bottom: 1px solid #dedede;
  }

  /*************************************/
  .menu-triger {
    display: block;
    width: 100%;
    height: 17px;
    /* background: url(https://snipp.ru/demo/449/menu.png) 0 0 repeat; */
    position: absolute;
    /* left: 15px; */
    top: 28px;
    text-align: center;
    text-decoration: none;
    outline: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
  }

  .menu-close {
    display: block;
    width: 100%;
    height: 28px;
    /* background: url(https://snipp.ru/demo/449/close.png) 0 0 repeat; */
    position: relative;
    /* right: 20px; */
    top: -45px;
    z-index: 100;
    text-align: center;
    outline: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
  }

  .menu-popup {
    display: none;
    background: #ffffff;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0;
    box-sizing: border-box;
    padding: 60px 30px 30px 30px;
    z-index: 9999;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    outline: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
  }

  .menu-popup ul {
    margin: 0;
    padding: 0;
    outline: none;
  }

  .menu-popup li {
    list-style: none;
    /*margin: 10px 0;*/
    padding: 0;
    outline: none;
  }

  .menu-popup li a {
    font-size: 2.2em;
    font-family: "Arial";
    color: rgb(255, 255, 255);
    line-height: 1.9 !important;
    text-decoration: none;
    outline: none;
  }

  .body_pointer * {
    cursor: pointer;
    outline: none;
  }

  /***************************************/

  .page-content {
    /*border: 1px solid #787878!important;*/
    margin: 15px !important;
  }

  .inventory a,
  .accountInfo a,
  .language-switch a {
    font-size: 0.9em !important;
  }

  .page-content p {
    font-size: 24px;
    line-height: 1.3;
  }

  .cl_zag {
    font: bold 28px Arial, Helvetica, sans-serif !important;
    margin-top: 40px !important;
  }

  tbody {
    /* width: 100%;*/
  }

  textarea {
    width: 93% !important;
    height: 150px !important;
    margin: 0;
    padding: 0 3%;
  }

  #content h3 {
    font: bold 28px Arial, Helvetica, sans-serif !important;
    font-style: italic !important;
  }

  .err {
    font-size: 24px !important;
  }

  label {
    font-size: 24px !important;
    /*font-size: 1em!important;*/
  }

  .accountInfo {
    text-align: center !important;
  }

  .accountInfo ul li {
    font-size: 28px !important;
    line-height: 1.4 !important;
  }

  a.username.col__ {
    font-size: 28px !important;
    line-height: 1.4 !important;
  }

  .nav {
    box-shadow: inset 0px -20px 0px 0px rgb(25 25 25 / 3%) !important;
  }

  .nav-main > ul > li > a {
    font-size: 28px !important;
    line-height: 1.3 !important;
    height: 40px !important;
  }

  input[type="submit"],
  input[type="button"],
  input[type="reset"],
  button {
    height: 70px !important;
    padding: 0 10px !important;
    min-width: 220px !important;
    font-size: 1.5em !important;
    margin: 50px 0 0px 0 !important;
    border-radius: 50px !important;
    text-transform: uppercase;
  }

  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  .uneditable-input {
    font-size: 1.4em !important;
    height: 35px !important;
    /* border: none!important; */
    border: 1px solid #ccc !important;
    /* background: #ffe4c400!important; */
    outline: none;
  }

  select#sexList {
    border: none !important;
    background: #ffe4c400 !important;
    outline: none;
  }

  .ex1 h1:before {
    top: 11px !important;
  }

  .ex1 h1:after {
    top: 15px !important;
  }

  #content h1 {
    font-size: 2em;
    line-height: 1.2;
  }

  .adress {
    font-size: 28px;
  }

  #content h2 {
    font-size: 2.5em !important;
    margin-bottom: 20px !important;
    margin-top: 80px;
  }

  #period {
    font-size: 28px;
    margin: 28px;
    line-height: 1.5;
    text-align: center;
    background-color: #ece9e0;
    color: #121212;
    border-radius: 50px;
    padding: 10px;
  }

  td {
    font-size: 1.6em !important;
    line-height: 1.1;
    box-shadow: inset 0px -14px 0px 0px rgb(25 25 25 / 6%) !important;
    /*font-family: none!important;*/
  }

  th {
    font-size: 26px !important;
    line-height: 1.4;
  }

  body {
    background: #9a2a26 !important;
  }

  #content .left {
    width: 100% !important;
  }

  .right {
    float: right;
    width: 100% !important;
    /*padding: 15px!important;*/
  }

  .Footernav,
  .Footernavactive,
  .Footernavlast {
    width: 100% !important;
    margin: 10px !important;
    line-height: 1.3 !important;
  }

  ul.menu_footer li a {
    font-size: 22px;
    padding: 10px;
  }

  ul.unstyled {
    display: none;
  }

  .copyright p {
    font-size: 2.2em;
    line-height: 1.2;
  }

  footer .copyright {
    width: 100% !important;
    margin-top: 30px !important;
    margin-bottom: 20px;
  }

  .menu_footer {
    width: 100% !important;
    display: grid;
    flex-direction: column !important;
  }

  .nav-main {
    position: absolute;
    z-index: 9999;
    width: 92.7%;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
  }

  .block_menu_ {
    width: 100% !important;
  }

  .footer-menu {
    width: auto !important;
  }
}

.ban {
  width: 100%;
  /* float: left; */
}

.nav-main > ul > li:first-child:hover {
  border-radius: 20px 20px 0px 0px;
}

.nav-main > ul > li:last-child:hover {
  border-radius: 0px 0px 20px 20px;
}

.navlast:last-child a {
  border-bottom: 3px solid #e67e229c;
  border-radius: 0px 0px 20px 20px;
}

li.nav:first-child a {
  border-top: 3px solid #e67e229c;
  border-radius: 20px 20px 0px 0px;
}

li.navactive:first-child a {
  border-top: 3px solid #e67e229c;
  border-radius: 20px 20px 0px 0px;
}

select#sexList {
  border: 1px solid #d7d7d7;
  padding: 8px 10px;
  /* width: 100%; */
  font-weight: bold;
  font-family: verdana;
  /* margin: 20px 20px 20px 20px; */
  background-color: #f8f8f8;
  border-radius: 5px;
  color: #626262;
}

.add_r {
  text-align: center;
  color: #ab2235;
}

.page-content {
  background-color: white;
  border: 1px solid #dadada;
  padding: 10px;
  border-radius: 30px;
}

.td_color {
  border: 1px solid #ffffff !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}

.color_kon {
  background-color: #d977200d !important;
  color: black !important;
  /* box-shadow: inset -1px -19px 0px 0px rgb(25 25 25 / 10%);*/
  /* text-align: center!important; */
}

.col__ {
  color: #fff !important;
}

.inventory a,
.accountInfo a,
.language-switch a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

#period {
  padding: 10px;
  background-color: #ece9e0;
  margin: -23px 30px 10px 30px;
  color: #393939;
  border-radius: 0px 0px 30px 30px;
}

.ex1,
.ex2,
.ex3,
.ex4,
.ex5,
.ex6,
.ex7,
.ex8,
.ex9,
.ex10 {
  /*padding: 10px;*/
  /*width: 300px;*/
  height: 15px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  font-size: 0.6em;
  line-height: 1.8;
}

.silc {
  margin: 0 5px;
  color: #363636;
  font-size: 1.2em;
  border: 1px solid #cccccc75;
  /* padding: 10px; */
  border-radius: 10px;
  background-color: #ece9e0;
  text-decoration: none;
  display: block;
  margin-top: 10px;
  line-height: 2;
}

.bl_2 {
  margin-left: auto;
  margin-right: auto;
  width: 30em;
}

.alert-success {
  background-color: #0c9700c9;
  padding: 10px;
  border-radius: 10px;
  color: white;
  font-weight: bold;
  height: auto;
  width: auto;
  text-align: center;
}

.error_form {
  text-align: center;
  color: red;
}

.err {
  font-size: 12px;
  position: relative;
  color: #f00;
  font-weight: bold;
  height: auto;
  width: auto;
  text-align: center;
  padding: 5px;
}

.err_pwd {
  font-size: 12px;
  line-height: 1.2;
  margin: 5px;
  top: 4px;
  position: relative;
  background-color: #be0000c9;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #ff000036;
  color: white;
  font-weight: bold;
  height: auto;
  width: auto;
  text-align: center;
}

.checkbox {
  position: relative;
  top: 3.6px;
  margin-left: 10px;
}

.bl_1 {
  margin: 15px 0px 10px 0;
}

.decimal {
  text-align: left !important;
  padding: 10px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px;
  background: #f8f8f8;
  background-color: rgb(248, 248, 248);
  background-color: rgb(248, 248, 248);
  border: 1px solid #d7d7d7;
  /*border-radius: 0px 0px 15px 0px;*/
  width: 100%;
  box-sizing: border-box;
}

.ex1 h1:after {
  content: "";
  position: absolute;
  height: 2px;
  /* width: 450px; */
  background: rgb(171 34 53);
  top: 10px;
  /*margin: 0 auto;*/
  left: 0;
  right: 0;
  margin: 0 10%;
}

.ex1 h1:before {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  background: rgb(171 34 53);
  top: 6px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  margin: 0 auto;
  left: 0;
  right: 0;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

.centerBlock {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-evenly;
}

.bl_center {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.loginMessage {
  color: #db0146;
  text-align: center;
}

.Footernav a:hover,
.Footernavactive:hover,
.Footernavlast:hover {
  background-color: #eda21f52;
  transition: 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

ul.unstyled li a {
  color: white;
}

.block_content {
  width: 1200px;
  background-color: #e3e3e359;
  padding: 10px 15px 5px 15px;
  border-right: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  min-height: 680px;
}

.nav-item.has-dropdown {
  background-color: #f4f4f4;
}

.menu_footer {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: stretch;
  align-content: space-around;
  flex-wrap: wrap;
}

.foot_center {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.Footernav a,
.Footernavactive a,
.Footernavlast a {
  color: white !important;
  font-size: 12px;
  border-bottom: transparent !important;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  padding: 5px 5px;
  border-radius: 50px;
  background-color: #ffffff14;
  border-bottom: #0000ff00 !important;
  position: relative;
}

.active {
  background-color: #a2a2a27a !important;
}

.Footernav,
.Footernavactive,
.Footernavlast {
  float: left;
  /* margin: 0 50px; */
  width: 580px;
  text-align: center;
  margin: 2px;
  list-style-type: none;
  transition: 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.accountInfo ul li {
  position: relative;
  top: -1px;
}

.accountInfo ul {
  display: contents;
}

body {
  background-attachment: fixed;
  background: #eee;
  margin: 0;
  font-family: Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #000;
}

p {
  margin: 0 0 8px;
}

ul,
ol {
  padding: 0;
  margin: 0 0 8px 0px;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

li {
  line-height: 16px;
}

#topline {
  border-top: solid 10px #000;
}

#main-content {
  background-image: url(../img/2.jpg);
  background-size: 1100px;
  background-repeat: repeat;
}

.content-wrap {
  /*width: 990px;
    margin-right: auto;
    margin-left: auto;*/
  padding: 0px 0px 128px;
  *zoom: 1;
}

header {
  height: 120px;
  position: relative;
  overflow: hidden;
  /*padding-top: 5px;*/
  /*margin-bottom: 10px;*/
  background-color: #f7f7f7;
  /*border-bottom: 1px solid #e7e7e7;*/
  /*background: url("../images/hc_bg1.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);*/
}

#logo {
  width: 260px;
  height: 60px;
  background: transparent url(../images/logo.png) no-repeat;
  display: block;
  text-indent: -9999px;
  letter-spacing: -5px;
  position: absolute;
  top: 48px;
  /*margin-left: 25px;*/
}

header a.logo_ru {
  background: transparent url("../images/logo.png") no-repeat;
}

header p {
  width: 280px;
}

header h1 {
  color: #07408a;
  font: 20px Arial, sans-serif;
  text-align: center;
  margin: 0 auto;
  padding-left: 150px;
  width: 425px;
  top: 20px;
  position: absolute;
  left: 190px;
}

header h1 span {
  color: #7ab800;
}

.language-switch {
  float: right;
  margin: 0 10px;
  /* position: absolute;*/
  /*top: 48px;
    left: 250px;*/
  /*right:0;
	top:20px;
    text-transform: uppercase*/
}

.language-switch ul {
  margin-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-size: 10px;
}

.language-switch ul > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}

.language-switch ul li {
  padding: 0;
  margin: 0;
}

.language-switch ul li a {
  color: #000;
  text-decoration: none;
  line-height: 15px;
  display: inline-block;
  padding: 0 4px;
}

.language-switch ul li.active a {
  background: #ab2235;
  color: #fff;
}

.inventory {
  /*margin: 0 10px; */
  float: right;
  position: relative;
  top: 5px;
  /* position: absolute; */
  margin-right: 20px;
}

.inventory ul {
  margin-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-size: 0;
}

.inventory ul > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}

.inventory ul li {
  padding: 0 0 0 8px;
  margin: 0 0 0 8px;
  border-left: 1px solid #000;
  font-size: 10px;
  line-height: 10px;
}

.inventory ul li:first-child {
  border-left: 0 none;
}

.accountInfo {
  position: relative;
  margin-right: 20px;
  background-color: #ab2235;
  height: auto;
  margin: 0;
  clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
  padding-right: 40px;
  border-bottom: 1px solid #ab22350d;
}

.accountInfo ul {
  margin-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-size: 0;
}

.accountInfo ul > li {
  display: inline-block;
  display: inline;
  zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}

.accountInfo ul li {
  padding: 0 0 0 8px;
  font-size: 14px;
  text-decoration: none;
  line-height: 2.6;
  color: #ffd700;
}

.cImg:hover {
  background-color: #fff;
  color: #fff;
}

.link {
  color: #333;
  outline: none;
  padding-left: 3px;
  padding-right: 3px;
  text-decoration: underline;
}

.link:link,
.link:visited,
.link:active,
.link:hover {
  color: #333;
}

.link:hover {
  background-color: #c7d1d6;
}

#content {
  /*margin-top: 10px;
    margin-bottom: 20px;
    *zoom: 1*/
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#content .left {
  float: left;
  width: 350px;
  margin-right: 20px;
}

.nav-main {
  margin-top: 0px;
  margin-bottom: 10px;
}

.nav-main > ul {
  margin-left: 0;
  list-style: none;
  margin-bottom: 0;
}

#content ul li,
#content ol li {
  margin-bottom: 0em;
}

.nav {
  margin-left: 0;
  margin-bottom: 16px;
  list-style: none;
  box-shadow: inset -1px -19px 0px 0px rgba(25, 25, 25, 0.01);
  transition: 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  background-color: white;
}

.nav-menu li:first-child {
  border-radius: 20px 20px 0 0;
}

.nav-menu li:last-child {
  border-radius: 0 0 20px 20px;
}

.navactive {
  box-shadow: inset -1px -19px 0px 0px rgb(25 25 25 / 3%);
}

.nav-main > ul > li > a {
  display: block;
  text-decoration: none;
  color: #5d5d5d;
  text-align: left;
  position: relative;
  border-bottom: 1px solid #eee;
  text-transform: uppercase;
  position: relative;
  border-left: 3px solid #e67e229c;
  border-right: 3px solid #e67e229c;
  font-weight: bold;
  padding: 12px;
}

.nav-main > ul > li.current_section {
  background-color: rgba(0, 0, 0, 0.075);
  box-shadow: 3px 3px #ffffff 15px;
}

.nav-main > ul > li.current_section .sub_main_menu {
  display: block;
}

li.navlast {
  list-style-type: none;
}

li.navactive {
  list-style-type: none;
}

.cl_zag {
  color: #ab2235;
  font: bold 14px Arial, Helvetica, sans-serif;
  margin-top: 20px;
  text-align: left;
  font-style: italic;
}

.navlast:last-child a {
  border-bottom: 3px solid #e67e229c;
  border-radius: 0px 0px 20px 20px;
  box-shadow: inset -1px -19px 0px 0px rgb(25 25 25 / 3%);
}

.menu-popup > ul > li:last-child:hover {
  border-radius: 0px 0px 20px 20px;
}

.menu-popup > ul > li:first-child:hover {
  border-radius: 20px 20px 0px 0px;
}

.menu-popup > ul > li:hover a {
  color: white;
}

.menu-popup > ul > li:hover {
  background-color: #e67e22b5;
  transition: 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.menu-popup ul li a {
  display: block;
  text-decoration: none;
  padding: 8px 5px;
  color: #5d5d5d;
  text-align: left;
  border-bottom: 1px solid #dcdcdc;
  text-transform: uppercase;
  position: relative;
  border-left: 3px solid #e67e229c;
  border-right: 3px solid #e67e229c;
  margin: 0 -4px;
  /* height: 30px; */
  line-height: 1.5;
  font-weight: bold;
}

#content .right {
  /*overflow: hidden;*/
  overflow: hidden;
  /*border: 1px solid #e67e22;*/
  /* margin: 5px; */
  /*border-radius: 20px;
    padding: 10px 20px;
    margin-bottom: 10px;
    background-color: #e67e221a;*/
}

.text_calc {
  padding: 10px;
  background-color: #fbedd4;
  margin: 10px;
  border-radius: 10px;
  border: 1px solid #e67e2226;
  font-weight: bold;
  color: #393939;
}

hgroup.title {
  /*margin-bottom:20px;*/
  text-align: center;
}

hgroup.title h1,
hgroup.title h2 {
  display: inline;
}

hgroup.title h2 {
  font-weight: normal;
  margin-left: 3px;
}

#content h1 {
  color: #ab2235;

  margin: 20px 0 25px;
  text-align: left;
  text-transform: uppercase;
}

#content h2 {
  color: #5d5d5d;
  font: bold 18px Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 18px;
  margin: 10px;
  text-align: center;
  border-radius: 20px;
  font-style: italic;
  font-size: 14px;
}

#content img {
  margin: 0 10px 10px 0;
  padding: 5px;
}

form {
  margin: 0 0 16px;
}

footer {
  padding: 28px 0 10px;
  clear: both;
  background-color: #9a2a26;
  font-size: 0.8em;
  /*height: 190px;;*/
  margin-top: -128px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

footer .copyright {
  /*width: 990px; */
  /* margin: 0px auto; */
  color: #ffffff;
  font-size: 11px;
  float: left;
  text-align: center;
  margin-top: 20px;
}

footer .footer-menu ul {
  margin-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-size: 0;
}

footer .footer-menu ul li:first-child {
  border-left: 0 none;
  margin: 0;
  padding: 0;
}

footer .footer-menu ul > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}

footer .footer-menu ul li {
  padding: 0 0 0 8px;
  margin: 0 0 0 8px;

  font-size: 11px;
  line-height: 10px;
}

ul.unstyled,
ol.unstyled,
.list-unstyled {
  margin-left: 0;
  list-style: none;
}

section {
  display: block;
}

form {
  margin: 0 0 16px;
  text-align: center;
}

input,
textarea,
.uneditable-input {
  margin-left: 0;
}

textarea {
  height: auto;
}

label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
}

input,
button,
select,
textarea {
  font-family: Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

label {
  display: block;
  margin-bottom: 5px;
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

input,
textarea {
  /*border:1px solid #e2e2e2;
	background:#fff;
	color:#333;
	font-size:1.2em;
	padding:5px;
	width:300px*/
  border: 1px solid #f8f8f8;
  background: #f8f8f8;
  color: #333;
  font-size: 1.2em;
  padding: 5px 0;
  /*width: 90%!important;*/
  outline: none;
  /*text-align: left!important;*/
}

textarea {
  font-family: inherit;
  width: 500px;
}

input:focus,
textarea:focus {
  border: 1px solid #7ac0da;
}

input[type="checkbox"] {
  background: transparent;
  border: inherit;
  width: auto;
}

input[type="submit"],
input[type="button"],
input[type="reset"],
button {
  background: #e67e22;
  color: #fff;
  border: 1px solid transparent;
  height: 40px;
  line-height: 38px;
  border-radius: 5px;
  margin: 10px 0;
  /*-webkit-box-shadow: inset 1px -15px 14px 0px #0000001c;
            box-shadow: inset 1px -15px 14px 0px #0000001c;*/
  padding: 0 10px;
  -webkit-transition: 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  cursor: pointer;
  outline: none;
  width: auto;
  min-width: 200px;
  font-weight: bold;
  font-size: 1em;
  appearance: none;
  -webkit-appearance: none;
}

#content fieldset select {
  margin-right: 30px;
}

#content table th {
  text-align: left;
  font-size: 13px;
  border: 0px none;
  padding-left: 0px;
  background-color: #9a2a26e6;
  padding: 10px;
  color: white;
  font-weight: 400;
  box-shadow: inset 0px -24px 0px 0px rgb(25 25 25 / 11%);
}

#content table td {
  padding: 5px;
  border: 1px solid #dcdcdc;
  background-color: #fbfbfb;
  box-shadow: inset 0px -14px 0px 0px rgb(25 25 25 / 3%);
}

td.password_ {
  border-radius: 0px 0px 0px 20px;
}

td.AccountId {
  border-radius: 20px 0px 0px 0px;
}

td.AccountIdinput {
  border-radius: 0px 20px 0px 0px;
}

td.password_input {
  border-radius: 0px 0px 20px 0px;
}

input#AccountId {
  border-radius: 0px 15px 0px 0px;
}

input#Password {
  border-radius: 0px 0px 20px 0px;
}

#content table.bordered tr td {
  border-left: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

#content table.form {
  border: medium none;
  margin: 0;
}

#content .table_frame {
  border: medium none;
}

#content .table_frame tr td {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-left: medium none;
  padding: 5px;
}

#content table.form tr td {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-left: medium none;
  padding: 5px;
}

#content label {
  display: inline;
}

#content .text_in_table tr td {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-left: medium none;
  padding: 0;
}

.clr {
  clear: both;
}

textarea {
  height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  padding: 10px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px;
  background: #f8f8f8;
  border: 1px solid #d7d7d7;
  width: 100%;
  box-sizing: border-box;
}

.centerBlock_data {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.nav:last-child a {
  border-bottom: 3px solid #e67e229c;
  border-radius: 0px 0px 20px 20px;
  box-shadow: inset -1px -19px 0px 0px rgb(25 25 25 / 3%);
}

.block_hed {
  width: 100%;
  background-color: #f7f7f7;
  /*border-bottom: 1px solid #e7e7e7;*/
}

.okno_uvidom {
  /* width: 400px; */
  padding: 5px;
  font-size: 12px;
  /* border: 1px solid #e67e22; */
  /* border-radius: 20px; */
  background-color: #fff0d1;
  color: #a80035;
  font-weight: bold;
  /* position: absolute; */
  z-index: 99999;
  text-align: center;
  border-bottom: 1px solid #d8d8d8;
}

.btn_close {
  position: absolute;
  right: 0;
  margin: 0 10px;
  /* border: 1px solid red; */
  padding: 2px;
  border-radius: 20px;
  width: 15px;
  height: 15px;
  top: 3px;
  background-color: #a80035;
  color: #ffffff;
  cursor: pointer;
}

.shygys a {
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  width: 130px;
  /* height: 42px; */
  background-color: #ea9900;
  border-radius: 5px;
  text-align: center;
  line-height: 2;
  position: relative;
  /* top: 14px; */
  right: 10px;
  box-shadow: inset 1px -15px 14px 0px #0000001c;
  transition: 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  line-height: normal;
  transform: scale(1.3);
  position: relative;
  top: -1px;
  /* margin-bottom: 20px; */
}

input[readonly="readonly"] {
  background-color: #f8f8f8;
}

#error_content {
  background-color: #be0000c9;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #ff000036;
  display: none;
  color: white;
  font-weight: bold;
  margin: 0px 200px 10px 200px;
  height: auto;
  width: auto;
  text-align: center;
}

#msgShow {
  position: fixed;
  z-index: 9999;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  color: #a33e3b;
  text-align: center;
  padding: 30px;
  border-radius: 50px;
  background: #f5f5f5;
  box-shadow: 0 0 20px #434343;
  -moz-box-shadow: 0 0 20px #434343;
  -webkit-box-shadow: 0 0 20px 0px #adadad;
  display: none;
}

.loader {
  width: 50px;
  height: 50px;
  border: 10px solid rgb(255, 255, 255);
  border-left-color: rgb(255, 255, 255);
  border-left-color: #ff7800;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  position: fixed;
  z-index: 9999;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#loading {
  position: fixed;
  z-index: 9999;
  top: 0;
  height: 100%;
  background: #00000024;
  width: 100%;
  display: none;
}

.w100 {
  /*width: 100px !important;*/
}

.gray {
  background-color: #e6e6e6;
}

.tbl td {
  vertical-align: top !important;
  border-bottom: 1px solid #e0e0e0 !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}
