body {
  margin: 0px;
  font-family: 'Roboto';
  font-weight: normal;
  font-size: 16px;
  line-height: 1.2;
  color: #484844;
}

html {
  scroll-behavior: smooth;
  overflow: auto;
  position: relative;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.container {
  max-width: 1210px;
  padding: 0px 15px;
  margin: auto;
}

.header-top-row {
  background: #212f5b;
  padding: 8px 0px;
}

.d-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.justify-between {
  justify-content: space-between;
}

.align-center {
  align-items: center;
}

.main-text {
  color: #FFF;
  font-size: 14px;
  font-family: Roboto Condensed;
}

.social-links {
  display: flex;
  align-items: center;
}

.social-links a {
  margin: 0px 7px;
  display: flex;
  align-items: center;
}

.social-links a:last-child {
  margin-right: 0px;
}

.visible-xs {
  display: none;
}

.nav-brand {
  display: flex;
  align-items: center;
}

.nav-brand-text img {
  width: 90px;
  margin-right: 10px;
}

ul.main-menu {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
}

ul.main-menu a {
  color: #101043;
  font-size: 14px;
  font-family: Roboto Condensed;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0px 10px;
  padding: 17px 5px;
  position: relative;
}

ul.main-menu li:first-child a {
  margin-left: 0px;
}

ul.main-menu li:last-child a {
  margin-right: 0px;
}

a.red-btn {
  background: #D90505;
  color: #fff !important;
  padding: 14px 18px !important;
  transition: all 0.4s ease-in-out;
}

a.red-btn:hover {
  background: #F33;
}

.main-nav {
  box-shadow: 0px 4px 20px 0px rgba(16, 16, 67, 0.07);
  padding: 0px 0px;
  background: #fff;
}

.main-nav.fixedHeader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
}

.fixedHeader-wrapper div#app {
  padding-top: 95px;
}

ul.footer-menu {
  display: flex;
  align-items: center;
  padding: 0px;
  list-style: none;
  margin: 0px;
}

ul.footer-menu a {
  color: #101043;
  font-size: 14px;
  font-family: Roboto Condensed;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0px 15px;
}

.nav.nav-footer-menu {
  display: flex;
  align-items: center;
}

.nav-footer-menu .social-links {
  margin-left: 30px;
}

footer.footer {
  margin-top: 80px;
  padding-top: 80px;
  border-top: 1px solid #10104380;
}

.powered_row {
  margin-top: 40px;
  padding: 20px 0px 40px;
  border-top: 1px solid #E9E8E7;
}

.logotypes-footer {
  display: flex;
  margin-bottom: 20px;
}

.item-logotype img {
  max-width: 120px;
  max-height: 65px;
  width: 100%;
  height: 100%;
}

.item-logotype {
  margin-right: 30px;
}

.powered_row div {
  color: #81758A;
  font-size: 13px;
}

.powered_row div a {
  color: #81758A;
  font-size: 13px;
  text-decoration: none;
}

