.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #303436;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px;
}

.body {
  background-color: #f1f2f5;
  font-family: Gilroy, sans-serif;
  color: rgba(48, 52, 54, 0.75);
  font-weight: 400;
}

.screen {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.screen.mod--header-container {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 7px 7px 20px 1px rgba(32, 33, 36, 0.03);
  -webkit-transition: all 200ms cubic-bezier(.215, .61, .355, 1);
  transition: all 200ms cubic-bezier(.215, .61, .355, 1);
}

.screen.mod--first {
  overflow: hidden;
  margin-bottom: 0px;
  padding-top: 200px;
  padding-bottom: 250px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(5, 29, 68, 0.9)), to(rgba(5, 29, 68, 0.9))), url('../images/bg-main-1.jpg');
  background-image: linear-gradient(180deg, rgba(5, 29, 68, 0.9), rgba(5, 29, 68, 0.9)), url('../images/bg-main-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.screen.mod--footer {
  margin-bottom: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #051d44;
}

.screen.mod--second {
  margin-top: -150px;
  margin-bottom: 0px;
  padding-bottom: 150px;
}

.screen.mod--main-4 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #051d44;
}

.screen.mod--first-page {
  margin-bottom: -100px;
  padding-top: 200px;
  padding-bottom: 150px;
  background-color: #051d44;
  box-shadow: inset 0 -10px 20px 1px rgba(32, 32, 32, 0.15);
}

.screen.mod--first-page.mod--tab {
  margin-bottom: -60px;
  padding-bottom: 120px;
}

.screen.mod--inner {
  margin-bottom: 120px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.screen.mod--404 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/bg-dec.svg');
  background-position: 50% 0%;
  background-size: auto;
}

.content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1440px;
  margin-right: 5%;
  margin-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content.mod--first {
  z-index: 5;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content.mod--main-2 {
  z-index: 5;
  margin-bottom: 120px;
  padding: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 7px 7px 20px 1px rgba(32, 33, 36, 0.03);
}

.content.mod--form {
  margin-bottom: 0px;
  padding: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 7px 7px 20px 1px rgba(32, 33, 36, 0.03);
}

.content.mod--banner-black {
  z-index: 5;
  padding: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 2px;
  background-color: #303436;
  box-shadow: 7px 7px 20px 1px rgba(32, 33, 36, 0.03);
}

.content.mod--main-4 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content.mod--banner-white {
  z-index: 5;
  margin-bottom: 120px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 7px 7px 20px 1px rgba(32, 33, 36, 0.03);
}

.content.mod--banner-blue {
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content.mod--first-page {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content.mod--project-about {
  margin-bottom: 120px;
  padding-top: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #f4f7fb;
}

.content.mod--404 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content.mod--inner-2 {
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: none;
}

.content.mod--inner-2.mod--margin {
  margin-bottom: 100px;
}

.content.mod--main-3 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.content.mod--main-5 {
  margin-top: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content.mod--main-6 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.content.mod--inner-1 {
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: none;
}

.content.mod--quote {
  z-index: 5;
  margin-bottom: 50px;
  padding: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 7px 7px 20px 1px rgba(32, 33, 36, 0.03);
}

.text--sm-bold {
  margin-bottom: 0px;
  color: rgba(48, 52, 54, 0.75);
  font-size: 16px;
  line-height: 170%;
  font-weight: 600;
  letter-spacing: 0.02ch;
  text-decoration: none;
}

.text--sm-bold.mod--form-check {
  color: #303436;
  line-height: 130%;
  text-align: left;
}

.text--sm-bold.mod--form-check.mod--left {
  text-align: left;
}

.text--sm-bold.mod--main-5-count {
  display: none;
  width: 36px;
  height: 36px;
  min-height: 36px;
  min-width: 36px;
  margin-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #fff;
  color: #051d44;
}

.text--sm-bold.mod--contacts-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 6px 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: rgba(5, 29, 68, 0.1);
  -webkit-transition: background-color 200ms cubic-bezier(.215, .61, .355, 1);
  transition: background-color 200ms cubic-bezier(.215, .61, .355, 1);
  font-family: Gilroy, sans-serif;
  color: #0c2d83;
  font-weight: 600;
}

.text--sm-bold.mod--contacts-links:hover {
  background-color: rgba(5, 29, 68, 0.25);
}

.text--lg-up {
  margin-bottom: 0px;
  color: rgba(48, 52, 54, 0.75);
  font-size: 20px;
  line-height: 130%;
  font-weight: 600;
  letter-spacing: 0.08ch;
  text-decoration: none;
  text-transform: uppercase;
}

.text--lg-bold {
  margin-bottom: 0px;
  color: rgba(48, 52, 54, 0.75);
  font-size: 20px;
  line-height: 170%;
  font-weight: 600;
  letter-spacing: 0.02ch;
  text-decoration: none;
}

.text--lg-bold.mod--main-2 {
  width: 100%;
  color: #051d44;
  line-height: 130%;
}

.text--xs-bold {
  margin-bottom: 0px;
  color: rgba(48, 52, 54, 0.75);
  font-size: 14px;
  line-height: 170%;
  font-weight: 600;
  letter-spacing: 0.02ch;
  text-decoration: none;
}

.text--xs-bold.mod--card-news-date {
  margin-bottom: 15px;
  padding: 6px 8px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(5, 29, 68, 0.1);
  border-radius: 4px;
  color: #051d44;
  font-size: 12px;
  line-height: 100%;
}

.text--xs-bold.mod--news-page {
  margin-right: 8px;
  margin-bottom: 6px;
  padding: 6px 8px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(5, 29, 68, 0.1);
  border-radius: 4px;
  color: #051d44;
  font-size: 12px;
  line-height: 100%;
}

.text--xs-bold.mod--news-page-link {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 6px;
  padding: 6px 8px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: rgba(12, 45, 131, 0.1);
  -webkit-transition: background-color 200ms cubic-bezier(.215, .61, .355, 1);
  transition: background-color 200ms cubic-bezier(.215, .61, .355, 1);
  color: #051d44;
  font-size: 12px;
  line-height: 100%;
}

.text--xs-bold.mod--news-page-link:hover {
  background-color: rgba(12, 45, 131, 0.2);
}

.text--xs-bold.mod--news-cat-link {
  display: inline-block;
  padding: 6px 8px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: rgba(12, 45, 131, 0.1);
  -webkit-transition: background-color 200ms cubic-bezier(.215, .61, .355, 1);
  transition: background-color 200ms cubic-bezier(.215, .61, .355, 1);
  color: #051d44;
  font-size: 12px;
  line-height: 100%;
}

.text--xs-bold.mod--news-cat-link:hover {
  background-color: rgba(12, 45, 131, 0.2);
}

.text--xs-bold.mod--news-cat-link.w--current {
  background-color: rgba(12, 45, 131, 0.2);
}

.text--rich h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Gilroy, sans-serif;
  color: #303436;
  font-size: 44px;
  line-height: 130%;
  font-weight: 600;
  letter-spacing: 0.02ch;
}

.text--rich h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Gilroy, sans-serif;
  color: #303436;
  font-size: 60px;
  line-height: 130%;
  font-weight: 600;
  letter-spacing: 0.02ch;
}

.text--rich h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Gilroy, sans-serif;
  color: #303436;
  font-size: 36px;
  line-height: 130%;
  font-weight: 600;
  letter-spacing: 0.02ch;
}

.text--rich h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Gilroy, sans-serif;
  color: #303436;
  font-size: 30px;
  line-height: 130%;
  font-weight: 600;
  letter-spacing: 0.02ch;
}

.text--rich h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Gilroy, sans-serif;
  color: #303436;
  font-size: 24px;
  line-height: 130%;
  font-weight: 600;
  letter-spacing: 0.02ch;
}

.text--rich h6 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Gilroy, sans-serif;
  color: #303436;
  font-size: 16px;
  line-height: 130%;
  font-weight: 600;
  letter-spacing: 0.02ch;
}

.text--rich p {
  font-size: 18px;
  line-height: 170%;
  letter-spacing: 0.02ch;
}

.text--rich li {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 170%;
  letter-spacing: 0.02ch;
}

.text--rich blockquote {
  margin-bottom: 20px;
  padding: 20px;
  border-left-color: #0c2d83;
  border-radius: 4px;
  background-color: #fff;
  color: rgba(48, 52, 54, 0.75);
  font-size: 20px;
  line-height: 170%;
  letter-spacing: 0.02ch;
}

.text--rich a {
  display: inline-block;
  -webkit-transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
  transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
  color: #0c2d83;
  text-decoration: none;
}

.text--rich a:hover {
  opacity: 0.6;
}

.text--h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #303436;
  font-size: 30px;
  line-height: 130%;
  font-weight: 600;
  letter-spacing: 0.02ch;
  text-decoration: none;
}

.text--h4.mod--404 {
  max-width: 400px;
  text-align: center;
}

