@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&subset=cyrillic");
.icon-hrom, .icon-lap-top, .icon-sparing, .icon-user, .icon-bird,
.icon-people {
  display: inline-block;
  background: url("img/icons/icons.png") no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left; }

.icon-hrom {
  background-position: -3px -0px;
  width: 192px;
  height: 126px; }

.icon-lap-top {
  background-position: -3px -129px;
  width: 153px;
  height: 127px; }

.icon-sparing {
  background-position: -3px -259px;
  width: 145px;
  height: 125px; }

.icon-user {
  background-position: -3px -387px;
  width: 122px;
  height: 127px; }

.icon-bird {
  background-position: -3px -517px;
  width: 109px;
  height: 139px; }

.icon-people {
  background-position: -3px -659px;
  width: 108px;
  height: 127px; }

html, body {
  font-size: 16px;
  height: 100%;
  font-family: 'Roboto', sans-serif; }

.page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%; }

.content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

a:hover, a:active, a:focus {
  text-decoration: none !important;
  outline: none !important; }

.wrapper {
  max-width: 1248px;
  margin: 0 auto; }

.header {
  background: #fff;
  -webkit-box-shadow: 0 1px 1px 1px #bdbbbb;
  box-shadow: 0 1px 1px 1px #bdbbbb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* height: 70px; */
  height: 132px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1200; }
