img {
  max-width: 100%;
}

.col {
  padding: 0 15px;
}

.row {
  display: flex;
  margin: 0 -15px;
}

.header-top {
  font-size: 18px;
  font-weight: 300;
  padding-top: 20px;
  padding-bottom: 15px;
  font-family: 'PF Agora Sans Pro';
}
.header-top span {
  color: #747474;
}
.header-top a {
  color: #747474;
}
.header-top a:hover {
  text-decoration: underline;
}
.header-top__row {
}
.header-top__languages {
	display: none;
	//  display: flex;
  align-items: center;
  font-size: 14px;
  color: #747474;
  margin-left: auto;
}
.header-top__languages a {
  color: #747474;
  transition: all .3s;
}
.header-top__languages .sep {
  padding: 0 5px;
}
.header-top__languages .current {
  font-weight: bold;
  color: #000;
}
.header-top__languages a:hover {
  color: #000;
}


.header-center {

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

.header-center__logo {
  flex: 0 0 405px;
  padding: 0 15px;
}
.header-center__logo-img {
  padding-bottom: 5px;
}
.header-center__logo-img a {
  display: block;
}
.header-center__logo-img a img {
  display: block;
  /*width: 220px;*/
  max-width: 220px;
  max-height: 100px;
}

@media (max-width: 480px) {
.header-center__logo-img a img {
 width: 220px;
}
}

.header-center__center-logo img {
  width: 220px;
}
.header-center__logo-text {
  max-width: 190px;
  color: #11559c;
  font-size: 10px;
}
.header-center__logo-text a {
  color: #11559c;
  text-decoration: none;
}
.header-center__logo-text a:hover {
  text-decoration: underline;
}

.header-center__center-logo {
  flex: 1 1 auto;
}
.header-center__center-logo a {
  display: block;
}
.header-center__center-logo a img {
  display: block;
}

.header-center__search {
  flex: 0 0 460px;
}
.header-center__search-wrap {
  position: relative;
}
.header-center__search-wrap input {
  background: #e7e7e7;
  border: none;
  padding: 12px 10px 12px 40px;
  width: 100%;
  display: block;
}
.header-center__search-wrap button {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border: none;
  background: none;
  font-size: 20px;
  width: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
}
.header-center__search-wrap button:hover {
  color: #11559c;
}

.header-center__apps {
  display: flex;
  margin: 0 -15px;
}

.header-center__apps-app {
  padding: 0 15px;
}
.header-center__apps-app img {
  /*max-width: 140px;*/
  height: 50px;
}

.header-menu {
  padding-top: 15px;
  padding-bottom: 20px;
}
.header-menu ul {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  font-size: 26px;
}
.header-menu ul li {}
.header-menu ul li a {
  color: #11559c;
  display: block;
  padding: 10px 15px;
  transition: all .3s;
}
.header-menu ul li.current-menu-item a,
.header-menu ul li a:hover {
  background: #11559c;
  color: #fff;
}

.page-slider {}
.page-slider__slider {
  position: relative;
}
.page-slider__slider-item {
  min-height: 410px;
  display: flex;
  align-items: flex-end;
}
.page-slider__slider-item-text {
  max-width: 100%;
  max-height: 350px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  font-weight: bold;
  color: #11559c;
  padding: 35px 60px;
}
.page-slider__slider-item a,
.page-slider__slider-item-text a {
  color: #11559c;
  text-decoration: none;
}
.page-slider__slider-item a:hover,
.page-slider__slider-item-text a:hover {
  color: #333;
}

.page-slider__slider .owl-prev,
.page-slider__slider .owl-next {
  position: absolute;
  top: 50%;
  font-size: 108px;
  margin-top: -54px;
}

.page-slider__slider .owl-prev {
  left: 40px;
  color: #fff;
}

.page-slider__slider .owl-next {
  right: 40px;
  color: #fff;
}

.block-title {
  text-transform: uppercase;
  font-size: 30px;
  color: #11559c;
  font-weight: bold;
  padding-bottom: 40px;
}


.home-compenents {
  margin-top: 70px;
  background: url("../img/compenents-bg.jpg") 50% 50% / cover;
}

.home-compenents__title {
  display: flex;
  justify-content: center;
  padding-bottom: 25px;
}
.home-compenents__title .block-title {
  padding: 15px;
  background: #fff;
  width: 750px;
  max-width: 95%;
  text-align: center;
}

.home-compenents__row {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 10px;
  margin: 0 -10px;
}

.home-compenents__item {
  flex: 0 0 25%;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 30px;
}
.home-compenents__item-wrap {
  background: #fff;
  padding: 15px 20px;
  border-radius: 3px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.home-compenents__item-title {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 26px;
}
.home-compenents__item-title a {
  color: #5c5c5c;
}
.home-compenents__item-title a:hover {
  text-decoration: underline;
}

.home-compenents__item-description {
  padding-bottom: 10px;
  font-size: 24px;
}

.home-compenents__item-link {
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
  font-size: 16px;
  font-family: 'PF Agora Sans Pro';
}

.home-compenents__item-link a {
  color: #747474;
  transition: all .3s;
  display: flex;
  align-items: center;
}
.home-compenents__item-link a:hover,
.home-compenents__item-link a:hover i {
  color: #11559c;
}
.home-compenents__item-link a:hover .arrow-btn path {
  fill: #11559c;
}

.home-page-news {
  padding: 40px 0;
  overflow: hidden;
}
.home-page-news__latest {
  flex: 0 0 50%;
}
.home-page-news__item {
  min-height: 100%;
  width: 100%;
  display: flex;
}
.home-page-news__item-wrap {
  flex: 0 0 100%;
  min-height: 100%;
  background: #11559c;
  color: #fff;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
.home-page-news__item-date {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.home-page-news__item-date-number {
  font-weight: bold;
  font-size: 65px;
  line-height: 1;
}
.home-page-news__item-date-text {
  font-weight: bold;
  font-size: 24px;
  padding-left: 15px;
  line-height: 1;
  padding-bottom: 6px;
}
.home-page-news__item-title {
  font-weight: bold;
  font-size: 30px;
  margin-top: auto;
  padding-bottom: 40px;
}
.home-page-news__item-title a {
  color: #fff;
  text-decoration: none;
}
.home-page-news__item-title a:hover {
  text-decoration: underline;
}
.home-page-news__item-more {
  font-size: 18px;
  display: flex;
  justify-content: flex-end;
}
.home-page-news__item-more a {
  color: #fff;
  display: flex;
  align-items: center;
  line-height: 1;
}
.home-page-news__item-more a .arrow-btn path {
  fill: #fff;
}
.home-page-news__item-more a:hover {
  text-decoration: underline;
}


.home-page-news__other {
  flex: 0 0 50%;
  display: flex;
  flex-wrap: wrap;
}
.home-page-news__other .home-page-news__item {
  min-height: 0;
  flex: 0 0 50%;
  padding: 15px;
}
.home-page-news__other .home-page-news__item-wrap {
  background: #37a6fc;
}
.home-page-events .home-page-news__item-date-number,
.home-page-news__other .home-page-news__item-date-number {
  font-size: 40px;
}
.home-page-events .home-page-news__item-date-text,
.home-page-news__other .home-page-news__item-date-text {
  font-size: 16px;
  padding-bottom: 3px;
}
.home-page-news__other .home-page-news__item-title {
  font-size: 17px;
  padding-bottom: 10px;
  padding-top: 20px;
}
.home-page-news__other .home-page-news__item-more {
  font-size: 16px;
}

.home-photo-video {
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
}
.home-photo-video__title {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
}
.home-photo-video__title .block-title {
  background: #fff;
  padding: 15px 30px;
}
.home-photo-video__row {
  display: flex;
}

.home-photo-video__photos {
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
}
.home-photo-video__photos-photo {
  flex: 0 0 25%;
}
.home-photo-video__photos-photo a {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  position: relative;
  color: #fff;
  padding: 15px;
  min-height: 100%;
}
.home-photo-video__photos-photo a:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.home-photo-video__photos-photo a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(10, 98, 164, 0.46);
  z-index: 1;
  transition: all .3s;
  opacity: 0;
}
.home-photo-video__photos-photo-title {
  display: flex;
  flex: 0 0 100%;
  z-index: 2;
  position: relative;
  padding-bottom: 5px;
  font-size: 18px;
  transition: all .3s;
  opacity: 0;
}
.home-photo-video__photos-photo-count {
  display: flex;
  justify-content: flex-end;
  flex: 0 0 100%;
  z-index: 2;
  position: relative;
  font-weight: bold;
  transition: all .3s;
  opacity: 0;
}
.home-photo-video__photos-photo a:hover:after,
.home-photo-video__photos-photo a:hover .home-photo-video__photos-photo-title,
.home-photo-video__photos-photo a:hover .home-photo-video__photos-photo-count {
  opacity: 1;
}

.home-photo-video__videos {
  flex: 0 0 33.3333%;
  min-height: 100%;
}
.home-photo-video__videos-video {
  min-height: 100%;
  display: flex;
}
.home-photo-video__videos-video a {
  display: flex;
  position: relative;
  min-height: 100%;
  color: #fff;
  padding: 30px;
  width: 100%;
}
.home-photo-video__videos-video a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(10, 98, 164, 0.46);
  z-index: 1;
  transition: all .3s;
  opacity: 0;
}
.home-photo-video__videos-video-play {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: flex;
  justify-content: center;
  left: 0;
  right: 0;
  font-size: 78px;
  transition: all .3s;
  opacity: 0;
  margin-top: -39px;
}

.home-photo-video__videos-video-title {
  position: relative;
  z-index: 3;
  align-self: flex-end;
  font-size: 35px;
  font-weight: bold;
  transition: all .3s;
  opacity: 0;
  padding: 60px;
}
.home-photo-video__videos-video a:hover:after,
.home-photo-video__videos-video a:hover .home-photo-video__videos-video-play,
.home-photo-video__videos-video a:hover .home-photo-video__videos-video-title {
  opacity: 1;
}

.page_footer {
  background: #e7e7e7;
  padding: 50px 0;
}

.footer__row {
  display: flex;
}

.footer-left {
  flex: 0 0 490px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 30px;
}
.footer-left__subscribe {
  padding-bottom: 30px;
  flex: 0 0 100%;
}
.footer-left__subscribe button {
  display: flex;
  align-items: center;
  background: #fff;
  color: #0a0a0a;
  transition: all .3s;
  border: none;
  outline: none;
  padding: 10px 20px;
  font-size: 16px;
}
.footer-left__subscribe button i {
  margin-right: 5px;
}
.footer-left__subscribe button:hover {
  background: #9c9797;
  color: #fff;
}
.footer-left__menu {
  max-width: 670px;
}
.footer-left__menu ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
}
.footer-left__menu ul li {
  flex: 0 0 50%;
  padding-bottom: 10px;
}
.footer-left__menu ul li a {
  color: #0a0a0a;
  font-size: 18px;
}
.footer-left__menu ul li.current-menu-item a,
.footer-left__menu ul li a:hover {
  color: #11559c;
}
.footer-left__copyright {
  flex: 1 1 auto;
  text-align: center;
  padding-top: 30px;
}

.footer-right {
  flex: 0 0 460px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.footer-right a {
  color: #0a0a0a;
}

.footer-right a img {
  margin-top: 5px;
}

.footer-center {
  flex: 1 1 auto;
  border-left: 1px solid #8a8787;
  border-right: 1px solid #8a8787;
  display: flex;
  align-items: center;
  font-size: 26px;
  padding: 10px 15px;
}

.footer-center__text a {
  color: #000;
}

.header-menu-button {
  padding-top: 20px;
  padding-bottom: 30px;
}
.header-menu-button__row {
  display: flex;
  justify-content: center;
}
.header-menu-button button {
  position: relative;
  width: 30px;
  height: 20px;
  border: none;
  background: transparent;
  outline: none;
}
.header-menu-button button span {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: #11559c;
  transition: all .3s;
}

.header-menu-button button span:nth-child(1) {
  top: 0;
}
.header-menu-button button span:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
.header-menu-button button span:nth-child(3) {
  bottom: 0;
}
.header-menu-button button.open {}
.header-menu-button button.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 10px;
}
.header-menu-button button.open span:nth-child(2) {
  opacity: 0;
}
.header-menu-button button.open span:nth-child(3) {
  transform: rotate(-45deg);
  bottom: 9px;
}

.breadcrumbs {
  padding: 25px 0;
}
.breadcrumbs__row {
  display: flex;
  align-items: center;
  color: #656565;
  font-size: 20px;
  flex-wrap: wrap;
}
.breadcrumbs a {
  color: #656565;
  transition: all .3s;
}
.breadcrumbs a:hover {
  color: #11559c;
}
.breadcrumbs .sep {
  padding: 0 15px;
}
.breadcrumbs .sep img {
  display: block;
}
.breadcrumbs .current {}

.page {
  padding-bottom: 90px;
}

.services-page {}
.services-page__row {}
.services-page__aside {
  flex: 0 0 420px;
}
.services-page__aside-menu {
  font-size: 20px;
  padding-bottom: 30px;
}
.services-page__aside-menu ul {}
.services-page__aside-menu ul li {
}
.services-page__aside-menu ul li:not(:first-child) {
  border-top: 1px solid #fff;
}
.services-page__aside-menu ul li a {
  display: block;
  padding: 20px 30px;
  background: #11559c;
  color: #fff;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
 
}

.services-page__aside-menu ul li a:hover {
  background: #083d73;
}

.services-page__aside-menu ul li.current-menu-item a {
  font-weight: bold;
}

.services-page__aside-menu ul li.menu-item-has-children .sub-menu {
  display: none;

}
.services-page__aside-menu ul li:hover .sub-menu { display: block;}

.services-page__aside-menu ul li.menu-item-has-children a:hover { display: block;}

.services-page__aside-menu.show ul li.current-menu-item .sub-menu {
  display: block;
}
.services-page__aside-menu ul li.menu-item-has-children a {
  position: relative;
  
}
.services-page__aside-menu>ul>li.menu-item-has-children>a:after {
  content: '\f0da';
  font-family: 'FontAwesome';
  position: absolute;
  right: 20px;
  top: 50%;
  font-size: 30px;
  margin-top: -18px;
}
.services-page__aside-menu>ul>li.menu-item-has-children.opened>a:after {
  transform: rotate(90deg);
}

.services-page__aside-menu>ul>li.menu-item-has-children>a:hover:after{
  transform: rotate(90deg);
}


.services-page__aside-menu.show ul li.menu-item-has-children .sub-menu {}
.services-page__aside-menu.show ul li.menu-item-has-children .sub-menu li {}
.services-page__aside-menu.show ul li.menu-item-has-children .sub-menu li a {
  background: #37a6fc;
}

ul li.menu-item-has-children .sub-menu li a {
  background: #37a6fc;
}

ul li.menu-item-has-children .sub-menu li a:hover {
  background: #298dda;
}

.services-page__aside-menu.show ul li.menu-item-has-children .sub-menu li a:hover {
  background: #298dda;
}
.page-title {
  font-size: 30px;
  font-weight: bold;
  color: #11559c;
  margin-bottom: 70px;
  background: #e7e7e7;
  padding: 20px 30px;
}

.services-page__article {
  flex: 1 1 auto;
}

.competations-page {}
.competations-page__items {}
.competations-page__items-item {
  padding: 10px 0;
  display: flex;
}
.competations-page__items-item:not(:last-child) {
  border-bottom: 1px solid #37a6fc;
}
.competations-page__items-item-title {
  font-size: 20px;
  color: #11559c;
  font-weight: bold;
  flex: 0 0 450px;
  padding-right: 15px;
  word-break: break-word;
  max-width: 100%;
}
.competations-page__items-item-text {
  font-size: 20px;
}

.competations-page__row {
  margin: 0 auto;
  /*max-width: 1330px;*/
}

.struct {

}
.struct__item {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
}
.struct__item-department {
  padding-bottom: 50px;
  flex: 0 0 100%;
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
}
.struct__item-info {
  display: flex;
  width: 100%;
}
.struct__item-info-text,
.struct__item-info-photo {
//  flex: 0 0 50%;
	width: 25%;
}
.struct__item-info-photo img {
  width: 100%;
}

.struct__item-info-text {
  padding-left: 70px;
	width: 100%;
}

.struct__item-info-text-name {
  font-weight: bold;
  color: #282828;
  font-size: 26px;
}
.struct__item-info-text-position {
  font-size: 20px;
  font-style: italic;
  padding-top: 10px;
}

.realase {
  padding: 50px 0;
}

.realase__title {
  font-weight: bold;
  color: #11559c;
  font-size: 24px;
  padding-bottom: 40px;
}

.realase__items {
  flex-wrap: wrap;
}

.realase__items-item {
  flex: 1 1 50%;
  padding-bottom: 30px;
  font-size: 20px;
}

.realase__items-item-wrap {
  display: flex;
  padding: 40px;
  min-height: 100%;
}

.realase__items-item-number {
  flex: 0 0 40px;
}
.realase__items-item-text {}

.concurses__item {
  display: flex;
}
.concurses__item:not(:last-child) {
  padding-bottom: 50px;
}

.concurses__item-image {
  flex: 0 0 560px;
}

.concurses__item-image a {
  display: block;
}
.concurses__item-image a img {
  display: block;
  width: 100%;
}

.concurses__item-content {
  flex: 1 1 auto;
  padding-left: 55px;
}

.concurses__item-content-date {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 35px;
}
.concurses__item-content-title {
  font-weight: bold;
  font-size: 30px;
  padding-bottom: 50px;
  color: #11559c;
}
.concurses__item-content-title a {
  color: #11559c;
  transition: all .3s;
}
.concurses__item-content-title a:hover {
  color: #000;
}
.concurses__item-content-link {}
.concurses__item-content-link a {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 18px;
  transition: all .3s;
}
.concurses__item-content-link a:hover {
  color: #11559c;
}
.concurses__item-content-link a:hover .arrow-btn path {
  fill: #11559c;
}
.concurses__item-content-link a i {
  margin-left: 5px;
}

.concurs-content {
  padding-top: 50px;
}

.search-results__title {
  font-weight: bold;
  font-size: 24px;
  padding-bottom: 60px;
  padding-top: 30px;
}

.search-results__item {
  padding-bottom: 50px;
}

.modal {
  display: none;
  background: #e7e7e7;
}

.subscribe {
  width: 720px;
  max-width: 95%;
  padding: 30px 70px;
}

.subscribe__title {
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  color: #11559c;
  padding-bottom: 10px;
  text-align: center;
}

.subscribe__fields-field {
  display: flex;
  padding-bottom: 5px;
}

.subscribe__fields-field-name {
  flex: 0 0 220px;
  padding-right: 10px;
  font-size: 18px;
  color: #11559c;
}
.subscribe__fields-field-name .required {
  color: red;
}

.subscribe__fields-field-wrap {
  flex: 1 1 auto;
}
.subscribe__fields-field-wrap input {
  border: none;
  background: #fff;
  outline: none;
  display: block;
  width: 100%;
  padding: 6px;
}

.subscribe__fields-field-comment .comment {
  font-size: 14px;
  color: #11559c;
}
.subscribe__fields-field-comment .comment .required {
  color: red;
}

.subscribe__fields-submit {
  display: flex;
  justify-content: center;
  padding-top: 15px;
}

.subscribe__fields-submit input,
.subscribe__fields-submit button {
  font-weight: bold;
  font-size: 30px;
  color: #fff;
  background: #11559c;
  padding: 5px 20px;
  border: none;
  text-transform: uppercase;
}

.header-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  flex: 1 1 auto;
}