.text--sm-up {
  margin-bottom: 0px;
  color: rgba(48, 52, 54, 0.75);
  font-size: 16px;
  line-height: 130%;
  font-weight: 600;
  letter-spacing: 0.08ch;
  text-decoration: none;
  text-transform: uppercase;
}

.text--sm-up.mod--schema-el {
  margin-bottom: 15px;
  padding: 4px 8px;
  background-color: rgba(12, 45, 131, 0.1);
  color: #0c2d83;
  font-size: 12px;
  line-height: 100%;
}

.text--lg {
  margin-bottom: 0px;
  color: rgba(48, 52, 54, 0.75);
  font-size: 20px;
  line-height: 170%;
  font-weight: 400;
  letter-spacing: 0.02ch;
  text-decoration: none;
}

.text--lg.mod--main-2 {
  width: 100%;
  color: #051d44;
  font-size: 24px;
}

.text--lg.mod--main-4 {
  width: 100%;
  max-width: 320px;
  color: #fff;
}

.text--lg.mod--main-5 {
  width: 100%;
  color: #fff;
}

.text--lg.mod--news {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(12, 45, 131, 0.1);
}

.text--md {
  margin-bottom: 0px;
  color: rgba(48, 52, 54, 0.75);
  font-size: 18px;
  line-height: 170%;
  font-weight: 400;
  letter-spacing: 0.02ch;
  text-decoration: none;
}

.text--md.mod--form-message {
  width: 80%;
  margin-right: 10%;
  margin-left: 10%;
  color: #f1f2f5;
}

.text--md.mod--card-report {
  width: 100%;
  max-width: 720px;
}

.text--xs-up {
  margin-bottom: 0px;
  color: rgba(48, 52, 54, 0.75);
  font-size: 14px;
  line-height: 130%;
  font-weight: 600;
  letter-spacing: 0.08ch;
  text-decoration: none;
  text-transform: uppercase;
}

.text--xs-up.mod--button {
  color: #0c2d83;
  line-height: 100%;
}

.text--xs-up.mod--button.mod--white {
  color: #fff;
}

.text--xs-up.mod--button.mod--header {
  margin-right: 16px;
}

.text--xs-up.mod--button.mod--card-news {
  font-size: 12px;
}

.text--xs-up.mod--header-link {
  margin-left: 4vw;
  -webkit-transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
  transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
  color: #fff;
  line-height: 100%;
  text-align: center;
  white-space: nowrap;
}

.text--xs-up.mod--header-link:hover {
  opacity: 0.75;
}

.text--xs-up.mod--header-link.mod--mob {
  display: none;
}

.text--xs-up.mod--header-link.mod--lang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-width: 50%;
  margin-left: 0vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition-property: background-color;
  transition-property: background-color;
}

.text--xs-up.mod--header-link.mod--lang:hover {
  background-color: rgba(241, 242, 245, 0.1);
  opacity: 1;
}

.text--xs-up.mod--header-link.mod--lang.w--current:hover {
  background-color: rgba(241, 242, 245, 0.75);
}

.text--xs-up.mod--header-link.mod--lang.mod--active {
  background-color: rgba(241, 242, 245, 0.1);
}

.text--xs-up.mod--header-link.mod--lang.mod--active:hover {
  background-color: rgba(241, 242, 245, 0.3);
}

.text--xs-up.mod--header-link.mod--sm {
  font-size: 12px;
}

.text--xs-up.mod--footer-info {
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 200ms cubic-bezier(.215, .61, .355, 1);
  transition: border-color 200ms cubic-bezier(.215, .61, .355, 1);
  color: #f1f2f5;
  text-decoration: none;
}

.text--xs-up.mod--footer-info:hover {
  border-bottom-color: #fff;
}

.text--xs-up.mod--breadcrumbs-line {
  margin-right: 12px;
  margin-left: 12px;
  color: rgba(241, 242, 245, 0.3);
  font-size: 12px;
  line-height: 100%;
}

.text--xs-up.mod--breadcrumbs-text {
  color: rgba(241, 242, 245, 0.3);
  font-size: 12px;
  line-height: 100%;
  white-space: nowrap;
}

.text--xs-up.mod--breadcrumbs-link {
  -webkit-transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
  transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
  color: #f1f2f5;
  font-size: 12px;
  line-height: 100%;
  text-decoration: none;
  white-space: nowrap;
}

.text--xs-up.mod--breadcrumbs-link:hover {
  opacity: 0.6;
}

.text--xs-up.mod--header-info {
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 200ms cubic-bezier(.215, .61, .355, 1);
  transition: border-color 200ms cubic-bezier(.215, .61, .355, 1);
  color: #f1f2f5;
  text-decoration: none;
}

.text--xs-up.mod--header-info:hover {
  border-bottom-color: #fff;
}

.text--xs-up.mod--xxs {
  margin-bottom: 5px;
  color: #879ca7;
  font-size: 12px;
  line-height: 100%;
}

.text--xs-up.mod--footer-link {
  margin-left: 4vw;
  -webkit-transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
  transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
  color: #fff;
  text-align: center;
  white-space: nowrap;
}

.text--xs-up.mod--footer-link:hover {
  opacity: 0.75;
}

.text--xs-up.mod--contacts-link {
  color: #0c2d83;
}

.text--xs-up.mod--table {
  color: #0c2d83;
  text-align: center;
}

.text--h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #303436;
  font-size: 36px;
  line-height: 130%;
  font-weight: 600;
  letter-spacing: 0.02ch;
  text-decoration: none;
}

.text--h3.mod--main-4 {
  max-width: 200px;
  color: #fff;
}

.text--h3.mod--main-5 {
  color: #fff;
  text-align: center;
}

.text--h3.mod--banner-news {
  text-transform: none;
}

.text--h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #303436;
  font-size: 24px;
  line-height: 130%;
  font-weight: 600;
  letter-spacing: 0.02ch;
  text-decoration: none;
}

.text--h5.mod--sm {
  font-size: 22px;
}

.text--h5.mod--photo-card {
  margin-bottom: 15px;
}

.text--h5.mod--news-cat-label {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 100%;
}

.text--h5.mod--cms-empty {
  text-align: center;
}

.text--md-up {
  margin-bottom: 0px;
  color: rgba(48, 52, 54, 0.75);
  font-size: 18px;
  line-height: 130%;
  font-weight: 600;
  letter-spacing: 0.08ch;
  text-decoration: none;
  text-transform: uppercase;
}

.text--sm {
  margin-bottom: 0px;
  font-family: Gilroy, sans-serif;
  color: rgba(48, 52, 54, 0.75);
  font-size: 16px;
  line-height: 170%;
  font-weight: 400;
  letter-spacing: 0.02ch;
  text-decoration: none;
}

.text--sm.mod--header-separator {
  margin-right: 12px;
  margin-left: 12px;
  color: rgba(48, 52, 54, 0.75);
}

.text--sm.mod--header-separator.mod--lang {
  padding-bottom: 4px;
  color: #879ca7;
}

.text--sm.mod--form-message {
  width: 100%;
  color: #f1f2f5;
  text-align: center;
}

.text--sm.mod--cookie {
  color: rgba(241, 242, 245, 0.75);
}

.text--sm.mod--form {
  margin-bottom: 20px;
  color: #879ca7;
  font-size: 14px;
}

.text--sm.mod--team-button {
  display: inline-block;
  margin-top: 10px;
  padding: 12px 16px;
  border-radius: 40px;
  background-color: #f4f7fb;
  -webkit-transition: background-color 200ms cubic-bezier(.215, .61, .355, 1);
  transition: background-color 200ms cubic-bezier(.215, .61, .355, 1);
  color: #303436;
  font-size: 12px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 0.05ch;
  text-transform: uppercase;
  cursor: pointer;
}

.text--sm.mod--team-button:hover {
  background-color: #b8d7f7;
}

.text--sm.mod--photo-card.mod--sm {
  font-size: 14px;
}

.text--sm.mod--contacts {
  margin-bottom: 15px;
}

.text--sm.mod--table-cell {
  color: #303436;
  font-size: 14px;
  line-height: 150%;
  font-weight: 600;
  text-align: center;
}

.text--sm.mod--inner-content-aside-box {
  margin-top: 5px;
}

.text--sm.mod--inner-content-aside-box.mod--hor {
  margin-top: 0px;
  margin-left: 5px;
  text-align: right;
}

.text--md-bold {
  margin-bottom: 0px;
  color: rgba(48, 52, 54, 0.75);
  font-size: 18px;
  line-height: 170%;
  font-weight: 600;
  letter-spacing: 0.02ch;
  text-decoration: none;
}

.text--md-bold.mod--header-link-bottom {
  margin-right: 3vw;
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
  -webkit-transition: border-color 200ms cubic-bezier(.215, .61, .355, 1);
  transition: border-color 200ms cubic-bezier(.215, .61, .355, 1);
  color: #303436;
  line-height: 130%;
  text-align: center;
  white-space: nowrap;
}

.text--md-bold.mod--header-link-bottom:hover {
  border-bottom-color: #e8a600;
}

