:root {
  --sunflower-yellow: #f0db00;
  --brown-grey: #9b9b9b;
  --teal-blue: #0396ac;
  --ice-blue: #e3f7fa;
  --black: #000000;
}

@font-face {
  font-family: 'GothamProNarrow';
  src: url('../fonts/GothamProNarrow.ttf');
}

html, body {
  height: 100%;
}

/*html {
  -moz-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: gray; !* IE6-9 *!
  filter: grayscale(100%);
}*/

body {
  background-color: #e3f7fa;
  background-color: var(--ice-blue);
  font-family: 'Roboto', sans-serif;
}

* {
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

a:hover,
a:focus,
a:active {
  color: #e3f7fa;
  color: var(--teal-blue);
  text-decoration: none;
}

.open {
  overflow: hidden !important;
}

.ng-select.custom {
  border: 0px;
  min-height: 0px;
  border-radius: 0;
  border-color: #0396ac;
  border-color: var(--teal-blue);
}

.ng-select.custom .ng-select-container {
  min-height: 0px;
  border-radius: 0;
  border-color: #e3f7fa;
  border-color: var(--ice-blue);
}

.ng-select.custom .ng-select-container .ng-has {
  min-height: 0px;
  border-radius: 0;
  border-color: #e3f7fa;
  border-color: var(--ice-blue);
}

.ng-select.custom.ng-select-focused:not(.ng-select-opened) > .ng-select-container {
  min-height: 0px;
  border-radius: 0;
  border-color: #0396ac;
  border-color: var(--teal-blue);
}

.ng-select.ng-select-focused:not(.ng-select-opened) > .ng-select-container {
  min-height: 0px;
  border-radius: 0;
  border-color: #0396ac;
  border-color: var(--teal-blue);
}

.main-title {
  color: #0396ac;
  color: var(--teal-blue);
  letter-spacing: normal;
  display: inline-block;
  font-stretch: normal;
  line-height: normal;
  margin-bottom: 30px;
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
}

.main-title:hover {
  color: rgba(3, 150, 172, 0.8);
}

.main-title__white {
  letter-spacing: normal;
  display: inline-block;
  font-stretch: normal;
  margin-bottom: 30px;
  line-height: normal;
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  color: #fff;
}

.main-title__white:hover {
  color: rgba(255, 255, 255, .8);
}

.user-login img {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  cursor: pointer;
}

.user-login span {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  cursor: pointer;
}

.user-login a {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
}

li.user-login {
  height: 48px;
  padding-top: 7px;
}

.user-message.empty {
  opacity: .7;
}

.user-message__img {
  position: relative;
  margin-left: 10px;
}

span.badger {
  position: absolute;
  top: 8px;
  right: 0px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  background-color: #f0db00;
  background-color: var(--sunflower-yellow);
  text-align: center;
  border-radius: 50%;
  font-size: 8px;
  font-weight: bold;
  color: #494949;
}

.user-message {
  padding-right: 5px;
}

.wrapper {
  margin: 0 auto -188px;
  position: relative;
  padding: 0 0 188px;
  min-height: 100%;
  height: auto;
}

/* header */
.header-top {
  background-color: #0396ac;
  background-color: var(--teal-blue);
  line-height: 48px;
  overflow: hidden;
  height: 48px;
}

ul.header-top__menu {
  letter-spacing: normal;
  font-stretch: normal;
  font-weight: normal;
  font-style: normal;
  list-style: none;
  font-size: 14px;
  color: #fff;
  padding: 0;
  margin: 0;
}

ul.header-top__menu.mobile {
  display: none;
}

ul.header-top__menu li {
  display: inline-block;
  margin-right: 10px;
}

ul.header-top__menu li a {
  color: #fff;
}

ul.header-top__menu li a:hover {
  color: rgba(255, 255, 255, .8);
}

.header-top__menu .icon-menu {
  position: relative;
  font-size: 20px;
  top: 4px;
}

ul.header-top__right {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.header-top__right li {
  display: inline-block;
  position: relative;
  margin-left: 10px;
  overflow: hidden;
  line-height: 48px;
}

ul.header-top__right li:last-child {
  margin-left: 20px;
}

ul.header-top__right li a {
  color: #fff;
}

ul.header-top__right li a:hover {
  color: rgba(255, 255, 255, .8);
}

ul.header-top__right li.active a {
  color: #f0db00;
  color: var(--sunflower-yellow);
  font-weight: bold;
}

.header-top__right_login {
  border: solid 1px rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  padding: 5px 20px;
}

.header-top__right_login .icon-log-in {
  position: relative;
  margin-right: 5px;
  font-size: 16px;
  top: 2px;
}

.header-bottom__number {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #9b9b9b;
  color: var(--brown-grey);
}

.header-bottom__number a {
  color: #9b9b9b;
  color: var(--brown-grey);
}

.header-bottom__number a:hover {
  opacity: .8;
}

.header-bottom__number i.icon-phone-call {
  margin-right: 10px;
  font-size: 20px;
  position: relative;
  top: 2px;
  color: #0396ac;
  color: var(--teal-blue);
}

button.header-bottom__search_btn {
  -webkit-border-radius: 0 50% 50% 0;
  -moz-border-radius: 0 50% 50% 0;
  background-color: transparent;
  border-radius: 0 50% 50% 0;
  color: #0396ac;
  color: var(--teal-blue);
  position: absolute;
  line-height: 40px;
  font-size: 25px;
  border: none;
  height: 40px;
  width: 45px;
  top: 39px;
  right: 0;
}

button.header-bottom__search_btn i {
  position: relative;
  top: 1px;
}

button.header-bottom__search_btn:hover,
button.header-bottom__search_btn:focus,
button.header-bottom__search_btn:active {
  outline: none;
}

.header-bottom {
  background-color: #fff;
  margin-bottom: 30px;
  line-height: 118px;
  overflow: hidden;
  height: 118px;
}

.header-bottom__logo {
  width: 125px;
  height: 94px;
}

.header-bottom__search {
  height: 40px;
  width: 100%;
}

ul.header-bottom__social {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.header-bottom__social li {
  display: inline-block;
  margin-right: 15px;
}

ul.header-bottom__social li:first-child {
  margin-right: 30px;
}

ul.header-bottom__social li a.social {
  background-color: #0396ac;
  background-color: var(--teal-blue);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: inline-block;
  border-radius: 50%;
  line-height: 23px;
  font-size: 12px;
  height: 20px;
  width: 20px;
  color: #fff;
}

ul.header-bottom__social li a:hover {
  opacity: .8;
}

input.header-bottom__search:hover,
input.header-bottom__search:focus,
input.header-bottom__search:active {
  outline: none;
}

input.header-bottom__search {
  padding: 10px 45px 10px 20px;
  border: solid 1px #dadada;
  border-radius: 20px;
}

input.header-bottom__search:active,
input.header-bottom__search:hover,
input.header-bottom__search:focus {
  border-color: #0396ac;
  border-color: var(--teal-blue);
}

input.header-bottom__search::placeholder {
  font-size: 12px;
  color: #cdcdcd;
}

input.header-bottom__search:-ms-input-placeholder {
  font-size: 12px;
  color: #cdcdcd;
}

input.header-bottom__search:-ms-input-placeholder {
  font-size: 12px;
  color: #cdcdcd;
}

.header-bottom__search_block {
  position: relative;
}

.header-bottom.mobile button {
  background-color: transparent;
  -webkit-border-radius: 50%;
  border: solid 1px #dadada;
  color: #0396ac;
  color: var(--teal-blue);
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 43px;
  font-size: 20px;
  height: 43px;
  width: 43px;
}

.header-bottom.mobile button i {
  padding: 4px;
}

.header-bottom.mobile button:hover,
.header-bottom.mobile button:focus,
.header-bottom.mobile button:active {
  outline: none;
}

.header-bottom.mobile button:active {
  border-color: #0396ac;
  border-color: var(--teal-blue);
}

/* aside */
.side-nav {
  background-color: #0396ac;
  background-color: var(--teal-blue);
  -webkit-transition: 0s;
  -moz-transition: 0s;
  position: absolute;
  -o-transition: 0s;
  padding: 60px 0;
  transition: 0s;
  z-index: 1000;
  display: none;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
}

.side-nav__title {
  letter-spacing: normal;
  font-stretch: normal;
  margin-bottom: 50px;
  line-height: normal;
  position: relative;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  color: #fff;
}

.menu-toggle-close {
  color: #f0db00;
  color: var(--sunflower-yellow);
  position: absolute;
  cursor: pointer;
  font-size: 30px;
  right: 0;
  top: 0;
}

.table_1 {
  padding: 2px;
  min-width: 300px;
  display: flex;
  flex-flow: row wrap;
}

.table-cell_1 {
  flex: 1 59px;
}

.side-nav__list_title {
  color: #f0db00;
  color: var(--sunflower-yellow);
  letter-spacing: normal;
  font-stretch: normal;
  line-height: normal;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;

}

.side-nav__list ul {
  margin: 0 0 20px 0;
  list-style: none;
  display: block;
  padding: 0;
}

.side-nav__list a {
  letter-spacing: normal;
  font-stretch: normal;
  font-weight: normal;
  font-style: normal;
  line-height: 2.25;
  font-size: 14px;
  color: #fff;
}

.menu-toggle-close-choise {
  letter-spacing: normal;
  font-stretch: normal;
  font-weight: normal;
  font-style: normal;
  line-height: 2.25;
  font-size: 14px;
  color: black;
  text-wrap: normal;
}

.side-nav__list a:hover {
  color: rgba(255, 255, 255, .8);
}

.navbar-nav > li > a {
  color: #f0db00;
  color: var(--sunflower-yellow);
}

.navbar-collapse {
  position: absolute;
  top: 48px;
  width: 100%;
  background-color: #0396ac;
  background-color: var(--teal-blue);
  z-index: 999;
}

.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none;
  background-color: #05a9c1 !important;
  color: var(--sunflower-yellow);
}

.navbar-nav .open .dropdown-menu {
  background-color: #028a9e;
}

.navbar-nav .open .dropdown-menu > li > a {
  color: #fff;
}

/* footer */
.footer {
  background-color: #0396ac;
  background-color: var(--teal-blue);
  letter-spacing: normal;
  font-stretch: normal;
  font-weight: normal;
  font-style: normal;
  line-height: 1.27;
  padding-top: 25px;
  font-size: 11px;
  color: #fff;
}

.footer-top__logo,
.footer-top__name {
  margin-bottom: 20px;
}

.footer-top__phone p {
  position: relative;
  margin-right: 5px;
  font-size: 14px;
  top: 2px;
}
.footer-top__phone a {
  font-size: 12px;
  color: #ffffff;
  margin-left: 4px;
}

.footer-top__list_title {
  color: #f0db00;
  color: var(--sunflower-yellow);
  letter-spacing: normal;
  font-stretch: normal;
  line-height: normal;
  margin-bottom: 15px;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
}

.footer-top__list ul {
  margin: 0 0 20px 0;
  list-style: none;
  display: block;
  padding: 0;
}

.footer-top__list a {
  letter-spacing: normal;
  font-stretch: normal;
  font-weight: normal;
  font-style: normal;
  line-height: 2.25;
  font-size: 12px;
  color: #ffffff;
}

.footer-top__list a:hover {
  color: rgba(255, 255, 255, .8);
}

.footer-bottom {
  border-top: solid 1px #028295;
  padding: 22px 0;
}

.footer-bottom__copyright {
  letter-spacing: normal;
  font-stretch: normal;
  line-height: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 10px;
  opacity: 0.66;
  color: #fff;
}

.footer-top__phone {
  margin-bottom: 30px;
}

.mt-15 {
  margin-top: 15px;
}

/* left block */
.left-block {
  margin-bottom: 60px;
}

.left-block__president {
  background: url('../images/president.jpeg') center no-repeat;
  background-size: cover;
  position: relative;
  height: 325px;
}

.left-block__president:after {
  background-image: -webkit-linear-gradient(to bottom, rgba(238, 238, 238, 0), rgba(0, 0, 0, .8));
  background-image: -moz-linear-gradient(to bottom, rgba(238, 238, 238, 0), rgba(0, 0, 0, .8));
  background-image: -o-linear-gradient(to bottom, rgba(238, 238, 238, 0), rgba(0, 0, 0, .8));
  background-image: linear-gradient(to bottom, rgba(238, 238, 238, 0), rgba(0, 0, 0, .8));
  background-blend-mode: multiply;
  position: absolute;
  height: 208px;
  width: 100%;
  content: '';
  z-index: 10;
  bottom: 0;
  left: 0;
}

.left-block__content {
  position: absolute;
  padding: 25px;
  z-index: 101;
  width: 100%;
  bottom: 0;
  left: 0;
}

.left-block__content_title {
  font-size: 16px;
  color: #fff;
}

.left-block__content_name {
  color: #f0db00;
  color: var(--sunflower-yellow);
  letter-spacing: normal;
  font-stretch: normal;
  line-height: normal;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
}

.left-block__content_pred {
  color: #f0db00;
  color: white;
  letter-spacing: normal;
  font-stretch: normal;
  line-height: normal;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
}

.left-block__list {
  background-color: #fff;
  margin-bottom: 37px;
}

.left-block__item {
  border-bottom: solid 1px #e2e2e2;
  padding: 35px 20px 35px 60px;
  position: relative;
}

.left-block__item:last-child {
  border-bottom: none;
}

.left-block__item_icon {
  position: absolute;
  left: 20px;
  top: 33px;
}

.left-block__item_title {
  letter-spacing: normal;
  display: inline-block;
  font-stretch: normal;
  line-height: normal;
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  color: #494949;
}

.resolved {
  padding: 25px 80px 25px 25px;
  background-color: #fff;
  position: relative;
  display: block;
}

.resolved:hover .resolved__title {
  opacity: .8;
}

.resolved:hover .resolved__icon {
  opacity: .8;
}

.resolved__title {
  color: #0396ac;
  color: var(--teal-blue);
  letter-spacing: normal;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  line-height: 1.44;
  font-size: 16px;
}

.resolved__icon {
  position: absolute;
  right: 25px;
  top: 27px;
}

/* main carousel */
.main-carousel {
  margin-bottom: 30px;
  position: relative;
}

.main-carousel.mobile {
  display: none;
}

.main-carousel .owl-nav {
  position: absolute;
  bottom: 16px;
  right: 120px;
}

.main-carousel button {
  font-size: 30px !important;
  color: #fff !important;
  padding: 0 !important;
  line-height: normal;
  margin: 0;
}

.main-carousel .owl-nav button:hover,
.main-carousel .owl-nav button:focus,
.main-carousel .owl-nav button:active,
.main-carousel .owl-nav button span:hover,
.main-carousel .owl-nav button span:focus,
.main-carousel .owl-nav button span:active {
  background-color: transparent !important;
  outline: none !important;
  border: none !important;
}

.main-carousel .owl-nav button.owl-next {
  font-size: 30px !important;
  position: absolute;
  right: -100px;
  top: -1px;
}

.main-carousel__item {
  background-position: center center;
  background-size: cover;
  position: relative;
  height: 550px;
}

.main-carousel__item:before {
  background-image: -webkit-linear-gradient(to bottom, rgba(238, 238, 238, 0), rgba(0, 0, 0, .8));
  background-image: -moz-linear-gradient(to bottom, rgba(238, 238, 238, 0), rgba(0, 0, 0, .8));
  background-image: -o-linear-gradient(to bottom, rgba(238, 238, 238, 0), rgba(0, 0, 0, .8));
  background-image: linear-gradient(to bottom, rgba(238, 238, 238, 0), rgba(0, 0, 0, .8));
  background-blend-mode: multiply;
  position: absolute;
  height: 550px;
  content: '';
  width: 100%;
  bottom: 0;
  left: 0;
}

.main-carousel__info {
  position: absolute;
  padding: 35px;
  width: 100%;
  bottom: 0;
  left: 0;
}

.main-carousel__title {
  letter-spacing: normal;
  font-stretch: normal;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.29;
  font-weight: 900;
  font-size: 24px;
  color: #fff;
}

.main-carousel__title a {
  color: #fff;
}

.main-carousel__title a:hover {
  color: #0396ac;
  color: var(--teal-blue);
}

.main-carousel__date {
  color: #0396ac;
  color: var(--teal-blue);
  display: inline-block;
  font-weight: bold;
}

.main-carousel__number {
  font-family: 'GothamProNarrow', sans-serif;
  position: absolute;
  bottom: 30px;
  right: 65px;
}

.main-carousel__number_count {
  letter-spacing: normal;
  display: inline-block;
  font-stretch: normal;
  line-height: normal;
  font-style: normal;
  font-weight: bold;
  font-size: 27px;
  color: #fff;
}

.main-carousel__number_all {
  display: inline-block;
  letter-spacing: normal;
  font-stretch: normal;
  line-height: normal;
  font-style: normal;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  opacity: 0.63;
  color: #fff;
  top: -8px;
}

/* main news */
.main-news {
  margin-bottom: 30px;
}

.main-news__item {
  background-color: #fff;
  margin-bottom: 30px;
}

.main-news__item_img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 10px;
  height: 160px;
}

.main-news__item_date {
  color: #0396ac;
  color: var(--teal-blue);
  letter-spacing: normal;
  font-stretch: normal;
  margin-bottom: 13px;
  font-weight: normal;
  line-height: normal;
  font-style: normal;
  padding: 0 15px;
  font-size: 11px;
}

.main-news__item_date i.icon-calendar {
  margin-right: 5px;
  font-size: 12px;
}

.main-news__item_content {
  padding: 0 15px 15px 15px;
}

.main-news__item_title {
  letter-spacing: normal;
  font-stretch: normal;
  display: block;
  font-style: normal;
  line-height: 1.43;
  font-weight: 900;
  font-size: 14px;
  color: #494949;
  height: 80px;
  height: 80px;
}

/* main service */
.main-service {
  margin-bottom: 30px;
}

.main-service__item {
  border-top: 3px solid #f0db00;
  border-top: 3px solid var(--sunflower-yellow);
  background-color: #fff;
  margin-bottom: 30px;
  padding: 50px 10px;
  text-align: center;
  display: block;
}

.main-service__item:hover .main-service__item_title {
  color: #0396ac;
  color: var(--teal-blue);
}

.main-service__item_icon {
  margin-bottom: 25px;
  height: 40px;
}

.main-service__item_title {
  letter-spacing: normal;
  font-stretch: normal;
  line-height: normal;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  color: #494949;
}

.combo-block {
  margin-bottom: 70px;
}

/* main articles */
.main-articles {
  margin-bottom: 30px;
}

.main-articles__main-item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 370px;
}