.header-center__struct {
  flex: 0 0 100%;
  padding-bottom: 40px;
}

.header-center__struct ul {
  display: flex;
  justify-content: flex-end;
  margin: 0 5px;
}
.header-center__struct ul li {}
.header-center__struct ul li:not(:first-child) {
  padding-left: 50px;
}
.header-center__struct ul li a {
  font-weight: 300;
  color: #0d0e0e;
  transition: all .3s;
  font-size: 18px;
  text-decoration: underline;
}
.header-center__struct ul li a:hover {
  color: #11559c;
  text-decoration: none;
}
.header-center__search {
  /*padding-right: 30px;*/
}

.arrow-btn {
  display: block;
  width: 17px;
}

.arrow-btn {
  margin-left: 8px;
  transition: all .3s;
}

.arrow-btn path {
  transition: all .3s;
}

.home-page-news__other-inner {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}

.history__row {
  flex-wrap: wrap;
  padding-top: 40px;
  padding-bottom: 10px;
}

.history__item {
  flex: 0 0 100%;
  padding-bottom: 30px;
  max-width: 100vw;
}

.history__item-title {
  font-size: 24px;
  font-weight: bold;
}
.history__item-text {
  font-size: 20px;
}

.history__item-50 {
  flex: 0 0 50%;
}