section.mainslider {
  position: relative;
  height: calc(100vh - 136px) !important;
  background: linear-gradient(200deg, #003768 0%, #0057B8 100%);
}

h1.title-mainslider {
  margin: 0px;
}

.mainslider-inner {
  position: relative;
  z-index: 9;
}

.content-mainslider {
  text-align: left;
  padding-top: 0;
}

h1.title-mainslider {
  color: #FFF;
  font-size: 52px;
  font-family: 'Roboto Condensed';
  font-weight: 500;
  text-transform: none;
}

.subtitle-mainslider {
  text-align: left;
  font-size: 21px;
  font-family: 'Roboto';
  color: #fff;
  margin-top: 20px;
  margin-bottom: 50px;
  font-weight: 300;
  max-width: 420px;
}

a.default-link {
  border: 1px solid #FFF;
  text-decoration: none;
  padding: 20px 30px;
  font-size: 14px;
  font-family: Roboto Condensed;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 50px;
  transition: all 0.4s ease-in-out;
  background-color: #fff;
  color: #101043;
}

a.default-link:hover {
  background-color: #fff;
  color: #101043;
}

.btn-mainslider {
  display: flex;
  align-items: center;
}

button.see-video {
  background: transparent;
  border: none;
  color: #FFF;
  font-size: 14px;
  font-family: Roboto Condensed;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

img.play-see-video {
  margin-right: 20px;
}

.about-row {
  background: #F4F6FA;
  display: flex;
}

.about-row>div {
  flex-basis: 50%;
}

.about-image img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.about-text-block {
  max-width: 565px;
  padding-left: 80px;
  padding-top: 80px;
  padding-bottom: 70px;
}

h2.default-title {
  margin-top: 0px;
  color: #101043;
  font-size: 40px;
  font-family: Roboto Condensed;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 30px;
}

p.about-text {
  color: #81758A;
  font-size: 18px;
  font-family: Roboto;
  line-height: 150%;
  margin-bottom: 10px;
}

p.about-bottom-text {
  color: #101043;
  font-size: 18px;
  font-family: Roboto Condensed;
  line-height: 150%;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.elements-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0px -15px;
}

.element-item {
  position: relative;
  text-align: center;
  border: 1px solid #0057B8;
  padding: 20px 15px;
  transition: all 0.4s ease-in-out;
}


.element-item-hover {
  position: absolute;
  bottom: -1px;
  left: -2px;
  right: -2px;
  top: -1px;
  z-index: 99;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  background: #101043;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0px 20px;
}

.element-icon {
  border-radius: 80px;
  background: #F4F6FA;
  padding: 20px;
  max-width: 80px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.element-icon img {
  width: 40px;
  height: 40px;
}

.element-title {
  color: #101043;
  font-size: 18px;
  font-family: Roboto Condensed;
  font-weight: 500;
  line-height: 150%;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.element-subtitle {
  color: #81758A;
  text-align: center;
  font-size: 16px;
  font-family: Roboto;
  line-height: 150%;
}

.element-item-main {
  position: relative;
  z-index: 91;
}

.element-item:before {
  content: "";
  position: absolute;
  background: #fff;
  left: 40px;
  right: 40px;
  top: -2px;
  bottom: -2px;
  z-index: 1;
}

section.elements {
  margin-top: 85px;
}

.element-item-wrapper {
  flex-basis: calc(33.33% - 30px);
  padding: 1px;
  margin: 15px;
  overflow: hidden;
}

.element-item:after {
  content: "";
  position: absolute;
  background: #fff;
  left: -2px;
  right: -2px;
  top: 40px;
  bottom: 40px;
  z-index: 2;
}

.element-item:hover .element-item-hover {
  opacity: 1;
}

.element-item-hover .element-title {
  color: #FFF;
}

.element-item-hover .element-subtitle {
  color: #FFF;
}

.element-link a {
  display: inline-block;
  margin: auto;
  margin-top: 20px;
  padding: 17px 30px;
}

.element-link {
  text-align: center;
}

a.red-link {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-family: Roboto Condensed;
  font-weight: 500;
  text-transform: uppercase;
  padding: 20px 28px;
  background: #D90505;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s ease-in-out;
}

a.red-link:hover {
  background: #F33;
}

.elements-btn {
  text-align: center;
  margin-top: 45px;
}

section.elements {
  padding-bottom: 100px;
}

section.components {
  padding: 100px 0px;
  background: #F4F6FA;
}

.components-title h2 {
  margin-bottom: 20px;
}

.default-subtitle {
  color: #81758A;
  font-size: 18px;
  font-family: Roboto;
  line-height: 150%;
  max-width: 700px;
}

.components-item-title h3 {
  margin-top: 0px;
  color: #101043;
  font-size: 22px;
  font-family: Roboto;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 0px;
}

.components-item-title {
  display: flex;
  align-items: center;
  padding: 25px 0px;
  border-top: 1px solid #E9E8E7;
  border-bottom: 1px solid #E9E8E7;
  cursor: pointer;
}

.components-item-icon {
  width: 40px;
  height: 40px;
  border: 1px solid #FF0000;
  border-radius: 100%;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.components-item-icon:before {
  content: "";
  width: 15px;
  height: 1px;
  background: #FF0000;
}

.components-item-icon:after {
  content: "";
  width: 15px;
  height: 1px;
  background: #FF0000;
  position: absolute;
  transform: rotate(90deg);
  transition: all 0.4s ease-in-out;
}

.components-lists {
  margin-top: 50px;
}

.components-content {
  padding: 30px 0px 30px 50px;
  color: #81758A;
  font-size: 16px;
  font-family: Roboto;
  line-height: 150%;
  transition: all 0.4s ease-in-out;
}

img.component-img {
  max-width: 910px;
  width: 100%;
}

.components-item {
  max-height: 92px;
  overflow: hidden;
  margin-bottom: -1px;
  transition: max-height 0.5s linear;
}

.components-content {
  /* max-height: 0px; */
  /* overflow: hidden; */
}

.components-item.active {
  max-height: 1500px;
}

.components-item.active .components-item-icon::after {
  transform: rotate(0deg);
}

section.inform-result {
  padding: 100px 0px 0px;
  /* position: relative; */
  overflow: hidden;
}

.text-center {
  text-align: center;
}

.inform-title {
  max-width: 910px;
  margin: auto;
  margin-bottom: 50px;
}

.numbers-list {
  display: flex;
  flex-wrap: wrap;
}

.numbers-list>div {
  flex-basis: 25%;
  text-align: center;
  padding: 0px 0px;
}

.item-number-icon {
  color: #101043;
  text-align: center;
  font-size: 30px;
  font-family: Roboto Condensed;
  font-weight: 500;
  text-transform: uppercase;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* border: 1px solid #0057B8; */
  margin: auto;
  margin-bottom: 20px;
}

.item-number-desc {
  color: #81758A;
  text-align: center;
  font-size: 16px;
  font-family: Roboto;
  line-height: 150%;
}

.map-ukraine {
  position: absolute;
  z-index: 1;
  top: -240px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.map-ukraine img {
  width: 87%;
}

.item-number-icon {
  position: relative;
}

.border-top-number-icon:before {
  content: "";
  border: 1px solid #0057B8;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-right: 0px;
  border-bottom: 0px;
}

.border-top-number-icon:after {
  content: "";
  border: 1px solid #0057B8;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 0px;
  border-bottom: 0px;
}

.border-bottom-number-icon:after {
  content: "";
  border: 1px solid #0057B8;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  border-left: 0px;
  border-top: 0px;
}

.border-bottom-number-icon:before {
  content: "";
  border: 1px solid #0057B8;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  border-right: 0px;
  border-top: 0px;
}

.wait-results {
  background: linear-gradient(200deg, #003768 0%, #0057B8 100%);
  padding-bottom: 100px;
  padding-top: 100px;
}

.map-ukraine-bottom {
  position: absolute;
  bottom: -7vh;
  left: 0;
}

h2.white-title {
  color: #fff;
}

.title-results h2 {
  margin-bottom: 20px;
}

.results-subtitle {
  max-width: 570px;
  color: #FFF;
  font-size: 18px;
  font-family: Roboto;
  font-weight: 500;
  line-height: 150%;
}

.title-results {
  margin-bottom: 50px;
}

.inform-wrapper {
  padding-bottom: 100px;
}

.results-lists {
  margin: 0px -20px;
  display: flex;
  flex-wrap: wrap;
}

.results-item {
  flex-basis: calc(50% - 40px);
  margin: 5px 20px;
  min-height: 105px;
  display: flex;
  align-items: center;
  background: #19315F;
  padding: 10px 20px;
}

.checkmark {
  margin-right: 20px;
}

.results-content {
  color: #FFF;
  font-size: 16px;
  line-height: 130%;
}

.results-bottom-text {
  margin-top: 50px;
}

.results-bottom-text p {
  color: #FFF;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 20px;
}

.results-bottom-text p:last-child {
  font-family: 'Roboto Condensed';
  text-transform: uppercase;
  font-size: 20px;
}

.inform-wrapper .container>div {
  position: relative;
  z-index: 3;
}

section.study-course {
  background: #F4F6FA;
  display: flex;
}

section.study-course>div {
  flex-basis: 50%;
}

.study-img img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}

.study-img {
  margin-top: -10%;
  margin-bottom: -8%;
}

.study-text {
  padding-left: calc((100vw - 1210px + 30px) / 2);
}

.studytext-inner h2 {
  margin-bottom: 20px;
}

.study-text {
  display: flex;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.study-subtitle {
  color: #101043;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 50px;
}

section.normative {
  padding-top: 100px;
  padding-bottom: 20px;
}

.download-lists {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

.download-item {
  flex-basis: calc(50% - 24px);
  margin: 12px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

a.download-icon {
  min-width: 80px;
  min-height: 80px;
  border-radius: 100px;
  border: 1px solid #EDEDEC;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 20px;
}

.download-text {
  color: #101043;
  font-size: 18px;
  line-height: 150%;
}

.header-news {
  background: linear-gradient(200deg, #003768 0%, #0057B8 100%);
  padding-top: 40px;
  padding-bottom: 90px;
  position: relative;
}

.left-bg-lines {
  position: absolute;
  left: 0;
  top: calc(50% - 90px);
}

.right-bg-lines {
  position: absolute;
  right: 0;
  top: calc(50% - 90px);
}

.news-title h1 {
  color: #FFF;
  text-align: center;
  font-size: 40px;
  font-family: Roboto Condensed;
  font-weight: 500;
  margin-bottom: 0px;
  margin-top: 80px;
}

.bredcrumbs span {
  color: #FFF;
  font-size: 14px;
  line-height: 150%;
}

.bredcrumbs {
  display: flex;
}

.bredcrumbs a {
  color: #81758A;
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
  margin-right: 13px;
  display: flex;
  align-items: center;
}

span.mlh.arrow {
  width: 7px;
  transform: rotate(45deg);
  display: block;
  height: 7px;
  border: 1px solid #81758A;
  border-left: 0;
  border-bottom: 0;
  margin-left: 12px;
}

.news__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 55px;
}

.news__article {
  flex-basis: calc(60% - 30px);
  margin-right: 30px;
}

.news__sidebar {
  flex-basis: 40%;
}

.article__image img {
  width: 100%;
}

.news__top {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.news__top * {
  color: #81758A;
  font-size: 16px;
  font-family: Roboto;
  text-decoration: none;
}

.news__category {
  padding-right: 20px;
  border-right: 1px solid #B7B1BC;
  margin-right: 20px;
}

.article__image {
  margin-bottom: 30px;
}

.article__description {
  color: #81758A;
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #E9E8E7;
}

.item__share {
  display: flex;
  align-items: center;
}

span.text-share {
  color: #101043;
  font-size: 18px;
  font-family: Roboto Condensed;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 20px;
}

.list__share a {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: 1px solid #EDEDEC;
  margin-right: 15px;
}

.list__share a img {
  width: 27px;
}

.list__share {
  display: flex;
  align-items: center;
}

.prev-next-posts {
  margin-top: 50px;
}

.posts-block {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
}

.posts-block-item {
  flex-basis: calc(50% - 15px);
}

a.link-post {
  display: flex;
  align-items: center;
  color: #101043;
  font-size: 14px;
  font-family: Roboto Condensed;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 20px;
}

a.link-post.link-post-next img {
  margin-left: 5px;
}

a.link-post.link-post-next {
  margin-left: auto;
  justify-content: right;
}

a.link-block-post {
  background: #F4F6FA;
  padding: 25px;
  display: block;
  text-decoration: none;
  font-size: 14px;
  min-height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

span.title-prevnext-post {
  color: #101043;
  font-size: 14px;
  font-family: Roboto Condensed;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}

span.subtitle-prevnext-post {
  color: #81758A;
  font-size: 12px;
  line-height: 150%;
}

.related {
  margin-top: 100px;
}

img.link-arrow-left {
  margin-right: 5px;
}

.related__posts {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -15px;
  margin-top: 50px;
}

.item__post {
  flex-basis: calc(33.33% - 30px);
  margin: 15px;
}

.post-thumbnail img {
  width: 100%;
  height: 246px;
  object-fit: cover;
  position: relative;
}

.post-thumbnail:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #01275130;
  z-index: 1;
}

.post-thumbnail {
  position: relative;
  height: 246px;
  display: block;
}

.post-caption {
  border: 1px solid rgb(233 232 231 / 80%);
  border-top: 0;
  padding: 30px;
  height: calc(100% - 246px);
}

span.title-news__card {
  color: #101043;
  font-size: 18px;
  font-family: Roboto Condensed;
  font-weight: 500;
  line-height: 140%;
  display: block;
  margin-top: 12px;
}

.item__post a {
  text-decoration: none;
}

.item__post a {
  height: 100%;
  display: block;
}

.post-caption-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #81758A;
  font-size: 12px;
  line-height: 150%;
}

.sidebar__box {
  background: #F4F6FA;
  padding: 50px;
  margin-top: 38px;
}

.sidebar__title {
  color: #101043;
  font-size: 18px;
  font-family: Roboto Condensed;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 40px;
}

span.post-list-date {
  color: #81758A;
  font-size: 12px;
  font-family: Roboto;
  line-height: 150%;
  display: block;
  margin-top: 10px;
}

.post-list-item {
  margin-bottom: 20px;
}

.post-list-item a {
  color: #101043;
  font-size: 14px;
  font-family: Roboto Condensed;
  font-weight: 500;
  text-decoration: none;
}

.post-list-item:last-child {
  margin-bottom: 0px;
}

.item__post {
  transition: all 0.4s ease-in-out;
}

.item__post:hover {
  box-shadow: 0px 0px 13px -5px rgba(0, 0, 0, 0.2);
}

.post-thumbnail:before {
  transition: all 0.4s ease-in-out;
}

.item__post:hover .post-thumbnail:before {
  opacity: 0;
}

a.link-post.link-post-next img {
  transition: all 0.4s ease-in-out;
  right: 0;
  position: relative;
}

a.link-post.link-post-next:hover img {
  position: relative;
  right: -3px;
}

img.link-arrow-left {
  transition: all 0.4s ease-in-out;
  position: relative;
  left: 0;
}

a.link-post.link-post-prev:hover img {
  left: -3px;
}

a.link-block-post {
  transition: all 0.4s ease-in-out;
}

a.link-block-post:hover {
  box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.2);
}

.header-category-news .left-bg-lines {
  top: 24%;
  left: -30%;
}

.header-category-news .right-bg-lines {
  top: 24%;
  right: -30%;
}

.header-news.header-category-news {
  padding-bottom: 60px;
  overflow: hidden;
}

h1.category-title {
  margin-top: 40px;
  font-size: 40px;
  font-family: Roboto Condensed;
  font-weight: 500;
  text-transform: uppercase;
}

.search {
  display: flex;
  margin-top: 60px;
  width: 100%;
  border: 1px solid #E8EBF3;
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 87, 184, 0.10);
}

.search input {
  height: 60px;
  width: 100%;
  border: none;
  color: #81758A;
  font-size: 16px;
  font-weight: 300;
  padding-left: 20px;
}

button.search-category-btn {
  background: #F4F6FA;
  border: none;
  width: 60px;
  margin-top: -1px;
  margin-left: -1px;
  margin-bottom: -1px;
}

.search input:focus {
  outline: none;
  box-shadow: none;
}

.categories {
  display: flex;
  margin-top: 40px;
  flex-wrap: wrap;
}

.categories .category {
  border: 1px solid rgb(237 237 236 / 80%);
  padding: 15px;
}

.category.category_active {
  border: 1px solid rgb(0 87 184 / 80%);
  background: #F4F6FA;
}

.categories a {
  text-decoration: none;
  margin-right: 13px;
  margin-bottom: 13px;
}

.categories a .category {
  color: #101043;
  font-size: 16px;
  transition: all 0.4s ease-in-out;
}

.categories a .category:hover {
  color: #0057B8 !important;
  border: 1px solid rgb(0 87 184 / 80%);
  background: #F4F6FA;
}

.category.category_active {
  color: #0057B8 !important;
}

.category__all {
  border: 1px solid rgb(237 237 236 / 80%);
  padding: 15px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  margin-bottom: 13px;
}

.category__all:hover {
  color: #0057B8 !important;
  border: 1px solid rgb(0 87 184 / 80%);
  background: #F4F6FA;
}

.category__all.active {
  color: #0057B8 !important;
  border: 1px solid rgb(0 87 184 / 80%);
  background: #F4F6FA;
}

section.news {
  padding-top: 100px;
}

.btn-news {
  margin-top: 50px;
}

.border-btn {
  border: 1px solid #F00;
  padding: 20px 30px;
  display: inline-block;
  color: #F00;
  text-align: center;
  font-size: 14px;
  font-family: Roboto Condensed;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}

.border-btn:hover {
  background: #F00;
  color: #fff;
}

ul.main-menu a>div {
  position: absolute;
}

.hover-border-left:before {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #0057B8;
  display: block;
  border-right: 0;
  border-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.hover-border-left {
  top: 0;
  left: 0;
  bottom: 0;
}

.hover-border-left:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #0057B8;
  display: block;
  border-right: 0;
  border-top: 0;
  position: absolute;
  bottom: 0;
}

.hover-border-right {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.hover-border-right:before {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #0057B8;
  display: block;
  border-left: 0;
  border-bottom: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.hover-border-right:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #0057B8;
  display: block;
  border-left: 0;
  border-top: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}

ul.main-menu a>div {
  opacity: 0;
  transition: 0.4s ease-in-out;
}

ul.main-menu a:hover>div {
  opacity: 1;
}

.result-top-line {
  position: absolute;
  right: 0;
  z-index: 0;
  text-align: right;
}

.wait-results .container {
  position: relative;
  z-index: 9;
}

.result-top-line img {
  max-width: 88%;
}

.result-bottom-line {
  position: absolute;
  left: 0;
  bottom: 4%;
  text-align: left;
}

.result-bottom-line img {
  max-width: 85%;
}

button {
  cursor: pointer;
}

.nav-brand a img {
  width: 190px;
}

.main-nav {
  padding-top: 4px;
}

.mainslider-video video {
  width: 100%;
}

h1.title-mainslider span {
  text-transform: uppercase;
  display: block;
  font-size: 50px;
}

.mainslider-video {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}

.content-mainslider {
  max-width: 540px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mainslider-rowflex {
  height: 100%;
}

.mainslider-inner {
  height: 100%;
}

.mainslider-inner .container {
  height: 100%;
}

.slider-bg-lines {
  position: absolute;
  bottom: 0;
  z-index: 0;
  max-width: 50%;
}

.mainslider-rowflex {
  position: relative;
  z-index: 9;
}

.slider-bg-lines img {
  width: 100%;
}

.slider-bg-lines-top {
  position: absolute;
  top: 0;
  max-width: 50%;
  right: 0;
  transform: rotate(180deg);
}

.slider-bg-lines-top img {
  width: 100%;
}

li.item-nav.btn-nav a {
  margin-right: 0px;
}

.elements-block-title h2 {
  font-size: 32px;
}

.about-text-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-text-block p {
  margin-bottom: 0px;
}

.study-subtitle {
  max-width: 400px;
}

.blog__wrapper .related__posts.wrapper__posts-related {
  margin-top: 35px;
}

.error-wrapper {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(148deg, #101043 0%, #4D2A63 100%);
}

h1.error-title {
  color: #F4F6FA;
  text-align: center;
  font-size: 44px;
  font-family: Roboto Condensed;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 60px;
  margin-top: -20px;
}

.img-error img {
  max-width: 650px;
  width: 100%;
}

.border-top-number-icon,
.border-bottom-number-icon {
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all 0.5s ease-in-out;
}

.item-number:hover .border-top-number-icon,
.item-number:hover .border-bottom-number-icon {
  transform: rotate(45deg);
}

.zoning-wrapper {
  background: linear-gradient(189deg, #003769 0%, #0056B6 100%);
  padding: 35px 30px;
  position: relative;
}

.bg-lines-zoning {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
}

.bg-lines-zoning img {
  width: 85%;
}

.title-zoning {
  text-align: center;
  color: #FFF;
  font-size: 30px;
  font-family: Roboto Condensed;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.zoning-img {
  margin-right: 10px;
}

.item-zoning {
  display: flex;
  margin-bottom: 5px;
  align-items: baseline;
}

.zone-title {
  color: #FFF;
  font-size: 16px;
  font-family: Roboto Condensed;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

.zone-title span {
  display: block;
  padding: 5px 10px;
  white-space: nowrap;
  width: 71px;
  text-align: center;
}

.green-zone span {
  background: #03C056;
}

.blue-zone span {
  background: #066BC1;
}

.yellow-zone span {
  background: #F5C115;
}

.red-zone span {
  background: #F60508;
}

.zone-text {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 10px;
}

.zone-text:before {}

.zone-title:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #fff;
  margin-left: 10px;
}

.item-num-zoning {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.item-num-zoning:last-child {
  margin: 0px;
}

.desc-item-num {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 10px;
}

.title-item-num {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: 20px;
  background: #F60508;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
}

body {
  overflow: hidden;
}

.text-zoning {
  position: relative;
  top: -6px;
}

.lists-num-zoning {
  margin-top: 10px;
}

.item-num-zoning:last-child {
  margin: 0px;
}

ul.footer-menu li.item-nav a {
  padding: 17px 5px;
  position: relative;
}

ul.footer-menu a:hover>div {
  opacity: 1;
}

ul.footer-menu a div {
  opacity: 0;
  transition: 0.4s ease-in-out;
  position: absolute;
}

.download-text a {
  font-size: 15px;
  margin-top: -10px;
  display: block;
  color: #101043;
}

.blog__pagination {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* gap: 10px; */
}

.blog__pagination .pagination__page {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #101043;
  text-decoration: none;
  transition: 0.3s;
  border: 1px solid transparent;
}

.blog__pagination .pagination__page:hover {
  border: 1px solid #3379c6;
}

.blog__pagination .pagination__page.pagination__page_active {
  color: white;
  background: #3379c6;
  border: 1px solid #3379c6;
}

.blog__pagination .pagination__pages {
  display: flex;
  align-items: center;
}

.pagination__arrow {
  position: relative;
  width: 50px;
  height: 50px;
  background-image: url(/images/catalog/main/pag-arrow.svg);
  background-size: 33% 33%;
  background-repeat: no-repeat;
  background-position: center;
}

.arrow-left {
  rotate: 180deg;
}

.pagination__arrow_disabled {
  opacity: 0.4;
  pointer-events: none;
}















@media(min-width: 1560px) {
  .mainslider-video {
    left: 43%;
  }
}


@media (max-width: 1280px) {
  .mainslider-video {
    justify-content: flex-end;
  }

  .mainslider-video video {
    width: 90%;
  }
}

@media (max-width: 1120px) {
  ul.main-menu a {
    margin: 0px 3px;
  }

  .nav-brand a img {
    width: 150px;
  }

  .nav-brand-text img {
    width: 70px;
    margin-right: 10px;
  }

  .nav-footer-menu .social-links {
    margin-left: 0px;
  }
}


@media (max-width: 1024px) {
  ul.main-menu a {
    margin-right: 7px;
    font-size: 12px;
  }

  .zoning-img img {
    width: 100%;
  }

  .inner-zoning .d-flex.align-center {
    align-items: flex-start;
  }

  .text-zoning {
    top: 0;
  }

  section.mainslider {
    height: auto !important;
    padding: 50px 0px;
  }

  .nav-brand-text img {
    max-width: 80px;
  }

  .nav-brand img {
    max-width: 170px;
  }

  .main-nav {
    padding: 0px 0px;
  }

  .header-top-row {
    padding: 4px 0px;
  }

  .main-text {
    font-size: 14px;
  }

  h1.title-mainslider {
    font-size: 50px;
  }

  .subtitle-mainslider {
    font-size: 22px;
  }

  .about-text-block {
    padding-left: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 15px;
  }

  h2.default-title {
    margin-bottom: 15px;
    font-size: 36px;
  }

  p.about-text {
    font-size: 16px;
  }

  p.about-bottom-text {
    font-size: 16px;
    margin-bottom: 0px;
  }

  .element-item-hover {
    padding: 0px 15px;
  }

  .element-icon {
    max-width: 70px;
    height: 70px;
    padding: 16px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .element-icon img {
    width: 30px;
  }

  .element-title {
    margin-bottom: 5px;
  }

  .element-subtitle {
    font-size: 14px;
  }

  .element-item {
    padding: 15px;
    min-height: 235px;
  }

  .elements-btn {
    margin-top: 25px;
  }

  section.elements {
    padding-bottom: 60px;
  }

  section.components {
    padding: 60px 0px;
  }

  .default-subtitle {
    font-size: 16px;
    max-width: 600px;
  }

  .components-lists {
    margin-top: 30px;
  }

  .components-item-title {
    padding: 15px 0px;
  }

  .components-item-title h3 {
    font-size: 18px;
  }

  .components-item-icon {
    margin-right: 15px;
    width: 35px;
    height: 35px;
  }

  .components-content {
    padding: 20px 0px 20px 30px;
    font-size: 14px;
  }

  img.component-img {
    max-width: 100%;
  }

  .components-item {
    max-height: 66px;
  }

  section.inform-result {
    padding-top: 50px;
  }

  .item-number-desc {
    font-size: 14px;
  }

  .item-number-icon {
    width: 70px;
    height: 70px;
    font-size: 24px;
  }

  .inform-wrapper {
    padding-bottom: 50px;
  }

  .wait-results {
    padding: 50px 0px 40px;
  }

  .results-subtitle {
    font-size: 16px;
  }

  .title-results {
    margin-bottom: 30px;
  }

  .results-lists {
    margin: 0px -10px;
  }

  .results-item {
    flex-basis: calc(50% - 20px);
    margin: 5px 10px;
    min-height: 90px;
  }

  .results-content {
    font-size: 14px;
  }

  .results-bottom-text {
    margin-top: 30px;
  }

  .results-bottom-text p {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .study-text {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 15px;
  }

  .study-subtitle {
    margin-bottom: 30px;
  }

  section.normative {
    padding-top: 50px;
    padding-bottom: 0px;
  }

  .download-lists {
    margin-top: 20px;
  }

  .download-item {
    flex-basis: calc(50% - 24px);
    margin: 12px;
  }

  footer.footer {
    margin-top: 50px;
    padding-top: 30px;
  }

  ul.footer-menu a {
    font-size: 12px;
    margin: 0px 10px;
  }

  .nav-footer-menu .social-links {
    margin-left: 10px;
  }

  .powered_row {
    margin-top: 30px;
    padding: 30px 0px;
  }

  .news-title h1 {
    margin-top: 50px;
    font-size: 32px;
  }

  .header-news {
    padding-bottom: 50px;
  }

  .news__wrapper.news__context {
    margin-top: 30px;
  }

  .sidebar__box {
    padding: 30px;
  }

  .sidebar__title {
    margin-bottom: 20px;
  }

  .article__image {
    margin-bottom: 20px;
  }

  .article__description {
    font-size: 16px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .list__share a {
    width: 60px;
    height: 60px;
    margin-right: 10px;
  }

  span.text-share {
    margin-right: 15px;
  }

  .list__share a img {
    width: 25px;
  }

  .prev-next-posts {
    margin-top: 25px;
  }

  a.link-post {
    margin-bottom: 10px;
  }

  a.link-block-post {
    padding: 15px;
  }

  .related {
    margin-top: 50px;
  }

  .related__posts {
    margin-top: 15px;
  }

  .post-caption {
    padding: 15px;
    height: calc(100% - 200px);
  }

  span.title-news__card {
    font-size: 16px;
    line-height: 1.3;
  }

  .post-thumbnail img {
    height: 200px;
  }

  .post-thumbnail {
    height: 200px;
  }

  .header-news.header-category-news {
    padding: 40px 0px;
  }

  .header-news.header-category-news {
    padding: 40px 0px;
  }

  h1.category-title {
    margin-top: 20px;
  }

  .search {
    margin-top: 30px;
  }

  .search input {
    height: 50px;
  }

  .categories {
    margin-top: 20px;
  }

  .categories a .category {
    font-size: 14px;
    padding: 12px;
  }

  .category__all {
    padding: 12px;
    height: auto;
    margin-bottom: 13px;
    height: 42px;
  }

  .category__all img {
    width: 26px;
    height: 13px;
  }

  .blog__content .related__posts.wrapper__posts-related {
    margin-top: 0px;
  }

  section.news {
    padding-top: 50px;
  }

  .btn-news {
    margin-top: 20px;
  }

  .download-text {
    font-size: 14px;
  }

  h1.title-mainslider span {
    font-size: 50px;
  }

  .subtitle-mainslider {
    font-size: 20px;
  }

  .content-mainslider {
    max-width: 455px;
  }

  .mainslider-video video {
    width: 78%;
  }

}

@media (max-width: 991px) {
  ul.main-menu a {
    margin: 0px 2px;
    padding: 14px 3px;
  }

  .zone-text {
    font-size: 13px;
  }

  .desc-item-num {
    font-size: 12px;
  }

  .zone-title span {
    width: 65px;
    padding: 3px 5px;
  }

  .zone-title {
    font-size: 14px;
  }

  .title-zoning {
    font-size: 20px;
    line-height: 1.2;
  }

  .inner-zoning {
    position: relative;
    z-index: 2;
  }

  .zoning-wrapper {
    padding: 15px;
  }

  .nav-brand a img {
    width: 130px;
  }

  .nav-brand-text img {
    width: 60px;
    margin-right: 0px;
  }

  ul.footer-menu a {
    font-size: 12px;
    margin: 0px 5px;
  }
}

@media (max-width: 860px) {
  ul.main-menu {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #fff;
    min-height: 100vh;
    z-index: 999;
  }

  .visible-xs {
    display: block;
  }

  button.btn-menu.toggle-button {
    background: transparent;
    padding: 0px;
    border: 0px;
  }

  ul.footer-menu {
    display: block;
  }

  .footer-nav.d-flex {
    display: block;
  }

  .nav-brand img {
    max-width: 120px;
  }


  button.btn-menu.toggle-button span {
    width: 30px;
    height: 3px;
    background: #101043;
    display: block;
    margin: 4px 0px;
  }

  .main-nav {
    padding: 2px 0px;
  }

  .main-text {
    font-size: 10px;
  }

  .header-top-row .flex-wrap {
    flex-wrap: nowrap;
  }

  .container {
    padding: 0px 10px;
  }

  h1.title-mainslider {
    font-size: 36px;
  }

  .content-mainslider {
    padding-top: 30px;
  }

  .subtitle-mainslider {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .btn-mainslider {
    /* display: block; */
    justify-content: space-between;
  }

  a.default-link {
    margin-right: 0px;
    padding: 15px 15px;
  }

  img.play-see-video {
    margin-right: 10px;
    width: 40px;
  }

  section.mainslider {
    height: auto !important;
    padding-bottom: 40px;
    padding-top: 0px;
  }

  video#fon {
    height: 100% !important;
  }

  .about-row {
    display: block;
  }

  .about-text-block {
    padding: 25px 10px 30px;
  }

  h2.default-title {
    font-size: 28px;
    margin-bottom: 10px;
  }

  p.about-text {
    font-size: 14px;
  }

  p.about-bottom-text {
    font-size: 14px;
  }

  section.elements {
    margin-top: 30px;
    padding-bottom: 30px;
  }

  .elements-list {
    margin: 0px -10px;
  }

  .element-item-wrapper {
    flex-basis: calc(50% - 20px);
    margin: 10px 10px;
  }

  a.red-link {
    padding: 15px 20px;
    font-size: 14px;
  }

  .elements-btn {
    margin-top: 15px;
  }

  section.components {
    padding: 30px 0px;
  }

  .default-subtitle {
    font-size: 14px;
  }

  .components-lists {
    margin-top: 20px;
  }

  .components-item-icon {
    width: 30px;
    min-width: 30px;
    height: 30px;
    margin-right: 10px;
  }

  .components-item-title h3 {
    font-size: 14px;
  }

  .components-item-title {
    padding: 10px 0px;
    height: 64px;
  }

  .components-content {
    padding: 10px;
  }

  .components-item {
    max-height: 63px;
  }

  .inform-title h2.default-title {
    font-size: 24px;
  }

  .inform-title.text-center {
    margin-bottom: 30px;
  }

  section.inform-result {
    padding-top: 30px;
  }

  .numbers-list>div {
    flex-basis: 50%;
    margin-bottom: 25px;
    padding: 0px 10px;
  }

  .item-number-icon {
    width: 50px;
    height: 50px;
    font-size: 18px;
    margin-bottom: 10px;
  }

  .wait-results {
    padding: 30px 0px 20px;
  }

  .results-subtitle {
    font-size: 14px;
  }

  .results-content {
    font-size: 12px;
  }

  .results-item {
    flex-basis: 100%;
    min-height: auto;
    margin: 5px 0px;
  }

  .elements-list {
    margin: 0px;
  }

  .inform-wrapper {
    padding-bottom: 10px;
  }

  .results-lists {
    margin: 0px;
  }

  .title-results {
    margin-bottom: 20px;
  }

  section.study-course {
    display: block;
  }

  .study-text {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
  }

  section.normative {
    padding-top: 30px;
  }

  .download-text {
    font-size: 14px;
  }

  a.download-icon {
    min-width: 60px;
    min-height: 60px;
  }

  .download-item {}

  .download-lists {
    margin: 20px 0px 0px;
  }

  .download-item {
    flex-basis: 100%;
    margin: 10px 0px;
  }

  .footer .nav-brand {
    justify-content: center;
    margin-bottom: 20px;
  }

  .nav.nav-footer-menu {
    display: block;
    text-align: center;
  }

  ul.footer-menu a {
    margin: 10px 0px;
    display: block;
  }

  .nav-footer-menu .social-links {
    justify-content: center;
    margin: 20px 0px 0px;
  }

  .powered_row {
    display: block;
    text-align: center;
    margin-top: 30px;
    padding: 20px 0px;
  }

  .copyright-text {
    margin-bottom: 10px;
  }

  .map-ukraine-bottom img {
    max-width: 50%;
  }

  .map-ukraine-bottom {
    bottom: 0;
  }

  .header-news {
    padding: 20px 0px;
  }

  .bredcrumbs span {
    white-space: nowrap;
  }

  .bredcrumbs {
    overflow-x: scroll;
  }

  .news-title h1 {
    font-size: 21px;
    margin-top: 15px;
  }

  .left-bg-lines {
    display: none;
  }

  .right-bg-lines {
    display: none;
  }

  .news__wrapper.news__context {
    display: block;
    margin-top: 15px;
  }

  .news__article {
    margin-right: 0px;
  }

  .news__top * {
    font-size: 14px;
  }

  .news__top {
    margin-bottom: 10px;
  }

  .news__category {
    margin-right: 10px;
    padding-right: 10px;
  }

  .article__image {
    margin-bottom: 10px;
  }

  .article__description {
    font-size: 14px;
    padding-bottom: 5px;
  }

  .posts-block-item {
    flex-basis: calc(50% - 5px);
  }

  a.link-block-post {
    padding: 10px;
    min-height: 100px;
  }

  .sidebar__box {
    margin-top: 10px;
    padding: 15px;
  }

  .sidebar__title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .post-list-item a {}

  span.post-list-date {
    margin-top: 5px;
    font-size: 11px;
  }

  .related {
    margin-top: 30px;
  }

  .related__posts.wrapper__posts-related {
    margin: 0px -5px;
  }

  .item__post {
    flex-basis: calc(50% - 10px);
    margin: 5px;
  }

  .post-caption {
    padding: 10px;
    height: calc(100% - 160px);
  }

  .post-thumbnail img {
    height: 160px;
  }

  .post-thumbnail {
    height: 160px;
  }

  span.title-news__card {
    font-size: 14px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    max-height: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    margin-top: 5px;
  }

  span.title-prevnext-post {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    max-height: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
  }

  .prev-next-posts {
    margin-top: 15px;
  }

  .categories a {
    margin-bottom: 8px;
    margin-right: 8px;
  }

  .categories a .category {
    font-size: 12px;
    padding: 10px;
  }

  .category__all {
    padding: 10px;
    height: 37px;
  }

  .header-news.header-category-news {
    padding: 20px 0px;
  }

  .search input {
    height: 40px;
    font-size: 14px;
  }

  .search {
    margin-top: 15px;
  }

  .powered_row div,
  .powered_row div a {
    font-size: 12px;
  }

  .btn-news {
    margin-top: 15px;
  }

  a.btn.border-btn {
    padding: 15px 20px;
    font-size: 14px;
  }

  section.news {
    padding-top: 30px;
  }

  .nav-brand-text img {
    max-width: 53px;
    margin-left: 5px;
  }

  .fixedHeader-wrapper div#app {
    padding-top: 62px;
  }


  button.btn-menu.toggle-button span:first-child {
    width: 24px;
    position: relative;
  }

  button.btn-menu.toggle-button span:first-child::after {
    width: 3px;
    height: 3px;
    background: #FF0000;
    content: "";
    display: inline-block;
    position: absolute;
    right: -6px;
  }

  .study-img {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
  }

  section.study-course {
    position: relative;
  }

  .study-img img {
    max-width: 50%;
  }

  section.inform-result {
    /* position: relative; */
    z-index: 1;
  }

  .study-text {
    position: relative;
    z-index: 2;
  }

  ul.main-menu li:last-child a {
    margin-right: 0px;
    font-size: 16px;
  }

  ul.main-menu {
    transform: translate(0px, -100%);
    transition: all 0.4s ease-in-out;
  }

  li.item-nav {
    text-align: center;
  }

  ul.main-menu a {
    padding: 17px 15px;
    display: inline-block;
    margin: 0px;
    font-size: 14px;
  }

  li.item-nav.btn-nav {
    margin-top: 40px;
  }

  .open-menu ul.main-menu {
    transform: translate(0px, 0px);
  }

  .menu-logo img {
    max-width: 180px;
  }

  .menu-logo {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 20px;
  }

  ul.main-menu {
    background-image: url('/files/home/menu-bg.svg');
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
  }

  ul.main-menu .social-links a {
    padding: 0px 7px;
  }

  ul.main-menu .social-links {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }

  button.close-menu-btn {
    background: transparent;
    border: none;
    position: absolute;
    right: 20px;
    top: 26px;
    height: 20px;
    padding: 0px;
  }

  button.close-menu-btn span {
    width: 22px;
    height: 2px;
    background: #0057B8;
    display: block;
  }

  button.close-menu-btn span:first-child {
    transform: rotate(45deg);
  }

  button.close-menu-btn span:last-child {
    transform: rotate(-45deg);
    position: relative;
    top: -2px;
  }

  h1.title-mainslider span {
    font-size: 50px;
  }

  .mainslider-video {
    position: relative;
    width: 100%;
  }

  .mainslider-video video {
    width: 100%;
  }

  .content-mainslider {
    max-width: 100%;
  }

  .mainslider-rowflex {
    display: flex;
    flex-direction: column-reverse;
  }

  .content-mainslider {
    text-align: center;
  }

  .subtitle-mainslider {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 550px;
  }

  .btn-mainslider {
    justify-content: center;
  }

  h1.title-mainslider span {
    font-size: 38px;
  }

  .elements-block-title h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .about-text-block {
    max-width: 100%;
  }

  .about-text-block h2 {
    text-align: center;
  }

  .inner-zoning .d-flex.align-center {
    display: block;
  }

}




@media (max-width: 580px) {
  .post-thumbnail img {
    height: 50vw;
  }

  .element-item-wrapper {
    flex-basis: 100%;
    margin: 10px 0px;
  }

  .post-thumbnail {
    height: 50vw;
  }

  .item__post {
    margin-bottom: 20px;
    flex-basis: calc(100% - 10px);
  }

  .post-caption {
    height: calc(100% - 50vw);
  }

  .article__description iframe {
    height: 55vw;
  }

  .slider-bg-lines {
    display: none;
  }

  .img-error img {
    max-width: 650px;
    width: 100%;
  }

  .img-error {
    padding: 0px 15px;
  }

  h1.error-title {
    font-size: 32px;
    margin-top: -5px;
    margin-bottom: 30px;
  }

  .item-number-desc {
    font-size: 12px;
  }

  .item-logotype {
    margin-right: 15px;
  }

  .item-logotype:last-child {
    margin: 0px;
  }

  ul.footer-menu li.item-nav a {
    padding: 5px;
  }

  .powered_row .d-flex.align-center.justify-between {
    display: block;
  }

  .study-img {
    margin-top: -15%;
    margin-right: 0%;
  }

  .study-img img {
    max-width: 41%;
  }

}