.networks {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  display: flex;
  flex-flow: row wrap;
}
.networks__item {
  width: 100%;
  height: 100%;
  background: #f3f3f3;
  font-size: 16px;
  position: relative;
  flex-grow: 1;
  flex-basis: 33.3333%;
  margin-right: -1px;
}
.networks__item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
  border: none;
}
.networks__item a:hover {
  color: #fff !important;
}
.networks__item a:hover .icon {
  transform: translate(-50%, -50%) scale(1.05);
}
.networks__item a .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.2s ease;
}
.networks__item_facebook {
  display: none;
  font-size: 70px;
  background: #3b5998;
}
.networks__item_twitter {
  font-size: 65px;
  background: #1ca1f2;
}
.networks__item_youtube {
  font-size: 70px;
  background: #ff0000;
}
.networks__item_rutube {
  font-size: 70px;
  background: #14191f;
}
.networks__item_rutube a:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  transform: translate(-50%, -50%) scale(1);
  background: url("/f/media/global/rutube.svg") no-repeat;
  background-size: contain;
  transition: transform 0.2s ease;
}
.networks__item_rutube a:hover:after {
  transform: translate(-50%, -50%) scale(1.05);
}
.networks__item_dzen {
  font-size: 70px;
  background: #fff;
}
.networks__item_dzen a:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 65px;
  height: 65px;
  transform: translate(-50%, -50%) scale(1);
  background: url("/f/media/global/dzen.svg") no-repeat;
  background-size: contain;
  transition: transform 0.2s ease;
}
.networks__item_dzen a:hover:after {
  transform: translate(-50%, -50%) scale(1.05);
}
.networks__item_instagram {
  display: none;
  font-size: 70px;
  background: url("/f/media/global/instagram-bg.png") 0 0 no-repeat;
  background-size: cover;
}
.networks__item_odnoklassniki {
  font-size: 75px;
  background: #F7931E;
}
.networks__item_vkontakte {
  font-size: 45px;
  background: #07F;
}
.networks__item_vkontakte .icon-vkontakte {
  width: 100%;
}
.networks__item_vkontakte .icon-vkontakte:before {
  content: "";
  background: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMzAzIDE5MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTY1LjAzNSAxODkuMzVDNjEuNzg4MyAxODkuMzUgMi44OTg3MyAxMTguNTY5IDAuNDQ0ODI0IDAuNzg4OTcxSDUyLjE2MjVDNTMuODYxMiA4Ny4yMzYzIDkxLjk4OCAxMjMuODU0IDEyMi4xODggMTMxLjQwNFYwLjc4ODk3MUgxNzAuODg3Vjc1LjM0NDZDMjAwLjcwOSA3Mi4xMzYgMjMyLjAzOCAzOC4xNjE1IDI0Mi42MDggMC43ODg5NzFIMjkxLjMwN0MyODMuMTkxIDQ2Ljg0NDEgMjQ5LjIxNiA4MC44MTg3IDIyNS4wNTYgOTQuNzg2QzI0OS4yMTYgMTA2LjExMSAyODcuOTExIDEzNS43NDUgMzAyLjYzNCAxODkuMzVIMjQ5LjAyN0MyMzcuNTEzIDE1My40ODggMjA4LjgyNiAxMjUuNzQxIDE3MC44ODcgMTIxLjk2NlYxODkuMzVIMTY1LjAzNVoiIGZpbGw9IndoaXRlIi8+PC9zdmc+") 50% 50% no-repeat;
  background-size: contain;
  display: block;
  height: 2em;
  margin: 0 auto;
  width: 70%;
}
.networks__item_telegram {
  background: #37AEE2;
  font-size: 65px;
}
.networks__item_telegram a .icon {
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%) scale(0.8);
}
.networks__item_telegram a:hover .icon {
  transform: translate(-50%, -50%) scale(0.85);
}
.networks_1 .networks__item, .networks_2 .networks__item, .networks_3 .networks__item {
  height: 100%;
}
.networks_4 .networks__item {
  flex-basis: 50%;
}
.networks_4 .networks__item, .networks_5 .networks__item, .networks_6 .networks__item {
  height: 50%;
}

.ie.ie10 .networks {
  display: block;
}
.ie.ie10 .networks__item {
  display: inline-block;
  vertical-align: top;
}
.ie.ie10 .networks_1 .networks__item {
  width: 100%;
  height: 100%;
}
.ie.ie10 .networks_2 .networks__item {
  width: 50%;
  height: 100%;
}
.ie.ie10 .networks_3 .networks__item {
  width: 33.3333%;
  height: 100%;
}
.ie.ie10 .networks_4 .networks__item {
  width: 50%;
  height: 50%;
}
.ie.ie10 .networks_5 .networks__item {
  height: 50%;
}
.ie.ie10 .networks_5 .networks__item:first-child, .ie.ie10 .networks_5 .networks__item:nth-child(2), .ie.ie10 .networks_5 .networks__item:nth-child(3) {
  width: 33.3333%;
}
.ie.ie10 .networks_5 .networks__item:nth-child(4), .ie.ie10 .networks_5 .networks__item:last-child {
  width: 50%;
}