.main-articles__main-item_title {
  letter-spacing: normal;
  font-stretch: normal;
  position: absolute;
  padding: 30px 20px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.4;
  font-size: 20px;
  color: #fff;
  z-index: 10;
  bottom: 0;
  left: 0;
}

.main-articles__main-item:after {
  background-image: -webkit-linear-gradient(to bottom, rgba(238, 238, 238, 0), var(--black));
  background-image: -moz-linear-gradient(to bottom, rgba(238, 238, 238, 0), var(--black));
  background-image: -o-linear-gradient(to bottom, rgba(238, 238, 238, 0), var(--black));
  background-image: linear-gradient(to bottom, rgba(238, 238, 238, 0), var(--black));
  background-blend-mode: multiply;
  position: absolute;
  height: 214px;
  content: '';
  width: 100%;
  bottom: 0;
  left: 0;
}

.main-articles__list {
  background-color: #fff;
  padding: 20px;
}

.main-articles__item {
  border-bottom: solid 1px #c3e1e5;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.main-articles__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.main-articles__item_date {
  color: #0396ac;
  color: var(--teal-blue);
  letter-spacing: normal;
  font-stretch: normal;
  line-height: normal;
  margin-bottom: 10px;
  font-weight: normal;
  font-style: normal;
  font-size: 11px;
}

.main-articles__item_date i.icon-calendar {
  margin-right: 5px;
  font-size: 12px;
}

.main-articles__item_title {
  letter-spacing: normal;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  line-height: 1.64;
  font-size: 14px;
  color: #494949;
  display: block;
}

/* main releases */
.releases {
  border-top: solid 2px #f0db00;
  border-top: solid 2px var(--sunflower-yellow);
  background-color: #fff;
  margin-bottom: 30px;
  position: relative;
  padding: 35px 20px;
}

.releases-block {
  position: relative;
}

.releases-block__item {
  margin-bottom: 30px;
  padding-right: 15px;
}

.releases-block__item:last-child {
  margin-bottom: 0;
}

.releases-block__item_date {
  color: #0396ac;
  color: var(--teal-blue);
  letter-spacing: normal;
  font-stretch: normal;
  line-height: normal;
  margin-bottom: 10px;
  font-weight: normal;
  font-style: normal;
  font-size: 11px;
}

.releases-block__item_date i.icon-calendar {
  margin-right: 5px;
  font-size: 12px;
}

.releases-block__item_title {
  letter-spacing: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.64;
  font-weight: 900;
  font-size: 14px;
  color: #494949;
  display: block;
}

.releases-block__list {
  position: relative;
  margin-right: -5px;
  overflow: auto;
  height: 558px;
}