@media (min-width: 1024px) {
  .header {
    -webkit-box-shadow: 0 1px 18px 1px #bdbbbb;
    box-shadow: 0 1px 18px 1px #bdbbbb; } }

.slider {
  display: none !important; }
@media (min-width: 1024px) {
  .slider {
    display: block !important;
    height: -webkit-calc(100vh - 70px);
    height: calc(100vh - 70px);
    position: relative; }
  .slider > div {
    width: 100%;
    height: -webkit-calc(100vh - 70px);
    height: calc(100vh - 70px); } }

.header-nav {
  padding-top: 10px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff; }
@media (min-width: 1024px) {
  .header-nav {
    padding-bottom: 0; } }
.header-nav .logo {
  margin-right: 30px; }
.header-nav .logo img {
  max-height: 50px; }
.header-nav.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-basis: 80px;
  -ms-flex-preferred-size: 80px;
  flex-basis: 80px;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  z-index: 1;
  height: 100%;
  background: #fff; }
.header-nav .lanlg-nav {
  cursor: pointer;
  position: relative;
  width: 80px;
  height: 30px;
  background: #fff; }
.header-nav .lanlg-nav ul {
  background: #fff;
  position: absolute;
  padding-left: 0px;
  left: 0px;
  top: 0; }
.header-nav .lanlg-nav ul :before {
  content: '';
  width: 60px;
  display: block;
  height: 100px;
  width: 100%;
  position: absolute; }
.header-nav .lanlg-nav ul li {
  list-style: none;
  height: 0px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
.header-nav .lanlg-nav ul li a {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #333333; }
.header-nav .lanlg-nav ul .langActive {
  padding: 5px 10px;
  height: auto !important;
  opacity: 1; }
.header-nav .lanlg-nav ul .langActive  a{
  padding: 5px 10px;
  height: auto !important;
  font-weight: 400;
  opacity: 1; }
.header-nav .lanlg-nav ul:hover li {
  padding: 5px 10px;
  height: auto !important;
  opacity: 1; }
.lanlg-nav ul li:hover>a{
  font-weight: 500;
}
.header-nav .lanlg-nav i {
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 5px;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
.header-nav .mob-nav-btn {
  cursor: pointer; }
@media (min-width: 1024px) {
  .header-nav .mob-nav-btn {
    display: none; } }
.header-nav .humburger {
  position: relative;
  height: 18px;
  width: 30px;
  font-size: 20px;
  font-size: 1.25rem;
  -webkit-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
  padding-left: 10px; }
.header-nav .humburger span {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  height: 3px;
  width: 20px;
  background: #333333;
  display: block;
  margin-bottom: 3px;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }
.header-nav .show-nav span {
  position: absolute;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
.header-nav .show-nav span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
.header-nav .show-nav span:nth-child(2) {
  opacity: 0; }
.header-nav .show-nav span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.top-navigation--shown {
  top: -webkit-calc(100% + 1px) !important;
  top: calc(100% + 1px) !important; }

@media (min-width: 1024px) {
  .menu {
    -webkit-flex-basis: 70%;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%; } }

.top-navigation {
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
  background: #fff;
  position: absolute;
  z-index: -2;
  top: -300vh;
  width: 100%;
  left: 0;
  right: 0; }
@media (min-width: 1024px) {
  .top-navigation {
    position: static; }
  .top-navigation ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .top-navigation ul li {
    display: inline;
    position: relative;
    z-index: 1; }
  .top-navigation ul li:focus > ul {
    height: auto;
  }
  .top-navigation ul li ul {
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .top-navigation ul li ul {
    width: 0;
    height: 0;
    position: absolute;
    top: -webkit-calc(100% + 17px);
    top: calc(100% + 17px);
    padding-top: 15px;
    padding-bottom: 15px !important;
    opacity: 0;
    left: 0; } }
.top-navigation ul {
  margin: 0;
  padding: 15px 0;
  position: relative;
  background: transparent; }
.top-navigation ul .active a {
  border-color: #ffff33;
  outline: none; }
.top-navigation ul li {
  list-style: none;
  text-align: center;
  padding: 3px; }
/*@media (min-width: 1024px) {*/
/*.top-navigation ul li {*/
/*margin-right: 30px; } }*/
.top-navigation ul li a {
  text-transform: uppercase;
  color: #333333;
  font-size: 16px;
  font-size: 1rem;
  border-bottom: 3px solid transparent;
  padding-bottom: 3px; }
.top-navigation ul li:hover > a {
  border-color: #ffff33;
  outline: none; }
.top-navigation ul li ul {
  overflow: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  height: 0;
  padding: 0;
  background: rgba(242, 236, 232, 0.9); }
.top-navigation ul li ul li a {
  text-transform: none;
  padding: 3px;
  font-size: 14px;
  font-size: 0.875rem; }
.top-navigation ul li ul li a:hover {
  font-weight: bold; }

@media (min-width: 1024px) {
  .news-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.news-media {
  margin-bottom: 80px; }
@media (min-width: 1024px) {
  .news-media {
    -webkit-flex-basis: 44%;
    -ms-flex-preferred-size: 44%;
    flex-basis: 44%; } }
.news-media .media-title {
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 30px; }
.news-media .media-text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300; }

.prew, .next {
  font-size: 92px;
  font-size: 5.75rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.myslidebg{
  width: 100%;
  height: calc(100vh - 70px) !important;
}
.slide-bg-img{
  width: 100%;
  height: 100%;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat!important;
}

.myslidebg > img {
  max-width: 100%;
  margin: 0 auto; }

.myslidebg .slide-info {
  position: absolute;
  display: inline-block;
  left: 60vw;
  top: 55vh;
  z-index: 1000;
  max-width: 30vw; }
.myslidebg .slide-info .slide-title {
  position: relative;
  font-size: 50px;
  font-size: 2.5rem;
  color: #fff;
  line-height: 1.2;}
.myslidebg .slide-info .slide-title > i {
  font-size: 0.8em; }
.myslidebg .slide-info .slide-title > i:first-child {
  left: -45px;
  top: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute; }
.myslidebg .slide-info .slide-info-btns {
  margin-top: 10px; }
.myslidebg .slide-info .slide-info-btns > a {
  display: inline-block;
  margin-right: 15px;
  padding: 7px 15px;
  position: relative;
  padding-right: 45px; }
.myslidebg .slide-info .slide-info-btns > a > i {
  position: absolute;
  right: 15px;
  font-size: 20px;
  font-size: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
.myslidebg .slide-info .slide-info-btns > .slide-info-btn {
  background: #ffff33;
  color: #000; }
.myslidebg .slide-info .slide-info-btns > .slide-info-conect {
  background: #ff9900;
  color: #000; }

.slider-wrap {
  margin-bottom: 50px; }
.slider-wrap .prev {
  left: 100px; }
.slider-wrap .next {
  right: 100px; }
.slider-wrap .next, .slider-wrap .prev {
  z-index: 99;
  width: 40px;
  height: 40px;
  cursor: pointer;
  font-size: 70px;
  font-size: 4.375rem;
  color: #a3a3a2; }
.slider-wrap .next:hover, .slider-wrap .prev:hover {
  color: #fff; }

.next {
  right: 0; }

.page-block {
  padding-left: 30px;
  padding-right: 30px; }

.page-block--title {
  text-align: center;
  font-size: 28px;
  font-size: 1.75rem;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 30px;
  color: #000; }

.main {
  margin-top: 30vw;
  padding-top: 30px; }
@media (min-width: 768px) {
  .main {
  margin-top: 20vw;
  padding-top: 0; } }
@media (min-width: 1024px) {
  .main {
    margin-top: 9vw; } }
.works {
  margin: 0 auto; }
.works .works-item-group {
  text-align: center; }
@media (min-width: 768px) {
  .works .works-item-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around; } }
.works .works-item-group a {
  display: block; }
@media (min-width: 768px) {
  .works .works-item-group a {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; } }
@media (min-width: 1024px) {
  .works .works-item-group a {
    -webkit-flex-basis: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%; } }
.works .works-item:hover{
  transform: scale(1.07);
  box-shadow: 0 0 10px 1px #e2e2e2;
}
.works .works-item {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  display: block;
  border: 1px solid #ccc;
  margin: 25px auto;
  margin-top: 0;
  padding: 30px;
  width: 270px;
  height: 270px;
  font-size: 12.65px;
  font-size: 0.79063rem; }
.works .works-item .works-item-text {
  margin-top: 30px;
  color: #333333;
  font-size: 16px;
  font-size: 1rem; }

.news-item {
  margin-bottom: 15px; }
@media (min-width: 1024px) {
  .news-item {
    padding-left: 15px;
    padding-right: 15px; } }
.news-item a {
  text-decoration: none; }
.news-item a:hover {
  text-decoration: none; }
@media (min-width: 768px) {
  .news-item .news-item--img img {
    margin: 0 auto; } }
.news-item .news-item--promo {
  font-size: 15px;
  font-size: 0.9375rem;
  padding-top: 15px; }
.news-item .new-item--text {
  margin-top: 8px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  color: #333333; }
.news-item .new-item--text:hover {
  border-left: 6px solid #ffff33;
  padding-left: 5px; }

.news-item--title {
  font-size: 18px;
  font-size: 1.125rem;
  padding-top: 12px;
  text-transform: uppercase; }

.news-item--info {
  font-size: 12px;
  font-size: 0.75rem; }

.footer {
  margin-top: 60px;
  text-align: center;
  padding-top: 60px;
  position: relative;
  background: #024a02; }
.footer .contacts {
  text-align: left;
  margin: 0 auto;
  margin-bottom: 60px;
  display: inline-block;
  color: #fff;
  font-style: light; }
@media (min-width: 1024px) {
  .footer .contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    margin-bottom: 0; } }
.footer .contacts .email {
  font-size: 16px;
  font-size: 1rem; }
.footer .contacts .email a {
  color: #fff;
  font-weight: 300; }
.footer .contacts .social {
  margin-bottom: 40px;
  margin-top: 5px; }
.footer .contacts .social a {
  transition: all .3s ease;
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
  padding-right: 10px; }
.footer .contacts .social a:hover>i{
  transition: all .3s ease;
  color: #ffff33;
  transform: rotate(360deg);
}
.footer .contacts address {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300; }
.footer .contacts .phones {
  margin-bottom: 60px; }
.footer .contacts .phones a {
  display: block;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300; }
.contacts .connect-btns:hover{
  background: #fff;
  color: #000;
}
.connect-btns-top {
  text-align: center;
  color: #000;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  text-transform: uppercase;
  margin-right: 30px;
  -webkit-box-shadow: 0 0 0 1px #212121;
  box-shadow: 0 0 0 1px #212121; }
.connect-btns-top:hover{
  background: #ffff33;
  color: #000;
}
.connect-btns {
  text-align: center;
  color: #000;
  font-size: 18px;
  font-size: 1.125rem;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
  width: 280px;
  text-transform: uppercase;
  background: #ffff33;
  margin: 0 auto;
  margin-bottom: 30px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.btn-teg {
  display: inline-block;
  padding: 5px 10px;
  margin-top: 15px;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-box-shadow: 0 0 0 1px #e3e3e3;
  box-shadow: 0 0 0 1px #e3e3e3; }
.btn-teg a {
  color: #333333;
  display: block;
  width: 100%;
  height: 100%; }

.news-block {
  padding-left: 15px;
  padding-right: 15px; }

.article-preview {
  margin-bottom: 30px; }
@media (min-width: 1024px) {
  .article-preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    flex-basis: 100%;}
  .article-preview .article-preview--img {
    margin-right: 30px;
  }
  .article-preview--press.article-preview .article-preview--img {
    min-width: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .article-preview--press.article-preview .article-preview--img img {
    margin: 0 auto;
  }
}
.article-preview a {
  color: #333333; }

.article-preview .news-item--title {
  padding-top: 15px;
  margin-bottom: 15px;
  color: #000;
  font-weight: 500; }

.article-preview--img {
  margin-bottom: 15px; }
.article-preview--img img{
  max-width: 280px }
.page-pagination {
  text-align: center;
  display: block;
  width: 100%; }
.page-pagination .pagination > li {
  display: inline-block; }
.page-pagination .pagination > li a {
  border: none;
  color: #999; }
.page-pagination .pagination .active-page {
  background: #333333; }
.page-pagination .pagination .active-page span {
  color: #999;
  background: transparent; }

@media (min-width: 1024px) {
  .tablet-flex--between {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; } }

.menu-cat {
  padding-left: 15px;
  padding-top: 30px;
  width: 280px;
  position: relative;
  z-index: 2;
  background: #fff;
  padding-bottom: 30px;}
@media (min-width: 1024px) {
  .menu-cat {
    width: 340px;
    margin-right: 15px; } }
.menu-cat strong {
  display: inline-block;
  cursor: pointer;
  color: #ultblack;
  padding-top: 5px;
  padding-bottom: 15px; }
.menu-cat i {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
.menu-cat__active i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }
.menu-cat ul {
  z-index: 5;
  top: 30px;
  opacity: 0;
  height: 0px;
  overflow: hidden;
  padding-left: 20px;
  position: absolute;
  background: #fff;
  -webkit-box-shadow: 0 3px 0 0 #9b9a99, -1px 0 0 0 #e3e3e3;
  box-shadow: 0 3px 0 0 #9b9a99, -1px 0 0 0 #e3e3e3; }
.menu-cat ul li {
  list-style: none;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-right: 10px; }
.menu-cat ul li a {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #333333;
  cursor: pointer;
  display: block;
  height: 100%;
  width: 100%; }

.news-open--menu ul {
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 5px 0 0 #e3e3e3;
  box-shadow: 0 5px 0 0 #e3e3e3;
  margin-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px; }
@media (min-width: 768px) {
  .news-open--menu ul {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    padding: 30px 30px;
    max-width: 310px;
    padding-left: 50px; } }
.news-open--menu ul li {
  list-style: none;
  border-bottom: 1px solid #ccc;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
.news-open--menu ul li a {
  color: #333333;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
  height: 100%;
  padding: 10px 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
@media (min-width: 1248px) {
  .news-open--menu ul li a {
    padding: 10px 0px; } }
.news-open--menu ul li a:hover {
  color: #000;
  font-weight: 600; }
.news-open--menu ul li:hover {
  -webkit-box-shadow: 0 3px 0 0 #ffff33;
  box-shadow: 0 3px 0 0 #ffff33;
  border-color: transparent; }
.news-open--menu ul li:last-child {
  border-bottom: none; }
.news-open--menu ul li:last-child:hover {
  -webkit-box-shadow: none;
  box-shadow: none; }

.news-open--title {
  text-align: center;
  color: #333333;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 30px; }

.news-open {
  padding: 0 11%; }
.news-open .news-open--content {
  font-weight: 300; }
.news-open .news-open--content p {
  margin-bottom: 25px; }
@media (min-width: 1024px) {
  .news-open .news-open--content p {
    margin-bottom: 25px; } }
.news-open .news-open--content > img {
  margin: 0 auto;
  display: block;
  margin-bottom: 30px; }
@media (min-width: 1024px) {
  .news-open .news-open--content > img {
    margin-bottom: 50px; } }

.news-open--slider {
  margin-bottom: 50px; }

.slider-for {
  margin: 0 auto;
  max-width: 70%;
  margin-bottom: 50px; }
.slider-for img {
  display: block;
  margin: 0 auto; }
.slider-for .prev, .slider-for .next {
  font-size: 50px;
  font-size: 3.125rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 200;
  cursor: pointer; }
@media (min-width: 560px) {
  .slider-for .prev, .slider-for .next {
    display: none !important; } }
.slider-for .prev {
  left: -30px; }
.slider-for .next {
  right: -30px; }

.slider-nav {
  margin: 0 auto;
  max-width: 70%;
  position: relative;
  display: none !important; }
@media (min-width: 560px) {
  .slider-nav {
    display: block !important; } }
@media (min-width: 1024px) {
  .slider-nav {
    max-width: 50%; } }
.slider-nav img {
  max-height: 80px;
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
  margin-right: 15px; }
.slider-nav .prev, .slider-nav .next {
  font-size: 50px;
  font-size: 3.125rem;
  position: absolute;
  top: 25px;
  z-index: 200;
  cursor: pointer; }
@media (min-width: 1024px) {
  .slider-nav .prev, .slider-nav .next {
    top: 35px; } }
.slider-nav .prev {
  left: -30px; }
.slider-nav .next {
  right: -30px; }

.report {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-basis: 45%;
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
  margin-bottom: 50px; }
.report .report-img {
  margin-right: 50px;
  -webkit-flex-basis: 45%;
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%; }
.report .report-text-content {
  -webkit-flex-basis: 45%;
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%; }
.report .report-text-content .report-title {
  color: #000;
  font-weight: 500;
  display: block;
  margin-bottom: 30px; }
.report .report-text-content .report-title i {
  font-size: 32px;
  font-size: 2rem;
  padding-left: 30px;
  -webkit-transform: translateY(25%);
  -ms-transform: translateY(25%);
  transform: translateY(25%); }
.report .report-text-content .report-text {
  font-weight: 300; }

.map-wrap {
  width: 100%;
  min-height: 700px;
  position: relative;
  z-index: 1;
  margin-bottom: -60px; }
.map-wrap #map {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  height: 100%; }
.map-wrap .contact-desc {
  display: inline-block;
  position: absolute;
  z-index: 10;
  text-align: center;
  width: 100%;
  -webkit-box-shadow: 0 0 0 1px #e3e3e3, 0 3px 0 0 #e3e3e3;
  box-shadow: 0 0 0 1px #e3e3e3, 0 3px 0 0 #e3e3e3;
  background-color: #fff;
  padding: 25px; }
.map-wrap .contact-desc .email {
  font-weight: 300; }
.map-wrap .contact-desc .phones {
  margin-bottom: 15px;
  font-weight: 300; }
.map-wrap .contact-desc .phones a {
  display: block; }
.map-wrap .contact-desc a {
  color: #333333; }
.map-wrap .contact-desc a i {
  padding-top: 15px;
  padding-right: 5px; }
.map-wrap .contact-desc img {
  margin-bottom: 30px;
  display: none; }
@media (min-width: 768px) {
  .map-wrap .contact-desc img {
    display: block; } }
@media (min-width: 768px) {
  .map-wrap .contact-desc {
    right: 50px;
    top: 50px;
    max-width: 400px; } }
@media (min-width: 1024px) {
  .map-wrap .contact-desc {
    padding: 50px; } }
@media (min-width: 1248px) {
  .map-wrap .contact-desc {
    right: 200px; } }
@media (min-width: 1440px) {
  .map-wrap .contact-desc {
    width: 700px;
    right: 250px; } }

.space-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.partners-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, 22%);
  justify-content: space-between;
  grid-gap: 20px;
  margin-top: 50px;
  margin-bottom: 80px;
}

@media (max-width: 1024px) {
  .partners-wrapper {
    grid-template-columns: repeat(auto-fill, 30%);
  }
}
@media (max-width: 768px) {
  .partners-wrapper {
    grid-template-columns: repeat(auto-fill, 48%);
  }
}
@media (max-width: 560px) {
  .partners-wrapper {
    grid-template-columns: repeat(auto-fill, 100%);
  }
}
.partners-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 15px;
  margin-bottom: 30px;
  width: 100%;
}
.partner {
  display: block;
  margin: 0 auto;
  color: #333333;
  text-align: center;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }
@media (min-width: 560px) {
  .partner {
    -webkit-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%; } }
@media (min-width: 1024px) {
  .partner {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; } }
.partner .partner-img {
  height: 80px;
  margin-bottom: 15px;
  display: flex;
  position: relative;
}
.partner .partner-img img {
  max-height: 100%;
  margin: 0 auto;
  object-fit: contain;
  display: flex;
}

.employers-block {
  padding-top: 30px; }

.breadcrumbs {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0; }
.breadcrumbs ul {
  padding-left: 15px; }
.breadcrumbs ul li {
  list-style: none;
  display: inline-block;
  padding-right: 10px; }
.breadcrumbs ul li a {
  color: #999999;
  font-size: 16px;
  font-size: 1rem; }
.breadcrumbs ul li a:after {
  content: '/';
  padding-left: 7.5px; }
.breadcrumbs ul li a:hover {
  color: #000; }
.breadcrumbs ul li span {
  color: #999999;
  font-size: 16px;
  font-size: 1rem; }

.book {
  margin-bottom: 40px; }
.book .book-info .book-title {
  font-size: 18px;
  font-size: 1.125rem;
  color: #333333;
  margin-bottom: 10px;
  font-weight: 500; }
.book .book-download {
  margin-top: 30px; }
.book .book-download a {
  color: #333333;
  padding: 15px 20px;
  -webkit-box-shadow: 0 0 0 1px #e3e3e3;
  box-shadow: 0 0 0 1px #e3e3e3;
  -webkit-background-size: 0px 0px;
  background-size: 0px; }
.book .book-download a i {
  padding-left: 30px; }
.book .book-download a:hover {
  -webkit-animation: linkBGhover .125s ease;
  animation: linkBGhover .125s ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  color: #000;
  background: -webkit-gradient(linear, left top, right top, color-stop(100%, #ffff33), color-stop(0%, #fff));
  background: -webkit-linear-gradient(left, #ffff33 100%, #fff 0%);
  background: -o-linear-gradient(left, #ffff33 100%, #fff 0%);
  background: linear-gradient(to right, #ffff33 100%, #fff 0%); }

.employer {
  margin-bottom: 30px; }
.employer .name {
  margin-top: 15px;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500; }
@media (min-width: 768px) {
  .employer .employer-promo {
    padding-left: 15px;
    padding-right: 30px; } }
@media (max-width: 768px) {
  .employer .row {
    display: block; } }
.employer .position {
  margin-top: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300; }

.auto-height {
  height: auto !important;
  width: auto !important;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  opacity: 1 !important; }

.height-auto {
  height: auto !important;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  opacity: 1 !important; }
@media (min-width: 1024px) {
  .height-auto {
    padding-left: 15px !important;
    min-width: 240px;
    width: auto !important;
    display: block !important;
    position: absolute !important;
    top: -webkit-calc(100% + 17px) !important;
    top: calc(100% + 17px) !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    left: 0; }
  .height-auto li {
    display: block !important;
    text-align: left !important;
    margin-bottom: 5px; }
  .height-auto li a {
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: none !important; } }

img {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

img[data-src] {
  opacity: 0; }

.show-tablet {
  display: none; }
@media (min-width: 1024px) {
  .show-tablet {
    display: block; } }

@media (min-width: 1024px) {
  .hide-tablet {
    display: none; } }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes toSide {
  0% {
    -webkit-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%); }
  33.33% {
    -webkit-transform: translateX(-10px) translateY(-50%);
    transform: translateX(-10px) translateY(-50%); }
  66.66% {
    -webkit-transform: translateX(0px) translateY(-50%);
    transform: translateX(0px) translateY(-50%); }
  100% {
    -webkit-transform: translateX(0px) translateY(-50%);
    transform: translateX(0px) translateY(-50%); } }

@keyframes toSide {
  0% {
    -webkit-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%); }
  33.33% {
    -webkit-transform: translateX(-10px) translateY(-50%);
    transform: translateX(-10px) translateY(-50%); }
  66.66% {
    -webkit-transform: translateX(0px) translateY(-50%);
    transform: translateX(0px) translateY(-50%); }
  100% {
    -webkit-transform: translateX(0px) translateY(-50%);
    transform: translateX(0px) translateY(-50%); } }

@-webkit-keyframes linkBGhover {
  0% {
    background-position: 0% 0%;
    -webkit-background-size: 0px 0px;
    background-size: 0px;
    background: -webkit-gradient(linear, left top, right top, from(#ffff33), to(#fff));
    background: -webkit-linear-gradient(left, #ffff33 0%, #fff 100%);
    background: linear-gradient(to right, #ffff33 0%, #fff 100%); }
  10% {
    background-position: 0% 0%;
    -webkit-background-size: 10px 10px;
    background-size: 10px;
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, #ffff33), color-stop(90%, #fff));
    background: -webkit-linear-gradient(left, #ffff33 10%, #fff 90%);
    background: linear-gradient(to right, #ffff33 10%, #fff 90%); }
  20% {
    background-position: 0% 0%;
    -webkit-background-size: 20px 20px;
    background-size: 20px;
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, #ffff33), color-stop(80%, #fff));
    background: -webkit-linear-gradient(left, #ffff33 20%, #fff 80%);
    background: linear-gradient(to right, #ffff33 20%, #fff 80%); }
  30% {
    background-position: 0% 50%;
    -webkit-background-size: 30px 30px;
    background-size: 30px;
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, #ffff33), color-stop(70%, #fff));
    background: -webkit-linear-gradient(left, #ffff33 30%, #fff 70%);
    background: linear-gradient(to right, #ffff33 30%, #fff 70%); }
  40% {
    background-position: 0% 50%;
    -webkit-background-size: 40px 40px;
    background-size: 40px;
    background: -webkit-gradient(linear, left top, right top, color-stop(40%, #ffff33), color-stop(60%, #fff));
    background: -webkit-linear-gradient(left, #ffff33 40%, #fff 60%);
    background: linear-gradient(to right, #ffff33 40%, #fff 60%); }
  50% {
    background-position: 0% 50%;
    -webkit-background-size: 50px 50px;
    background-size: 50px;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffff33), color-stop(50%, #fff));
    background: -webkit-linear-gradient(left, #ffff33 50%, #fff 50%);
    background: linear-gradient(to right, #ffff33 50%, #fff 50%); }
  60% {
    background-position: 0% 50%;
    -webkit-background-size: 60px 60px;
    background-size: 60px;
    background: -webkit-gradient(linear, left top, right top, color-stop(60%, #ffff33), color-stop(40%, #fff));
    background: -webkit-linear-gradient(left, #ffff33 60%, #fff 40%);
    background: linear-gradient(to right, #ffff33 60%, #fff 40%); }
  70% {
    background-position: 0% 50%;
    -webkit-background-size: 70px 70px;
    background-size: 70px;
    background: -webkit-gradient(linear, left top, right top, color-stop(70%, #ffff33), color-stop(30%, #fff));
    background: -webkit-linear-gradient(left, #ffff33 70%, #fff 30%);
    background: linear-gradient(to right, #ffff33 70%, #fff 30%); }
  80% {
    background-position: 0% 50%;
    -webkit-background-size: 80px 80px;
    background-size: 80px;
    background: -webkit-gradient(linear, left top, right top, color-stop(80%, #ffff33), color-stop(20%, #fff));
    background: -webkit-linear-gradient(left, #ffff33 80%, #fff 20%);
    background: linear-gradient(to right, #ffff33 80%, #fff 20%); }
  90% {
    background-position: 0% 50%;
    -webkit-background-size: 90px 90px;
    background-size: 90px;
    background: -webkit-gradient(linear, left top, right top, color-stop(90%, #ffff33), color-stop(10%, #fff));
    background: -webkit-linear-gradient(left, #ffff33 90%, #fff 10%);
    background: linear-gradient(to right, #ffff33 90%, #fff 10%); }
  100% {
    background-position: 0% 100%;
    -webkit-background-size: 100px 100px;
    background-size: 100px;
    background: -webkit-gradient(linear, left top, right top, color-stop(100%, #ffff33), color-stop(0%, #fff));
    background: -webkit-linear-gradient(left, #ffff33 100%, #fff 0%);
    background: linear-gradient(to right, #ffff33 100%, #fff 0%); } }

@keyframes linkBGhover {
  0% {
    background-position: 0% 0%;
    -webkit-background-size: 0px 0px;
    background-size: 0px;
    background: -webkit-gradient(linear, left top, right top, from(#ffff33), to(#fff));
    background: -webkit-linear-gradient(left, #ffff33 0%, #fff 100%);
    background: -o-linear-gradient(left, #ffff33 0%, #fff 100%);
    background: linear-gradient(to right, #ffff33 0%, #fff 100%); }
  10% {
    background-position: 0% 0%;
    -webkit-background-size: 10px 10px;
    background-size: 10px;
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, #ffff33), color-stop(90%, #fff));
    background: -webkit-linear-gradient(left, #ffff33 10%, #fff 90%);
    background: -o-linear-gradient(left, #ffff33 10%, #fff 90%);
    background: linear-gradient(to right, #ffff33 10%, #fff 90%); }
  20% {
    background-position: 0% 0%;
    -webkit-background-size: 20px 20px;
    background-size: 20px;
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, #ffff33), color-stop(80%, #fff));
    background: -webkit-linear-gradient(left, #ffff33 20%, #fff 80%);
    background: -o-linear-gradient(left, #ffff33 20%, #fff 80%);
    background: linear-gradient(to right, #ffff33 20%, #fff 80%); }
  30% {
    background-position: 0% 50%;
    -webkit-background-size: 30px 30px;
    background-size: 30px;
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, #ffff33), color-stop(70%, #fff));
    background: -webkit-linear-gradient(left, #ffff33 30%, #fff 70%);
    background: -o-linear-gradient(left, #ffff33 30%, #fff 70%);
    background: linear-gradient(to right, #ffff33 30%, #fff 70%); }
  40% {
    background-position: 0% 50%;
    -webkit-background-size: 40px 40px;
    background-size: 40px;
    background: -webkit-gradient(linear, left top, right top, color-stop(40%, #ffff33), color-stop(60%, #fff));
    background: -webkit-linear-gradient(left, #ffff33 40%, #fff 60%);
    background: -o-linear-gradient(left, #ffff33 40%, #fff 60%);
    background: linear-gradient(to right, #ffff33 40%, #fff 60%); }
  50% {
    background-position: 0% 50%;
    -webkit-background-size: 50px 50px;
    background-size: 50px;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffff33), color-stop(50%, #fff));
    background: -webkit-linear-gradient(left, #ffff33 50%, #fff 50%);
    background: -o-linear-gradient(left, #ffff33 50%, #fff 50%);
    background: linear-gradient(to right, #ffff33 50%, #fff 50%); }
  60% {
    background-position: 0% 50%;
    -webkit-background-size: 60px 60px;
    background-size: 60px;
    background: -webkit-gradient(linear, left top, right top, color-stop(60%, #ffff33), color-stop(40%, #fff));
    background: -webkit-linear-gradient(left, #ffff33 60%, #fff 40%);
    background: -o-linear-gradient(left, #ffff33 60%, #fff 40%);
    background: linear-gradient(to right, #ffff33 60%, #fff 40%); }
  70% {
    background-position: 0% 50%;
    -webkit-background-size: 70px 70px;
    background-size: 70px;
    background: -webkit-gradient(linear, left top, right top, color-stop(70%, #ffff33), color-stop(30%, #fff));
    background: -webkit-linear-gradient(left, #ffff33 70%, #fff 30%);
    background: -o-linear-gradient(left, #ffff33 70%, #fff 30%);
    background: linear-gradient(to right, #ffff33 70%, #fff 30%); }
  80% {
    background-position: 0% 50%;
    -webkit-background-size: 80px 80px;
    background-size: 80px;
    background: -webkit-gradient(linear, left top, right top, color-stop(80%, #ffff33), color-stop(20%, #fff));
    background: -webkit-linear-gradient(left, #ffff33 80%, #fff 20%);
    background: -o-linear-gradient(left, #ffff33 80%, #fff 20%);
    background: linear-gradient(to right, #ffff33 80%, #fff 20%); }
  90% {
    background-position: 0% 50%;
    -webkit-background-size: 90px 90px;
    background-size: 90px;
    background: -webkit-gradient(linear, left top, right top, color-stop(90%, #ffff33), color-stop(10%, #fff));
    background: -webkit-linear-gradient(left, #ffff33 90%, #fff 10%);
    background: -o-linear-gradient(left, #ffff33 90%, #fff 10%);
    background: linear-gradient(to right, #ffff33 90%, #fff 10%); }
  100% {
    background-position: 0% 100%;
    -webkit-background-size: 100px 100px;
    background-size: 100px;
    background: -webkit-gradient(linear, left top, right top, color-stop(100%, #ffff33), color-stop(0%, #fff));
    background: -webkit-linear-gradient(left, #ffff33 100%, #fff 0%);
    background: -o-linear-gradient(left, #ffff33 100%, #fff 0%);
    background: linear-gradient(to right, #ffff33 100%, #fff 0%); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.link-arow {
  -webkit-animation-name: toSide;
  animation-name: toSide;
  -webkit-animation-duration: 1400ms;
  animation-duration: 1400ms;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

@media (max-width: 1200px) {
  .header-nav .logo {
    margin-right: 10px;
  }
  .connect-btns-top {
    margin-right: 0;
  }
}

.news-open--content p img{
  margin: 10px;
}
.news-open--content .news-open--main-image{
  max-width: calc(100% - 20px);
  text-align: center;
}

.img-alt{
  display: block;
  color: grey;
  padding: 0 15px;
  position: absolute;
  font-size: 13px;
  bottom: -10px;
  font-style: italic;
}

.vertical-align-middle{
  display: flex;
  align-items: center;
}

.book-front-page img {
  width: 100%;
}

.result-btns a:hover{
  background: #ffff33;
}

.article-preview:hover .news-item--title{
  -webkit-box-shadow: 0 3px 0 0 #ffff33;
  box-shadow: 0 3px 0 0 #ffff33;
}

.menu-cat ul li a:hover{
  color: #999;
}

.mobile-head{
  display: none;
  padding-bottom: 0;
  margin-top: 10px;
}

@media (max-width: 1024px) {
  .mobile-head{
    display: block;
  }
  .connect-btn.hide-tablet{
    display: none;
  }
  .news-open img {
    max-width: 100%;
    height: auto;
  }
}

.img-inline-block {
  display: inline-block;
}
.map-wrap .contact-desc img.img-inline-block {
  display: inline-block;
  margin: 0 auto;
}

.page--title {
  padding-left: 15px;
  padding-right: 15px;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 130%;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .page--title {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .page--title {
    font-size: 28px;
  }
}
@media (max-width: 560px) {
  .page--title {
    font-size: 24px;
  }
}
.result-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, calc(25% - 28px));
  justify-content: space-between;
  grid-gap: 28px;
}

@media (max-width: 1024px) {
  .result-wrapper {
    grid-template-columns: repeat(auto-fill, calc(33% - 28px));
  }
}
@media (max-width: 768px) {
  .result-wrapper {
    grid-template-columns: repeat(auto-fill, calc(50% - 28px));
  }
}
@media (max-width: 560px) {
  .result-wrapper {
    grid-template-columns: repeat(auto-fill, 100%);
  }
}
.result {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  border: 1px solid #CCCCCC;
  padding: 40px 30px;
  justify-content: space-between;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.result:hover {
  transform: scale(1.07);
  box-shadow: 0 0 10px 1px #e2e2e2;
}
@media (max-width: 560px) {
  .result {
    display: block;
  }
  .result-image-title {
    display: block;
  }
  .result-btns {
    margin-top: 20px;
  }
}
.result-image {
  width: 100%;
  margin-right: 20px;
  padding: 20px 45px;
  height: 170px;
  margin-bottom: 20px;
  display: flex;
}
.result-image img {
  margin: 0 auto;
  object-fit: contain;
}
.result a.result-image-title{
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: #333333;
}
.result .result-btns {
  width: 100%;
}
.result .result-btns > a {
  display: block;
  color: #333333;
  margin: 0 auto;
  border: 1px solid #FFFF00;
  background: #FFFF00;
  height: 45px;
  width: 100%;
  vertical-align: middle;
  line-height: 40px;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  text-align: center;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  margin-top: 20px;
}
.result .result-btns > a:hover {
  text-decoration: underline;
  opacity: 0.9;
  border: 1px solid #333333;
  background: #fff;
}
.result .result-btns > a i {
  padding-right: 16px;
  font-size: 20px;
}

.news-wrapper {
  max-width: 1420px;
  margin-bottom: 70px;
}
@media (min-width: 1420px) {
  .news-wrapper {
    min-width: 1420px;
    padding: 0;
  }
}

.news-wrapper .page-block--title {
  margin-top: 70px;
  margin-bottom: 40px;
}
.news-item-group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 768px){
  .news-item-group{
    flex-direction: column;
  }
}
/*.news-item-group * {
  box-sizing: content-box;
}*/

.news-item-group-col {
  display: flex;
}
.news-item-group-col:first-child {
  width: calc(100% - 550px);
  padding: 0;
}
@media (max-width: 1420px) {
  .news-item-group-col:first-child{
    width: calc(100% - 500px);
  }
}
@media (max-width: 1200px) {
  .news-item-group-col:first-child{
    width: calc(100% - 450px);
  }
}
@media (max-width: 1024px) {
  .news-item-group-col:first-child{
    width: calc(100% - 350px);
  }
}
@media (max-width: 768px) {
  .news-item-group-col:first-child{
    width: calc(100%);
    margin-bottom: 40px;
  }
}
@media (max-width: 560px) {
  .news-item-group-col:first-child{
    width: calc(100%);
  }
}

.news-item-group-col:first-child .news-item {
  width: 100%;
  padding: 0;
  position: relative;
  margin: 0;
}
.news-item-group-col:first-child .news-item a {
  width: 100%;
  height: 100%;
  position: relative;
  background: #F4F4F4;
  display: flex;
  flex-direction: row;
}
.news-item-group-col:first-child .news-item .news-item--img {
  width: 49%;
  background: #7e837f;
  height: 100%;
  padding: 93px 74px;
  display: flex;
  object-fit: contain;
}
.news-item-group-col:first-child .news-item .news-item--img img {
  display: flex;
  object-fit: contain;
}
.news-item-group-col:first-child .news-item .new-item--text {
  width: 51%;
  background: #F4F4F4;
  height: 100%;
  padding-left: 25px;
  padding-right: 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin-top: 0;
  border: none;
}
@media (max-width: 1420px) {
  .news-item-group-col:first-child .news-item .news-item--img{
    padding: 50px 30px;
  }
}
@media (max-width: 1200px) {
  .news-item-group-col:first-child .news-item .news-item--img{
    padding: 50px 30px;
  }
  .news-item-group-col:first-child .news-item .new-item--text{
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1024px) {
  .news-item-group-col:first-child .news-item .news-item--img{
    padding: 30px;
  }
  .news-item-group-col:first-child .news-item .new-item--text{
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 768px) {
  .news-item-group-col:first-child .news-item a {
    flex-direction: column;
  }
  .news-item-group-col:first-child .news-item .news-item--img {
    width: 100%;
  }
  .news-item-group-col:first-child .news-item .new-item--text {
    width: 100%;
  }
}
.news-item-group-col:first-child .news-item .new-item--text .news-item--title {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #333333;
  margin-top: 20px;
  margin-bottom: 38px;
}
.news-item-group-col:first-child .news-item .new-item--text .news-item--promo {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #333333;
  padding-bottom: 45px;
  padding-top: 0;
}
.news-item-group-col:first-child .news-item .new-item--text .news-item--info {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #ACABAB;
  position: absolute;
  left: 25px;
  bottom: 29px;
}
@media (max-width: 768px) {
  .news-item-group-col:first-child .news-item .new-item--text .news-item--info {
    position: relative;
    bottom: initial;
    left: initial;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.news-item-group-col:last-child {
  width: 500px;
  margin-left: 50px;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1420px) {
  .news-item-group-col:last-child{
    width: 450px;
    margin-left: 50px;
  }
}
@media (max-width: 1200px) {
  .news-item-group-col:last-child{
    width: 420px;
    margin-left: 30px;
  }
}
@media (max-width: 1024px) {
  .news-item-group-col:last-child{
    width: 330px;
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .news-item-group-col:last-child{
    width: calc(100%);
    margin-left: 0px;
  }
}
@media (max-width: 560px) {
  .news-item-group-col:last-child{
    width: calc(100%);
    margin-left: 0px;
  }
}
.news-item-group-col:last-child .news-item {
  padding: 0;
  margin-bottom: 50px;
  position: relative;
}

.news-item-group-col:last-child .news-item:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 0px;
  border-bottom: 1px solid #DCDCDC;
  left: 0;
  bottom: -25px;
}

.news-item-group-col:last-child .news-item:last-child {
  margin-bottom: 0;
}

.news-item-group-col:last-child .news-item:last-child:after {
  display: none;
}

.news-item-group-col:last-child .news-item a {
  display: flex;
  flex-direction: row;
  padding: 0;
}
.news-item-group-col:last-child .news-item .news-item--img {
  width: 210px;
  margin-right: 25px;
  height: 135px;
  overflow: hidden;
}
.news-item-group-col:last-child .news-item .news-item--img img {
  margin: 0 auto;
  height: 100%;
  width: inherit;
}
.news-item-group-col:last-child .news-item .new-item--text {
  width: calc(100% - 210px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
}
.news-item-group-col:last-child .news-item .new-item--text {
  border-left: 0px solid #fff;
  padding-left: 0px;
}
.news-item-group-col:last-child .news-item .new-item--text .news-item--title {
  padding: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #333333;
}
.news-item-group-col:last-child .news-item .new-item--text .news-item--promo {
  display: none;
}
.news-item-group-col:last-child .news-item .new-item--text .news-item--info {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #747474;
}
@media (max-width: 1420px) {
  .news-item-group-col:last-child .news-item .new-item--text .news-item--title {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .news-item-group-col:first-child .news-item .new-item--text .news-item--title {
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 24px;
  }
  .news-item-group-col:first-child .news-item .new-item--text .news-item--promo {
    font-size: 14px;
  }
  .news-item-group-col:last-child .news-item .news-item--img {
    width: 150px;
    height: 107px;
  }
  .news-item-group-col:last-child .news-item .new-item--text .news-item--title {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .news-item-group-col:first-child .news-item .news-item--img {
    justify-content: center;
  }
  .news-item-group-col:first-child .news-item .new-item--text {
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 450px) {
  .news-item-group-col:last-child .news-item a {
    flex-direction: column;
  }
  .news-item-group-col:last-child .news-item .news-item--img {
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
    height: auto;
  }
  .news-item-group-col:last-child .news-item .new-item--text {
    width: 100%;
  }
  .news-item-group-col:last-child .news-item .new-item--text .news-item--title {
    margin-bottom: 10px;
  }
}

.news-item-group-col .news-item {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.news-item-group-col .news-item:hover {
  transform: scale(1.02);
  box-shadow: 0 0 2px 1px #fdfdfd;
}