.fraud-warning {
  color: #000;
  font-size: 13px;
  max-height: 150px;
  position: relative;
  top: 0;
  transition: max-height 0.3s, margin-bottom 0.3s;
  z-index: 100;
}
@media print {
  .fraud-warning {
    display: none;
  }
}
.fraud-warning.collapsed {
  max-height: 0;
  margin-bottom: 0;
  overflow: hidden;
}
.white .fraud-warning a, .white .fraud-warning a:hover {
  color: #000 !important;
}
.fraud-warning__inner {
  align-items: center;
  background: #ffd952;
  display: flex;
  justify-content: center;
  min-height: 55px;
  position: relative;
  padding: 10px 20px;
  font-size: 16px;
}
@media screen and (max-width: 800px) {
  .fraud-warning__inner {
    flex-wrap: wrap;
  }
}
.fraud-warning__inner div:last-child {
  white-space: nowrap;
}
.fraud-warning__inner a {
  text-decoration: none;
  color: #000000;
  border: none;
}
.fraud-warning__inner a:visited, .fraud-warning__inner a:hover {
  color: #000000 !important;
}
.fraud-warning__text {
  padding-right: 20px;
  padding-left: 40px;
  position: relative;
  transition: transform 0.3s;
  transform-origin: center;
  font-size: 19px;
}
.fraud-warning__text:hover {
  transform: scale(1.05);
}
@media screen and (max-width: 800px) {
  .fraud-warning__text {
    padding-left: 50px;
  }
}
.fraud-warning__text:before {
  background: url("/f/media/main_page/fraud.svg") no-repeat;
  background-size: cover;
  content: "";
  left: 0;
  height: 37px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 31px;
}
.fraud-warning__controls {
  font-size: 2em;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  text-align: center;
}
.fraud-warning__closer {
  background: none;
  border: none;
  font-size: inherit;
  font-weight: 400;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s;
}
.fraud-warning__closer:hover {
  opacity: 0.5;
}

@media (max-width: 850px) {
  .fraud-warning__text {
    font-size: 14px;
  }
}
#content_wrapper {
  margin: 60px 0 1em 0;
  padding-right: 0;
  left: 0;
  width: auto;
}

.content_reducer {
  margin: 0 40px 0 40px;
  position: relative;
}

.news_cont {
  position: relative;
  margin-bottom: 1.2em;
}
.news_cont h3 {
  margin-bottom: 0.6em;
}
.news_cont a.news_title {
  color: #000;
  border-color: rgba(0, 0, 0, 0.3);
}
.news_cont .items_cont {
  letter-spacing: -0.31em;
  margin: 0;
  padding: 0;
  position: relative;
  word-spacing: -0.43em;
}
.news_cont .item {
  min-height: 50px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  word-spacing: normal;
  zoom: 1;
  *display: inline;
  width: 16.5%;
}
.news_cont .item img {
  border: 2px solid #FFF;
  box-shadow: rgba(43, 90, 106, 0.7) 0 1px 3px;
}
.news_cont .item.first .reducer {
  padding-left: 0;
}
.news_cont .item .date {
  font-size: 0.75em;
  margin-bottom: -1px;
}
.news_cont .item a.title {
  padding-top: 0.5em;
  word-wrap: break-word;
}
.news_cont .reducer {
  padding: 0 20px 20px 20px;
}
.news_cont .reducer > p {
  font-size: 0.85em;
  margin-bottom: 0.5em;
}
.news_cont a.kaleidoscope {
  font-size: 0.85em;
  position: relative;
}
.news_cont a.kaleidoscope:before {
  background: url("/f/media/global/graphics.png") no-repeat -119px -59px;
  content: "";
  height: 19px;
  left: -24px;
  position: absolute;
  top: -1px;
  width: 22px;
}
.news_cont .type_social .date {
  position: relative;
  margin-left: 14px;
}
.news_cont .type_social .date:before {
  background: url("/f/media/main_page/graphics.png") no-repeat -36px 0;
  content: "";
  height: 10px;
  left: -14px;
  position: absolute;
  top: 3px;
  width: 10px;
}

.news_item_description_container {
  position: relative;
  padding: 17px 0 27px;
  margin-bottom: 3em !important;
  background-color: rgb(247, 249, 248);
  background-image: linear-gradient(to top, rgb(247, 249, 248) 0%, rgb(220, 229, 234) 100%);
  box-shadow: rgba(94, 114, 129, 0.5) 0 3px 3px inset, rgba(94, 114, 129, 0.5) 0 -3px 3px inset;
}
.news_item_description_container:before {
  content: "";
  width: 100px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("/f/media/main_page/news_grad.png") no-repeat 0 0;
  background-size: 200px 100%;
}
.news_item_description_container:after {
  content: "";
  width: 100px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: url("/f/media/main_page/news_grad.png") no-repeat -100px 0;
  background-size: 200px 100%;
}
.news_item_description_container .pointer_container {
  height: 22px;
  left: 120px;
  overflow: hidden;
  position: absolute;
  top: -16px;
  width: 24px;
  z-index: 100;
}
.news_item_description_container .pointer_container .pointer {
  background-color: #F7F9F8;
  box-shadow: rgba(94, 114, 129, 0.5) 3px 3px 3px inset;
  transform: rotate(45deg);
  height: 30px;
  left: -3px;
  position: relative;
  top: 10px;
  width: 30px;
}
.news_item_description_container .pointer_container .pointer:after {
  top: 4px;
  content: "";
  height: 26px;
  left: 4px;
  position: absolute;
  width: 26px;
  background-color: #F7F9F8;
}
.ie7-8 .news_item_description_container {
  background-color: #D5DEE7;
}
.ie7-8 .news_item_description_container:before, .ie7-8 .news_item_description_container:after {
  display: none;
}
.ie7-8 .news_item_description_container .pointer_container {
  overflow: visible;
}
.ie7-8 .news_item_description_container .pointer_container .pointer {
  background-color: transparent;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 18px solid #D5DEE7;
  left: -4px;
  top: 0;
}
.ie7-8 .news_item_description_container .pointer_container .pointer:after {
  display: none;
}
.news_item_description_container .item {
  position: relative;
  z-index: 10;
}
.news_item_description_container .wrapper {
  overflow: hidden;
  display: block;
  width: 100%;
  padding-bottom: 17px;
  margin-bottom: -17px;
  min-height: 308px;
}
.news_item_description_container .img_container {
  float: left;
  position: relative;
  margin-left: 40px;
  margin-right: 35px;
}
.news_item_description_container .img_container:after {
  box-shadow: rgba(43, 90, 106, 0.7) 0 3px 18px;
  bottom: 0;
  content: "";
  height: 30px;
  left: 5%;
  position: absolute;
  width: 90%;
}
.news_item_description_container .img_container img {
  border: 4px solid #FFF;
  position: relative;
  z-index: 100;
  display: block;
}
.news_item_description_container .img_container.hover img,
.news_item_description_container .img_container a:hover img {
  border-color: #FF7500;
}
.news_item_description_container .img_container:hover + .text_container h3 a {
  color: #fc4943 !important;
  border-color: rgba(252, 73, 67, 0.3) !important;
}
.news_item_description_container .text_container {
  margin-right: 60px;
  padding-top: 20px;
  position: relative;
  z-index: 100;
  overflow: hidden;
  *zoom: 1;
}
.news_item_description_container .text_container h3 {
  font-size: 2.8em;
}
.news_item_description_container .text_container h3 a {
  padding-top: 0.5em;
}
.news_item_description_container .with_photo .wrapper {
  display: table;
}
.news_item_description_container .with_photo .text_container {
  display: table-cell;
  vertical-align: middle;
  padding-right: 60px;
}
.news_item_description_container .no_photo .wrapper {
  height: 308px;
  text-align: center;
}
.news_item_description_container .no_photo .img_container {
  margin: 0 !important;
  float: none;
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; /* Adjusts for spacing */
}
.news_item_description_container .no_photo .img_container:after {
  display: none;
}
.news_item_description_container .no_photo .text_container {
  margin: 0 120px;
  display: inline-block;
  vertical-align: middle;
}
.news_item_description_container .vertical .text_container {
  margin-left: 0;
}