.history__item-wrap {
  padding: 40px 50px;
  min-height: 100%;
  color: #747474;
  border: 1px solid #747474;
}

.history__item-wrap-dark-blue {
  background: #11559c;
  border: 1px solid #11559c;
  color: #fff;
}

.history__item-wrap-light-blue {
  background: #37a6fc;
  border: 1px solid #37a6fc;
  color: #fff;
}

.history__item-wrap table {

}
.history__item-wrap table tr {

}
.history__item-wrap table tr td {
  border: none;
  border-bottom: 1px solid #fff;
  padding: 3px;
}

.history__item-text ul {}
.history__item-text ul li {
  position: relative;
  padding-left: 15px;
}

.history__item-text ul li:before {
  background: #747474;
}

.history__item-text .history__item-wrap-dark-blue ul li:before,
.history__item-text .history__item-wrap-light-blue ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
}

.contacts__item {
  padding-bottom: 60px;
}
.contacts__item-title {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 40px;
}

.contacts__item-details-item {
  display: flex;
  margin: 0 -10px;
  font-size: 20px;
}

.contacts__item-details-item-title {
  flex: 0 0 200px;
  font-weight: bold;
  padding: 0 10px;
}

.contacts__item-details-item-value {
  padding: 0 10px;
}

.contacts__item-details-item-value a {
  color: #000;
}

