@import "https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&amp;subset=cyrillic";
@import "https://fonts.googleapis.com/icon?family=Material+Icons";

p,
span,
h1,
h2,
h3,
h4,
a,
ul,
ul > li {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
}
button {
  border: none;
  margin: 0px;
  padding: 0px;
  outline: none;
}
body {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding: 0;
  background-color: #fff;
  position: relative;
  line-height: 1.5;
  transition: 0.4s;
}
body.blur {
  filter: blur(2px);
}
.material-icons {
  color: #4652b1;
  font-size: 29px;
}
.wrap {
  /* max-width: 1460px; */
  /* padding: 0px 10px; */
  box-sizing: border-box;
  margin: 0 auto;
}
header {
  width: 100%;
  max-width: calc(100vw);
  min-width: 320px;
  overflow: hidden;
  position: relative;
}
.header-center {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 30px 24px;
}
.header-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 690px;
  width: 100%;
  margin-left: 50px;
}
.logo img {
  width: 440px;
}
.address-block {
  max-width: 190px;
  padding: 0px 10px;
}
.address {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}
.adr {
  max-width: 150px;
  margin-left: 13px;
  white-space: nowrap;
}
.adr p {
  font-size: 9px;
  font-weight: 300;
  color: #4652b1;
  text-transform: uppercase;
}
.adr span {
  font-size: 14px;
  font-weight: 700;
  color: #4652b1;
  text-transform: uppercase;
  display: block;
  margin-top: -4px;
}
.time-work {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  margin-top: 15px;
}
.time-work i {
  position: absolute;
  margin: 2px 0px 0px -42px;
}
.time-work a {
  font-size: 12px;
  font-weight: 400;
  color: #4652b1;
  text-transform: uppercase;
  transition: 0.4s;
  margin-left: -4px;
  padding: 0px 12px 0px 46px;
  border: 1px solid transparent;
  border-radius: 3px;
  height: 32px;
  line-height: 32px;
}
.time-work a:hover {
  border: 1px solid rgba(48, 63, 159, 0.3);
  -webkit-box-shadow: 3px 3px 0px 0px rgba(200, 208, 213, 0.5);
  -moz-box-shadow: 3px 3px 0px 0px rgba(200, 208, 213, 0.5);
  box-shadow: 3px 3px 0px 0px rgba(200, 208, 213, 0.5);
}
.cabinet-block {
  max-width: 170px;
  padding: 0px 10px;
}
.cabinet {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: -12px;
}

.cabinet i {
  position: absolute;
  margin: 6px 0px 0px -36px;
}
.cabinet a {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #4652b1;
  transition: 0.4s;
  margin: 8px 0px 0px -4px;
  padding: 0px 12px 0px 46px;
  border-radius: 3px;
  height: 42px;
  line-height: 42px;
}
.cabinet a:hover {
  background: #f3d748;
  -webkit-box-shadow: 3px 3px 0px 0px rgba(200, 208, 213, 0.5);
  -moz-box-shadow: 3px 3px 0px 0px rgba(200, 208, 213, 0.5);
  box-shadow: 3px 3px 0px 0px rgba(200, 208, 213, 0.5);
}
.zayava {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
}
.zayava i {
  position: absolute;
  margin: 1px 0px 0px -41px;
  background: #fdd835;
  font-size: 24px;
  padding: 6px;
  border-radius: 50%;
}
.zayava a {
  margin-left: 13px;
  color: #4652b1;
  text-transform: uppercase;
  transition: 0.4s;
  font-size: 12px;
  font-weight: 400;
  margin: -8px 0px 0px 0px;
  padding: 0px 12px 0px 42px;
  border: 1px solid transparent;
  border-radius: 20px 3px 3px 20px;
  height: 38px;
  line-height: 38px;
  white-space: nowrap;
}
.zayava a:hover {
  border: 1px solid rgba(48, 63, 159, 0.3);
  -webkit-box-shadow: 3px 3px 0px 0px rgba(200, 208, 213, 0.5);
  -moz-box-shadow: 3px 3px 0px 0px rgba(200, 208, 213, 0.5);
  box-shadow: 3px 3px 0px 0px rgba(200, 208, 213, 0.5);
}
.call-block {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 200px;
  width: 100%;
  padding: 0px 0px 0px 10px;
}
.call-phone {
  margin-left: 13px;
  width: 145px;
  text-align: center;
}
.call-phone p {
  background-color: #f3d748;
  width: 100%;
  display: block;
  text-align: center;
  letter-spacing: 3px;
  font-size: 10px;
  font-weight: 300;
  color: #000;
  padding: 4px 0px;
  text-transform: uppercase;
  border-radius: 5px;
}
.call-phone span {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  font-size: 16px;
  font-weight: 700;
  color: #95a2ac;
  margin-top: 5px;
}
.call-phone span b {
  font-size: 24px;
  font-weight: 700;
  margin-left: 4px;
  color: #4652b1;
  margin-top: -5px;
}
.all-contacts {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}
.all-contacts i {
  position: absolute;
  margin: -3px 0px 0px -38px;
}
.all-contacts a {
  font-size: 12px;
  font-weight: 400;
  color: #4652b1;
  text-transform: uppercase;
  transition: 0.4s;
  margin-left: -4px;
  padding: 0px 12px 0px 42px;
  border: 1px solid transparent;
  border-radius: 3px;
  height: 24px;
  line-height: 24px;
}
.all-contacts a:hover {
  border: 1px solid rgba(48, 63, 159, 0.3);
  -webkit-box-shadow: 3px 3px 0px 0px rgba(200, 208, 213, 0.5);
  -moz-box-shadow: 3px 3px 0px 0px rgba(200, 208, 213, 0.5);
  box-shadow: 3px 3px 0px 0px rgba(200, 208, 213, 0.5);
}
.menu {
  background-color: #303f9f;
  width: 100%;
  height: 56px;
  overflow: hidden;
}
.menu.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1400;
}
.menu.fixed nav {
  overflow: hidden;
  margin-top: -112px;
  opacity: 0;
  filter: alpha(opacity=0);
}
header.fixed {
  margin-bottom: 56px;
}
.menu-center nav {
  transition: 0.4s;
  height: 56px;
}
.logo-scroll {
  position: absolute;
  bottom: -55px;
  left: 73px;
  transition: 0.4s;
}
.logo-scroll img {
  width: 276px;
  height: 44px;
}
.menu.fixed .logo-scroll {
  bottom: 0px;
}
.right-abs-menu {
  position: absolute;
  right: 10px;
  bottom: -55px;
  width: 110px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  transition: 0.4s;
}
.right-abs-menu a i {
  color: #fff !important;
  transition: 0.4s;
}
.right-abs-menu a:hover i {
  color: #fdd835 !important;
}
.menu.fixed .right-abs-menu {
  bottom: 6px;
}
.menu-center {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  height: 56px;
  padding: 0px 10px 0px 0px;
}
.menu-center nav ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}
.menu-center nav ul li a {
  font-size: 16px;
  font-weight: 700;
  color: #d1d3e8;
  transition: 0.4s;
  text-transform: uppercase;
  position: relative;
  padding: 0px 25px;
  height: 56px;
  line-height: 56px;
  display: flex;
  white-space: nowrap;
}
.menu-center nav ul li a:after {
  position: absolute;
  width: 100%;
  height: 0px;
  left: 0;
  bottom: 0;
  background-color: #f3d748;
  content: "";
  transition: 0.4s;
}
.menu-center nav ul li a:hover {
  color: #f3d748;
  background-color: #4652b1;
}
.menu-center nav ul li a:hover:after {
  height: 3px;
}
.menu-center nav ul li.active a {
  color: #f3d748;
  /* background-color: #4652b1; */
  background: url(/d/pixel.png) repeat-x top left #4652b1;
}
.menu-center nav ul li.active a:after {
  height: 3px;
}