.banners {
  font-size: 0;
  position: relative;
  top: 0;
  width: 100%;
  backface-visibility: hidden;
}
.banners__controls {
  display: none;
}
.banners__items {
  margin-right: 22px;
}
@media screen and (min-width: 851px) {
  .banners__items {
    display: flex;
    flex-wrap: wrap;
  }
}
.banners .banner {
  align-items: center;
  background-color: #f5f5f5;
  display: inline-flex;
  flex-direction: column;
  font-size: 16px;
  justify-content: center;
  letter-spacing: normal;
  margin: 9px 18px 9px 0;
  height: 270px;
  min-width: 362px;
  overflow: hidden;
  padding: 25px 30px;
  position: relative;
  vertical-align: top;
  width: calc(50% - 18px);
  word-spacing: normal;
  z-index: 0;
}
.banners .banner.banner_videos, .banners .banner.banner_album {
  height: 270px;
}
@media screen and (min-width: 850px) {
  .banners .banner.banner_videos, .banners .banner.banner_album {
    height: 330px;
  }
}
@media screen and (min-width: 2470px) {
  .banners .banner.banner_videos, .banners .banner.banner_album {
    height: 270px;
  }
}
.banners .banner > a:hover, .banners .banner > a:focus-visible {
  opacity: 0.7;
}
.banners .banner:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70px;
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(180deg, rgba(245, 245, 245, 0) 0%, #f5f5f5 100%);
}
.banners .banner:last-child {
  margin-bottom: 18px;
}
.banners .banner_networks:before {
  display: none;
}
.banners .banner_bg-red {
  background: linear-gradient(180deg, #c32b39 0%, #d97483 100%);
}
.banners .banner_bg-red:before {
  background: linear-gradient(180deg, rgba(217, 116, 131, 0) 0%, rgba(217, 116, 131, 0.9) 80%, #d97483 100%);
}
.banners .banner_bg-orange {
  background: linear-gradient(180deg, #f55e30 0%, #e99c85 100%);
}
.banners .banner_bg-orange:before {
  background: linear-gradient(180deg, rgba(233, 156, 133, 0) 0%, rgba(233, 156, 133, 0.9) 80%, #e99c85 100%);
}
.banners .banner_bg-green {
  background: linear-gradient(180deg, #3b9976 0%, #95c3ae 100%);
}
.banners .banner_bg-green:before {
  background: linear-gradient(180deg, rgba(149, 195, 174, 0) 0%, rgba(149, 195, 174, 0.9) 80%, #95c3ae 100%);
}
.banners .banner_bg-blue {
  background: linear-gradient(180deg, #083E67 0%, #00548A 100%);
}
.banners .banner_bg-blue:before {
  background: linear-gradient(180deg, rgba(0, 84, 138, 0) 0%, rgba(0, 84, 138, 0.9) 80%, #00548A 100%);
}
.banners .banner_img a, .banners .banner_video a, .banners .banner_img-and-bg a, .banners .banner_album a {
  display: block;
  width: 100%;
  height: 100%;
}
.banners .banner_img > span, .banners .banner_img-and-bg > span {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
}
.banners .banner_no-pad {
  padding: 0;
}
.banners .banner_hotwater {
  height: auto;
  overflow: visible;
  z-index: 1;
}
.banners .banner_hotwater:before {
  display: none;
}
.banners .banner h3 {
  font-weight: 500;
}
html:lang(am) .banners .banner h3 {
  font-family: "Noto Sans Armenian Medium", Arial, sans-serif;
}
.banners .banner h3 a {
  color: #000;
  border-color: rgba(0, 0, 0, 0.3);
}
.banners .banner_bg {
  color: #fff;
}
.banners .banner_bg h3 a,
.banners .banner_bg a {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
}
.banners .banner_bg h3 a:hover,
.banners .banner_bg a:hover {
  color: rgba(255, 255, 255, 0.7) !important;
  border-color: rgba(255, 255, 255, 0.3) !important;
}
.banners .banner_bg .date {
  color: #fff;
  opacity: 0.5;
}
.banners .banner_img-and-bg {
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.banners .banner_img-and-bg:before {
  display: none;
}
.banners .banner_img-and-bg a, .banners .banner_img-and-bg > span {
  border: none;
}
.banners .banner_img-and-bg a:before, .banners .banner_img-and-bg > span:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.banners .banner_img-and-bg a img, .banners .banner_img-and-bg > span img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}
.banners .banner_img:before {
  display: none;
}
.banners .banner_img a, .banners .banner_img > span {
  border: none;
  text-align: center;
  position: relative;
}
.banners .banner_img a:after, .banners .banner_img > span:after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  height: 100%;
}
.banners .banner_img a span, .banners .banner_img > span span {
  position: relative;
  max-width: calc(100% - 24px);
  max-height: calc(100% - 24px);
  display: inline-block;
  vertical-align: middle;
}
.banners .banner_img a span:after, .banners .banner_img > span span:after {
  content: "";
  position: absolute;
  z-index: -1;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  bottom: 0px;
  height: 50%;
  border-radius: 100%;
  left: 5%;
  right: 5%;
}
.banners .banner_img a span img, .banners .banner_img > span span img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.banners .banner_img_large a span {
  height: 100%;
}
.banners .banner_chief .chief {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.banners .banner_chief .chief__title {
  font-size: 27px;
  line-height: 32px;
  margin-bottom: 5px;
}
.banners .banner_chief .chief__photo {
  position: absolute;
  right: 0;
  top: 8px;
  display: block;
  margin: 0;
  height: 100%;
  width: 90px;
  height: 135px;
  overflow: hidden;
  text-align: center;
  z-index: 2;
}
.banners .banner_chief .chief__photo a {
  display: block;
  height: 100%;
}
.banners .banner_chief .chief__photo img {
  border: none;
  height: 100%;
  width: auto;
  max-width: none;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.banners .banner_chief .chief__content {
  position: relative;
  padding-right: 110px;
}
.banners .banner_journal .journal__title {
  font-size: 27px;
  line-height: 32px;
  margin-bottom: 5px;
}
.banners .banner_journal .journal__info {
  display: flex;
  position: relative;
}
.banners .banner_journal .journal__photo {
  display: block;
  margin: 0 10px 0 0 !important;
  width: 120px;
  z-index: 2;
}
.banners .banner_journal .journal__photo a {
  display: block;
  height: 100%;
}
.banners .banner_journal .journal__photo img {
  border: none;
  box-shadow: none;
  height: auto;
  width: 100%;
  display: block;
}
.banners .banner_journal .journal__text {
  margin-bottom: 5px;
}
.banners .banner_journal .journal__size {
  text-transform: uppercase;
  color: #929292;
  font-size: 14px;
}
.banners .banner_video:before {
  display: none;
}
.banners .banner_video .video {
  position: absolute;
  width: 100%;
  height: 100%;
}
.banners .banner_video .video:before, .banners .banner_video .video:after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.banners .banner_video .video:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.banners .banner_video .video:after {
  top: 50%;
  left: 50%;
  border-left: 66px solid #fff;
  border-top: 33px solid transparent;
  border-bottom: 33px solid transparent;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.2s ease;
}
.banners .banner_video .video a {
  border: none;
  display: block;
  width: 100%;
  height: 100%;
}
.banners .banner_video .video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banners .banner_video .video video {
  height: 100%;
  width: 100%;
}
.banners .banner_video:hover .video:after {
  transform: translate(-50%, -50%) scale(1.05);
}
.banners .banner_video.banner_video_inner .video:after, .banners .banner_video.banner_video_inner .video:before {
  display: none;
}
.banners .banner_video.banner_video_inner a:after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.banners .banner_jobs {
  max-height: 250px;
}
.banners .banner_jobs .jobs {
  height: 100%;
  overflow: auto;
}
.banners .banner_jobs .jobs .counter {
  color: #8a8a8a;
  margin-left: 0.3em;
}
.banners .banner_jobs li {
  margin-bottom: 0.5em;
}
.banners .banner_videos:before {
  display: none;
}
.banners .banner_videos a {
  display: block;
  margin: -25px -30px;
  padding: 25px 30px;
  border: none;
  color: #000;
  width: auto;
  min-height: calc(100% + 50px);
}
.banners .banner_videos a h3 span {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.banners .banner_videos a:hover h3 span {
  border-bottom-color: rgba(252, 73, 67, 0.3);
}
.banners .banner_videos .videos {
  display: flex;
  flex-wrap: wrap;
  margin-top: 22px;
  position: relative;
  width: 100%;
}
.banners .banner_videos .videos__item {
  box-shadow: 0 5px 15px 0 rgba(245, 245, 245, 0.5);
  flex: 1 0 25%;
  height: 110px;
  z-index: 4;
}
@media screen and (max-width: 650px) {
  .banners .banner_videos .videos__item {
    height: 80px;
    flex: 1 0 50%;
  }
}
@media screen and (min-width: 850px) {
  .banners .banner_videos .videos__item {
    flex: 1 0 50%;
  }
}
@media screen and (min-width: 2470px) {
  .banners .banner_videos .videos__item {
    flex: 1 0 25%;
    height: 160px;
  }
}
.banners .banner_videos .videos__item .videos__item-img:before, .banners .banner_videos .videos__item .videos__item-img:after {
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
.banners .banner_videos .videos__item .videos__item-img:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 3.67%, rgba(0, 0, 0, 0.0001) 51.62%, rgba(0, 0, 0, 0.3) 97.75%);
}
.banners .banner_videos .videos__item .videos__item-img:after {
  top: 50%;
  left: 50%;
  border-left: 44px solid #fff;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.2s ease;
}
.banners .banner_videos .videos__item-img {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}
.banners .banner_videos .videos__item img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.banners .banner_album:before {
  display: none;
}
.banners .banner_album a {
  display: block;
  margin: -25px -30px;
  padding: 25px 30px;
  border: none;
  color: #000;
  width: auto;
  min-height: calc(100% + 50px);
}
.banners .banner_album a h3 span {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.banners .banner_album a:hover h3 span {
  border-bottom-color: rgba(252, 73, 67, 0.3);
}
.banners .banner_album .album {
  margin-top: 22px;
  max-height: 215px;
  overflow: hidden;
}
@media screen and (max-width: 850px) {
  .banners .banner_album .album {
    max-height: 160px;
  }
}
.banners .banner_album .album__item {
  width: 64px;
  height: 52px;
  overflow: hidden;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin: 0 2px 2px 0;
  border-radius: 2px;
}
.banners .banner-hh::before {
  display: none;
}
.banners .banner-hh_container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.banners .banner-hh_header_title {
  display: flex;
  flex-direction: row;
}
.banners .banner-hh_header_title:before {
  content: "";
  display: block;
  background: url("https://tech.hh.ru/api/logos/min-hh-red.png");
  background-size: cover;
  width: 30px;
  height: 30px;
  margin-right: 7px;
}
.banners .banner-hh_header_counter {
  font-weight: 500;
  font-size: 120%;
}
.banners .banner-hh_header, .banners .banner-hh_footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.banners .banner-hh_body {
  font-size: 110%;
}
.banners .banner-hh_body .description {
  color: #828282;
}
.banners .banner--double {
  height: auto;
  display: block;
  position: relative;
  width: 100%;
}
.banners .banner--double:before {
  display: none;
}
.banners .banner--double a:after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.banners .banner--gazoraspredelenie {
  background: linear-gradient(0deg, rgba(26, 48, 82, 0.4) 0%, rgba(26, 48, 82, 0.4) 100%), url("/f/media/main_page/banner-gazoraspredelenie.webp") 50% 50%/cover no-repeat;
  padding: 25px 25px 25px 81px !important;
}
.banners .banner--gazoraspredelenie:before {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSI2MCIgdmlld0JveD0iMCAwIDQwIDYwIiBmaWxsPSJub25lIj48cGF0aCBkPSJNMTQuNTc4NiAzOC4zMjc3TDEzLjgyMzYgNkgyNC4xODc3TDIzLjQzMjcgMzguMzI3N0gxNC41Nzg2Wk0xMyA0OS4xNzIzQzEzIDQ1LjgwOTEgMTUuNjc2OCA0My4yMDA5IDE5LjEwODYgNDMuMjAwOUMyMi40NzE4IDQzLjIwMDkgMjUuMDggNDUuODA5MSAyNS4wOCA0OS4xNzIzQzI1LjA4IDUyLjUzNTQgMjIuNDcxOCA1NS4xNDM2IDE5LjEwODYgNTUuMTQzNkMxNS42NzY4IDU1LjE0MzYgMTMgNTIuNTM1NCAxMyA0OS4xNzIzWiIgZmlsbD0id2hpdGUiLz48L3N2Zz4=") no-repeat;
  background-size: contain;
  display: block !important;
  content: "";
  height: 60px;
  left: 25px;
  position: absolute;
  top: 25px;
  width: 40px;
}
.banners .banner--gazoraspredelenie a {
  font-size: 20px;
  font-weight: normal;
}

.banner--popup {
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.banner--popup-inner {
  background: linear-gradient(180deg, #E29263 0%, #ED6E27 100%);
  color: #fff;
  font-size: 16px;
  height: 100%;
  left: 50%;
  line-height: 21px;
  max-width: 880px;
  padding: 28px 25px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (min-width: 800px) {
  .banner--popup-inner {
    height: auto;
    width: 80%;
  }
}
.banner--popup-inner h3,
.banner--popup-inner p {
  margin-bottom: 16px;
}
.banner--popup-inner h3 {
  font-size: 24px;
  font-weight: 500;
}
.banner--popup-inner a {
  border-color: rgba(255, 255, 255, 0.3) !important;
  color: #fff !important;
  font-size: 20px;
  font-weight: normal;
}
.banner--popup-inner a:hover {
  opacity: 0.5;
}
.banner--popup-inner a:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.banner--popup-close {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2IiBmaWxsPSJub25lIj4gPHBhdGggZD0iTTEzLjAwMDEgMTAuODc4N0wzLjA2MDc5IDAuOTM5MzMxTDAuOTM5NDcxIDMuMDYwNjVMMTAuODc4OCAxM0wwLjkzOTQ1MyAyMi45MzkzTDMuMDYwNzcgMjUuMDYwN0wxMy4wMDAxIDE1LjEyMTNMMjIuOTM5NSAyNS4wNjA2TDI1LjA2MDggMjIuOTM5M0wxNS4xMjE0IDEzTDI1LjA2MDggMy4wNjA2NUwyMi45Mzk1IDAuOTM5MzMzTDEzLjAwMDEgMTAuODc4N1oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=") no-repeat;
  background-size: contain;
  cursor: pointer;
  height: 26px;
  margin: 0 0 3px 3px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 26px;
  z-index: 2;
}
@media screen and (min-width: 800px) {
  .banner--popup-close {
    bottom: 100%;
    left: 100%;
    right: auto;
    top: auto;
  }
}

.main_page_columns {
  position: relative;
  font-size: 0;
}
.main_page_columns .container {
  letter-spacing: -0.31em;
  margin: 0;
  padding: 0;
  position: relative;
  word-spacing: -0.43em;
}
.main_page_columns .item {
  height: 270px;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  letter-spacing: normal;
  word-spacing: normal;
  width: 50%;
  overflow: hidden;
}
.main_page_columns .item.rotogallery {
  width: auto;
}
.main_page_columns .item.journal {
  max-width: 230px;
}
.main_page_columns .item.chief_column {
  max-width: 230px;
}
.main_page_columns .item .reducer {
  padding: 0 40px 0 0;
}
.main_page_columns .item h3 {
  font-size: 1.55em;
  line-height: 1.3;
  margin-bottom: 0.7em;
}
.main_page_columns .jobs h3 {
  margin-bottom: 0.4em;
}
.main_page_columns .jobs sup {
  background-color: rgb(25, 116, 195);
  background-image: linear-gradient(to top, rgb(25, 116, 195) 0%, rgb(31, 157, 216) 100%);
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 1px inset;
  border-radius: 9px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  margin-left: 5px;
  padding: 1px 8px 0;
  text-align: center;
  top: -1px;
}
.main_page_columns .jobs li {
  margin-bottom: 0.7em;
}
.main_page_columns .jobs li a {
  padding-top: 0.5em;
}
.main_page_columns .journal .media {
  margin: 0 0 0.6em 0;
  position: relative;
}
.main_page_columns .journal .media img {
  display: block;
}
.main_page_columns .journal .date {
  font-size: 1em;
  margin-left: 8px;
  margin-bottom: 0;
}
.main_page_columns .journal .size {
  color: #828282;
  text-transform: uppercase;
  margin-left: 8px;
}
.main_page_columns .journal .media img {
  border-width: 3px;
}
.main_page_columns .journal h3 {
  margin-bottom: 0.6em;
}
.main_page_columns .chief_column .media {
  margin: 0;
  display: inline-block;
}
.main_page_columns .chief_column img {
  border: 3px solid #FFF;
  box-shadow: rgba(43, 90, 109, 0.5) 0 2px 6px;
  margin-bottom: 9px;
}
.main_page_columns .chief_column .media_link a {
  padding-top: 0.5em;
}
.main_page_columns .statements {
  overflow: hidden;
  min-width: 314px;
}
.main_page_columns .statements .reducer {
  padding-left: 2px;
}
.main_page_columns .statements iframe {
  margin-bottom: 1.5em;
}
.main_page_columns .statements .content {
  font-size: 0.85em;
}
.main_page_columns .statements .content h2, .main_page_columns .statements .content h3 {
  margin-top: 0;
}
.main_page_columns .statements .content h2 a, .main_page_columns .statements .content h3 a {
  border-color: rgba(0, 122, 194, 0.3);
  color: #007AC2;
}
.main_page_columns .statements .content .file {
  font-size: 1.15em;
  line-height: 1.5;
}
.main_page_columns .statements .content .file span {
  margom-top: 0.2em;
}
.main_page_columns .statements .content .media .img_source {
  font-size: 1em;
}
.main_page_columns .statements-wide {
  margin-right: 0%;
  max-width: 360px;
  width: 40%;
}
@media (max-width: 1200px) {
  .main_page_columns .statements-wide {
    max-width: 100%;
    width: 100%;
  }
}
.main_page_columns .statements-wide .media {
  margin-top: 0;
  margin-right: 20px;
}
.main_page_columns .statements-wide .media:last-child {
  margin-left: 0;
}
.main_page_columns .statements-wide .media,
.main_page_columns .statements-wide .media a {
  display: inline-block;
  vertical-align: top;
}
.main_page_columns .statements-wide .media img,
.main_page_columns .statements-wide .media a img {
  max-width: 160px;
  height: auto;
}
.main_page_columns .rotogallery .reducer {
  width: 328px;
  padding-right: 0;
  position: relative;
}
.main_page_columns .rotogallery h3 {
  margin-bottom: 0.6em;
}
.main_page_columns .rotogallery .rotogallery_cont {
  position: relative;
}
.main_page_columns .rotogallery .rotogallery_cont .arrow {
  position: absolute;
  display: none;
  top: 100px;
  width: 42px;
  right: 0;
  height: 48px;
  background: url("/f/media/main_page/graphics.png?1") no-repeat -56px 0;
  cursor: pointer;
  z-index: 1;
}
.main_page_columns .rotogallery .rotogallery_cont:hover .arrow {
  display: block;
}
.main_page_columns .rotogallery .pic_cont {
  margin-bottom: 24px;
  min-height: 250px;
  position: relative;
}
.main_page_columns .rotogallery .pic_cont a {
  border: 0 none;
}
.main_page_columns .rotogallery .pic_cont img {
  width: 100%;
  position: absolute;
  box-shadow: rgba(0, 75, 128, 0.3) 0 1px 5px;
  box-sizing: border-box;
  cursor: pointer;
}
.main_page_columns .rotogallery .pic_cont .description {
  text-decoration: underline;
}
.main_page_columns .rotogallery.count_1 .pic_cont {
  margin-bottom: 8px;
}
.main_page_columns .rotogallery.count_2 .pic_cont {
  margin-bottom: 12px;
}
.main_page_columns .rotogallery.count_3 .pic_cont {
  margin-bottom: 16px;
}
.main_page_columns .rotogallery.count_4 .pic_cont {
  margin-bottom: 20px;
}
.main_page_columns .rotogallery.count_5 .pic_cont {
  margin-bottom: 24px;
}
.main_page_columns .rotogallery .description {
  text-align: center;
  width: 100%;
}
.main_page_columns .rotogallery .align_to_left {
  float: right;
  position: relative;
  right: 50%;
}
.main_page_columns .rotogallery .align_to_left .align_to_right {
  position: relative;
  right: -50%;
  z-index: 1;
}
.main_page_columns .rotogallery .crumb {
  border: 1px solid #E7E7E7;
  background-color: #eee;
  background-image: linear-gradient(to top, rgb(236, 236, 236) 0%, rgb(255, 255, 255) 100%);
  float: left;
  height: 8px;
  margin-right: 10px;
  margin-top: 0.6em;
  width: 8px;
  border-radius: 100%;
  cursor: pointer;
}
.main_page_columns .rotogallery .crumb.selected {
  cursor: default;
  background-color: #3EADC9;
  background-image: linear-gradient(to top, rgb(78, 183, 215) 0%, rgb(77, 159, 180) 100%);
  height: 9px;
  width: 9px;
  border: none;
}

.visual_scroller .content {
  margin-right: 50px;
  overflow-y: hidden;
  position: relative;
}
.visual_scroller .content .inner {
  left: 0;
  position: absolute;
  top: 0;
}
.visual_scroller .scroll_wrapper {
  position: absolute;
  right: 0;
  top: 0px;
  width: 50px;
}
.visual_scroller .scroll {
  overflow: hidden;
  position: relative;
  width: 40px;
  margin-left: 5px;
}
.visual_scroller .scroll_content {
  color: #b2b2b2;
  -webkit-text-size-adjust: none;
}
.visual_scroller .scroll_content img {
  display: none;
}
.visual_scroller .handle_wrapper {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: url("/f/media/global/graphics.png") no-repeat -5000px -5000px;
}
.visual_scroller .handle {
  cursor: pointer;
  cursor: url("/f/media/global/openhand_8_8.cur"), default;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  height: 50px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.visual_scroller .handle img {
  width: 100%;
  height: 50px;
  display: block;
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.visual_scroller.dragging, .visual_scroller.dragging .handle {
  cursor: pointer;
  cursor: url("/f/media/global/closedhand_8_8.cur"), default;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
.ie7-8 .visual_scroller .handle {
  cursor: url("/f/media/global/openhand_8_8.cur"), default;
}
.ie7-8 .visual_scroller.dragging, .ie7-8 .visual_scroller.dragging .handle {
  cursor: url("/f/media/global/closedhand_8_8.cur"), default !important;
}
.visual_scroller.disabled .fade_top,
.visual_scroller.disabled .fade_bottom {
  display: none;
}

.company_info {
  height: 385px;
  margin: 0 0 -25px -20px;
  padding: 30px 0 0 20px;
  overflow: hidden;
  position: relative;
  top: -30px;
}
.company_info.long {
  height: 585px;
}
.company_info.long .content {
  height: 540px;
}
.company_info.long .scroll {
  height: 500px;
}
.company_info.long .scroll_wrapper {
  height: 500px;
}
.company_info .company_img {
  float: left;
  border: 5px solid #FFF;
  margin-right: 30px;
  height: auto;
  width: 33%;
  box-shadow: rgba(43, 90, 106, 0.3) 0 0 30px, rgba(43, 90, 106, 0.5) 0 2px 7px;
}
.company_info .company_img.horizontal {
  min-width: 430px;
}
.ie7-8 .company_info .company_img {
  width: auto !important;
}
.company_info .content {
  height: 340px;
  overflow: hidden;
}
.company_info .content .inner {
  padding-right: 25px;
}
.company_info .content h3 {
  font-size: 2.2em;
  margin-bottom: 0.2em;
}
.company_info .content .fade_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 35px;
  z-index: 100;
}
.company_info .content .fade_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35px;
  z-index: 100;
}
.company_info.bottom_limit .fade_bottom {
  display: none;
}
.company_info.top_limit .fade_top {
  display: none;
}
.company_info .scroll {
  height: 300px;
}
.company_info .scroll_wrapper {
  top: 65px;
  height: 300px;
}

.with_hot_water .hot_water_form {
  min-height: 145px;
}
.with_hot_water .pretty_form.filter {
  margin-left: 8px;
  max-width: 78%;
}
.with_hot_water .pretty_form.filter .filter h3 {
  font-size: 120%;
}
.with_hot_water .pretty_form.filter .filter .search_input {
  font-size: 90%;
}

.with_hot_water .content {
  margin-top: -13px;
  width: 50%;
}
@media (max-width: 1200px) {
  .with_hot_water .content {
    width: 40%;
  }
}
.with_hot_water .content .inner h3,
.with_hot_water .content .inner p {
  margin-left: 8px;
}
.with_hot_water .content .inner .filter h3,
.with_hot_water .content .inner .filter p {
  margin-left: 0;
}

.home_page * {
  box-sizing: border-box;
}

.home_page .content {
  position: relative;
}
.home_page .content__top {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.home_page .company__img {
  font-size: 16px;
  height: 680px;
  max-height: 680px;
  margin-right: 40px;
  margin-bottom: 9px;
  overflow: hidden;
}
.home_page .company__img a {
  height: 100%;
  display: block;
  border: none;
}
.home_page .company__img img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.home-events {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 16px;
  padding: 180px 30px 0 150px;
}
.home-events > h3 {
  margin-bottom: 27px;
  font-weight: 500;
}
html:lang(am) .home-events > h3 {
  font-family: "Noto Sans Armenian Medium", Arial, sans-serif;
}
.home-events > h3 a {
  color: #000;
  border-color: rgba(0, 0, 0, 0.3);
}
.home-events__item {
  margin-bottom: 56px;
}
.home-events__item .date {
  font-size: 14px;
}
.home-events__item-title {
  font-size: 22px;
  line-height: 36px;
  margin-bottom: 13px;
}
.home-events__item-summary {
  margin-bottom: 18px;
}
.home-events__item-summary p:last-child {
  margin-bottom: 0;
}
.home-events__item-video {
  max-width: 100%;
  width: 560px;
}
.home-events__item-video > div {
  position: relative;
  max-width: 100%;
  padding-bottom: 56.25%;
}
.home-events__item-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
}
.home-events__item-img,
.home-events__item div.media {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 5px 0;
  overflow: hidden;
  max-width: 560px;
  position: relative;
  border-radius: 8px;
}
.home-events__item-img_horizontal,
.home-events__item div.media_horizontal {
  width: 560px;
  max-width: 100%;
}
.home-events__item-img img,
.home-events__item div.media img {
  display: block;
  width: 100%;
  height: auto;
  border: none;
  border-radius: 8px;
  box-shadow: none;
}

.home-title {
  position: relative;
  height: 50vh;
  min-height: 540px;
}
.home-title:after {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  height: 100%;
}
.home-title_waves {
  background-image: url("/f/media/main_page/pattern_2.png");
  background-size: 39px 32px;
}
.home-title_zigzag {
  background-image: url("/f/media/main_page/pattern_1.png");
  background-size: 217px 64px;
}
.home-title_lines {
  background-image: url("/f/media/main_page/pattern_3.png");
  background-size: 653px 28px;
}
.home-title__bg {
  position: absolute;
  display: block;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(135deg, #083E67 0%, #00548A 100%);
}
.home-title__bg:not(.home-title__bg_with-img) {
  z-index: -1;
}
.home-title__bg > span {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.home-title__bg_with-img > span {
  background: rgba(0, 45, 74, 0.5) !important;
}
.home-title_green .home-title__bg {
  background: linear-gradient(135deg, #3b9976 0%, #95c3ae 100%);
}
.home-title_green .home-title__bg > span {
  background: none;
}
.home-title_red .home-title__bg {
  background: linear-gradient(135deg, #c32b39 0%, #d97483 100%);
}
.home-title_red .home-title__bg > span {
  background: none;
}
.home-title_orange .home-title__bg {
  background: linear-gradient(135deg, #f55e30 0%, #e99c85 100%);
}
.home-title_orange .home-title__bg > span {
  background: none;
}
.home-title_blue .home-title__bg {
  background: linear-gradient(135deg, #083E67 0%, #00548A 100%);
}
.home-title_blue .home-title__bg > span {
  background: none;
}
.home-title__content {
  width: 50%;
  color: #fff;
  padding: 140px 30px 50px 150px;
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: bottom;
}
.home-title__content h1 {
  margin-left: -3px;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 64px;
  font-weight: 700;
}
html:lang(am) .home-title__content h1 {
  font-family: "Noto Sans Armenian Bold", Arial, sans-serif;
}
.home-title__content h1.long {
  font-size: 38px;
  line-height: 46px;
}
.home-title .company {
  position: relative;
}
.home-title .company__link {
  position: absolute;
  bottom: -30px;
  left: 150px;
  cursor: pointer;
  font-size: 8px;
}
.home-title .company__info {
  font-size: 20px;
  line-height: 32px;
  padding: 40px 30px 0 150px;
  position: relative;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.home-main {
  position: relative;
  font-size: 0;
  margin-top: -120px;
}
.home-main:after {
  content: "";
  clear: both;
  display: block;
}

.home-banners {
  float: right;
  width: 50%;
  top: 0;
  right: 0;
  bottom: 0;
}
.home-banners_stable {
  position: relative;
}
.home-banners_stable .banners {
  position: relative !important;
  transform: translate(0, 0) !important;
}

@media (min-width: 1200px) {
  .home_page .home-title__content h1 {
    font-size: 72px;
    line-height: 80px;
  }
  .home_page .home-title__content h1.long {
    font-size: 47px;
    line-height: 55px;
  }
}
@media (min-width: 1600px) {
  .home_page .home-title__content h1 {
    font-size: 88px;
    line-height: 96px;
  }
  .home_page .home-title__content h1.long {
    font-size: 68px;
    line-height: 76px;
  }
}
@media (max-width: 1650px) {
  .home_page .home-title__content {
    padding-left: 70px;
    width: calc(100% - 800px);
  }
  .home_page .home-events {
    padding-left: 70px;
    width: calc(100% - 800px);
  }
  .home_page .home-banners {
    width: 800px;
  }
}
@media (max-width: 1350px) {
  .home_page .home-title__content,
  .home_page .home-events {
    width: calc(100% - 400px);
  }
  .home_page .home-banners {
    width: 400px;
  }
  .home_page .home-banners .banners .banner {
    width: calc(100% - 18px);
    min-width: calc(100% - 18px);
  }
  .home_page .home-banners .banners .banner:nth-last-child(2) {
    margin-bottom: 0.5vw;
  }
}
@media (max-width: 850px) {
  .home_page .home-title {
    min-height: 500px;
  }
  .home_page .home-title__content {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
    width: 100%;
  }
  .home_page .home-title__content h1 {
    font-size: 37px;
    line-height: 47px;
  }
  .home_page .home-title__content h1.long {
    font-size: 29px;
    line-height: 37px;
  }
  .home_page .home-main {
    margin-top: 0;
  }
  .home_page .home-title,
  .home_page .home-events,
  .home_page .home-banners {
    width: 100%;
    float: none;
  }
  .home_page .home-events {
    padding-left: 20px;
    padding-top: 65px;
  }
  .home_page .home-banners {
    overflow: hidden;
    margin-top: 20px;
    padding-left: 20px;
    max-width: 100%;
    position: relative;
  }
  .home_page .home-banners .banners {
    touch-action: none;
    width: 100% !important;
    position: relative !important;
  }
  .home_page .home-banners .banners__items {
    white-space: nowrap;
    transform: translate(0, 0);
    transition: transform 0.5s ease-out;
  }
  .home_page .home-banners .banners .banner {
    width: calc(100vw - 40px);
    min-width: calc(100vw - 40px);
    white-space: normal;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 5px 0 0;
  }
  .home_page .home-banners .banners .banner:last-child {
    margin: 0;
  }
  .home_page .home-banners .banners .banner_img, .home_page .home-banners .banners .banner_video {
    padding-left: 0;
    padding-right: 0;
  }
  .home_page .home-banners .banners .banner_chief .chief {
    height: 100%;
  }
  .home_page .home-banners .banners .banner_journal .journal__info {
    padding-left: 90px;
  }
  .home_page .home-banners .banners .banner_journal .journal__photo {
    width: 75px;
  }
  .home_page .home-banners .banners__controls {
    display: block;
    margin: 10px 20px 0 0;
    text-align: center;
  }
  .home_page .home-banners .banners__controls-item {
    width: 14px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    cursor: pointer;
  }
  .home_page .home-banners .banners__controls-item:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #D4F0F9;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .home_page .home-banners .banners__controls-item.selected {
    cursor: default;
  }
  .home_page .home-banners .banners__controls-item.selected:before {
    background: #1779C0;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .home-title_waves {
    background-image: url("/f/media/main_page/pattern_2@2x.png");
  }
  .home-title_zigzag {
    background-image: url("/f/media/main_page/pattern_1@2x.png");
  }
  .home-title_lines {
    background-image: url("/f/media/main_page/pattern_3@2x.png");
  }
}
.lds-ring {
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #1f77bc;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #1f77bc transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*# sourceMappingURL=main_page.css.map */
