* {
  box-sizing: border-box;
}
body,
textarea,
input {
  font-size: 14px;
  line-height: 1.2;
}
html,
body,
p,
div,
ul,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
ul {
  list-style-type: none;
}
.reset-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  -ms-appearance: none;
  appearance: none!important;
}
.reset-select::-ms-expand {
  display: none;
}
body,
input,
select,
button,
textarea {
  font-family: 'Roboto Condensed', sans-serif;
}
h1 {
  font-size: 32px;
  font-weight: normal;
}
body a:hover,
body a:focus {
  text-decoration: none;
}
.container {
  width: 1235px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
section.breadcrumb {
  background-color: #fff;
}
@media screen and (max-width: 1305px) {
  .container {
    width: 976px;
  }
}
@media screen and (max-width: 1046px) {
  .container {
    width: 752px;
  }
}
@media screen and (max-width: 822px) {
  .container {
    width: 95%;
  }
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/RobotoCondensed-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/RobotoCondensed-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/RobotoCondensed-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/RobotoCondensed-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/RobotoCondensed-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/RobotoCondensed-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.header {
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.header.menu-opened {
  padding-bottom: 900px;
}
.header.menu-opened + div,
.header.menu-opened + section {
  margin-top: -900px;
}
.header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 180px;
}
.header__logo-box {
  display: flex;
  align-items: center;
}
.header__logo-img {
  margin-right: 42px;
  height: 134px;
}
.header__logo-text {
  font-family: Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #292e59;
  font-size: 25px;
  letter-spacing: -0.04em;
  max-width: 580px;
}
.header__buttons {
  display: flex;
}
.header__button {
  width: 63px;
  height: 57px;
  background-color: #292e59;
  cursor: pointer;
}
.header__button--search {
  background: #292e59 url(../images/search.svg) center center no-repeat;
}
.header__button--humb {
  margin-right: 16px;
  position: relative;
  display: none;
}
.header__button--humb div {
  position: absolute;
  left: 12px;
  right: 12px;
  height: 3px;
  background-color: #fff;
}
.header__button--humb div:nth-child(1) {
  top: 12px;
}
.header__button--humb div:nth-child(2) {
  top: 27px;
}
.header__button--humb div:nth-child(3) {
  top: 42px;
}
.header__menu {
  background-color: #f5f7ff;
}
.header__menu:after {
  content: '';
  display: block;
  height: 48px;
  background-color: #6b7089;
}
.header__menu-close {
  display: none;
}
.header__menu-items {
  display: flex;
  align-items: center;
  position: relative;
}
.header__menu-item {
  height: 70px;
}
.header__menu-item:not(:last-child) {
  margin-right: 70px;
}
.header__menu-item > a {
  font-size: 22px;
  line-height: 70px;
  color: #32325d;
  letter-spacing: 0.02em;
}
.header__menu-item > a.is-active {
  color: #c92425;
  border-bottom: 2px solid #c92425;
}
.header__menu-item:hover > a {
  color: #c92425;
}
.header__menu-item:hover .header__menu-subitems {
  display: flex;
}
.header__menu-item:hover>a:after {
  content: "";
  position: relative;
  display: flex;
  left: -70px;
  width: calc(100% + 140px);
  height: 100%;
  bottom: 100%;
}
.header__menu-subitems:hover {
  display: flex;
}

.header__menu-subitems {
  position: absolute;
  display: none;
  transition-delay: 1s;
  align-items: center;
  top: 70px;
  height: 48px;
}
.header__menu-subitems:nth-child(2) {
  left: 0;
}
.header__menu-subitem:not(:last-child) {
  margin-right: 54px;
}
.header__menu-subitem > a {
  font-size: 22px;
  color: #cbd0ec;
  letter-spacing: 0.02em;
}
.header__menu-subitem > a:hover {
  color: #fff;
}
@media screen and (max-width: 1305px) {
  .header {
    position: relative;
  }
  .header__button--humb {
    display: block;
  }
  .header__menu {
    position: absolute;
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #292e59 ;
    width: 350px;
    right: -350px;
    top: 60px;
    transition: 0.3s;
  }
  .header__menu:after {
    display: none;
  }
  .header__menu.is-visible {
    right: 0;
  }
  .header__menu-close {
    display: block;
    height: 30px;
    width: 30px;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
  }
  .header__menu-close:before {
    content: '';
    position: absolute;
    height: 2px;
    left: 0;
    right: 0;
    top: 50%;
    background-color: #fff;
    transform: rotate(45deg);
  }
  .header__menu-close:after {
    content: '';
    position: absolute;
    height: 2px;
    left: 0;
    right: 0;
    top: 50%;
    background-color: #fff;
    transform: rotate(135deg);
  }
  .header__menu-items {
    display: block;
    position: relative;
    width: 350px;
  }
  .header__menu-item {
    height: auto;
    margin-bottom: 12px;
    position: relative;
  }
  .header__menu-item:not(:last-child) {
    margin-right: 80px;
  }
  .header__menu-item > a {
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
    letter-spacing: 0.02em;
  }
  .header__menu-item:hover > a {
    color: #fff;
    opacity: 0.7;
  }
  .header__menu-item:hover .header__menu-subitems {
    display: block;
  }
  .header__menu-subitems {
    position: relative;
    display: block;
    align-items: center;
    top: 0px;
    height: auto;
    margin-top: 6px;
  }
  .header__menu-subitems:nth-child(2) {
    left: 0;
  }
  .header__menu-subitem {
    margin-bottom: 4px;
    padding-left: 16px;
  }
  .header__menu-subitem:not(:last-child) {
    margin-right: 0;
  }
  .header__menu-subitem > a {
    font-size: 20px;
    color: #fff;
    letter-spacing: 0.02em;
    font-weight: 300;
  }
  .header__menu-subitem > a:hover {
    color: #fff;
    opacity: 0.7;
  }
}
@media screen and (max-width: 1046px) {
  .header__menu {
    top: 40px;
  }
  .header__top {
    height: 120px;
  }
  .header__logo-img {
    margin-right: 30px;
    height: 80px;
  }
  .header__button {
    width: 40px;
    height: 40px;
  }
  .header__button--humb {
    margin-right: 8px;
  }
  .header__button--humb div {
    left: 9px;
    right: 9px;
    height: 3px;
    background-color: #fff;
  }
  .header__button--humb div:nth-child(1) {
    top: 9px;
  }
  .header__button--humb div:nth-child(2) {
    top: 19px;
  }
  .header__button--humb div:nth-child(3) {
    top: 29px;
  }
  .header__logo-text {
    font-size: 18px;
    max-width: 450px;
  }
}
@media screen and (max-width: 822px) {
  .header__logo-img {
    margin-right: 10px;
    height: 60px;
  }
  .header__logo-text {
    font-size: 12px;
    max-width: 280px;
    padding-right: 8px;
  }
}
.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999;
  display: none;
}
.search-overlay.is-visible {
  display: block;
}
.search {
  position: fixed;
  top: -100px;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  transition: 0.3s;
  z-index: 9999;
}
.search.is-visible {
  top: 0;
}
.search__input {
  outline: none;
  height: 45px;
  border-radius: 12px;
  border: 1px solid #ededed;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  width: 100%;
}
.search__submit {
  background-color: #292e59;
  color: #fff;
  border: none;
  border-radius: 12px;
  height: 45px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  outline: none;
  cursor: pointer;
  margin-left: 20px;
  margin-right: 20px;
  flex-shrink: 0;
}
.search__submit:hover {
  opacity: 0.8;
}
.search__close {
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
}
.search__close:before {
  content: '';
  position: absolute;
  background-color: #999;
  width: 100%;
  height: 3px;
  left: 0;
  right: 0;
  top: 11px;
  transform: rotate(45deg);
}
.search__close:after {
  content: '';
  position: absolute;
  background-color: #999;
  width: 3px;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 11px;
  transform: rotate(45deg);
}
.banner {
  background: url(../images/banner.png) center center no-repeat;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 190px;
}
.banner .container {
  padding-left: 66px;
  padding-right: 14px;
}
.banner__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.banner__text {
  width: 47%;
  font-size: 30px;
  color: #fff;
  letter-spacing: -0.03em;
}
.banner__contacts {
  padding-top: 40px;
  padding-bottom: 4px;
  padding-left: 60px;
  padding-right: 50px;
  width: 51%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.banner__contacts div {
  width: 45%;
  margin-bottom: 40px;
}
.banner__email {
  background: url(../images/email.svg?v=2) 0 center no-repeat;
  padding-left: 40px;
}
.banner__email span {
  font-size: 19px;
  color: #232857;
}
.banner__email a {
  font-size: 22px;
  color: #4a4f87;
}
.banner__phone {
  background: url(../images/phone.svg) 0 center no-repeat;
  font-size: 22px;
  padding-left: 40px;
  /*min-height: 23px;*/
}
.banner__phone span{
  font-size: 19px;
  color: #232857;
}
.banner__phone a {
  color: #4a4f87;
  font-size: 22px;
}
.banner__button {
  height: 59px;
  line-height: 59px;
  background-color: #fff;
  font-size: 18px;
  display: inline-block;
  padding-left: 67px;
  padding-right: 67px;
  color: #292e59;
  cursor: pointer;
}
.banner__button:hover {
  background-color: #6b7089;
  color: #fff;
}
@media screen and (max-width: 1305px) {
  .banner {
    padding-top: 100px;
  }
  .banner .container {
    padding-left: 0;
    padding-right: 0;
  }
  .banner__text {
    width: 42%;
    font-size: 28px;
    color: #fff;
    letter-spacing: -0.03em;
  }
  .banner__contacts {
    padding-top: 50px;
    padding-bottom: 0px;
    padding-left: 30px;
    padding-right: 30px;
    width: 56%;
  }
  .banner__contacts div {
    width: 45%;
    margin-bottom: 60px;
  }
  .banner__email {
    background: url(../images/email.png) 0 center no-repeat;
    padding-left: 40px;
  }
  .banner__email span {
    font-size: 19px;
    color: #232857;
  }
  .banner__email a {
    font-size: 22px;
    color: #4a4f87;
  }
}
@media screen and (max-width: 1046px) {
  .banner {
    padding-bottom: 200px;
    padding-top: 50px;
  }
  .banner__row {
    display: block;
  }
  .banner__text {
    width: 100%;
    font-size: 22px;
    color: #fff;
    letter-spacing: -0.03em;
    margin-bottom: 30px;
  }
  .banner__contacts {
    padding-top: 50px;
    padding-bottom: 0px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 540px) {
  .banner__contacts {
    padding-top: 50px;
    padding-bottom: 0px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
  }
  .banner__contacts div {
    width: 100%;
    margin-bottom: 40px;
  }
  .banner__button {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    text-align: center;
  }
}
.info {
  margin-top: -160px;
  margin-bottom: 145px;
  position: absolute;
  left: 0;
  right: 0;
}
.info__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.info__item {
  width: 20%;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 20px;
  background-color: #fff;
}
.info__item img {
  margin-bottom: 20px;
}
.info__item span {
  display: block;
  text-align: center;
  font-size: 24px;
  color: #585858;
  max-width: 180px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1046px) {
  .info__item span {
    font-size: 20px;
  }
  .info__item img {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 822px) {
  .info {
    position: relative;
    margin-bottom: 60px;
  }
  .info__items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .info__item {
    width: 50%;
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 460px) {
  .info__item {
    width: 100%;
  }
}
.articles {
  background: url(../images/section_bg.png) center top repeat-y;
  background-size: 95% auto;
  padding-top: 180px;
  padding-bottom: 160px;
}
.articles__tabs {
  width: 501px;
  height: 59px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  margin-bottom: 60px;
}
.articles__tabs.is-active-1 {
  background: url(../images/tab1.png) center center no-repeat;
}
.articles__tabs.is-active-1 .articles__tab-1 {
  color: #fff;
}
.articles__tabs.is-active-1 .articles__tab-2 {
  color: #5b5f8a;
  cursor: pointer;
}
.articles__tabs.is-active-1 .articles__tab-2:hover {
  color: #9497be;
}
.articles__tabs.is-active-2 {
  background: url(../images/tab2.png) center center no-repeat;
}
.articles__tabs.is-active-2 .articles__tab-1 {
  color: #5b5f8a;
  cursor: pointer;
}
.articles__tabs.is-active-2 .articles__tab-1:hover {
  color: #9497be;
}
.articles__tabs.is-active-2 .articles__tab-2 {
  color: #fff;
}
.articles__tab-1,
.articles__tab-2 {
  width: 50%;
  text-align: center;
  font-size: 31px;
  line-height: 59px;
  font-weight: bold;
}
.articles__pages {
  background-color: #fff;
}
.articles__page-1,
.articles__page-2 {
  display: none;
}
.articles__page-1.is-visible,
.articles__page-2.is-visible {
  display: block;
}
.articles__slider {
  border: 1px solid #b1b3c2;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 65px;
  padding-bottom: 90px;
}
.articles__slide {
  padding-left: 25px;
  padding-right: 19px;
  display: block;
  border-right: 3px solid #f4f4f7;
}
.articles__slide-title {
  color: #3f478b;
  font-size: 24px;
  letter-spacing: -0.02em;
  line-height: 1.28;
  margin-bottom: 24px;
}
.articles__slide-param {
  display: flex;
  font-size: 17px;
  line-height: 1.58;
  color: #878787;
}
.articles__slide-param-name {
  margin-right: 8px;
}
.articles__slide-param-value {
  font-weight: 300;
}
.articles__slider.owl-theme .owl-nav.disabled + .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
}
.articles__slider.owl-theme .owl-nav.disabled + .owl-dots button {
  outline: none;
}
@media screen and (max-width: 822px) {
  .articles {
    padding-top: 0px;
    padding-bottom: 110px;
  }
}
@media screen and (max-width: 550px) {
  .articles__tabs {
    width: 300px;
  }
  .articles__tabs {
    width: 300px;
    height: 40px;
    margin-bottom: 40px;
  }
  .articles__tab-1,
  .articles__tab-2 {
    font-size: 24px;
    line-height: 40px;
  }
  .articles__slider {
    padding-left: 10px;
    padding-right: 10px;
  }
  .articles__slide {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.form {
  background: url(../images/form_bg.png) center center no-repeat;
  background-size: cover;
  padding-top: 105px;
  padding-bottom: 90px;
}
.form__row {
  display: flex;
  justify-content: space-between;
}
.form__col-1 {
  width: 31%;
}
.form__col-2 {
  width: 59%;
}
.form__text-box {
  color: #fefeff;
  margin-bottom: 50px;
}
.form__title {
  font-size: 50px;
  line-height: 1.4;
  font-weight: 300;
  margin-bottom: 40px;
}
.form__text {
  font-size: 24px;
  font-weight: 300;
}
.form__subj {
  display: inline-block;
  width: 323px;
  color: #292e59;
  font-size: 20px;
  line-height: 54px;
  text-align: center;
  height: 54px;
  outline: none;
  border: none;
  cursor: pointer;
  margin-top: 30px;
  background-color: #efefef;
}
.form__subj:hover {
  background-color: #6b7089;
  color: #fff;
}
.form input[type="submit"] {
  display: inline-block;
  width: 323px;
  color: #292e59;
  font-size: 20px;
  height: 54px;
  outline: none;
  border: none;
  cursor: pointer;
  margin-top: 30px;
}
.form input[type="submit"]:hover {
  background-color: #6b7089;
  color: #fff;
}
.form input[type="text"],
.form input[type="datetime"],
.form input[type="datetime-local"],
.form input[type="email"],
.form select {
  width: 100%;
  height: 48px;
  background-color: #fff;
  padding-left: 22px;
  padding-right: 22px;
  margin-bottom: 13px;
  display: block;
  font-size: 17px;
  border: none;
  outline: none;
}
.form textarea {
  width: 100%;
  height: 110px;
  padding-top: 14px;
  padding-bottom: 6px;
  background-color: #fff;
  padding-left: 22px;
  padding-right: 22px;
  margin-bottom: 13px;
  display: block;
  font-size: 17px;
  border: none;
  outline: none;
}
.form__captcha {
  display: flex;
}
.form__captcha-img-box {
  height: 48px;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding-left: 22px;
  flex-shrink: 0;
}
.form__captcha-input {
  width: 100%;
}
.form__label {
  color: #fff;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 8px;
}
.form__hide {
  display: none;
}
.form__hide.is-visible {
  display: block;
}
@media screen and (max-width: 1046px) {
  .form {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .form__row {
    flex-wrap: wrap;
  }
  .form__col-1 {
    width: 100%;
  }
  .form__col-2 {
    width: 100%;
  }
  .form__title {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .form__text {
    font-size: 18px;
  }
}
.news {
  background: url(../images/section_bg.png) center top repeat-y;
  background-size: 95% auto;
  padding-top: 175px;
  padding-bottom: 186px;
}
.news__title {
  height: 58px;
  width: 147px;
  background-color: #292e59;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  line-height: 58px;
  position: relative;
}
.news__items {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #a9abbd;
  justify-content: space-between;
  background-color: #fff;
}
.news__item {
  max-width: 400px;
  padding-top: 74px;
  padding-bottom: 78px;
}
.news__item:first-child {
  margin-left: -1px;
}
.news__item:last-child {
  margin-right: -1px;
}
.news__item-img {
  width: 100%;
  display: block;
}
.news__item-title {
  padding-top: 35px;
  padding-bottom: 40px;
  font-size: 31px;
  line-height: 1.16;
  color: #666;
  text-align: left;
  background-color: #fff;
  max-height: 180px;
  overflow: hidden;
}
.news__item-text {
  color: #878787;
  line-height: 1.58;
  text-align: left;
  font-size: 20px;
  font-weight: 300;
  max-height: 125px;
  overflow: hidden;
}
.news__more {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: #292e59;
  height: 51px;
  width: 221px;
  font-size: 21px;
  letter-spacing: 0.025em;
  line-height: 51px;
  text-align: center;
  color: #fff;
}
.news__more:hover {
  opacity: 0.9;
}
@media screen and (max-width: 1046px) {
  .news__item {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .news__item-title {
    font-size: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .news__item-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 822px) {
  .news {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .news__item {
    padding-top: 40px;
    padding-bottom: 40px;
    width: 48%;
  }
  .news__item:nth-child(3) {
    display: none;
  }
  .news__item-title {
    font-size: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .news__item-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 560px) {
  .news {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .news__items {
    border: none;
  }
  .news__item {
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
  }
  .news__item:nth-child(3) {
    display: block;
  }
  .news__item-title {
    font-size: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .news__item-text {
    font-size: 16px;
  }
}
.footer {
  padding-top: 92px;
  padding-bottom: 120px;
  background-color: #292e59;
  overflow: hidden;
}
.footer a {
  color: #fff;
}
.footer__row {
  display: flex;
  justify-content: space-between;
  margin-right: -65px;
}
.footer__col {
  margin-right: 65px;
}
.footer__menu li a {
  font-size: 18px;
}
.footer__menu li a:hover {
  opacity: 0.7;
}
.footer__social {
  margin-top: 20px;
}
.footer__social a:not(:last-child) {
  margin-right: 12px;
}
.footer__social a:hover {
  opacity: 0.7;
}
.footer__search {
  cursor: pointer;
}
@media screen and (max-width: 1305px) {
  .footer__col:nth-child(6) {
    display: none;
  }
}
@media screen and (max-width: 1046px) {
  .footer {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .footer__row {
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-right: 0;
  }
  .footer__col {
    padding-left: 10px;
    padding-right: 10px;
    width: 33.33%;
    margin-bottom: 40px;
    margin-right: 0;
  }
}
@media screen and (max-width: 740px) {
  .footer__col {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .footer__col {
    width: 100%;
  }
  .footer__logo-img {
    height: 60px;
  }
}
.text {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 16px;
  line-height: 1.4;
}
.text h1 {
  font-size: 36px;
  font-weight: normal;
  margin-bottom: 20px;
}
.content {
  padding-top: 10px;
  padding-bottom: 40px;
  font-size: 18px;
  line-height: 1.4;
}
.content h1 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.content ul {
  padding-left: 30px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.content ul > li {
  list-style-type: none;
  position: relative;
  padding-left: 18px;
}
.content ul > li:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  top: 9px;
  left: 0;
  background-color: #292e59;
}
.content ul > li > ul > li {
  list-style-type: circle;
  padding-left: 0;
  margin-bottom: 0;
}
.content ul > li > ul > li:before {
  display: none;
}
.content li {
  margin-bottom: 8px;
}
.content p {
  margin-bottom: 8px;
}
.content h3 {
  margin-top: 20px;
  margin-bottom: 12px;
}
.content .warning {
  background-color: #fdd6d6;
  padding: 20px 20px 10px 20px;
  border-radius: 8px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.content span.ip {
  color: #c92425;
}
.timeline {
  padding-left: 40px;
  position: relative;
}
.timeline:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 20px;
  width: 5px;
  background-color: #292e59;
}
.timeline > li {
  list-style-type: none;
  margin-left: 19px;
  position: relative;
  border: 1px solid #e1e4f1;
  border-radius: 8px;
  padding: 10px 10px 10px 14px;
  background-color: #f5f7ff;
  margin-bottom: 20px;
}
.timeline > li:nth-child(1):before {
  content: '1';
}
.timeline > li:nth-child(2):before {
  content: '2';
}
.timeline > li:nth-child(3):before {
  content: '3';
}
.timeline > li:nth-child(4):before {
  content: '4';
}
.timeline > li:nth-child(5):before {
  content: '5';
}
.timeline > li:nth-child(6):before {
  content: '6';
}
.timeline > li:nth-child(7):before {
  content: '7';
}
.timeline > li:nth-child(8):before {
  content: '8';
}
.timeline > li:nth-child(9):before {
  content: '9';
}
.timeline > li:nth-child(10):before {
  content: '10';
}
.timeline > li:nth-child(11):before {
  content: '11';
}
.timeline > li:nth-child(12):before {
  content: '12';
}
.timeline > li:before {
  position: absolute;
  text-align: center;
  top: 6px;
  left: -55px;
  color: #292e59;
  font-size: 22px;
  font-weight: bold;
  border: 3px solid #292e59;
  width: 28px;
  height: 28px;
  border-radius: 16px;
  background-color: #fff;
}
.timeline > li:after {
  content: '';
  position: absolute;
  left: -10px;
  top: 12px;
  width: 18px;
  height: 18px;
  background-color: #f8f9fb;
  border-left: 1px solid #e1e4f1;
  border-top: 1px solid #e1e4f1;
  transform: rotate(-45deg);
}
.timeline > li > ul {
  margin-left: 4px;
}

.bx-newslist-title {
    max-height: 84px;
    overflow: hidden;
}

.bx-newslist-content {
    max-height: 80px;
    overflow: hidden;
}

.news__item-date {
  text-align: left;
  color: #aaa;
  font-size: 18px;
  margin-top: 8px;
  margin-bottom: 6px;
  font-weight: 200;
} 
.news__item-date span {
  font-weight: 400;
}
.news__item-tags {
  text-align: left;
  color: #aaa;
  font-size: 18px;
  margin-top: 10px;
  font-weight: 200;
  margin-bottom: 12px;
}
.news__item-tags span {
  font-weight: 400;
}
.news__item-tags a {
  color: #aaa;
}
.news__item-title, .news__item-date, .news__item-tags, .news__item-text {
  padding-left: 5%;
  padding-right: 5%;
}