.contacts-form__title {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}

.contacts-form__description {
  font-size: 20px;
  padding-bottom: 20px;
}

.contacts-form {
  max-width: 880px;
}

.textarea,
.input {
  padding-bottom: 15px;
  font-size: 16px;
}
.textarea textarea,
.input input {
  display: block;
  width: 100%;
  color: #fff;
  border: none;
  background: #11559c;
  padding: 14px;
}

.textarea textarea {
  height: 280px;
  resize: none;
}

.submit {}
.submit input {
  display: block;
  width: 180px;
  border: none;
  background: #37a6fc;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  padding: 13px 5px;
  text-transform: uppercase;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.submit input:hover {
  background: #11559c;
}

.history__item-text table {
  min-width: 348px;
}

.history__item-text table tr td {
  width: 33.333333%;
}

.contacts-map {
  padding-bottom: 40px;
}

.gallery-page__menu {
  font-size: 18px;
  padding-bottom: 35px;
}
.gallery-page__menu ul {
  display: flex;
}
.gallery-page__menu ul li {}
.gallery-page__menu ul li:not(:last-child) {
  border-right: 1px solid #0d0e0e;
}
.gallery-page__menu ul li a {
  color: #0d0e0e;
  display: block;
  padding: 5px 12px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.gallery-page__menu ul li:first-child a {
  padding-left: 0;
}
.gallery-page__menu ul li.current-menu-item a,
.gallery-page__menu ul li a:hover {
  color: #11559c;
}

.gallery-page-photos__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.gallery-page-photos__row .gallery-page-photos__item {
  padding: 0 15px 30px;
  flex: 0 0 33.33333%;
}

.gallery-page-photos__item-wrap-img {
  padding-bottom: 20px;
}

.gallery-page-photos__item-wrap-img a {
  position: relative;
}
.gallery-page-photos__item-wrap-img a:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(10, 98, 164, 0.46);
  z-index: 1;
  transition: all .3s;
  opacity: 0;
}
.gallery-page-photos__item-wrap-img a,
.gallery-page-photos__item-wrap-img a img {
  display: block;
  width: 100%;
}

.gallery-page-photos__item-wrap-title {
  font-size: 20px;
}
.gallery-page-photos__item-wrap-title a {
  color: #0d0e0e;
  transition: all .3s;
}
.gallery-page-photos__item-wrap-title a:hover {
  color: #11559c;
}
.gallery-page-photos__item-wrap-img .home-photo-video__photos-photo-count {
  position: absolute;
  right: 15px;
  bottom: 15px;
  color: #fff;
  font-size: 20px;
}
.gallery-page-photos__item-wrap-img:hover a:before,
.gallery-page-photos__item-wrap-img:hover .home-photo-video__videos-video-play,
.gallery-page-photos__item-wrap-img:hover .home-photo-video__photos-photo-count {
  opacity: 1;
  color: #fff;
}

.gallery-page__items-single a {
  height: 550px;
  color: #fff;
  display: block;
  position: relative;
}
.gallery-page__items-single a:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(10, 98, 164, 0.46);
  z-index: 1;
  transition: all .3s;
  opacity: 0;
}
.gallery-page__items-single .gallery-page-photos__item-wrap-title {
  font-size: 33px;
  font-weight: bold;
  padding-top: 70px;
  padding-left: 70px;
}
.gallery-page__items-single a:hover .home-photo-video__videos-video-play,
.gallery-page__items-single a:hover:before {
  opacity: 1;
}
.gallery-page__items-single {
  margin-bottom: 30px;
}
.gallery-page__items-single {}