.releases-block:after {
  background-image: -webkit-linear-gradient(to bottom, rgba(238, 238, 238, 0), #fff);
  background-image: -moz-linear-gradient(to bottom, rgba(238, 238, 238, 0), #fff);
  background-image: -o-linear-gradient(to bottom, rgba(238, 238, 238, 0), #fff);
  background-image: linear-gradient(to bottom, rgba(238, 238, 238, 0), #fff);
  background-blend-mode: multiply;
  position: absolute;
  height: 65px;
  width: 100%;
  content: '';
  bottom: 0;
}

.releases-block__list::-webkit-scrollbar {
  -webkit-border-radius: 2.5px;
  -moz-border-radius: 2.5px;
  border-radius: 2.5px;
  width: 5px;
}

.releases-block__list::-webkit-scrollbar-track {
  -webkit-border-radius: 2.5px;
  -moz-border-radius: 2.5px;
  border-radius: 2.5px;
  background: #e4e4e4;

}

.releases-block__list::-webkit-scrollbar-thumb {
  background: #0396ac;
  background: var(--teal-blue);
  -webkit-border-radius: 2.5px;
  -moz-border-radius: 2.5px;
  border-radius: 2.5px;

}

/* main project */
.main-projects {
  margin-bottom: 30px;
  position: relative;
}

.main-projects__item {
  background-color: #fff;
  margin-bottom: 10px;
  padding: 15px 60px;
  height: 118px;
  width: 100%;
}

.main-projects__item img {
  width: auto !important;
  margin: auto;
  height: 94px;
}

.project-carousel .owl-nav {
  position: absolute;
  top: -65px;
  right: 0;
}

.project-carousel .owl-nav button.disabled {
  background-color: transparent !important;
  border: 1px solid #6f6f6f !important;
  color: #a2a2a2 !important;
}

.project-carousel .owl-nav button {
  background-color: #0396ac !important;
  background-color: var(--teal-blue) !important;
  border: var(--teal-blue) !important;
  line-height: 1px !important;
  border-radius: 0 !important;
  color: #fff !important;
  text-align: center;
  height: 30px;
  width: 30px;
  margin: 0;
}

.project-carousel .owl-nav .owl-next {
  transform: rotate(180deg);
}

.project-carousel .owl-nav .owl-prev {
  transform: rotate(270deg);
}

.project-carousel .owl-nav button:hover,
.project-carousel .owl-nav button:focus,
.project-carousel .owl-nav button:active {
  outline: none;
}

.project-carousel .icon-chevron-left:before {
  content: "\e903";
  font-size: 27px;
}

.project-carousel .icon-chevron-right:before {
  content: "\e902";
  font-size: 27px;
}

/* main video */
.main-video {
  background-color: #343b41;
  padding: 50px 0;
}

.main-video__main-item_img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 15px;
  position: relative;
  height: 365px;
}

.main-video__main-item_link {
  background: url('../images/play.svg') no-repeat center;
  background-size: 55px;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.main-video__main-item_date {
  letter-spacing: normal;
  display: inline-block;
  margin-bottom: 20px;
  font-stretch: normal;
  font-weight: normal;
  line-height: normal;
  font-style: normal;
  font-size: 11px;
  color: #fff;
}

.main-video__main-item_date i.icon-calendar {
  margin-right: 5px;
}

.main-video__main-item_timer {
  color: #f0db00;
  color: var(--sunflower-yellow);
  letter-spacing: normal;
  font-stretch: normal;
  line-height: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 11px;
  float: right;
}

.main-video__main-item_timer i.icon-video {
  position: relative;
  margin-right: 5px;
  font-size: 14px;
  top: 1px;
}

.main-video__main-item_title {
  letter-spacing: normal;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  line-height: 1.5;
  font-size: 16px;
  color: #fff;
}

.main-video__item {
  margin-bottom: 30px;
}

.main-video__item_img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 15px;
  position: relative;
  height: 220px;
}

.main-video__item_link {
  background: url('../images/play.svg') no-repeat center;
  background-size: 42px;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.main-video__item_date {
  letter-spacing: normal;
  display: inline-block;
  margin-bottom: 20px;
  font-stretch: normal;
  font-weight: normal;
  line-height: normal;
  font-style: normal;
  font-size: 11px;
  color: #fff;
}

.main-video__item_date i.icon-calendar {
  margin-right: 5px;
}

.main-video__item_timer {
  color: #f0db00;
  color: var(--sunflower-yellow);
  letter-spacing: normal;
  font-stretch: normal;
  line-height: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 11px;
  float: right;
}

.main-video__item_timer i.icon-video {
  position: relative;
  margin-right: 5px;
  font-size: 14px;
  top: 1px;
}

.main-video__item_title {
  letter-spacing: normal;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  line-height: 1.5;
  font-size: 16px;
  color: #fff;
}

/* main-photo */
.main-photo {
  background-color: #2a3136;
  margin-bottom: 65px;
  padding: 40px 0;
}

.main-photo__item {
  margin-bottom: 30px;
}

.main-photo__item_img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 15px;
  position: relative;
  height: 270px;
}

.main-photo__item_img:after {
  background-image: -webkit-linear-gradient(to bottom, rgba(238, 238, 238, 0), var(--black));
  background-image: -moz-linear-gradient(to bottom, rgba(238, 238, 238, 0), var(--black));
  background-image: -o-linear-gradient(to bottom, rgba(238, 238, 238, 0), var(--black));
  background-image: linear-gradient(to bottom, rgba(238, 238, 238, 0), var(--black));
  background-blend-mode: multiply;
  position: absolute;
  height: 167px;
  width: 100%;
  content: '';
  bottom: 0;
  left: 0;
}

.main-photo__item_info {
  letter-spacing: normal;
  font-stretch: normal;
  line-height: normal;
  margin-bottom: 20px;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  color: #fff;
}

.main-photo__item_info i.icon-camera {
  margin-right: 5px;
}

.main-photo__item_title {
  letter-spacing: normal;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  line-height: 1.5;
  font-size: 16px;
  display: block;
  color: #fff;
}

/* partners */
.partners-carousel {
  margin: 0 auto;
  margin-bottom: 55px;
}

.partners-carousel .owl-nav {
  position: absolute;
  top: -65px;
  right: 0;
}

.partners-carousel .owl-nav button.disabled {
  background-color: transparent !important;
  border: 1px solid #6f6f6f !important;
  color: #a2a2a2 !important;
}

.partners-carousel .owl-nav button {
  background-color: #0396ac !important;
  background-color: var(--teal-blue) !important;
  border: 1px solid #0396ac !important;
  border: 1px solid var(--teal-blue) !important;
  line-height: 29px !important;
  border-radius: 0 !important;
  color: #fff !important;
  text-align: center;
  height: 30px;
  width: 30px;
  margin: 0;
}

.partners-carousel .owl-nav button:hover,
.partners-carousel .owl-nav button:focus,
.partners-carousel .owl-nav button:active {
  outline: none;
}

.partners-carousel .icon-chevron-left:before {
  content: "\e903";
  font-size: 27px;
}

.partners-carousel .icon-chevron-right:before {
  content: "\e902";
  font-size: 27px;
}

.partners-carousel .owl-nav .owl-next {
  transform: rotate(91deg);
}

.partners-carousel .owl-nav .owl-prev {
  transform: rotate(180deg);
}

.partners__item {
  border: solid 1px #a7d5dc;
  height: 117px;
  display: table-cell;
  width: 200px;
  vertical-align: middle;
}

.partners__item img {
  /*height: auto !important;
  width: auto !important;*/
  margin: auto;
  position: center;
  object-fit: contain;
}

.inbox {
  padding: 50px 0 100px;
}

.inbox__title {
  letter-spacing: normal;
  font-stretch: normal;
  color: #000000;
  color: var(--black);
  margin-bottom: 40px;
  line-height: normal;
  font-style: normal;
  text-align: left;
  font-weight: bold;
  font-size: 24px;
}

.inbox_message_producer {
  font-family: Roboto;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  color: var(--black);
  margin-left: 30px;
  text-align: left;

}

.message_title {
  padding-left: 20px;
  font-family: Roboto;
  padding-top: 15px;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #494949;
}

.inbox_checkbox {
  width: 40px;
  height: 59px;
  border: 2px;
  border-color: black;
  border-style: solid;
  position: center;
  padding: 20px 40px 60px 20px;
}

.inbox_message {
  padding-bottom: 10px;
  padding-top: 10px;
  padding-right: 10px;
  background-color: #ffffff;
  min-height: 119px;
}

.inbox_message_card {
  padding: 30px 30px 30px 30px;
}

.inbox_message_card_img {
  padding-left: 59px;
  width: 51px;
  height: 51px;

  /* или */
  margin-left: auto;
}

.inbox_img {
  width: 51px;
  height: 51px;
}

/* login page */
.site-login input:hover,
.site-login input:focus,
.site-login input:active,
.site-login button:active,
.site-login button:focus,
.site-login button:hover {
  outline: none;
}

.site-login {
  padding: 50px 0 100px;
}

.site-login__title {
  letter-spacing: normal;
  font-stretch: normal;
  color: #000000;
  color: var(--black);
  margin-bottom: 40px;
  line-height: normal;
  font-style: normal;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
}

.site-login__input input {
  border: solid 1px #abd7dd;
  background-color: #ffffff;
  padding: 7.5px 15px;
  margin-bottom: 30px;
  border-radius: 2px;
  width: 100%;
}

.site-login__input input:hover,
.site-login__input input:focus,
.site-login__input input:active {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
  border: solid 1px var(--teal-blue);
}

.site-login__bottom_reset {
  color: #0396ac;
  color: var(--teal-blue);
  letter-spacing: normal;
  font-stretch: normal;
  font-weight: normal;
  font-style: normal;
  line-height: 43px;
  font-size: 12px;
  float: right;
}

.site-login__bottom_signup-text {
  letter-spacing: normal;
  font-stretch: normal;
  font-weight: normal;
  color: #000000;
  color: var(--black);
  font-style: normal;
  line-height: 35px;
  font-size: 13px;
}

/* sign up */
.site-signup input:hover,
.site-signup input:focus,
.site-signup input:active,
.site-signup button:active,
.site-signup button:focus,
.site-signup button:hover {
  outline: none;
}

.form-controls:hover,
.form-controls:focus,
.form-controls:active {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
  border: solid 1px #0396ac;
  border: solid 1px var(--teal-blue);
}

.form-controls2:hover {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
  border: solid 1px #0396ac;
  border: solid 1px var(--teal-blue);
}

.site-signup {
  padding: 50px 0 150px 0;
}

.site-signup__title {
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  color: var(--black);
  text-align: center;
  margin-bottom: 10px;
}

.site-signup__desc {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #0396ac;
  color: var(--teal-blue);
  text-align: center;
  margin-bottom: 30px;
}

.site-signup .checkbox {
  margin-bottom: 20px;
  margin-top: 40px;
}

.site-signup .checkbox a {
  color: #0396ac;
  color: var(--teal-blue);
}

.site-signup__text {
  letter-spacing: normal;
  font-stretch: normal;
  color: #000000;
  color: var(--black);
  font-weight: normal;
  font-style: normal;
  line-height: 35px;
  font-size: 13px;
}

.site-signup__upload-block {
  -webkit-border-radius: 2px;
  background-color: #c0edf3;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  margin-top: 145px;
  padding: 40px 0;
  display: block;
  height: 145px;
}

.site-signup__upload-block_ava {
  -webkit-border-radius: 2px;
  background-color: #c0edf3;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  margin-top: 145px;
  display: block;
  padding: 5px;
  height: 145px;
  width: 145px;
}

.site-signup__upload-block i.icon-camera {
  color: #0396ac;
  color: var(--teal-blue);
  font-size: 30px;
}

.site-signup__upload-block_title {
  color: #0396ac;
  color: var(--teal-blue);
  letter-spacing: normal;
  font-stretch: normal;
  line-height: normal;
  font-weight: normal;
  font-style: normal;
  margin-top: 10px;
  font-size: 12px;
}

/* from */
.btn-yellow {
  background-color: #f0db00;
  background-color: var(--sunflower-yellow);
  border: 1px solid #f0db00;
  border: 1px solid var(--sunflower-yellow);
  letter-spacing: normal;
  font-stretch: normal;
  border-radius: 25px;
  color: #000000;
  color: var(--black);
  margin-bottom: 35px;
  font-weight: normal;
  font-style: normal;
  line-height: 43px;
  font-size: 14px;
  width: 100%;
}

a.btn-yellow {
  display: inline-block;
  text-align: center;
}

.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active {
  background-color: #ffea11;
  border-color: #ffea11;
}

.btn-yellow.disabled {
  background-color: #d6c111;
  border: 1px solid #6a6a6a;
  opacity: .7;
  color: #fff;
}

.btn-sample {
  border: solid 1px #0396ac;
  border: solid 1px var(--teal-blue);
  background-color: transparent;
  color: #0396ac;
  color: var(--teal-blue);
  letter-spacing: normal;
  font-stretch: normal;
  border-radius: 25px;
  font-weight: normal;
  font-style: normal;
  line-height: 35px;
  font-size: 13px;
  width: 100%;
}

.btn-sample:hover,
.btn-sample:focus,
.btn-sample:active {
  background-color: #0396ac;
  background-color: var(--teal-blue);
  color: #fff;

}

.span-warning {
  color: red;
  font-size: 12px;
}

.form-groups {
  margin-bottom: 20px;
}

.form-group2 {
  margin-bottom: 5px;
}

.control-labels {
  letter-spacing: normal;
  font-stretch: normal;
  margin-bottom: 10px;
  line-height: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  cursor: pointer;
  color: #4a4a4a;
}

.form-controls {
  border: solid 1px #abd7dd;
  background-color: #ffffff;
  padding: 7.5px 15px;
  border-radius: 2px;
  width: 100%;
}

.form-controls2 {
  border: solid 1px #abd7dd;
  background-color: #ffffff;
  border-radius: 2px;
  width: 90%;
  height: 80%;
}

.help-block {
  letter-spacing: 0.2px;
  font-stretch: normal;
  line-height: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 11px;
  color: #858585;
}

.checkcontainer {
  margin-bottom: 12px !important;
  padding-left: 30px !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  position: relative;
  user-select: none;
  cursor: pointer;
  font-size: 14px;
  display: block;
}

.checkcontainer input {
  position: absolute;
  cursor: pointer;
  opacity: 0;
}

.checkmark {
  position: absolute;
  border: solid 1px #8bbec5;
  background-color: #c7f8ff;
  border-radius: 2px;
  height: 17px;
  width: 17px;
  left: 0;
  top: 0;
}

.checkcontainer input:checked ~ .checkmark:after {
  display: block;
}

.checkcontainer .checkmark:after {
  -webkit-transform: rotate(45deg);
  border: solid #0396ac;
  border: solid var(--teal-blue);
  -ms-transform: rotate(45deg);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  height: 10px;
  width: 5px;
  left: 5px;
  top: 2px;
}

.checkmark:after {
  position: absolute;
  display: none;
  content: "";
}

.radiobtn {
  border: solid 1px #abd7dd;
  background-color: #e3f7fa;
  border-radius: 50%;
  position: absolute;
  height: 15px;
  width: 15px;
  left: 0;
  top: 0;
}

.sex-groups .checkcontainer {
  margin-bottom: 12px !important;
  padding-left: 23px !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  letter-spacing: normal;
  -ms-user-select: none;
  font-stretch: normal;
  font-weight: normal;
  font-style: normal;
  position: relative;
  line-height: 39px;
  user-select: none;
  font-size: 12px;
  cursor: pointer;
  display: block;
  color: #4a4a4a;
}

.sex-groups .control-labels {
  position: relative;
  left: -10px;
}

.sex-groups .col-xs-6 {
  padding-right: 5px;
  padding-left: 5px;
}

.sex-groups .radiobtn {
  top: 11px;
}

.checkcontainer input:checked ~ .radiobtn:after {
  display: block;
}

.checkcontainer .radiobtn:after {
  background: #0396ac;
  background: var(--teal-blue);
  border-radius: 50%;
  height: 7px;
  width: 7px;
  left: 3px;
  top: 3px;
}

.radiobtn:after {
  content: "";
  position: absolute;
  display: none;
}

.form-groups .icon-calendar {
  color: #0396ac;
  color: var(--teal-blue);
  font-size: 13px;
  right: 10px;
  top: 10px;
}

.gj-picker-md div[role=navigator] {
  background: #0396ac;
  background: var(--teal-blue);
}

/* responsive */
@media only screen and (max-width: 992px) {
  .footer {
    text-align: center;
  }

  .left-block__president {
    background-position: top;
    height: 525px;
  }

  .main-news__item_img {
    height: 260px;
  }

  .main-video__item_img {
    height: 320px;
  }

  .wrapper {
    margin: 0 auto -297px;
    padding: 0 0 297px;
  }

  .sex-groups .control-labels {
    position: relative;
    left: 0;
  }

  .sex-groups .col-xs-6 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .header-bottom.mobile .header-bottom__logo {
    width: 100%;
    height: auto;
  }

  .inbox_message_card {
    padding-left: 10px;
  }

  .inbox_message_producer {
    position: relative;
  }
}

@media (min-width: 768px) {
  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-collapse.collapse.in {
    display: block !important;
    padding: 0;
  }

  .navbar-nav {
    padding: 0 10px;
    float: none;
    margin: 0;
  }

  .navbar-nav > li {
    float: none;
  }

  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media (max-width: 357px) {
  .site-signup__text,
  .site-login__bottom_signup-text {
    line-height: 20px;
  }
}

@media screen and (min-device-width: 992px) and (max-device-width: 1199px) {
  .site-signup__text,
  .site-login__bottom_signup-text {
    line-height: 20px;
  }
}

button:hover,
button:focus,
button:active,
select:hover,
select:focus,
select:active,
input:hover,
input:focus,
input:active {
  outline: none;
}

.mail__title {
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  color: var(--black);
  margin-bottom: 25px;
}

.mail__title img {
  margin-right: 10px;
  position: relative;
  top: -2px;
}

.mail-block {
  background-color: #fff;
  margin-bottom: 100px;
}

.mail-user__list {
  border-right: 1px solid #c4ebf1;
}

.mail-user__item {
  padding: 25px 15px 25px 130px;
  position: relative;
  border-bottom: 1px solid #c4ebf1;
}

.mail-user__item:last-child {
  border-bottom: 0;
}

.mail-user__item .checkbox {
  position: absolute;
  top: 30%;
  left: 15px;
}

.mail-user__item .checkmark {
  background-color: #fff;
}

.mail-user__image {
  display: inline-block;
  position: absolute;
  top: 25%;
  left: 55px;
}

.mail-user__image img {
  width: 51px;
  height: 51px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.mail-user__info_name {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  color: var(--black);
  margin-bottom: 10px;
  position: relative;
}

.mail-user__info_date {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #9b9b9b;
  color: var(--brown-grey);
}

.mail-user__info_desc {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #494949;
}

.mail-block__empty {
  padding-top: 135px;
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #9b9b9b;
  color: var(--brown-grey);
}

.mail-user__item.active {
  background-color: #c4ebf1;
}

.mail-block__right {
  margin-left: -15px;
  padding: 0;
}

.mail-message__title {
  padding: 22px 30px;
  border-bottom: 1px solid #c4ebf1;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  color: var(--black);
}

.mail-message__title span {
  font-weight: 900;
  color: #0396ac;
  color: var(--teal-blue);
}

.mail-message__block {
  padding: 22px 30px;
}

.mail-message__date {
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #9b9b9b;
  color: var(--brown-grey);
  margin-bottom: 10px;
}

.mail-message__text {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #494949;
  margin-bottom: 10px;
}

.mail-message__read {
  font-weight: bold;
}

.btn-blue {
  background-color: #0396ac;
  background-color: var(--teal-blue);
  border: 1px solid #0396ac;
  border: 1px solid var(--teal-blue);
  letter-spacing: normal;
  font-stretch: normal;
  border-radius: 25px;
  margin-bottom: 10px;
  font-weight: normal;
  font-style: normal;
  line-height: 34px;
  font-size: 12px;
  color: #fff;
  width: 165px;
}

button.btn-blue:active, button.btn-blue:focus, button.btn-blue:hover {
  background-color: #01A9C3;
  border: 1px solid #01A9C3;
}

.mail-message__btn {
  text-align: right;
}

.mail-user__edit {
  background-color: #f0db00;
  background-color: var(--sunflower-yellow);
  padding: 22px 15px;
}

.mail-user__edit .checkbox {
  margin: 0;
}

.mail-user__edit .checkcontainer {
  margin: 0 !important;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.36;
  letter-spacing: 0.3px;
  color: #000000;
  color: var(--black);
}

.mail-user__edit .checkmark {
  background-color: #fff;
}

.mail-user__delete {
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.3px;
  color: #000000;
  color: var(--black);
}

.mail-user__delete img {
  margin-left: 5px;
}

@media (max-width: 991px) {
  .mail-block__right {
    margin-left: 0;
    padding: 0 15px;
    border-top: 30px solid #e3f7fa;
  }

  .mail-user__item {
    padding: 25px 15px 25px 100px;
  }

  .mail-user__image {
    left: 40px;
  }

  .mail-user__list {
    border-right: 0;
  }

  .mail-message__btn {
    text-align: center;
    margin-top: 20px;
  }

  .mail-user__info_date {
    position: relative;
    margin-top: 5px;
  }

  .mail-block__empty {
    padding: 60px 0 !important;
  }
}

.header-main {
  line-height: 55px;
  height: 55px;
  padding: 0 20px;
  background-color: #fff;
  box-shadow: 0 1px 10px 0 rgba(168, 168, 168, 0.5);
  margin-bottom: 50px;
}

.header-main__block {
  position: relative;
}

.header-main__list {
  list-style: none;
  position: relative;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.header-main__list li {
  display: inline-block;
  margin-right: 10px;
}

.header-main__list img {
  height: 48px;
  margin-right: 15px;
}

.header-main__list a {
  color: #000;
}

.header-main__list a:hover {
  color: #000;
  opacity: .6;
}

.site-work__title {
  letter-spacing: normal;
  font-stretch: normal;
  line-height: normal;
  color: #000000;
  color: var(--black);
  margin-bottom: 10px;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
}

.header-main__language {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 10px 0 0;
}

.mobile-menu {
  color: #0396ac;
  color: var(--teal-blue);
  display: none;
  margin-left: 15px;
  font-size: 20px;
  line-height: initial;
  position: relative;
  top: 4px;
}

.header-main__language li {
  display: inline-block;
  margin-right: 10px;
}

.header-main__language .active a {
  font-weight: bold;
  color: #0396ac;
  color: var(--teal-blue);
}

.header-main__language a {
  color: #9b9b9b;
  color: var(--brown-grey);
}

.header-main__language a:hover {
  color: #9b9b9b;
  color: var(--brown-grey);
  opacity: .6;
}

.header-main__search {
  display: inline-block;
}
.header-main__search a {
  color: #0396ac;
  font-size: 21px;
  line-height: initial;
  position: relative;
  top: 5px;
}
.navbar-collapse {
  top: 56px;
}

.header-main-search {
  position: absolute;
  top: 0;
  right: 0;
  width: 47vh;
  z-index: 100;
  background-color: #fff;
  display: none;
}
.header-main-search_close {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  color: #d8d8d8;
  font-size: 19px;
  cursor: pointer;
}
.header-main-search_input {
  padding: 0 40px;
  line-height: 40px;
}
.header-main-search_input input {
  width: 100%;
  border: 0;
  padding: 15px;
  line-height: 23px;
}

.gsc-clear-button{
  display:none !important;
}
.cse input.gsc-input,input.gsc-input{
  background-image:none !important;
}

/*
.gsc-control-cse{ padding:0 !important;}
*/

.gsc-search-button-v2 {
  display:none !important;
}
.gsc-input::placeholder {
  color: white;
  font-size: 0;
  font-style: italic;
}


.header-main-search_btn:hover,
.header-main-search_btn:active,
.header-main-search_btn:focus,
.header-main-search_input input:focus,
.header-main-search_input input:active,
.header-main-search_input input:hover {
  outline: none;
}
.header-main-search_btn {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 5px;
  z-index: 100;
  color: #0098af;
  font-size: 21px;
  padding: 0;
  line-height: 52px;
  background-color: transparent;
  border: 0;
}
.header-main-search_btn .icon-search {
  position: relative;
  top: 2px;
}

.header-main-search_input input {
  position: relative;
  top: 3px;
}

.header-main-search_close .icon-close {
  position: relative;
  top: 5px;
}

.left-block__item.main {
  background-color: #0396ac;
}

.left-block__item.main .left-block__item_title {
  color: #fff;
}

.left-block__item.main:hover .left-block__item_title {
  color: rgba(255, 255, 255, 0.7);
}

.left-block__item:hover .left-block__item_title {
  color: rgba(255, 255, 255, 0.7);
}

.home-page {
  background-color: #fff;
}

.home-page__img {
  margin-top: -1px;
  width: 100%;
  cursor: pointer;
}

.home-page .mainer-carousel {
  margin-bottom: 15px;
}

.home-page .mainer-carousel__item {
  height: 695px;
}

@media (min-width: 1800px) {
  .home-page .mainer-carousel__item {
    height: 795px;
  }
}

@media (min-width: 2000px) {
  .home-page .mainer-carousel__item {
    height: 895px;
  }
}


@media (min-width: 2200px) {
  .home-page .mainer-carousel__item {
    height: 1095px;
  }
}


.home-page .header-main__list img {
  margin-right: 0;
}

.home-page .header-main {
  padding-left: 265px;
}

.site-home .left-block {
  width: 250px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}

.home-page .header-main__list li {
  display: inline-block;
  margin-right: 6px;
}

.home-page .header-main {
  font-size: calc(8px + (12 - 10) * ((100vw - 320px) / (1600 - 320)));
}

.header-main {
  font-size: calc(10px + (12 - 10) * ((100vw - 320px) / (1600 - 320)));
}

.home-page .mainer-carousel {
  padding-left: 265px;
  margin-top: -30px;
  padding-right: 15px;
  min-height: 695px;
}

@media (min-width: 1800px) {
  .home-page .mainer-carousel {
    padding-left: 265px;
    margin-top: -30px;
    padding-right: 15px;
    min-height: 795px;
  }
}


@media (min-width: 2000px) {
  .home-page .mainer-carousel {
    padding-left: 265px;
    margin-top: -30px;
    padding-right: 15px;
    min-height: 895px;
  }
}

@media (min-width: 2200px) {
  .home-page .mainer-carousel {
    padding-left: 265px;
    margin-top: -30px;
    padding-right: 15px;
    min-height: 895px;
  }
}

.home-page .left-block__item {
  border-bottom: solid 1px #c4ebf1;
  padding: 15px 15px 15px 60px;
  display: block;
}

.home-page .left-block__list {
  margin-bottom: 0;
}

.home-page .mainer-carousel__date {
  color: #ffffff;
  margin-bottom: 15px;
}

.home-page .left-block__item_icon {
  top: 14px;
}

.home-page .left-block__list {
  border-right: 1px solid #b9ecf2;
  border-left: 1px solid #b9ecf2;
}

.home-page .left-block__item_icon img {
  width: 18px;
}

.left-block__item:hover .left-block__item_title {
  color: #0396ac;
  color: var(--teal-blue);
}

.mainer-carousel {
  margin-bottom: 30px;
  position: relative;
}

.mainer-carousel.mobile {
  display: none;
}

.mainer-carousel__item {
  background-position: center center;
  background-size: cover;
  position: relative;
  height: 500px;
}

@media (min-width: 1800px) {
  .mainer-carousel__item {
    background-position: center center;
    background-size: cover;
    position: relative;
    height: 600px;
  }
}


@media (min-width: 2000px) {
  .mainer-carousel__item {
    background-position: center center;
    background-size: cover;
    position: relative;
    height: 700px;
  }
}

@media (min-width: 2200px) {
  .mainer-carousel__item {
    background-position: center center;
    background-size: cover;
    position: relative;
    height: 900px;
  }
}



@media (min-width: 2000px) {
  .mainer-carousel__item:before {
    background-image: -webkit-linear-gradient(to bottom, rgba(238, 238, 238, 0), rgba(0, 0, 0, .8));
    background-image: -moz-linear-gradient(to bottom, rgba(238, 238, 238, 0), rgba(0, 0, 0, .8));
    background-image: -o-linear-gradient(to bottom, rgba(238, 238, 238, 0), rgba(0, 0, 0, .8));
    background-image: linear-gradient(to bottom, rgba(238, 238, 238, 0), rgba(0, 0, 0, .8));
    background-blend-mode: multiply;
    position: absolute;
    height: 613px;
    content: '';
    width: 100%;
    bottom: 0;
    left: 0;
  }
}

@media (min-width: 1800px) {
  .mainer-carousel__item:before {
    background-image: -webkit-linear-gradient(to bottom, rgba(238, 238, 238, 0), rgba(0, 0, 0, .8));
    background-image: -moz-linear-gradient(to bottom, rgba(238, 238, 238, 0), rgba(0, 0, 0, .8));
    background-image: -o-linear-gradient(to bottom, rgba(238, 238, 238, 0), rgba(0, 0, 0, .8));
    background-image: linear-gradient(to bottom, rgba(238, 238, 238, 0), rgba(0, 0, 0, .8));
    background-blend-mode: multiply;
    position: absolute;
    height: 513px;
    content: '';
    width: 100%;
    bottom: 0;
    left: 0;
  }
}

@media (min-width: 2200px) {
  .mainer-carousel__item:before {
    background-image: -webkit-linear-gradient(to bottom, rgba(238, 238, 238, 0), rgba(0, 0, 0, .8));
    background-image: -moz-linear-gradient(to bottom, rgba(238, 238, 238, 0), rgba(0, 0, 0, .8));
    background-image: -o-linear-gradient(to bottom, rgba(238, 238, 238, 0), rgba(0, 0, 0, .8));
    background-image: linear-gradient(to bottom, rgba(238, 238, 238, 0), rgba(0, 0, 0, .8));
    background-blend-mode: multiply;
    position: absolute;
    height: 813px;
    content: '';
    width: 100%;
    bottom: 0;
    left: 0;
  }
}

.mainer-carousel__item:before {
  background-image: -webkit-linear-gradient(to bottom, rgba(238, 238, 238, 0), rgba(0, 0, 0, .8));
  background-image: -moz-linear-gradient(to bottom, rgba(238, 238, 238, 0), rgba(0, 0, 0, .8));
  background-image: -o-linear-gradient(to bottom, rgba(238, 238, 238, 0), rgba(0, 0, 0, .8));
  background-image: linear-gradient(to bottom, rgba(238, 238, 238, 0), rgba(0, 0, 0, .8));
  background-blend-mode: multiply;
  position: absolute;
  height: 413px;
  content: '';
  width: 100%;
  bottom: 0;
  left: 0;
}

.mainer-carousel__info {
  position: absolute;
  padding: 35px;
  width: 100%;
  bottom: 0;
  left: 0;
}

.mainer-carousel__title {
  letter-spacing: normal;
  font-stretch: normal;
  width: 30%;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.29;
  font-weight: 900;
  font-size: 24px;
  color: #fff;
}

.mainer-carousel__title a {
  color: #fff;
}

.mainer-carousel__title a:hover {
  color: #0396ac;
  color: var(--teal-blue);
}

.mainer-carousel__date {
  color: #0396ac;
  color: var(--teal-blue);
  display: inline-block;
  font-weight: bold;
}

.mainer-carousel__number {
  font-family: 'GothamProNarrow', sans-serif;
  position: absolute;
  bottom: 30px;
  right: 65px;
}

.mainer-carousel__number_count {
  letter-spacing: normal;
  display: inline-block;
  font-stretch: normal;
  line-height: normal;
  font-style: normal;
  font-weight: bold;
  font-size: 27px;
  color: #fff;
}

.mainer-carousel__number_all {
  display: inline-block;
  letter-spacing: normal;
  font-stretch: normal;
  line-height: normal;
  font-style: normal;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  opacity: 0.63;
  color: #fff;
  top: -8px;
}

.home-page .owl-nav {
  position: absolute;
  bottom: 0;
  padding: 10px;
  width: calc(100% - 280px);
}

.home-page .owl-prev {
  position: absolute;
  left: 25px;
  font-size: 32px !important;
  color: #fff !important;
  bottom: 10px;
  z-index: 100 !important;
}

.home-page .owl-next {
  position: absolute;
  right: 25px;
  font-size: 32px !important;
  color: #fff !important;
  bottom: 10px;
  z-index: 100 !important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent !important;
  outline: none;
}

.owl-theme .owl-nav [class*=owl-]:focus {
  background: transparent !important;
  outline: none;
}

.home-page .owl-dots {
  bottom: 20px !important;
  z-index: 0;
}

.home-page .owl-theme .owl-dots .owl-dot span {
  border: 1px solid !important;
  background: transparent !important;
}

.home-page .owl-theme .owl-dots .owl-dot.active span,
.home-page .owl-theme .owl-dots .owl-dot:hover span {
  background: #f0db00 !important;
}

.home-page .owl-dot:hover,
.home-page .owl-dot:focus,
.home-page .owl-dot:active {
  outline: none;
}

.home-page .owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
}

.help-block__item-1 {
  background: url('../images/group-7.png') no-repeat center;
  background-size: 90%;
  display: block;
  height: 110px;
}

.help-block__item-2 {
  background: url('../images/bitmap.jpg') no-repeat center;
  background-size: 90%;
  display: block;
  height: 110px;
}

.help-block .col-md-4:last-child {
  padding-right: 0;
}

.home-page .mainer-carousel__info {
  bottom: 40px;
}

.home-page .mainer-carousel .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-left: -265px;
  padding-left: 265px;
}

.partners-carousel {
  margin-bottom: 0;
}

.partners__item {
  border: none;
}

.help-block .col-md-4 {
  border-right: 1px solid #c4ebf1;
}

.help-block .col-md-4:last-child {
  border-right: 0;
}

.help-block__feedback {
  padding: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.help-block__feedback_title {
  font-size: 14px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #494949;
  margin-bottom: 15px;
}

.help-block__feedback_info-number {
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #494949;
  display: inline-block;
  padding-left: 30px;
  position: relative;
}

.help-block__feedback_info-text {
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--brown-grey);
  display: inline-flex;
  margin-left: 15px;
}

img.help-block__feedback_info-img {
  position: absolute;
  left: 0;
  top: 2px;
}

.home-link__item_title {
  font-size: 31px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  position: relative;
  z-index: 100;
  display: inline-block;
}

.home-link__item_title:hover {
  color: #ffffff;
  opacity: .9;
}

.home-link__item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.home-link .col-md-6 {
  padding: 0;
}

.image-box {
  width: 100%;
  overflow: hidden;
}

.image {
  width: 100%;
  height: 355px;
  background-position: center !important;
  background-size: cover !important;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
}

.image-box:hover .image {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1); /* IE 9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand')"; /* IE8 */
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand'); /* IE6 and 7 */
}

.image.item-1 {
  background: url('../images/1.png');
}

.image.item-2 {
  background: url('../images/2.png');
}

.image.item-3 {
  background: url('../images/3.png');
}

.image.item-4 {
  background: url('../images/4.png');
}

.home-link__item {
  height: 355px;
  display: table-cell;
  width: 1000px;
  vertical-align: middle;
  text-align: center;
  position: relative;
}

.home-link__info {
  position: absolute;
  top: 0;
  left: 0;
}


@media (max-width: 1345px) {
  .home-page .header-main__list li {
    display: none;
    margin-right: 6px;
  }

  .header-main {
    font-size: calc(8px + (12 - 10) * ((100vw - 320px) / (1600 - 320)));
  }

  .header-main__search {
    display: none;
  }

  .mobile-menu {
    display: inline-block;
    margin-left: 5px;
  }

  .main-logo {
    display: inline-block !important;
  }

  .header-main__user_text {
    margin-right: 5px;
    display: none;
  }

  .header-main__user {
    margin-right: 5px;
    padding-left: 0;
  }

  .header-main__language {
    margin: 0 5px 0 0;
  }

  .header-main__language li {
    margin-right: 5px;
  }

  .home-page .navbar-nav {
    padding-left: 250px;
  }
}

@media (max-width: 991px) {
  .site-home {
    padding: 0 15px;
  }

  .home-page .navbar-nav {
    padding-left: 10px;
  }

  .home-page .header-main {
    padding-left: 20px;
  }

  .site-home .left-block {
    position: relative;
    margin-bottom: 0;
    width: 100%;
  }

  .home-page .mainer-carousel {
    padding-left: 0;
    margin-top: -30px;
    padding-right: 0;
    min-height: auto;
  }

  .help-block .col-md-4 {
    border-right: 0;
    border-bottom: 1px solid #c4ebf1;
    padding: 15px;
  }

  .help-block .col-md-4:last-child {
    border-right: 0;
    border-bottom: 0;
  }

  .help-block__item-2,
  .help-block__item-1 {
    background-size: contain;
  }

  .help-block__feedback {
    text-align: center;
  }

  .home-page .mainer-carousel__item {
    height: 450px;
  }

  .home-page .owl-dots,
  .home-page .owl-nav {
    display: none !important;
  }
}

.site-history {
  margin-bottom: 50px;
}

.site-history .modal-content {
  padding-bottom: 20px;
  border-radius: 0;
  border: 0;
}

.site-history .modal-header {
  border-bottom: 0;
}

.site-history .modal-header .close {
  opacity: 1;
}

.close:hover,
.close:active,
.close:focus {
  outline: none;
}

.site-history .modal-body {
  position: relative;
  padding: 0;
}

.header-main__list .menu-toggle {
  font-size: 20px;
  line-height: 20px;
  position: relative;
  top: 3px;
  color: #0396AC;
}



.top__header {
  margin-top: -50px;
  background-color: #0396AC;
  margin-bottom: 20px;
}

.top__header_title {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 50px;
}

.top__header_list {
  display: inline-block;
  padding: 0;
  margin: 0;
  line-height: 50px;
}

.top__header_list li {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  margin-right: 15px;
}

.top__header_list a {
  color: white;
}

.top__header_list a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.top__header_history-link {
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 13px;
  color: #FFFFFF;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
  border-radius: 23px;
  padding: 8px 16px;
  margin-right: 10px;
  margin-top: 8px;
  cursor: pointer;
}

.top__header_history-link:hover {
  background-color: #fff;
}

.top__header_message {
  display: inline-block;
  height: 36px;
  width: 36px;
  background: #C4EBF1;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  position: relative;
}

.top__header_message:hover {
  background: #fff;
}

.top__header_message span {
  position: absolute;
  top: -3px;
  right: -5px;
  width: 17px;
  height: 17px;
  line-height: 17px;
  border-radius: 50%;
  background: #F0DB00;
  font-weight: bold;
  font-size: 10px;
  color: #000000;
}

ul.settings-left__list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
  background-color: #fff;
}

.settings-left__list a {
  display: block;
  padding: 20px 25px;
  border-bottom: 1px solid #C4EBF1;
  font-weight: bold;
  line-height: normal;
  font-size: 16px;
  color: #4A4A4A;
}

.settings-left__list .active a,
.settings-left__list a:hover {
  color: #0396AC;
  box-shadow: inset 3px 0 #0396AC;
}

.settings-panel {
  background-color: #fff;
  margin-bottom: 50px;
  padding: 30px 50px;
}

.settings-upload {
  padding-bottom: 30px;
  margin-bottom: 35px;
  border-bottom: 1px solid #DADADA;
}

.settings-panel__title {
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 18px;
  color: #000000;
  margin-bottom: 20px;
}

img.settings__image {
  width: 100%;
  border-radius: 50%;
}

a.blue-btn {
  background: #0396AC;
  border-radius: 25px;
  padding: 10px 20px;
  color: #fff;
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 5px;
  margin-right: 15px;
  min-width: 150px;
  text-align: center;
}

a.blue-btn:hover {
  background: #02A9C2;
}

a.white-btn {
  background: #fff;
  padding: 10px 20px;
  border: 1px solid #D8D8D8;
  box-sizing: border-box;
  border-radius: 23px;
  font-size: 14px;
  text-align: center;
  color: #0396AC;
  display: inline-block;
  min-width: 150px;
  text-align: center;
}

a.white-btn:hover {
  background: #0396AC;
  border: 1px solid #0396AC;
  color: #fff;
}

.footer-top__logo, .footer-top__name {
  margin-bottom: 20px;
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
  font-weight: bold;
}

.footer-top__phone {
  margin: 15px 0;
}

.footer-top__phone_item {
  font-weight: bold;
  line-height: normal;
  font-size: 20px;
  color: #FFFFFF;
  margin-bottom: 10px;
  display: inline-block;
}

.footer-top__phone_item:hover {
  opacity: .8;
  color: #fff;
}

.footer-top__phone_item img {
  margin-right: 5px;
}

.footer-top__phone_item small {
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 11px;
}

.footer-top__phone_item:last-child span {
  font-size: 18px;
}

.footer-top__social {
  list-style: none;
  padding: 0;
  margin: 15px 0;
}

.footer-top__social li {
  display: inline-block;
  margin-left: 15px;
}

.footer-top__social li:first-child {
  margin-left: 0;
}

.footer-top__social a {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 23px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  color: #0098af;
}

.footer-top__social a:hover {
  opacity: .6;
}

.site-history__title {
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 24px;
  color: #000000;
  margin-top: 10px;
  margin-bottom: 25px;
}

.site-history__title img {
  margin-right: 10px;
}

.site-history .table {
  background-color: #fff;
}

.site-history .table > tbody > tr > td,
.site-history .table > tbody > tr > th,
.site-history .table > tfoot > tr > td,
.site-history .table > tfoot > tr > th,
.site-history .table > thead > tr > td,
.site-history .table > thead > tr > th {
  padding: 15px 25px;
}

.site-history .table thead {
  background: #C4EBF1;
  font-weight: bold;
  line-height: normal;
  font-size: 14px;
  color: #0396AC;
}

.site-history .table > tbody > tr > td,
.site-history .table > tbody > tr > th,
.site-history .table > tfoot > tr > td,
.site-history .table > tfoot > tr > th,
.site-history .table > thead > tr > td,
.site-history .table > thead > tr > th {
  border-top: 1px solid #C4EBF1;
}

.site-history .table > thead > tr > th {
  border-bottom: 0;
}

.site-history tbody tr td:first-child div {
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 14px;
  color: #000000;
  cursor: pointer;
  display: inline-block;
}

.site-history .table span {
  position: relative;
  padding-left: 30px;
}

.site-history .table i {
  display: inline-block;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 3px;
  left: 6px;
  border-radius: 50%;
}

.site-history .table i:before {
  content: '';
  width: 17px;
  height: 17px;
  position: absolute;
  top: -4px;
  left: -4px;
  border-radius: 50%;
}

span.warning {
  color: #E6A434;
}

span.warning i {
  background-color: #E6A434;
}

span.warning i:before {
  border: 1px solid #E6A434;
}

span.success {
  color: #4BC77D;
}

span.success i {
  background-color: #4BC77D;
}

span.success i:before {
  border: 1px solid #4BC77D;
}

span.danger {
  color: #E63434;
}

span.danger i {
  background-color: #E63434;
}

span.danger i:before {
  border: 1px solid #E63434;
}

.history-event__item {
  padding: 15px 35px;
  border-bottom: 1px solid #D8D8D8;
}

.history-event__item:last-child {
  border-bottom: 0;
}

.history-event__item_title {
  margin-bottom: 15px;
}

.history-event__item_text {
  position: relative;
  padding-left: 30px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #979797;
  margin-bottom: 5px;
}

img.history-event__item_icon {
  position: absolute;
  top: 0;
  left: 0;
}

.history-event__item_date {
  font-weight: normal;
  line-height: normal;
  font-size: 14px;
  color: #979797;
  text-align: right;
}

.site-profile {
  margin-bottom: 50px;
}

.profile-info {
  background-color: #fff;
  margin-top: -20px;
  padding: 35px 0;
  margin-bottom: 40px;
}

.profile-info__left {
  padding-left: 115px;
  min-height: 107px;
}

img.profile-info__left_img {
  position: absolute;
  top: 0;
  left: -15px;
  max-height: 107px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.profile-info__left_title {
  font-style: normal;
  font-weight: bold;
  line-height: 28px;
  font-size: 20px;
  color: #000000;
  margin-bottom: 10px;
  padding-top: 5px;
}

.profile-info__left_title {
  font-style: normal;
  font-weight: bold;
  line-height: 28px;
  font-size: 20px;
  color: #000000;
  margin-bottom: 10px;
  padding-top: 5px;
}

.profile-info__left_title {
  font-style: normal;
  font-weight: bold;
  line-height: 28px;
  font-size: 20px;
  color: #000000;
  margin-bottom: 10px;
  padding-top: 5px;
}

a.profile-info__left_edit {
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 12px;
  color: #0396AC;
  cursor: pointer;
}

.profile-info__left_edit img {
  margin-right: 3px;
  position: relative;
  top: -1px;
}

.profile-info__middle-item {
  display: inline-block;
  position: relative;
  padding: 10px 30px;
  margin: 20px 0;
  border-left: 1px solid #E8E8E8;
}

.profile-info__middle-item_icon {
  position: absolute;
  top: 2px;
  left: 18px;
  width: 36px;
  height: 36px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  background: #E9E9E9;
}

.profile-info__middle-item_text {
  padding-left: 35px;
}

.profile-info__right-block {
  box-shadow: 0 9px 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  height: 125px;
  max-width: 225px;
  margin-right: -15px;
  margin-left: auto;
  margin-top: -18px;
  padding: 20px;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-size: 85px;
  background-position: right bottom;
}

.profile-info__right-block_title {
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 16px;
  color: #000000;
  margin-bottom: 10px;
}

.profile-info__right-block_number {
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 14px;
  color: #979797;
}

.site-profile__title {
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  font-size: 24px;
  color: #0396AC;
  margin-bottom: 30px;
}

.profile-service__item {
  background-color: #fff;
  border-top: 4px solid #F0DB00;
  padding: 30px;
  text-align: center;
  height: 225px;
  margin-bottom: 30px;
  display: block;
  cursor: pointer !important;
}


.profile-service__item:hover {
  padding: 26px;
  border-top: 4px solid  #32CA81;
}

.profile-service__item:hover .profile-service__item_title {
  color: #0396AC !important;
}

.profile-service__item_icon {
  display: inline-block;
  width: 87px;
  height: 87px;
  line-height: 87px;
  border-radius: 50%;
  border: 1px solid #E9E9E9;
  margin-bottom: 20px;
  position: relative;
}


.profile-service__item:hover .profile-service__item_icon {
  width: 91px;
  height: 91px;
}

.profile-service__item_icon:before {
  content: '';
  position: absolute;
  width: 11px;
  height: 11px;
  background-color: #e9e9e9;
  border-radius: 50%;
  right: 7px;
  bottom: 7px;
}

.profile-service__item_icon:before {
  content: '';
  position: absolute;
  width: 11px;
  height: 11px;
  background-color: #e9e9e9;
  border-radius: 50%;
  right: 7px;
  bottom: 7px;
}

.profile-service__item_title {
  font-weight: bold;
  line-height: normal;
  font-size: 18px;
  color: #000000;
}

.profile-service__item_icon.yellow:before {
  background-color: #F0DB00;
}

.profile-service__item_icon.blue:before {
  background-color: #0099F0;
}

.profile-service__item_icon.purple:before {
  background-color: #8600F0;
}

.profile-service__item_icon.green:before {
  background-color: #32CA81;
}

.profile-service__item_icon.orange:before {
  background-color: #F48F1A;
}

.profile-service__item_icon.blue-light:before {
  background-color: #00E1F0;
}

.profile-service__item_icon.red:before {
  background-color: #F54B5E;
}

.profile-service__item_icon.redKaspi:before {
  background-color: #F14635;
}

.profile-service__item_icon.violet:before {
  background-color: #3E3BE3;
}

.header-main__list .menu-toggle {
  font-size: 20px;
  line-height: 20px;
  position: relative;
  top: 3px;
  color: #0396AC;
}

.dropdown {
  display: none;
  position: absolute;
  top: 55px;
  padding: 0;
  margin: 0;
  line-height: normal;
  background-color: #fff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  z-index: 1000;
}

.header-main__list li .dropdown li {
  padding: 15px 25px;
  margin: 0;
  border-bottom: 1px solid #eee;
  display: block;
}

.header-main__list li:hover .dropdown {
  display: block;
}

@media only screen and (max-width: 992px) {

}

@media only screen and (max-width: 768px) {
  .site-login,
  .site-signup {
    padding: 15px;
    margin: 0 -10px 30px;
  }
}

.header-main__user {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  padding-left: 0;
  color: #000000;
  color: var(--black);
  cursor: pointer;
}

.header-main__user:hover {
  opacity: 1;
}

.header-main__user_profile:hover {
  opacity: .6;
}

ul.header-main__user_list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: initial;
  background: #FFFFFF;
  position: absolute;
  top: 50px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  right: 0;
  z-index: 1000;
  display: none;
}

.header-main__user_list li {
  line-height: normal;
}

.header-main__user_list a {
  display: inline-block;
  padding: 15px;
  border-bottom: 1px solid #D8D8D8;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 14px;
  color: #979797;
  min-width: 150px;
}

.header-main__user_list a:hover {
  color: #000;
}

.header-main__user_profile {
  width: 35px;
  height: 35px;
  background-size: cover;
  border-radius: 50%;
  position: relative;
  left: 5px;
  top: 11px;
  vertical-align: inherit;
}

.breadcrumb-title {
  font-weight: 900;
  line-height: 40px;
  font-size: 32px;
  color: #0396AC;
  text-transform: uppercase;
  margin-top: 150px;
}

.breadcrumb-desc {
  line-height: 40px;
  font-size: 18px;
  color: #0396AC;
}

.site-info {
  margin-bottom: 50px;
}

.breadcrumb-block {
  margin-top: -50px;
  height: 300px;
  background-size: cover;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumb-block .breadcrumb {
  margin-top: 15px;
}

.breadcrumb-block a {
  color: #fff;
  font-size: 12px;
}

.breadcrumb-block .breadcrumb > li + li:before {
  color: #ffffff;
}

.breadcrumb-block__info {
  margin-top: 150px;
}

.breadcrumb-title {
  font-weight: 900;
  line-height: 40px;
  font-size: 32px;
  color: #0396AC;
  text-transform: uppercase;
  margin-top: 10px;
}

.breadcrumb-desc {
  line-height: 40px;
  font-size: 18px;
  color: #0396AC;
}

.biography-left {
  margin-top: -80px;
}

.biography-left__img {
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.biography-left__item {
  position: relative;
  display: block;
  padding: 20px 20px 20px 50px;
  background-color: #0396AC;
  font-weight: bold;
  line-height: normal;
  font-size: 14px;
  border-bottom: 1px solid #C4EBF1;
  color: #fff;
}

.biography-left__item.active .biography-left__item_icon {
  opacity: 1;
}

.biography-left__item.active .biography-left__item_title {
  opacity: 1;
}

.biography-left__item:hover .biography-left__item_icon {
  opacity: 1;
}

.biography-left__item:hover .biography-left__item_title {
  opacity: 1;
}

.biography-left__item_icon {
  position: absolute;
  top: 18px;
  left: 20px;
  opacity: .7;
}

.biography-left__item_title {
  opacity: .7;
}

.biography-block {
  margin-top: 20px;
  margin-bottom: 50px;
  text-align: justify;
}

.biography-block p {
  /*margin-bottom: 15px;*/
  line-height: 1.5;
  font-size: 16px;
  color: #000000;
}

.biography-block__min {
  font-weight: bold;
  line-height: 28px;
  font-size: 16px;
  color: #0396AC;
  margin-bottom: 15px;
}

.biography-carousel {
  position: relative;
  padding: 0 30px;
}

.biography-carousel .item {
  padding: 10px;
}

.biography-item {
  text-align: center;
  padding: 10px;
  font-size: 20px;
  color: #626262;
  font-weight: bold;
  border: 1px solid transparent;
  cursor: pointer;
}

.biography-item.active,
.biography-item:active,
.biography-item:hover,
.biography-item:focus {
  color: #0396AC;
  border: 1px solid #0396AC;
}

.biography-carousel .owl-nav {
  position: absolute;
  top: 0;
  width: 100%;
}

.biography-carousel .owl-nav .owl-prev {
  color: #0396AC !important;
  position: absolute;
  left: -30px;
  top: 10px;
  font-size: 20px;
}

.biography-carousel .owl-nav .owl-next {
  color: #0396AC !important;
  position: absolute;
  right: 30px;
  top: 10px;
  font-size: 20px;
}

.biography-carousel .owl-nav [class*=owl-]:hover {
  background: transparent !important;
}

.biography-tab__title {
  font-weight: 900;
  line-height: 34px;
  font-size: 24px;
  color: #000000;
  margin-bottom: 20px;
}

.biography-tab__title-min {
  font-weight: bold;
  line-height: 28px;
  font-size: 20px;
  color: #000000;
  margin-bottom: 15px;
}

.instruction-left {
  margin-bottom: 30px;
}

.instruction__list {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #fff;
}

.instruction__list_title {
  font-weight: bold;
  line-height: normal;
  font-size: 18px;
  color: #FFFFFF;
  padding: 20px 25px;
  background: #0396AC;
}

.instruction__list a {
  padding: 25px 25px 25px 50px;
  display: block;
  position: relative;
  font-weight: 500;
  line-height: normal;
  font-size: 14px;
  color: #494949;
  border-bottom: 1px solid #C4EBF1;
}

.instruction__list .active a,
.instruction__list a:focus,
.instruction__list a:active,
.instruction__list a:hover {
  color: #0396AC;
}

.instruction__list img {
  width: 18px;
  position: absolute;
  top: 23px;
  left: 20px;
}

.instruction-main {
  position: relative;
  padding-left: 100px;
}

.instruction-main__icon {
  position: absolute;
  top: 0;
  left: 35px;
}

.instruction-main__title {
  font-style: normal;
  font-weight: 900;
  font-size: 28px;
  color: #000000;
  line-height: 45px;
  margin-bottom: 50px;
}

.instruction-block__title {
  font-weight: bold;
  line-height: normal;
  font-size: 24px;
  color: #000000;
  margin-bottom: 15px;
}

.instruction-block__desc {
  line-height: 26px;
  font-size: 18px;
  color: #000000;
  margin-bottom: 30px;
}

.instruction-block__item {
  position: relative;
  padding-left: 70px;
  padding-bottom: 30px;
  min-height: 150px;
}

.instruction-block__line {
  position: absolute;
  left: 0;
  top: 0;
  width: 46px;
  height: 46px;
  text-align: center;
  border: 3px solid #0396AC;
  border-radius: 50%;
  line-height: 40px;
  font-weight: bold;
  font-size: 20px;
  color: #0396AC;
}

.instruction-block__item_title {
  font-weight: bold;
  line-height: normal;
  font-size: 16px;
  color: #000000;
  margin-bottom: 15px;
}

.instruction-block__item_desc {
  line-height: 22px;
  font-size: 14px;
  color: #000000;
  margin-bottom: 15px;
}

.instruction-block__item:before {
  content: '';
  width: 2px;
  height: calc(100% - 42px);
  background-color: #0396AC;
  position: absolute;
  top: 43px;
  left: 22px;
}

.instruction-block__item_and {
  line-height: 48px;
}

.instruction-block__item button {
  margin-bottom: 0;
}

.instruction-block__item_title span {
  font-weight: bold;
  line-height: normal;
  font-size: 16px;
  text-decoration-line: underline;
  color: #0396AC;
  cursor: pointer;
}

.success .instruction-block__line {
  background-color: #0396ac;
}

.success.instruction-block__item:before {
  content: none;
}

.instruction-block__item_title.simple {
  line-height: 43px;
}

.site-instruction .modal-content {
  border-radius: 0;
  border: none;
}

.site-instruction .modal-body {
  padding: 30px;
}

.instruction-modal__title {
  font-weight: 900;
  font-size: 20px;
  color: #0396AC;
  line-height: 34px;
}

img.instruction-modal__icon {
  margin-right: 5px;
  position: relative;
  top: -2px;
}

.instruction-modal__body ul {
  padding-left: 15px;
}

.instruction-modal__body a {
  color: #0396AC;
}

.instruction-modal {
  margin-bottom: 30px;
}

.rl_shell {
  overflow: auto;
  max-height: 700px;
  padding-right: 10px;
}

.rl_shell::-webkit-scrollbar {
  width: 9px;
  padding-top: 40px;
}

.rl_shell::-webkit-scrollbar-track {
  border: 1px solid #C4EBF1;
  background: #C4EBF1;
  border-radius: 9px;

}

.rl_shell::-webkit-scrollbar-thumb {
  border-radius: 10px;
  height: 30px;
  width: 8px;
  border: 1px solid #0396AC;
  background: #0396AC;
}

.rl_shell::-webkit-scrollbar-track-piece {
  height: 30px;
}

.site-charter .breadcrumb {
  margin-bottom: 30px;
}

.charter-left__list img {
  margin-left: -18px;
  margin-right: 8px;
}

.charter-left__list {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #FFFFFF;
  box-shadow: 0 10px 9px rgba(135, 171, 176, 0.2);
  margin-bottom: 20px;
}

.charter-left__list a {
  padding: 20px 30px;
  display: block;
  font-size: 15px;
  color: #333333;
  border-bottom: 1px solid #C4EBF1;
}

.charter-left__list a:hover {
  color: #0396AC;
}

.charter-left__list .active a {
  color: #0396AC;
  font-weight: bold;
}

.charter-left__list span {
  padding: 20px 30px;
  display: block;
  font-size: 15px;
  color: #333333;
  border-bottom: 1px solid #C4EBF1;
}

.charter-left__list span:hover {
  color: #0396AC;
}

.charter-left__list .active span {
  color: #0396AC;
  font-weight: bold;
}

.site-charter__content p {
  line-height: 1.5;
  font-size: 16px !important;
  color: #000000;
  /*margin-bottom: 15px;*/
}

.site-charter__content {
  margin-bottom: 80px;
}

.site-charter__content span {
  font-weight: bold;
  line-height: 1.5 !important;
 /* font-size: 14px;*/
 /* color: #0396AC;*/
}

.site-charter__content div {
  font-weight: bold;
  line-height: 1.5;
  font-size: 14px !important;
  /*margin-bottom: 15px;*/
}

.site-charter__content ul {
  list-style: none;
  padding: 0;
}

.site-charter__content li {
  position: relative;
  /*margin-bottom: 15px;*/
  padding-left: 25px;
}

.site-charter__content li:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 9px;
  height: 9px;
  background: #0396AC;
  border-radius: 50%;
}

.site-lead .breadcrumb {
  margin-bottom: 30px;
}

.site-lead__list {
  margin-bottom: 70px;
}

.lead__item-main {
  margin-bottom: 30px;
}

.lead__item-main .col-md-5 {
  padding-right: 0;
}

.lead__item-main_img {
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.lead__item-main .col-md-7 {
  padding-left: 0;
}

.lead__item-main_info {
  height: 400px;
  background-color: #fff;
  position: relative;
  padding-bottom: 100px;
}

.lead__item-main_top {
  height: 300px;
  padding: 35px;
  background-image: url('../images/logo.png');
  background-repeat: no-repeat;
  background-position: right bottom;
}

.lead__item-main_name {
  font-weight: 900;
  line-height: 39px;
  font-size: 28px;
  color: #000000;
  margin-bottom: 15px;
}

.lead__item-main_desc {
  font-weight: bold;
  line-height: 26px;
  font-size: 16px;
  color: #0396AC;
  margin-bottom: 15px;
}

.lead__item-main_link {
  border: 1px solid #F3F3F3;
  box-sizing: border-box;
  border-radius: 100px;
  display: inline-block;
  padding: 10px 25px;
  font-size: 14px;
  color: #4A4A4A;
}

.lead__item-main_link:hover {
  border-color: #0396ac;
  border-color: var(--teal-blue);
}

.lead__item-main_bottom {
  padding: 10px 35px;
  font-weight: bold;
  line-height: 20px;
  font-size: 14px;
  color: #FFFFFF;
  background: #0396AC;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

.lead__item {
  margin-bottom: 30px;
}

.lead__item .col-md-5 {
  padding-right: 0;
}

.lead__item_img {
  height: 280px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.lead__item .col-md-7 {
  padding-left: 0;
}

.lead__item_info {
  height: 280px;
  background-color: #fff;
  position: relative;
  padding-bottom: 80px;
}

.lead__item_top {
  height: 200px;
  padding: 35px;
  background: url("/assets/images/structure-bitmap.svg") no-repeat right bottom;
}

.lead__item_name {
  font-weight: 900;
  line-height: 34px;
  font-size: 24px;
  color: #000000;
}

.lead-another {
  height: 100%;
  background-color: #0396AC;
  font-weight: bold;
  font-size: 16px;
  padding: 20px;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
}

.lead-another:hover {
  background-color: #01A9C3;
}


.lead__item_bottom {
  background: #1E94A9;
  font-weight: bold;
  line-height: 23px;
  font-size: 16px;
  color: #FFFFFF;
  padding: 17px 15px 17px 35px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.lead__item_link {
  display: inline-block;
  border: 1px solid #178396;
  box-sizing: border-box;
  border-radius: 100px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  padding: 10px 20px;
}

.lead__item_link:hover {
  border-color: #fff;
  color: #fff;
}

.news-left {
  padding: 30px;
  border-top: 7px solid #F0DB00;
  background-color: #fff;
  margin-bottom: 30px;
}

.news-left__title {
  font-weight: 900;
  line-height: 41px;
  font-size: 20px;
  color: #0396AC;
  margin-bottom: 29px;
}

.news-left__item {
  margin-bottom: 22px;
}

.news-left__item_date {
  font-size: 12px;
  color: #4A4A4A;
  margin-bottom: 10px;
}

.news-left__item_title {
  font-weight: bold;
  line-height: 28px;
  font-size: 18px;
  color: #000000;
}

.news-left__item:last-child {
  margin-bottom: 0;
}

.news-right__main-item {
  height: 500px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}

.news-right__main-item:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(238, 238, 238, 0.0001) 0%, rgba(0, 0, 0, 0.8) 91.41%);
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
  width: 100%;
  height: 300px;
}

.news-right__main-item_block {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  color: #fff;
  padding: 40px;
}

.news__main-badge {
  display: inline-block;
  font-size: 12px;
  color: #000000;
  background: #F0DB00;
  padding: 5px 12px;
  margin-bottom: 10px;
}

.news__main-title {
  font-weight: 900;
  line-height: 35px;
  font-size: 28px;
  color: #FFFFFF;
  margin-bottom: 20px;
  display: inline-block;
}

.news__main-info {
  list-style: none;
  padding: 0;
  margin: 0;
}

.news__main-info li {
  display: inline-block;
  margin-right: 20px;
  line-height: 20px;
  font-size: 12px;
}

.news__main-info li img {
  position: relative;
  top: -2px;
  margin-right: 7px;
}

.site-news__list {
  margin-bottom: 30px;
}

.news-right__item {
  height: 250px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}

.news-right__item:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(238, 238, 238, 0.0001) 0%, rgba(0, 0, 0, 0.8) 91.41%);
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
  width: 100%;
  height: 150px;
}

.news-right__item-block {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
}

.news-right__title {
  font-weight: bold;
  line-height: 24px;
  font-size: 14px;
  color: #FFFFFF;
  display: inline-block;
  margin-bottom: 15px;
}

ul.news-right__info {
  list-style: none;
  padding: 0;
  margin: 0;
}

.news-right__info li {
  display: inline-block;
  margin-right: 15px;
  font-size: 12px;
  color: #FFFFFF;
}

.news-right__info li img {
  position: relative;
  top: -1px;
  margin-right: 5px;
}

.site-news__item {
  background-color: #fff;
  margin-bottom: 30px;
  position: relative;
}

.site-news__item_img {
  height: 170px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.site-news__item_info {
  padding: 20px;
}

.site-news__item_info-date {
  line-height: normal;
  font-size: 11px;
  color: #0396AC;
  margin-bottom: 10px;
}

.site-news__item_info-title {
  cursor: pointer;
  font-weight: 900;
  line-height: 24px;
  font-size: 16px;
  color: #000000;
  height: 96px;
  overflow: hidden;
  display: block;
}

.site-news__item_info-date img {
  width: 11px;
  position: relative;
  top: -2px;
  margin-right: 10px;
}

.news-detail {
  background-color: #fff !important;
}

ul.news-detail__info {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

ul.news-detail__info li {
  display: inline-block;
  margin-right: 25px;
  font-size: 12px;
  color: #4A4A4A;
}

ul.news-detail__info li img {
  position: relative;
  top: -2px;
  margin-right: 5px;
}

.news-detail__block {
  position: relative;
  padding-left: 50px;
}

ul.news-detail__block_social {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}

.news-detail__block_social li {
  margin-bottom: 15px;
}

.news-detail__block_social a:hover {
  opacity: .8;
}

img.news-detail__info_img {
  width: 100%;
  margin-bottom: 30px;
}

.news-detail__right {
  padding: 30px;
  border: 3px solid #E9E9E9;
}

.news-detail__block p {
  margin-bottom: 30px;
}

.news-detail__auth img {
  margin-bottom: 20px;
}

.news-detail__auth p {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: bold;
  line-height: 33px;
  font-size: 21px;
  color: #979797;
}

.news-detail__right__title {
  font-weight: 900;
  line-height: 41px;
  font-size: 20px;
  color: #0396AC;
  margin-bottom: 29px;
}

.news-detail__right__item {
  margin-bottom: 22px;
}

.news-detail__right__item_date {
  font-size: 12px;
  color: #4A4A4A;
  margin-bottom: 10px;
}

.news-detail__right__item_title {
  font-weight: bold;
  line-height: 28px;
  font-size: 18px;
  color: #000000;
}

.news-detail__right__item:last-child {
  margin-bottom: 0;
}

.breadcrumb {
  background-color: transparent;
  margin-bottom: 10px;
  /*margin-top: 30px;*/
  color: #1E94A9;
  padding: 10px 0;
}

.regions-map {
  margin-bottom: 50px;
  margin-top: -40px;
  position: relative;
}

.regions-map__search {
  position: absolute;
  top: 20px;
  left: 0;
  width: 30%;
}

.regions-map__search input[type="text"] {
  width: 100%;
  line-height: 15px;
  border: 1px solid #fff;
  padding: 10px;
}

.regions-map__search button {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 37px;
  border: none;
  padding: 0 10px;
}

.regions-map__search button:hover {
  opacity: .6;
}

button:active,
button:focus,
button:hover,
input[type="text"]:active,
input[type="text"]:focus,
input[type="text"]:hover {
  outline: none;
}

.regions-tabs {
  margin-bottom: 50px;
}

.regions-tabs ul.nav.nav-tabs {
  position: relative;
  margin-bottom: 30px;
  border-bottom: 1px solid #ABD7DD;
}

.regions-tabs .nav > li > a:focus,
.regions-tabs .nav > li > a:hover {
  background-color: transparent !important;
  border: 1px solid transparent !important;
  color: #0396AC;
  outline: none;
}

.regions-tabs .nav-tabs > li {
  margin-bottom: -2px;
}

.regions-tabs .nav-tabs > li > a {
  font-weight: normal;
  line-height: 32px;
  font-size: 14px;
  color: #333333;
  border: 1px solid transparent !important;
}

.regions-tabs .nav-tabs > li.active > a,
.regions-tabs .nav-tabs > li.active > a:focus,
.regions-tabs .nav-tabs > li.active > a:hover {
  border: 1px solid transparent !important;
  font-weight: bold;
  font-size: 14px;
  color: #0396AC;
  background-color: transparent;
  box-shadow: inset 0 -2px #0396AC;
}

.regions-tabs .gj-datepicker.gj-datepicker-md.gj-unselectable {
  position: absolute;
  top: 17px;
  right: 0;
  color: #1E94A9;
}

.regions-tabs #datepicker1 {
  opacity: 0;
  display: none;
}

.regions-state__item .col-md-5 {
  padding-right: 0;
}

.regions-state__item_img {
  height: 291px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.regions-state__item .col-md-7 {
  padding-left: 0;
}

.regions-state__item_title {
  background-color: #fff;
  position: relative;
  padding: 25px;
  font-weight: 900;
  font-size: 20px;
  color: #000000;
  height: 226px;
}

.regions-state__item_title1 {
  background-color: #fff;
  position: relative;
  padding: 25px;
  font-weight: 900;
  font-size: 20px;
  color: #000000;
  height: 200px;
}

.regions-state__item_title:before {
  /*content: '';*/
  /*background-image: url('/assets/images/logo.png');*/
  width: 125px;
  height: 95px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.regions-state__item_desc {
  padding: 10px 25px;
  font-family: Roboto;
  font-style: normal;
  background: #1E94A9;
  font-weight: bold;
  font-size: 12px;
  height: 65px;
  color: #FFFFFF;
}

.regions-state__item_desc1 {
  padding: 10px 25px;
  font-family: Roboto;
  font-style: normal;
  background: #1E94A9;
  font-weight: bold;
  font-size: 12px;
  height: 91px;
  color: #FFFFFF;
}

.region-contact .col-md-5 {
  padding-right: 0;
}

.region-contact__list {
  background-color: #fff;
  padding: 68px 35px;
}

.region-contact__list ul {
  padding: 0;
  margin: 0 0 50px 0;
  list-style: none;
}

.region-contact__list li {
  margin-bottom: 25px;
}

.region-contact__list a {
  line-height: 18px;
  font-size: 14px;
  color: #000000;
}

.region-contact__list img {
  position: relative;
  top: -1px;
  margin-right: 15px;
}

.region-contact__list_twitter a {
  display: inline-block;
  background: #55ACEE;
  padding: 5px 25px;
  border-radius: 0 15px 15px 15px;
  font-size: 14px;
  color: #FFFFFF;
}

.region-contact .col-md-7 {
  padding-left: 0;
}

.pagination {
  text-align: center;
  display: block;
  margin-top: 50px;
}

.pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  color: #494949;
}

.pagination li {
  display: inline-block;
  margin-right: 10px;
  line-height: 29px;
  width: 29px;
  height: 29px
}

.pagination li.next,
.pagination li.prev {
  border: 1px solid #0396ac;
  border: 1px solid var(--teal-blue);
}

.pagination li:hover,
.pagination li.active {
  background-color: #f0db00;
}

.pagination a {
  color: #494949;
}

.pagination .next a,
.pagination .prev a {
  color: #0396ac;
  color: var(--teal-blue);
}

.pagination .next:hover,
.pagination .prev:hover {
  background: #0396ac;
  background: var(--teal-blue);
}

.pagination .next:hover a,
.pagination .prev:hover a {
  color: #fff;
}

.site-region path:focus,
.site-region path:active,
.site-region path:hover {
  fill: #F0DB00;
}

.social-inline {
  list-style: none;
  padding: 0;
  margin: 0;
}
.social-inline li {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
}
.social-inline a:hover {
  opacity: .6;
}
.media-detail__info {
  list-style: none;
  padding: 0;
  margin: 0;
}
.media-detail__info li {
  display: inline-block;
  margin-right: 20px;
  font-size: 12px;
  color: #4A4A4A;
}
.media-detail__info img {
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.media-detail {
  background-color: #fff;
  margin-top: -5px;
  padding: 25px;
  margin-bottom: 50px;
}

.site__title {
  font-weight: bold;
  font-size: 24px;
  color: #000000;
  margin-bottom: 30px;
}

.site-curator__content {
  margin-bottom: 50px;
}
.curator__item {
  margin-bottom: 30px;
}
.curator__item_img {
  height: 320px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.curator__item_info {
  background-color: #fff;
  padding: 20px;
  border-bottom: 4px solid #1E94A9;
}
.curator__item_name {
  font-weight: 900;
  line-height: 23px;
  font-size: 16px;
  color: #000000;
  margin-bottom: 15px;
  display: inline-block;
}
.curator__item_prof {
  font-weight: bold;
  line-height: 19px;
  font-size: 13px;
  color: #0396AC;
}
.site-curator__content img {
  margin-bottom: 30px;
}


.curator__info_title {
  font-weight: bold;
  line-height: 40px;
  font-size: 24px;
  text-align: center;
  color: #0396AC;
  margin-bottom: 30px;
}
.curator__info_item {
  border: 1px solid rgba(30, 148, 169, 0.5);
  margin-bottom: 40px;
}
.curator__info_icon {
  background: #0396AC;
  text-align: center;
  padding-top: 30px;
}
.curator__info_text {
  font-weight: bold;
  line-height: 25px;
  font-size: 14px;
  color: #000000;
  padding: 25px;
  height: 350px;
  overflow: hidden;
}
.curator__info_icon img {
  height: 72px;
}
.curator__info_link {
  line-height: 30px;
  font-size: 16px;
  color: #000000;
  text-align: center;
  margin-bottom: 40px;
}
.curator__info_link a {
  font-size: 16px;
  text-decoration-line: underline;
  color: #0396AC;
}

.structure-block {
  margin-bottom: 80px;
  position: relative;
  display: block;
}
.structure__item {
  height: 115px;
  margin-bottom: 80px;
  display: table-cell;
  width: 1000px;
  text-align: center;
  vertical-align: middle;
  box-shadow: 0px 10px 9px rgba(78, 129, 137, 0.25);
  font-weight: bold;
  line-height: 26px;
  font-size: 18px;
  color: #000000;
}
.structure__item.yellow-block {
  background: #F0DB00;
}
.structure__item.blue-block {
  background: #0396AC;
  color: #fff;
}
.structure__item.simple-block {
  background-color: #fff;
  border-top: 5px solid #0396AC;
}
.structure__item p {
  font-weight: 300;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  margin-bottom: 0;
  color: #4A4A4A;
}
.structure__item.big-block.simple-block {
  height: 170px;
}
.structure__line {
  position: absolute;
  top: -15px;
  left: 50%;
  width: 15px;
  height: 15px;
  background: #F9E507;
  border-radius: 50%;
  border: 4px solid #0098af;
}
.structure__line:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: 1px;
  height: 65px;
  background-color: #0098af;
}
.structure__line.left-line {
  left: 80%;
}
.structure__line.right-line {
  left: 20%;
}
.structure-info__title {
  font-weight: bold;
  line-height: 28px;
  font-size: 16px;
  text-align: center;
  color: #000000;
  margin-bottom: 35px;
}
.structure-info__min-title {
  font-weight: bold;
  line-height: 28px;
  font-size: 16px;
  color: #0396AC;
  margin-bottom: 30px;
}
.structure-info p {
  line-height: 28px;
  font-size: 16px;
  color: #000000;
}
.structure-info {
  margin-bottom: 50px;
}

.purchases__item {
  position: relative;
  margin-bottom: 30px;
  background-color: #fff;
}
.purchases__number {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100%;
  padding: 20px;
  color: #fff;
  text-align: center;
  background-color: #1E94A9;
}
.purchases__info {
  padding: 20px 20px 20px 120px;
}
.purchases__title {
  font-weight: bold;
  line-height: 30px;
  font-size: 18px;
  color: #000000;
  margin-bottom: 15px;
}
.purchases__date {
  line-height: 30px;
  font-size: 16px;
  color: #1099AD;
  margin-bottom: 30px;
}
.purchases__text {
  line-height: 30px;
  font-size: 16px;
  color: #000000;
  margin-bottom: 30px;
}
.purchases__link_item {
  margin: 0 -20px;
  padding: 0 20px;
  line-height: 72px;
  border-bottom: 1px solid #E9E9E9;
  font-size: 16px;
  color: #000000;
}
a.purchases__link_link {
  padding: 10px 35px;
  border: 1px solid #0396AC;
  box-sizing: border-box;
  border-radius: 23px;
  font-size: 14px;
  color: #0396AC;
}
a.purchases__link_link:hover {
  background-color: #0396AC;
  color: #fff;
}
a.purchases__link_link:hover img {
  filter: brightness(0) invert(1);
}
.purchases__link_item:last-child {
  border-bottom: 0;
  margin-bottom: -20px;
}
.purchases__link_link img {
  margin-left: 5px;
}

.fraction-block {
  background-color: #fff;
  margin-bottom: 50px;
}
.fraction__title {
  background: linear-gradient(64.91deg, #0396AC -28.4%, #04A7BF -13.85%, #038295 -8.21%, #03A0B8 -1.74%, #03A0B8 2.89%, #038295 7.7%, #04A7BF 18.34%, #04A7BF 23.65%, #038295 27.8%, #04A7BF 32.28%, #038295 38.25%, #04A7BF 44.06%, #038295 50.2%, #04A7BF 56.34%, #0396AC 64.1%);
  padding: 15px 20px;
  font-weight: bold;
  line-height: 40px;
  font-size: 33px;
  color: #FFFFFF;
}
img.fraction__img {
  width: 74px;
  margin-right: 20px;
}
.fraction__desc_text {
  padding: 30px;
  line-height: 28px;
  font-size: 14px;
  color: #000000;
}
.fraction__desc {
  border-bottom: 1px solid #ABD7DD;
  margin-bottom: 30px;
}
.fraction__desc .col-md-6:first-child{
  border-right: 1px solid #ABD7DD;
}
.fraction__min-title {
  font-weight: 900;
  line-height: 28px;
  font-size: 19px;
  color: #0396AC;
  text-align: center;
  margin-bottom: 30px;
}
.fraction__list {
  padding: 0 55px;
  position: relative;
  line-height: 28px;
  font-size: 14px;
  color: #000000;
}
.fraction__item_text {
  position: relative;
  margin-bottom: 30px;
}
.left-line {
  position: absolute;
  top: -15px;
  left: 30px;
}
.left-line img {
  position: absolute;
  right: 0;
  top: -8px;
  height: 17px;
}
.left-line:before {
  content: '';
  width: 1px;
  height: 55px;
  background-color: #0396AC;
  position: absolute;
}
.left-circle {
  width: 15px;
  height: 15px;
  background: #F9E507;
  border-radius: 50%;
  position: absolute;
  left: -32px;
  top: 5px;
}
.right-line {
  position: absolute;
  top: -15px;
  right: 30px;
}
.right-line img {
  position: absolute;
  left: 0;
  top: -8px;
  height: 17px;
  transform: rotate(180deg);
}
.right-line:before {
  content: '';
  right: 0;
  width: 1px;
  height: 55px;
  background-color: #0396AC;
  position: absolute;
}
.right-circle {
  width: 15px;
  height: 15px;
  background: #F9E507;
  border-radius: 50%;
  position: absolute;
  right: -32px;
  top: 5px;
}
.long-line .left-line {
  width: 25%;
}
.long-line .left-circle {
  left: -32px;
}
.long-line .left-circle:before {
  content: '';
  width: 1px;
  height: 80px;
  background: #0098af;
  position: absolute;
  left: 50%;
  top: 15px;
  z-index: 0;
}
.long-line .fraction__item_text:last-child .left-circle:before {
  content: '';
  width: 1px;
  height: 40px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 15px;
  z-index: 0;
}
.center-line {
  width: 51.457%;
  margin: -20px auto 30px auto;
  position: relative;
  border-bottom: 1px solid #0098af;
  text-align: center;
}
.center-line:before {
  content: '';
  width: 1px;
  left: 49.9%;
  height: 25px;
  background-color: #009ab2;
  position: absolute;
  bottom: 0;
}
.center-line img {
  transform: rotate(-90deg);
  margin-top: -20px;
}
.center-circle {
  width: 15px;
  height: 15px;
  background: #F9E507;
  border-radius: 50%;
  position: absolute;
  left: 48.5%;
  top: -15px;
}
.center-circle:before {
  content: '';
  position: absolute;
  left: 48.5%;
  width: 1px;
  height: 16px;
  background-color: #009ab2;
  bottom: 15px;
}

@media only screen and (max-width: 1200px) {
  .lead__item-main_bottom {
    font-size: 11px;
  }
}
@media only screen and (max-width: 991px) {
  .lead__item-main .col-md-5 {
    padding-right: 15px;
  }
  .lead__item-main .col-md-7 {
    padding-left: 15px;
  }
  .lead__item .col-md-5 {
    padding-right: 15px;
  }
  .lead__item .col-md-7 {
    padding-left: 15px;
  }
  .lead__item_img {
    background-position: top;
  }
  .lead__item_info {
    height: 325px;
    padding-bottom: 125px;
  }
  .lead__item-main_img {
    background-position: top;
  }
  .lead__item_bottom .text-right {
    text-align: center !important;
  }
  .lead__item_bottom {
    padding: 14px;
  }
  .lead__item_link {
    margin-top: 5px;
  }
  .lead__item-main_info {
    height: auto;
    padding-bottom: 0;
  }
  .lead__item-main_top {
    height: auto;
  }
  .lead__item-main_bottom {
    position: static;
  }
  select.form-controls {
    margin-bottom: 10px;
  }
  .resolved-region__item_title {
    line-height: normal;
    padding: 10px;
  }
  .structure__line.right-line,
  .structure__line.left-line {
    left: 50%;
  }
  .fraction__desc .col-md-6:first-child {
    border-right: none;
  }
  .long-line .left-circle:before {
    content: none;
  }
  .right-circle {
    right: auto;
    left: -32px;
  }
  .center-circle {
    left: -32px;
    top: 5px;
  }
  .left-line,
  .center-line,
  .right-line {
    display: none;
  }
  .center-circle:before {
    content: none;
  }
}
@media only screen and (max-width: 768px) {
  .site-login,
  .site-signup {
    padding: 15px;
    margin: 0 -10px 30px;
  }
  .purchases__number {
    position: relative;
    width: auto;
  }
  .purchases__info {
    padding: 20px;
  }
  .purchases__link_item {
    line-height: inherit;
  }
  .purchases__link_title {
    padding: 20px 10px;
  }
  a.purchases__link_link {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
}

.time_line {
  display: block;
  position: relative;
  margin-bottom: 40px;
}
.time_line .title {
  font-family: 'Roboto Slab';
  font-size: 42px;
  line-height: 28px;
  font-weight: 300;
  position: absolute;
  color: #0396AC;
}
.time_line .circle {
  position: absolute;
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #F9E507;
  border: #0396AC solid 3px;
  border-radius: 50%;
  left: 10px;
  top: 62px;
}
.time_line .line {
  position: absolute;
  display: inline-block;
  border-left: #0396AC solid 1px;
  left: 17px;
  top: 77px;
  bottom: 0;
}
.time_line .content {
  display: block;
  margin-left: 160px;
  font-size: 16px !important;
  line-height: 1.5;
}
.time_line:not(:last-child) .content {
  /*padding-bottom: 70px;*/
}
.time_line .content img {
  margin-top: 20px;
}
.fr-view {
  font-size: 16px !important;
  font-family: Arial !important;
  line-height: 1.5 !important;
}

.fr-view td {
  border: unset!important;
  width: unset!important;
}

.projects-page {

}

.projects-page .item {
  background: #1E94A9;
  padding: 71px 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;


  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 30px;

  color: #FFFFFF;

  margin-bottom: 30px;
}

.projects-page .icon-projects-1 {
  display: inline-block;
  background: url('/assets/images/projects/projects-page-1.svg') no-repeat 50%;
  background-size: cover;
  width: 83px;
  height: 105px;
  margin-right: 15px;
}

.projects-page .icon-projects-2 {
  display: inline-block;
  background: url('/assets/images/projects/projects-page-2.svg') no-repeat 50%;
  background-size: cover;
  width: 99px;
  height: 108px;
  margin-right: 15px;
}

.projects-page-2 {

}

.projects-page-2 .item {
  background: white;
  border-top: solid 5px #0396AC;
  margin-bottom: 30px;
}

.projects-page-2 .item .inner {
  padding: 0px 30px;

  height: 206px;

  overflow: hidden;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;


}

.projects-page-2 .item .inner img {
  width: 100%;
  height: auto;

  margin-bottom: 15px;
}

.projects-page-2 .item .name {
  height: 106px;

  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  /* or 150% */

  text-align: center;

  color: #000000;
  padding: 0px 30px;
}

.projects-page-2 .item .more {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;

  padding: 15px;

  border-top: 1px solid #D8D8D8;

}

.projects-page-2 .item a {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  /* identical to box height, or 143% */


  color: #0396AC;
}

.projects-page-2 .icon-projects-arrow {
  display: inline-block;
  background: url('/assets/images/projects/arrow-right-3.svg') no-repeat 50%;
  background-size: cover;
  width: 15px;
  height: 15px;
  margin-left: 15px;
}

.fr-view .fr-file::after {
  content: "" !important;
}

.fr-view .fr-file {
  color: #333333!important;
}
.fr-view .fr-file:hover {
  color: #0396AC!important;
}
