@charset "UTF-8";
html {
  margin: 0px;
  padding: 0px; }

body {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  color: #333333;
  font-family: "Roboto", sans-serif;
  background-color: #f3f4f5; }

img {
  border: 0px; }

input, textarea {
  outline: none;
  font-family: "Roboto", sans-serif; }

a {
  transition: all 0.2s ease 0s;
  color: #006fe4; }

*:focus {
  outline: none !important; }

b, strong {
  font-weight: 500; }

b.normal, strong.normal {
  font-weight: bold; }

select {
  -webkit-appearance: none; }

/* global */
.header, .menu, .slider, .utp, .newsblock, .secondutp, .footer, .typicalsecond {
  width: 100%;
  float: left; }

.google-maps {
  position: relative;
  margin-bottom: 40px;
  height: 500px !important;
  overflow: hidden; }
  .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    border: 0px !important;
    height: 500px !important; }

.header, .menu {
  background-color: #ffffff; }

.cont {
  width: 1800px;
  margin: 0 auto; }

.clear {
  clear: both; }

.preload_block {
  position: absolute;
  margin-left: -30000px; }
  .preload_block img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px; }

a.btnglobal {
  border: 2px solid #d947c3;
  display: inline-block;
  padding: 7px 18px;
  text-decoration: none;
  position: relative;
  font-size: 16px;
  transition: all 0.1s ease 0s;
  border-image: linear-gradient(90deg, #cd47ef 0%, #ea4782 100%);
  border-image-slice: 1;
  background: linear-gradient(90deg, #cd47ef 0%, #ea4782 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }
  a.btnglobal:hover {
    background: #d247df;
    background: -moz-linear-gradient(left, #d247df 0%, #ea4780 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #d247df), color-stop(100%, #ea4780));
    background: -webkit-linear-gradient(left, #d247df 0%, #ea4780 100%);
    background: -o-linear-gradient(left, #d247df 0%, #ea4780 100%);
    background: -ms-linear-gradient(left, #d247df 0%, #ea4780 100%);
    background: linear-gradient(to right, #d247df 0%, #ea4780 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cd47ef', endColorstr='#ef476f', GradientType=1);
    color: white;
    -webkit-text-fill-color: white; }
a.btndownload {
  padding-left: 27px;
  background-image: url(../img/down-arrow.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #006fe4;
  text-decoration: underline; }
  a.btndownload:hover {
    text-decoration: none; }

.semibold {
  font-weight: 500; }

.dwnico {
  background-image: url(../img/download.svg);
  width: 24px;
  height: 23px;
  background-size: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  font-size: 0px;
  vertical-align: top;
  margin-left: 10px; }

ul.nobullet li {
  background-image: none !important;
  margin-bottom: 1.7em !important; }

.dwnico:hover {
  background-image: url(../img/download_h.svg); }

.typicaltext a:hover {
  text-decoration: none; }

.contentbottomtitle {
  border-bottom: 2px solid #f8941f;
  font-weight: bold;
  margin-bottom: 5px;
  padding-bottom: 5px;
  display: block; }

.typicaltext ul li {
  list-style: none;
  background: url(../img/li.svg) no-repeat left 7px;
  background-size: 6px 6px;
  padding-left: 21px;
  font-size: 16px;
  margin-bottom: 10px; }
.typicaltext ol li {
  font-size: 16px; }

.photogrid a {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px; }

.typicaltext ul {
  padding-left: 20px; }

/* header */
.header {
  padding-top: 15px;
  padding-bottom: 15px; }
  .header .logo {
    float: left; }
    .header .logo img {
      width: 300px;
      height: 65px; }
  .header .mobilesearch {
    display: none; }
  .header img.desk {
    display: inline; }
  .header img.mobile {
    display: none; }
  .header .rightpart {
    float: right;
    margin-top: 6px; }
    .header .rightpart > div {
      float: left; }
  .header a.btn {
    background: #d247df;
    background: -moz-linear-gradient(left, #d247df 0%, #ea4780 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #d247df), color-stop(100%, #ea4780));
    background: -webkit-linear-gradient(left, #d247df 0%, #ea4780 100%);
    background: -o-linear-gradient(left, #d247df 0%, #ea4780 100%);
    background: -ms-linear-gradient(left, #d247df 0%, #ea4780 100%);
    background: linear-gradient(to right, #d247df 0%, #ea4780 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cd47ef', endColorstr='#ef476f', GradientType=1);
    display: inline-block;
    padding: 14px 18px;
    color: #fbfbfc;
    text-decoration: none;
    font-size: 21px;
    transition: all 0.1s ease 0s;
    border: 2px solid white; }
    .header a.btn:hover {
      border: 2px solid #d947c3;
      border-image: linear-gradient(90deg, #cd47ef 0%, #ea4782 100%);
      border-image-slice: 1;
      background: linear-gradient(90deg, #cd47ef 0%, #ea4782 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
  .header .contacts {
    color: #2e2e35;
    font-size: 21px;
    margin-right: 100px;
    margin-top: 12px; }
  .header .icons {
    margin-top: 14px;
    margin-right: 40px; }
    .header .icons .slepaya {
      background-image: url(../img/m1.svg);
      width: 34px;
      height: 20px;
      float: left;
      background-size: 34px 20px;
      background-repeat: no-repeat;
      margin-top: 2px;
      margin-right: 33px; }
    .header .icons .search {
      background-image: url(../img/m2.svg);
      width: 29px;
      height: 29px;
      background-size: 29px 29px;
      background-repeat: no-repeat;
      float: left;
      margin-left: 33px; }
    .header .icons .separate {
      width: 1px;
      height: 50px;
      background-color: #eaeaea;
      float: left;
      margin-top: -11px; }
    .header .icons .search, .header .icons .slepaya {
      cursor: pointer;
      transition: all 0.3s ease 0s; }
    .header .icons .search:hover {
      background-image: url(../img/m2_h.svg); }
    .header .icons .slepaya:hover, .header .icons .slepaya.active {
      background-image: url(../img/m1_h.svg); }
  .header .sr {
    float: left;
    margin-top: -12px; }
    .header .sr input[type='text'] {
      width: 890px;
      padding: 13px;
      font-size: 20px;
      color: #193454;
      border: 1px solid #f4ae5b; }
    .header .sr input[type='submit'] {
      margin-left: 15px;
      width: 52px;
      height: 52px;
      background: url(../img/arrow_footer.svg), #d247df;
      background: url(../img/arrow_footer.svg), -moz-linear-gradient(left, #d247df 0%, #ea4780 100%);
      background: url(../img/arrow_footer.svg), -webkit-gradient(left top, right top, color-stop(0%, #d247df), color-stop(100%, #ea4780));
      background: url(../img/arrow_footer.svg), -webkit-linear-gradient(left, #d247df 0%, #ea4780 100%);
      background: url(../img/arrow_footer.svg), -o-linear-gradient(left, #d247df 0%, #ea4780 100%);
      background: url(../img/arrow_footer.svg), -ms-linear-gradient(left, #d247df 0%, #ea4780 100%);
      background: url(../img/arrow_footer.svg), linear-gradient(to right, #d247df 0%, #ea4780 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cd47ef', endColorstr='#ef476f', GradientType=1);
      color: white;
      border: 0px;
      cursor: pointer;
      border: 2px solid #d947c3;
      vertical-align: top;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 20px 20px, 100% 100%;
      transition: all 0.1s ease 0s; }
      .header .sr input[type='submit']:hover {
        border: 2px solid #d947c3;
        background: url(../img/arrow_footer_h.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 20px 20px; }
  .header .mobilesearch input[type='submit']:hover {
    background: url(../img/arrow_footer_h.svg);
    border: 2px solid #d947c3;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px; }
  .header #searchform {
    width: 0px;
    opacity: 0;
    overflow: hidden;
    display: none; }
    .header #searchform .width345 {
      width: 990px !important; }

/* menu */
.menu {
  position: relative; }
  .menu .cont > ul {
    display: table;
    width: 100%;
    /*table-layout: fixed; */ }
    .menu .cont > ul > li {
      display: table-cell;
      text-align: center;
      width: 1%; }

.anythingSlider .fade .panel, #slider {
  left: 0px;
  top: 0px; }

.menu .cont > ul {
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  border: 1px solid #ebebeb; }
  .menu .cont > ul > li > a {
    font-size: 18px;
    text-decoration: none;
    display: block;
    border-left: 1px solid #ebebeb;
    color: #333333;
    transition: all 0s ease 0s;
    vertical-align: top;
    padding: 17px 0px;
    text-transform: uppercase;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px; }
  .menu .cont > ul > li .secmenu {
    display: none;
    position: absolute;
    top: 0px;
    width: 340px;
    z-index: 999;
    background-color: white;
    -webkit-box-shadow: 0px 0px 25px 9px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0px 0px 25px 9px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 0px 25px 9px rgba(50, 50, 50, 0.1);
    padding: 15px; }
  .menu .cont > ul > li > a:hover {
    background: #d247df;
    background: -moz-linear-gradient(left, #d247df 0%, #ea4780 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #d247df), color-stop(100%, #ea4780));
    background: -webkit-linear-gradient(left, #d247df 0%, #ea4780 100%);
    background: -o-linear-gradient(left, #d247df 0%, #ea4780 100%);
    background: -ms-linear-gradient(left, #d247df 0%, #ea4780 100%);
    background: linear-gradient(to right, #d247df 0%, #ea4780 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cd47ef', endColorstr='#ef476f', GradientType=1);
    color: white; }
  .menu .cont > ul > li.firstico > a {
    cursor: pointer;
    border-left: 0px;
    font-weight: bold; }
    .menu .cont > ul > li.firstico > a .ico {
      background-image: url(../img/menu-button.svg);
      background-repeat: no-repeat;
      background-position: left -4px;
      background-size: 30px 24px;
      width: 30px;
      height: 18px;
      display: inline-block;
      margin-right: 10px;
      vertical-align: middle; }
    .menu .cont > ul > li.firstico > a:hover .ico {
      background-image: url(../img/menu-button_h.svg); }
  .menu .cont > ul > li .secmenu.active {
    display: block; }
.menu .closeme {
  background-position: right center;
  height: 30px;
  background-repeat: no-repeat;
  background-image: url(../img/close.svg);
  background-size: 30px 30px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  width: 30px;
  z-index: 9; }
  .menu .closeme:hover {
    background-image: url(../img/close_h.svg); }
.menu .title {
  font-weight: 500;
  font-size: 19px;
  padding-left: 60px;
  background-image: url(../img/linemenu.png);
  background-repeat: no-repeat;
  background-position: left center;
  margin-left: -45px;
  margin-bottom: 15px; }
.menu .cont > ul > li {
  vertical-align: top; }
  .menu .cont > ul > li .secmenu ul {
    padding-left: 0px;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 30px; }
    .menu .cont > ul > li .secmenu ul li {
      list-style: none; }
      .menu .cont > ul > li .secmenu ul li.last {
        margin-bottom: 30px; }
  .menu .cont > ul > li .secmenu div.ul {
    padding-left: 0px;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 30px; }
  .menu .cont > ul > li .secmenu ul li a {
    font-size: 15px;
    color: #000000;
    text-decoration: none; }
    .menu .cont > ul > li .secmenu ul li a:hover {
      color: #d247df; }
  .menu .cont > ul > li .secmenu ul li.ico a {
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
    background-size: 20px 20px;
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom: 5px; }
  .menu .cont > ul > li .secmenu ul li.ico.i1 a {
    background-image: url(../img/i1.svg); }
  .menu .cont > ul > li .secmenu ul li.ico.i2 a {
    background-image: url(../img/i2.svg); }
  .menu .cont > ul > li .secmenu ul li.ico.i3 a {
    background-image: url(../img/i3.svg); }
  .menu .cont > ul > li .secmenu ul li.ico.i4 a {
    background-image: url(../img/i4.svg); }
  .menu .cont > ul > li .secmenu ul li.ico.i5 a {
    background-image: url(../img/i5.svg); }
  .menu .cont > ul > li .secmenu ul li.ico.i6 a {
    background-image: url(../img/i6.svg); }
  .menu .cont > ul > li .secmenu ul li.ico.i7 a {
    background-image: url(../img/i7.svg); }
  .menu .cont > ul > li .secmenu ul li.ico.i8 a {
    background-image: url(../img/i8.svg); }
  .menu .cont > ul > li .secmenu ul li.ico.i9 a {
    background-image: url(../img/i9.svg); }
  .menu .cont > ul > li .secmenu ul li.ico.i10 a {
    background-image: url(../img/i10.svg); }
  .menu .cont > ul > li .secmenu ul li.ico.i11 a {
    background-image: url(../img/i11.svg); }
  .menu .cont > ul > li .secmenu ul li.ico.i12 a {
    background-image: url(../img/i12.svg); }
  .menu .cont > ul > li .secmenu ul li.ico.i13 a {
    background-image: url(../img/i13.svg); }
  .menu .cont > ul > li .secmenu ul li.ico.i14 a {
    background-image: url(../img/i14.svg); }
  .menu .cont > ul > li .secmenu ul li.ico.i15 a {
    background-image: url(../img/i15.svg); }
  .menu .cont > ul > li .secmenu ul li.ico.i16 a {
    background-image: url(../img/i16.svg); }
  .menu .cont > ul > li .secmenu ul li.ico.i17 a {
    background-image: url(../img/i17.svg); }
  .menu .cont > ul > li .secmenu ul li.ico.i18 a {
    background-image: url(../img/i18.svg); }
  .menu .cont > ul > li .secmenu ul li.ico.i19 a {
    background-image: url(../img/i19.svg); }
  .menu .cont > ul > li .secmenu ul li.ico.i20 a {
    background-image: url(../img/i20.svg); }
  .menu .cont > ul > li .secmenu ul li.ico.i21 a {
    background-image: url(../img/i21.svg); }
  .menu .cont > ul > li .secmenu ul li.ico.i22 a {
    background-image: url(../img/i22.svg); }
  .menu .cont > ul > li .secmenu ul li.ico.i23 a {
    background-image: url(../img/i23.svg); }
  .menu .cont > ul > li .secmenu ul li.ico.i24 a {
    background-image: url(../img/i24.svg); }
  .menu .cont > ul > li .secmenu ul li.ico.i25 a {
    background-image: url(../img/i25.svg); }
  .menu .cont > ul > li .secmenu ul li.ico.i26 a {
    background-image: url(../img/i26.svg); }
  .menu .cont > ul > li .secmenu ul li.ico.i27 a {
    background-image: url(../img/i27.svg); }
  .menu .cont > ul > li .secmenu ul li.ico.i28 a {
    background-image: url(../img/i28.svg); }
  .menu .cont > ul > li .secmenu ul li.ico.i1 a:hover {
    background-image: url(../img/i1_h.svg); }
  .menu .cont > ul > li .secmenu ul li.ico.i2 a:hover {
    background-image: url(../img/i2_h.svg); }
  .menu .cont > ul > li .secmenu ul li.ico.i3 a:hover {
    background-image: url(../img/i3_h.svg); }
  .menu .cont > ul > li .secmenu ul li.ico.i4 a:hover {
    background-image: url(../img/i4_h.svg); }
  .menu .cont > ul > li .secmenu ul li.ico.i5 a:hover {
    background-image: url(../img/i5_h.svg); }
  .menu .cont > ul > li .secmenu ul li.ico.i6 a:hover {
    background-image: url(../img/i6_h.svg); }
  .menu .cont > ul > li .secmenu ul li.ico.i7 a:hover {
    background-image: url(../img/i7_h.svg); }
  .menu .cont > ul > li .secmenu ul li.ico.i8 a:hover {
    background-image: url(../img/i8_h.svg); }
  .menu .cont > ul > li .secmenu ul li.ico.i9 a:hover {
    background-image: url(../img/i9_h.svg); }
  .menu .cont > ul > li .secmenu ul li.ico.i10 a:hover {
    background-image: url(../img/i10_h.svg); }
  .menu .cont > ul > li .secmenu ul li.ico.i11 a:hover {
    background-image: url(../img/i11_h.svg); }
  .menu .cont > ul > li .secmenu ul li.ico.i12 a:hover {
    background-image: url(../img/i12_h.svg); }
  .menu .cont > ul > li .secmenu ul li.ico.i13 a:hover {
    background-image: url(../img/i13_h.svg); }
  .menu .cont > ul > li .secmenu ul li.ico.i14 a:hover {
    background-image: url(../img/i14_h.svg); }
  .menu .cont > ul > li .secmenu ul li.ico.i15 a:hover {
    background-image: url(../img/i15_h.svg); }
  .menu .cont > ul > li .secmenu ul li.ico.i16 a:hover {
    background-image: url(../img/i16_h.svg); }
  .menu .cont > ul > li .secmenu ul li.ico.i17 a:hover {
    background-image: url(../img/i17_h.svg); }
  .menu .cont > ul > li .secmenu ul li.ico.i18 a:hover {
    background-image: url(../img/i18_h.svg); }
  .menu .cont > ul > li .secmenu ul li.ico.i19 a:hover {
    background-image: url(../img/i19_h.svg); }
  .menu .cont > ul > li .secmenu ul li.ico.i20 a:hover {
    background-image: url(../img/i20_h.svg); }
  .menu .cont > ul > li .secmenu ul li.ico.i21 a:hover {
    background-image: url(../img/i21_h.svg); }
  .menu .cont > ul > li .secmenu ul li.ico.i22 a:hover {
    background-image: url(../img/i22_h.svg); }
  .menu .cont > ul > li .secmenu ul li.ico.i23 a:hover {
    background-image: url(../img/i23_h.svg); }
  .menu .cont > ul > li .secmenu ul li.ico.i24 a:hover {
    background-image: url(../img/i24_h.svg); }
  .menu .cont > ul > li .secmenu ul li.ico.i25 a:hover {
    background-image: url(../img/i25_h.svg); }
  .menu .cont > ul > li .secmenu ul li.ico.i26 a:hover {
    background-image: url(../img/i26_h.svg); }
  .menu .cont > ul > li .secmenu ul li.ico.i27 a:hover {
    background-image: url(../img/i27_h.svg); }
  .menu .cont > ul > li .secmenu ul li.ico.i28 a:hover {
    background-image: url(../img/i28_h.svg); }

/* slider */
.slider ul {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding-left: 0px !important;
  overflow: hidden; }
  .slider ul li .textblock {
    display: none; }

.anythingSlider .fade .panel {
  visibility: hidden; }
  .anythingSlider .fade .panel .textblock {
    display: block; }

.slider {
  position: relative;
  overflow: hidden; }

.anythingSlider {
  overflow: hidden; }

.slider .textblock {
  position: absolute;
  top: 100px;
  left: 50px;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.62);
  color: #333333;
  font-size: 27px;
  text-transform: uppercase;
  padding: 20px;
  font-weight: 100;
  max-width: 70%; }
  .slider .textblock a {
    color: #333333;
    text-decoration: none; }

/* utp */
.utp {
  margin-top: -195px;
  position: relative;
  z-index: 2; }
  .utp .blocks .block {
    width: 23.5%;
    margin-right: calc(1% - 5px) !important;
    display: inline-block;
    margin: 0px 1%;
    text-align: center;
    box-sizing: border-box;
    color: #333333;
    padding: 20px;
    background-color: white;
    margin-bottom: 50px;
    vertical-align: top;
    -webkit-box-shadow: 0px 12px 24px 0px rgba(52, 52, 52, 0.05), 0px 3px 5px 0px rgba(52, 52, 52, 0.05);
    -moz-box-shadow: 0px 12px 24px 0px rgba(52, 52, 52, 0.05), 0px 3px 5px 0px rgba(52, 52, 52, 0.05);
    box-shadow: 0px 12px 24px 0px rgba(52, 52, 52, 0.05), 0px 3px 5px 0px rgba(52, 52, 52, 0.05); }
    .utp .blocks .block:first-child {
      margin-left: 0px !important; }
    .utp .blocks .block:last-child {
      margin-right: 0px !important; }
    .utp .blocks .block .img {
      width: 100%;
      height: 130px;
      background-size: 100px 100px;
      background-position: center center;
      background-repeat: no-repeat; }
  .utp.org .blocks .block .img {
    height: 90px;
    background-size: 70px 70px; }
  .utp .blocks .block.b1 .img {
    background-image: url(../img/1i.svg); }
  .utp .blocks .block.b2 .img {
    background-image: url(../img/2i.svg); }
  .utp .blocks .block.b3 .img {
    background-image: url(../img/3i.svg); }
  .utp .blocks .block.b4 {
    background-image: url(../img/b4map.png);
    background-repeat: no-repeat;
    background-position: center center; }
    .utp .blocks .block.b4 .img {
      background-image: url(../img/4i.svg);
      background-size: 120px 120px; }
  .utp .blocks .block .textpart {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #d6d6d6; }
  .utp.org .blocks .block .textpart b {
    display: inline-block; }
  .utp .blocks .block .buttonscontainer {
    margin-top: 25px; }
    .utp .blocks .block .buttonscontainer .second {
      margin-left: 17px; }

/* news */
.newsblock {
  background-color: #f3f4f5;
  padding-top: 180px;
  margin-top: -160px; }
  .newsblock .btnplace {
    margin-top: 15px; }
    .newsblock .btnplace a:first-child {
      margin-right: 20px; }
  .newsblock .leftblock {
    float: left;
    width: 49%; }
  .newsblock .rightblock {
    float: right;
    width: 49%; }
  .newsblock .bigtitle .title {
    color: #333333;
    font-size: 30px;
    font-weight: bold;
    float: left;
    text-transform: uppercase; }
  .newsblock .bigtitle .links {
    float: left;
    margin-left: 45px;
    margin-top: 14px; }
    .newsblock .bigtitle .links a {
      color: #006fe4;
      font-size: 16px;
      text-decoration: underline;
      margin-right: 45px; }
      .newsblock .bigtitle .links a:hover {
        text-decoration: none; }
  .newsblock .btnglobal {
    min-width: 160px;
    box-sizing: border-box;
    text-align: center; }
  .newsblock .leftblock .news, .newsblock .rightblock .materials {
    background-color: #eeeeee;
    padding: 45px;
    width: 100%;
    margin-top: 30px;
    box-sizing: border-box; }
  .newsblock .leftblock .onenews .date {
    color: #9a9a9a;
    font-size: 19px; }
  .newsblock .leftblock .onenews a:hover {
    text-decoration: none; }
  .newsblock .leftblock .onenews .text {
    color: #333333;
    font-size: 16px;
    margin-top: 15px; }
    .newsblock .leftblock .onenews .text a {
      cursor: pointer; }
      .newsblock .leftblock .onenews .text a:hover {
        text-decoration: underline; }
  .newsblock .rightblock .text {
    color: #333333;
    font-size: 16px;
    margin-bottom: 15px; }
  .newsblock .leftblock .onenews, .newsblock .rightblock .onematerial {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dbdbdb;
    border-top: 1px solid #ffffff; }
  .newsblock .leftblock .onenews:last-child, .newsblock .rightblock .onematerial:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px; }
  .newsblock .leftblock .onenews:first-child, .newsblock .rightblock .onematerial:first-child {
    border-top: 0px;
    padding-top: 0px; }

/* utp2 */
.secondutp {
  padding-top: 60px;
  background-color: #f3f4f5;
  padding-bottom: 60px; }
  .secondutp .blocks {
    display: table;
    width: 100%;
    text-align: center; }
  .secondutp .block {
    display: table-cell;
    width: 25%;
    height: 190px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 22px;
    color: #2e2e35;
    text-transform: uppercase;
    font-weight: 100; }
    .secondutp .block.b1 {
      background-image: url(../img/utp1.png); }
    .secondutp .block.b2 {
      background-image: url(../img/utp2.png); }
    .secondutp .block.b3 {
      background-image: url(../img/utp3.png); }
    .secondutp .block.b4 {
      background-image: url(../img/utp4.png); }

/* footer */
.footer {
  background-color: #f8941f;
  background-image: url(../img/footer_l.png), url(../img/footer_r.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left bottom, right bottom;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  color: #2e2e35;
  background-size: 200px auto; }
  .footer .coltitle {
    color: #2e2e35;
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 10px; }
  .footer a {
    color: white;
    cursor: pointer;
    text-decoration: underline; }
    .footer a:hover {
      text-decoration: none; }
  .footer .cols {
    display: table;
    width: 100%; }
  .footer .col {
    display: table-cell;
    line-height: 24px;
    vertical-align: top;
    width: 28%; }
    .footer .col.c2 {
      width: 200px; }
  .footer .copy {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px solid #f89c31;
    font-size: 14px; }
  .footer ul {
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px; }
    .footer ul li {
      list-style: none; }
  .footer .col .form input[type="text"] {
    width: 242px;
    padding: 13px;
    font-size: 20px;
    color: #193454;
    border: 1px solid #f4ae5b; }
  .footer .col .form input[type="submit"] {
    margin-left: 15px;
    width: 52px;
    height: 52px;
    background: url(../img/arrow_footer.svg), #d247df;
    background: url(../img/arrow_footer.svg), -moz-linear-gradient(left, #d247df 0%, #ea4780 100%);
    background: url(../img/arrow_footer.svg), -webkit-gradient(left top, right top, color-stop(0%, #d247df), color-stop(100%, #ea4780));
    background: url(../img/arrow_footer.svg), -webkit-linear-gradient(left, #d247df 0%, #ea4780 100%);
    background: url(../img/arrow_footer.svg), -o-linear-gradient(left, #d247df 0%, #ea4780 100%);
    background: url(../img/arrow_footer.svg), -ms-linear-gradient(left, #d247df 0%, #ea4780 100%);
    background: url(../img/arrow_footer.svg), linear-gradient(to right, #d247df 0%, #ea4780 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cd47ef', endColorstr='#ef476f', GradientType=1);
    color: white;
    border: 0px;
    cursor: pointer;
    border: 2px solid #d947c3;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px, 100% 100%;
    transition: all 0.1s ease 0s; }
    .footer .col .form input[type="submit"]:hover {
      border: 2px solid #d947c3;
      background: url(../img/arrow_footer.svg);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 20px 20px; }
  .footer .soc {
    margin-top: 20px; }
    .footer .soc .ss {
      background-repeat: no-repeat;
      background-position: center center;
      width: 38px;
      float: left;
      margin-right: 14px;
      height: 38px;
      background-size: 35px 35px;
      transition: all 0.2s ease 0s; }
      .footer .soc .ss.s1 {
        background-image: url(../img/vk.svg); }
      .footer .soc .ss.s2 {
        background-image: url(../img/tg.svg); }
      .footer .soc .ss.s3 {
        background-image: url(../img/fb.svg); }
      .footer .soc .ss.s4 {
        background-image: url(../img/app.svg);
        width: 75px;
        background-size: 75px 48px;
        opacity: 1 !important; }
      .footer .soc .ss.s5 {
        background-image: url(../img/rss.svg); }
      .footer .soc .ss:hover {
        opacity: 0.7; }
  .footer .col.c2, .footer .col.c3 {
    padding: 0px 20px; }

/* all second pages */
.shadowblock {
  background-color: white;
  -webkit-box-shadow: 0px 12px 24px 0px rgba(52, 52, 52, 0.05), 0px 3px 5px 0px rgba(52, 52, 52, 0.05);
  -moz-box-shadow: 0px 12px 24px 0px rgba(52, 52, 52, 0.05), 0px 3px 5px 0px rgba(52, 52, 52, 0.05);
  box-shadow: 0px 12px 24px 0px rgba(52, 52, 52, 0.05), 0px 3px 5px 0px rgba(52, 52, 52, 0.05);
  padding: 25px;
  margin-bottom: 20px; }

.icoinfo {
  width: 100%;
  padding-bottom: 37px;
  padding-top: 37px;
  padding-left: 70px;
  background-size: 53px 40px;
  background-position: left center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  background-image: url(../img/info_or.svg); }

.typicaltext.clock {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 30px;
  padding-left: 80px;
  background: url(../img/clock.svg) no-repeat left center;
  background-size: 65px 65px; }

.typicalsecond {
  margin-top: 30px;
  margin-bottom: 30px;
  min-height: 200px;
  color: #333333;
  font-size: 20px; }
  .typicalsecond .pagetitle {
    font-size: 36px;
    font-weight: 300;
    color: #252525;
    margin-top: 0px;
    margin-bottom: 50px; }
  .typicalsecond .altmenu {
    width: 100%;
    border-bottom: 2px solid #dadbdc;
    margin-bottom: 30px; }
    .typicalsecond .altmenu ul {
      margin-top: 0px;
      margin-bottom: 0px;
      padding-left: 0px; }
      .typicalsecond .altmenu ul li {
        display: inline-block;
        background-image: none !important;
        padding-left: 0px !important;
        margin-bottom: 0px; }
        .typicalsecond .altmenu ul li a {
          color: #8e8e8e;
          text-decoration: none;
          text-transform: uppercase;
          transition: all 0s ease 0s;
          margin-right: 60px;
          padding-bottom: 10px;
          font-size: 20px;
          display: inline-block; }
        .typicalsecond .altmenu ul li.active a, .typicalsecond .altmenu ul li a:hover {
          color: #f8941f;
          border-bottom: 2px solid #f8941f;
          margin-bottom: -2px; }
  .typicalsecond .rlblocks {
    margin-top: 50px; }
    .typicalsecond .rlblocks .left {
      float: left;
      width: 70%; }
    .typicalsecond .rlblocks .right {
      float: right;
      width: 25%;
      font-size: 16px; }
  .typicalsecond .rlblocks .left.w100 {
    width: 100%; }

.typicaltext.podskazka {
  background-color: white;
  -webkit-box-shadow: 0px 12px 24px 0px rgba(52, 52, 52, 0.05), 0px 3px 5px 0px rgba(52, 52, 52, 0.05);
  -moz-box-shadow: 0px 12px 24px 0px rgba(52, 52, 52, 0.05), 0px 3px 5px 0px rgba(52, 52, 52, 0.05);
  box-shadow: 0px 12px 24px 0px rgba(52, 52, 52, 0.05), 0px 3px 5px 0px rgba(52, 52, 52, 0.05);
  padding: 25px;
  color: #999999;
  margin-bottom: 20px; }
  .typicaltext.podskazka b {
    font-weight: 500; }

.icocont {
  padding-top: 2px;
  padding-bottom: 2px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px; }
  .icocont.i1 {
    background-image: url(../img/placeholder.svg); }
  .icocont.i2 {
    background-image: url(../img/envelope.svg); }
  .icocont.i3 {
    background-image: url(../img/phone-call.svg); }
  .icocont.i4 {
    background-image: url(../img/www.svg); }

.menu .cont > ul > span {
  display: none; }
  .menu .cont > ul > span li .secmenu ul li .title a {
    font-size: 20px; }

body .header .mobilesearch #searchform .width345 {
  width: auto !important; }

.onenews .btnglobal b {
  text-transform: uppercase; }

.typicaltext h1 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 300; }
.typicaltext h2 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: bold; }
.typicaltext h3 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500; }
.typicaltext h4 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: normal; }
.typicaltext h5 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: normal; }
.typicaltext h6 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 300; }

.greenlogo, .bluelogo {
  display: none; }

.typicaltext img {
  max-width: 100%;
  height: auto; }

.documentspage .onedoc {
  padding-left: 150px;
  background-size: 70px 70px;
  background-repeat: no-repeat;
  background-position: left 5px;
  min-height: 80px;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 45px; }
  .documentspage .onedoc .podchinmain {
    margin-top: 20px;
    float: left;
    width: 100%; }
  .documentspage .onedoc .onedoc {
    background-position: left center;
    float: left;
    width: 100%; }
  .documentspage .onedoc .btndownload {
    margin-top: 5px;
    display: block; }
  .documentspage .onedoc.noico, .documentspage .onedoc.jpg {
    background-image: url(../img/doc_0.svg); }
  .documentspage .onedoc.pdf {
    background-image: url(../img/doc_pdf.svg); }
  .documentspage .onedoc.xls {
    background-image: url(../img/doc_xls.svg); }
  .documentspage .onedoc.doc {
    background-image: url(../img/doc_doc.svg); }
.documentspage .onebtn {
  display: inline-block; }
  .documentspage .onebtn span, .documentspage .onebtn div.btntipe {
    border: 2px solid #d947c3;
    display: inline-block;
    padding: 14px 50px;
    text-decoration: none;
    position: relative;
    font-size: 20px;
    border-image: linear-gradient(90deg, #cacaca 0%, #cacaca 100%);
    border-image-slice: 1;
    background: linear-gradient(90deg, #333333 0%, #333333 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 12px;
    transition: all 0.1s ease 0s;
    margin-bottom: 20px; }
  .documentspage .onebtn span:hover {
    background: #d247df;
    background: -moz-linear-gradient(left, #d247df 0%, #ea4780 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #d247df), color-stop(100%, #ea4780));
    background: -webkit-linear-gradient(left, #d247df 0%, #ea4780 100%);
    background: -o-linear-gradient(left, #d247df 0%, #ea4780 100%);
    background: -ms-linear-gradient(left, #d247df 0%, #ea4780 100%);
    background: linear-gradient(to right, #d247df 0%, #ea4780 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cd47ef', endColorstr='#ef476f', GradientType=1);
    color: white;
    cursor: pointer;
    -webkit-text-fill-color: white;
    border-image: linear-gradient(90deg, #cd47ef 0%, #ea4782 100%);
    border-image-slice: 1; }

.onebtn span.sel {
  background: #d247df;
  background: -moz-linear-gradient(left, #d247df 0%, #ea4780 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #d247df), color-stop(100%, #ea4780));
  background: -webkit-linear-gradient(left, #d247df 0%, #ea4780 100%);
  background: -o-linear-gradient(left, #d247df 0%, #ea4780 100%);
  background: -ms-linear-gradient(left, #d247df 0%, #ea4780 100%);
  background: linear-gradient(to right, #d247df 0%, #ea4780 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cd47ef', endColorstr='#ef476f', GradientType=1);
  color: white;
  cursor: pointer;
  -webkit-text-fill-color: white;
  border-image: linear-gradient(90deg, #cd47ef 0%, #ea4782 100%);
  border-image-slice: 1; }

.documentspage .onebtn div.btntipe.sel, .documentspage .onebtn div.btntipe:hover {
  background: #d247df;
  background: -moz-linear-gradient(left, #d247df 0%, #ea4780 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #d247df), color-stop(100%, #ea4780));
  background: -webkit-linear-gradient(left, #d247df 0%, #ea4780 100%);
  background: -o-linear-gradient(left, #d247df 0%, #ea4780 100%);
  background: -ms-linear-gradient(left, #d247df 0%, #ea4780 100%);
  background: linear-gradient(to right, #d247df 0%, #ea4780 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cd47ef', endColorstr='#ef476f', GradientType=1);
  color: white;
  cursor: pointer;
  -webkit-text-fill-color: white;
  border-image: linear-gradient(90deg, #cd47ef 0%, #ea4782 100%);
  border-image-slice: 1; }
.documentspage .liketable {
  display: table;
  width: 100%;
  margin-bottom: 70px; }
  .documentspage .liketable .onebtn {
    display: table-cell;
    vertical-align: bottom; }
  .documentspage .liketable .c2 {
    padding-right: 16px;
    white-space: nowrap;
    width: 1%; }
  .documentspage .liketable .c1 {
    width: 100%;
    padding-right: 25px; }
  .documentspage .liketable .c3 {
    width: 230px;
    padding-right: 16px; }
  .documentspage .liketable .c4 {
    width: 192px;
    padding-right: 0px; }
  .documentspage .liketable .c3 input[type='button'] {
    border: 2px solid #d947c3;
    display: inline-block;
    padding: 14px 50px;
    text-decoration: none;
    position: relative;
    font-size: 20px;
    transition: all 0.1s ease 0s;
    border-image: linear-gradient(90deg, #cd47ef 0%, #ea4782 100%);
    border-image-slice: 1;
    background: linear-gradient(90deg, #cd47ef 0%, #ea4782 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 100%; }
    .documentspage .liketable .c3 input[type='button']:hover {
      background: #d247df;
      background: -moz-linear-gradient(left, #d247df 0%, #ea4780 100%);
      background: -webkit-gradient(left top, right top, color-stop(0%, #d247df), color-stop(100%, #ea4780));
      background: -webkit-linear-gradient(left, #d247df 0%, #ea4780 100%);
      background: -o-linear-gradient(left, #d247df 0%, #ea4780 100%);
      background: -ms-linear-gradient(left, #d247df 0%, #ea4780 100%);
      background: linear-gradient(to right, #d247df 0%, #ea4780 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cd47ef', endColorstr='#ef476f', GradientType=1);
      color: white;
      cursor: pointer;
      -webkit-text-fill-color: white;
      border-image: linear-gradient(90deg, #cd47ef 0%, #ea4782 100%);
      border-image-slice: 1; }
  .documentspage .liketable .c4 input[type='button'] {
    color: #333333;
    background-color: #e2e2e2;
    padding: 14px 50px;
    border: 2px solid #e2e2e2;
    font-size: 20px;
    cursor: pointer; }
    .documentspage .liketable .c4 input[type='button']:hover {
      opacity: 0.7; }
.documentspage .datechecktitle {
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
  margin-top: 4px; }
.documentspage .c2 input[type='text'] {
  padding: 15px;
  font-size: 20px;
  color: #193454;
  border: 2px solid #cacaca;
  background-color: transparent;
  display: inline-block;
  width: 140px;
  background-image: url(../img/cal.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: right 15px center; }
.documentspage .c2 #data_ot {
  margin-right: 10px; }
.documentspage .liketable .c1 input[type='text'] {
  padding: 15px;
  background-color: transparent;
  font-size: 20px;
  color: #193454;
  border: 2px solid #cacaca;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  background-image: url(../img/m2_gray.svg);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: right 14px center;
  padding-right: 56px; }

.typicalsecond .newsblock {
  margin-top: 0px;
  padding-top: 0px; }
  .typicalsecond .newsblock .bigtitle .links {
    margin-top: 10px; }

.pagetitle.manicon {
  background-image: url(../img/chelovek.svg);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 50px;
  background-size: 33px 40px; }

.giagrid {
  margin-bottom: 50px;
  float: left;
  width: 100%; }
  .giagrid .gia {
    box-sizing: border-box;
    -webkit-box-shadow: 0px 12px 24px 0px rgba(52, 52, 52, 0.05), 0px 3px 5px 0px rgba(52, 52, 52, 0.05);
    -moz-box-shadow: 0px 12px 24px 0px rgba(52, 52, 52, 0.05), 0px 3px 5px 0px rgba(52, 52, 52, 0.05);
    box-shadow: 0px 12px 24px 0px rgba(52, 52, 52, 0.05), 0px 3px 5px 0px rgba(52, 52, 52, 0.05);
    background-color: white;
    width: 32%;
    margin-right: 2%;
    float: left;
    margin-bottom: 2%;
    background-repeat: no-repeat, no-repeat;
    background-size: 50px 50px, 50px 50px;
    background-position: 40px 40px, right 40px bottom 40px; }
    .giagrid .gia.g3, .giagrid .gia.g4 {
      margin-right: 0px; }
    .giagrid .gia.g1 {
      background-image: url(../img/icon_000_1.svg); }
    .giagrid .gia.g2 {
      background-image: url(../img/icon_000_2.svg); }
    .giagrid .gia.g3 {
      background-image: url(../img/icon_000_3.svg); }
    .giagrid .gia.g6 {
      background-image: url(../img/icon_000_6.svg); }
    .giagrid .gia.g5 {
      background-image: url(../img/icon_000_5.svg), url(../img/aro_l.svg); }
    .giagrid .gia.g4 {
      background-image: url(../img/icon_000_4.svg), url(../img/aro_l_c.svg); }
  .giagrid .menugia {
    margin-top: 40px;
    margin-left: 120px;
    padding-bottom: 45px;
    padding-right: 25px; }
    .giagrid .menugia ul {
      margin-bottom: 0px; }
    .giagrid .menugia .giatitle {
      color: #f8941f;
      font-size: 20px;
      text-transform: uppercase;
      font-weight: bold; }
  .giagrid .gia.g2, .giagrid .gia.g1 {
    background-position: 40px 40px, right 40px bottom 57px; }
  .giagrid .gia.g5 {
    background-position: 40px 40px, right 40px bottom 25px; }
  .giagrid .menugia ul {
    padding-left: 0px; }
    .giagrid .menugia ul li {
      list-style: none;
      font-size: 16px;
      margin-bottom: 15px; }

#cboxContent table {
  width: 100%;
  font-size: 16px;
  width: 100%;
  border-spacing: 0px;
  border-collapse: collapse;
  border: 0px !important; }
  #cboxContent table tr, #cboxContent table td, #cboxContent table th {
    border-spacing: 0px;
    border-collapse: collapse; }
  #cboxContent table tr:nth-child(odd) td {
    background-color: white; }
  #cboxContent table tr:nth-child(even) td {
    background-color: #f9f9fa; }
  #cboxContent table tr th {
    font-size: 20px;
    background-color: #ffffff;
    font-weight: 500;
    border: 1px solid #cfcfcf;
    padding: 10px; }
  #cboxContent table tr td {
    padding: 10px;
    border: 1px solid #cfcfcf; }

.typicalsecond table {
  width: 100%;
  border-spacing: 0px;
  border-collapse: collapse; }
  .typicalsecond table tr {
    border-spacing: 0px;
    border-collapse: collapse; }
    .typicalsecond table tr td {
      border-spacing: 0px;
      border-collapse: collapse; }
    .typicalsecond table tr:nth-child(odd) td {
      background-color: white; }
    .typicalsecond table tr:nth-child(even) td {
      background-color: #f9f9fa; }

.giagrid .desktopesmall {
  display: none; }
.giagrid .desktopebig {
  display: block; }
.giagrid a:hover {
  text-decoration: none; }

.typicalsecond table {
  font-size: 16px;
  display: block;
  width: 100%;
  overflow-x: auto; }
  .typicalsecond table tr th {
    font-size: 20px;
    background-color: #ffffff;
    font-weight: 500;
    border: 1px solid #cfcfcf;
    padding: 10px; }
  .typicalsecond table tr td {
    padding: 10px;
    border: 1px solid #cfcfcf; }

.raspisanie {
  width: 100%;
  overflow-x: auto; }
  .raspisanie table {
    width: 100%;
    display: table; }
    .raspisanie table .borderright {
      border-right: 3px solid #cfcfcf; }
    .raspisanie table .borderleft {
      border-left: 3px solid #cfcfcf; }
    .raspisanie table tr td, .raspisanie table tr th {
      padding: 29px; }
    .raspisanie table .tocenter {
      text-align: center; }
    .raspisanie table tr td {
      background-color: white !important; }
    .raspisanie table tr:nth-child(4n+2) td, .raspisanie table tr:nth-child(4n+3) td {
      background-color: #f9f9fa !important; }
    .raspisanie table tr td.bigtext {
      font-size: 20px; }

.podskazkasikonkami .ico {
  width: 100%;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 37px;
  padding-top: 37px;
  padding-left: 70px;
  background-size: 53px 40px;
  background-position: left center;
  background-repeat: no-repeat;
  box-sizing: border-box; }
  .podskazkasikonkami .ico.i1 {
    margin-top: -20px;
    background-image: url(../img/info_or.svg); }
  .podskazkasikonkami .ico.i2 {
    background-image: url(../img/ege.svg); }
    .podskazkasikonkami .ico.i2.oge {
      background-image: url(../img/oge1.svg); }
  .podskazkasikonkami .ico.i3 {
    background-image: url(../img/tab_cal.svg); }
  .podskazkasikonkami .ico.i4 {
    background-image: url(../img/50_cal.svg);
    background-size: 32px 26px;
    background-position: 10px; }
  .podskazkasikonkami .ico.i5 {
    background-image: url(../img/50_tab.svg);
    background-size: 32px 26px;
    background-position: 10px; }

.sv_settings {
  display: none;
  padding: 10px;
  min-height: 40px;
  font-size: 21px;
  color: #333;
  background: white; }

.fs-outer button {
  display: inline-block;
  background: white !important;
  color: black !important;
  height: 35px;
  width: 35px;
  padding: 0; }

.fs-n {
  font-size: 14px; }

.fs-m {
  font-size: 18px; }

.fs-l {
  font-size: 22px; }

.cs-outer button {
  display: inline-block;
  height: 35px;
  width: 35px;
  padding: 0; }

.special {
  margin-top: 62px; }
  .special .sv_settings {
    display: block;
    position: fixed;
    top: 0px;
    width: 100%;
    background-color: white;
    border-bottom: 3px solid black;
    z-index: 999; }

.liketableh1 {
  display: table;
  width: 100%; }
  .liketableh1 .cell {
    display: table-cell;
    vertical-align: top; }
    .liketableh1 .cell.w80 {
      width: 80%; }
    .liketableh1 .cell.w20 {
      width: 20%;
      min-width: 250px;
      text-align: right; }
      .liketableh1 .cell.w20 .print {
        border: 2px solid #e0e0e0;
        background-color: white;
        width: 70px;
        height: 70px;
        background-image: url(../img/print.svg);
        background-repeat: no-repeat;
        background-size: 40px 40px;
        background-position: center center;
        box-sizing: border-box;
        margin-top: -13px;
        float: right; }
        .liketableh1 .cell.w20 .print:hover {
          background-image: url(../img/print_hover.svg);
          background-color: #f3f4f5; }
      .liketableh1 .cell.w20 .dubleicon {
        float: right;
        margin-left: 20px; }
        .liketableh1 .cell.w20 .dubleicon div {
          float: left;
          border: 2px solid #e0e0e0;
          background-color: white;
          width: 70px;
          height: 70px;
          background-repeat: no-repeat;
          background-size: 30px 30px;
          background-position: center center;
          box-sizing: border-box; }
          .liketableh1 .cell.w20 .dubleicon div:hover, .liketableh1 .cell.w20 .dubleicon div.active {
            background-color: #f3f4f5; }
          .liketableh1 .cell.w20 .dubleicon div.i1 {
            background-image: url(../img/tab.svg);
            margin-left: -2px; }
          .liketableh1 .cell.w20 .dubleicon div.i2 {
            background-image: url(../img/cal_2.svg); }
          .liketableh1 .cell.w20 .dubleicon div.i1:hover, .liketableh1 .cell.w20 .dubleicon div.i1.active {
            background-image: url(../img/tab_hover.svg); }
          .liketableh1 .cell.w20 .dubleicon div.i2:hover, .liketableh1 .cell.w20 .dubleicon div.i2.active {
            background-image: url(../img/cal_hover.svg); }

.blocksonraspis .oneblock {
  float: left;
  width: 32%;
  margin: 1%;
  border: 2px solid #c3c3c3;
  box-sizing: border-box;
  height: 250px; }
  .blocksonraspis .oneblock:nth-child(3n+3) {
    margin-right: 0px; }
  .blocksonraspis .oneblock .head {
    padding: 30px 30px;
    box-sizing: border-box;
    background-color: white;
    width: 100%;
    float: left;
    -webkit-box-shadow: 0px 12px 24px 0px rgba(52, 52, 52, 0.05), 0px 3px 5px 0px rgba(52, 52, 52, 0.05);
    -moz-box-shadow: 0px 12px 24px 0px rgba(52, 52, 52, 0.05), 0px 3px 5px 0px rgba(52, 52, 52, 0.05);
    box-shadow: 0px 12px 24px 0px rgba(52, 52, 52, 0.05), 0px 3px 5px 0px rgba(52, 52, 52, 0.05);
    padding-bottom: 21px; }
  .blocksonraspis .oneblock .v2, .blocksonraspis .oneblock .v1 {
    display: none;
    padding: 30px;
    height: 160px;
    box-sizing: border-box;
    float: left;
    overflow-x: auto;
    width: 100%; }
  .blocksonraspis .oneblock .iv2 {
    display: none; }
  .blocksonraspis .oneblock .iv1 {
    display: none; }
    .blocksonraspis .oneblock .iv1.activev {
      display: block; }
  .blocksonraspis .oneblock .iv2.activev, .blocksonraspis .oneblock .activev {
    display: block; }
  .blocksonraspis .oneblock:nth-child(3n+1) {
    margin-left: 0px; }
  .blocksonraspis .oneblock .head .date {
    float: left;
    width: 100px;
    height: 30px;
    margin-top: -1px; }
  .blocksonraspis .oneblock .head .checker {
    float: right;
    width: 94px;
    height: 40px;
    cursor: pointer;
    margin-top: -9px;
    margin-left: 20px;
    background-repeat: no-repeat; }
  .blocksonraspis .oneblock .i {
    background-image: url(../img/info_or.svg);
    width: 30px;
    height: 30px;
    float: right;
    background-repeat: no-repeat;
    margin-top: -5px;
    cursor: pointer; }
  .blocksonraspis .oneblock .checker.active.p1 {
    background-image: url(../img/ege1.svg); }
  .blocksonraspis .oneblock .checker.active.p2 {
    background-image: url(../img/gve1.svg); }
  .blocksonraspis .oneblock .noactive {
    cursor: auto !important; }
    .blocksonraspis .oneblock .noactive.p1 {
      background-image: url(../img/ege2.svg); }
    .blocksonraspis .oneblock .noactive.p2 {
      background-image: url(../img/gve2.svg); }

.tablecenternofirst {
  text-align: center;
  display: table !important; }
  .tablecenternofirst td:first-child {
    text-align: left; }

.anythingSlider .panel, .anythingSlider .anythingBase, .anythingSlider .anythingWindow {
  background-color: transparent !important; }

.col1logo, .col2logo {
  display: none; }

.blocksonraspis .oneblock .i:hover {
  opacity: 1; }

.menu .cont > ul > li .secmenu ul li.ico.orgi1 a {
  background-image: url(../img/org_icon1.svg); }
.menu .cont > ul > li .secmenu ul li.ico.orgi2 a {
  background-image: url(../img/org_icon2.svg); }
.menu .cont > ul > li .secmenu ul li.ico.orgi3 a {
  background-image: url(../img/org_icon3.svg); }
.menu .cont > ul > li .secmenu ul li.ico.orgi4 a {
  background-image: url(../img/org_icon4.svg); }
.menu .cont > ul > li .secmenu ul li.ico.orgi5 a {
  background-image: url(../img/org_icon5.svg); }
.menu .cont > ul > li .secmenu ul li.ico.orgi6 a {
  background-image: url(../img/org_icon6.svg); }
.menu .cont > ul > li .secmenu ul li.ico.orgi7 a {
  background-image: url(../img/org_icon7.svg); }
.menu .cont > ul > li .secmenu ul li.ico.orgi8 a {
  background-image: url(../img/org_icon8.svg); }
.menu .cont > ul > li .secmenu ul li.ico.orgi1 a:hover {
  background-image: url(../img/org_icon1_h.svg); }
.menu .cont > ul > li .secmenu ul li.ico.orgi2 a:hover {
  background-image: url(../img/org_icon2_h.svg); }
.menu .cont > ul > li .secmenu ul li.ico.orgi3 a:hover {
  background-image: url(../img/org_icon3_h.svg); }
.menu .cont > ul > li .secmenu ul li.ico.orgi4 a:hover {
  background-image: url(../img/org_icon4_h.svg); }
.menu .cont > ul > li .secmenu ul li.ico.orgi5 a:hover {
  background-image: url(../img/org_icon5_h.svg); }
.menu .cont > ul > li .secmenu ul li.ico.orgi6 a:hover {
  background-image: url(../img/org_icon6_h.svg); }
.menu .cont > ul > li .secmenu ul li.ico.orgi7 a:hover {
  background-image: url(../img/org_icon7_h.svg); }
.menu .cont > ul > li .secmenu ul li.ico.orgi8 a:hover {
  background-image: url(../img/org_icon8_h.svg); }
.menu .cont > ul > li .secmenu ul li.likebutton > a {
  background: #d247df;
  background: -moz-linear-gradient(left, #d247df 0%, #ea4780 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #d247df), color-stop(100%, #ea4780));
  background: -webkit-linear-gradient(left, #d247df 0%, #ea4780 100%);
  background: -o-linear-gradient(left, #d247df 0%, #ea4780 100%);
  background: -ms-linear-gradient(left, #d247df 0%, #ea4780 100%);
  background: linear-gradient(to right, #d247df 0%, #ea4780 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cd47ef', endColorstr='#ef476f', GradientType=1);
  display: inline-block;
  padding: 14px 18px;
  color: #fbfbfc;
  text-decoration: none;
  font-size: 21px;
  transition: all 0.1s ease 0s;
  border: 2px solid white;
  width: 100%;
  box-sizing: border-box;
  text-align: center; }
  .menu .cont > ul > li .secmenu ul li.likebutton > a:hover {
    border: 2px solid #d947c3;
    border-image: linear-gradient(90deg, #cd47ef 0%, #ea4782 100%);
    border-image-slice: 1;
    background: linear-gradient(90deg, #cd47ef 0%, #ea4782 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }

.onebtn.srplace.c1 {
  position: relative; }
  .onebtn.srplace.c1 #ajax_title {
    width: calc(100% - 25px);
    position: absolute;
    z-index: 9;
    top: 58px;
    background-color: white;
    max-height: 400px;
    overflow-x: auto;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 12px 24px 0px rgba(52, 52, 52, 0.05), 0px 3px 5px 0px rgba(52, 52, 52, 0.05);
    -moz-box-shadow: 0px 12px 24px 0px rgba(52, 52, 52, 0.05), 0px 3px 5px 0px rgba(52, 52, 52, 0.05);
    box-shadow: 0px 12px 24px 0px rgba(52, 52, 52, 0.05), 0px 3px 5px 0px rgba(52, 52, 52, 0.05); }
    .onebtn.srplace.c1 #ajax_title > div {
      padding: 25px;
      padding-bottom: 0px; }
      .onebtn.srplace.c1 #ajax_title > div:last-child {
        padding-bottom: 25px; }

.ui-datepicker {
  width: auto;
  padding: 15px;
  display: none;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 12px 24px 0px rgba(52, 52, 52, 0.05), 0px 3px 5px 0px rgba(52, 52, 52, 0.05);
  -moz-box-shadow: 0px 12px 24px 0px rgba(52, 52, 52, 0.05), 0px 3px 5px 0px rgba(52, 52, 52, 0.05);
  box-shadow: 0px 12px 24px 0px rgba(52, 52, 52, 0.05), 0px 3px 5px 0px rgba(52, 52, 52, 0.05); }
  .ui-datepicker td span {
    text-align: center !important; }
  .ui-datepicker td a {
    text-align: center !important;
    color: #9e9e9e; }
    .ui-datepicker td a:hover {
      color: #9e9e9e;
      background-color: #de47af;
      border-radius: 1000px;
      color: white; }
  .ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0.2em 0; }
  .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em; }
  .ui-datepicker .ui-datepicker-prev {
    left: 2px;
    background-image: url(../img/arrow_left.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 8px 8px; }
  .ui-datepicker .ui-datepicker-next {
    right: 2px;
    background-image: url(../img/arrow_right.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 8px 8px; }
    .ui-datepicker .ui-datepicker-next:hover {
      opacity: 0.7;
      cursor: pointer; }
  .ui-datepicker .ui-datepicker-prev:hover {
    opacity: 0.7;
    cursor: pointer; }
  .ui-datepicker .ui-datepicker-prev span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    font-size: 0px;
    margin-top: -8px; }
  .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    font-size: 0px;
    margin-top: -8px; }
  .ui-datepicker .ui-datepicker-prev span {
    background-image: url(../img/); }
  .ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center; }
    .ui-datepicker .ui-datepicker-title select {
      font-size: 1em;
      margin: 1px 0; }
  .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 50%;
    text-align: center !important;
    border: 0px;
    background-image: url(../img/arrow_down.svg);
    background-size: 8px 8px;
    background-position: right 5px center;
    background-repeat: no-repeat;
    font-size: 14px;
    color: #b3c0c7;
    padding-right: 20px; }
  .ui-datepicker table {
    width: 100%;
    font-size: 0.9em;
    border-collapse: collapse;
    margin: 0 0 0.4em; }
  .ui-datepicker th {
    padding: 0.7em 0.3em;
    text-align: center;
    font-weight: bold;
    border: 0; }
  .ui-datepicker td {
    border: 0;
    padding: 1px; }
  .ui-datepicker select.ui-datepicker-year {
    width: 40%;
    margin-left: 10%; }
  .ui-datepicker td span, .ui-datepicker td a {
    display: block;
    text-decoration: none;
    width: 20px;
    height: 20px;
    padding: 4px;
    font-size: 12px;
    line-height: 20px; }
  .ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: 0.7em 0 0 0;
    padding: 0 0.2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0; }
    .ui-datepicker .ui-datepicker-buttonpane button {
      float: right;
      margin: 0.5em 0.2em 0.4em;
      cursor: pointer;
      padding: 0.2em 0.6em 0.3em 0.6em;
      width: auto;
      overflow: visible; }
      .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
        float: left; }
  .ui-datepicker.ui-datepicker-multi {
    width: auto; }

/* with multiple calendars */
.ui-datepicker-multi .ui-datepicker-group {
  float: left; }
  .ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto 0.4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }
  .ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto; }
  .ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto; }
  .ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto; }
  .ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto; }
  .ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right; }
    .ui-datepicker-rtl .ui-datepicker-buttonpane button {
      float: left; }
      .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
        float: right; }
  .ui-datepicker-rtl .ui-datepicker-group {
    float: right; }
  .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px; }

.documentspage .onedoc a.btndownload {
  float: left; }

/* stick menu */
.menu.stickytop {
  position: fixed;
  top: 0px;
  z-index: 999; }

.menuzagl {
  display: none; }
  .menuzagl.active {
    display: block;
    width: 100%;
    height: 56px;
    float: left; }

.menu .cont > ul > li {
  position: relative; }
  .menu .cont > ul > li .secmenu.new {
    top: 58px;
    width: 1800px;
    padding-bottom: 45px;
    max-height: 100vh;
    overflow: hidden;
    box-sizing: border-box; }
.menu.stickytop .cont > ul > li .secmenu.new > ul {
  max-height: calc(100vh - 130px);
  overflow-y: auto; }
.menu .cont > ul > li .secmenu > div.ul {
  max-height: calc(100vh - 230px);
  overflow-y: auto; }
.menu .cont > ul > li .secmenu.new ul li ul {
  padding-left: 0px; }
.menu .cont > ul > li .secmenu.new .title {
  background-image: none; }
.menu .cont > ul > li .secmenu.new ul li {
  vertical-align: top; }
.menu .cont > ul > li .secmenu.new .title {
  padding-left: 0px;
  margin-left: 0px; }
.menu .cont > ul > li .secmenu.new .onecol {
  display: inline-block;
  vertical-align: top;
  margin-right: 25px;
  margin-left: 25px;
  width: 365px; }
  .menu .cont > ul > li .secmenu.new .onecol > ul {
    padding-left: 0px; }
  .menu .cont > ul > li .secmenu.new .onecol .title {
    margin-bottom: 10px;
    margin-top: 15px; }

.header .mail {
  background-image: url(../img/envelope.svg);
  background-repeat: no-repeat;
  padding-left: 33px;
  width: 33px;
  cursor: pointer;
  height: 33px;
  margin-right: 10px; }
  .header .mail:hover {
    opacity: 0.7; }
.header .tell {
  background-image: url(../img/phone-call.svg);
  background-repeat: no-repeat;
  padding-left: 33px;
  width: 33px;
  height: 33px;
  background-size: 21px 21px;
  background-position: 6px; }

#podpiska {
  background: #d247df;
  background: -moz-linear-gradient(left, #d247df 0%, #ea4780 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #d247df), color-stop(100%, #ea4780));
  background: -webkit-linear-gradient(left, #d247df 0%, #ea4780 100%);
  background: -o-linear-gradient(left, #d247df 0%, #ea4780 100%);
  background: -ms-linear-gradient(left, #d247df 0%, #ea4780 100%);
  background: linear-gradient(to right, #d247df 0%, #ea4780 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cd47ef', endColorstr='#ef476f', GradientType=1);
  display: inline-block;
  padding: 7px 20px;
  color: #fbfbfc;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.1s ease 0s;
  border: 2px solid white; }
  #podpiska:hover {
    border: 2px solid #d947c3;
    cursor: pointer;
    border-image: linear-gradient(90deg, #ffffff 0%, #ffffff 100%);
    border-image-slice: 1;
    background: linear-gradient(90deg, #ffffff 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }

.modal_template.podpis {
  max-width: 500px; }
  .modal_template.podpis input[type='text'] {
    width: 100%;
    padding: 13px;
    font-size: 20px;
    color: #193454;
    border: 1px solid #f4ae5b;
    box-sizing: border-box;
    margin-bottom: 20px; }

.bread {
  float: left;
  margin-top: 20px;
  width: 100%; }

hr {
  border-top: 1px solid #dadbdc;
  border-bottom: 0px;
  width: 40%;
  clear: both;
  text-align: left;
  display: inline-block; }

.modal_template .bigtitle {
  color: #252525;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 100;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 20px;
  margin-bottom: 20px; }
.modal_template .minititle {
  color: #252525;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 100;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 20px;
  margin-bottom: 20px; }
.modal_template .btntipe {
  border: 2px solid #d947c3;
  display: inline-block;
  padding: 7px 15px;
  text-decoration: none;
  position: relative;
  font-size: 20px;
  border-image: linear-gradient(90deg, #cacaca 0%, #cacaca 100%);
  border-image-slice: 1;
  background: linear-gradient(90deg, #333333 0%, #333333 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 8px;
  transition: all 0.1s ease 0s;
  margin-bottom: 10px; }
  .modal_template .btntipe:hover, .modal_template .btntipe.sel {
    background: #d247df;
    background: -moz-linear-gradient(left, #d247df 0%, #ea4780 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #d247df), color-stop(100%, #ea4780));
    background: -webkit-linear-gradient(left, #d247df 0%, #ea4780 100%);
    background: -o-linear-gradient(left, #d247df 0%, #ea4780 100%);
    background: -ms-linear-gradient(left, #d247df 0%, #ea4780 100%);
    background: linear-gradient(to right, #d247df 0%, #ea4780 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cd47ef', endColorstr='#ef476f', GradientType=1);
    color: white;
    cursor: pointer;
    -webkit-text-fill-color: white;
    border-image: linear-gradient(90deg, #cd47ef 0%, #ea4782 100%);
    border-image-slice: 1; }

#cboxClose {
  background-position: right center !important;
  height: 30px !important;
  width: 30px !important;
  background-repeat: no-repeat !important;
  background: url(../img/close.svg) !important;
  background-size: 30px 30px !important;
  cursor: pointer;
  bottom: auto;
  top: 20px;
  right: 20px !important; }
  #cboxClose:hover {
    background: url(../img/close_h.svg) !important;
    background-size: 30px 30px !important;
    background-repeat: no-repeat !important; }

.modal_template .submitbtn {
  border: 2px solid #d947c3;
  display: inline-block;
  padding: 7px 15px;
  text-decoration: none;
  position: relative;
  font-size: 20px;
  border-image: linear-gradient(90deg, #cacaca 0%, #cacaca 100%);
  border-image-slice: 1;
  background: linear-gradient(90deg, #333333 0%, #333333 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 8px;
  transition: all 0.1s ease 0s;
  float: right;
  margin-bottom: 10px; }
  .modal_template .submitbtn:hover {
    background: #d247df;
    background: -moz-linear-gradient(left, #d247df 0%, #ea4780 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #d247df), color-stop(100%, #ea4780));
    background: -webkit-linear-gradient(left, #d247df 0%, #ea4780 100%);
    background: -o-linear-gradient(left, #d247df 0%, #ea4780 100%);
    background: -ms-linear-gradient(left, #d247df 0%, #ea4780 100%);
    background: linear-gradient(to right, #d247df 0%, #ea4780 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cd47ef', endColorstr='#ef476f', GradientType=1);
    color: white;
    cursor: pointer;
    -webkit-text-fill-color: white;
    border-image: linear-gradient(90deg, #cd47ef 0%, #ea4782 100%);
    border-image-slice: 1; }
.modal_template .sepline {
  border-bottom: 1px solid #d1d1d1;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px; }

.bread {
  font-size: 13px; }
  .bread a:hover {
    text-decoration: none; }
  .bread .separator {
    margin-left: 10px;
    margin-right: 10px; }

.crumbs a:first-child {
  font-size: 0px;
  background-image: url(../img/home_crumbs.svg);
  width: 15px;
  height: 15px;
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: top; }

.onedoc.nopadding {
  padding-left: 0px;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #dbdbdb; }

.typicalsecond .utp {
  margin-top: 0px !important; }

/* IE fix */
body.ie .documentspage .onebtn span, body.ie .documentspage .onebtn div.btntipe {
  background: transparent !important;
  border: 2px solid #cacaca !important; }
body.ie .modal_template .btntipe, body.ie .modal_template .submitbtn {
  background: transparent !important;
  border: 2px solid #cacaca !important; }
body.ie .documentspage .onebtn span:hover {
  background: #d247df !important;
  background: -moz-linear-gradient(left, #d247df 0%, #ea4780 100%) !important;
  background: -webkit-gradient(left top, right top, color-stop(0%, #d247df), color-stop(100%, #ea4780)) !important;
  background: -webkit-linear-gradient(left, #d247df 0%, #ea4780 100%) !important;
  background: -o-linear-gradient(left, #d247df 0%, #ea4780 100%) !important;
  background: -ms-linear-gradient(left, #d247df 0%, #ea4780 100%) !important;
  background: linear-gradient(to right, #d247df 0%, #ea4780 100% !important);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cd47ef', endColorstr='#ef476f', GradientType=1) !important;
  color: #fbfbfc !important;
  border: 2px solid #d247df !important; }
body.ie .documentspage .onebtn div.btntipe:hover, body.ie .documentspage .onebtn div.sel {
  background: #d247df !important;
  background: -moz-linear-gradient(left, #d247df 0%, #ea4780 100%) !important;
  background: -webkit-gradient(left top, right top, color-stop(0%, #d247df), color-stop(100%, #ea4780)) !important;
  background: -webkit-linear-gradient(left, #d247df 0%, #ea4780 100%) !important;
  background: -o-linear-gradient(left, #d247df 0%, #ea4780 100%) !important;
  background: -ms-linear-gradient(left, #d247df 0%, #ea4780 100%) !important;
  background: linear-gradient(to right, #d247df 0%, #ea4780 100% !important);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cd47ef', endColorstr='#ef476f', GradientType=1) !important;
  color: #fbfbfc !important;
  border: 2px solid #d247df !important; }
body.ie a.btnglobal:hover {
  background: #d247df !important;
  background: -moz-linear-gradient(left, #d247df 0%, #ea4780 100%) !important;
  background: -webkit-gradient(left top, right top, color-stop(0%, #d247df), color-stop(100%, #ea4780)) !important;
  background: -webkit-linear-gradient(left, #d247df 0%, #ea4780 100%) !important;
  background: -o-linear-gradient(left, #d247df 0%, #ea4780 100%) !important;
  background: -ms-linear-gradient(left, #d247df 0%, #ea4780 100%) !important;
  background: linear-gradient(to right, #d247df 0%, #ea4780 100% !important);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cd47ef', endColorstr='#ef476f', GradientType=1) !important;
  color: #fbfbfc !important;
  border: 2px solid #d247df !important; }
body.ie .modal_template .btntipe:hover, body.ie .modal_template .submitbtn:hover {
  background: #d247df !important;
  background: -moz-linear-gradient(left, #d247df 0%, #ea4780 100%) !important;
  background: -webkit-gradient(left top, right top, color-stop(0%, #d247df), color-stop(100%, #ea4780)) !important;
  background: -webkit-linear-gradient(left, #d247df 0%, #ea4780 100%) !important;
  background: -o-linear-gradient(left, #d247df 0%, #ea4780 100%) !important;
  background: -ms-linear-gradient(left, #d247df 0%, #ea4780 100%) !important;
  background: linear-gradient(to right, #d247df 0%, #ea4780 100% !important);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cd47ef', endColorstr='#ef476f', GradientType=1) !important;
  color: #fbfbfc !important;
  border: 2px solid #d247df !important; }
body.ie .documentspage .liketable .c3 input[type='button']:hover {
  background: #d247df !important;
  background: -moz-linear-gradient(left, #d247df 0%, #ea4780 100%) !important;
  background: -webkit-gradient(left top, right top, color-stop(0%, #d247df), color-stop(100%, #ea4780)) !important;
  background: -webkit-linear-gradient(left, #d247df 0%, #ea4780 100%) !important;
  background: -o-linear-gradient(left, #d247df 0%, #ea4780 100%) !important;
  background: -ms-linear-gradient(left, #d247df 0%, #ea4780 100%) !important;
  background: linear-gradient(to right, #d247df 0%, #ea4780 100% !important);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cd47ef', endColorstr='#ef476f', GradientType=1) !important;
  color: #fbfbfc !important;
  border: 2px solid #d247df !important; }
body.ie a.btnglobal {
  background: transparent !important;
  border: 2px solid #d247df !important;
  color: #d247df !important; }
body.ie #podpiska:hover {
  background: transparent !important; }
body.ie .documentspage .liketable .c3 input[type='button'] {
  background: transparent !important;
  color: #d247df !important;
  border: 2px solid #d247df !important; }
body.ie .header a.btn:hover {
  background: transparent !important;
  color: #d247df !important; }

/* //// */
.tableover {
  overflow-y: auto;
  width: 100%; }

.forinvlink {
  float: right;
  margin-right: -50px;
  width: 50px;
  height: 42px;
  font-size: 0px;
  display: block; }

.utp.org .block.b1 .img {
  background-image: url(../img/org_icon1.svg); }
.utp.org .block.b2 .img {
  background-image: url(../img/org_icon2.svg); }
.utp.org .block.b3 .img {
  background-image: url(../img/org_icon3.svg); }
.utp.org .block.b4 {
  background-image: none; }
  .utp.org .block.b4 .img {
    background-image: url(../img/org_icon4.svg); }
.utp.org .block.b1.g5 .img {
  background-image: url(../img/org_icon5.svg); }
.utp.org .block.b2.g6 .img {
  background-image: url(../img/org_icon6.svg); }
.utp.org .block.b3.g7 .img {
  background-image: url(../img/org_icon7.svg); }
.utp.org .block.b4.g8 .img {
  background-image: url(../img/org_icon8.svg); }

.giagrid.org .gia.g1 {
  background-image: url(../img/org_icon9.svg); }
.giagrid.org .gia.g2 {
  background-image: url(../img/org_icon10.svg); }
.giagrid.org .gia.g3 {
  background-image: url(../img/org_icon11.svg); }
.giagrid.org .menugia .giatitle {
  color: #333333; }

.blocksonraspis .oneblock.oge_image .checker.active.p1 {
  background-image: url(../img/oge1.svg); }
.blocksonraspis .oneblock.oge_image .noactive.p1 {
  background-image: url(../img/oge2.svg); }

.documentspage.news .newsblock .leftblock {
  width: 100%; }

.utp.org .block a.btnglobal {
  margin-bottom: 5px; }

.documentspage.news .newsblock .leftblock .onenews {
  width: 47.5%;
  display: inline-block;
  border-top: 1px solid #dbdbdb !important;
  border-bottom: 0px !important;
  vertical-align: top !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important; }
  .documentspage.news .newsblock .leftblock .onenews:nth-child(2n) {
    margin-left: 4%; }

/** ╨╜╨╛╨▓╤Л╨╡ ╨╕╨║╨╛╨╜╨║╨╕ ╨▓ ╨╝╨╡╨╜╤О */
/* ╨▓ ╨┐╤А╨╡╨╗╨╛╨░╨┤ */
.menu .cont > ul > li .secmenu ul li.ico.orgi5_1 a {
  background-image: url(../img/menu_icon3.svg); }
  .menu .cont > ul > li .secmenu ul li.ico.orgi5_1 a:hover {
    background-image: url(../img/menu_icon3_h.svg); }
.menu .cont > ul > li .secmenu ul li.ico.orgin_1 a {
  background-image: url(../img/white/org_icon1.svg); }
  .menu .cont > ul > li .secmenu ul li.ico.orgin_1 a:hover {
    background-image: url(../img/org_icon1_h.svg); }
.menu .cont > ul > li .secmenu ul li.ico.orgin_2 a {
  background-image: url(../img/white/org_icon2.svg); }
  .menu .cont > ul > li .secmenu ul li.ico.orgin_2 a:hover {
    background-image: url(../img/org_icon2_h.svg); }
.menu .cont > ul > li .secmenu ul li.ico.orgin_3 a {
  background-image: url(../img/white/org_icon3.svg); }
  .menu .cont > ul > li .secmenu ul li.ico.orgin_3 a:hover {
    background-image: url(../img/org_icon3_h.svg); }
.menu .cont > ul > li .secmenu ul li.ico.orgin_4 a {
  background-image: url(../img/white/org_icon4.svg); }
  .menu .cont > ul > li .secmenu ul li.ico.orgin_4 a:hover {
    background-image: url(../img/org_icon4_h.svg); }
.menu .cont > ul > li .secmenu ul li.ico.orgin_5 a {
  background-image: url(../img/white/org_icon5.svg); }
  .menu .cont > ul > li .secmenu ul li.ico.orgin_5 a:hover {
    background-image: url(../img/org_icon5_h.svg); }
.menu .cont > ul > li .secmenu ul li.ico.orgin_6 a {
  background-image: url(../img/white/org_icon6.svg); }
  .menu .cont > ul > li .secmenu ul li.ico.orgin_6 a:hover {
    background-image: url(../img/org_icon6_h.svg); }
.menu .cont > ul > li .secmenu ul li.ico.orgin_7 a {
  background-image: url(../img/white/org_icon7.svg); }
  .menu .cont > ul > li .secmenu ul li.ico.orgin_7 a:hover {
    background-image: url(../img/org_icon7_h.svg); }
.menu .cont > ul > li .secmenu ul li.ico.orgin_8 a {
  background-image: url(../img/white/org_icon8.svg); }
  .menu .cont > ul > li .secmenu ul li.ico.orgin_8 a:hover {
    background-image: url(../img/org_icon8_h.svg); }
.menu .cont > ul > li .secmenu ul li.ico.orgin_9 a {
  background-image: url(../img/white/org_icon9.svg); }
  .menu .cont > ul > li .secmenu ul li.ico.orgin_9 a:hover {
    background-image: url(../img/org_icon9_h.svg); }
.menu .cont > ul > li .secmenu ul li.ico.orgin_10 a {
  background-image: url(../img/white/org_icon10.svg); }
  .menu .cont > ul > li .secmenu ul li.ico.orgin_10 a:hover {
    background-image: url(../img/org_icon10_h.svg); }
.menu .cont > ul > li .secmenu ul li.ico.orgin_11 a {
  background-image: url(../img/white/org_icon11.svg); }
  .menu .cont > ul > li .secmenu ul li.ico.orgin_11 a:hover {
    background-image: url(../img/org_icon11_h.svg); }

.raspmodal {
  max-width: 700px; }
  .raspmodal .bigtitle {
    color: #006fe4;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 100;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 100%; }
    .raspmodal .bigtitle .checkeromodal {
      width: 125px;
      height: 50px;
      background-size: 125px 50px;
      background-repeat: no-repeat;
      cursor: pointer;
      background-position: right center; }
      .raspmodal .bigtitle .checkeromodal.img1 {
        background-image: url(../img/ege1.svg); }
      .raspmodal .bigtitle .checkeromodal.img2 {
        background-image: url(../img/gve1.svg); }
  .raspmodal.withoge .bigtitle .checkeromodal.img1 {
    background-image: url(../img/oge1.svg); }
  .raspmodal .bigtitle .checkeromodal.toright {
    float: right; }
  .raspmodal .tit {
    font-weight: 500;
    font-size: 23px;
    text-transform: uppercase;
    color: #252525; }
  .raspmodal .desk {
    font-size: 23px;
    color: #252525; }
  .raspmodal .fimg {
    padding-left: 60px;
    margin-bottom: 40px; }
  .raspmodal .desk.small {
    font-size: 20px;
    font-weight: 400; }
  .raspmodal .tit.small {
    font-size: 23px;
    font-weight: 400;
    text-transform: none; }
  .raspmodal .desk.small p {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px; }
  .raspmodal .dop {
    color: #999999;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 18px; }
  .raspmodal a.btnglobal {
    border: 2px solid #d947c3;
    display: inline-block;
    padding: 12px 30px;
    font-size: 18px; }

.blocksonraspis.org .vkladka.v1.activev ul {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px; }
  .blocksonraspis.org .vkladka.v1.activev ul li {
    background-image: none;
    padding-left: 0px;
    font-size: 14px; }
  .blocksonraspis.org .vkladka.v1.activev ul .dwnico {
    display: none; }

.typicalsecond .altmenu ul {
  margin-top: -15px; }
  .typicalsecond .altmenu ul li a {
    margin-top: 15px; }
.typicalsecond table.minititfont tr th {
  font-size: 17px; }

a.bigorange {
  font-size: 19px;
  color: #F39424;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center; }

.secondutp .blocks a {
  text-decoration: none;
  display: table-cell;
  vertical-align: top; }

.menugia .podskazka {
  font-size: 15px;
  font-style: italic;
  margin-left: -85px; }

.secondutp .blocks a:hover div {
  color: #f8941f; }

.readmoreico {
  background-image: url(../img/double-angle-pointing-to-right.svg);
  background-repeat: no-repeat;
  background-position: top center;
  width: 10px;
  background-size: 100% 100%;
  height: 10px;
  display: inline-block;
  margin-left: 4px; }

.morr {
  font-size: 16px;
  display: inline-block;
  text-decoration: underline;
  vertical-align: top;
  margin-top: 2px; }

.newsblock .soc {
  float: right; }
  .newsblock .soc .ss {
    background-repeat: no-repeat;
    background-position: center center;
    width: 20px;
    float: left;
    margin-right: 5px;
    height: 20px;
    background-size: 20px 20px;
    transition: all 0.2s ease 0s; }
    .newsblock .soc .ss.s1 {
      background-image: url(../img/vk.svg); }
    .newsblock .soc .ss.s2 {
      background-image: url(../img/tg.svg); }
    .newsblock .soc .ss.s3 {
      background-image: url(../img/fb.svg); }
    .newsblock .soc .ss.s4 {
      background-image: url(../img/app.svg);
      width: 75px;
      background-size: 75px 48px;
      opacity: 1 !important; }
.newsblock .socials {
  float: left;
  width: 100%;
  margin-top: 10px; }
.newsblock .leftblock .onenews .text p {
  margin-bottom: 0px;
  margin-top: 0px; }

.morr:hover {
  text-decoration: none !important;
  cursor: pointer; }

.newsblock .soc .ss:hover {
  opacity: 0.7; }

.onebtn.srplace.c1 #ajax_title b {
  color: #cd47ef; }

.typicalsecond .rlblocks .right ul li, #cboxContent ul li {
  list-style: none;
  background: url(../img/li.svg) no-repeat left 7px;
  background-size: 6px 6px;
  padding-left: 21px;
  font-size: 16px;
  margin-bottom: 10px; }

.typicalsecond .rlblocks .right ol li, #cboxContent ol li {
  font-size: 16px; }

.typicalsecond .rlblocks .right ul {
  padding-left: 0px; }

.ui-datepicker select.ui-datepicker-year, .ui-datepicker select.ui-datepicker-month {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: ""; }

.slider .textblock .soc .ss {
  background-repeat: no-repeat;
  background-position: center center;
  width: 30px;
  float: left;
  margin-right: 10px;
  height: 30px;
  background-size: 30px 30px;
  transition: all 0.2s ease 0s; }
  .slider .textblock .soc .ss:hover {
    opacity: 0.7; }
  .slider .textblock .soc .ss.s1 {
    background-image: url(../img/vk.svg); }
  .slider .textblock .soc .ss.s2 {
    background-image: url(../img/tg.svg); }
  .slider .textblock .soc .ss.s3 {
    background-image: url(../img/fb.svg); }
  .slider .textblock .soc .ss.s4 {
    background-image: url(../img/app.svg);
    width: 75px;
    background-size: 75px 48px; }

.raspmodal a.btnglobal .mapico {
  background-image: url(../img/mappoint.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px;
  display: inline-block;
  width: 19px;
  height: 22px;
  vertical-align: middle;
  margin-right: 7px;
  margin-top: -2px; }
.raspmodal a.btnglobal:hover .mapico {
  background-image: url(../img/mappoint_h.svg); }

.formcontacts {
  float: left;
  box-sizing: border-box;
  width: 100%;
  background-color: white;
  -webkit-box-shadow: 0px 12px 24px 0px rgba(52, 52, 52, 0.05), 0px 3px 5px 0px rgba(52, 52, 52, 0.05);
  -moz-box-shadow: 0px 12px 24px 0px rgba(52, 52, 52, 0.05), 0px 3px 5px 0px rgba(52, 52, 52, 0.05);
  box-shadow: 0px 12px 24px 0px rgba(52, 52, 52, 0.05), 0px 3px 5px 0px rgba(52, 52, 52, 0.05);
  padding: 25px; }
  .formcontacts select {
    max-width: 100%;
    width: 100%;
    background-image: url(../img/selectf.svg);
    background-repeat: no-repeat;
    background-position: right 20px center;
    padding: 13px;
    background-size: 20px 20px;
    padding-right: 50px;
    font-size: 17px;
    color: #333333;
    border: 1px solid #cacaca;
    box-sizing: border-box;
    margin-top: 20px; }
  .formcontacts input[type="text"], .formcontacts input[type="email"], .formcontacts input[type="file"] {
    max-width: 100%;
    width: 100%;
    padding: 13px;
    font-size: 17px;
    color: #333333;
    border: 1px solid #cacaca;
    box-sizing: border-box;
    margin-top: 20px; }
  .formcontacts textarea {
    max-width: 100%;
    width: 100%;
    padding: 13px;
    font-size: 17px;
    color: #333333;
    border: 1px solid #cacaca;
    box-sizing: border-box;
    margin-top: 20px;
    height: 100px; }
  .formcontacts .oneline .desk {
    font-size: 15px;
    font-weight: normal;
    font-style: italic;
    margin-top: 5px; }
  .formcontacts .g-recaptcha, .formcontacts #recaptcha2, .formcontacts #recaptcha1 {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0; }
  .formcontacts input[type='submit'] {
    border: 2px solid #d947c3;
    display: inline-block;
    padding: 7px 18px;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    float: right;
    font-size: 16px;
    transition: all 0.1s ease 0s;
    border-image: linear-gradient(90deg, #cd47ef 0%, #ea4782 100%);
    border-image-slice: 1;
    background: linear-gradient(90deg, #cd47ef 0%, #ea4782 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
    .formcontacts input[type='submit']:hover {
      background: #d247df;
      background: -moz-linear-gradient(left, #d247df 0%, #ea4780 100%);
      background: -webkit-gradient(left top, right top, color-stop(0%, #d247df), color-stop(100%, #ea4780));
      background: -webkit-linear-gradient(left, #d247df 0%, #ea4780 100%);
      background: -o-linear-gradient(left, #d247df 0%, #ea4780 100%);
      background: -ms-linear-gradient(left, #d247df 0%, #ea4780 100%);
      background: linear-gradient(to right, #d247df 0%, #ea4780 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cd47ef', endColorstr='#ef476f', GradientType=1);
      color: white;
      -webkit-text-fill-color: white; }

.typicalsecond {
  overflow-x: hidden; }

.tableinmodal {
  width: 100%;
  overflow-x: auto; }
  .tableinmodal table {
    width: 100% !important; }

#cboxContent ul li {
  margin-bottom: 0px; }

.soc.inwidgethelp {
  float: right;
  margin-bottom: 20px; }
  .soc.inwidgethelp .ss {
    background-repeat: no-repeat;
    background-position: center center;
    width: 20px;
    float: left;
    margin-left: 5px;
    height: 20px;
    background-size: 20px 20px;
    transition: all 0.2s ease 0s; }
    .soc.inwidgethelp .ss.s1 {
      background-image: url(../img/vk.svg); }
    .soc.inwidgethelp .ss.s2 {
      background-image: url(../img/tg.svg); }
    .soc.inwidgethelp .ss.s3 {
      background-image: url(../img/fb.svg); }
    .soc.inwidgethelp .ss.s4 {
      background-image: url(../img/app.svg);
      width: 75px;
      background-size: 75px 48px;
      opacity: 1 !important; }

span.rez {
  font-size: 15px; }

.soc.inwidgethelp .ss:hover {
  opacity: 0.7; }

.formcontacts select {
  -webkit-appearance: none;
  -moz-appearance: none; }
.formcontacts .oneline .title {
  display: inline-block;
  font-size: 15px; }
.formcontacts .oneline.checkboxs {
  margin-top: 15px;
  margin-bottom: 15px; }

body .modal_template {
  clear: both; }

.bigtitle.visible1.inorg {
  color: #006fe4;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 100;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 20px;
  margin-bottom: 20px;
  width: 100%; }

.formcontacts .chosen-container {
  margin-top: 20px;
  width: 100% !important; }

.chosen-container .chosen-results li {
  background-image: none !important;
  padding-left: 6px !important; }

.formcontacts .chosen-single {
  max-width: 100% !important;
  width: 100% !important;
  background-image: url(../img/selectf.svg) !important;
  background-repeat: no-repeat !important;
  background-position: right 20px center !important;
  padding: 13px !important;
  background-size: 20px 20px !important;
  padding-right: 50px !important;
  font-size: 17px !important;
  color: #333333 !important;
  border: 1px solid #cacaca !important;
  box-sizing: border-box !important;
  height: auto !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  background-color: white !important; }
  .formcontacts .chosen-single > div > b {
    display: none !important; }

.chosen-container .chosen-results li {
  background-image: none; }

.mbli li {
  padding-bottom: 15px !important; }

.mtop10 {
  margin-top: 10px; }

.utp .blocks .block .bottomtext {
  margin-top: 20px;
  font-size: 12px;
  font-style: italic; }

div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preload.gif") no-repeat center center; }

.secondutp .block {
  padding-left: 20px;
  padding-right: 20px; }
.secondutp .blocks {
  width: 49%;
  float: left; }
.secondutp .blocksright {
  float: right;
  width: 49%; }
  .secondutp .blocksright a {
    display: block;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 15px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 40px;
    background-image: url(../img/www.svg);
    background-color: #eeeeee;
    text-decoration: none;
    color: #333333;
    transition: all 0s ease 0s; }
    .secondutp .blocksright a:hover {
      text-decoration: none;
      color: #f8941f; }

.oneline.recapcha {
  margin-top: 15px; }

.contactformmod .oneline textarea {
  resize: none; }

.slider .textblock a:hover {
  text-decoration: underline; }

.contactformmod_obras .formcontacts {
  max-width: 500px; }
  .contactformmod_obras .formcontacts input[type='text']::-webkit-input-placeholder, .contactformmod_obras .formcontacts input[type='text']::-moz-placeholder, .contactformmod_obras .formcontacts input[type='text']:-moz-placeholder, .contactformmod_obras .formcontacts input[type='text']:-ms-input-placeholder {
    color: #adadad; }
  .contactformmod_obras .formcontacts input[type='email']::-webkit-input-placeholder, .contactformmod_obras .formcontacts input[type='email']::-moz-placeholder, .contactformmod_obras .formcontacts input[type='email']:-moz-placeholder, .contactformmod_obras .formcontacts input[type='email']:-ms-input-placeholder {
    color: #adadad; }
  .contactformmod_obras .formcontacts textarea::-webkit-input-placeholder, .contactformmod_obras .formcontacts textarea::-moz-placeholder, .contactformmod_obras .formcontacts textarea:-moz-placeholder, .contactformmod_obras .formcontacts textarea:-ms-input-placeholder {
    color: #adadad; }
  .contactformmod_obras .formcontacts .chosen-single.chosen-default {
    color: #adadad !important; }

/* Firefox 19+ */
/* Firefox 18- */
/* Firefox 19+ */
/* Firefox 18- */
/* Firefox 19+ */
/* Firefox 18- */
.formcontacts .oneline .desk {
  color: #999999; }

.slider .textblock {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }
  .slider .textblock a.morr {
    color: #006fe4;
    text-transform: none;
    margin-top: 0px;
    text-decoration: underline; }
    .slider .textblock a.morr:hover {
      text-decoration: none; }
  .slider .textblock p {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%; }

.blocksonraspis .oneblock .i {
  position: relative; }
  .blocksonraspis .oneblock .i:after {
    visibility: hidden;
    background-color: white;
    color: black;
    text-align: center;
    padding: 11px 20px;
    position: absolute;
    z-index: 1;
    width: 200px;
    top: 125%;
    left: 50%;
    margin-left: -100px;
    box-sizing: border-box;
    font-size: 14px; }
  .blocksonraspis .oneblock .i:hover:after {
    visibility: visible; }
  .blocksonraspis .oneblock .i:after {
    border: 2px solid #f8941f; }

#slider .blackv_ie {
  display: none; }

.anythingSlider {
  top: 0px;
  left: 0px;
  position: relative; }

a.podchinenie.btndownload {
  padding-left: 27px;
  background-image: url(../img/doc_0.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #006fe4;
  cursor: pointer;
  text-decoration: underline;
  margin-left: 30px; }

.menu .cont > ul > li .secmenu ul li.ico.n_icon_1 a {
  background-image: url(../img/icon_for_menu/white/n_icon_1.svg); }
.menu .cont > ul > li .secmenu ul li.ico.n_icon_2 a {
  background-image: url(../img/icon_for_menu/white/n_icon_2.svg); }
.menu .cont > ul > li .secmenu ul li.ico.n_icon_3 a {
  background-image: url(../img/icon_for_menu/white/n_icon_3.svg); }
.menu .cont > ul > li .secmenu ul li.ico.n_icon_4 a {
  background-image: url(../img/icon_for_menu/white/n_icon_4.svg); }
.menu .cont > ul > li .secmenu ul li.ico.n_icon_5 a {
  background-image: url(../img/icon_for_menu/white/n_icon_5.svg); }
.menu .cont > ul > li .secmenu ul li.ico.n_icon_6 a {
  background-image: url(../img/icon_for_menu/white/n_icon_6.svg); }
.menu .cont > ul > li .secmenu ul li.ico.n_icon_7 a {
  background-image: url(../img/icon_for_menu/white/n_icon_7.svg); }
.menu .cont > ul > li .secmenu ul li.ico.n_icon_8 a {
  background-image: url(../img/icon_for_menu/white/n_icon_8.svg); }
.menu .cont > ul > li .secmenu ul li.ico.n_icon_9 a {
  background-image: url(../img/icon_for_menu/white/n_icon_9.svg); }
.menu .cont > ul > li .secmenu ul li.ico.n_icon_10 a {
  background-image: url(../img/icon_for_menu/white/n_icon_10.svg); }
.menu .cont > ul > li .secmenu ul li.ico.n_icon_11 a {
  background-image: url(../img/icon_for_menu/white/n_icon_11.svg); }
.menu .cont > ul > li .secmenu ul li.ico.n_icon_12 a {
  background-image: url(../img/icon_for_menu/white/n_icon_12.svg); }
.menu .cont > ul > li .secmenu ul li.ico.n_icon_13 a {
  background-image: url(../img/icon_for_menu/white/n_icon_13.svg); }
.menu .cont > ul > li .secmenu ul li.ico.n_icon_14 a {
  background-image: url(../img/icon_for_menu/white/n_icon_14.svg); }
.menu .cont > ul > li .secmenu ul li.ico.n_icon_15 a {
  background-image: url(../img/icon_for_menu/white/n_icon_15.svg); }
.menu .cont > ul > li .secmenu ul li.ico.n_icon_16 a {
  background-image: url(../img/icon_for_menu/white/n_icon_16.svg); }
.menu .cont > ul > li .secmenu ul li.ico.n_icon_17 a {
  background-image: url(../img/icon_for_menu/white/n_icon_17.svg); }
.menu .cont > ul > li .secmenu ul li.ico.n_icon_18 a {
  background-image: url(../img/icon_for_menu/white/n_icon_18.svg); }
.menu .cont > ul > li .secmenu ul li.ico.n_icon_19 a {
  background-image: url(../img/icon_for_menu/white/n_icon_19.svg); }
.menu .cont > ul > li .secmenu ul li.ico.n_icon_20 a {
  background-image: url(../img/icon_for_menu/white/n_icon_20.svg); }
.menu .cont > ul > li .secmenu ul li.ico.n_icon_21 a {
  background-image: url(../img/icon_for_menu/white/n_icon_21.svg); }
.menu .cont > ul > li .secmenu ul li.ico.n_icon_22 a {
  background-image: url(../img/icon_for_menu/white/n_icon_22.svg); }
.menu .cont > ul > li .secmenu ul li.ico.n_icon_23 a {
  background-image: url(../img/icon_for_menu/white/n_icon_23.svg); }
.menu .cont > ul > li .secmenu ul li.ico.n_icon_24 a {
  background-image: url(../img/icon_for_menu/white/n_icon_24.svg); }
.menu .cont > ul > li .secmenu ul li.ico.n_icon_25 a {
  background-image: url(../img/icon_for_menu/white/n_icon_25.svg); }
.menu .cont > ul > li .secmenu ul li.ico.n_icon_26 a {
  background-image: url(../img/icon_for_menu/white/n_icon_26.svg); }
.menu .cont > ul > li .secmenu ul li.ico.n_icon_1 a:hover {
  background-image: url(../img/icon_for_menu/n_icon_1_h.svg); }
.menu .cont > ul > li .secmenu ul li.ico.n_icon_2 a:hover {
  background-image: url(../img/icon_for_menu/n_icon_2_h.svg); }
.menu .cont > ul > li .secmenu ul li.ico.n_icon_3 a:hover {
  background-image: url(../img/icon_for_menu/n_icon_3_h.svg); }
.menu .cont > ul > li .secmenu ul li.ico.n_icon_4 a:hover {
  background-image: url(../img/icon_for_menu/n_icon_4_h.svg); }
.menu .cont > ul > li .secmenu ul li.ico.n_icon_5 a:hover {
  background-image: url(../img/icon_for_menu/n_icon_5_h.svg); }
.menu .cont > ul > li .secmenu ul li.ico.n_icon_6 a:hover {
  background-image: url(../img/icon_for_menu/n_icon_6_h.svg); }
.menu .cont > ul > li .secmenu ul li.ico.n_icon_7 a:hover {
  background-image: url(../img/icon_for_menu/n_icon_7_h.svg); }
.menu .cont > ul > li .secmenu ul li.ico.n_icon_8 a:hover {
  background-image: url(../img/icon_for_menu/n_icon_8_h.svg); }
.menu .cont > ul > li .secmenu ul li.ico.n_icon_9 a:hover {
  background-image: url(../img/icon_for_menu/n_icon_9_h.svg); }
.menu .cont > ul > li .secmenu ul li.ico.n_icon_10 a:hover {
  background-image: url(../img/icon_for_menu/n_icon_10_h.svg); }
.menu .cont > ul > li .secmenu ul li.ico.n_icon_11 a:hover {
  background-image: url(../img/icon_for_menu/n_icon_11_h.svg); }
.menu .cont > ul > li .secmenu ul li.ico.n_icon_12 a:hover {
  background-image: url(../img/icon_for_menu/n_icon_12_h.svg); }
.menu .cont > ul > li .secmenu ul li.ico.n_icon_13 a:hover {
  background-image: url(../img/icon_for_menu/n_icon_13_h.svg); }
.menu .cont > ul > li .secmenu ul li.ico.n_icon_14 a:hover {
  background-image: url(../img/icon_for_menu/n_icon_14_h.svg); }
.menu .cont > ul > li .secmenu ul li.ico.n_icon_15 a:hover {
  background-image: url(../img/icon_for_menu/n_icon_15_h.svg); }
.menu .cont > ul > li .secmenu ul li.ico.n_icon_16 a:hover {
  background-image: url(../img/icon_for_menu/n_icon_16_h.svg); }
.menu .cont > ul > li .secmenu ul li.ico.n_icon_17 a:hover {
  background-image: url(../img/icon_for_menu/n_icon_17_h.svg); }
.menu .cont > ul > li .secmenu ul li.ico.n_icon_18 a:hover {
  background-image: url(../img/icon_for_menu/n_icon_18_h.svg); }
.menu .cont > ul > li .secmenu ul li.ico.n_icon_19 a:hover {
  background-image: url(../img/icon_for_menu/n_icon_19_h.svg); }
.menu .cont > ul > li .secmenu ul li.ico.n_icon_20 a:hover {
  background-image: url(../img/icon_for_menu/n_icon_20_h.svg); }
.menu .cont > ul > li .secmenu ul li.ico.n_icon_21 a:hover {
  background-image: url(../img/icon_for_menu/n_icon_21_h.svg); }
.menu .cont > ul > li .secmenu ul li.ico.n_icon_22 a:hover {
  background-image: url(../img/icon_for_menu/n_icon_22_h.svg); }
.menu .cont > ul > li .secmenu ul li.ico.n_icon_23 a:hover {
  background-image: url(../img/icon_for_menu/n_icon_23v.svg); }
.menu .cont > ul > li .secmenu ul li.ico.n_icon_24 a:hover {
  background-image: url(../img/icon_for_menu/n_icon_24_h.svg); }
.menu .cont > ul > li .secmenu ul li.ico.n_icon_25 a:hover {
  background-image: url(../img/icon_for_menu/n_icon_25_h.svg); }
.menu .cont > ul > li .secmenu ul li.ico.n_icon_26 a:hover {
  background-image: url(../img/icon_for_menu/n_icon_26_h.svg); }

.utp.org .blocks .block {
  width: 32%; }
  .utp.org .blocks .block:nth-child(3n + 1) {
    margin-left: 0px !important; }
  .utp.org .blocks .block:nth-child(3n) {
    margin-right: 0px !important; }

.raspmodal .dop .icocont.i4 {
  padding-top: 2px;
  padding-bottom: 2px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
  background-image: url(../img/www.svg); }

.videos .onevid {
  width: 31%;
  float: left;
  margin-bottom: 40px;
  margin-left: 3%; }
  .videos .onevid:nth-child(3n + 1) {
    margin-left: 0%; }

ul.gallery .desk, .onevid .desk {
  height: 40px;
  font-size: 16px;
  text-align: center;
  margin-top: 5px;
  overflow: hidden; }

ul.gallery {
  margin-top: 0px;
  padding-left: 0px; }
  ul.gallery img {
    width: 150px; }
  ul.gallery li {
    display: inline-block;
    background-image: none;
    margin-right: 20px;
    padding-left: 0px;
    margin-bottom: 20px; }

.wesee .buttons {
  float: left;
  width: 100%;
  min-height: 50px; }

.contentbottomtitle.noborderbottom {
  border-bottom: 0px !important;
  font-size: 20px !important;
  margin-bottom: 0px;
  padding-bottom: 0px; }

.tocenterblock {
  text-align: center; }

.bottombtnscroller {
  background-image: url(../img/down-arrow-gray.svg);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: center bottom;
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-top: 15px;
  cursor: pointer;
  background-color: transparent;
  border: 0px; }

#cboxLoadedContent {
  overflow: hidden !important; }

#tabs2, #tabs {
  float: left;
  width: 100%; }

.videos .onevid img {
  max-width: 100%; }
.videos.fiveinline .onevid {
  width: 17%; }
  .videos.fiveinline .onevid:nth-child(5n + 1) {
    margin-left: 0% !important; }
  .videos.fiveinline .onevid:nth-child(3n + 1) {
    margin-left: 3%; }

a#loadMore {
  background: #d247df;
  background: -moz-linear-gradient(left, #d247df 0%, #ea4780 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #d247df), color-stop(100%, #ea4780));
  background: -webkit-linear-gradient(left, #d247df 0%, #ea4780 100%);
  background: -o-linear-gradient(left, #d247df 0%, #ea4780 100%);
  background: -ms-linear-gradient(left, #d247df 0%, #ea4780 100%);
  background: linear-gradient(to right, #d247df 0%, #ea4780 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cd47ef', endColorstr='#ef476f', GradientType=1);
  display: inline-block;
  padding: 14px 18px;
  color: #fbfbfc;
  text-decoration: none;
  font-size: 21px;
  transition: all 0.1s ease 0s;
  border: 2px solid white; }
  a#loadMore:hover {
    border: 2px solid #d947c3;
    border-image: linear-gradient(90deg, #cd47ef 0%, #ea4782 100%);
    border-image-slice: 1;
    background: linear-gradient(90deg, #cd47ef 0%, #ea4782 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }

#simpodpiska {
  float: right;
  background: #d247df;
  background: -moz-linear-gradient(left, #d247df 0%, #ea4780 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #d247df), color-stop(100%, #ea4780));
  background: -webkit-linear-gradient(left, #d247df 0%, #ea4780 100%);
  background: -o-linear-gradient(left, #d247df 0%, #ea4780 100%);
  background: -ms-linear-gradient(left, #d247df 0%, #ea4780 100%);
  background: linear-gradient(to right, #d247df 0%, #ea4780 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cd47ef', endColorstr='#ef476f', GradientType=1);
  display: inline-block;
  padding: 7px 20px;
  color: #fbfbfc;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.1s ease 0s;
  border: 2px solid white; }
  #simpodpiska:hover {
    border: 2px solid #d947c3;
    border-image: linear-gradient(90deg, #cd47ef 0%, #ea4782 100%);
    border-image-slice: 1;
    background: linear-gradient(90deg, #cd47ef 0%, #ea4782 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    cursor: pointer; }

.spoiler-wrapper {
  clear: both;
  width: 100%;
  float: left;
  margin-bottom: 30px; }
  .spoiler-wrapper .contentbottomtitle {
    font-weight: normal;
    margin-bottom: 15px;
    border-bottom-width: 1px; }
  .spoiler-wrapper a.btnglobal .s2 {
    display: none; }
  .spoiler-wrapper.hide a.btnglobal .s1 {
    display: none; }
  .spoiler-wrapper.hide a.btnglobal .s2 {
    display: inline; }
  .spoiler-wrapper a.btnglobal {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
  .spoiler-wrapper.hide a.btnglobal {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%); }
  .spoiler-wrapper.hide .spoiler-text {
    display: none; }
  .spoiler-wrapper a.btnglobal {
    float: left;
    cursor: pointer; }
  .spoiler-wrapper .spoiler-text {
    float: left;
    width: 100%; }

.doptext {
  z-index: 99;
  width: 100%;
  float: left; }
  .doptext .cont .text {
    position: relative;
    box-sizing: border-box;
    color: #333333;
    padding: 20px;
    background-color: white;
    margin-bottom: 50px;
    -webkit-box-shadow: 0px 12px 24px 0px rgba(52, 52, 52, 0.05), 0px 3px 5px 0px rgba(52, 52, 52, 0.05);
    -moz-box-shadow: 0px 12px 24px 0px rgba(52, 52, 52, 0.05), 0px 3px 5px 0px rgba(52, 52, 52, 0.05);
    box-shadow: 0px 12px 24px 0px rgba(52, 52, 52, 0.05), 0px 3px 5px 0px rgba(52, 52, 52, 0.05); }
  .doptext.dop1 {
    margin-top: -195px;
    position: relative; }

.utp.wdoptext1 {
  margin-top: 0px !important; }

.doptext .icocont {
  padding-top: 2px;
  padding-bottom: 2px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px; }
  .doptext .icocont.i1 {
    background-image: url(../img/placeholder.svg); }
  .doptext .icocont.i2 {
    background-image: url(../img/envelope.svg); }
  .doptext .icocont.i3 {
    background-image: url(../img/phone-call.svg); }
  .doptext .icocont.i4 {
    background-image: url(../img/www.svg); }
.doptext .typicaltext.clock {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 30px;
  border-top: 1px solid #dadbdc;
  padding-left: 80px;
  background: url(../img/clock.svg) no-repeat left center;
  background-size: 65px 65px; }

.map-modal #cboxLoadedContent {
  padding: 45px !important; }

#mapmodal .tabs {
  float: left;
  width: 100%; }
  #mapmodal .tabs .tab-content {
    display: none;
    width: 100%; }
    #mapmodal .tabs .tab-content.active {
      display: block; }
  #mapmodal .tabs .tabline {
    border-bottom: 2px solid #dadbdc;
    margin-bottom: 30px;
    width: 100%; }
    #mapmodal .tabs .tabline .tab {
      display: inline-block;
      text-transform: uppercase;
      font-size: 20px;
      margin-right: 30px;
      margin-bottom: -2px;
      cursor: pointer;
      padding-bottom: 10px; }
      #mapmodal .tabs .tabline .tab:hover {
        color: #f8941f; }
      #mapmodal .tabs .tabline .tab.active {
        color: #f8941f;
        border-bottom: 2px solid #f8941f; }
#mapmodal .text {
  margin-top: 20px;
  float: left;
  width: 100%; }
  #mapmodal .text .left {
    float: left;
    width: calc(100% - 440px); }
    #mapmodal .text .left .ico {
      margin-bottom: 30px;
      padding-left: 45px;
      background-repeat: no-repeat;
      background-position: left 0px; }
      #mapmodal .text .left .ico.i1 {
        background-image: url(../img/map_ppe/card.svg);
        background-size: 25px 18px; }
      #mapmodal .text .left .ico.i2 {
        background-image: url(../img/map_ppe/point.svg);
        background-size: 20px 28px; }
      #mapmodal .text .left .ico.i3 {
        background-image: url(../img/map_ppe/2point.svg);
        background-size: 30px 36px; }
  #mapmodal .text .right {
    float: right;
    width: 400px; }
    #mapmodal .text .right .alert {
      padding: 35px;
      border-image: linear-gradient(90deg, #cd47ef 0%, #ea4782 100%);
      border-image-slice: 1;
      background: linear-gradient(90deg, #cd47ef 0%, #ea4782 100%);
      text-align: center;
      background-color: transparent;
      border: 2px solid #d947c3;
      -webkit-background-clip: text;
      font-size: 18px;
      -webkit-text-fill-color: transparent; }
#mapmodal .topline {
  float: left;
  width: 100%;
  margin-bottom: 20px; }
  #mapmodal .topline .left {
    float: left;
    width: calc(100% - 340px); }
    #mapmodal .topline .left .title {
      font-weight: 300;
      font-size: 36px;
      color: #252525;
      margin-bottom: 20px; }
    #mapmodal .topline .left .per {
      float: left;
      width: 50%;
      box-sizing: border-box;
      padding-left: 13px;
      background-repeat: no-repeat;
      background-position: left 7px;
      background-size: 6px; }
      #mapmodal .topline .left .per.p1 {
        padding-right: 40px;
        background-image: url(../img/map_ppe/squad_blue.svg); }
      #mapmodal .topline .left .per.p2 {
        background-image: url(../img/map_ppe/squad_orange.svg); }
  #mapmodal .topline .right {
    float: right;
    width: 340px;
    padding-right: 50px;
    box-sizing: border-box;
    text-align: right; }
    #mapmodal .topline .right a {
      cursor: pointer;
      padding: 16px 18px; }
      #mapmodal .topline .right a:hover .printico {
        background-image: url(../img/map_ppe/print_white.svg); }
      #mapmodal .topline .right a .printico {
        background-image: url(../img/map_ppe/print.svg);
        width: 27px;
        height: 23px;
        background-size: 27px 23px;
        background-repeat: no-repeat;
        background-position: center center;
        margin-right: 15px;
        float: left;
        margin-top: -3px; }
#mapmodal hr.w100 {
  width: 100%; }

.documentspage.mapppe .onedoc.noico {
  background-image: url(../img/doc_map.svg);
  padding-left: 50px;
  background-size: 32px 40px;
  min-height: 40px;
  background-position: left center;
  width: 49%;
  float: left; }
  .documentspage.mapppe .onedoc.noico:nth-child(odd) {
    margin-right: 2%; }
  .documentspage.mapppe .onedoc.noico a {
    color: #333333;
    font-size: 16px;
    display: block;
    text-decoration: none; }
    .documentspage.mapppe .onedoc.noico a:hover {
      color: #f8941f; }
.documentspage.mapppe .text-center {
  text-align: center;
  float: left;
  width: 100%; }
.documentspage.mapppe .loadmorebtn {
  background: #d247df;
  background: -moz-linear-gradient(left, #d247df 0%, #ea4780 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #d247df), color-stop(100%, #ea4780));
  background: -webkit-linear-gradient(left, #d247df 0%, #ea4780 100%);
  background: -o-linear-gradient(left, #d247df 0%, #ea4780 100%);
  background: -ms-linear-gradient(left, #d247df 0%, #ea4780 100%);
  background: linear-gradient(to right, #d247df 0%, #ea4780 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cd47ef', endColorstr='#ef476f', GradientType=1);
  display: inline-block;
  padding: 14px 18px;
  color: #fbfbfc;
  text-decoration: none;
  font-size: 21px;
  transition: all 0.1s ease 0s;
  border: 2px solid white;
  cursor: pointer; }
  .documentspage.mapppe .loadmorebtn:hover {
    border: 2px solid #d947c3;
    border-image: linear-gradient(90deg, #cd47ef 0%, #ea4782 100%);
    border-image-slice: 1;
    background: linear-gradient(90deg, #cd47ef 0%, #ea4782 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }

.schememodule .scheme .row .openmodal.ifnowblock .toform {
  border-color: #f39424;
  background-color: #f39424;
  color: white; }
  .schememodule .scheme .row .openmodal.ifnowblock .toform .date {
    background-image: url(../img/cal_3.svg);
    color: white; }
  .schememodule .scheme .row .openmodal.ifnowblock .toform .bottom {
    color: white;
    background-color: #f39424;
    border-top: 1px solid white; }
  .schememodule .scheme .row .openmodal.ifnowblock .toform .ifnow {
    color: white; }

.schememodule .scheme .title {
  color: #ffffff;
  background-color: #f8941f;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  padding: 10px;
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.35); }
  .schememodule .scheme .title a {
    color: white; }
.schememodule .scheme .row {
  padding: 30px;
  background-color: white;
  border-bottom: 3px solid #f8941f;
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.35);
  background-image: url(../img/bg-scheme.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  min-height: 215px;
  margin-bottom: 50px;
  padding-top: 25px; }
  .schememodule .scheme .row a {
    text-decoration: none; }
  .schememodule .scheme .row .oneblock {
    display: inline-block;
    width: 315px;
    position: relative;
    margin-left: -3px;
    margin-right: 40px;
    vertical-align: top; }
    .schememodule .scheme .row .oneblock .toform {
      display: inline-block;
      width: 315px;
      border: 2px solid #c3c3c3;
      background-color: #ffffff;
      position: relative;
      vertical-align: top;
      overflow: hidden; }
      .schememodule .scheme .row .oneblock .toform:hover {
        border: 2px solid #ea4781 !important; }
    .schememodule .scheme .row .oneblock.tnrow {
      margin-bottom: 20px; }
      .schememodule .scheme .row .oneblock.tnrow .tonextrow {
        display: block; }
      .schememodule .scheme .row .oneblock.tnrow:nth-child(1) .tonextrow {
        background-image: url(../img/line-block-1-to-1-1920.png);
        width: 260px;
        height: 206px;
        right: 0px;
        margin-right: -98px;
        top: 100%; }
        .schememodule .scheme .row .oneblock.tnrow:nth-child(1) .tonextrow span.global {
          position: absolute;
          right: 0px;
          top: 13px;
          display: block;
          width: 254px;
          text-align: center; }
          .schememodule .scheme .row .oneblock.tnrow:nth-child(1) .tonextrow span.global span {
            padding-left: 10px;
            padding-right: 10px;
            background-color: white;
            color: #f8941f;
            font-size: 14px;
            display: inline-block; }
      .schememodule .scheme .row .oneblock.tnrow:nth-child(2) .tonextrow {
        background-image: url(../img/line-block-2-to-1-1920.png);
        width: 589px;
        height: 206px;
        right: 0px;
        margin-right: -71px;
        top: 100%; }
        .schememodule .scheme .row .oneblock.tnrow:nth-child(2) .tonextrow span.global {
          position: absolute;
          right: 0px;
          top: 13px;
          display: block;
          width: 254px;
          text-align: center; }
          .schememodule .scheme .row .oneblock.tnrow:nth-child(2) .tonextrow span.global span {
            padding-left: 10px;
            padding-right: 10px;
            background-color: white;
            color: #f8941f;
            font-size: 14px;
            display: inline-block; }
      .schememodule .scheme .row .oneblock.tnrow:nth-child(3) .tonextrow {
        background-image: url(../img/line-block-3-to-1-1920.png);
        width: 975px;
        height: 206px;
        right: 0px;
        margin-right: -100px;
        top: 100%; }
        .schememodule .scheme .row .oneblock.tnrow:nth-child(3) .tonextrow span.global {
          position: absolute;
          right: 0px;
          top: 13px;
          display: block;
          width: 254px;
          text-align: center; }
          .schememodule .scheme .row .oneblock.tnrow:nth-child(3) .tonextrow span.global span {
            padding-left: 10px;
            padding-right: 10px;
            background-color: white;
            color: #f8941f;
            font-size: 14px;
            display: inline-block; }
      .schememodule .scheme .row .oneblock.tnrow:nth-child(4) .tonextrow {
        background-image: url(../img/line-block-4-to-1-1920.png);
        width: 1332px;
        height: 206px;
        right: 0px;
        margin-right: -100px;
        top: 100%; }
        .schememodule .scheme .row .oneblock.tnrow:nth-child(4) .tonextrow span.global {
          position: absolute;
          right: 0px;
          top: 13px;
          display: block;
          width: 254px;
          text-align: center; }
          .schememodule .scheme .row .oneblock.tnrow:nth-child(4) .tonextrow span.global span {
            padding-left: 10px;
            padding-right: 10px;
            background-color: white;
            color: #f8941f;
            font-size: 14px;
            display: inline-block; }
      .schememodule .scheme .row .oneblock.tnrow:nth-child(5) .tonextrow {
        background-image: url(../img/line-block-5-to-1-1920.png);
        width: 1450px;
        height: 206px;
        right: 0px;
        margin-right: calc(50% - 2px);
        top: 100%; }
        .schememodule .scheme .row .oneblock.tnrow:nth-child(5) .tonextrow span.global {
          position: absolute;
          right: 0px;
          top: 13px;
          display: block;
          width: 254px;
          text-align: center; }
          .schememodule .scheme .row .oneblock.tnrow:nth-child(5) .tonextrow span.global span {
            padding-left: 10px;
            padding-right: 10px;
            background-color: white;
            color: #f8941f;
            font-size: 14px;
            display: inline-block; }
    .schememodule .scheme .row .oneblock.tntop .tonexttop {
      display: block;
      position: absolute;
      top: -25px;
      left: 50%;
      background-image: url(../img/tonexttop-1920.png);
      height: 25px;
      width: 364px;
      text-align: center;
      background-repeat: no-repeat; }
      .schememodule .scheme .row .oneblock.tntop .tonexttop span {
        padding-left: 10px;
        padding-right: 10px;
        background-color: white;
        color: #b7b7b7;
        font-size: 14px;
        display: inline-block;
        top: -13px;
        position: relative; }
    .schememodule .scheme .row .oneblock.tnright .tonextright {
      display: block;
      position: absolute;
      top: 30%;
      margin-top: -5px;
      background-image: url(../img/nextarr.png);
      width: 40px;
      height: 10px;
      right: -42px; }
    .schememodule .scheme .row .oneblock:last-child {
      margin-right: 0px; }
    .schememodule .scheme .row .oneblock.now .ifnow {
      display: block; }
    .schememodule .scheme .row .oneblock .tonextrow {
      position: absolute;
      background-repeat: no-repeat;
      background-position: top right; }
    .schememodule .scheme .row .oneblock .tonexttop, .schememodule .scheme .row .oneblock .tonextright, .schememodule .scheme .row .oneblock .tonextrow {
      display: none; }
    .schememodule .scheme .row .oneblock .date {
      color: #949393;
      font-size: 13px;
      font-style: italic;
      font-weight: 300;
      background-image: url(../img/cal_hover.svg);
      background-position: left center;
      padding-left: 40px;
      background-size: 28px 28px;
      background-repeat: no-repeat;
      height: 30px;
      display: table; }
      .schememodule .scheme .row .oneblock .date.textinblock {
        background-position: top left;
        font-size: 11px; }
      .schememodule .scheme .row .oneblock .date span {
        white-space: nowrap;
        display: table-cell;
        vertical-align: middle; }
      .schememodule .scheme .row .oneblock .date div {
        line-height: 10px;
        display: table-cell;
        vertical-align: middle; }
    .schememodule .scheme .row .oneblock .top {
      padding: 15px;
      box-sizing: border-box;
      height: 60px; }
    .schememodule .scheme .row .oneblock .bottom {
      display: table;
      height: calc(100% - 60px);
      background-color: #f3f4f5;
      padding: 15px;
      text-align: center;
      color: black;
      font-size: 18px;
      font-weight: 600;
      width: 100%;
      box-sizing: border-box;
      position: relative; }
      .schememodule .scheme .row .oneblock .bottom.toscroll {
        display: block;
        overflow: auto; }
        .schememodule .scheme .row .oneblock .bottom.toscroll .lcell {
          display: block;
          font-size: 15px; }
      .schememodule .scheme .row .oneblock .bottom .lcell {
        display: table-cell;
        line-height: 16px;
        vertical-align: middle; }
    .schememodule .scheme .row .oneblock .ifnow {
      position: absolute;
      bottom: 5px;
      right: 5px;
      color: #a8a7a7;
      display: none;
      font-size: 9px; }
  .schememodule .scheme .row .topposition {
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 2;
    min-height: 48px; }
    .schememodule .scheme .row .topposition .titlem {
      display: inline-block;
      margin-bottom: 0px;
      color: #f8941f;
      font-size: 20px;
      font-weight: 600; }
    .schememodule .scheme .row .topposition .date {
      display: inline-block;
      color: #858585;
      font-size: 15px;
      font-weight: 300; }
.schememodule .checkfilter {
  margin-top: 30px;
  margin-bottom: 20px; }
  .schememodule .checkfilter .check {
    display: inline-block;
    vertical-align: top; }
    .schememodule .checkfilter .check label {
      display: inline-block;
      vertical-align: top;
      margin-top: 6px; }
    .schememodule .checkfilter .check .jq-checkbox {
      width: 33px;
      height: 33px;
      margin-left: 10px;
      border: 1px solid #cacaca;
      background: white;
      border-radius: 0px;
      box-shadow: none; }
    .schememodule .checkfilter .check .jq-checkbox.checked .jq-checkbox__div {
      width: 22px;
      height: 11px;
      margin: 7px 0 0 5px;
      border-bottom: 2px solid #f8941f;
      border-left: 2px solid #f8941f; }
  .schememodule .checkfilter .name {
    display: inline-block;
    color: #999999;
    margin-right: 15px; }
  .schememodule .checkfilter .sel {
    display: inline-block;
    width: 300px; }
    .schememodule .checkfilter .sel .chosen-container-active .chosen-single {
      border-color: #cacaca; }
    .schememodule .checkfilter .sel .chosen-container .chosen-drop {
      box-shadow: none;
      background: #f3f4f5;
      border: 1px solid #999999;
      border-top: 1px solid #999999; }
    .schememodule .checkfilter .sel .chosen-container .chosen-results li.highlighted {
      background-color: #F39424 !important;
      background-image: linear-gradient(#F39424 20%, #F39424 90%) !important; }
    .schememodule .checkfilter .sel .chosen-container-single .chosen-single div b {
      background-image: url(../img/selectbottom.svg) !important;
      background-position: center center !important;
      background-size: 12px 12px !important;
      background-repeat: no-repeat !important;
      width: 25px;
      float: right;
      display: block; }
    .schememodule .checkfilter .sel .chosen-container-single .chosen-single {
      border-color: #cacaca;
      border-radius: 0px;
      background: none;
      background-color: white;
      box-shadow: none;
      height: 35px;
      line-height: 35px;
      color: #999999;
      font-size: 16px;
      padding-left: 10px;
      font-weight: 400; }
    .schememodule .checkfilter .sel select {
      width: 300px; }

/* Roadmap modal */
.roadmapmodal .date {
  font-size: 16px;
  color: #ff007e;
  background-image: url(../img/cal_hover.svg);
  background-repeat: no-repeat;
  padding-left: 33px;
  background-position: left center;
  padding-top: 10px;
  padding-bottom: 8px;
  margin-left: 20px;
  display: inline-block;
  background-size: 23px 23px;
  white-space: nowrap; }
.roadmapmodal .documentspage {
  margin-top: 20px; }
  .roadmapmodal .documentspage .onedoc {
    padding-left: 90px; }
.roadmapmodal #cboxLoadedContent {
  background-color: #f3f4f5; }
.roadmapmodal #cboxClose {
  z-index: 99; }
.roadmapmodal .tabs .col-right {
  float: right;
  width: 25%;
  margin-left: 5%;
  background-color: white;
  -webkit-box-shadow: 0px 12px 24px 0px rgba(52, 52, 52, 0.05), 0px 3px 5px 0px rgba(52, 52, 52, 0.05);
  -moz-box-shadow: 0px 12px 24px 0px rgba(52, 52, 52, 0.05), 0px 3px 5px 0px rgba(52, 52, 52, 0.05);
  box-shadow: 0px 12px 24px 0px rgba(52, 52, 52, 0.05), 0px 3px 5px 0px rgba(52, 52, 52, 0.05);
  padding: 25px;
  color: #999999;
  box-sizing: border-box; }
  .roadmapmodal .tabs .col-right ul {
    padding-left: 0px; }
.roadmapmodal .tabs .col-left {
  float: left;
  width: 70%; }
  .roadmapmodal .tabs .col-left .oneblock {
    background-color: #eeeeee;
    padding: 13px;
    text-align: center; }
    .roadmapmodal .tabs .col-left .oneblock img {
      max-width: 100%; }
  .roadmapmodal .tabs .col-left .slick-slide {
    margin-right: 18px; }
  .roadmapmodal .tabs .col-left .responsive-slick {
    width: calc(100% - 100px);
    margin-left: 50px; }
    .roadmapmodal .tabs .col-left .responsive-slick .slick-prev:before, .roadmapmodal .tabs .col-left .responsive-slick .slick-next:before {
      color: #f8941f;
      font-size: 30px; }
    .roadmapmodal .tabs .col-left .responsive-slick .slick-prev {
      left: -40px;
      z-index: 99;
      width: 30px;
      height: 30px; }
    .roadmapmodal .tabs .col-left .responsive-slick .slick-next {
      right: -28px;
      z-index: 99;
      width: 30px;
      height: 30px; }
.roadmapmodal #cboxLoadedContent {
  padding: 40px; }
.roadmapmodal .modal_template .bigtitle {
  border-bottom: 0px;
  margin-bottom: 40px;
  padding-bottom: 0px; }
.roadmapmodal .altmenu {
  width: 100%;
  border-bottom: 2px solid #dadbdc;
  margin-bottom: 30px; }
  .roadmapmodal .altmenu ul {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px; }
    .roadmapmodal .altmenu ul li {
      display: inline-block;
      background-image: none !important;
      padding-left: 0px !important;
      margin-bottom: 0px; }
      .roadmapmodal .altmenu ul li a {
        color: #8e8e8e;
        text-decoration: none;
        text-transform: uppercase;
        transition: all 0s ease 0s;
        margin-right: 60px;
        padding-bottom: 10px;
        font-size: 20px;
        display: inline-block; }
      .roadmapmodal .altmenu ul li.active a, .roadmapmodal .altmenu ul li a:hover {
        color: #f8941f;
        border-bottom: 2px solid #f8941f;
        margin-bottom: -2px;
        cursor: pointer; }

.onadmin .menu.stickytop {
  top: 40px; }
.onadmin.color1 .menu.stickytop, .onadmin.color2 .menu.stickytop {
  top: 103px; }

.roadmapmodal .blocksonraspis .oneblock .head .checker {
  margin-top: -5px;
  width: auto;
  font-size: 16px;
  background-image: url(../img/oval.svg);
  background-size: 68px 30px;
  width: 68px;
  padding-top: 6px;
  box-sizing: border-box;
  color: white;
  text-align: center;
  margin-left: 5px;
  cursor: default; }
.roadmapmodal .blocksonraspis .oneblock .head .secblocks {
  float: right;
  width: 120px; }
.roadmapmodal .blocksonraspis .oneblock .head .date {
  float: left;
  margin-bottom: 0px;
  padding-top: 2px;
  background-position: top left;
  width: auto;
  margin-left: 0px; }
.roadmapmodal .blocksonraspis .oneblock .head {
  padding-top: 26px;
  padding-bottom: 10px; }

/*# sourceMappingURL=style.css.map */