.gallery-single__title {
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 30px;
  font-size: 36px;
  font-weight: bold;
  color: #11559c;
}

.gallery-single__items {
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  flex-wrap: wrap;
  margin: -7px;
}

.gallery-single__items-item {
  flex: 0 0 25%;
  padding: 7px;
}
.gallery-single__items-item a {}
.gallery-single__items-item a img {
  display: block;
  width: 100%;
}

.gallery-single__navigation {
  padding-left: 80px;
  padding-right: 80px;
  font-size: 20px;
  padding-top: 20px;
}
.gallery-single__navigation ul {
  display: flex;
  justify-content: space-between;
  margin: 0 -5px;
}
.gallery-single__navigation ul li {
  padding: 0 5px;
}
.gallery-single__navigation ul li a {
  color: #11559c;
  transition: all .3s;
}
.gallery-single__navigation ul li a:hover {
  color: #0d0e0e;
}

.gallery-single__items-video {
  flex: 0 0 100%;
  padding: 7px;
}

.gallery-single__360 {}
.gallery-single__360 a {
  display: block;
  position: relative;
}
.gallery-single__360 a::after {
  content: "";
  width: 200px;
  height: 200px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../img/360.png);
  background-position: center center;
  background-size: 100% 100%;
}
.gallery-single__360 a img {
  display: block;
}