.text--md-bold.mod--header-link-bottom.w--current {
  border-bottom-color: #e8a600;
}

.text--md-bold.mod--main-3-aside {
  color: #303436;
  line-height: 130%;
}

.text--md-bold.mod--main-3-aside.mod--new {
  max-width: 300px;
  font-size: 24px;
}

.text--md-bold.mod--schema-el {
  color: #303436;
  line-height: 130%;
}

.typography {
  display: block;
}

.text--xs {
  margin-bottom: 0px;
  color: rgba(48, 52, 54, 0.75);
  font-size: 14px;
  line-height: 170%;
  font-weight: 400;
  letter-spacing: 0.02ch;
  text-decoration: none;
}

.text--xs.mod--form {
  color: #879ca7;
}

.text--xs.mod--footer {
  color: rgba(241, 242, 245, 0.75);
}

.text--xs.mod--card-material {
  margin-top: 5px;
  color: rgba(48, 52, 54, 0.5);
  font-size: 12px;
  line-height: 100%;
  font-weight: 600;
}

.text--h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #303436;
  font-size: 16px;
  line-height: 130%;
  font-weight: 600;
  letter-spacing: 0.02ch;
  text-decoration: none;
}

.text--h6.mod--photo-card {
  margin-bottom: 10px;
}

.text--h6.mod--table-title {
  color: #051d44;
  text-align: center;
}

.text--h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #303436;
  font-size: 60px;
  line-height: 130%;
  font-weight: 600;
  letter-spacing: 0.02ch;
  text-decoration: none;
}

.text--h1.mod--first {
  width: 100%;
  max-width: 1200px;
  color: #f1f2f5;
  text-align: center;
}

.text--h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #303436;
  font-size: 44px;
  line-height: 130%;
  font-weight: 600;
  letter-spacing: 0.02ch;
  text-decoration: none;
}

.text--h2.mod--first-page {
  color: #fff;
  text-align: left;
}

.text--h2.mod--card-report {
  width: 100%;
}

.header-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1440px;
  margin-right: 5%;
  margin-left: 5%;
  padding-top: 20px;
  -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;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.logo-cir {
  height: 44px;
  min-height: 44px;
}

.logo-cir.mod--mob {
  display: none;
}

.logo-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.logo-link.mod--footer {
  -webkit-transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
  transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
}

.logo-link.mod--footer:hover {
  opacity: 0.6;
}

.logo-link.mod--header {
  margin-bottom: 4px;
  -webkit-transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
  transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
}

.logo-link.mod--header:hover {
  opacity: 0.6;
}

.header-box-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #0c2d83;
  -webkit-transition: background-color 200ms cubic-bezier(.215, .61, .355, 1);
  transition: background-color 200ms cubic-bezier(.215, .61, .355, 1);
  text-decoration: none;
}

.button:hover {
  background-color: #051d44;
}

.button.mod--video-white {
  height: 60px;
  margin-right: 20px;
  background-color: #f1f2f5;
}

.button.mod--video-white:hover {
  background-color: #879ca7;
}

.button.mod--form-bottom {
  padding: 20px 36px;
  border: 0px none transparent;
  color: #f1f2f5;
  font-size: 14px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 0.05ch;
  text-transform: uppercase;
}

.button.mod--white {
  position: relative;
  z-index: 1;
  background-color: #fff;
}

.button.mod--white:hover {
  background-color: #f4f7fb;
}

.button.mod--white.mod--header {
  margin-bottom: 4px;
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
  transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
}

.button.mod--white.mod--header:hover {
  background-color: #fff;
  opacity: 0.75;
}

.button.mod--tabs-more {
  display: none;
  margin-bottom: 15px;
  margin-left: 48px;
  padding: 12px 16px;
  background-color: rgba(61, 81, 160, 0.1);
}

.button.mod--tabs-more:hover {
  background-color: rgba(61, 81, 160, 0.2);
}

.button.mod--blue-light {
  background-color: rgba(5, 29, 68, 0.1);
}

.button.mod--blue-light:hover {
  background-color: rgba(5, 29, 68, 0.2);
}

.button.mod--blue-light.mod--form-sm {
  margin-left: 10px;
  padding: 12px 24px;
}

.button.mod--blue-light.mod--main-3 {
  width: 170px;
  min-width: 150px;
  margin-right: 15px;
  padding-right: 16px;
  padding-left: 16px;
}

