@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?e4dkio");
  src: url("../fonts/icons/icomoon.eot?e4dkio#iefix") format("embedded-opentype"), url("../fonts/icons/icomoon.ttf?e4dkio") format("truetype"), url("../fonts/icons/icomoon.woff?e4dkio") format("woff");
  font-weight: normal;
  font-style: normal;
}
.icon_eye:before {
  content: "\e900";
}

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

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

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

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

.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_exchange:before {
  content: "\e913";
}

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

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

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

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: #222222;
  width: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  min-height: 100%;
  font-family: "mardoto", "roboto";
}
body:before {
  display: block;
  position: fixed;
  content: "";
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  background: #000000;
  opacity: 0;
  height: 0;
  -o-transition: height 0.05s, opacity 0.5s;
  -ms-transition: height 0.05s, opacity 0.5s;
  -moz-transition: height 0.05s, opacity 0.5s;
  -webkit-transition: height 0.05s, opacity 0.5s;
  transition: height 0.05s, opacity 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
body.popup_opened {
  overflow: hidden;
}
body.popup_opened:before {
  height: 100%;
  opacity: 0.6;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

*,
*: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: #4F8EB3;
}

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: -10px;
  margin-right: -10px;
}
.page_row .cb {
  flex: 0 0 100%;
  max-width: 100%;
}

.page_container {
  width: 100%;
  max-width: 1210px;
  padding-left: 15px;
  padding-right: 15px;
  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;
  font-size: 120%;
  line-height: 16px;
}

.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;
}