.gallery-single__360-text {
  padding-top: 30px;
}

.no-padding-left {
  padding-left: 0!important;
}

.all-link {
  display: flex;
  justify-content: flex-end;
  padding-top: 20px;
  font-size: 14px;
}
.all-link a {
  display: flex;
  color: #11559c;
  transition: all .3s;
}
.all-link a svg {}
.all-link a svg path {
  fill: #11559c;
  transition: all .3s;
}
.all-link a:hover {
  color: #000;
}
.all-link a:hover svg path {
  fill: #000;
}

.home-page-events {
  padding-bottom: 40px;
}

.home-page-events__row {}

.home-page-events__event {
  padding-bottom: 30px;
}

.home-page-events__event a {
  display: flex;
  flex-direction: column;
}

.home-page-events__event {
  flex: 0 0 33.3333%;
}
.home-page-events__event a {
  background: #37a6fc;
  padding: 15px;
  min-height: 100%;
  opacity: 0.9;
  transition: all .3s;
}
.home-page-events__event a:hover {
  opacity: 1;
}

.home-page-events__event-head {
  display: flex;
  align-items: flex-start;
}
.home-page-news__item-date {
  margin-left: auto;
  color: #fff;
}

.home-page-events__event-body {
  margin-top: auto;
}

.home-page-events__event-body-title {
  padding-top: 30px;
  color: #11559c;
  font-weight: bold;
  font-size: 24px;
  padding-bottom: 20px;
}

