.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}
.alignright {
  float: right;
  margin: 0 0 15px 15px;
}
@media (max-width: 640px) {
  .alignleft,
  .alignright {
    float: none;
    display: block;
    margin: 0 auto 15px;
  }
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 15px;
}
.wp-block-embed-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
html body {
  background: #F2F2F2;
  font-family: 'Roboto', sans-serif;
}
html h1,
html h2,
html h3 {
  font-family: 'Roboto', sans-serif;
  color: #333;
}
html strong,
html b {
  font-weight: 700;
}
html em {
  color: #333;
}
.header {
  background: #076BA8;
}
.header-main {
  z-index: 10;
  position: relative;
}
.header-logo {
  margin: 0;
  font-size: 0;
}
.header-logo a {
  display: block;
  width: 225px;
  height: 34px;
  background: url('../images/logo.svg') no-repeat;
  background-size: contain;
}
@media (max-width: 639px) {
  .header-logo a {
    margin: 8px 0;
    width: 172px;
    height: 26px;
  }
}
.header-menu {
  margin: 0 30px !important;
  font-size: 0;
}
.header-menu ul {
  background: #1777b1;
}
.header-menu ul a {
  padding: 7px 12px;
  white-space: nowrap;
}
.header-menu ul a:hover {
  transition: 100ms;
  background: #2583bd;
}
.header-menu > li {
  display: inline-block;
}
.header-menu > li:hover {
  transition: 100ms;
  background: #06639c;
}
.header-menu > li > a {
  padding: 13px 16px;
}
.header-menu a {
  display: block;
  font-weight: 700;
  font-size: 14px;
  color: #FFF;
}
.header-menu a:hover {
  text-decoration: none;
  color: #FFF;
}
.header-search {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #065b90;
}
.header-search input {
  display: block;
  width: 100%;
  padding: 12px 0;
  outline: none;
  border: 0;
  background: transparent;
  text-align: center;
  font-size: 16px;
  color: #FFF;
}
@media (max-width: 639px) {
  .header-search input {
    padding: 10px 0;
    font-size: 14px;
  }
}
.header-search input::placeholder {
  color: #6ca2c3;
}
.header-icon a {
  font-size: 18px;
  color: #FFF;
}
.header-icon a:hover {
  color: #FFF;
}
.list {
  margin: 0;
  padding: 0;
}
.list ul {
  margin: 0;
  padding: 0;
}
.list li {
  list-style: none;
}
.wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
}
.wrapper-inner {
  border: 1px solid #E6E6E6;
  background: #FFF;
}
.wrapper-inner_content {
  padding: 15px;
}
@media (max-width: 639px) {
  .wrapper-inner_content {
    margin: -15px -15px 0;
    border: 0;
  }
}
.wrapper-title {
  display: flex;
  align-content: center;
  margin-bottom: 0;
  font-size: 21px;
}
@media (max-width: 959px) {
  .wrapper-title {
    font-size: 18px;
  }
}
.wrapper-title:before {
  content: '';
  display: block;
  width: 3px;
  height: 1em;
  margin-right: 8px;
  background: #DDD;
}
.wrapper-title_large {
  font-weight: 500;
  font-size: 32px;
}
@media (max-width: 959px) {
  .wrapper-title_large {
    font-size: 26px;
  }
}
@media (max-width: 639px) {
  .wrapper-title_large {
    font-size: 18px;
  }
}
.wrapper-title a {
  color: #333;
}
.wrapper-title a:hover {
  transition: 100ms;
  text-decoration: none;
  color: #076BA8;
}
.wrapper-title a.mdi {
  color: #076BA8;
  margin-right: 5px;
}
.wrapper-title a.mdi:hover {
  transition: 100ms;
  text-decoration: none;
  color: #087bc0;
}
.wrapper-subTitle {
  font-weight: 700;
  font-size: 18px;
}
@media (max-width: 639px) {
  .wrapper-subTitle {
    font-size: 16px;
  }
}
.wrapper-margin_top {
  margin-top: 15px !important;
}
.wrapper-margin_bottom {
  margin-bottom: 15px !important;
}
.text {
  text-align: justify;
}
@media (max-width: 639px) {
  .text {
    font-size: 14px;
  }
}
.text ul,
.text p,
.text blockquote,
.text-element {
  margin: 0 0 10px;
}
.text ul:last-child,
.text p:last-child,
.text blockquote:last-child,
.text-element:last-child {
  margin-bottom: 0;
}
.text blockquote {
  position: relative;
  padding: 10px 50px;
  background: #F9F9F9;
  font-style: normal;
  font-size: inherit;
  color: inherit;
}
.text blockquote:before,
.text blockquote:after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  background: url('../images/quote.svg') no-repeat;
  background-size: contain;
}
.text blockquote:before {
  top: 15px;
  left: 15px;
}
.text blockquote:after {
  right: 15px;
  bottom: 15px;
}
.text blockquote p {
  margin: 0 0 5px;
}
.text blockquote span {
  color: #333 !important;
}
.newsMain {
  padding: 22px 25px;
  border-top: 4px solid #076BA8;
  background: #FFF;
}
@media (max-width: 639px) {
  .newsMain {
    padding: 11px 15px;
  }
}
.newsMain-titleLarge {
  line-height: 1.35;
  font-weight: 700;
  font-size: 21px;
}
@media (max-width: 639px) {
  .newsMain-titleLarge {
    font-size: 16px;
  }
}
.newsMain-titleLarge a {
  color: #333;
}
.newsMain-titleLarge a:hover {
  transition: 100ms;
  text-decoration: none;
  color: #076BA8;
}
.newsMain-titleMedium {
  line-height: 1.35;
  font-weight: 700;
}
.newsMain-titleMedium a {
  color: #333;
}
.newsMain-titleMedium a:hover {
  transition: 100ms;
  text-decoration: none;
  color: #076BA8;
}
.newsMain-date {
  margin-top: 5px;
  font-size: 14px;
  color: #999;
}
@media (max-width: 639px) {
  .newsMain-date {
    margin-top: 3px;
  }
}
@media (max-width: 639px) {
  .newsMain .uk-grid-margin {
    margin-top: 12px !important;
  }
}
.newsGrid {
  background: #FFF;
}
.newsGrid-cover a {
  display: block;
  padding-bottom: 65%;
  background-position: 50% 50%;
  background-size: cover;
}
.newsGrid-category {
  margin: 12px 15px -1px;
}
.newsGrid-category a {
  display: inline-block;
  padding: 1px 6px;
  border: 1px solid #076BA8;
  border-radius: 3px;
  font-size: 14px;
  color: #076BA8;
}
.newsGrid-category a:hover {
  transition: 100ms;
  background: #076BA8;
  text-decoration: none;
  color: #FFF;
}
.newsGrid-title {
  padding: 10px 15px 0;
  line-height: 1.35;
  font-weight: 700;
}
.newsGrid-title a {
  color: #333;
}
.newsGrid-title a:hover {
  transition: 100ms;
  text-decoration: none;
  color: #076BA8;
}
.newsGrid-date {
  padding: 2px 15px 10px;
  font-size: 14px;
  color: #999;
}
.newsImage-cover {
  display: block;
  position: relative;
  padding-bottom: 65%;
  background-position: 50% 50%;
  background-size: cover;
}
.newsImage-cover:hover .newsImage-content {
  transition: 100ms;
  padding-bottom: 15px;
}
.newsImage-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 15px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent);
}
.newsImage-category {
  display: block;
  margin-bottom: 9px;
}
.newsImage-category span {
  display: inline-block;
  padding: 1px 6px;
  border: 1px solid #FFF;
  border-radius: 3px;
  font-size: 14px;
  color: #FFF;
}
.newsImage-title {
  line-height: 1.35;
  font-weight: 700;
  color: #FFF;
}
.newsImage-date {
  margin-top: 4px;
  font-size: 14px;
  color: #AAA;
}
.newsLine {
  padding: 12px 15px;
  background: #FFF;
  border-top: 4px solid #076BA8;
  box-sizing: border-box;
}
.newsLine-list:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #EEE;
}
.newsLine-category {
  padding: 3px 0 9px;
}
.newsLine-category a {
  display: inline-block;
  padding: 1px 6px;
  border: 1px solid #076BA8;
  border-radius: 3px;
  font-size: 14px;
  color: #076BA8;
}
.newsLine-category a:hover {
  transition: 100ms;
  background: #076BA8;
  text-decoration: none;
  color: #FFF;
}
.newsLine-title {
  margin-bottom: 3px;
  line-height: 1.35;
  font-weight: 700;
}
.newsLine-title a {
  color: #333;
}
.newsLine-title a:hover {
  transition: 100ms;
  text-decoration: none;
  color: #076BA8;
}
.newsLine-date {
  padding-top: 2px;
  font-size: 14px;
  color: #999;
}
.newsElement-params {
  margin-top: 10px;
  color: #999;
}
@media (max-width: 639px) {
  .newsElement-params {
    font-size: 14px;
  }
}
.newsElement-params li:not(:first-child) {
  margin-left: 10px;
}
.newsElement-params a {
  color: #999;
}
.newsElement-params a:hover {
  transition: 100ms;
  text-decoration: none;
  color: #076BA8;
}
.newsElement-params i {
  color: #076BA8;
}
.newsElement-cover {
  margin-top: 12px;
  padding-bottom: 40%;
  background-position: 50% 50%;
  background-size: cover;
}
@media (max-width: 639px) {
  .newsElement-cover {
    padding-bottom: 50%;
  }
}
@media (min-width: 959px) {
  .newsElement-cover {
    margin-bottom: 20px;
  }
}
.newsElement-coverFull {
  padding-bottom: 0;
}
.newsElement-text {
  margin-top: 12px;
  color: #333;
}
@media (min-width: 639px) {
  .newsElement-text > p,
  .newsElement-text > h2,
  .newsElement-text > h3,
  .newsElement-text figcaption,
  .newsElement-text blockquote,
  .newsElement-text .inner {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
}
@media (min-width: 1199px) {
  .newsElement-text > p,
  .newsElement-text > h2,
  .newsElement-text > h3,
  .newsElement-text figcaption,
  .newsElement-text blockquote,
  .newsElement-text .inner {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }
}
.newsElement-text a {
  color: #076BA8;
}
.newsElement-text a:hover {
  transition: 100ms;
  text-decoration: none;
  color: #087bc0;
}
.newsElement-text h2 {
  margin: 0 0 10px;
  font-size: 21px;
}
@media (max-width: 639px) {
  .newsElement-text h2 {
    font-size: 18px;
  }
}
.newsElement-text p > img {
  float: left;
  margin-right: 12px;
}
@media (max-width: 639px) {
  .newsElement-text p > img {
    float: none;
    display: block;
    margin: 0 auto 12px;
  }
}
.newsElement-text p:after {
  content: '';
  display: block;
  clear: both;
}
@media (min-width: 959px) {
  .newsElement-text p:not(:last-child) {
    margin-bottom: 20px;
  }
}
.newsElement-text figure {
  text-align: center;
}
.newsElement-tags {
  margin-top: 8px;
}
.newsElement-tags li {
  display: inline-block;
  padding-top: 4px;
}
.newsElement-tags li:not(:first-child) {
  margin-left: 7px;
}
.newsElement-tags a {
  display: block;
  padding: 5px 12px;
  border-radius: 25px;
  background: #EEE;
  font-size: 14px;
  color: #333;
}
@media (max-width: 639px) {
  .newsElement-tags a {
    padding: 3px 10px;
  }
}
.newsElement-tags a:hover {
  transition: 100ms;
  background: #E9E9E9;
  text-decoration: none;
  color: #333;
}
.newsElement-slider .sp-thumbnail-container {
  opacity: 0.85;
}
.newsElement-slider .sp-thumbnail-container.sp-selected-thumbnail {
  opacity: 1;
}
.newsElement-gridGallery a {
  display: block;
  padding-bottom: 75%;
  background-position: 50% 50%;
  background-size: cover;
}
.newsElement-partner {
  padding: 15px;
  border: 1px solid #E6E6E6;
}
.newsElement-partner div {
  padding-bottom: 65%;
  background: 50% 50% no-repeat;
  background-size: contain;
}
.newsElement-shareTitle {
  margin: 12px 0 5px;
  text-align: center;
}
.newsElement-share .list li {
  margin: 0 2.5px;
}
.newsElement-share .list i {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 16px;
  color: #FFF;
}
.newsElement-share .list i:hover {
  opacity: 0.9;
}
.newsElement-share .list i.fa-facebook {
  background: #1877F2;
}
.newsElement-share .list i.fa-vk {
  background: #0077FF;
}
.newsElement-share .list i.fa-twitter {
  background: #00ACED;
}
.newsElement-share .list i.fa-odnoklassniki {
  background: #EB722E;
}
.newsElement-share .list i.fa-whatsapp {
  background: #65BC54;
}
.newsElement-share .list i.fa-telegram {
  background: #64A9DC;
}
.newsElement-payments {
  margin-top: 15px;
  padding: 12px 15px 14px;
  border: 2px dashed #84bcdd;
  text-align: center;
  color: #076BA8;
}
.sidebar .uk-offcanvas-bar {
  padding: 15px;
}
.sidebar .uk-offcanvas-close {
  top: 15px;
  right: 15px;
  padding: 0;
}
.sidebar .uk-nav li {
  margin-bottom: 4px;
}
.sidebar .uk-nav a {
  padding: 0;
}
.pagination {
  text-align: center;
}
.pagination a,
.pagination span {
  display: inline-block;
  padding: 5px 11px;
  background: #FFF;
  font-size: 14px;
}
.pagination a:not(:first-child),
.pagination span:not(:first-child) {
  margin-left: 5px;
}
.pagination a {
  background: #076BA8;
  color: #FFF;
}
.pagination a:hover {
  transition: 100ms;
  background: #087bc0;
  text-decoration: none;
  color: #FFF;
}
.breadcrumb {
  padding: 5px 0;
  background: #F6F6F6;
  border-bottom: 1px solid #E6E6E6;
  font-size: 0;
}
.breadcrumb li {
  display: inline-block;
  font-size: 16px;
}
@media (max-width: 639px) {
  .breadcrumb li {
    font-size: 14px;
  }
}
.breadcrumb li:not(:first-child):before {
  content: '›';
  position: relative;
  top: -1px;
  margin-left: 8px;
  padding-right: 8px;
  color: #999;
}
.breadcrumb a {
  color: #666;
}
.breadcrumb a:hover {
  transition: 100ms;
  text-decoration: none;
  color: #076BA8;
}
.payment-logos {
  padding: 10px;
  border: 1px solid #E5E5E5;
  font-size: 0;
}
.payment-logos img {
  height: 20px;
  margin: 0 5px;
}
html .uk-modal-header {
  padding: 10px 15px;
}
html .uk-modal-title {
  margin-bottom: 0;
  font-size: 16px;
}
html .uk-modal-body {
  padding: 15px;
}
html .uk-modal-footer {
  padding: 15px;
}
html .uk-border-remove-left {
  border-left: 0;
}
.footer {
  background: #222;
}
.footer-wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
}
.footer-title {
  margin-bottom: 5px;
  font-size: 14px;
  color: #999;
}
@media (max-width: 639px) {
  .footer-menu {
    font-size: 14px;
  }
}
.footer-menu a {
  color: #DDD;
}
.footer-menu a:hover {
  transition: 100ms;
  text-decoration: none;
  color: #EEE;
}
.footer-social li:not(:first-child) {
  margin-left: 5px;
}
.footer-social a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #333;
  font-size: 18px;
  color: #DDD;
}
.footer-social a:hover {
  transition: 100ms;
  background: #444;
  text-decoration: none;
  color: #DDD;
}
.footer-contacts {
  color: #DDD;
}
@media (max-width: 639px) {
  .footer-contacts {
    font-size: 14px;
  }
}
.footer-contacts a {
  color: #DDD;
}
.footer-contacts a:hover {
  transition: 100ms;
  text-decoration: none;
  color: #EEE;
}
.footer-contacts i {
  color: #999;
}
.footer-copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 0;
  border-top: 1px solid #333;
  text-align: center;
  color: #999;
}
@media (max-width: 639px) {
  .footer-copyright {
    flex-direction: column;
    font-size: 14px;
  }
}
@media (max-width: 639px) {
  .footer-copyright_logo {
    margin-top: 5px;
  }
}
.footer-copyright_logo img {
  height: 22px;
  margin-left: 3px;
}
@media (max-width: 639px) {
  .footer-copyright_logo img {
    height: 18px;
    margin-left: 0;
  }
}
.footer-copyright_logo img:not(:last-child) {
  margin-right: 3px;
}
.t-col {
  box-sizing: border-box;
}
