@import url(https://fonts.googleapis.com/css?family=Ubuntu:300, 400, 500, 700&subset=cyrillic);
@import url(https://unpkg.com/swiper/swiper-bundle.min.css);
body {
  font-family: Ubuntu, sans-serif;
  font-size: 16px;
}
.wrapper {
  overflow: hidden;
}
.wrapper-content {
  position: relative;
}
.container-fluid {
  max-width: 1070px;
}

.blue-block {
  max-width: 1020px;
  border: 10px solid #619edd;
  background: #1874d3;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px;
}

.blue-block_text {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  align-items: center;
  justify-content: center;
}

.blue-block-h {
  color: white;
  padding: 0;
}

.buttons {
  display: flex;
  align-items: center;
  column-gap: 12px;
}

.button {
  padding: 16px;
  border-radius: 12px;
  width: 100%;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 25px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}

.button_left {
  background: #0157b1;
  color: #a2cfff;
}

.button_right {
  background: #d3eaff;
  color: #1874d3;
}

h2 {
  color: #0060b7;
  text-align: center;
  font-size: 32px;
  text-transform: uppercase;
  margin: 0;
  padding: 20px 0;
  font-weight: 600;
}

a {
  color: inherit;
}
a,
a:active,
a:focus,
a:hover {
  text-decoration: none;
  outline: none;
}
.navbar-nav {
  margin: 0;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides .slide {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides .slide:first-child {
  position: relative;
  display: block;
  float: left;
}
.content-body {
  /*background: #a2c8f0;*/
  background: rgb(224, 240, 255);
  background: -moz-linear-gradient(
    131deg,
    rgba(224, 240, 255, 1) 0%,
    rgba(203, 230, 255, 1) 100%
  );
  background: -webkit-linear-gradient(
    131deg,
    rgba(224, 240, 255, 1) 0%,
    rgba(203, 230, 255, 1) 100%
  );
  background: linear-gradient(
    131deg,
    rgba(224, 240, 255, 1) 0%,
    rgba(203, 230, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e0f0ff",endColorstr="#cbe6ff",GradientType=1);
  padding: 0px 0;
  overflow: hidden;
}
.content-body > .container-fluid {
  position: relative;
  z-index: 1;
}
.page-title h1 {
  text-align: center;
}
.default-block {
  /* background: #fff;
    border: 2px solid #91bfef;
    border-radius: 22px;*/
  padding: 30px 25px;
  margin-bottom: 40px;
  overflow: hidden;
}
.default-block-null {
  padding: 30px 25px;
  /* margin-bottom: 40px;*/
  overflow: hidden;
}
.default-block h2 {
  padding-top: 0;
  text-align: center;
}

.custom-button,
a.custom-button {
  display: inline-block;
  background: #4a9cf1;
  color: #fff;
  font-size: 18px;
  padding: 15px;
  margin-top: 15px;
  border-radius: 12px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 33%;
}
.custom-button:hover,
a.custom-button:hover {
  background: #0060b7;
}
.section--proj-slider {
  background: url(/img/proj-slider-left.png) no-repeat 0 100%,
    url(/img/proj-slider-right.png) no-repeat 100% 100%,
    url(/img/proj-slider-bg.png), #b5d3f1;
  padding: 50px 0;
}

.view--proj-slider {
  position: relative;
  background: #fff;
  border-radius: 24px;
  padding: 30px 48px;
  border: 2px solid #91bfef;
}
.view--proj-slider .view--row {
  background: #fff;
  width: 100%;
}
.view--proj-slider .proj-slider--img img {
  margin: auto;
}
.view--proj-slider .proj-slider--text {
  overflow: hidden;
  font-size: 24px;
  color: #0060b7;
}
.view--proj-slider .proj-slider--text p {
  margin: 0;
}
.view--proj-slider .rslides_nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 50px;
  color: #b5d3f1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.view--proj-slider .rslides_nav:hover {
  color: #2698ff;
}
.view--proj-slider .rslides_nav.prev {
  left: 15px;
}
.view--proj-slider .rslides_nav.next {
  right: 15px;
}

.section--training {
  background: #d3eaff;
  padding: 50px 0;
}
.section--training .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.section--training .section--content {
  max-width: 1416px;
  margin: auto;
  padding: 0 15px;
}

.underHeaderText {
  font-size: 20px;
  color: #313131;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
  max-width: 847px;
  margin: 0 auto;
}

.view--training {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  align-items: center;
  justify-content: center;
}

.view--training-upper {
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 1024px;
  margin: 0 auto;
  width: 100%;
  height: 210px;
}

.second-row {
  justify-content: center; /* ���������� �������� ��� */
  display: flex;
}

.card {
  overflow: hidden;
  padding: 20px;
  border-radius: 24px;
  width: 100%;
  max-width: 330px;
  background: #619edd;
  position: relative;
  transition: background-color 0.3s ease;
}

.card:hover {
  background-color: #1774d3;
}

.card-text {
  color: #ffffff;
}

.upperText {
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

.bottomText {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
}

.roundInsideCard {
  width: 230px;
  height: 230px;
  background: #94bde8;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  right: -25%;
  bottom: -50%;
  transition: transform 0.5s ease;
  transform-origin: 100% 100%;
}

.imageOnCard {
  z-index: 2;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 130px;
  height: 130px;
  transition: transform 0.5s ease;
  transform-origin: 100% 100%;
}

.card:hover .imageOnCard {
  transform: scale(1.2);
}

.card:hover .roundInsideCard {
  transform: scale(1.15);
}

.view--training .view--row {
  float: left;
  width: 20%;
  padding: 0 15px;
  margin: 15px 0;
  position: relative;
}
.view--training .training--ico {
  position: absolute;
  z-index: 1;
  top: 12px;
  right: 26px;
}
.view--training .training--img {
  border-radius: 28px;
  overflow: hidden;
}
.view--training .training--img .img-image {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
}
.view--training .training--img:hover .img-image {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
.view--training .training--title {
  text-align: center;
  margin-top: 5px;
}
.view--training .training--title a {
  font-size: 20px;
  color: #818c99;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.view--training .training--title a:hover {
  color: #2698ff;
}
.view--new-cont .view--title h2 {
  color: red;
  padding-left: 35px;
  background: url(/img/star-new-cont.png) no-repeat 0 5px;
}
.view--new-cont .view--row {
  background: #fff2c1;
  border: 1px solid #ffd600;
  border-radius: 8px;
  padding: 15px;
  position: relative;
  margin-top: 15px;
}
.view--new-cont .view--row:first-child {
  margin-top: 0;
}
.view--new-cont .new-cont--img {
  border: 2px solid #fff;
}
.view--new-cont .new-cont--title {
  height: 100px;
  overflow: hidden;
}
.view--new-cont .new-cont--title a {
  color: #1d78d6;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.view--new-cont .new-cont--title a:hover {
  color: #313131;
}
.view--new-cont .new-cont--section {
  font-size: 18px;
}
.view--new-cont .new-cont--section a {
  color: #1d78d6;
  text-decoration: underline;
  margin-left: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.view--new-cont .new-cont--section a:hover {
  color: #313131;
}

.view--entity .view--row {
  position: relative;
  display: inline-block;
  width: 33%;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.blogs-om .view--row {
  position: relative;
  display: inline-block;
  width: 32%;
  /* padding-bottom: 25px; */
  margin-bottom: 1%;
  padding: 15px;
  background-color: #ebf5ff;
  border-radius: 25px;
  margin-right: 1%;
}

.blogs-om .swiper-slide {
  margin-right: 0 !important;
  /* width: auto !important; */
  height: auto;
}

.blogs-om .view--row.swiper-slide {
  margin-right: 30px !important;
  /* width: 310px !important;
  max-width: 310px !important;
  flex: 0 0 310px !important; */
  box-sizing: border-box;
}
.blogs-om .entity--img {
  /* float: left; */
  width: 100% !important;
  margin-right: 20px !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  margin-bottom: 15px;
}
.blogs-om .entity--img img {
  width: 100%;
}
.blogs-om .entity--author {
  font-size: 14px !important;
  font-weight: 600 !important;
  position: relative;
  padding-left: 27px !important;
  margin-bottom: 20px;
  text-align: left;
}

.blogs-om {
  position: relative;
  overflow: visible !important;
  padding-left: 60px;
  padding-right: 60px;
}

.blogs-om .view--entity.swiper {
  position: relative;
  overflow: hidden !important;
  margin-left: -60px;
  margin-right: -60px;
  padding-left: 60px;
  padding-right: 60px;
}

.blogs-om .swiper-button-next,
.blogs-om .swiper-button-prev {
  z-index: 20;
  position: absolute;
  top: 25%;
}

.blogs-om .swiper-button-prev {
  left: 0 !important;
}

.blogs-om .swiper-button-next {
  right: 0 !important;
}

.news-om .view--row {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.view--entity .view--row:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -25px;
  right: -25px;
  height: 2px;
  /* background: #b5d3f1;*/
}
.view--entity .entity--img {
  /* float: left;*/
  width: 220px;
  margin-right: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.news-om .entity--img {
  overflow: hidden;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}
.news-om .entity--img:hover {
}
.news-om .entity--img .news-pic {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  opacity: 100%;
  transition: transform 0.6s ease-out;
  -webkit-transition: transform 0.6s ease-out;
  -moz-transition: transform 0.6s ease-out;
  -o-transition: transform 0.6s ease-out;
}
.entity--content img {
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
}

.news_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 14px;
}

.news_title {
  color: #313131;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  font-weight: 600;
  max-height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-om .entity--img:hover .news-pic {
  transform: scale(1.2);
  /* opacity: 50%; */
}

.view--entity .entity--content {
  overflow: hidden;
}
.news-om .entity--content {
  overflow: hidden;
  color: #c6e2ff;
  margin-top: 15px;
  opacity: 100%;
  display: none;
}
.entity--comment {
  display: none;
}
.news-om .view--row:hover .entity--content {
  opacity: 100%;
  -webkit-transition: all 0.5s 0s ease;
  -moz-transition: all 0.5s 0s ease;
  -o-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
  display: block;
}
.view--entity .entity--title {
  margin-bottom: 10px;
  height: 75px;
  overflow: hidden;
}
.news-om .entity--title {
  margin-bottom: 0px;
  height: auto;
  overflow: hidden;
  position: absolute;
  bottom: 0px;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgb(0 29 174 / 90%) 35%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgb(0 29 174 / 90%) 35%
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgb(0 29 174 / 90%) 35%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  padding: 15px 15px;
  padding-top: 25px;
  text-align: center;
}
.view--entity .entity--title a {
  color: #1d78d6;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.view--entity .entity--title a:hover {
  color: #2698ff;
}
.news-om .entity--title a {
  color: #c6e2ff;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.news-om .view--row:hover a {
  color: #ffffff;
}

.view--entity .entity--author {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding-left: 27px;
}
.view--entity .entity--author a {
  color: #313131;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.view--entity .entity--author a:hover {
  color: #0060b7;
}
.view--entity .entity--author i,
.view--entity .entity--author img {
  position: absolute;
  top: -3px;
  left: 0;
  color: #95b6d9;
  font-size: 24px;
}
.view--entity .entity--info-wrap {
  margin-top: 5px;
}
.view--entity .entity--info {
  font-size: 14px;
  padding-left: 27px;
  position: relative;
  display: inline-block;
  margin-right: 10px;
}
.view--entity .entity--info i,
.view--entity .entity--info img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  color: #95b6d9;
  font-size: 18px;
  max-height: 100%;
}

.block-bner {
  background: #fff;
  padding: 5px 5px 10px;
  border: 2px solid #91bfef;
  margin-bottom: 30px;
}
.block-bner .bner--title {
  margin-top: 10px;
}
.block-bner .bner--title a {
  color: #1d78d6;
  font-size: 20px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.block-bner .bner--title a:hover {
  color: #313131;
}
.block-bner h2 {
  text-transform: capitalize;
  font-size: 32px;
  text-align: left;
  padding-top: 0;
  padding-bottom: 15px;
}

#vk_groups {
  width: 100% !important;
}
#vk_groups iframe {
  width: 100%;
}
.block--blogs .blogs--main {
  /* padding-right: 40px;*/
  margin-bottom: 50px;
}
.block--blogs .blogs--main:before {
  /* content: "";*/
  position: absolute;
  top: -30px;
  bottom: -30px;
  right: 0;
  width: 6px;
  background: #e7e7e7;
}

.block--blogs .blogs-om {
  /* padding-right: 40px;*/
  margin-bottom: 50px;
}
.block--blogs .blogs-om:before {
  /* content: "";*/
  position: absolute;
  top: -30px;
  bottom: -30px;
  right: 0;
  width: 6px;
  background: #e7e7e7;
}
.rating-block {
  background: #ebf5ff;
  padding: 25px;
  border-radius: 24px;
}

.view--top-users .view--title {
  font-size: 21px;
  font-weight: 600;
  color: #1d78d6;
  padding-left: 60px;
  background: url(/img/top-user-star.png) no-repeat 0 50%;
  min-height: 42px;
}
.view--top-users .view--row {
  margin-top: 25px;
}
.view--top-users .top-users--img {
  text-align: center;
}
.view--top-users .top-users--img a {
  display: inline-block;
}
.view--top-users .top-users--img img {
  border-radius: 50%;
  margin: auto;
}
.view--top-users .top-users--name {
  text-align: center;
}
.view--top-users .top-users--name a {
  font-size: 18px;
  font-weight: 600;
  color: #313131;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.view--top-users .top-users--name a:hover {
  color: #0060b7;
}

.section--about-portal {
  padding: 90px 0;
  background-color: #d3eaff;
  border-bottom: 1px solid #bcdcf9;
}
.block--about-portal {
  font-size: 20px;
  line-height: 1.8;
  text-align: center;
  max-width: 815px;
}
.block--about-portal p {
  margin-bottom: 25px;
  color: white;
}

.left-sign {
  position: absolute;
  z-index: -1;
  bottom: -50px;
  right: 100%;
  width: 400px;
  height: 50%;
}
.left-sign .anim-man {
  position: absolute;
  z-index: 3;
  left: 40%;
  top: -130px;
  margin-left: -72px;
  background: url(/img/sign_sprite.png) no-repeat 0 -187px;
  width: 144px;
  height: 162px;
  -webkit-transform-origin: 50% 25%;
  -ms-transform-origin: 50% 25%;
  transform-origin: 50% 25%;
  -webkit-animation: voyage-man 6s linear, fly-man 6s linear 6s infinite;
  animation: voyage-man 6s linear, fly-man 6s linear 6s infinite;
}
.left-sign .sign-top {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 0;
  background: url(/img/sign_sprite.png) no-repeat 0 1px;
  width: 210px;
  height: 180px;
  margin-left: -105px;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-animation: twist-sign 6s ease-in-out infinite;
  animation: twist-sign 6s ease-in-out infinite;
}
.left-sign .sign-center {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: -55px;
  background: url(/img/sign_center.jpg);
  width: 40px;
  height: 100%;
  margin-left: -20px;
}
.left-sign .sign-bottom {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 0;
  background: url(/img/sign_bot.png) no-repeat 50% 100%;
  width: 165px;
  height: 8px;
  margin-left: -84.5px;
}
.right-sign {
  position: absolute;
  z-index: -1;
  bottom: -50px;
  left: 100%;
  width: 400px;
  height: 60%;
}
.right-sign .anim-man {
  z-index: 3;
  top: -141px;
  background: url(/img/sign_sprite.png) no-repeat 0 -573px;
  width: 100px;
  height: 145px;
  margin-left: -50px;
  -webkit-animation: voyage-man-2 6s cubic-bezier(0.25, 0.25, 0.05, 1.54),
    twist-sign 6s linear 6s infinite;
  animation: voyage-man-2 6s cubic-bezier(0.25, 0.25, 0.05, 1.54),
    twist-sign 6s linear 6s infinite;
}
.right-sign .anim-man,
.right-sign .sign-top {
  position: absolute;
  left: 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.right-sign .sign-top {
  z-index: 2;
  top: 0;
  background: url(/img/sign_sprite.png) no-repeat 0 -361px;
  width: 196px;
  height: 197px;
  margin-left: -98px;
  -webkit-animation: twist-sign 6s ease-in-out infinite;
  animation: twist-sign 6s ease-in-out infinite;
}
.right-sign .sign-center {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: -55px;
  background: url(/img/sign_center.jpg);
  width: 40px;
  height: 100%;
  margin-left: -20px;
}
.right-sign .sign-bottom {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 0;
  background: url(/img/sign_bot.png) no-repeat 50% 100%;
  width: 165px;
  height: 8px;
  margin-left: -84.5px;
}
@-webkit-keyframes twist-sign {
  0% {
    -webkit-transform: rotateY(-20deg);
    transform: rotateY(-20deg);
  }
  50% {
    -webkit-transform: rotateY(20deg);
    transform: rotateY(20deg);
  }
  to {
    -webkit-transform: rotateY(-20deg);
    transform: rotateY(-20deg);
  }
}
@keyframes twist-sign {
  0% {
    -webkit-transform: rotateY(-20deg);
    transform: rotateY(-20deg);
  }
  50% {
    -webkit-transform: rotateY(20deg);
    transform: rotateY(20deg);
  }
  to {
    -webkit-transform: rotateY(-20deg);
    transform: rotateY(-20deg);
  }
}
@-webkit-keyframes voyage-man {
  0% {
    left: 0;
    top: -170px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
  }
  20% {
    top: -130px;
  }
  40% {
    left: 60%;
    top: -80px;
  }
  60% {
    top: -130px;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  80% {
    top: -155px;
  }
  to {
    left: 40%;
    top: -130px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes voyage-man {
  0% {
    left: 0;
    top: -170px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
  }
  20% {
    top: -130px;
  }
  40% {
    left: 60%;
    top: -80px;
  }
  60% {
    top: -130px;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  80% {
    top: -155px;
  }
  to {
    left: 40%;
    top: -130px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes fly-man {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes fly-man {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes voyage-man-2 {
  0% {
    left: 110%;
    top: 60px;
    -webkit-transform: rotateX(0deg) rotateY(0deg) rotate(-25deg);
    transform: rotateX(0deg) rotateY(0deg) rotate(-25deg);
  }
  to {
    left: 50%;
    top: -141px;
    -webkit-transform: rotateX(0deg) rotateY(-20deg) rotate(0deg);
    transform: rotateX(0deg) rotateY(-20deg) rotate(0deg);
  }
}
@keyframes voyage-man-2 {
  0% {
    left: 110%;
    top: 60px;
    -webkit-transform: rotateX(0deg) rotateY(0deg) rotate(-25deg);
    transform: rotateX(0deg) rotateY(0deg) rotate(-25deg);
  }
  to {
    left: 50%;
    top: -141px;
    -webkit-transform: rotateX(0deg) rotateY(-20deg) rotate(0deg);
    transform: rotateX(0deg) rotateY(-20deg) rotate(0deg);
  }
}

.before-header {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  right: 0;
}
.top-menu li a {
  color: #a2cfff;
  padding: 8px 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.lang-menu a.dropdown-toggle:focus,
.lang-menu a.dropdown-toggle:hover,
.top-menu li a:hover {
  color: #262626;
  background-color: #f5f5f5;
}
.lang-menu a.lang-link {
  color: #a2cfff;
  padding: 8px 20px;
  cursor: pointer;
  height: 36px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding-left: 50px;
  background: url(/img/other_sprite.png) no-repeat;
}
.lang-menu a.ru {
  background-position: 20px -124px;
}
.lang-menu a.tt {
  background-position: 20px -185px;
}
.lang-menu .dropdown-menu {
  padding: 7px;
  left: auto;
  right: 0;
  background: #074e97;
}
.lang-menu .dropdown-menu a {
  color: #fff;
}
.mobile-block {
  position: absolute;
  width: 240px;
  height: 100%;
  left: -240px;
  background: #074e97;
  margin: 0;
  z-index: 10;
}
.mobile-menu {
  overflow: auto;
}
.mobile-menu li a {
  font-size: 20px;
  color: #a2cfff;
}
.tcon {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  height: 40px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 40px;
  background: transparent;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
.tcon > * {
  display: block;
}
.tcon:focus,
.tcon:hover {
  outline: none;
}
.tcon::-moz-focus-inner {
  border: 0;
}
.tcon-menu__lines {
  width: 40px;
  position: relative;
}
.tcon-menu__lines,
.tcon-menu__lines:after,
.tcon-menu__lines:before {
  display: inline-block;
  height: 5.71429px;
  border-radius: 2.85714px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #fff;
}
.tcon-menu__lines:after,
.tcon-menu__lines:before {
  width: 40px;
  content: "";
  position: absolute;
  left: 0;
  -webkit-transform-origin: 2.85714px center;
  -ms-transform-origin: 2.85714px center;
  transform-origin: 2.85714px center;
  width: 100%;
}
.tcon-menu__lines:before {
  top: 10px;
}
.tcon-menu__lines:after {
  top: -10px;
}
.tcon.active .tcon-menu__lines {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
}
.tcon-menu--xbutterfly {
  width: auto;
}
.tcon-menu--xbutterfly .tcon-menu__lines:after,
.tcon-menu--xbutterfly .tcon-menu__lines:before {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: top 0.3s ease 0.6s, -webkit-transform 0.3s ease;
  transition: top 0.3s ease 0.6s, -webkit-transform 0.3s ease;
  -o-transition: top 0.3s 0.6s ease, transform 0.3s ease;
  transition: top 0.3s ease 0.6s, transform 0.3s ease;
  transition: top 0.3s ease 0.6s, transform 0.3s ease,
    -webkit-transform 0.3s ease;
}
.tcon-menu--xbutterfly.active .tcon-menu__lines {
  background: transparent;
}
.tcon-menu--xbutterfly.active .tcon-menu__lines:after,
.tcon-menu--xbutterfly.active .tcon-menu__lines:before {
  top: 0;
  -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease 0.5s;
  transition: top 0.3s ease, -webkit-transform 0.3s ease 0.5s;
  -o-transition: top 0.3s ease, transform 0.3s 0.5s ease;
  transition: top 0.3s ease, transform 0.3s ease 0.5s;
  transition: top 0.3s ease, transform 0.3s ease 0.5s,
    -webkit-transform 0.3s ease 0.5s;
  width: 40px;
}
.tcon-menu--xbutterfly.active .tcon-menu__lines:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tcon-menu--xbutterfly.active .tcon-menu__lines:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.tcon-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.tcon-visuallyhidden:active,
.tcon-visuallyhidden:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.header {
  background: #1874d3;
  padding-top: 51px;
  position: relative;
  border-bottom: 10px solid #619edd;
}
.header > div.container-fluid {
  position: relative;
  z-index: 3;
}
.second-header {
  margin-top: 20px;
}
.block-logo {
  width: 300px;
}
.block-page-name {
  color: #fff;
  font-size: 20px;
  max-width: 250px;
  margin-top: 40px;
  margin-left: 30px;
  font-family: Comic Sans MS, Ubuntu, sans-serif;
  line-height: 1.2;
}
.block-auth {
  margin-left: 25px;
  display: table;
  height: 82px;
}
.block-auth .content {
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}
.block-auth a#izi_auth {
  font-size: 16px;
}
.block-auth a#izi_auth,
.block-auth a.dropdown-toggle {
  background: url(/img/auth_bg.png) !important;
  display: inline-block;
  color: #fff;
  padding: 10px 25px;
  cursor: pointer;
}
.block-auth img {
  border: 2px solid #fff;
  border-radius: 100%;
  overflow: hidden;
  width: 50px;
  float: left;
}
.block-auth .auth-name {
  margin-left: 8px;
  margin-top: 13px;
  display: inline-block;
}
.triangle-arr {
  width: 18px;
  height: 15px;
  background: #fff;
  border-radius: 3px;
  margin-left: 5px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.triangle-arr:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  border-color: #1874d3 transparent transparent;
  border-style: solid;
  border-width: 7px 5px 0;
}
.block-auth li.open .triangle-arr {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.block-main-menu {
  clear: both;
  text-align: center;
  padding-top: 20px;
}
.main-menu {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.main-menu > li {
  display: table;
  height: 60px;
  margin: 0 5px;
  background: #54a7ff;
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0, #c2e1ff),
    color-stop(20%, #54a7ff),
    color-stop(100%, #54a7ff)
  );
  background: -webkit-linear-gradient(top, #c2e1ff, #54a7ff 20%, #54a7ff);
  background: -o-linear-gradient(top, #c2e1ff 0, #54a7ff 20%, #54a7ff 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#c2e1ff),
    color-stop(20%, #54a7ff),
    to(#54a7ff)
  );
  background: linear-gradient(180deg, #c2e1ff 0, #54a7ff 20%, #54a7ff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c2e1ff",endColorstr="#54a7ff",GradientType=0);
  border-radius: 8px 8px 0 0;
  position: static;
}
.main-menu > li > a {
  color: #fff;
  -webkit-box-shadow: 0 -12px 20px -11px rgba(37, 37, 37, 0.65);
  box-shadow: 0 -12px 20px -11px rgba(37, 37, 37, 0.65);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 5px 20px;
  display: table-cell;
  height: 100%;
  max-width: 220px;
  vertical-align: middle;
}
.main-menu > li.active,
.main-menu > li:hover {
  background: #fff;
}
.main-menu > li.active > a,
.main-menu > li:hover > a {
  background: transparent;
  color: #0c78e8;
}
.main-menu > li > a:focus {
  background: transparent;
}
.main-menu > li > a.dropdown-lnk:before {
  left: 10px;
}
.main-menu > li > a.dropdown-lnk-left:before,
.main-menu > li > a.dropdown-lnk:before {
  content: "";
  position: absolute;
  background: url(/img/other_sprite.png) no-repeat 0 -368px;
  width: 21px;
  height: 19px;
  top: 50%;
  margin-top: -9px;
}
.main-menu > li > a.dropdown-lnk-left:before {
  left: auto;
  right: 10px;
}
.main-menu > li:hover > a.dropdown-lnk:before {
  background-position: 0 -320px;
}
.main-menu ul.dropdown-menu {
  width: 100%;
  padding: 0 15px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  text-align: center;
}
.main-menu ul.dropdown-menu:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1000px;
  right: -1000px;
  background: #fff;
  z-index: -1;
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
}
.main-menu ul.dropdown-menu li {
  display: inline-block;
}
.main-menu ul.dropdown-menu li a {
  border: none;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 24px;
  color: #0c78e8;
}
.main-menu ul.dropdown-menu li.active a,
.main-menu ul.dropdown-menu li a:focus,
.main-menu ul.dropdown-menu li a:hover {
  background: #f5f5f5;
  color: #0c78e8;
}
.main-menu li:hover > ul.dropdown-menu {
  display: block;
}
.dropdown-menu > li > a {
  color: #a2cfff;
  padding: 8px 20px;
  cursor: pointer;
}
.navbar-nav .open .dropdown-menu {
  padding: 7px;
  background: #074e97;
  cursor: pointer;
  font-size: 18px;
}
.dropdown-menu > li > a {
  color: #fff;
}
.navbar-nav .open .dropdown-menu {
  position: absolute;
  right: 0;
  left: auto;
  min-width: 100%;
}

#logo-red {
  -webkit-animation: svetofor-red 19s infinite;
  animation: svetofor-red 19s infinite;
}
@-webkit-keyframes svetofor-red {
  0%,
  33%,
  38%,
  46% {
    fill: url(#SVGID_15_);
  }
  34%,
  42%,
  50%,
  to {
    fill: url(#SVGID_12_);
  }
}
@keyframes svetofor-red {
  0%,
  33%,
  38%,
  46% {
    fill: url(#SVGID_15_);
  }
  34%,
  42%,
  50%,
  to {
    fill: url(#SVGID_12_);
  }
}
#logo-orange {
  -webkit-animation: svetofor-orange 19s infinite;
  animation: svetofor-orange 19s infinite;
}
@-webkit-keyframes svetofor-orange {
  0%,
  29%,
  50%,
  87% {
    fill: url(#SVGID_11_);
  }
  30%,
  49%,
  88%,
  to {
    fill: url(#SVGID_14_);
  }
}
@keyframes svetofor-orange {
  0%,
  29%,
  50%,
  87% {
    fill: url(#SVGID_11_);
  }
  30%,
  49%,
  88%,
  to {
    fill: url(#SVGID_14_);
  }
}
#logo-green {
  -webkit-animation: svetofor-green 19s infinite;
  animation: svetofor-green 19s infinite;
}
@-webkit-keyframes svetofor-green {
  0%,
  49%,
  74%,
  82%,
  88% {
    fill: url(#SVGID_13_);
  }
  50%,
  73%,
  78%,
  84% {
    fill: url(#SVGID_16_);
  }
}
@keyframes svetofor-green {
  0%,
  49%,
  74%,
  82%,
  88% {
    fill: url(#SVGID_13_);
  }
  50%,
  73%,
  78%,
  84% {
    fill: url(#SVGID_16_);
  }
}
.header-city {
  position: absolute;
  z-index: 0;
  top: 0;
  height: 100%;
  width: 419px;
}
.left-city {
  left: 0;
  background: url(/img/header_left_city.png) no-repeat 0 100%;
}
.right-city {
  right: 0;
  background: url(/img/header_right_city.png) no-repeat 100% 100%;
}
.left-city:after,
.left-city:before {
  content: "";
  position: absolute;
  background: url(/img/other_sprite.png) no-repeat;
}
.left-city:before {
  background-position: 0 -24px;
  left: -10%;
  bottom: 16px;
  width: 56px;
  height: 30px;
  z-index: 2;
  -webkit-animation: ride-1 3.9s linear infinite;
  animation: ride-1 3.9s linear infinite;
}
.left-city:after {
  background-position: 0 0;
  right: -10%;
  bottom: 25px;
  width: 32px;
  height: 20px;
  z-index: 1;
  -webkit-animation: ride-2 2.9s linear infinite;
  animation: ride-2 2.9s linear infinite;
}
.right-city:after,
.right-city:before {
  content: "";
  position: absolute;
  background: url(/img/other_sprite.png) no-repeat;
}
.right-city:before {
  background-position: 0 -24px;
  left: -10%;
  bottom: 16px;
  width: 56px;
  height: 30px;
  z-index: 2;
  -webkit-animation: ride-1 4.5s linear infinite;
  animation: ride-1 4.5s linear infinite;
}
.right-city:after {
  background-position: 0 0;
  right: -10%;
  bottom: 25px;
  width: 32px;
  height: 20px;
  z-index: 1;
  -webkit-animation: ride-2 3.2s linear infinite;
  animation: ride-2 3.2s linear infinite;
}
@-webkit-keyframes ride-1 {
  0% {
    left: -10%;
  }
  to {
    left: 100%;
  }
}
@keyframes ride-1 {
  0% {
    left: -10%;
  }
  to {
    left: 100%;
  }
}
@-webkit-keyframes ride-2 {
  0% {
    right: -10%;
  }
  to {
    right: 100%;
  }
}
@keyframes ride-2 {
  0% {
    right: -10%;
  }
  to {
    right: 100%;
  }
}
.header-city .header-les {
  position: absolute;
  height: 100%;
  top: 0;
  width: 100px;
  z-index: 4;
}
.left-city .header-les {
  background: url(/img/header_left_les.png) no-repeat 0 100%;
  left: 0;
}
.right-city .header-les {
  background: url(/img/header_right_les.png) no-repeat 100% 100%;
  right: 0;
}
.header-city .header-trava {
  position: absolute;
  height: 100%;
  top: 0;
  width: 302px;
  z-index: 4;
}
.left-city .header-trava {
  background: url(/img/header_trava.png) no-repeat 0 100%;
  left: 95%;
}
.right-city .header-trava {
  background: url(/img/header_trava.png) no-repeat 100% 100%;
  right: 95%;
}
.header-main-trava {
  position: absolute;
  z-index: 0;
  bottom: 0;
  width: 100%;
  height: 74px;
  padding: 0 419px;
  overflow: hidden;
}
.header-main-trava .header-main-trava-cont {
  position: relative;
  bottom: -10px;
  height: 74px;
  width: 100%;
  background: url(/img/header_trava.png) 50% 100%;
}

.block-partners {
  background: #ffffff;
  padding-bottom: 10px;
}
.view-partners {
  text-align: center;
}
.view-partners .partners-img {
  margin: 10px 15px;
  display: inline-block;
}
.footer {
  background: #a5b0b6;
  min-height: 160px;
  border-top: 8px solid #fff;
  position: relative;
  padding-top: 30px;
  padding-bottom: 20px;
  color: #fff;
}
.footer:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 8px;
  background: url(/img/footer_zebra.png) 0 0;
}
.block-footer-menu,
.block-s-inf {
  text-align: center;
}
.block-footer-menu ul {
  float: none;
  display: inline-block;
}
.block-footer-menu ul li a {
  background: none;
  color: #fff;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.block-footer-menu ul li a:active,
.block-footer-menu ul li a:focus,
.block-footer-menu ul li a:hover {
  color: #0060b7;
  background: none;
}

.tests {
  background: #ffe05a;
  padding: 10px 0;
  color: #df1c1c;
  font-size: large;
  font-weight: bold;
}
.hide {
  display: none !important;
}
.container-friends {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas: ". . . . . .";
}

.container-friends {
  height: 100%;
  margin: 0;
}

.container-friends * {
  /* border: 1px solid red;*/
  position: relative;
}

.container-friends *:after {
  /* content:attr(class);*/
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  align-items: center;
  justify-content: center;
}
.friends-pic {
  text-align: right;
}
.friends-txt {
  text-align: left;
  display: table;
}
.friends-txt span {
  display: table-cell;
  vertical-align: middle;
}
.swiper {
  overflow: visible !important;
  padding-left: 0px;
  padding-right: 0px;
  /* width: 100%;
        height: 100%;/**/
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  /* display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;*/
}

.swiper-button-prev {
  background-color: #619edd !important;
  left: -25px !important;
}

.swiper-button-next {
  background-color: #619edd !important;
  right: -25px !important;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 0px;
  left: auto;
  background-color: #b5e8fb;
  border-radius: 76px;
  /* aspect-ratio: 1; */
  padding: 30px;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 0px;
  background-color: #b5e8fb;
  border-radius: 76px;
  /* aspect-ratio: 1; */
  padding: 30px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 25%;
  width: calc(var(--swiper-navigation-size) / 30 * 30);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.block-baners {
  background-color: #cbe6ff;
  padding: 25px;
  /*display:none;*/
}
.view-baners {
  text-align: center;
}
.baners-img img {
  padding: 15px;
  background: white;
}

.view--proj-slider {
  position: relative;
  background: #fff;
  border-radius: 6px !important;
  padding: 10px 10px !important;
  border: 2px solid #91bfef !important;
}

@media (max-width: 767px) {
  .default-block {
    /*  border-radius: 12px;*/
    padding: 15px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1349px) {
  .section--proj-slider {
    background: url(/img/proj-slider-bg.png), #b5d3f1;
  }
}
@media (max-width: 599px) {
  .view--entity .entity--img {
    float: none;
    margin: 0 auto 10px;
  }
  .view--entity .entity--title {
    height: auto;
  }
}
@media (max-width: 360px) {
  .view--entity .entity--info {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .right-sidebar {
    padding-left: 0;
  }
}
@media (max-width: 599px) {
  .right-sidebar .sidebar--item {
    width: 50%;
  }
}
@media (max-width: 599px) {
  .block-bner .bner--title a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .block--blogs .blogs--main {
    padding-right: 15px;
    margin-bottom: 35px;
  }
  .block--blogs .blogs--main:before {
    content: none;
  }
}
@media (min-width: 830px) and (max-width: 1049px) {
  .view--top-users .view--title {
    font-size: 16px;
    background-size: auto 80%;
    padding-left: 45px;
  }
}
@media (min-width: 768px) and (max-width: 829px) {
  .view--top-users .view--title {
    background-size: auto 55%;
    padding-left: 32px;
  }
}
@media (max-width: 767px) {
  .view--top-users .view--title {
    background-size: auto 30px;
  }
}
@media (max-width: 499px) {
  .view--top-users .view--row {
    width: 50%;
  }
  .view--top-users .top-users--img {
    max-width: 120px;
    margin: auto;
  }
  .view--top-users .top-users--name a {
    font-size: 14px;
  }
}
@media (min-width: 1300px) and (max-width: 1729px) {
  .left-sign,
  .right-sign {
    width: 220px;
  }
}
@media (min-width: 1300px) and (max-width: 1475px) {
  .left-sign {
    right: 93%;
  }
  .right-sign {
    left: 93%;
  }
}
@media (max-width: 1299px) {
  .left-sign,
  .right-sign {
    display: none;
  }
  .left-sign *,
  .right-sign * {
    background: none;
  }
}
@media (min-width: 566px) and (max-width: 745px) {
  h2 {
    font-size: 26px;
  }
}
@media (max-width: 565px) {
  h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding-top: 50px;
    padding-bottom: 0;
  }
}
/*# sourceMappingURL=new-main.css.map*/
@media all and (min-width: 1024px) {
  .view--training .view--row {
    width: 16%;
  }
}
@media (max-width: 991px) {
  .header-city,
  .header-main-trava {
    display: none;
    background: none;
  }
  .header-city:after,
  .header-city:before {
    content: none;
  }
  .header-main-trava .header-main-trava-cont,
  .left-city .header-les,
  .left-city .header-trava,
  .right-city .header-les,
  .right-city .header-trava {
    background: none;
  }
}
@media (min-width: 969px) and (max-width: 1115px) {
  .main-menu li a {
    font-size: 16px;
    padding: 5px 18px;
    max-width: 175px;
  }
  .block-auth a.dropdown-toggle {
    padding: 5px 15px;
  }
  .block-auth img {
    width: 44px;
    float: none;
    margin: 0 auto;
  }
  .block-auth .auth-name {
    margin: 0;
  }
  .main-menu > li > a.dropdown-lnk:before {
    left: 5px;
  }
}
@media (min-width: 808px) and (max-width: 968px) {
  .main-menu > li {
    margin: 0 3px;
  }
  .main-menu li a {
    font-size: 13px;
    padding: 5px 10px;
    max-width: 175px;
  }
  .block-auth a.dropdown-toggle {
    padding: 5px 15px;
  }
  .block-auth img {
    width: 44px;
    float: none;
    margin: 0 auto;
  }
  .block-auth .auth-name {
    margin: 0;
  }
  .main-menu > li > a.dropdown-lnk:before {
    left: 3px;
  }
}
@media (max-width: 807px) {
  .main-menu li a {
    font-size: 13px;
    padding: 2px 3px;
    max-width: 135px;
  }
  .block-auth {
    margin-top: 0;
    height: auto;
  }
  .lang-menu a.lang-link {
    padding: 10px 20px 10px 50px !important;
  }
  .lang-menu a.ru {
    background-position: 20px -122px;
    height: 40px;
  }
  .lang-menu a.tt {
    background-position: 20px -183px;
  }
  .navbar-nav .open .dropdown-menu {
    position: absolute;
    right: 0;
    left: auto;
    background: #074e97;
  }
  .header {
    text-align: center;
  }
  .top-menu li a {
    padding: 8px 9px;
  }
}
@media (min-width: 500px) and (max-width: 807px) {
  .block-logo,
  .block-page-name {
    float: none !important;
    display: inline-block;
    vertical-align: middle;
  }
  .block-page-name {
    margin-top: 35px;
  }
}
@media (min-width: 500px) and (max-width: 594px) {
  .block-logo {
    max-width: 230px;
  }
  .block-page-name {
    font-size: 18px;
    max-width: 255px;
    margin-left: 5px;
    margin-top: 28px;
  }
}
@media (max-width: 499px) {
  .block-logo,
  .block-page-name {
    float: none !important;
    display: block;
    margin: 0 auto;
  }
  .block-logo {
    max-width: 210px;
  }
  .block-page-name {
    margin-top: 15px;
    font-size: 18px;
    max-width: 300px;
  }
}
@media (max-width: 385px) {
  .lang-menu a.lang-drop {
    text-indent: -9999px;
    width: 64px;
    padding: 10px 20px !important;
  }
  .default-block-null {
    padding: 30px 0px;
  }
  .news-om .view--row {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .block--about-portal {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .view--proj-slider {
    padding: 19px;
  }
  .view--proj-slider .proj-slider--text {
    font-size: 18px;
  }
  .news-om .view--row {
    width: 32%;
  }
}
@media (max-width: 767px) {
  .view--proj-slider {
    padding: 0;
    overflow: hidden;
  }
  .view--proj-slider .proj-slider--text {
    font-size: 16px;
  }
}
@media (max-width: 599px) {
  .view--proj-slider .proj-slider--text {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .view--training .training--title a {
    font-size: 18px;
  }
}
@media (max-width: 899px) {
  .view--training .training--title a {
    font-size: 12px;
  }
  .view--training .training--ico {
    width: 60%;
  }
  .view--training .training--img {
    border-radius: 15px;
  }
  .news-om .view--row {
    width: 49%;
  }
}
@media (max-width: 639px) {
  .view--training .training--title a {
    font-size: 10px;
  }
  .view--training .training--ico {
    top: 5px;
    right: 10px;
  }
  .news-om .view--row {
    width: 100%;
  }
  .custom-button,
  a.custom-button {
    width: 100%;
  }
  .blogs-om .view--row {
    width: 100%;
  }
}
@media (max-width: 539px) {
  .view--training .view--content {
    text-align: center;
  }
  .view--training .view--row {
    width: 32%;
    float: none;
    display: inline-block;
    padding: 0 5px;
    margin: 5px 0;
  }
}
@media (max-width: 349px) {
  .view--training .view--row {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .view--new-cont .new-cont--section {
    font-size: 15px;
  }
}
@media (max-width: 499px) {
  .view--new-cont .row--content-wrap,
  .view--new-cont .row--img-wrap {
    width: 100%;
  }
  .view--new-cont .new-cont--img {
    max-width: 250px;
    margin: 0 auto 10px;
  }
  .view--new-cont .new-cont--title {
    height: auto;
  }
  .view--new-cont .new-cont--title a {
    font-size: 16px;
  }
}