.button.mod--blue-light.mod--card-news {
  width: 100%;
  padding: 9px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.button.mod--blue-light.mod--more {
  overflow: hidden;
  width: 100%;
  padding: 0px 24px 0px 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: rgba(5, 29, 68, 0.05);
}

.button.mod--blue-light.mod--more:hover {
  background-color: rgba(5, 29, 68, 0.1);
}

.button.mod--blue-light.mod--main-2 {
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.button.mod--blue-light.mod--news {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.button.mod--blue-light.mod--banner-news {
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.button.mod--blue-light.mod--card-report {
  margin-right: 0px;
}

.button.mod--blue-light.mod--reports {
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.button.mod--blue {
  background-color: #0c2d83;
}

.button.mod--blue:hover {
  background-color: #051d44;
}

.button.mod--blue.mod--project-page {
  margin-top: 40px;
}

.button.mod--blue.mod--404 {
  margin-top: 40px;
}

.button.mod--card-report {
  margin-right: 20px;
}

.button.mod--reports {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-box-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-box-lang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 85px;
  height: 28px;
  margin-left: 2vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(241, 242, 245, 0.1);
  border-radius: 4px;
}

.first-dec {
  position: absolute;
  z-index: 0;
}

.first-dec.mod--fence {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.first-dec.mod--grass {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.first-dec.mod--cow-2 {
  left: auto;
  right: 20%;
  bottom: 0px;
  z-index: 2;
  width: 50%;
  max-width: 638px;
}

.first-dec.mod--left {
  left: auto;
  right: 0%;
  bottom: 0px;
  z-index: 3;
  width: 70%;
  max-width: 1065px;
}

.first-dec.mod--cloud-mask {
  left: 0%;
  top: 147px;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.screen-video-bg {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 50%;
  height: 100%;
}

.video-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.steps-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form {
  width: 70%;
  margin-bottom: 0px;
}

.form.mod--project-page {
  width: 100%;
  padding: 30px 60px;
}

.form-message {
  border-radius: 10px;
}

.form-message.mod--success {
  border-radius: 2px;
  background-color: #0c2d83;
  background-image: url('../images/bg-8.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.form-message.mod--error {
  margin-top: 30px;
  border-radius: 2px;
  background-color: #b85354;
}

.form-input {
  height: 48px;
  margin-bottom: 20px;
  padding: 12px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #f4f7fb;
  border-radius: 100px;
  background-color: transparent;
  -webkit-transition: all 200ms cubic-bezier(.215, .61, .355, 1);
  transition: all 200ms cubic-bezier(.215, .61, .355, 1);
  color: #303436;
  font-size: 16px;
  line-height: 100%;
}

.form-input:hover {
  background-color: #f1f2f5;
}

.form-input:active {
  border-style: solid;
  border-width: 1px;
  border-color: #b8d7f7;
}

.form-input:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #b8d7f7;
}

.form-input::-webkit-input-placeholder {
  color: #b1c7d2;
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
}

.form-input:-ms-input-placeholder {
  color: #b1c7d2;
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
}

.form-input::-ms-input-placeholder {
  color: #b1c7d2;
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
}

.form-input::placeholder {
  color: #b1c7d2;
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
}

.form-check-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
  margin-bottom: 12px;
  padding: 15px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
}

.form-check-box.mod--default {
  margin-right: 0px;
  margin-bottom: 20px;
  padding: 0px;
}

.form-check {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #f4f7fb;
  border-radius: 100px;
  background-color: transparent;
  -webkit-transition: all 200ms cubic-bezier(.215, .61, .355, 1);
  transition: all 200ms cubic-bezier(.215, .61, .355, 1);
  cursor: pointer;
}

.form-check:hover {
  background-color: rgba(41, 107, 207, 0.1);
}

.form-check:active {
  background-color: rgba(41, 107, 207, 0.1);
}

.form-check.w--redirected-checked {
  border-style: solid;
  border-width: 1px;
  border-color: #0c2d83;
  border-radius: 100px;
  background-color: rgba(41, 107, 207, 0.1);
  background-image: none;
}

.form-check.w--redirected-focus {
  box-shadow: none;
}

.form-check.mod--textarea-click {
  margin-top: 0px;
}

.form-check-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 30px;
  -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;
}

.form-check-wrapper.mod--modal {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding-top: 30px;
  -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;
  border-top: 1px solid #f4f7fb;
}

.text--link {
  display: inline-block;
  padding-bottom: 2px;
  -webkit-transition: border-color 200ms cubic-bezier(.215, .61, .355, 1);
  transition: border-color 200ms cubic-bezier(.215, .61, .355, 1);
  color: #0c2d83;
  text-decoration: none;
}

.text--link.mod--footer {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  color: #fff;
  text-align: right;
}

.text--link.mod--footer:hover {
  opacity: 0.6;
}

.text--link.mod--cookie {
  display: inline;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  color: #fff;
}

.text--link.mod--cookie:hover {
  opacity: 0.75;
}

.footer-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding-top: 30px;
  -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;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 45px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.logo-atman {
  width: 80px;
}

.footer-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-33.mod--left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.footer-33.mod--right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.modal-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 21;
  display: none;
  overflow: auto;
  padding-top: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.modal-close {
  position: relative;
  top: auto;
  right: auto;
  display: block;
  width: 14px;
  height: 14px;
  cursor: pointer;
  -o-object-fit: cover;
  object-fit: cover;
}

.modal-mask {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(11, 37, 76, 0.6);
  opacity: 0;
  cursor: pointer;
}

.modal-content {
  position: relative;
  right: auto;
  bottom: auto;
  width: 70%;
  max-width: 1920px;
  margin-top: 50px;
  margin-bottom: 50px;
  border-radius: 2px;
  background-color: #fff;
}

.modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 30px 60px;
  -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;
  border-bottom: 1px solid #f4f7fb;
}

.button-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #f840a6;
  border-radius: 2px;
  -webkit-transition: background-color 300ms cubic-bezier(.645, .045, .355, 1);
  transition: background-color 300ms cubic-bezier(.645, .045, .355, 1);
  text-decoration: none;
}

.button-2:hover {
  background-color: rgba(248, 64, 166, 0.25);
}

.button-2.mod--full {
  margin-right: 0px;
  margin-left: 0px;
  border-color: #f840a6;
  background-color: #f840a6;
  -webkit-transition-property: none;
  transition-property: none;
}

.button-scroll {
  position: fixed;
  left: auto;
  top: auto;
  right: 5%;
  bottom: 30px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  min-height: 60px;
  min-width: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #0c2d83;
  box-shadow: 7px 7px 20px 1px rgba(32, 33, 36, 0.03);
  -webkit-transition: background-color 200ms cubic-bezier(.215, .61, .355, 1);
  transition: background-color 200ms cubic-bezier(.215, .61, .355, 1);
}

.button-scroll:hover {
  background-color: #051d44;
}

.button-scroll.hidden {
  display: none;
}

.button-scroll-img {
  width: 15px;
  min-width: 15px;
}

.header-burger {
  display: none;
}

.box-100 {
  width: 100%;
}

.box-100.mod--header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  padding-top: 50px;
  -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;
  border-top: 1px solid #f4f7fb;
}

.box-100.mod--qa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  padding-top: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #f4f7fb;
}

.cms-wrapper {
  position: relative;
  width: 100%;
  background-color: transparent;
}

.cms-wrapper.mod--projects-page.swiper-container {
  overflow: hidden;
}

.cms-wrapper.mod--news-label {
  width: auto;
}

.cms-item {
  position: relative;
  width: 100%;
}

.cms-item.mod--qa {
  margin-bottom: 24px;
}

.cms-item.mod--qa:last-child {
  margin-bottom: 0px;
}

.cms-item.mod--news-label {
  display: inline;
}

.cms-item.mod--news-container {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cms-item.mod--news-cat {
  width: auto;
  margin-right: 8px;
  margin-bottom: 8px;
}

.cms-item.mod--news-cat:last-child {
  margin-right: 0px;
  margin-bottom: 0px;
}

.cms-item.mod--card-report {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid rgba(5, 29, 68, 0.1);
}

.cms-item.mod--card-report:first-child {
  margin-top: 0px;
  padding-top: 0px;
  border-top-width: 0px;
  border-top-color: transparent;
}

.main-4-title-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 240px;
  margin-right: 45px;
  padding-top: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid rgba(241, 242, 245, 0.1);
}

.main-4-el {
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card-qa-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid transparent;
  background-color: #fff;
  -webkit-transition: background-color 200ms cubic-bezier(.215, .61, .355, 1);
  transition: background-color 200ms cubic-bezier(.215, .61, .355, 1);
  cursor: pointer;
}

.card-qa-top:hover {
  background-color: #f1f2f5;
}

.button-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  min-height: 24px;
  min-width: 24px;
  margin-left: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-img.mod--1 {
  margin-left: 0px;
}

.button-img.mod--2 {
  display: block;
  margin-left: 0px;
}

.button-img.mod--card-news {
  width: 20px;
  height: 20px;
  min-height: 20px;
  min-width: 20px;
  margin-left: 12px;
}

.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs-projects {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs-projects-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: 30px;
  -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;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 7px 7px 20px 1px rgba(32, 32, 32, 0.03);
}

.tabs-projects-menu-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  -webkit-transition: background-color 200ms cubic-bezier(.215, .61, .355, 1);
  transition: background-color 200ms cubic-bezier(.215, .61, .355, 1);
}

.tabs-projects-menu-link:hover {
  background-color: rgba(12, 45, 131, 0.05);
}

.tabs-projects-menu-link.w--current {
  background-color: rgba(12, 45, 131, 0.1);
}

.tabs-projects-menu-link.mod--line {
  border-left: 1px solid rgba(5, 29, 68, 0.1);
}

.tabs-projects-content {
  width: 100%;
}

.project-banner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1440px;
  margin: 0px 5% 120px;
  padding: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 2px;
  background-color: #303436;
  box-shadow: 7px 7px 20px 1px rgba(32, 32, 32, 0.03);
}

.cookie {
  position: fixed;
  left: 5%;
  top: auto;
  bottom: 30px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 600px;
  padding: 20px 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  border: 0px none #000;
  border-radius: 4px;
  background-color: #0c2d83;
  box-shadow: 7px 7px 20px 1px rgba(32, 32, 32, 0.03);
}

.cookie__button {
  padding: 16px 24px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: background-color 200ms cubic-bezier(.215, .61, .355, 1);
  transition: background-color 200ms cubic-bezier(.215, .61, .355, 1);
  font-family: Gilroy, sans-serif;
  color: #0c2d83;
  line-height: 100%;
  font-weight: 600;
  letter-spacing: 0.08ch;
  text-transform: uppercase;
}

.cookie__button:hover {
  background-color: rgba(241, 242, 245, 0.9);
}

.mod--hidden {
  display: none;
}

.mob--links {
  z-index: 1;
  display: none;
}

.header-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 45px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.form-title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f4f7fb;
}

.mod--number {
  color: #b1c7d2;
  font-size: 32px;
}

.form-subtitle {
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid #f4f7fb;
}

.form-subtitle.mod--noline {
  padding-top: 0px;
  border-top-width: 0px;
  border-top-color: transparent;
}

.check-default {
  width: 18px;
  height: 18px;
  min-height: 18px;
  min-width: 18px;
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 0px;
  border-width: 2px;
  border-color: #b1c7d2;
}

.check-default.w--redirected-checked {
  border-color: #438dfb;
  background-color: #0c2d83;
  background-size: 80%;
}

.inner-aside {
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
  width: 30%;
  min-width: 30%;
  margin-left: 30px;
}

.inner-content {
  width: 70%;
  padding: 50px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 7px 7px 20px 1px rgba(32, 32, 32, 0.03);
}

.inner-content.mod--100 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.inner-content.mod--100.mod--more {
  margin-bottom: 0px;
  padding: 45px 0px 0px;
  border-top: 1px solid rgba(5, 29, 68, 0.1);
  background-color: transparent;
  box-shadow: none;
}

.inner-content.mod--100.mod--more.mod--hidden {
  display: none;
}

.inner-content.mod--100.mod--nobg {
  margin-bottom: 50px;
  padding: 45px 0px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(5, 29, 68, 0.1);
  background-color: transparent;
  box-shadow: none;
}

.inner-content.mod--100.mod--news {
  margin-bottom: 0px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 0px solid transparent;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: none;
}

.inner-content.mod--100.mod--hidden {
  display: none;
}

.inner-content.mod--100.mod--schema {
  margin-bottom: 100px;
  padding: 0px;
  border-top: 0px solid transparent;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: none;
}

.inner-content.mod--table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.inner-content.mod--table.mod--hidden {
  display: none;
}

.inner-content.mod--news-cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.modal-form-info {
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 2px;
  background-color: #f1f2f5;
}

.card-team-modal {
  margin-top: 10px;
}

.main-2-img {
  width: 200px;
  height: 200px;
  min-height: 200px;
  min-width: 200px;
  margin-right: 50px;
}

.main-2-author {
  width: 100%;
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid rgba(5, 29, 68, 0.1);
}

.main-2-author.mod--mob {
  display: none;
}

.main-2-author-text {
  width: 50%;
}

.main-3-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid rgba(5, 29, 68, 0.1);
}

.main-3-content {
  width: 70%;
}

.main-3-aside {
  width: 27%;
  padding: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(5, 29, 68, 0.1);
  border-radius: 4px;
}

.main-3-aside-header {
  width: 100%;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(5, 29, 68, 0.1);
}