.news_description {
  font-size: 130%;
  line-height: 17px;
  color: #787878;
  margin-top: 7px;
  display: block;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.block_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.btn_more {
  color: #AA241F;
  font-size: 120%;
  line-height: 14px;
}
.btn_more.icon_down_custom {
  border: none;
  display: flex !important;
  align-items: center;
  background: none;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.btn_more.icon_down_custom:before {
  display: block;
  content: "";
  width: 6px;
  height: 4px;
  border-style: solid;
  border-width: 4px 3px 0;
  border-color: #C4C4C4 transparent;
  margin-left: 6px;
}

.large_section_feed .feed_list {
  max-height: 810px;
}
.large_section_feed .feed_inner {
  margin-top: 0;
}
@media screen and (max-width: 575px) {
  .large_section_feed .feed_list {
    max-height: 320px;
  }
}

.banner_block {
  position: relative;
  overflow: hidden;
}
.banner_block img {
  display: block;
  width: 100%;
}
.banner_block a {
  display: block;
  position: relative;
  overflow: hidden;
}
.top_banner {
  height: 160px;
  background: #4F8EB3;
  position: relative;
  overflow: hidden;
  font-size: 220%;
  line-height: 27px;
}
.top_banner a {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: flex-end;
  position: relative;
  color: #ffffff;
  padding: 20px;
}
.top_banner a img {
  object-fit: cover;
}
.top_banner .bnner_title {
  position: relative;
  z-index: 2;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 1200px) {
  .top_banner .bnner_title {
    max-width: 240px;
    margin-left: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .top_banner .bnner_title {
    max-width: 200px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top_banner .bnner_title {
    max-width: 180px;
    margin-left: 0;
  }
}

.page_title {
  font-family: "mardoto-bold", "roboto-bold";
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 991px) {
  .page_title {
    font-size: 280%;
    line-height: 32px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1199px) {
  .page_title {
    font-size: 220%;
    line-height: 30px;
  }
}
@media screen and (min-width: 576px) and (max-width: 990px) {
  .page_title {
    font-size: 200%;
    line-height: 23px;
  }
}
@media screen and (max-width: 575px) {
  .page_title {
    font-size: 180%;
    line-height: 23px;
  }
}

.section_title {
  font-family: "mardoto-bold", "roboto-bold";
  color: #4B4E6A;
  margin: 0;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1000;
  -o-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.loader img {
  display: block;
  width: 100%;
  max-width: 60px;
  height: auto;
  object-fit: cover;
  -o-transition: all 3s;
  -ms-transition: all 3s;
  -moz-transition: all 3s;
  -webkit-transition: all 3s;
  transition: all 3s;
}
.loader img {
  animation: loading 1s infinite;
}

@keyframes loading {
  0% {
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
  }
  50% {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
  }
  100% {
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
  }
}
.popup_block {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  top: 100%;
  overflow: hidden;
  z-index: 1000;
  -o-transition: top 0.5s;
  -ms-transition: top 0.5s;
  -moz-transition: top 0.5s;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
}
.popup_block.showed {
  top: 0;
  overflow-y: auto;
}
.popup_inner {
  display: flex;
  width: 100%;
  min-height: 100%;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.popup_title {
  font-size: 150%;
  line-height: 21px;
  color: #000000;
  font-family: "mardoto-bold", "roboto-bold";
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.popup_container {
  background: #ffffff;
  width: 100%;
  max-width: 420px;
  padding: 20px 20px;
  position: relative;
}
.popup_content {
  position: relative;
  overflow: hidden;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.popup_description {
  font-size: 140%;
  line-height: 19px;
  color: #000000;
  margin: 15px 0 20px;
}
@keyframes loadAnimation {
  9% {
    box-shadow: none;
  }
  10% {
    box-shadow: -8px 0 0;
  }
  35% {
    box-shadow: -8px 0 0;
  }
  36% {
    box-shadow: -8px 0 0, 8px 0 0;
  }
  60% {
    box-shadow: -8px 0 0, 8px 0 0;
  }
  61% {
    box-shadow: -8px 0 0, 8px 0 0, 24px 0 0;
  }
  85% {
    box-shadow: -8px 0 0, 8px 0 0, 24px 0 0;
  }
  86% {
    box-shadow: none;
  }
}
.popup_btn_block {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.popup_btn_block a,
.popup_btn_block button {
  border: 1px solid #AA241F;
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 117px;
  color: #AA241F;
  background: transparent;
  font-size: 100%;
  position: relative;
  line-height: 11px;
  text-transform: uppercase;
  padding: 10px;
  font-family: "mardoto-bold", "roboto-bold";
}
.popup_btn_block .btn_subscribe {
  background: #AA241F;
  color: #ffffff;
  margin-left: 20px;
  min-width: 138px;
}
.popup_btn_block .btn_subscribe.loading:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px -15px;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  animation: loadAnimation 1.6s infinite linear;
}
.popup_btn_block .btn_subscribe.loading {
  pointer-events: none;
  color: transparent;
  font-size: 0;
}
@media screen and (max-width: 575px) {
  .popup_btn_block a,
.popup_btn_block button {
    min-width: auto;
  }
  .popup_btn_block .btn_subscribe {
    min-width: auto;
  }
}

iframe {
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 575px) {
  iframe {
    height: 300px;
  }
}

.socials_list > ul, .footer_menu ul, .footer .top_menu ul, .header .submenu_list, .header .main_menu, .header .lg_list, .header .search_block .autocomplete_block ul, .header .second_menu .main_menu, .header .socials_list, .header .exchange_rates {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.top_banner a img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

[class*=icon_]:before, [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;
}

.header .exchange_btn:before, .banner_block img, .banner_block a *, .top_banner a img, .loader img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

@media screen and (min-width: 1200px) {
  .section_title {
    font-size: 220%;
    line-height: 27px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .section_title {
    font-size: 180%;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .section_title {
    font-size: 160%;
    line-height: 20px;
  }
}

.header {
  position: relative;
  z-index: 100;
  margin-bottom: 20px;
}
.header:before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
  bottom: -18px;
  left: 0;
  right: 0;
  width: 100%;
  height: 20px;
}
.header .inner_header {
  display: flex;
  justify-content: space-between;
}
.header .menu_block {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: flex-start;
}
.header_top {
  padding: 12px 0 7px;
  position: relative;
}
.header_top:before {
  border-bottom: 1px solid #E6E6E6;
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 42px;
}
.header .main_logo {
  position: relative;
}
.header .main_logo img {
  height: 80px;
}
.header .inner_top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.header .right_top,
.header .left_top {
  display: flex;
  align-items: flex-start;
}
.header .exchange_btn {
  display: none;
  border: none;
  padding: 0;
  color: #4F8EB3;
  font-size: 220%;
  background: none;
  text-align: center;
}
.header .exchange_btn:before {
  display: block;
}
.header .exchange_rates {
  display: flex;
  flex-wrap: wrap;
  font-size: 120%;
  line-height: 14px;
  color: #999999;
  padding: 2px 10px 0 36px;
}
.header .exchange_rates li {
  padding: 0 5px;
}
.header .exchange_rates .rate {
  color: #3C7D4E;
  font-family: "mardoto-medium", "roboto-medium";
}
.header .exchange_rates .rate:before {
  padding: 0 2px 0 4px;
  font-size: 88%;
}
.header .exchange_rates .rate.icon_arrow_bottom {
  color: #AA241F;
}
.header .btn_tv {
  min-width: 78px;
  height: 20px;
  padding: 5px;
  background: #AA241F;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  font-size: 120%;
  line-height: 14px;
  color: #ffffff;
  font-family: "mardoto-bold", "roboto-bold";
  margin: 0 10px;
}
.header .socials_list {
  display: flex;
  flex-wrap: wrap;
  font-size: 140%;
  line-height: 18px;
  padding: 2px 10px 0;
}
.header .socials_list li {
  padding: 0 5px;
}
.header .socials_list li a {
  color: #999999;
}
.header .second_menu .main_menu {
  display: flex;
  flex-wrap: wrap;
  padding: 2px 0 0;
}
.header .second_menu .main_menu li {
  padding: 0 10px;
}
.header .second_menu .main_menu li a {
  color: #4B4E6A;
  font-size: 12px;
  line-height: 14px;
  font-family: "mardoto", "roboto";
  z-index: 4;
}
.header .second_menu .submenu_list {
  z-index: 3;
}
.header .menu_btn {
  display: none;
}
.header .search_block {
  position: relative;
  width: 17px;
  height: 100%;
  z-index: 5;
  margin: -4px 10px 0 35px;
  -o-transition: z-index 0.5s;
  -ms-transition: z-index 0.5s;
  -moz-transition: z-index 0.5s;
  -webkit-transition: z-index 0.5s;
  transition: z-index 0.5s;
}
.header .search_block .autocomplete_block {
  position: absolute;
  background: #ffffff;
  z-index: 10;
  top: 100%;
  height: 0;
  opacity: 0;
  width: 100%;
  max-width: 230px;
  overflow: hidden;
  font-size: 140%;
  line-height: 19px;
  margin-top: 0;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  max-height: 280px;
  scrollbar-color: #4B4E6A #F9F9F9;
  scrollbar-width: auto;
  overflow-x: hidden;
  overflow-y: auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.13);
}
.header .search_block .autocomplete_block::-webkit-scrollbar {
  width: 8px;
  height: 0;
  border-radius: 0;
  background: #F9F9F9;
}
.header .search_block .autocomplete_block::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #4B4E6A;
}
.header .search_block .autocomplete_block::-webkit-scrollbar-thumb {
  border-style: solid;
  border-color: #f2f2f2;
  border-width: 2px 1px;
}
.header .search_block .autocomplete_block:hover, .header .search_block .autocomplete_block:active {
  opacity: 1;
  height: auto;
}
.header .search_block .autocomplete_block:before, .header .search_block .autocomplete_block:after {
  display: block;
  content: "";
  height: 10px;
}
.header .search_block .autocomplete_block li {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 5px 15px;
}
.header .search_block form {
  position: relative;
  float: right;
  background: #ffffff;
  padding-left: 17px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header .search_block button[type=submit] {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  border: none;
  background: #ffffff;
  padding: 0 8px;
  font-size: 150%;
  color: #4B4E6A;
  z-index: 2;
}
.header .search_block input {
  border: none;
  padding: 5px 0;
  font-size: 120%;
  line-height: 16px;
  border-bottom: 1px solid #E6E6E6;
  background: #ffffff;
  box-shadow: 2px 2px 30px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  width: 0;
  color: #000000;
  -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;
}
.header .search_block input:focus ~ .autocomplete_block {
  height: auto;
  opacity: 1;
}
.header .search_block ::-webkit-input-placeholder {
  color: inherit;
}
.header .search_block :-moz-placeholder {
  color: inherit;
}
.header .search_block ::-moz-placeholder {
  color: inherit;
}
.header .search_block :-ms-input-placeholder {
  color: inherit;
}
.header .search_block.opened {
  z-index: 201;
  -o-transition: z-index 0.1s;
  -ms-transition: z-index 0.1s;
  -moz-transition: z-index 0.1s;
  -webkit-transition: z-index 0.1s;
  transition: z-index 0.1s;
}
.header .search_block.opened input {
  width: 230px;
  color: #222222;
  padding-right: 30px;
  padding-left: 10px;
}
.header .lg_block {
  position: relative;
  height: 37px;
  margin-top: -6px;
}
.header .lg_block.opened {
  background: #ffffff;
}
.header .lg_block.opened .lg_inner {
  background: #ffffff;
  box-shadow: 2px 2px 30px 2px rgba(0, 0, 0, 0.1);
}
.header .lg_inner {
  background: none;
  position: relative;
  overflow: hidden;
  padding-top: 6px;
}
.header .lg_btn {
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: none;
}
.header .lg_btn:before {
  display: block;
  color: #4B4E6A;
  font-size: 160%;
  padding-right: 10px;
}
.header .lg_btn:after {
  display: block;
  content: "";
  width: 6px;
  height: 4px;
  border-style: solid;
  border-width: 4px 3px 0;
  border-color: #C4C4C4 transparent;
}
.header .lg_list {
  display: none;
  text-align: center;
  font-size: 120%;
  background: #ffffff;
  z-index: 4;
  position: relative;
}
.header .lg_list li {
  margin-bottom: 5px;
}
.header .lg_list li:first-child {
  margin-top: 10px;
}
.header .lg_list a {
  display: block;
  color: #4B4E6A;
}
.header .lg_list a.current_lg {
  color: #4B4E6A;
}
.header .menu_inner {
  display: flex;
  justify-content: flex-end;
  padding: 19px 0;
}
.header .main_menu {
  display: flex;
  flex-wrap: wrap;
}
.header .main_menu > li {
  padding: 10px;
  position: relative;
  background: #ffffff;
}
.header .main_menu > li:last-child {
  padding-right: 10px;
}
.header .main_menu > li:nth-last-child(-n+3) .submenu_list {
  right: 0;
  left: auto;
}
.header .main_menu > li > a {
  text-transform: uppercase;
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  color: #4B4E6A;
  font-size: 120%;
  line-height: 14px;
  font-family: "mardoto-medium", "roboto-medium";
  z-index: 2;
  padding: 0;
  position: relative;
}
.header .main_menu > li > a.submenu_btn:after {
  display: block;
  content: "";
  width: 6px;
  height: 4px;
  border-style: solid;
  border-width: 4px 3px 0;
  border-color: #C4C4C4 transparent;
  margin-left: 7px;
  margin-top: -2px;
  -o-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.header .main_menu > li.opened a.submenu_btn {
  color: #4B4E6A;
  font-family: "mardoto-bold", "roboto-bold";
  z-index: 4;
}
.header .main_menu > li.opened a.submenu_btn:after {
  border-top-color: #4F8EB3;
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
}
.header .main_menu > li.opened .submenu_list {
  z-index: 3;
}
.header .submenu_list {
  display: none;
  position: absolute;
  top: 0;
  left: -8px;
  background: #ffffff;
  box-shadow: 2px 2px 30px 2px rgba(0, 0, 0, 0.1);
  color: #4F8EB3;
  scrollbar-color: #BFBFBF #f2f2f2;
  scrollbar-width: auto;
  width: 150px;
  z-index: 1;
}
.header .submenu_list::-webkit-scrollbar {
  width: 9px;
  height: 0;
  border-radius: 5px;
  background: #f2f2f2;
}
.header .submenu_list::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #BFBFBF;
}
.header .submenu_list:before, .header .submenu_list:after {
  display: block;
  content: "";
  height: 33px;
  border-bottom: 1px solid #E6E6E6;
}
.header .submenu_list li {
  padding: 7px 20px;
}
.header .submenu_list a {
  display: block;
  padding: 0;
  font-size: 120%;
  line-height: 14px;
  color: #4B4E6A;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .header .main_menu > li {
    padding: 0 5px;
  }
  .header .main_menu > li > a {
    font-size: 110%;
  }
}
@media screen and (max-width: 990px) {
  .header .second_menu .main_menu {
    flex-direction: column;
  }
  .header .second_menu .main_menu li {
    padding: 0 20px;
    margin-bottom: 10px;
  }
  .header .second_menu .main_menu li:first-child {
    margin-top: 10px;
  }
  .header .menu_inner_block {
    flex: 1;
    width: 100%;
    height: 50%;
    position: relative;
    padding-top: 45px;
  }
  .header .second_menu {
    border-top: 1px solid #E6E6E6;
    width: 0;
    padding-bottom: 30px;
    opacity: 0;
  }
  .header .exchange_rates {
    display: none;
    position: absolute;
    background: #ffffff;
    z-index: 10;
    font-size: 140%;
    line-height: 16px;
    box-shadow: 2px 2px 30px 2px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    top: 40px;
    padding: 10px 8px;
    margin-left: 25px;
  }
  .header .exchange_rates li {
    margin-bottom: 5px;
  }
  .header .exchange_rates li:last-child {
    margin-bottom: 0;
  }
  .header .main_menu > li a {
    font-size: 160%;
    line-height: 1.33em;
    margin-bottom: 5px;
  }
  .header .submenu_list {
    position: relative;
    width: 100%;
    max-height: 100%;
    box-shadow: none;
  }
  .header .submenu_list:after, .header .submenu_list:before {
    display: none;
  }
  .header .submenu_list li a {
    font-size: 140%;
  }
  .header .exchange_btn {
    display: block;
    margin-left: 25px;
  }
  .header .menu_btn {
    display: block;
    position: relative;
    overflow: hidden;
    margin-left: 15px;
    border: none;
    padding: 8px 0;
    background: transparent;
    width: 28px;
    height: 18px;
    z-index: 100;
  }
  .header .menu_btn:before, .header .menu_btn:after {
    display: block;
    content: "";
    position: absolute;
    left: -21px;
    width: 50px;
    height: 2px;
    background: #222222;
    -o-transition: transform 0.5s;
    -ms-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    transition: transform 0.5s;
  }
  .header .menu_btn span {
    display: block;
    height: 2px;
    background: #222222;
    -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.4s;
    -ms-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .header .menu_btn:before {
    top: 2px;
  }
  .header .menu_btn:after {
    bottom: 2px;
  }
  .header .menu_inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 50;
    height: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -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 .main_menu {
    display: block;
    position: relative;
    padding-top: 10px;
  }
  .header .main_menu > li {
    margin-bottom: 20px;
    padding: 0 50px 0 20px;
    box-shadow: none !important;
  }
  .header .socials_list {
    position: fixed;
    top: 100%;
    height: 0;
    z-index: 100;
    left: 0;
    width: 100%;
    overflow: hidden;
    -o-transition: all 0s;
    -ms-transition: all 0s;
    -moz-transition: all 0s;
    -webkit-transition: all 0s;
    transition: all 0s;
    margin-left: 0;
    opacity: 0;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }
  .header .socials_list ul {
    justify-content: center;
  }
  .header .lg_block {
    z-index: 9;
  }
  .header .search_block {
    position: absolute;
    top: 60px;
    right: 0;
    z-index: 1;
    max-width: 370px;
    width: 100%;
    margin: -12px 10px 0 0;
  }
  .header .search_block form {
    width: 100%;
  }
  .header .search_block .autocomplete_block {
    max-width: 353px;
  }
  .header .search_block input {
    width: 100%;
    height: 45px;
    padding: 5px 30px 3px 15px;
  }
  .header .search_block button {
    margin-top: -10px;
  }
}
@media screen and (max-width: 575px) {
  .header {
    height: 102px;
  }
  .header .search_block {
    max-width: 235px;
  }
  .header .search_block .autocomplete_block {
    max-width: 218px;
  }
  .header .main_logo img {
    height: 60px;
  }
}

@media screen and (max-width: 990px) {
  .menu_opened {
    overflow: hidden;
  }
  .menu_opened .second_menu {
    width: 100%;
    opacity: 1;
    padding-bottom: 100px;
  }
  .menu_opened .header .menu_inner {
    height: 100vh;
  }
  .menu_opened .header .menu_btn:before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  .menu_opened .header .menu_btn:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
  .menu_opened .header .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 .header .socials_list {
    margin-top: -30px;
    height: 30px;
    opacity: 1;
    -o-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
}
.footer {
  opacity: 0;
  position: relative;
  overflow: hidden;
}
.footer_top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.footer .top_menu {
  padding: 0 20px;
}
.footer .top_menu ul {
  font-size: 120%;
  line-height: 16px;
}
.footer .top_menu li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-bottom: 12px;
}
.footer .top_menu a {
  display: inline-block;
  vertical-align: top;
  color: #000000;
}
.footer_menu {
  padding: 0 20px;
  flex: 1;
  max-width: 400px;
}
.footer_menu ul {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
  font-size: 120%;
  line-height: 16px;
  font-family: "mardoto-bold", "roboto-bold";
}
.footer_menu li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-bottom: 12px;
}
.footer_menu a {
  display: inline-block;
  vertical-align: top;
  color: #4B4E6A;
  text-transform: uppercase;
}

.footer_title {
  font-size: 110%;
  line-height: 12px;
  color: #000000;
  margin-bottom: 10px;
}

.logo_block {
  max-width: 150px;
  flex: 1;
}

.footer_inner {
  background: #F0F0F0;
  min-height: 216px;
  padding: 30px 0;
}

.copyrights {
  margin-top: 20px;
  font-size: 110%;
  line-height: 14px;
  color: #000000;
  max-width: 600px;
}

.subscribe .field_block .error_hint {
  width: 100%;
}
.subscribe .inner_field {
  display: flex;
  align-items: center;
}
.subscribe input {
  height: 31px;
  padding: 10px;
  color: #000000;
  font-size: 120%;
  line-height: 1.33em;
  border: 1px solid rgba(120, 120, 120, 0.5);
  border-right: none;
}
.subscribe input::placeholder {
  color: #787878;
}
.subscribe a,
.subscribe button,
.subscribe .validate_btn {
  min-height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px 12px;
  font-size: 110%;
  line-height: 11px;
  font-family: "mardoto-bold", "roboto-bold";
  border: 1px solid #AA241F;
  background: #ffffff;
  color: #AA241F;
  text-transform: uppercase;
}

.socials_list {
  margin-top: 21px;
}
.socials_list > ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.socials_list > ul > li {
  padding: 0 5px;
  margin-bottom: 10px;
}
.socials_list > ul > li a {
  background: #AA241F;
  padding: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 31px;
  height: 31px;
  color: #ffffff;
  font-size: 150%;
}
.socials_list > ul > li:first-child {
  padding-left: 0;
}

@media screen and (max-width: 990px) {
  .footer_infos {
    margin-top: 30px;
  }
  .footer_top {
    flex-wrap: wrap;
  }
  .footer_menu {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .copyrights {
    text-align: center;
    margin: 0 auto;
  }
  .footer_menu {
    max-width: 100%;
  }
  .top_menu,
.footer_infos {
    width: 100%;
    text-align: center;
  }
  .logo_block {
    text-align: center;
    width: 100%;
    max-width: 100%;
    flex: auto;
  }
  .socials_list {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .footer_menu {
    padding: 15px 0;
    text-align: center;
  }
  .footer_menu ul {
    column-count: 1;
  }
  .footer_top {
    align-items: center;
    justify-content: center;
  }
}
.web .btn_more, .web .top_banner a, .top_banner .web a, .web .popup_btn_block a, .popup_btn_block .web a,
.web .popup_btn_block button,
.popup_btn_block .web button, .web .header .main_logo a, .header .main_logo .web a, .web .header .exchange_btn, .header .web .exchange_btn, .web .header .btn_tv, .header .web .btn_tv, .web .header .lg_btn, .header .web .lg_btn, .web .header .main_menu > li > a, .header .web .main_menu > li > a, .web .subscribe a, .subscribe .web a,
.web .subscribe button,
.subscribe .web button,
.web .subscribe .validate_btn,
.subscribe .web .validate_btn, .web .socials_list > ul > li a, .socials_list > ul > li .web a, .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 .header .socials_list li a, .header .socials_list li .web a, .web .header .second_menu .main_menu li a, .header .second_menu .main_menu li .web a, .web .header .search_block .autocomplete_block li, .header .search_block .autocomplete_block .web li, .web .header .search_block button[type=submit], .header .search_block .web button[type=submit], .web .header .submenu_list a, .header .submenu_list .web a, .web .footer .top_menu a, .footer .top_menu .web a, .web .footer_menu a, .footer_menu .web a, .banner_block a {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.banner_block a .news_image:before {
  -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 .header .lg_list a, .header .lg_list .web a, .banner_block a .news_image:after, .banner_block a img, .error_hint {
  -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 .top_banner a, .top_banner .touch a, .touch .header .exchange_btn, .header .touch .exchange_btn {
  -o-transition: opacity 0.15s;
  -ms-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.touch .header .search_block .autocomplete_block li, .header .search_block .autocomplete_block .touch li, .touch .footer .top_menu a, .footer .top_menu .touch a, .touch .footer_menu a, .footer_menu .touch a, .banner_block 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;
}

.banner_block a .news_image:before {
  -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 .header .lg_list a, .header .lg_list .touch a, .banner_block a .news_image:after, .banner_block a img {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.banner_block a:active {
  color: #4F8EB3;
}
.banner_block a:active img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.banner_block a:active .news_image:before {
  background: #ffffff;
}
.banner_block a:active .news_image:after {
  border-left-color: #222222;
}
.banner_block a:active .news_title,
.banner_block a:active .news_date {
  color: inherit;
}

.banner_block a:hover {
  color: #4F8EB3;
}
.banner_block a:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.7;
}
.banner_block a:hover .news_image:before {
  background: #ffffff;
}
.banner_block a:hover .news_image:after {
  border-left-color: #222222;
}
.banner_block a:hover .news_title,
.banner_block a:hover .news_date {
  color: inherit;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.web .header .socials_list li a:hover, .header .socials_list li .web a:hover, .web .header .second_menu .main_menu li a:hover, .header .second_menu .main_menu li .web a:hover, .web .header .search_block .autocomplete_block li:hover, .header .search_block .autocomplete_block .web li:hover, .web .header .search_block button[type=submit]:hover, .header .search_block .web button[type=submit]:hover, .web .header .submenu_list a:hover, .header .submenu_list .web a:hover, .web .footer .top_menu a:hover, .footer .top_menu .web a:hover, .web .footer_menu a:hover, .footer_menu .web a:hover {
  color: #AA241F;
}
.web .header .lg_list a:hover, .header .lg_list .web a:hover {
  background: #ffffff;
  color: #000000;
  border-color: transparent;
}
.web .btn_more:hover, .web .top_banner a:hover, .top_banner .web a:hover, .web .popup_btn_block a:hover, .popup_btn_block .web a:hover,
.web .popup_btn_block button:hover,
.popup_btn_block .web button:hover, .web .header .main_logo a:hover, .header .main_logo .web a:hover, .web .header .exchange_btn:hover, .header .web .exchange_btn:hover, .web .header .btn_tv:hover, .header .web .btn_tv:hover, .web .header .lg_btn:hover, .header .web .lg_btn:hover, .web .header .main_menu > li > a:hover, .header .web .main_menu > li > a:hover, .web .subscribe a:hover, .subscribe .web a:hover,
.web .subscribe button:hover,
.subscribe .web button:hover,
.web .subscribe .validate_btn:hover,
.subscribe .web .validate_btn:hover, .web .socials_list > ul > li a:hover, .socials_list > ul > li .web a:hover {
  opacity: 0.7;
}
.touch .header .search_block .autocomplete_block li:active, .header .search_block .autocomplete_block .touch li:active, .touch .footer .top_menu a:active, .footer .top_menu .touch a:active, .touch .footer_menu a:active, .footer_menu .touch a:active {
  color: #4F8EB3;
}
.touch .header .lg_list a:active, .header .lg_list .touch a:active {
  background: #ffffff;
  color: #000000;
  border-color: transparent;
}
.touch .top_banner a:active, .top_banner .touch a:active, .touch .header .exchange_btn:active, .header .touch .exchange_btn:active {
  opacity: 0.7;
}

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