.footer-hr-top {
  height: 19px;
  padding: 0px !important;
  z-index: 1399;
}
.blue {
  height: 100%;
  max-width: 445px;
  width: 100%;
  background-color: #303f9f;
}
.yellow {
  height: 100%;
  width: 127px;
  background-color: #fdd835;
}
footer {
  width: 100%;
  position: relative;
  max-width: calc(100vw);
  min-width: 320px;
  overflow: hidden;
  background-color: #eceff1;
}
.footer-center {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0px !important;
}
.logo-footer {
  min-width: 127px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  background-color: #fff;
}
.logo-footer a {
  margin-top: 50px;
}
.logo-footer a img {
  width: 89px;
}
.footer-phone-block {
  background-color: #fff;
  min-width: 295px;
}
.footer-phone-hr {
  width: 100%;
  height: 19px;
  background-color: #cfd8dc;
}
.footer-phone-in {
  padding: 0px 20px 0px 25px;
}
.footer-phone-in .call-block {
  margin-top: 20px;
  padding: 0px;
  margin-bottom: 18px;
}
.all-contacts span {
  font-size: 11px;
  font-weight: 400;
  margin-left: 18px;
  color: #455a64;
  text-transform: uppercase;
}
.footer-phone-in .all-contacts {
  margin-top: -2px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.call-footer {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 250px;
  width: 100%;
  margin-bottom: 14px;
}
.call-footer i {
  font-size: 21px;
  margin-top: 4px;
  margin-right: 11px;
}
.call-foo span {
  font-size: 12px;
  font-weight: 700;
  color: #90a4ae;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.call-foo span b {
  font-size: 16px;
  font-weight: 700;
  color: #3f51b5;
  margin-top: -1px;
  margin-left: 3px;
}
.call-foo p {
  display: block;
  color: #607d8b;
  font-size: 12px;
  font-weight: 400;
  margin-top: -4px;
  line-height: 1;
}
.footer-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1160px;
  width: 100%;
}
.footer-info-left {
  max-width: 290px;
  padding: 0px 25px;
}
.info-name {
  margin-top: 80px;
  margin-bottom: 30px;
}
.info-name p {
  color: #8fa3ad;
  font-size: 8px;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: -8px;
}
.info-name span {
  color: #3f51b5;
  font-size: 26px;
  font-weight: 900;
  text-transform: uppercase;
}
.footer-address {
  max-width: 275px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 45px;
}
.foo-adr {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 14px;
}
.foo-adr span {
  font-size: 13px;
  font-weight: 700;
  color: #455a64;
  text-transform: uppercase;
  margin-left: 7px;
}
.adr-bottom-first {
  display: flex;
  align-items: center;
}
.adr-bottom-first a {
  font-size: 12px;
  font-weight: 400;
  color: #4652b1;
  text-transform: uppercase;
  transition: 0.4s;
  border-bottom: 1px dotted transparent;
  margin-left: 10px;
}
.adr-bottom-first a:hover {
  border-bottom: 1px dotted #4652b1;
}
.adr-bottom-second {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.adr-bottom-second a {
  font-size: 12px;
  font-weight: 400;
  color: #4652b1;
  text-transform: uppercase;
  transition: 0.4s;
  border-bottom: 1px dotted transparent;
  margin-left: 13px;
}
.adr-bottom-second a:hover {
  border-bottom: 1px dotted #4652b1;
}
.copyright-p {
  font-size: 12px;
  font-weight: 400;
  color: #607d8b;
}
.footer-info-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.info-right-block {
  padding: 0px 25px;
  margin-top: 20px;
}
.info-right-block span {
  position: relative;
  background-color: #3f51b5;
  width: 154px;
  padding-left: 18px;
  box-sizing: border-box;
  color: #fff;
  height: 24px;
  line-height: 24px;
  display: block;
  border-radius: 4px;
  box-shadow: 3px 5px 0px #fdd835;
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.info-right-block ul {
  margin-left: 5px;
}
.info-right-block ul li {
  display: block;
  padding: 4px 0px;
}
.info-right-block ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #455a64;
  transition: 0.4s;
  border-bottom: 1px dotted transparent;
}
.info-right-block ul li a:hover {
  border-bottom: 1px dotted #455a64;
}
.more-footer {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 15px;
}
.more-footer a {
  font-size: 12px;
  font-weight: 400;
  transition: 0.4s;
  text-transform: uppercase;
  border-bottom: 1px dotted transparent;
  margin-left: 10px;
  color: #3f51b5;
}
.more-footer a:hover {
  border-bottom: 1px dotted #3f51b5;
}
.copyright {
  background-color: #cfd8dc;
}
.cop-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
}
.cop-left {
  width: 127px;
  background-color: #b0bec5;
  height: 100%;
  height: 36px;
}
.cop-right {
  width: 295px;
  background-color: #b0bec5;
  height: 100%;
  height: 36px;
}
.cop-right a {
  height: 36px;
  line-height: 36px;
  margin-left: 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  transition: 0.4s;
  border-bottom: 1px solid #fff;
}
.cop-right a:hover {
  border-bottom: 1px solid transparent;
}