.main-3-aside-header.mod--new {
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.main-3-aside-el {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-3-aside-el.mod--last {
  margin-bottom: 0px;
}

.main-3-aside-el.mod--new {
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
  transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
  text-decoration: none;
}

.main-3-aside-el.mod--new:hover {
  opacity: 0.6;
}

.main-3-aside-img {
  width: 60px;
  height: 60px;
  min-height: 60px;
  min-width: 60px;
  margin-right: 15px;
  border-radius: 4px;
}

.main-3-aside-img.mod--new {
  width: 120px;
  height: 120px;
  min-height: 120px;
  min-width: 120px;
  margin-right: 0px;
  margin-bottom: 30px;
}

.header-box-top {
  display: none;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(241, 242, 245, 0.1);
  -webkit-transition: all 200ms cubic-bezier(.215, .61, .355, 1);
  transition: all 200ms cubic-bezier(.215, .61, .355, 1);
}

.main-4-img {
  width: 150px;
  height: 150px;
  min-height: 150px;
  min-width: 150px;
  margin-bottom: 30px;
}

.main-5-title-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 45px;
  padding-top: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(241, 242, 245, 0.1);
}

.main-5-el {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: rgba(241, 242, 245, 0.05);
}

.main-5-box {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.main-6-title-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 45px;
  padding-top: 45px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  border-top: 1px solid rgba(5, 29, 68, 0.1);
}

.card-news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 7px 7px 20px 1px rgba(32, 33, 36, 0.03);
}

.card-news-img {
  width: 100%;
  height: 240px;
  min-height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
}

.card-news-img-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 240px;
  max-height: 240px;
  min-height: 240px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
  transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
}

.card-news-img-link:hover {
  opacity: 0.6;
}

.card-news-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.logo-ano {
  height: 20px;
  min-height: 20px;
}

.footer-social {
  -webkit-transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
  transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
}

.footer-social:hover {
  opacity: 0.6;
}

.footer-social.mod--margin {
  margin-left: 30px;
}

.footer-social-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 4vw;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-4-el-box {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-box-ano {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-box-lang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 85px;
  height: 36px;
  margin-left: 4vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(241, 242, 245, 0.1);
  border-radius: 4px;
}

.dec-first {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  height: 100%;
}

.inner-img {
  overflow: hidden;
  width: 100%;
  margin-bottom: 30px;
  border-radius: 4px;
}

.inner-img.mod--aside {
  margin-bottom: 20px;
}

.box-70 {
  width: 70%;
}

.box-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 27%;
  margin-left: 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.inner-title {
  width: 100%;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(5, 29, 68, 0.1);
}

.inner-content-img {
  width: 100%;
  border-radius: 4px;
}

.inner-content-img.mod--sm {
  width: 160px;
  height: 160px;
  min-height: 160px;
  min-width: 160px;
}

.inner-more-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 240px;
  margin-right: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.inner-more-buttons {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.more-img {
  width: 80px;
  height: 80px;
  min-height: 80px;
  min-width: 80px;
  margin-right: 24px;
}

.button-more-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab-img {
  width: 120px;
  height: 120px;
  min-height: 120px;
  min-width: 120px;
  margin-right: 24px;
  border-radius: 4px;
}

.inner-nobg-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.inner-photo-lg {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.inner-photo-lg.mod--sm {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.photo-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.photo-card-img {
  width: 180px;
  height: 180px;
  min-height: 180px;
  min-width: 180px;
  margin-right: 30px;
  border-radius: 4px;
}

.photo-card-img.mod--sm {
  width: 120px;
  height: 120px;
  min-height: 120px;
  min-width: 120px;
  margin-right: 20px;
}

.photo-card-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mod--footer-label {
  color: rgba(241, 242, 245, 0.75);
}

.contacts-map-info {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 40%;
  max-width: 400px;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 50px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 7px 7px 10px 1px rgba(0, 64, 111, 0.02);
}

.contacts-map-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 600px;
  border-radius: 4px;
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.contacts-map {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  overflow: hidden;
  border-radius: 24px;
}

.contacts-link-img {
  width: 18px;
  height: 18px;
  min-height: 18px;
  min-width: 18px;
  margin-right: 10px;
}

.contacts-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  text-decoration: none;
}

.contacts-link:hover {
  opacity: 0.75;
}

.contacts-map-adress {
  width: 100%;
  padding-top: 15px;
  border-top: 1px solid rgba(5, 29, 68, 0.1);
}

.card-news-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.table-wrapper {
  width: 100%;
}

.table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.table-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid rgba(5, 29, 68, 0.1);
}

.table-line.mod--header {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(5, 29, 68, 0.1);
  border-radius: 4px;
  background-color: #f3f4f9;
  box-shadow: 7px 7px 20px 1px rgba(15, 35, 58, 0.03);
}

.table-line.mod--hidden {
  display: none;
}

.table-line.mod--highlight {
  background-color: rgba(157, 166, 189, 0.1);
}

.table-scroll {
  display: none;
}

.box--table-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18%;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(12, 45, 131, 0.02);
}

.box--table-row.mod--rows-3 {
  width: 25%;
}

.box--table-row.mod--header {
  padding-right: 20px;
  padding-left: 20px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: transparent;
}

.box--table-row.mod--header.mod--rows-3 {
  width: 25%;
}

.box--table-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-3-new {
  width: 100%;
  padding: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(5, 29, 68, 0.1);
  border-radius: 4px;
}

.main-3-aside-el-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.schema-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.schema-el {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(12, 45, 131, 0.1);
}

.schema-container-header {
  width: 100%;
  margin-bottom: 45px;
  padding-bottom: 45px;
  border-bottom: 1px solid rgba(5, 29, 68, 0.1);
}

.schema {
  width: 100%;
}

.schema-img-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  max-width: 24px;
  min-width: 24px;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.schema-img {
  width: 24px;
  height: 24px;
  min-height: 24px;
  min-width: 24px;
}

.main-2-map {
  width: 45%;
  margin-right: 5%;
}

.main-2-buttons {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 25px;
  padding-top: 25px;
  grid-auto-columns: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px solid rgba(5, 29, 68, 0.1);
}

.card-material-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 90%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card-material-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-material {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding: 15px 24px;
  -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;
  border-radius: 4px;
  background-color: rgba(12, 45, 131, 0.05);
  -webkit-transition: background-color 200ms cubic-bezier(.215, .61, .355, 1);
  transition: background-color 200ms cubic-bezier(.215, .61, .355, 1);
  text-decoration: none;
}

.card-material:hover {
  background-color: rgba(12, 45, 131, 0.1);
}

.card--material-img {
  width: 50px;
  height: 50px;
  margin-right: 20px;
  border-radius: 4px;
}

.card-material-icon {
  width: 24px;
  height: 24px;
  min-height: 24px;
  min-width: 24px;
  margin-left: 12px;
}

.material-container {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.inner-content-aside {
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 7px 7px 20px 1px rgba(32, 32, 32, 0.03);
}

.inner-content-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 20px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid rgba(5, 29, 68, 0.1);
}

.inner-labels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cms-list.mod--news-label {
  display: inline;
}

.cms-list.mod--news-container {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.cms-list.mod--news-cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cms-list.mod--news-cat-container {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.cms-empty {
  display: none;
}

.cms-empty.mod--news-cat-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(5, 29, 68, 0.1);
  border-radius: 4px;
  background-color: transparent;
}

.inner-content-aside-box {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(12, 45, 131, 0.1);
}

.inner-content-aside-box.mod--hor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.news-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3.75vw;
  height: 3.75vw;
  max-height: 60px;
  max-width: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: rgba(12, 45, 131, 0.1);
  -webkit-transition: background-color 200ms cubic-bezier(.215, .61, .355, 1);
  transition: background-color 200ms cubic-bezier(.215, .61, .355, 1);
}

.news-social:hover {
  background-color: rgba(12, 45, 131, 0.2);
}

.news-social-img {
  width: 1.75vw;
  height: 1.75vw;
  max-height: 24px;
  max-width: 24px;
}

.news-label-cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 30%;
  margin-right: 30px;
  padding-right: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right: 1px solid #f4f7fb;
}

.news-label-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cms-empty-img {
  width: 120px;
  height: 120px;
  min-height: 120px;
  min-width: 120px;
  margin-bottom: 30px;
}

.card-news-link {
  width: 100%;
  -webkit-transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
  transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
  text-decoration: none;
}

.card-news-link:hover {
  opacity: 0.6;
}