.home-page-events__event-body-address {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}


.home-page-events__event-body-link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 5px;
  color: #fff;
}

.home-page-events__event-body-link svg path {
  fill: #fff;
}

.home-page-events__event-head-finished {
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  background: #11559c;
  padding: 33px 20px;
}

.home-page-events__event .home-page-events__event-finished {}
.home-page-events__event.home-page-events__event-finished a {
  background: #e7e7e7;
}

.home-page-events__event.home-page-events__event-finished .home-page-news__item-date {
  color: #11559c;
}

.home-page-events__event.home-page-events__event-finished .home-page-events__event-body-title {
  color: #000;
}

.home-page-events__event.home-page-events__event-finished .home-page-events__event-body-address {
  color: #11559c;
}

.home-page-events__event.home-page-events__event-finished .home-page-events__event-body-link {
  color: #11559c;
}

.home-page-events__event.home-page-events__event-finished .home-page-events__event-body-link svg path {
  fill: #11559c;
}

.home-page-tags {
  padding-bottom: 35px;
}

.home-page-tags__news {
  padding-bottom: 0;
  padding-top: 35px;
}

.home-page-tags__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.home-page-tags__list span {
  font-size: 16px;
  padding: 0 7px;
}

.home-page-tags__list-item {
  padding: 7px;
}
.home-page-tags__list-item a {
  background: #e7e7e7;
  color: #11559c;
  font-weight: bold;
  font-size: 16px;
  display: block;
  padding: 10px 20px;
}
.home-page-tags__list-item a.dark-blue {
  background: #11559c;
  color: #fff;
}
.home-page-tags__list-item a.blue {
  background: #37a6fc;
  color: #fff;
}
.home-page-tags__list-item a.grey {
  background: #e7e7e7;
  color: #11559c;
}