.block-partners {
  width: 100%;
  margin-bottom: -19px;
  background: linear-gradient(
    to bottom,
    rgba(236, 239, 241, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}
.partners {
  padding: 21px 21px 41px 21px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.partners a {
  margin: 9px;
  border: 1px solid #d9dff9;
  width: 140px;
  height: 55px;
  transition: 0.4s;
}
.partners a:hover {
  transform: scale(1.15);
}

.contacts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.contact-info .contact-p {
  font-size: 32px;
  max-width: 320px;
  white-space: nowrap;
  color: #303f9f;
}
.contact-info .cont-p {
  font-size: 18px;
  color: #b5b5b5;
  font-weight: 300;
  margin-top: 20px;
}
.contact__form {
  width: 500px;
}
.contact__form .cvu-form {
  display: flex;
  flex-wrap: wrap;
}
.text-vakancii {
  width: calc(50% - 40px);
}
.text-vakancii-right {
  text-align: center;
  padding-bottom: 20px;
  font-size: 22px;
  color: #303f9f;
  font-weight: 400;
  margin-top: 20px;
}
.vakancii-input {
  width: 50% !important;
}
.contact__form div.cvu-input__textarea {
  margin-bottom: 0;
}
.contact__form .cvu-input__file {
  min-width: 200px;
  width: 50%;
}
.contact__form button {
  padding: 19px 45px;
  color: #303f9f;
  border: 1px solid #303f9f;
  text-transform: uppercase;
  transition: 0.4s;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  background-color: transparent;
  cursor: pointer;
}
.bottom-button-contacts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.contact__form button:hover {
  color: #fff;
  background-color: #303f9f;
}
.title-contacts {
  display: block;
  text-align: center;
  margin-top: 40px;
  font-size: 38px;
  font-weight: 700;
  color: #303f9f;
}
.crumbs {
  margin: 30px 0px;
  padding: 0px 8px;
}
.pre_level a {
  font-size: 10px;
  font-weight: 400;
  color: #bcc5cb;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 1px solid #fff;
}
.pre_level a:hover {
  color: #303f9f;
  border-bottom: 1px solid #f3d748;
  transition: 0.3s;
}
.pre_level div {
  display: inline-block;
  margin: 0px 5px;
  font-size: 10px;
  font-weight: 400;
  color: #bcc5cb;
}
.crumbs span {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  color: #303f9f;
  position: relative;
  word-break: break-word;
}
.crumbs span:after {
  position: absolute;
  content: "";
  width: 155px;
  height: 4px;
  background-color: #f3d748;
  left: 0;
  bottom: -15px;
}
main {
  min-height: calc(100vh - 716px);
  padding-bottom: 40px;
  min-width: 320px;
}
.main-all {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.block-time-work {
  display: flex;
  flex-wrap: wrap;
  max-width: 367px;
  align-items: center;
  justify-content: flex-start;
  margin-top: 15px;
}
.d-work {
  font-size: 22px;
  font-weight: 300;
  color: #b5b5b5;
  width: 237px;
  text-align: right;
}
.t-work {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 32px;
  font-weight: 700;
  color: #303f9f;
}
.t-work b {
  font-size: 15px;
  margin-top: 6px;
}
.phone-blocks-contact {
}
.name-phone {
  border-bottom: 1px solid #303f9f;
  width: 100%;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
}
.name-phone span {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  background-color: #303f9f;
  padding: 5px 10px;
}
.phone-blocks-contact .contact-p {
  font-size: 28px;
  max-width: 320px;
  white-space: nowrap;
  color: #303f9f;
  margin-top: -6px;
  display: block;
}
.phone-blocks-contact .cont-p {
  font-size: 16px;
  color: #b5b5b5;
  font-weight: 300;
  margin-top: 6px;
}
.title-menu {
  font-size: 32px;
  font-weight: 700;
  color: #303f9f;
  position: relative;
  margin-bottom: 25px;
  display: block;
}
.title-menu:after {
  position: absolute;
  content: "";
  width: 155px;
  height: 4px;
  background-color: #f3d748;
  left: 0;
  bottom: -15px;
}

.left-menu {
  margin-top: 51px;
  min-width: 260px;
  max-width: 260px;
  width: 100%;
  margin-right: 80px;
  margin-left: 30px;
}
.left-ul-top > li div {
  position: absolute;
  left: 6px;
  top: 12px;
  width: 7px;
  height: 7px;
  background-color: #c5cae9;
  transition: 0.4s;
  border-radius: 50%;
}
.left-ul-top > li:hover div {
  background-color: #fdd835;
}
.left-ul-top > li {
  padding-left: 29px;
  position: relative;
  padding-top: 3px;
  padding-bottom: 4px;
  margin: 4px 0;
}
.left-ul-top > li a {
  font-size: 16px;
  font-weight: 400;
  color: #263238;
  border-bottom: 1px dotted transparent;
  transition: 0.4s;
  margin: 6px 0px;
}
.left-ul-top > li:hover a {
  border-bottom: 2px dotted #304ffe;
  color: #304ffe;
}
.left-ul-top > li.active {
  background-color: #eceff1;
  border-radius: 4px;
}
.left-ul-top > li.active a {
  color: #304ffe;
  font-weight: bold;
}
.left-ul-top > li.active div {
  background-color: transparent;
  border-radius: 0px;
  border: 5px solid transparent;
  border-left: 7px solid #304ffe;
  width: auto;
  height: auto;
  left: 8px;
  top: 11px;
}

.left-ul-top > ul > li div {
  position: absolute;
  left: 32px;
  top: 10px;
  width: 5px;
  height: 5px;
  background-color: #c5cae9;
  transition: 0.4s;
  border-radius: 50%;
}
.left-ul-top > ul > li:hover div {
  background-color: #fdd835;
}
.left-ul-top > ul > li {
  padding-left: 29px;
  position: relative;
  padding-top: 1px;
  padding-bottom: 1px;
  margin: 0;
}
.left-ul-top > ul > li a {
  font-size: 13px;
  font-weight: 400;
  color: #263238;
  border-bottom: none;
  transition: 0.4s;
  margin: 2px 0px 2px 20px;
  display: block;
  opacity: 0.8;
}
.left-ul-top > ul > li:hover a {
  border-bottom: none;
  color: #304ffe;
  opacity: 1;
}
.left-ul-top > ul > li.active {
  background-color: #eceff1;
  border-radius: 4px;
  opacity: 1;
}
.left-ul-top > ul > li.active a {
  color: #304ffe;
  font-weight: bold;
  opacity: 1;
}
.left-ul-top > ul > li.active div {
  background-color: transparent;
  border-radius: 0px;
  border: 5px solid transparent;
  border-left: 7px solid #304ffe;
  width: auto;
  height: auto;
  left: 32px;
  top: 8px;
}

/* ---------------------------------------------- */

.content-cont {
  width: 100%;
}

/* ---------------------------------------------- */

.news {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 12px;
}
.news .item_news {
  margin-right: 35px;
  margin-bottom: 35px;
  width: 100%;
  max-width: 360px;
  min-width: 360px;
  height: 360px;
  position: relative;
  overflow: hidden;
  border: 1px solid #fff;
  padding: 15px;
  box-sizing: border-box;
  box-shadow: 0px 5px 10px 0px rgba(39, 47, 57, 0.65);
  transition: 0.4s;
}
.news .item_news:hover {
  box-shadow: 0px 15px 20px 0px rgba(39, 47, 57, 0.85);
}
.news .item_news .wrap_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 359px;
  height: 359px;
  overflow: hidden;
}
.news .item_news .wrap_img:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 60%;
  transition: 0.4s;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0.9) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0.9) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.9) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#00ffffff',GradientType=0 );
}
.news .item_news:hover .wrap_img:after {
  height: 100%;
}
.news .item_news .wrap_img img {
  position: absolute;
  left: -9999px;
  right: -9999px;
  top: -9999px;
  bottom: -9999px;
  margin: auto;
  transition: 0.4s;
  height: 100%;
}
.news .item_news .wrap_vert_img img {
  width: 100%;
  height: auto;
}
.news .item_news:hover .wrap_img img {
  transform: scale(1.1);
}
.news .item_news .title {
  position: relative;
  z-index: 2;
  background-image: url(../d/logo-footer.svg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding-left: 40px;
  line-height: 1;
  background-size: 32px;
  height: 100%;
  transition: 0.4s;
}
.news .item_news:hover .title {
  margin-top: 5%;
  height: 95%;
}
.news .item_news .title p {
  font-size: 20px;
  font-weight: bold;
  color: #272f39;
  line-height: 23px;
}
.news .item_news:hover .title p {
  color: #303f9f;
}
.news .item_news .title span {
  color: #272f39;
  font-size: 13px;
  font-weight: 300;
  display: block;
  margin-top: 10px;
}
.news .item_news .button_m {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 0px;
  width: 148px;
  margin-left: -74px;
  color: #fff;
  text-transform: uppercase;
  background-color: #303f9f;
  height: 35px;
  line-height: 35px;
  text-align: center;
  transition: 0.4s;
  opacity: 0;
  font-size: 12px;
  letter-spacing: 4px;
  padding-left: 4px;
}
.news .item_news:hover .button_m {
  opacity: 0.8;
  bottom: 30px;
}
.news .item_news .button_m:hover {
  opacity: 0.9;
}
.news .item_news.item_news_nophoto {
  height: 180px;
}
.news .item_news.item_news_nophoto .title p {
  font-size: 16px;
  max-height: 116px;
  overflow: hidden;
}
.news .item_news.item_news_nophoto .title span {
  position: absolute;
  z-index: 302;
}
.news .item_news.item_news_nophoto .title p:before {
  content: "";
  position: absolute;
  width: 358px;
  height: 76px;
  background: #f00;
  margin: 87px 0px 0px -55px;
  z-index: 300;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 35%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 35%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 35%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#e6ffffff',GradientType=0 );
  transition: 0.4s;
}
.news .item_news.item_news_nophoto:hover .title p:before {
  opacity: 0;
  transition: 0s;
}
.news .item_news.item_news_nophoto .title:before {
  content: "";
  position: absolute;
  width: 358px;
  height: 76px;
  background: #f00;
  margin: 87px 0px 0px -55px;
  z-index: 301;
  background: -moz-linear-gradient(
    top,
    rgba(48, 63, 159, 0) 0%,
    rgba(48, 63, 159, 1) 35%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(48, 63, 159, 0) 0%,
    rgba(48, 63, 159, 1) 35%
  );
  background: linear-gradient(
    to bottom,
    rgba(48, 63, 159, 0) 0%,
    rgba(48, 63, 159, 1) 35%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00303f9f', endColorstr='#e6303f9f',GradientType=0 );
  opacity: 0;
  transition: 0s;
}
.news .item_news.item_news_nophoto:hover .title:before {
  opacity: 1;
  transition: 0.4s;
}
.news .item_news.item_news_nophoto:hover .button_m {
  display: none;
}
.news .item_news.item_news_nophoto:hover {
  background: #303f9f;
}
.news .item_news.item_news_nophoto:hover .title p,
.news .item_news.item_news_nophoto:hover .title span {
  color: #fff;
}

.pag {
  text-align: center;
}
.pag .act {
  background-color: #303f9f;
  border-radius: 5px;
  color: #fff;
  text-shadow: 1px 1px #323232;
  border: 1px solid #303f9f;
}
.pag .act:hover {
  background-color: #303f9f;
  border: none;
  color: #fff;
  text-shadow: 1px 1px #323232;
  border-radius: 5px;
  border: 1px solid #303f9f;
}
.pag a {
  font-size: 24px;
  color: black;
  font-weight: bold;
  margin: 10px 0px;
  padding: 7px 15px;
  border-radius: 5px;
  border: 1px solid #fff;
  margin-left: 10px;
  transition: 0.4s;
}
.pag a:hover {
  color: #767b84;
  border: 1px solid #303f9f;
}
span.next {
  display: inline-block;
  width: 27px;
  height: 30px;
  background-image: url(../d/arrow-right.png);
  background-repeat: no-repeat;
  margin: -7px;
  opacity: 0.6;
}
span.next:hover {
  opacity: 1;
  transition: 0.5s;
}
span.prev {
  display: inline-block;
  width: 27px;
  height: 30px;
  background-image: url(../d/arrow-right.png);
  background-repeat: no-repeat;
  margin: -7px;
  opacity: 0.6;
  transform: rotate(180deg);
  transition: 0.5s;
}
span.prev:hover {
  opacity: 1;
  transform: 0.5s;
}
.item_news_in.wrap {
  padding: 0px 10px;
}
.item_news_in > .title_date {
  border-bottom: 2px dotted #78909c;
  margin-bottom: 18px;
}
.item_news_in > .title_date > span {
  display: inline-block;
  margin: 4px 0px 12px 4px;
  padding: 0px 0px 0px 32px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  font-weight: bold;
  color: #303f9f;
}
.item_news_in > .title_date > span:before {
  content: "date_range";
  position: absolute;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 24px;
  color: #303f9f;
  background: transparent;
  margin: 3px 0px 0px -40px;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  transition: 0.3s;
}
.item_news_in > .description_text {
  float: left;
  display: block;
  padding-bottom: 12px;
  width: calc(100% - 16px);
  margin: 0 8px;
}
.item_news_in > .back_cont {
  border-top: 2px dotted #78909c;
  padding-top: 12px;
  float: left;
  width: 100%;
}
.item_news_in > .back_cont > a {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  text-transform: uppercase;
  color: #4652b1;
  transition: 0.4s;
  margin: 8px 0px 0px -4px;
  padding: 0px 12px 0px 46px;
  border-radius: 3px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #c5c9e5;
}
.item_news_in > .back_cont > a:hover {
  background: #f3d748;
  -webkit-box-shadow: 3px 3px 0px 0px rgba(200, 208, 213, 0.5);
  -moz-box-shadow: 3px 3px 0px 0px rgba(200, 208, 213, 0.5);
  box-shadow: 3px 3px 0px 0px rgba(200, 208, 213, 0.5);
  border: 1px solid #f3d748;
}
.item_news_in > .back_cont > a:before {
  content: "arrow_back";
  position: absolute;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 32px;
  color: #4652b1;
  background: transparent;
  margin: 8px 0px 0px -40px;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  transition: 0.3s;
}

/* ---------------------------------------------- */

article {
  color: #263238;
  margin: 0 8px;
  font-size: 14px;
  float: left;
  width: calc(100% - 16px);
}

article div {
  float: left;
}
article div.insert_txt {
  width: 100%;
}
article p {
  line-height: 1.5;
  margin: 0px 0px 12px 0px;
  display: block;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 12px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
  color: #303f9f;
  margin: 0px 0px 12px 0px;
  padding: 0;
  line-height: 1.2;
}
article h1 {
  font-size: 32px;
  word-break: break-word;
}
article h2 {
  font-size: 24px;
  margin-top: 4px;
  word-break: break-word;
}
article h3 {
  font-size: 18px;
  margin-top: 6px;
  word-break: break-word;
}
article h4 {
  font-size: 16px;
  margin-top: 2px;
  word-break: break-word;
}
article hr {
  border: none;
  border-bottom: 2px dotted #78909c;
  margin: 18px 0;
}
article ul li {
  padding-left: 24px;
  margin-bottom: 8px;
}
article ol li {
  padding-left: 24px;
  margin-bottom: 8px;
}
article ul li:before {
  content: "arrow_right";
  color: #9fa8da;
  margin: 0px 0px 0px -28px;
  display: block;
  position: absolute;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
article > div {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row;
  flex-flow: row;
}

article .mi_m18 {
  width: 18px;
  min-width: 18px;
}
article .mi_m24 {
  width: 24px;
  min-width: 24px;
}
article .mi_m32 {
  width: 32px;
  min-width: 32px;
}
article .mi_m36 {
  width: 36px;
  min-width: 36px;
}
article .mi_m48 {
  width: 48px;
  min-width: 48px;
}
article .mi_m60 {
  width: 60px;
  min-width: 60px;
}
article .mi_m80 {
  width: 80px;
  min-width: 80px;
}

article .material-icons {
  width: 48px;
  font-size: 36px;
  height: 36px;
  line-height: 36px;
  color: #3f51b5;
}

article .mi_s18 {
  width: 24px;
  min-width: 24px;
  font-size: 18px;
  height: 18px;
  line-height: 18px;
}
article .mi_s24 {
  width: 32px;
  min-width: 32px;
  font-size: 24px;
  height: 24px;
  line-height: 24px;
}
article .mi_s32 {
  width: 36px;
  min-width: 36px;
  font-size: 32px;
  height: 32px;
  line-height: 32px;
}
article .mi_s36 {
  width: 48px;
  min-width: 48px;
  font-size: 36px;
  height: 36px;
  line-height: 36px;
}
article .mi_s48 {
  width: 64px;
  min-width: 64px;
  font-size: 48px;
  height: 48px;
  line-height: 48px;
}

article * {
  line-height: 1.5;
}
article .cvu_file_last {
  line-height: 10px;
  float: unset;
}
article td a {
  color: #303f9f;
  border-bottom: 1px dashed #939cd5;
  padding: 0 4px;
  transition: 0.3s;
}
article td a:hover {
  color: #fdd835;
  background: #303f9f;
  border-bottom: 1px solid #fdd835;
}
div.material-icons + div.insert_txt p,
div.material-icons + div.insert_txt h1,
div.material-icons + div.insert_txt h2,
div.material-icons + div.insert_txt h3,
div.material-icons + div.insert_txt h4,
div.material-icons + div.insert_txt h5,
div.material-icons + div.insert_txt h6 {
  margin-bottom: 4px;
}
div.mi_m18 + div.insert_txt ul,
div.mi_m24 + div.insert_txt ul,
div.mi_m32 + div.insert_txt ul,
div.mi_m36 + div.insert_txt ul,
div.mi_m48 + div.insert_txt ul {
  margin-bottom: 18px !important;
}

.art_img {
  margin: 12px;
  padding: 0px;
  display: block;
  border: 0px;
  line-height: 0px;
  background: #c8cef1;
  -webkit-box-shadow: 8px 8px 0px 0px rgba(200, 208, 213, 0.3);
  -moz-box-shadow: 8px 8px 0px 0px rgba(200, 208, 213, 0.3);
  box-shadow: 8px 8px 0px 0px rgba(200, 208, 213, 0.3);
  transition: 0.3s;
  border-bottom: 4px solid transparent;
}
.art_img:hover {
  background: #303f9f;
  -webkit-box-shadow: 12px 12px 0px 0px rgba(200, 208, 213, 0.3);
  -moz-box-shadow: 12px 12px 0px 0px rgba(200, 208, 213, 0.3);
  box-shadow: 12px 12px 0px 0px rgba(200, 208, 213, 0.3);
  border-bottom: 4px solid #fdd835;
}
.art_img > a,
.art_img:hover > a {
  border: 0px;
  display: block;
}
.art_img > img {
  padding: 0px;
  margin: 12px 12px 8px 12px;
}
figure {
  display: block;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  margin: 0px;
  padding: 0px;
}
.cvu_img_ins > p {
  width: calc(100% - 24px);
  margin: 0 auto;
  padding-bottom: 12px;
}
.cvu_img_ins:hover > p {
  color: #fff;
}

img[itemprop="thumbnail"] {
  max-width: calc(100vw - 450px);
  height: auto;
}

article table.images_table > tbody > tr {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  flex-wrap: wrap;
}

table.cvu_art_txt table table:not(.images_table) {
  border-collapse: collapse;
  max-width: 100% !important;
  overflow-y: scroll;
  table-layout: fixed;
  border: 1px solid #78909c !important;
}
table.cvu_art_txt table table:not(.images_table) tbody {
  border: 1px solid #78909c !important;
}
table.cvu_art_txt table table:not(.images_table) td {
  word-wrap: break-word;
  width: auto !important;
  padding: 4px 8px;
  border: 1px solid #78909c !important;
}

/* ----------------------------------------------------------------------------------  */
.cvu_subsection > a {
  display: block;
  float: left;
  width: 270px;
  height: 120px;
  border: 1px solid #c8cef1;
  border-radius: 10px;
  color: #303f9f;
  text-align: center;
  margin: 16px;
  -webkit-box-shadow: 5px 5px 0px 0px rgba(200, 208, 213, 1);
  -moz-box-shadow: 5px 5px 0px 0px rgba(200, 208, 213, 1);
  box-shadow: 5px 5px 0px 0px rgba(200, 208, 213, 1);
  transition: 0.3s;
}
.cvu_subsection > a.with_icon {
  height: 205px;
}
.cvu_subsection > a:hover {
  -webkit-box-shadow: 10px 10px 0px 0px rgba(200, 208, 213, 1);
  -moz-box-shadow: 10px 10px 0px 0px rgba(200, 208, 213, 1);
  box-shadow: 10px 10px 0px 0px rgba(200, 208, 213, 1);
  background: #303f9f;
  color: #fdd835;
}
.cvu_subsection > a > div {
  height: 100px;
  line-height: 56px;
  color: #3f51b5;
  margin: 20px 0px -20px 0px;
  display: block;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 48px;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  transition: 0.3s;
}
.cvu_subsection > a:hover > div {
  line-height: 36px;
  color: #fdd835;
}
.cvu_subsection > a > p {
  display: block;
  font-size: 16px;
  margin: 32px auto 0px auto;
  width: 240px;
  text-align: center;
  line-height: 1.2;
  transition: 0.3s;
  max-height: 62px;
  overflow: hidden;
}
.cvu_subsection > a:hover > p {
  margin: 16px auto 0px auto;
}
.cvu_subsection > a.with_icon > p {
  font-weight: bold;
  font-size: 18px;
}
.cvu_subsection > a > b {
  content: "more_horiz";
  color: #3f51b5;
  margin: 88px 0px 0px -12px;
  display: block;
  position: absolute;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  transition: 0.3s;
}
.cvu_subsection > a.with_icon > b {
  margin-left: 12px;
}
.cvu_subsection > a:hover > b {
  margin-top: 70px;
  color: #fff;
}
.cvu_subsection > a > span {
  width: 250px;
  height: 20px;
  line-height: 12px;
  font-size: 10px;
  display: block;
  position: absolute;
  margin: 120px 0px 0px 10px;
  border-bottom: 1px solid #fdd835;
  text-transform: uppercase;
  opacity: 0;
  transition: 0.3s;
}
.cvu_subsection > a:hover > span {
  opacity: 1;
  margin: 90px 0px 0px 10px;
  color: #fff;
}
/* ----------------------------------------------------------------------------------  */
.cvu_contacts {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-top: 12px;
}
.cvu_contacts > div {
  float: left;
  width: 270px;
  min-width: 270px;
  height: 290px;
  border: 1px solid #c8cef1;
  border-radius: 10px;
  color: #303f9f;
  text-align: center;
  margin: 16px;
  -webkit-box-shadow: 5px 5px 0px 0px rgba(200, 208, 213, 1);
  -moz-box-shadow: 5px 5px 0px 0px rgba(200, 208, 213, 1);
  box-shadow: 5px 5px 0px 0px rgba(200, 208, 213, 1);
  transition: 0.3s;
}
.cvu_contacts > div:hover {
  -webkit-box-shadow: 10px 10px 0px 0px rgba(200, 208, 213, 1);
  -moz-box-shadow: 10px 10px 0px 0px rgba(200, 208, 213, 1);
  box-shadow: 10px 10px 0px 0px rgba(200, 208, 213, 1);
  background: #303f9f;
  color: #fdd835;
  cursor: pointer;
}
.cvu_contacts > div > * {
  display: block;
  clear: both;
}
.cvu_contacts > div > div {
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 48px;
  color: #3f51b5;
  margin: 30px auto 0px auto;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  transition: 0.3s;
}
.cvu_contacts > div:hover > div {
  margin: 15px auto 0px auto;
  color: #fdd835;
}
.cvu_contacts > div > b {
  content: "more_horiz";
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 24px;
  margin: 15px auto 0px auto;
  color: #3f51b5;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  transition: 0.3s;
}
.cvu_contacts > div:hover > b {
  margin: 5px auto 0px auto;
  color: #fff;
}
.cvu_contacts > div > span {
  font-weight: bold;
  color: #263238;
  line-height: 1.2;
  height: 60px;
  overflow: hidden;
  margin: 8px auto 0px auto;
  padding: 0 12px;
  transition: 1s;
}
.cvu_contacts > div:hover > span {
  color: #fdd835;
}
.cvu_contacts > div > font {
  margin: 8px auto 0px auto;
  padding: 0px 0px 0px 28px;
  font-size: 28px;
  font-weight: 700;
  color: #4652b1;
  line-height: 42px;
  width: 78%;
  border-top: 2px dotted #78909c;
  transition: 0.3s;
}
.cvu_contacts > div:hover > font {
  color: #fff;
  margin-top: 33px;
}
.cvu_contacts > div > font > i {
  font-size: 16px;
  font-weight: 700;
  color: #95a2ac;
  margin-top: 5px;
  font-style: normal;
  display: inline-block;
  line-height: 16px;
  margin-right: 5px;
  vertical-align: 8px;
}
.cvu_contacts > div:hover > font > i {
  color: rgba(255, 255, 255, 0.5);
}
.cvu_contacts > div > font > i:before {
  content: "phone";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  font-size: 22px;
  margin: -1px 0px 0px -32px;
  color: #78909c;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  transition: 0.3s;
}
.cvu_contacts > div:hover > font > i:before {
  color: #fdd835;
}
.cvu_contacts > div > a {
  font-size: 14px;
  color: #3f51b5;
  display: inline-block;
  line-height: 24px;
  text-decoration: none;
  border-bottom: 1px solid #bacdd6;
  transition: 0.3s;
}
.cvu_contacts > div:hover > a {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.cvu_contacts > div > a:hover {
  color: #fdd835;
  border-bottom: 1px solid transparent;
}
iframe.on_map {
  width: 100%;
  height: 450px;
  margin-top: 12px;
  border-top: 2px solid #303f9f;
  border-right: 0px;
  border-bottom: 2px solid #303f9f;
  border-left: 0px;
}
/* ----------------------------------------------------------------------------------  */
/*.cvu_adr {
    background: #fffcf1;
} */
.cvu_second-phone {
  margin-top: -8px !important;
  border-top: 0px !important;
}
.prijmalnya > i:before {
  content: "print" !important;
}
.cvu_shed {
  padding-left: 0px !important;
  font-size: 22px !important;
}
.cvu_shed > i {
  font-size: 14px !important;
  width: 70px;
  vertical-align: 2px !important;
  text-align: left;
}
.cvu_shed > i:before {
  display: none !important;
}
.cvu_shed_cont .cvu_shed_first {
  margin-top: -20px;
}
.cvu_shed_cont:hover .cvu_shed_first {
  margin-top: 5px;
}
.cvu_contacts > div.cvu_feed {
  width: 600px;
  overflow: hidden;
}
.cvu_contacts > div.cvu_feed:hover {
  -webkit-box-shadow: 5px 5px 0px 0px rgba(200, 208, 213, 1);
  -moz-box-shadow: 5px 5px 0px 0px rgba(200, 208, 213, 1);
  box-shadow: 5px 5px 0px 0px rgba(200, 208, 213, 1);
  transition: 0.3s;
  cursor: default;
  background: #fff;
}
.cvu_contacts > div.cvu_feed > div.contact__form {
  width: 96%;
  height: auto;
  line-height: 1.2;
  font-size: 48px;
  color: #3f51b5;
  margin: 0px 0px 0px 2%;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  transition: 0.3s;
  text-align: left;
}
.cvu_contacts > div.cvu_feed:hover > div.contact__form {
  color: #fdd835;
}
.text-vakancii-right {
  padding: 4px 0px 8px 0px;
  background: #fdd835;
  border-radius: 10px;
  font-weight: bold;
  color: #263238;
  margin: 12px 0px 8px 0px;
}
/* ----------------------------------------------------------------------------------  */

.footer-phone-in .all-contacts > span:before {
  content: "done";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  font-size: 24px;
  margin: -6px 0px 0px -27px;
  color: #00ab00;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  transition: 0.3s;
}

/* ----------------------------------------------------------------------------------  */
@media (max-width: 1200px) {
  .item_news {
    zoom: 0.75;
  }
}
/* ----------------------------------------------------------------------------------  */
@media (max-width: 1030px) {
  .address-block {
    display: none;
  }
  .header-right {
    justify-content: flex-end;
  }
}
/* ----------------------------------------------------------------------------------  */
@media (max-width: 1024px) {
  .left-menu {
    display: none;
  }
  img[itemprop="thumbnail"] {
    max-width: calc(100vw - 90px);
    height: auto;
  }
  .news {
    justify-content: space-around;
  }
  .news .item_news {
    margin: 0 12px 35px 12px;
  }
  table.cvu_art_txt table table:not(.images_table) {
    margin: 0px !important;
    max-width: calc(100vw - 36px) !important;
    min-width: 280px;
  }
  .cvu_11,
  .cvu_subsection {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
  }
  .item_news_in > .back_cont > a {
    margin-left: 12px;
  }
}
/* ----------------------------------------------------------------------------------  */
@media (max-width: 830px) {
  .logo img {
    max-width: 440px;
    width: 100%;
  }
  .header-right {
    max-width: 100%;
    width: auto;
  }
  .header-right .call-block {
    display: none;
  }
  .cabinet-block {
    padding: 0;
  }
}
/* ----------------------------------------------------------------------------------  */
@media (max-width: 775px) {
  .menu {
    overflow-x: scroll;
  }
}
/* ----------------------------------------------------------------------------------  */
@media (max-width: 630px) {
  .crumbs span {
    font-size: 24px;
  }
  .cvu_subsection > a {
    width: calc(100vw - 34px);
    min-width: 260px;
  }
  .cvu_subsection > a > span,
  .cvu_subsection > a:hover > span {
    width: calc(100vw - 54px);
    margin: 90px 0px 0px 10px;
  }
  .cvu_subsection > a > b {
    margin: 88px 0px 0px -12px;
  }
  article table.images_table {
    float: none;
    margin: 0 auto;
  }
  article table.images_table + ul,
  article table.images_table + ol,
  article table.images_table + p {
    clear: both;
  }
  article
    > div
    > div
    > table.cvu_art_txt
    > tbody
    > tr
    > td
    > table:not(.images_table)
    > tbody
    > tr
    > td
    p
    a {
    white-space: nowrap;
    max-width: calc(100vw - 44px);
    display: inline-flex;
    overflow: hidden;
  }
  .cvu_contacts > div.cvu_feed {
    height: 400px;
  }
  .crumbs {
    margin: 12px 0px;
    padding: 0px 16px;
  }
  .item_news_in > .title_date {
    margin-top: 24px;
    margin-left: 8px;
  }
  article.wrap_article_v2 {
    margin: 18px 8px 0 8px;
    padding: 0 8px;
    width: calc(100% - 32px);
  }
}
/* ----------------------------------------------------------------------------------  */
@media (max-width: 520px) {
  .header-center {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .cabinet-block {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 10px 0px 10px;
    max-width: 320px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 auto;
  }
  .zayava {
    margin-top: 0px;
  }
  .header-right {
    margin-left: 0px;
    width: 100%;
  }
}
/* ----------------------------------------------------------------------------------  */
@media (max-width: 425px) {
  .cabinet-block {
    padding: 10px 0px 0px 0px;
    zoom: 0.95;
  }
}
/* ----------------------------------------------------------------------------------  */
@media (max-width: 360px) {
  .cabinet-block {
    zoom: 0.85;
  }
  .news .item_news {
    width: calc(100vw);
    height: calc(100vw - 24px);
    min-width: unset;
    max-width: unset;
    zoom: 1;
  }
  .news .item_news .wrap_img {
    width: 100%;
    height: 100%;
  }
  .news .item_news .title p {
    font-size: 14px !important;
    line-height: 18px !important;
  }
}
/* ----------------------------------------------------------------------------------  */
@media (max-width: 320px) {
  .news .item_news {
    width: 296px;
    height: 296px;
  }
  .cvu_subsection > a {
    width: 320px;
  }
  .cvu_subsection > a > span,
  .cvu_subsection > a:hover > span {
    width: 266px;
  }
}
/* ----------------------------------------------------------------------------------  */

.cvu_home p {
  display: block;
  float: left;
}
.icon45 {
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
}
.lh1 {
  line-height: 1;
}
.lh-14 {
  line-height: 14px;
}
.fsb {
  font-weight: bold;
}
.fs11 {
  font-size: 11px;
}
.fs12 {
  font-size: 12px;
}
.fs13 {
  font-size: 13px;
}
.fs14 {
  font-size: 14px;
}
.fs15 {
  font-size: 15px;
}
.fs18 {
  font-size: 18px;
}
.fs20 {
  font-size: 20px;
}
.fs22 {
  font-size: 22px;
}
.fs32 {
  font-size: 32px;
}
.fs36 {
  font-size: 36px;
}
.fs48 {
  font-size: 48px;
}
.mt10 {
  margin-top: 10px;
}
.ml4 {
  margin-left: 4px;
}
.cblack {
  color: #263238;
}
.w75 {
  width: 76px;
  text-align: center;
}
.w90 {
  width: 82px;
  padding-left: 8px;
}
.w122 {
  width: 122px;
  text-align: center;
}
.h28 {
  height: 28px;
  line-height: 28px;
}
.h39 {
  height: 39px;
  line-height: 39px;
}
.cb {
  clear: both;
}
.b1 {
  border: 1px solid #cecece;
  margin-top: -1px;
  margin-left: -1px;
}
.cshadow {
  text-shadow: 2px 2px rgba(0, 0, 0, 0.25);
}
.cvu_after_grad:before {
  content: "";
  position: absolute;
  width: 259px;
  height: 40px;
  margin: 65px 0px 0px -6px;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 35%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 35%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 35%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#e6ffffff',GradientType=0 );
  transition: 0s;
}
.cvu_more-det {
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  display: inline-block;
  margin: 0px auto;
  padding-left: 24px;
  text-transform: uppercase;
  text-decoration: underline;
  transition: 0.3s;
  z-index: 100;
}
.cvu_more-det-2 {
  display: block;
  width: 140px;
  height: 50px;
  border: 1px solid #fff;
  font-size: 18px;
  padding-top: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.2);
  float: left;
  margin: 124px 0px 0px 0px !important;
  text-decoration: none !important;
  line-height: 1.2;
  transition: 0.3s;
  border-radius: 5px;
}
.cvu_more-det-2:hover {
  background: rgba(255, 255, 255, 0.4);
}
.cvu_more-det-2:before,
.cvu_more-det:before {
  content: "more_horiz";
  color: #3f51b5;
  margin: -2px 0px 0px -30px;
  display: block;
  position: absolute;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  transition: 0.3s;
}
.cvu_more-det-2:before {
  margin: -24px 0px 0px 38px;
  color: #fff;
}
.cvu_home_name {
  font-weight: bold;
  color: #263238;
  line-height: 1.2;
  height: 60px;
  overflow: hidden;
  margin: 8px auto 0px auto;
  padding: 0 12px;
  transition: 1s;
}
.cvu_home_email {
  font-size: 14px;
  color: #3f51b5;
  display: inline-block;
  line-height: 24px;
  text-decoration: none;
  border-bottom: 1px solid #bacdd6;
  transition: 0.3s;
  display: inline-block !important;
  text-decoration: none !important;
}
.cvu_home_email:hover {
  border-bottom: 1px solid transparent;
  color: #222;
}
/* ------------------------------------------ */
.cvu_home_news {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  flex-wrap: wrap;
}
.cvu_home_news .item_news {
  margin: 0px 17px 35px 18px !important;
}
.cvu_home {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-top: 12px;
}
.cvu_home > div {
  float: left;
  width: 270px;
  min-width: 270px;
  height: 290px;
  border: 1px solid #c8cef1;
  border-radius: 10px;
  color: #303f9f;
  margin: 16px;
  -webkit-box-shadow: 5px 5px 0px 0px rgba(200, 208, 213, 1);
  -moz-box-shadow: 5px 5px 0px 0px rgba(200, 208, 213, 1);
  box-shadow: 5px 5px 0px 0px rgba(200, 208, 213, 1);
  transition: 0.3s;
}
.cvu_home > div.cvu_home-double {
  float: left;
  width: 270px;
  min-width: 270px;
  height: 290px;
  border: 1px solid transparent;
  border-radius: 10px;
  color: #303f9f;
  margin: 16px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  transition: 0.3s;
}
.cvu_home > div.cvu_home-double > div {
  float: left;
  width: 270px;
  min-width: 270px;
  height: 130px;
  border: 1px solid #c8cef1;
  border-radius: 10px;
  color: #303f9f;
  margin: 0px;
  -webkit-box-shadow: 5px 5px 0px 0px rgba(200, 208, 213, 1);
  -moz-box-shadow: 5px 5px 0px 0px rgba(200, 208, 213, 1);
  box-shadow: 5px 5px 0px 0px rgba(200, 208, 213, 1);
  transition: 0.3s;
}
.cvu_home > div.cvu_home-double > div {
  margin-bottom: 28px;
}

.cvu_home > div.cvu_center {
  text-align: center;
}
.cvu_home > div > * {
  display: block;
  clear: both;
}
/* ------------------------------------------ */
.cvu_home > div > div.cvu_home_center_icon {
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 48px;
  color: #3f51b5;
  margin: 30px auto 0px auto;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  transition: 0.3s;
}
/* ------------------------------------------ */
.cvu_home > div > b.cvu_home_center_more {
  content: "more_horiz";
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 24px;
  margin: 15px auto 0px auto;
  color: #3f51b5;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  transition: 0.3s;
}
/* ------------------------------------------ */
.cvu_home > div > span.cvu_home_call-center {
  font-weight: bold;
  color: #263238;
  line-height: 1.2;
  height: 60px;
  overflow: hidden;
  margin: 8px auto 0px auto;
  padding: 0 12px;
  transition: 1s;
  font-size: 32px;
  line-height: 60px;
  background: #fdd835;
  width: 80%;
  border-radius: 30px;
  color: #263238;
}
/* ------------------------------------------ */
.cvu_home > div > font.cvu_home_phone {
  margin: 8px auto 0px auto;
  padding: 0px 0px 0px 28px;
  font-size: 28px;
  font-weight: 700;
  color: #4652b1;
  line-height: 42px;
  width: 78%;
  border-top: 2px dotted #78909c;
  transition: 0.3s;
}
.cvu_home > div > font.cvu_home_phone > i {
  font-size: 16px;
  font-weight: 700;
  color: #95a2ac;
  margin-top: 5px;
  font-style: normal;
  display: inline-block;
  line-height: 16px;
  margin-right: 5px;
  vertical-align: 8px;
}
.cvu_home > div > font.cvu_home_second-phone {
  margin-top: -8px !important;
  border-top: 0px !important;
}
/* ------------------------------------------ */
.cvu_home > div > font > i:before {
  content: "phone";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  font-size: 22px;
  margin: -1px 0px 0px -32px;
  color: #78909c;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  transition: 0.3s;
  font-feature-settings: "liga" 1;
}
/* ------------------------------------------ */

.cvu_home > div a {
  color: #303f9f;
  text-decoration: underline;
  transition: 0.3s;
}
.cvu_home > div a:hover {
  color: #111;
  text-decoration: none;
}

.cvu_home_icon2 {
  float: left;
  height: 98px !important;
  display: block !important;
  margin: 12px 0px 0px 12px !important;
  clear: none !important;
}
.cvu_home_name2 {
  width: 182px;
  float: left;
  display: block !important;
  clear: none !important;
  height: auto;
  margin: 20px 0px 0px 8px !important;
  padding: 0px;
}
.cvu_home_phone2 {
  text-align: left;
  display: block !important;
  border-top: none !important;
  width: 159px !important;
  float: left;
  clear: none !important;
  margin: 0px 0px 0px 8px !important;
}
.cvu_home_email2 {
  text-align: left;
  float: left;
  clear: none !important;
  display: block !important;
  margin: 0px 0px 0px 12px !important;
}
.cvu_home_banner {
  width: 233px;
  border: 1px solid #cecece;
  display: block;
  margin: 0 auto;
}

.item_all_news div.title {
  background: none !important;
}
.item_all_news div.title > p {
  font-size: 32px !important;
  margin-top: 142px !important;
  margin-left: 60px !important;
  color: #3f51b5 !important;
  transition: 0s;
}

.item_all_news div.title > p:before {
  content: "more_horiz";
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  line-height: 64px !important;
  font-size: 48px;
  margin: -18px 0px 0px -60px !important;
  color: #3f51b5;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  transition: 0s;
}
.item_all_news:hover {
  background: #3f51b5;
}
.item_all_news:hover div.title > p {
  color: #ffffff !important;
}
.item_all_news:hover div.title > p:before {
  color: #fdd835 !important;
}
@media (max-width: 360px) {
  .news .item_all_news {
    height: 100px;
  }
  .news .item_all_news .title p {
    font-size: 32px !important;
    line-height: 24px !important;
    margin-top: 16px !important;
    margin-left: 22px !important;
  }
}
/* ----------------------------------------------------------------------------------  */
.home_quick {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  margin-top: -197px;
}
.home_quick > a {
  display: block;
  width: 226px;
  min-width: 226px;
  height: 166px;
  background: rgba(63, 81, 181, 0.7);
  transition: 0.3s;
  margin: 12px;
}
.home_quick > a:hover {
  background: rgba(63, 81, 181, 1);
}
.home_quick > a > * {
  display: block;
  text-align: center;
}
.home_quick > a > p {
  width: 38px;
  padding: 0px !important;
  margin: 20px auto 0 auto !important;
  text-align: center;
  font-size: 38px;
  color: #fdd835;
  transition: 0.3s;
}
.home_quick > a:hover > p {
  margin: 10px auto 0 auto !important;
}
.home_quick > a > b {
  color: #ffffff;
  border-top: 3px solid transparent;
  margin: 17px auto 0 auto !important;
  text-transform: uppercase;
  transition: 0.3s;
}
.home_quick > a:hover > b {
  border-top: 3px solid #dbc457;
  padding-top: 20px;
  background: #fff;
  color: #3f51b5;
}
.home_quick > a > i {
  color: #ffffff;
  font-style: normal;
  margin: 0 auto !important;
  padding-top: 4px;
  transition: 0.3s;
  height: 66px;
}
.home_quick > a:hover > i {
  background: #fff;
  color: #3f51b5;
  height: 56px;
}
.home_quick > a > i:before {
  content: "more_horiz";
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  line-height: 32px !important;
  font-size: 32px;
  margin: 24px 0px 0px 96px !important;
  color: #fff;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  transition: 0s;
}
.home_quick > a:hover > i:before {
  color: #3f51b5;
}
.home_start {
  width: 100%;
  height: auto;
  /*
  height: 80vh;
  min-height: 600px;
  background: url(/d/home_back.jpg) no-repeat transparent;
  background-size: cover;
  */
}
.home_start > img {
    display: block;
    /*
    position: absolute;
    right: 150px;
    margin-top: 60px;
    width: 550px;
    */
    width: 100%;
    height: auto;
}
.home_start_before {
  background: #ffffff;
  height: 1px;
}
.home_start_after {
  background: #303f9f;
  height: 5px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media (max-width: 1350px) {
    /*
    .home_start > img {
        width: 450px;
    }
    */
}
@media (max-width: 1280px) {
  .home_quick {
    margin-top: 0px;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .home_quick > a {
    zoom: 0.8;
  }
  .home_start {
    min-height: unset;
  }
  /*
  .home_start > img {
    width: 380px;
  }
  */
}
@media (max-width: 1024px) {
  /*
  .home_start > img {
    right: 50px;
  }
  */
  .home_quick > a {
    zoom: 0.6;
  }
}
@media (max-width: 900px) {
  /*
  .home_start > img {
    width: 40%;
    margin-top: 20px;
  }
  */
}
@media (max-width: 768px) {
  /*
  .home_start {
    height: 300px;
  }
  */
  .home_quick > a {
    zoom: 0.5;
  }
}
@media (max-width: 650px) {
  .home_quick > a {
    zoom: 0.7;
  }
}
@media (max-width: 580px) {
    /*
  .home_start {
    height: 250px;
  }
  .home_start > img {
    right: 20px;
  }
  */
}
@media (max-width: 425px) {
    /*
  .home_start {
    height: 200px;
  }
  */
}
@media (max-width: 355px) {
  .home_quick > a {
    zoom: 0.61;
  }
}
/* ----------------------------------------------------------------------------------  */

.cvu_online_payment {
  width: 100%;
  min-width: 456px;
}

/* ----------------------------------------------------------------------------------  */

#telegram-button {
  transition: transform 0.8s;
  position: fixed;
  bottom: 11px;
  right: 11px;
  z-index: 1400;
  border-radius: 50%;
  /* box-shadow: 0px 0px 6px 1px #8a8a8a; */
  transform-origin: 50% 50%;
}

#telegram-button:hover {
  transform: scale(1.2) rotate(360deg);
}

#viber-button {
  transition: transform 0.8s;
  position: fixed;
  bottom: 11px;
  right: 85px;
  z-index: 1400;
  border-radius: 50%;
  /* box-shadow: 0px 0px 6px 1px #8a8a8a; */
  transform-origin: 50% 50%;
}

#viber-button:hover {
  transform: scale(1.2) rotate(360deg);
}