.card-report {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card-report.mod--first {
  margin-top: 0px;
  padding-top: 0px;
  border-top-color: transparent;
}

.card-report-text {
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card-report-img {
  width: 320px;
  min-width: 320px;
}

.card-report-img-link {
  margin-right: 50px;
  -webkit-transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
  transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
}

.card-report-img-link:hover {
  opacity: 0.6;
}

.card-report-text-link {
  margin-top: 15px;
  margin-bottom: 30px;
  -webkit-transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
  transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
  text-decoration: none;
}

.card-report-text-link:hover {
  opacity: 0.6;
}

.card-report-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 30px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

@media screen and (max-width: 991px) {
  .screen {
    margin-bottom: 50px;
  }

  .screen.mod--header-container {
    background-color: #051d44;
  }

  .screen.mod--first {
    padding-top: 120px;
    padding-bottom: 150px;
  }

  .screen.mod--footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .screen.mod--second {
    margin-top: -75px;
    padding-bottom: 50px;
  }

  .screen.mod--main-4 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .screen.mod--first-page {
    padding-top: 100px;
    background-image: none;
  }

  .screen.mod--first-page.mod--tab {
    padding-bottom: 90px;
  }

  .screen.mod--inner {
    margin-bottom: 50px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .content.mod--main-2 {
    margin-bottom: 50px;
    padding: 30px;
  }

  .content.mod--form {
    padding: 30px;
  }

  .content.mod--banner-black {
    padding: 30px 40px;
  }

  .content.mod--main-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content.mod--banner-white {
    margin-bottom: 50px;
  }

  .content.mod--banner-blue {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .content.mod--project-about {
    margin-bottom: 50px;
  }

  .content.mod--inner-2 {
    padding: 0px;
  }

  .content.mod--inner-2.mod--margin {
    margin-bottom: 75px;
  }

  .content.mod--main-5 {
    margin-top: 50px;
  }

  .content.mod--inner-1 {
    padding: 0px;
  }

  .content.mod--quote {
    margin-bottom: 30px;
    padding: 30px;
  }

  .text--sm-bold {
    font-size: 12px;
  }

  .text--lg-up {
    font-size: 16px;
  }

  .text--lg-bold {
    font-size: 16px;
  }

  .text--lg-bold.mod--main-2 {
    font-size: 14px;
  }

  .text--xs-bold {
    font-size: 10px;
  }

  .text--rich h2 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 32px;
  }

  .text--rich h1 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 36px;
  }

  .text--rich h3 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 28px;
  }

  .text--rich h4 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 24px;
  }

  .text--rich h5 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 20px;
  }

  .text--rich h6 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 14px;
  }

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

  .text--rich li {
    font-size: 14px;
  }

  .text--rich blockquote {
    padding: 15px;
    font-size: 14px;
  }

  .text--h4 {
    font-size: 24px;
  }

  .text--h4.mod--404 {
    max-width: 320px;
  }

  .text--sm-up {
    font-size: 12px;
  }

  .text--sm-up.mod--schema-el {
    margin-bottom: 10px;
  }

  .text--lg {
    font-size: 16px;
  }

  .text--lg.mod--main-2 {
    font-size: 16px;
  }

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

  .text--xs-up {
    font-size: 10px;
  }

  .text--xs-up.mod--button {
    font-size: 12px;
  }

  .text--xs-up.mod--button.mod--header {
    color: #f1f2f5;
    font-size: 14px;
  }

  .text--xs-up.mod--header-link {
    margin-bottom: 20px;
    margin-left: 0vw;
    font-size: 14px;
  }

  .text--xs-up.mod--header-link.w--current {
    border-bottom-color: #303436;
  }

  .text--xs-up.mod--header-link.mod--mob {
    display: block;
    margin-bottom: 30px;
  }

  .text--xs-up.mod--header-link.mod--lang {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .text--xs-up.mod--header-link.mod--lang.mod--active {
    margin-top: 0px;
  }

  .text--xs-up.mod--breadcrumbs-line {
    margin-right: 9px;
    margin-left: 9px;
    font-size: 10px;
  }

  .text--xs-up.mod--breadcrumbs-text {
    font-size: 10px;
  }

  .text--xs-up.mod--breadcrumbs-link {
    font-size: 10px;
  }

  .text--xs-up.mod--header-info {
    color: #303436;
    font-size: 14px;
  }

  .text--xs-up.mod--footer-link {
    margin-left: 15px;
    font-size: 14px;
  }

  .text--xs-up.mod--footer-link.w--current {
    border-bottom-color: #303436;
  }

  .text--h3 {
    font-size: 28px;
  }

  .text--h3.mod--main-4 {
    max-width: none;
    text-align: center;
  }

  .text--h5 {
    font-size: 20px;
  }

  .text--h5.mod--sm {
    font-size: 18px;
  }

  .text--h5.mod--tab {
    font-size: 18px;
  }

  .text--md-up {
    font-size: 14px;
  }

  .text--sm {
    font-size: 12px;
  }

  .text--sm.mod--header-separator.mod--lang {
    margin-right: 12px;
    margin-left: 12px;
    font-size: 14px;
  }

  .text--sm.mod--form {
    font-size: 12px;
  }

  .text--sm.mod--team-button {
    padding: 8px 12px;
    font-size: 10px;
  }

  .text--sm.mod--photo-card {
    font-size: 14px;
  }

  .text--md-bold {
    font-size: 14px;
  }

  .text--md-bold.mod--header-link-bottom {
    margin-right: 0vw;
    margin-bottom: 20px;
    font-size: 20px;
  }

  .text--md-bold.mod--main-3-aside.mod--new {
    font-size: 18px;
  }

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

  .text--xs.mod--footer {
    font-size: 12px;
  }

  .text--h6 {
    font-size: 16px;
  }

  .text--h1 {
    font-size: 36px;
  }

  .text--h1.mod--first {
    width: 100%;
  }

  .text--h2 {
    font-size: 32px;
  }

  .header-bottom {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid transparent;
  }

  .logo-cir {
    height: 32px;
    min-height: 32px;
  }

  .logo-cir.mod--mob {
    display: block;
  }

  .logo-cir.mod--footer {
    display: block;
  }

  .logo-link.mod--header.w--current {
    margin-bottom: 0px;
  }

  .header-box-nav {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: -1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 100%;
    height: 0vh;
    min-width: 100%;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #051d44;
  }

  .button {
    padding: 12px 24px;
  }

  .button.mod--video-white {
    margin-right: 0px;
    padding: 9px 20px;
  }

  .button.mod--form-bottom {
    padding: 16px 28px;
    font-size: 12px;
  }

  .button.mod--white {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
  }

  .button.mod--white.mod--header {
    margin-top: 45px;
    margin-bottom: 30px;
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: #0c2d83;
  }

  .button.mod--white.mod--header:hover {
    background-color: #051d44;
  }

  .button.mod--tabs-more {
    display: none;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .button.mod--blue-light.mod--form-sm {
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 8px 18px;
  }

  .button.mod--blue-light.mod--main-3 {
    width: 100%;
    min-width: auto;
    margin-right: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .button.mod--blue-light.mod--more {
    width: 100%;
    min-width: auto;
    margin-right: 0px;
    padding-right: 16px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header-box-bottom {
    width: 90%;
    margin: 150px 5% 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .header-box-lang {
    margin-top: 20px;
    margin-left: 0vw;
  }

  .first-dec.mod--cloud-mask {
    top: 0px;
  }

  .steps-header {
    margin-bottom: 60px;
  }

  .form {
    width: 60%;
  }

  .form.mod--project-page {
    padding: 20px;
  }

  .form-check-box {
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 8px 12px;
  }

  .form-check-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .text--link.mod--footer {
    font-size: 12px;
  }

  .footer-bottom {
    margin-top: 20px;
    padding-top: 20px;
  }

  .footer-info {
    margin-left: 3vw;
  }

  .logo-atman {
    width: 70px;
  }

  .modal-header {
    padding: 20px;
  }

  .button-scroll {
    width: 45px;
    height: 45px;
    min-height: 45px;
    min-width: 45px;
  }

  .button-scroll-img {
    width: 12px;
    min-width: 12px;
  }

  .header-burger {
    display: block;
    width: 24px;
    height: 24px;
    min-height: 24px;
    min-width: 24px;
  }

  .main-4-title-box {
    width: 100%;
    min-width: auto;
    margin-right: 0px;
    margin-bottom: 30px;
    padding-top: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-4-el {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .button-img.mod--1 {
    display: none;
  }

  .breadcrumbs {
    margin-bottom: 15px;
  }

  .project-banner {
    margin-bottom: 50px;
    padding: 40px;
  }

  .cookie {
    right: 190px;
    max-width: 480px;
  }

  .cookie__button {
    font-size: 12px;
  }

  .mob--links {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    padding-top: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-top: 1px solid #f4f7fb;
  }

  .header-info {
    margin-right: 15px;
    margin-bottom: 0px;
    margin-left: 15px;
    color: #303436;
  }

  .inner-aside {
    top: 90px;
    width: 40%;
    min-width: 40%;
    margin-left: 20px;
  }

  .inner-content {
    padding: 30px;
  }

  .inner-content.mod--100 {
    margin-bottom: 30px;
  }

  .inner-content.mod--100.mod--more {
    padding-top: 30px;
  }

  .inner-content.mod--100.mod--nobg {
    padding-top: 30px;
  }

  .inner-content.mod--100.mod--schema {
    margin-bottom: 75px;
  }

  .inner-content.mod--table {
    margin-bottom: 30px;
  }

  .inner-content.mod--news-cat {
    margin-bottom: 20px;
    padding: 20px;
  }

  .main-2-img {
    width: 120px;
    height: 120px;
    min-height: 120px;
    min-width: 120px;
    margin-right: 30px;
  }

  .main-2-author {
    margin-top: 15px;
    padding-top: 15px;
  }

  .main-3-buttons {
    display: -ms-grid;
    display: grid;
    margin-top: 15px;
    padding-top: 15px;
    grid-auto-columns: 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .main-3-aside {
    padding: 15px;
  }

  .main-3-aside-header {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .main-3-aside-header.mod--new {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .main-3-aside-img {
    width: 36px;
    height: 36px;
    min-height: 36px;
    min-width: 36px;
    margin-right: 10px;
  }

  .main-3-aside-img.mod--new {
    width: 90px;
    height: 90px;
    min-height: 90px;
    min-width: 90px;
  }

  .header-box-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin: 20px 5% 0px;
    padding-top: 20px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top: 1px solid rgba(241, 242, 245, 0.1);
    border-bottom-width: 0px;
    border-bottom-color: transparent;
  }

  .main-4-img {
    width: 90px;
    height: 90px;
    min-height: 90px;
    min-width: 90px;
    margin-bottom: 20px;
  }

  .main-5-title-box {
    margin-bottom: 30px;
    padding-top: 30px;
  }

  .main-5-el {
    padding: 15px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .main-5-box {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .main-6-title-box {
    margin-bottom: 30px;
    padding-top: 30px;
  }

  .card-news-img {
    height: 180px;
    min-height: 180px;
  }

  .card-news-img-link {
    height: 180px;
    max-height: 180px;
    min-height: 180px;
  }

  .footer-box-lang {
    margin-left: 15px;
  }

  .inner-more-title {
    width: 140px;
    min-width: 140px;
    margin-right: 20px;
  }

  .inner-more-buttons {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .more-img {
    width: 60px;
    height: 60px;
    min-height: 60px;
    min-width: 60px;
    margin-right: 16px;
  }

  .tab-img {
    width: 90px;
    height: 90px;
    min-height: 90px;
    min-width: 90px;
    margin-right: 16px;
  }

  .inner-nobg-title {
    margin-bottom: 30px;
  }

  .photo-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .photo-card-img {
    width: 90px;
    height: 90px;
    min-height: 90px;
    min-width: 90px;
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .photo-card-img.mod--sm {
    width: 90px;
    height: 90px;
    min-height: 90px;
    min-width: 90px;
    margin-right: 0px;
  }

  .contacts-map-info {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 30px;
    border-radius: 12px;
  }

  .contacts-map-container {
    border-radius: 12px;
  }

  .contacts-map {
    border-radius: 12px;
  }

  .contacts-link-img {
    width: 14px;
    height: 14px;
    min-height: 14px;
    min-width: 14px;
    margin-right: 8px;
  }

  .contacts-link {
    margin-right: 20px;
    margin-bottom: 10px;
  }

  .main-3-new {
    padding: 30px;
  }

  .main-3-aside-el-container {
    grid-column-gap: 15px;
  }

  .schema-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    grid-auto-columns: 1fr;
  }

  .schema-el {
    padding: 15px;
  }

  .schema-container-header {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .main-2-buttons {
    margin-top: 15px;
    padding-top: 15px;
    grid-auto-columns: 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .inner-content-aside {
    width: 100%;
  }

  .inner-content-share {
    width: 100%;
  }

  .cms-list.mod--news-cat-container {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .news-social {
    width: 4.75vw;
    height: 4.75vw;
  }

  .news-label-cat {
    margin-right: 20px;
    padding-right: 20px;
  }

  .card-report {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .card-report-img {
    width: 160px;
    min-width: 160px;
  }

  .card-report-img-link {
    margin-right: 30px;
  }

  .card-report-text-link {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .card-report-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
}

@media screen and (max-width: 767px) {
  .screen {
    margin-bottom: 30px;
  }

  .screen.mod--first {
    padding-top: 90px;
    padding-bottom: 120px;
  }

  .screen.mod--footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .screen.mod--second {
    margin-top: -75px;
    padding-bottom: 30px;
  }

  .screen.mod--main-4 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .screen.mod--inner {
    margin-bottom: 30px;
  }

  .content.mod--main-2 {
    margin-bottom: 30px;
    padding: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .content.mod--form {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content.mod--banner-black {
    position: relative;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .content.mod--main-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .content.mod--banner-white {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .content.mod--banner-blue {
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .content.mod--project-about {
    margin-bottom: 30px;
  }

  .content.mod--inner-2 {
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content.mod--inner-2.mod--margin {
    margin-bottom: 50px;
  }

  .content.mod--main-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .content.mod--main-5 {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .content.mod--main-6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content.mod--inner-1 {
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content.mod--quote {
    margin-bottom: 30px;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .text--sm-bold {
    font-size: 12px;
  }

  .text--lg-up {
    font-size: 16px;
  }

  .text--lg-bold {
    font-size: 16px;
  }

  .text--xs-bold {
    font-size: 10px;
  }

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

  .text--sm-up {
    font-size: 12px;
  }

  .text--lg {
    font-size: 16px;
  }

  .text--lg.mod--main-4 {
    max-width: none;
  }

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

  .text--xs-up {
    font-size: 10px;
  }

  .text--xs-up.mod--button.mod--header {
    font-size: 12px;
  }

  .text--xs-up.mod--header-link {
    font-size: 12px;
  }

  .text--xs-up.mod--header-link.w--current {
    font-size: 12px;
  }

  .text--xs-up.mod--footer-info {
    margin-right: 12px;
    margin-left: 12px;
  }

  .text--xs-up.mod--header-info {
    margin-right: 12px;
    margin-left: 12px;
    font-size: 12px;
  }

  .text--xs-up.mod--footer-link {
    margin-bottom: 20px;
    margin-left: 0px;
    font-size: 12px;
  }

  .text--xs-up.mod--footer-link.w--current {
    font-size: 12px;
  }

  .text--h3 {
    font-size: 24px;
  }

  .text--h3.mod--main-4 {
    font-size: 24px;
  }

  .text--h3.mod--main-5 {
    font-size: 24px;
  }

  .text--h3.mod--banner-news {
    width: 100%;
    max-width: none;
    font-size: 20px;
  }

  .text--h5.mod--photo-card {
    font-size: 16px;
  }

  .text--h5.mod--tab {
    font-size: 16px;
  }

  .text--h5.mod--news-cat-label {
    font-size: 16px;
  }

  .text--md-up {
    font-size: 14px;
  }

  .text--sm {
    font-size: 12px;
  }

  .text--sm.mod--table-cell {
    font-size: 12px;
    line-height: 130%;
  }

  .text--md-bold {
    font-size: 14px;
  }

  .text--md-bold.mod--header-link-bottom {
    font-size: 16px;
  }

  .text--md-bold.mod--main-3-aside.mod--new {
    font-size: 16px;
  }

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

  .text--xs.mod--form {
    text-align: center;
  }

  .text--xs.mod--footer {
    margin-bottom: 15px;
    text-align: center;
  }

  .text--xs.mod--footer.mod--centered {
    text-align: center;
  }

  .text--xs.mod--card-material {
    font-size: 10px;
  }

  .text--h6.mod--table-title {
    font-size: 12px;
  }

  .text--h6.mod--card-material {
    font-size: 14px;
  }

  .text--h1.mod--first {
    margin-bottom: 0px;
    font-size: 32px;
  }

  .text--h2 {
    font-size: 24px;
  }

  .logo-cir {
    height: 28px;
    min-height: 28px;
  }

  .logo-link.mod--footer {
    margin-bottom: 30px;
  }

  .header-box-nav {
    overflow: scroll;
  }

  .button.mod--video-white.mod--video {
    width: 48%;
    height: 44px;
  }

  .button.mod--form-bottom {
    width: 100%;
    margin-bottom: 20px;
    padding: 16px 24px;
  }

  .button.mod--white.mod--header {
    padding: 12px 20px;
  }

  .button.mod--tabs-more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .button.mod--blue-light.mod--form-sm {
    margin-top: 0px;
    margin-left: 10px;
  }

  .button.mod--blue-light.mod--banner-news {
    min-width: 160px;
    padding: 8px 12px;
  }

  .button.mod--blue-light.mod--card-report {
    margin-top: 12px;
  }

  .button.mod--blue-light.mod--reports {
    min-width: 160px;
    padding: 8px 12px;
  }

  .button.mod--card-report {
    margin-right: 0px;
    padding: 8px 16px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-dec.mod--left {
    min-width: 200px;
  }

  .first-dec.mod--cloud-mask {
    top: 70px;
  }

  .screen-video-bg {
    position: relative;
    width: 100%;
    height: 200px;
  }

  .video-left {
    width: 100%;
  }

  .form {
    width: 100%;
  }

  .form-bottom {
    margin-top: 20px;
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer-info-wrapper {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-info {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0vw;
  }

  .footer-33 {
    width: 100%;
    margin-bottom: 15px;
  }

  .footer-33.mod--left {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-33.mod--right {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .modal-wrapper {
    padding-top: 30px;
  }

  .modal-close {
    width: 12px;
    height: 12px;
  }

  .button-2 {
    padding: 6px 12px;
  }

  .button-scroll {
    bottom: 75px;
  }

  .box-100.mod--header {
    margin-bottom: 30px;
    padding-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .box-100.mod--qa {
    margin-bottom: 30px;
    padding-top: 30px;
  }

  .main-4-title-box {
    width: 100%;
  }

  .main-4-el {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .breadcrumbs {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
  }

  .tabs-projects-menu {
    width: 100%;
    margin-bottom: 30px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .tabs-projects-menu-link {
    width: 50%;
  }

  .project-banner {
    margin-bottom: 30px;
    padding: 30px 20px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .cookie {
    left: 5%;
    right: 5%;
    bottom: 15px;
    width: 90%;
    max-width: none;
  }

  .cookie__button {
    margin-left: 20px;
    padding: 12px 20px;
  }

  .header-info {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0vw;
  }

  .inner-aside {
    position: relative;
    top: 0px;
    width: 100%;
    min-width: auto;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .inner-content {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
  }

  .inner-content.mod--100 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .inner-content.mod--100.mod--more {
    padding-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .inner-content.mod--100.mod--nobg {
    padding-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .inner-content.mod--100.mod--news {
    padding-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .inner-content.mod--100.mod--schema {
    margin-bottom: 30px;
    padding-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .main-2-img {
    width: 90px;
    height: 90px;
    min-height: 90px;
    min-width: 90px;
    margin-right: 0px;
  }

  .main-2-author.mod--mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-left: 15px;
    padding-top: 0px;
    padding-left: 15px;
    border-left: 1px solid rgba(5, 29, 68, 0.1);
    border-top-width: 0px;
    border-top-color: transparent;
  }

  .main-2-author.mod--pc {
    display: none;
  }

  .main-3-content {
    width: 100%;
    margin-bottom: 30px;
  }

  .main-3-aside {
    width: 100%;
  }

  .main-3-aside-header.mod--new {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .main-3-aside-img.mod--new {
    width: 60px;
    height: 60px;
    min-height: 60px;
    min-width: 60px;
    margin-bottom: 20px;
  }

  .main-4-img {
    margin-right: 20px;
    margin-bottom: 0px;
  }

  .main-5-title-box {
    width: 100%;
  }

  .main-5-box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .main-6-title-box {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .card-news-img {
    height: 160px;
    min-height: 160px;
  }

  .card-news-img-link {
    height: 160px;
    max-height: 160px;
    min-height: 160px;
  }

  .card-news-content {
    padding: 15px;
  }

  .logo-ano {
    height: 16px;
    min-height: 16px;
  }

  .footer-social-box {
    margin-left: 0vw;
  }

  .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-4-el-box {
    width: 100%;
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .main-2-img-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-box-ano {
    margin-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-box-lang {
    margin-left: 0px;
  }

  .inner-img {
    display: none;
  }

  .box-70 {
    width: 100%;
  }

  .box-30 {
    width: 100%;
    margin-bottom: 30px;
    margin-left: 0%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .inner-title {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .inner-content-img {
    max-width: 160px;
  }

  .inner-content-img.mod--sm {
    width: 75px;
    height: 75px;
    min-height: 75px;
    min-width: 75px;
  }

  .inner-more-title {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
    padding-bottom: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .tab-img {
    width: 60px;
    height: 60px;
    min-height: 60px;
    min-width: 60px;
  }

  .inner-nobg-title {
    width: 100%;
    margin-right: 0px;
    padding-bottom: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .inner-photo-lg.mod--sm {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .contacts-map-info {
    width: 90%;
    max-width: none;
    min-width: auto;
    margin-right: 5%;
    margin-bottom: 0px;
    margin-left: 5%;
    padding: 20px;
  }

  .table-line.mod--header {
    top: 75px;
  }

  .box--table-row {
    padding: 10px;
  }

  .box--table-row.mod--header.mod--rows-3 {
    padding: 10px;
  }

  .main-3-new {
    width: 100%;
    padding: 20px;
  }

  .schema-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .schema {
    width: 100%;
  }

  .schema-img-box {
    margin: 10px 0px;
  }

  .schema-img {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .card-material-content {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .card-material {
    padding: 10px 15px;
  }

  .card--material-img {
    width: 32px;
    height: 32px;
    margin-right: 15px;
  }

  .card-material-icon {
    width: 20px;
    height: 20px;
    min-height: 20px;
    min-width: 20px;
  }

  .inner-content-aside {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
  }

  .inner-content-share {
    width: 100%;
  }

  .cms-empty.mod--news-cat-container {
    padding: 30px;
  }

  .news-social {
    width: 45px;
    height: 45px;
    max-height: 45px;
    max-width: 45px;
  }

  .news-social-img {
    width: 16px;
    height: 16px;
  }

  .cms-empty-img {
    width: 90px;
    height: 90px;
    min-height: 90px;
    min-width: 90px;
  }

  .card-report {
    margin-top: 30px;
    padding-top: 30px;
  }

  .card-report-img {
    width: 90px;
    min-width: 90px;
  }

  .card-report-img-link {
    margin-right: 20px;
  }

  .card-report-text-link {
    margin-bottom: 10px;
  }

  .card-report-buttons {
    max-width: 180px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .screen.mod--inner {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .content.mod--main-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .content.mod--project-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .content.mod--inner-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content.mod--inner-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text--xs-up.mod--footer-info {
    margin-bottom: 5px;
  }

  .text--xs-up.mod--header-info {
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .text--sm.mod--header-separator {
    display: none;
  }

  .text--sm.mod--header-separator.mod--lang {
    display: block;
  }

  .button.mod--video-white.mod--video {
    width: 100%;
    margin-bottom: 15px;
  }

  .button.mod--blue-light.mod--form-sm {
    margin-top: 10px;
    margin-left: 0px;
  }

  .button.mod--blue-light.mod--banner-news {
    margin-top: 15px;
  }

  .button.mod--blue-light.mod--reports {
    margin-top: 15px;
  }

  .button.mod--blue.mod--project-page {
    width: 100%;
    padding: 12px 24px;
  }

  .button.mod--blue.mod--404 {
    width: 100%;
    max-width: 280px;
    padding: 12px 24px;
  }

  .first-dec.mod--left {
    min-width: 280px;
  }

  .button-2 {
    padding: 6px 12px;
  }

  .box-100.mod--header {
    margin-bottom: 30px;
    padding-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .tabs-projects-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .tabs-projects-menu-link {
    width: 100%;
  }

  .tabs-projects-menu-link.mod--line {
    border-top: 1px solid rgba(5, 29, 68, 0.1);
    border-left-width: 0px;
    border-left-color: transparent;
  }

  .cookie {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cookie__button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 15px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mob--links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .inner-content.mod--news-cat {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-2-author-text {
    width: 100%;
  }

  .main-3-aside-header.mod--new {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .main-3-aside-el.mod--new {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-3-aside-img.mod--new {
    width: 60px;
    height: 60px;
    min-height: 60px;
    min-width: 60px;
    margin-right: 20px;
    margin-bottom: 0px;
  }

  .main-6-title-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .box-30.mod--tab {
    display: none;
  }

  .inner-content-img {
    max-width: 120px;
  }

  .inner-more-buttons {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .inner-photo-lg {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .inner-photo-lg.mod--sm {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .contacts-link {
    margin-right: 0px;
  }

  .table-wrapper {
    max-width: 100%;
  }

  .table {
    overflow: scroll;
  }

  .table-line {
    min-width: 700px;
  }

  .table-line.mod--header {
    position: relative;
    top: 0px;
  }

  .table-scroll {
    display: block;
    width: 24px;
    height: 24px;
    min-height: 24px;
    min-width: 24px;
    margin-bottom: 15px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .main-3-aside-el-container {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .schema-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    grid-auto-columns: 1fr;
  }

  .main-2-map {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 15px;
  }

  .card-material-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card--material-img {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .cms-list.mod--news-container {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .cms-list.mod--news-cat-container {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .news-social {
    width: 36px;
    height: 36px;
  }

  .news-label-cat {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    padding-right: 0px;
  }
}

#w-node-_0925f18c-23c2-a607-e419-09003b3084ed-3e80e5ad {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_6622327e-4da3-36df-4e32-18d09ff00185-3e80e5ad {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-d28469f5-372a-c87e-3773-723cceed2847-3e80e5ad {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-d28469f5-372a-c87e-3773-723cceed2853-3e80e5ad {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_2d1764c6-94ac-8458-0938-a427cb3c871a-8280e5ae {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_2d1764c6-94ac-8458-0938-a427cb3c8726-8280e5ae {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_0e1bccbd-8b30-b1b8-53aa-38adaafdc03b-8280e5ae {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_0e1bccbd-8b30-b1b8-53aa-38adaafdc047-8280e5ae {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/gilroy-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/gilroy-semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}