@font-face {
  font-family: "mardoto";
  font-display: swap;
  src: url("../fonts/Mardoto-Regular/Mardoto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Mardoto-Regular/Mardoto-Regular.woff") format("woff"), url("../fonts/Mardoto-Regular/Mardoto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mardoto-bold";
  font-display: swap;
  src: url("../fonts/Mardoto-Bold/Mardoto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Mardoto-Bold/Mardoto-Bold.woff") format("woff"), url("../fonts/Mardoto-Bold/Mardoto-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mardoto-medium";
  font-display: swap;
  src: url("../fonts/Mardoto-Medium/Mardoto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Mardoto-Medium/Mardoto-Medium.woff") format("woff"), url("../fonts/Mardoto-Medium/Mardoto-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "notosansarm-medium";
  font-display: swap;
  src: url("../fonts/MardotoArmenian-Medium/MardotoArmenian-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/MardotoArmenian-Medium/MardotoArmenian-Medium.woff") format("woff"), url("../fonts/MardotoArmenian-Medium/MardotoArmenian-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "roboto";
  src: url("../fonts/Roboto-Regular/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "roboto-medium";
  src: url("../fonts/Roboto-Medium/Roboto-Medium.eot");
  src: url("../fonts/Roboto-Medium/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Medium/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "roboto-bold";
  src: url("../fonts/Roboto-Bold/Roboto-Bold.eot");
  src: url("../fonts/Roboto-Bold/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icon";
  font-display: "auto";
  src: url("../fonts/icons/icomoon.eot?nt938d");
  src: url("../fonts/icons/icomoon.eot?nt938d#iefix") format("embedded-opentype"), url("../fonts/icons/icomoon.ttf?nt938d") format("truetype"), url("../fonts/icons/icomoon.woff?nt938d") format("woff");
  font-weight: normal;
  font-style: normal;
}
.icon_facebook:before {
  content: "\e90a";
}

.icon_instagram:before {
  content: "\e90b";
}

.icon_linkedin:before {
  content: "\e90c";
}

.icon_twitter:before {
  content: "\e90d";
}

.icon_pinterest:before {
  content: "\e90e";
}

.icon_youtube:before {
  content: "\e90f";
}

.icon_telegram:before {
  content: "\e91a";
}

.icon_ok:before {
  content: "\e91b";
}

.icon_vk:before {
  content: "\e91c";
}

.icon_google:before {
  content: "\e91d";
}

.icon_tiktok:before {
  content: "\e91e";
}

.icon_flickr:before {
  content: "\e91f";
}

.icon_down:before {
  content: "\e901";
}

.icon_left:before {
  content: "\e902";
}

.icon_right:before {
  content: "\e903";
}

.icon_close:before {
  content: "\e904";
}

.icon_checked:before {
  content: "\e905";
}

.icon_info:before {
  content: "\e906";
}

.icon_globe:before {
  content: "\e907";
}

.icon_arrow_left:before {
  content: "\e908";
}

.icon_arrow_right:before {
  content: "\e909";
}

.icon_calendar:before {
  content: "\e910";
}

.icon_delecte:before {
  content: "\e911";
}

.icon_edit:before {
  content: "\e912";
}

.icon_heart:before {
  content: "\e913";
}

.icon_phone:before {
  content: "\e914";
}

.icon_search:before {
  content: "\e915";
}

.icon_support:before {
  content: "\e916";
}

.icon_user:before {
  content: "\e917";
}

.icon_delete:before {
  content: "\e900";
}

.icon_edit1:before {
  content: "\e918";
}

.icon_favorite:before {
  content: "\e919";
}

.icon_play:before {
  content: "\e920";
}

html {
  height: 100%;
  font-size: 10px;
  line-height: 1.4286em;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  color: #333333;
  width: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  min-height: 100%;
  font-family: "roboto", "mardoto";
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

input,
select,
textarea,
button,
a,
.slick-slide {
  outline: none !important;
}

a,
a:focus,
a:hover,
button:hover {
  text-decoration: none;
}

a {
  color: #1E66AC;
}

button {
  cursor: pointer;
  display: block;
}

img {
  max-height: none;
  border: none;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input,
textarea,
button {
  font-family: inherit;
  font-size: 100%;
}

.page_row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
.page_row .cb {
  flex: 0 0 100%;
  max-width: 100%;
}

.page_container {
  width: 100%;
  max-width: 1220px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

.phone_link:not(.clickable) {
  color: inherit;
  cursor: default;
  pointer-events: none;
}

.individual_hint,
.drop_list,
.drop_block {
  display: none;
}

.error_hint {
  display: block;
  max-height: 0;
  overflow: hidden;
  color: #b94a48;
}

.help-block.form-error {
  display: none !important;
}

.has-error .error_hint,
.has-error + .error_hint {
  max-height: 60px;
}

.field_block {
  position: relative;
}
.field_block input,
.field_block textarea {
  width: 100%;
}
.field_block textarea {
  resize: none;
  display: block;
}

.cb {
  display: block;
  clear: both;
}

.section_title {
  margin: 0;
  font-family: "roboto-bold", "mardoto-bold";
  color: #1E66AC;
}
@media screen and (min-width: 960px) {
  .section_title {
    font-size: 200%;
    line-height: 1.2em;
  }
}
@media screen and (max-width: 959px) {
  .section_title {
    font-size: 180%;
    line-height: 1.25em;
  }
}

.page_title {
  margin: 0;
  font-family: "roboto-bold", "mardoto-bold";
  color: #1E66AC;
}
@media screen and (min-width: 1200px) {
  .page_title {
    font-size: 480%;
    line-height: 56px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .page_title {
    font-size: 400%;
    line-height: 48px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .page_title {
    font-size: 320%;
    line-height: 40px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .page_title {
    font-size: 280%;
    line-height: 34px;
  }
}
@media screen and (max-width: 479px) {
  .page_title {
    font-size: 240%;
    line-height: 30px;
  }
}
.page_title + .section_title {
  margin-top: 20px;
}

.view_all {
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
  background: #4EB4DD;
  padding: 7px 10px;
  min-width: 125px;
  text-align: center;
}

.inner_page {
  position: relative;
}
@media screen and (min-width: 960px) {
  .inner_page {
    padding: 60px 0;
  }
}
@media screen and (max-width: 959px) {
  .inner_page {
    padding: 30px 0;
  }
}
.inner_page .news_list {
  padding: 0;
  margin: 0 -10px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.inner_page .news_list li {
  padding: 0 10px;
  margin-bottom: 40px;
}
@media screen and (min-width: 960px) {
  .inner_page .news_list li {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .inner_page .news_list li {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media screen and (min-width: 360px) and (max-width: 719px) {
  .inner_page .news_list li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 479px) {
  .inner_page .news_list li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.inner_page .video_list {
  padding: 0;
  margin: 0 -10px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.inner_page .video_list li {
  padding: 0 10px;
  margin-bottom: 40px;
}
@media screen and (min-width: 960px) {
  .inner_page .video_list li {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media screen and (min-width: 576px) and (max-width: 959px) {
  .inner_page .video_list li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .inner_page .video_list li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.inner_page .listing_head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-bottom: 20px;
}
.inner_page .listing_head .page_title {
  margin-right: auto;
  margin-bottom: 20px;
}
.inner_page .listing_head .date_filter {
  margin-left: 20px;
  margin-bottom: 20px;
}

.share_btns {
  height: 30px;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 16px;
}
.share_btns .at-resp-share-element .at-share-btn {
  margin-bottom: 0;
}

.paging {
  padding-bottom: 20px;
}
.paging ul {
  padding: 0;
  margin: 0 -4px;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.paging a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: inherit;
  min-width: 29px;
  height: 29px;
  margin: 0 4px;
  font-size: 140%;
}
.paging a.prev_page, .paging a.next_page {
  font-size: 120%;
}
.paging a.prev_page:before, .paging a.next_page:before {
  display: block;
  font-weight: 700;
}
.paging a.inactive, .paging a.disable, .paging a:disabled {
  display: none;
}
.paging a.current_page {
  color: #1E66AC;
  pointer-events: none;
  border: 1px solid;
}

.news_block .image_block {
  display: block;
  padding-bottom: 56.25%;
  margin-bottom: 9px;
  position: relative;
  overflow: hidden;
}
.news_block .image_block.icon_play:before {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 720%;
  opacity: 0.8;
  z-index: 2;
  color: #ffffff;
}
.news_block img {
  object-fit: cover;
}
.news_block .news_date {
  color: #1E66AC;
  margin-bottom: 8px;
  line-height: 12px;
}
@media screen and (max-width: 1199px) {
  .news_block .news_date {
    font-size: 120%;
    line-height: 14px;
  }
}
.news_block .news_title {
  display: flex;
  justify-content: flex-start;
}
.news_block .news_title a {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: inherit;
  font-size: 140%;
  line-height: 17px;
}
@media screen and (max-width: 1199px) {
  .news_block .news_title a {
    -webkit-line-clamp: 4;
  }
}
.news_block.hovered a.image_block {
  background: #1E66AC;
}
.news_block.hovered a.image_block img {
  opacity: 0.7;
}
.news_block.hovered a.image_block.icon_play:before {
  opacity: 1;
}
.news_block.hovered .news_title a {
  color: #4EB4DD;
}
@media screen and (min-width: 576px) and (max-width: 959px) {
  .news_block .image_block.icon_play:before {
    font-size: 600%;
  }
}
@media screen and (max-width: 575px) {
  .news_block .image_block.icon_play:before {
    font-size: 440%;
  }
}

.video_news {
  display: block;
  color: inherit;
}
.video_news .image_block {
  display: block;
  padding-bottom: 56.25%;
  background: #1E66AC;
  margin-bottom: 11px;
  position: relative;
  overflow: hidden;
}
.video_news .image_block:before {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  content: "\e920";
  font-size: 720%;
  opacity: 0.8;
  z-index: 2;
  color: #ffffff;
}
.video_news img {
  object-fit: cover;
}
.video_news .news_date {
  color: #1E66AC;
  margin-bottom: 8px;
  line-height: 12px;
  display: block;
}
@media screen and (max-width: 1199px) {
  .video_news .news_date {
    font-size: 120%;
    line-height: 14px;
  }
}
.video_news .news_title {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: inherit;
  font-size: 140%;
  line-height: 17px;
}
@media screen and (max-width: 1199px) {
  .video_news .news_title {
    -webkit-line-clamp: 4;
  }
}
.video_news:hover .image_block img {
  opacity: 0.7;
}
.video_news:hover .image_block:before {
  opacity: 1;
}
.video_news:hover .news_title {
  color: #4EB4DD;
}
@media screen and (min-width: 576px) and (max-width: 959px) {
  .video_news .image_block:before {
    font-size: 600%;
  }
}
@media screen and (max-width: 575px) {
  .video_news .image_block:before {
    font-size: 440%;
  }
}

.date_filter {
  min-width: 230px;
  position: relative;
}
.date_filter input {
  border: 1px solid #e5e5e5;
  font-size: 140%;
  line-height: 17px;
  padding: 12px 17px;
  color: #999999;
  width: 100%;
}
.date_filter:before {
  content: "\e910";
  position: absolute;
  right: 1px;
  top: 1px;
  bottom: 1px;
  width: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #1E66AC;
  pointer-events: none;
  font-size: 200%;
  background: #f2f2f2;
}
@media screen and (max-width: 959px) {
  .date_filter input {
    padding: 8px 15px;
  }
  .date_filter:before {
    width: 33px;
    font-size: 180%;
  }
}

.daterangepicker td.in-range {
  background: #4EB4DD;
  color: #ffffff;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
  background: #1E66AC;
}
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background: #4EB4DD;
}
.daterangepicker.show-calendar .ranges {
  margin-top: 0;
}
.daterangepicker.show-calendar .ranges ul:empty {
  display: none;
}
@media screen and (min-width: 720px) {
  .daterangepicker {
    white-space: nowrap;
  }
  .daterangepicker.show-calendar .ranges,
.daterangepicker.show-calendar .drp-calendar {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
  }
}
@media screen and (max-width: 719px) {
  .daterangepicker.show-calendar .ranges {
    width: 100%;
  }
  .daterangepicker.show-calendar .ranges ul {
    width: 100%;
  }
}

.date_input[data-showAll=true] ~ .daterangepicker .drp-buttons {
  display: block !important;
  text-align: right;
  font-size: 1rem;
}
.date_input[data-showAll=true] ~ .daterangepicker .drp-buttons .drp-selected,
.date_input[data-showAll=true] ~ .daterangepicker .drp-buttons .applyBtn {
  display: none;
}
.date_input[data-showAll=true] ~ .daterangepicker .drp-buttons .cancelBtn {
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
  background: #4EB4DD;
  text-align: center;
  padding: 13px 20px;
  border: none;
}

.narrow_container {
  width: 100%;
  max-width: 780px;
}

.tab_section {
  margin-top: 26px;
  border: 1px solid #e5e5e5;
}
.tab_section .date_filter {
  margin-left: auto;
}

.tab_btns {
  display: flex;
  position: relative;
  overflow-y: hidden;
  overflow-x: auto;
  max-width: 100%;
  white-space: nowrap;
  margin-top: -6px !important;
}
.tab_btns li {
  cursor: pointer;
  border: 1px solid #ffffff;
  background: #f2f2f2;
  color: #1E66AC;
  font-size: 160%;
  line-height: 19px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 5px 10px;
  height: 57px;
  margin-top: 4px;
}
.tab_btns li:hover {
  border-color: #e5e5e5;
  background: #ffffff;
}
.tab_btns li.selected {
  pointer-events: none;
  font-family: "roboto-bold", "mardoto-bold";
  background: #ffffff;
}
.tab_btns li.selected:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  border-top: 4px solid #1E66AC;
}
@media screen and (max-width: 575px) {
  .tab_btns li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.tab_btns.equal_btns li {
  flex: 1;
}

.tabs_container {
  padding: 40px 20px;
}
@media screen and (max-width: 959px) {
  .tabs_container {
    padding: 20px;
  }
}

.tab_block {
  display: flex;
  align-items: flex-start;
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.tab_block:not(.selected) {
  height: 0;
  opacity: 0;
  position: relative;
  overflow: hidden;
}
.tab_block .info_block {
  flex: 1;
  width: 50%;
  font-size: 140%;
  line-height: 24px;
  max-width: 760px;
  color: #666666;
}
.tab_block .info_block ul {
  margin-bottom: 0;
  padding-left: 25px;
}
.tab_block .image_block {
  flex: 0 0 360px;
  max-width: 360px;
  margin-left: 20px;
}
.tab_block .image_block img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .tab_block .image_block {
    flex: 0 0 280px;
    max-width: 280px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .tab_block .image_block {
    flex: 0 0 240px;
    max-width: 240px;
  }
}
@media screen and (max-width: 575px) {
  .tab_block {
    flex-wrap: wrap;
  }
  .tab_block .image_block {
    margin-top: 20px;
    margin-left: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.bold {
  font-family: "roboto-bold", "mardoto-bold";
}

.standard_text > ul {
  margin: 0;
  padding-left: 15px;
}
.standard_text > ul ul li:before {
  content: "- ";
}
.standard_text > ul.ref_list {
  list-style-type: none;
  counter-reset: itemNumber;
  padding: 0;
}
.standard_text > ul.ref_list li {
  counter-increment: itemNumber;
}
.standard_text > ul.ref_list li:before {
  font-size: 60%;
  vertical-align: top;
  content: counter(itemNumber) " ";
  position: relative;
  top: -3px;
}
.standard_text a {
  color: #1E66AC;
}

.prelude_text {
  line-height: 24px;
}
@media screen and (min-width: 960px) {
  .prelude_text {
    font-size: 180%;
  }
  .prelude_text + .standard_text, .prelude_text:not(:first-child) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 959px) {
  .prelude_text {
    font-size: 160%;
  }
  .prelude_text:not(:first-child),
.prelude_text + .standard_text {
    margin-top: 30px;
  }
}

.file_link {
  display: inline-flex;
  vertical-align: top;
}
.file_link .file_icon {
  display: block;
  width: 56px;
  height: 56px;
  min-width: 56px;
  margin-right: 24px;
  align-self: flex-start;
}
.file_link .file_icon img {
  display: block;
  width: auto;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .file_link .file_icon {
    width: 48px;
    min-width: 48px;
    height: 48px;
    margin-right: 16px;
  }
}
.file_link .file_name {
  display: block;
  align-self: center;
  font-size: 140%;
  line-height: 24px;
  text-decoration: underline;
}

.files_list:before {
  display: block;
  content: "";
  height: 10px;
}
.files_list li {
  margin-top: 30px;
}

.sidebar_menu {
  height: 0;
  color: #1E66AC;
}
.sidebar_menu.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px 0;
}
.sidebar_menu.fixed.bottom {
  position: absolute;
  display: flex;
  align-items: flex-end;
}
.sidebar_menu.fixed:not(.bottom) .page_container {
  height: 100%;
}
.sidebar_menu.fixed:not(.bottom) .sidebar_inner {
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-color: rgba(0, 0, 0, 0.1) transparent;
  scrollbar-width: bold;
}
.sidebar_menu.fixed:not(.bottom) .sidebar_inner::-webkit-scrollbar {
  width: 10px;
  height: auto;
  border-radius: 0;
  background: transparent;
}
.sidebar_menu.fixed:not(.bottom) .sidebar_inner::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.sidebar_menu .page_container {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.sidebar_menu + .page_content .content_inner {
  max-width: 780px;
  margin-right: 300px;
  position: relative;
  z-index: 10;
}
.sidebar_menu .sidebar_inner {
  width: 280px;
  border-style: solid;
  border-width: 4px 1px 1px;
  border-color: #1E66AC #e5e5e5 #e5e5e5;
  position: relative;
  z-index: 5;
}
.sidebar_menu .sidebar_head {
  padding: 20px;
  font-size: 200%;
  line-height: 24px;
  font-family: "roboto-bold", "mardoto-bold";
}
.sidebar_menu .sidebar_list a, .sidebar_menu .sidebar_list div {
  display: block;
  font-size: 160%;
  line-height: 19px;
  padding: 20px;
  position: relative;
  color: inherit;
}
.sidebar_menu .sidebar_list a.current_page, .sidebar_menu .sidebar_list div.current_page {
  background: #f2f2f2;
  pointer-events: none;
}
.sidebar_menu .sidebar_list a.current_page:before, .sidebar_menu .sidebar_list div.current_page:before {
  display: block;
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  height: 100%;
  border-left: 4px solid;
}
.sidebar_menu .sidebar_list ul a {
  padding-left: 40px;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .sidebar_menu + .page_content .content_inner {
    margin-right: 240px;
  }
  .sidebar_menu .sidebar_inner {
    width: 220px;
  }
  .sidebar_menu .sidebar_head {
    padding: 16px;
    font-size: 180%;
    line-height: 22px;
  }
  .sidebar_menu .sidebar_list a, .sidebar_menu .sidebar_list div {
    font-size: 140%;
    line-height: 17px;
    padding: 16px;
  }
}
@media screen and (max-width: 767px) {
  .sidebar_menu {
    display: none;
  }
  .sidebar_menu + .page_content .content_inner {
    margin-right: 0;
  }
}

.web .sidebar_menu a:hover {
  background: #f2f2f2;
}

.touch .sidebar_menu a:active {
  background: #f2f2f2;
}

.page_content img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.page_content .section_title:not(:first-child),
.page_content img:not(:first-child),
.page_content .standard_text:not(:first-child) {
  margin-top: 40px;
}
.page_content .section_title + .standard_text {
  margin-top: 20px;
}
.page_content .icon_block img {
  width: 70px;
  height: auto;
  margin: 0;
}
.page_content .icon_block + * {
  margin-top: 20px !important;
}
.page_content .icon_block:not(:first-child) {
  margin-top: 40px;
}
.page_content .combo_list li {
  margin-top: 40px;
}
.page_content table {
  visibility: hidden;
}
.page_content .table_block {
  position: relative;
  overflow-y: hidden;
  overflow-x: auto;
  max-width: 100%;
  margin-top: 20px;
}
.page_content .table_block table {
  min-width: 100%;
  border-spacing: 0;
  visibility: visible;
}
.page_content .table_block th {
  font-size: 140%;
  line-height: 17px;
  vertical-align: bottom;
  padding: 0 15px 13px;
  border: none;
  color: #1E66AC;
  font-family: "roboto-bold", "mardoto-bold";
  border-bottom: 4px solid #1E66AC;
  text-align: left;
}
.page_content .table_block th:first-child {
  padding-left: 0;
}
.page_content .table_block th:last-child {
  padding-right: 0;
}
.page_content .table_block td {
  font-size: 120%;
  line-height: 17px;
  padding: 10px 15px;
  vertical-align: middle;
  min-height: 55px;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  min-width: 160px;
}
.page_content .table_block td:first-child {
  padding-left: 0;
}
.page_content .table_block td:last-child {
  padding-right: 0;
}

.images_list {
  padding: 0;
  margin: 0 -10px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.images_list li {
  flex: 1;
  min-width: 50%;
  max-width: 100%;
  padding: 0 10px;
  margin-top: 20px;
}
.images_list img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .images_list li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.highlight_block {
  margin-top: 40px;
  background: rgba(78, 180, 221, 0.1);
}
.highlight_block .standard_text > ul > li:not(:first-child) {
  margin-top: 15px;
}
@media screen and (min-width: 960px) {
  .highlight_block {
    padding: 40px;
  }
}
@media screen and (max-width: 959px) {
  .highlight_block {
    padding: 20px;
  }
}

.section_subtitle {
  font-family: "roboto-bold", "mardoto-bold";
  margin: 0;
  color: #4EB4DD;
}
.section_subtitle:not(:first-child) {
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .section_subtitle {
    font-size: 180%;
    line-height: 24px;
  }
}
@media screen and (max-width: 959px) {
  .section_subtitle {
    font-size: 160%;
    line-height: 20px;
  }
}

.footer_menu > ul > li ul, .header .submenu_list,
.header .sublevel_list, .header .main_menu, .header .lg_list a, .header .lg_list, .tab_btns, .standard_text > ul ul, .files_list, .sidebar_menu .sidebar_list, .sidebar_menu .sidebar_list ul, .page_content .combo_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.footer .useful_links ul {
  padding: 0;
  margin: 0 -20px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

.news_block .image_block.icon_play:before, .news_block img, .video_news .image_block:before, .video_news img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.header .main_menu > li.opened .submenu_btn:after, .header .lg_block.opened .lg_btn:after {
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
}

[class*=icon_]:before, .video_news .image_block:before, .date_filter:before, .header .sublevel_btn:after, .header .main_menu .submenu_btn:after, [class*=icon_]:after {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.logoes_block img, .news_block .image_block.icon_play:before, .news_block img, .video_news .image_block:before, .video_news img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.footer .copyrights, .footer .contact_info, .footer .useful_links, .footer_menu > ul > li ul a, .footer_menu > ul > li ul div, .header .search_form input, .header .phone_block a .phone_label, .view_all, .date_input[data-showAll=true] ~ .daterangepicker .drp-buttons .cancelBtn {
  font-size: 120%;
  line-height: 14px;
}

.standard_text {
  font-size: 140%;
  line-height: 24px;
  color: #666666;
}

.header {
  position: relative;
  z-index: 100;
}
.header_top {
  padding: 20px 0;
}
.header_top .page_container {
  display: flex;
  align-items: center;
}
.header_top .logoes_block {
  display: flex;
  margin-right: auto;
}
.header_top .logoes_block > * {
  margin-right: 60px;
}
.header .actions_block {
  display: flex;
  align-items: center;
}
.header .phone_block {
  margin-right: 40px;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.header .phone_block a {
  display: block;
  position: relative;
  padding-left: 31px;
  color: inherit;
}
.header .phone_block a:before {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  align-items: center;
  color: #1E66AC;
  font-size: 2rem;
}
.header .phone_block a .phone_number {
  font-size: 240%;
  line-height: 28px;
  font-family: "roboto-bold", "mardoto-bold";
  display: block;
}
.header .phone_block a .phone_label {
  color: #666666;
  display: block;
  margin-top: -4px;
}
.header .search_block {
  position: relative;
  width: 32px;
  height: 32px;
  z-index: 2;
  order: 1;
  margin-right: 10px;
}
.header .search_block ::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.6;
}
.header .search_block :-moz-placeholder {
  color: inherit;
  opacity: 0.6;
}
.header .search_block ::-moz-placeholder {
  color: inherit;
  opacity: 0.6;
}
.header .search_block :-ms-input-placeholder {
  color: inherit;
  opacity: 0.6;
}
.header .search_block.opened input {
  width: 220px;
  color: #333333;
  padding-left: 10px;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header .search_block.opened + .phone_block {
  opacity: 0;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.header .search_form {
  float: right;
  position: relative;
  min-width: 32px;
  background: #f2f2f2;
  border-radius: 16px;
}
.header .search_form button {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  border: none;
  background: transparent;
  padding: 0;
  font-size: 140%;
  border-radius: inherit;
  color: #1E66AC;
}
.header .search_form button:before {
  display: block;
}
.header .search_form input {
  width: 32px;
  padding: 9px 32px 9px 0;
  -o-transition: all 0.5s, color 0.2s;
  -ms-transition: all 0.5s, color 0.2s;
  -moz-transition: all 0.5s, color 0.2s;
  -webkit-transition: all 0.5s, color 0.2s;
  transition: all 0.5s, color 0.2s;
  border: none;
  background: transparent;
  border-radius: inherit;
  color: transparent;
}
.header .lg_block {
  position: relative;
  order: 2;
  height: 32px;
  z-index: 10;
}
.header .lg_inner {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: #f2f2f2;
}
.header .lg_btn {
  border: none;
  background: transparent;
  padding: 9px 10px;
  font-size: 140%;
  display: flex;
  align-items: center;
  color: #1E66AC;
}
.header .lg_btn:before {
  display: block;
  margin-right: 10px;
}
.header .lg_btn:after {
  display: block;
  content: "";
  width: 6px;
  height: 4px;
  border-style: solid;
  border-width: 4px 3px 0;
  border-color: #999999 transparent;
}
.header .lg_list {
  display: none;
}
.header .lg_list:after {
  display: block;
  content: "";
  height: 5px;
}
.header .lg_list li {
  border-top: 1px solid #e5e5e5;
}
.header .lg_list a {
  display: block;
  text-align: center;
  color: #333333;
  padding: 5px;
}
.header .lg_list a.current_lg {
  pointer-events: none;
  color: #1E66AC;
  font-family: "roboto-bold", "mardoto-bold";
}
.header .menu_btn {
  border: none;
  color: #1E66AC;
  padding: 9px 7px;
  width: 32px;
  height: 32px;
  position: relative;
  overflow: hidden;
  z-index: 100;
  background: #f2f2f2;
  order: 4;
  border-radius: 50%;
  margin-left: 10px;
}
.header .menu_btn:before, .header .menu_btn:after {
  display: block;
  content: "";
  position: absolute;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-top: 2px solid;
  left: 7px;
  width: 18px;
}
.header .menu_btn:before {
  top: 9px;
}
.header .menu_btn:after {
  bottom: 9px;
}
.header .menu_btn span {
  display: block;
  border-top: 2px solid;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.header .menu_btn:before {
  transform-origin: left top;
  -webkit-transfrom-origin: left top;
}
.header .menu_btn:after {
  transform-origin: left bottom;
  -webkit-transfrom-origin: left bottom;
}
.header .main_menu > li {
  position: relative;
}
.header .main_menu > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 50px;
  padding: 5px 15px;
}
.header .main_menu > li.opened .submenu_btn {
  background: #4EB4DD;
}
.header .main_menu .submenu_btn:after {
  display: block;
  font-size: 0.4rem;
  margin-left: 8px;
  content: "\e901";
}
.header .submenu_list,
.header .sublevel_list {
  display: none;
}
.header .submenu_list a,
.header .sublevel_list a {
  color: #666666;
}
.header .sublevel_btn:after {
  display: block;
  margin-left: 15px;
}
@media screen and (min-width: 960px) {
  .header .menu_btn {
    display: none;
  }
  .header .submenu_list {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    background: #ffffff;
    z-index: 5;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .header .submenu_list li {
    position: relative;
  }
  .header .submenu_list li.opened .sublevel_btn {
    color: #1E66AC;
    background: #f2f2f2;
  }
  .header .submenu_list li.opened .sublevel_btn:before {
    opacity: 1;
  }
  .header .submenu_list a {
    display: block;
    position: relative;
    padding: 7px 15px;
  }
  .header .submenu_list a:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #1E66AC;
    opacity: 0;
    -o-transition: inherit;
    -ms-transition: inherit;
    -moz-transition: inherit;
    -webkit-transition: inherit;
    transition: inherit;
  }
  .header .submenu_list a.sublevel_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header .submenu_list a.sublevel_btn:after {
    content: "\e903";
    font-size: 0.8rem;
  }
  .header .sublevel_list {
    position: absolute;
    left: 100%;
    top: 0;
    min-width: 100%;
    background: #fafafa;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .header .main_menu {
    display: flex;
  }
  .header .main_menu > li {
    flex: 1;
  }
  .header .main_menu > li > a {
    color: #ffffff;
    background: #1E66AC;
  }
  .header .main_menu > li:last-child .submenu_list {
    left: auto;
    right: 0;
  }
  .header .main_menu > li:last-child .sublevel_list {
    left: auto;
    right: 100%;
  }
  .header .main_menu > li:last-child .opened a.sublevel_btn:after {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
  }
}
@media screen and (min-width: 960px) and (max-width: 1365px) {
  .header .main_menu > li:nth-last-child(2) .sublevel_list {
    left: auto;
    right: 100%;
  }
  .header .main_menu > li:nth-last-child(2) .opened a.sublevel_btn:after {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
  }
}
@media screen and (max-width: 959px) {
  .header {
    border-bottom: 1px solid #e5e5e5;
  }
  .header .menu_btn {
    display: block;
  }
  .header .phone_block a {
    padding-left: 26px;
  }
  .header .phone_block a .phone_number {
    font-size: 200%;
  }
  .header_top {
    position: relative;
    z-index: 100;
    background: #ffffff;
  }
  .header .menu_block {
    display: flex;
    flex-direction: column;
    position: fixed;
    overflow: hidden;
    top: 0;
    background: #ffffff;
    left: 0;
    width: 100%;
    height: 0;
    -o-transition: height 0.5s;
    -ms-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
  }
  .header .menu_block:before {
    display: block;
    content: "";
    height: 78px;
  }
  .header .menu_inner {
    flex: 1;
    position: relative;
    height: 50%;
    overflow-x: hidden;
    overflow-y: auto;
    border-top: 1px solid #1E66AC;
  }
  .header .main_menu {
    font-size: 100%;
    line-height: 17px;
    text-align: center;
    padding: 10px 20px;
  }
  .header .main_menu > li {
    padding: 15px 0;
  }
  .header .main_menu > li.opened .submenu_btn {
    background: transparent;
  }
  .header .main_menu > li > a {
    height: auto;
    display: inline-flex;
    max-width: 220px;
    vertical-align: top;
    padding: 0;
    font-size: 140%;
  }
  .header .main_menu .opened > a {
    color: #4EB4DD;
  }
  .header .main_menu .opened > a:after {
    transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -o-transform: scaleY(-1);
  }
  .header .main_menu a:active {
    background: transparent !important;
    color: #4EB4DD;
  }
  .header .main_menu .submenu_btn:after {
    font-size: 0.5rem;
    font-weight: 700;
  }
  .header .main_menu .submenu_list:before {
    display: block;
    content: "";
    height: 10px;
  }
  .header .main_menu .submenu_list > li {
    padding: 10px 0;
  }
  .header .main_menu .submenu_list > li > a {
    font-size: 130%;
  }
  .header .main_menu .submenu_list a {
    display: inline-block;
    vertical-align: top;
    max-width: 220px;
  }
  .header .main_menu .submenu_list a:active {
    color: #4EB4DD !important;
  }
  .header .main_menu .submenu_list a.sublevel_btn {
    display: inline-flex;
    vertical-align: top;
    align-items: center;
  }
  .header .main_menu .submenu_list a.sublevel_btn:after {
    content: "\e901";
    font-size: 0.4rem;
    font-weight: 700;
    margin-left: 8px;
  }
  .header .main_menu .sublevel_list {
    font-size: 120%;
  }
  .header .main_menu .sublevel_list a {
    color: #666666;
  }
  .header .main_menu .sublevel_list:before {
    display: block;
    content: "";
    height: 7px;
  }
  .header .main_menu .sublevel_list li {
    padding: 6px 0;
  }
}
@media screen and (min-width: 960px) and (max-width: 1365px) {
  .header .main_menu > li {
    flex: auto;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .header .logoes_block > * {
    margin-right: 40px;
  }
  .header .phone_block {
    margin-right: 30px;
  }
  .header .main_menu {
    font-size: 110%;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .header .logoes_block > * {
    margin-right: 20px;
  }
  .header .phone_block {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .header_top {
    padding: 0;
  }
  .header_top .page_container {
    flex-wrap: wrap;
  }
  .header .logoes_block {
    padding: 10px 0;
    height: 65px;
  }
  .header .actions_block {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 11px 0;
    position: relative;
  }
  .header .actions_block:before, .header .actions_block:after {
    display: block;
    content: "";
    position: absolute;
    left: -20px;
    right: -20px;
    border-top: 1px solid #e5e5e5;
  }
  .header .actions_block:before {
    top: 0;
  }
  .header .actions_block:after {
    bottom: 0;
  }
  .header .phone_block {
    margin-right: auto;
  }
  .header .menu_block:before {
    min-height: 125px;
  }
}
@media screen and (max-width: 359px) {
  .header .search_block.opened input {
    width: 180px;
  }
}

.logoes_block {
  display: flex;
  align-items: center;
}
.logoes_block > * {
  display: block;
}
.logoes_block img {
  display: block;
  width: auto;
  height: 50px;
}
.logoes_block .ncdc_logo img {
  height: 45px;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .logoes_block img {
    height: 38px;
  }
  .logoes_block .ncdc_logo img {
    height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .logoes_block {
    margin: 0 -10px;
    justify-content: center;
    flex: 1;
  }
  .logoes_block > * {
    flex: 1;
    margin: 0 10px !important;
  }
  .logoes_block img {
    max-height: 45px;
    max-width: 100%;
    height: auto !important;
    margin: 0 auto;
  }
}

@media screen and (max-width: 959px) {
  .menu_opened {
    overflow: hidden;
  }
  .menu_opened .menu_btn span {
    opacity: 0;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .menu_opened .menu_btn:before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  .menu_opened .menu_btn:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
  .menu_opened .menu_btn:before, .menu_opened .menu_btn:after {
    margin-left: 3px;
  }
  .menu_opened .menu_block {
    height: 100%;
  }
}
.web .submenu_list a:hover {
  background: #f2f2f2;
  color: #1E66AC;
}
.web .submenu_list a:hover:before {
  opacity: 1;
}

.touch .submenu_list a:active {
  color: #1E66AC;
}
@media screen and (min-width: 960px) {
  .touch .submenu_list a:active {
    background: #f2f2f2;
  }
}
.touch .submenu_list a:active:before {
  opacity: 1;
}

.footer {
  opacity: 0;
  position: relative;
  overflow: hidden;
}
.footer_top {
  background: #333333;
  color: #ffffff;
  padding: 60px 0;
}
.footer_menu {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.footer_menu:after {
  display: block;
  content: "";
  border-top: 1px solid #4D4D4D;
  margin: 20px 0 40px;
}
.footer_menu > ul {
  padding: 0;
  margin: 0 -20px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.footer_menu > ul > li {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
  padding-left: 20px;
  padding-right: 20px;
  width: 16.66%;
  margin-bottom: 20px;
}
.footer_menu > ul > li > div {
  font-size: 140%;
  line-height: 17px;
  font-family: "roboto-bold", "mardoto-bold";
}
.footer_menu > ul > li ul li {
  margin-top: 10px;
}
.footer_menu > ul > li ul li li {
  padding-left: 20px;
}
.footer_menu > ul > li ul a {
  display: inline-block;
  vertical-align: top;
  color: inherit;
}
.footer_subtitle {
  font-family: "roboto-bold", "mardoto-bold";
  font-size: 180%;
  line-height: 21px;
  margin-bottom: 15px;
}
.footer .useful_links {
  flex: 1;
  width: 50%;
  padding: 0 20px;
}
.footer .useful_links li {
  width: 20%;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 10px;
}
.footer .useful_links a {
  display: inline-block;
  vertical-align: top;
  color: #4EB4DD;
  margin-top: 2px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.footer_contacts {
  flex: 1;
  max-width: 220px;
  padding: 0 20px;
}
.footer .contact_block {
  margin-bottom: 20px;
}
.footer .contact_label {
  font-size: 110%;
  line-height: 12px;
  color: #999999;
  margin-bottom: 1px;
}
.footer .contact_info a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: inherit;
}
.footer .socials_list {
  margin: 0 -10px;
  padding: 0;
  list-style-type: none;
  display: flex;
  font-size: 210%;
}
.footer .socials_list li {
  padding: 10px 10px 0;
}
.footer .socials_list a {
  display: block;
  color: #4EB4DD;
}
.footer .socials_list a:before {
  display: block;
}
.footer_bottom {
  background: #F0F0F0;
  padding: 20px 0;
}
.footer_bottom .page_row {
  min-height: 90px;
  align-items: center;
  justify-content: space-between;
}
.footer .copyrights {
  text-align: right;
  flex: 1;
  max-width: 50%;
  padding: 0 20px;
}
.footer .copyrights a {
  color: #1E66AC;
}
.footer .logoes_block {
  padding: 0 20px;
}
.footer .logoes_block > * {
  margin-right: 48px;
}
.footer .developer {
  margin-top: 10px;
}
@media screen and (max-width: 959px) {
  .footer_top {
    padding: 40px 0 20px;
  }
  .footer_menu:after {
    margin-bottom: 20px;
  }
  .footer_bottom .page_row {
    min-height: 0;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .footer_menu > ul > li {
    width: 25%;
    max-width: 25%;
  }
  .footer .useful_links li {
    width: 33.33%;
    max-width: 33.33%;
  }
  .footer .logoes_block > * {
    margin-right: 30px;
  }
  .footer_bottom .page_row {
    min-height: 80px;
  }
}
@media screen and (min-width: 576px) and (max-width: 959px) {
  .footer_menu > ul > li {
    width: 33.33%;
    max-width: 33.33%;
  }
  .footer .useful_links li {
    width: 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 360px) and (max-width: 575px) {
  .footer_menu > ul > li,
.footer .useful_links li {
    width: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .footer .copyrights {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 20px;
    margin-top: 20px;
    position: relative;
  }
  .footer .copyrights:before {
    display: block;
    content: "";
    position: absolute;
    left: -20px;
    right: -20px;
    border-top: 1px solid #e5e5e5;
    top: 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .footer .copyrights {
    display: flex;
    justify-content: space-between;
    text-align: left;
    align-items: flex-end;
  }
}
@media screen and (max-width: 575px) {
  .footer_contacts {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 40px;
  }
  .footer_menu:after {
    margin-bottom: 40px;
  }
  .footer .copyrights {
    text-align: center;
  }
}
@media screen and (max-width: 359px) {
  .footer_menu > ul > li,
.footer .useful_links li {
    width: 100%;
    max-width: 100%;
  }
}

.web .logoes_block a, .logoes_block .web a, .news_block .image_block.icon_play:before, .news_block img, .video_news .image_block:before, .video_news img, .footer {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.web .standard_text a, .standard_text .web a, .web .file_link, .web .header .phone_block a, .header .phone_block .web a, .web .header .search_form button, .header .search_form .web button, .web .header .lg_btn, .header .web .lg_btn, .web .header .lg_list a, .header .lg_list .web a, .web .footer_menu > ul > li ul a, .footer_menu > ul > li ul .web a, .web .footer .contact_info a, .footer .contact_info .web a, .web .footer .copyrights a, .footer .copyrights .web a, .web .footer .useful_links a, .footer .useful_links .web a, .web .footer .socials_list a, .footer .socials_list .web a, .news_block .news_title a, .video_news .news_title {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.web .paging a, .paging .web a, .web .header .main_menu > li > a, .header .web .main_menu > li > a, .news_block .image_block, .web .sidebar_menu a {
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.web .view_all, .web .date_input[data-showAll=true] ~ .daterangepicker .drp-buttons .cancelBtn, .date_input[data-showAll=true] ~ .daterangepicker .drp-buttons .web .cancelBtn, .error_hint, .tab_btns li, .web .submenu_list a {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.touch .standard_text a, .standard_text .touch a, .touch .file_link, .touch .header .phone_block a, .header .phone_block .touch a, .touch .header .search_form button, .header .search_form .touch button, .touch .header .lg_btn, .header .touch .lg_btn, .touch .header .lg_list a, .header .lg_list .touch a, .touch .footer_menu > ul > li ul a, .footer_menu > ul > li ul .touch a, .touch .footer .contact_info a, .footer .contact_info .touch a, .touch .footer .copyrights a, .footer .copyrights .touch a, .touch .footer .useful_links a, .footer .useful_links .touch a, .touch .footer .socials_list a, .footer .socials_list .touch a {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.touch .paging a, .paging .touch a, .touch .header .main_menu > li > a, .header .touch .main_menu > li > a, .touch .sidebar_menu a {
  -o-transition: background-color 0.15s;
  -ms-transition: background-color 0.15s;
  -moz-transition: background-color 0.15s;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

.touch .view_all, .touch .date_input[data-showAll=true] ~ .daterangepicker .drp-buttons .cancelBtn, .date_input[data-showAll=true] ~ .daterangepicker .drp-buttons .touch .cancelBtn, .touch .submenu_list a {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.web .footer .useful_links a:hover, .footer .useful_links .web a:hover, .web .footer .socials_list a:hover, .footer .socials_list .web a:hover {
  color: #1E66AC;
}
.web .logoes_block a:hover, .logoes_block .web a:hover {
  opacity: 0.7;
}
.web .view_all:hover, .web .date_input[data-showAll=true] ~ .daterangepicker .drp-buttons .cancelBtn:hover, .date_input[data-showAll=true] ~ .daterangepicker .drp-buttons .web .cancelBtn:hover {
  background: #1E66AC;
  color: #ffffff;
  border-color: transparent;
}
.web .standard_text a:hover, .standard_text .web a:hover, .web .file_link:hover, .web .header .phone_block a:hover, .header .phone_block .web a:hover, .web .header .search_form button:hover, .header .search_form .web button:hover, .web .header .lg_btn:hover, .header .web .lg_btn:hover, .web .header .lg_list a:hover, .header .lg_list .web a:hover, .web .footer_menu > ul > li ul a:hover, .footer_menu > ul > li ul .web a:hover, .web .footer .contact_info a:hover, .footer .contact_info .web a:hover, .web .footer .copyrights a:hover, .footer .copyrights .web a:hover {
  color: #4EB4DD;
}
.web .paging a:hover, .paging .web a:hover, .web .header .main_menu > li > a:hover, .header .web .main_menu > li > a:hover {
  background: #4EB4DD;
}

.touch .footer .useful_links a:active, .footer .useful_links .touch a:active, .touch .footer .socials_list a:active, .footer .socials_list .touch a:active {
  color: #1E66AC;
}
.touch .standard_text a:active, .standard_text .touch a:active, .touch .file_link:active, .touch .header .phone_block a:active, .header .phone_block .touch a:active, .touch .header .search_form button:active, .header .search_form .touch button:active, .touch .header .lg_btn:active, .header .touch .lg_btn:active, .touch .header .lg_list a:active, .header .lg_list .touch a:active, .touch .footer_menu > ul > li ul a:active, .footer_menu > ul > li ul .touch a:active, .touch .footer .contact_info a:active, .footer .contact_info .touch a:active, .touch .footer .copyrights a:active, .footer .copyrights .touch a:active {
  color: #4EB4DD;
}
.touch .paging a:active, .paging .touch a:active, .touch .header .main_menu > li > a:active, .header .touch .main_menu > li > a:active {
  background: #4EB4DD;
}
.touch .view_all:active, .touch .date_input[data-showAll=true] ~ .daterangepicker .drp-buttons .cancelBtn:active, .date_input[data-showAll=true] ~ .daterangepicker .drp-buttons .touch .cancelBtn:active {
  background: #1E66AC;
  color: #ffffff;
  border-color: transparent;
}

/*# sourceMappingURL=main.css.map */