.services-page__news {

}

.news-page__aside {
  flex: 0 0 470px;
}

.services-page__news .services-page__article {
  padding-left: 15px;
}
.services-page__news .concurses__item-content-date {
  font-size: 18px;
  padding-bottom: 10px;
}
.services-page__news .concurses__item-content-title {
  font-size: 20px;
  padding-bottom: 30px;
}
.services-page__news .concurses__item-content {
  padding-left: 0;
}
.services-page__news .concurs-content {
  padding-top: 0;
}

.services-page__news .gallery-single__navigation {
  padding-left: 0;
  padding-right: 0;
}

.service-single-images {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
  padding-top: 30px;
}

.service-single-image {
  padding: 15px;
  flex: 0 0 50%;
}

.service-single-image img {
  display: block;
  width: 100%;
}

.sertificates__list {
  font-size: 20px;
}

.sertificates__list a:hover {
  text-decoration: underline;
}

.sertificates__items {
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
  margin: -15px;
}

.sertificates__items-item {
  padding: 15px;
  flex: 0 0 33.3333%;
}
.sertificates__items-item img {
  display: block;
  width: 100%;
}
.sertificates__items-item a {
  display: block;
  position: relative;
  border-top: 6px solid #11559c;
}

.sertificates__items-item a .more {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #11559c;
  color: #fff;
  border: 1px solid #11559c;
  padding: 10px;
  transition: all .3s;
}

.sertificates__items-item a .more svg path {
  fill: #fff;
}

.sertificates__items-item a:hover .more {
  background: #fff;
  color: #11559c;
}

.sertificates__items-item a:hover svg path {
  fill: #11559c;
}

.service-bottom-contact {
  padding-top: 30px;
}

.service-bottom-contact table {
  width: auto!important;
  margin: -3px;
  overflow: hidden;
  margin-top: 15px;
}

.service-bottom-contact table td {
  border: none!important;
  padding: 3px;
  vertical-align: top;
}