.grid {
  position: relative;
  float: left;
  width: 100%;
}
.grid:after {
  content: '';
  display: table;
  clear: both;
}
.grid--full {
  clear: both;
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
  float: none;
}
.grid--half {
  width: 50%;
}
.grid--1-4 {
  width: 25%;
}
.grid--3-4 {
  width: 75%;
}
.grid--1-3 {
  width: 33.3%;
}
@media (max-width: 1024px) {
  .grid {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 768px) {
  .grid--half,
  .grid--1-3,
  .grid--1-4,
  .grid--3-4 {
    width: 100%;
  }
}
.is_degree:after {
  content: '°';
  margin-top: -10px;
  font-weight: 300;
  top: -3px;
  position: relative;
}
*,
*:after,
*:before {
  box-sizing: border-box;
}
.h1 {
  font-weight: 500;
  font-family: inherit;
}
.h2 {
  font-weight: 500;
  font-family: inherit;
}
.h3 {
  font-weight: 500;
  font-family: inherit;
}
.h4 {
  font-weight: 500;
  font-family: inherit;
}
.h5 {
  font-weight: 500;
  font-family: inherit;
}
.h6 {
  font-weight: 500;
  font-family: inherit;
}
.hidden {
  border: 0;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}
.button {
  line-height: normal;
  border: 0;
  margin: 0;
  padding: 0;
}
.button--search {
  background: url("../img/search__button.png") no-repeat;
  width: 17px;
  height: 17px;
}
.button:hover {
  cursor: pointer;
}
.input:focus {
  border-color: #60c0f3;
}
.content {

}
.content__section {
  padding-top: 32px;
  padding-bottom: 32px;
  width: 100%;
  height: 380px;
  position: relative;
}
.content__section .slider {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}
.content__section .slider .owl-item {
  height: 100%;
  padding: 0;
}
.content__section .slider .owl-wrapper,
.content__section .slider .owl-wrapper-outer {
  height: 100%;
}
.content__section .slider img {
  display: block;
  height: 100%;
}
@media (max-width: 768px) {
  .content__section {
    height: auto;
  }
}
.content__map {
  background-color: #bdccd4;
  height: 510px;
}
@media (max-width: 768px) {
  .content__map {
    height: auto;
  }
}
.content__info {
  padding-top: 32px;
}
.content__main {
  padding-top: 32px;
  border-top: 2px solid #fff;
  background: url("../img/content__main.jpg");
}
h3 {
  font-weight: 400;
  font-size: 24px;
  text-transform: uppercase;

  color: #333;
  margin-bottom: 15px;
}
.content__articles {
  margin-right: -10px;
}
.article {
  background-color: #fff;
  border: 1px solid #999;
  padding: 30px 35px;
  margin-right: 90px;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .article {
    margin-right: 0;
  }
}
.article--mini {
  border-color: rgba(128,128,128,0.3);
  margin: 0px 10px 30px 0;
  padding: 25px 20px;
}
.article--mini .article__preview {
  width: 100%;
}
.article--mini .article__title {
  font-size: 14px;
  margin: 10px 0;
}
.article--mini .article__more {
  font-size: 13px;
  margin-top: 7px;
}
.article--page {
  border-color: rgba(128,128,128,0.3);
  margin: 30px 0;
}
.article--page .article__title {
  margin: 0 0 20px;
}
.article__preview {
  width: 100%;
}
.article__preview--left {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
  width: auto;
}
@media (max-width: 640px) {
  .article__preview--left {
    width: 100%;
  }
}
.article__title {
  margin: 25px 0;
  font-size: 24px;
  color: #333;
}
.article__text {
  font-size: 13px;
  color: #999;
  text-align: justify;
}
.article__more {
  color: #60c0f3;
  font-size: 18px;
  text-transform: lowercase;
  text-decoration: none;
  margin-top: 15px;
  display: inline-block;
  vertical-align: middle;
}
.article__more:after {
  content: '';
  background: url("../img/arrow--link.png") no-repeat right center;
  width: 8px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
}
.sidebar {
  margin-top: 30px;
  padding-left: 30px;
}
@media (max-width: 768px) {
  .sidebar {
    padding-left: 0;
  }
}
.sidebar .info {
  margin-left: 0;
}
.sidebar .link-list {
  padding-left: 20px;
}
.hr {
  border-top-color: #565656;
  border-bottom: 0;
}
.info {
  padding: 0 40px 0 0;
  margin-left: -20px;
}
@media (max-width: 768px) {
  .info {
    margin-left: 0;
    margin-bottom: 30px;
  }
}
.link-list {
  list-style-image: url("../img/arrow--list.png");
  margin: 0;
  padding: 0 0 0 15px;
}
.link-list__item {
  margin-bottom: 10px;
}
.link-list__link {
  color: #999;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  padding-left: 10px;
}
.link-list__link:hover {
  color: #60c0f3;
}
.link-list__temp {
  float: right;
}
.footer__copyright {
  background-color: #000;
  width: 100%;
  padding: 25px 0;
  color: #999;
  font-size: 14px;
}
.footer__copyright p {
  margin: 0;
}
.footer__underground {
  border: 1px solid #999;
  margin-bottom: 30px;
  padding: 25px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .footer__underground {
    margin: 0 15px 30px;
  }
}
.footer__social {
  float: right;
  padding-left: 50px;
  padding-top: 18px;
}
@media (max-width: 1024px) {
  .footer__social {
    padding-left: 0px;
  }
}
@media (max-width: 640px) {
  .footer__social {
    float: none;
  }
}
.footer__social-text {
  font-size: 14px;
  margin-right: 20px;
  text-transform: uppercase;
}
@media (max-width: 640px) {
  .footer__social-text {
    display: block;
    margin-bottom: 20px;
  }
}
.footer__social-link {
  text-indent: -9999px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #b3b3b3;
  border-radius: 50%;
  margin-left: 15px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
}
.footer__social-link:hover {
  background-color: #60c0f3;
}
.footer__social-link--vk {
  background-image: url("../img/icons/vk.svg");
}
.footer__social-link--tw {
  background-image: url("../img/icons/tw.svg");
}
.footer__social-link--fb {
  background-image: url("../img/icons/fb.svg");
}
.footer__social-link--rss {
  background-image: url("../img/icons/rss.svg");
}
.header {

}
@media (max-width: 1024px) {
  .header {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.header__logo {
  float: left;
  background: url("../img/logo.png") no-repeat;
  width: 152px;
  height: 79px;
  text-indent: -999px;
  overflow: hidden;
}
.header__search {
  float: left;
}
@media (max-width: 640px) {
  .header__search {
    float: right;
    padding-right: 5px;
  }
}
.header__info {
  float: right;
  padding: 12px 0 0 20px;
}
@media (max-width: 640px) {
  .header__info {
    padding-left: 0;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .header__info {
    padding-right: 10px;
  }
}
.header__icon {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #60c0f3 url("../img/mark.svg") no-repeat center center;
}
@media (max-width: 640px) {
  .header__icon {
    width: 34px;
    height: 34px;
  }
}
.header__text {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  margin-left: 10px;
  font-size: 22px;
  text-decoration: none;
}
@media (max-width: 640px) {
  .header__text {
    font-size: 14px;
  }
}
.header__region {
  color: #333;
  font-size: 14px;
  background: none;
  border: 1px solid #999;
  padding: 4px 10px 5px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 4px;
}
.header__region:hover {
  background: #333;
  color: #fff;
}
@media (max-width: 320px) {
  .header__region {
    margin-top: 10px;
  }
}
.search {
  margin-left: 10%;
  margin-top: 12px;
  position: relative;
}
@media (max-width: 1024px) {
  .search {
    margin-left: 0;
    float: right;
    margin-right: 10px;
    width: 50%;
  }
}
@media (max-width: 640px) {
  .search {
    margin-left: 0;
  }
}
@media (max-width: 320px) {
  .search {
    margin-right: 0;
    width: 100%;
  }
}
.search__input {
  width: 100%;
  padding: 10px 35px 10px 10px;
  height: 50px;
  border: 1px solid #bdccd4;
}
@media (max-width: 640px) {
  .search__input {
    width: 100%;
    padding-left: 0;
    padding-right: 30px;
  }
}
.search__button {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -8px;
}
.infoblock {
  width: 100%;
  clear: left;
  margin-bottom: 30px;
}
.infoblock.is_hover .infoblock__img {
  opacity: 0.77;
}
.infoblock__img {
  width: 100%;
  margin-bottom: -5px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .infoblock__img {
    width: auto;
  }
}
.infoblock__media {
  position: relative;
  background-color: #000;
  display: inline-block;
  overflow: hidden;
  width: 100%;
}
.infoblock__title {
  font-size: 38px;
  color: #fff;
  font-weight: 500;
  position: absolute;
  left: 170px;
  top: 60px;
}
@media (max-width: 768px) {
  .infoblock__title {
    font-size: 26px;
    left: 80px;
    top: 30px;
  }
}
@media (max-width: 640px) {
  .infoblock .icon {
    display: none;
  }
}
.infoblock--s {
  text-align: center;
}
.infoblock--s .infoblock__title {
  top: 55%;
  left: 20px;
  text-transform: uppercase;
  font-size: 14px;
}
.infoblock--s .infoblock__media {
  width: auto;
}
.informer {
  border: 1px solid #999;
  margin-top: 40px;
  background-color: rgba(0,0,0,0.57);
  height: 275px;
  padding: 30px 30px;
  color: #fff;
  position: relative;
}
@media (max-width: 1024px) {
  .informer {
    padding: 30px 10px;
  }
}
@media (max-width: 768px) {
  .informer {
    padding: 10px;
    height: auto;
  }
}
@media (max-width: 640px) {
  .informer {
    height: auto;
  }
}
.informer--current {
  padding: 30px 35px;
  background-color: rgba(0,0,0,0.4);
  border-right: 0;
}
.informer__title {
  font-size: 42px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
}
.informer__title--m {
  font-size: 30px;
}
.informer__today {
  position: absolute;
  right: 35px;
  top: 30px;
}
.informer__text {
  font-size: 14px;
}
.informer__text--xl {
  font-size: 30px;
  font-weight: 600;
}
.informer__content {
  margin-top: 10px;
}
.informer__temperature {
  margin-left: 15px;
  font-size: 50px;
  font-weight: 600;
  vertical-align: middle;
}
.informer__metadata {
  float: right;
  margin-top: 15px;
  font-size: 13px;
}
.informer__label {
  font-size: 13px;
}
.informer__label--footer {
  display: block;
}
.informer__numb {
  font-size: 30px;
  font-weight: 600;
  margin-left: 7px;
  margin-right: 7px;
}
.informer__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.informer__list:after_ {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 53px;
  background-color: rgba(0,0,0,0.54);
}
.informer__item {
  display: inline-block;
  padding: 0 11px;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .informer__item {
    width: 13%;
  }
}
.informer__item .icon {
  margin-top: 7px;
  margin-bottom: 10px;
}
.informer__item--weekend {
  color: #ffe400;
}
.informer__night {
  padding-top: 5px;
  font-size: 12px;
  color: #fff;
}
.informer__night .is_degree {
  font-size: 16px;
}
.informer__night .is_degree:after {
  top: -5px;
}
.icon {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center center;
}
.informer__item .icon {
  height: 60px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.icon--sun {
  background-image: url("../img/icons/sun.svg");
  width: 37px;
  height: 37px;
}
.informer__item--weekend .icon--sun {
  background-image: url("../img/icons/sun--weekend.svg");
}
.icon--rain {
  background-image: url("../img/icons/rain.svg");
  height: 44px;
  width: 39px;
}
.informer__item--weekend .icon--rain {
  background-image: url("../img/icons/rain--weekend.svg");
}
.icon--sun-cloud {
  background-image: url("../img/icons/sun-cloud.svg");
  width: 47px;
  height: 40px;
}
.informer__item--weekend .icon--sun-cloud {
  background-image: url("../img/icons/sun-cloud--weekend.svg");
}
.icon--cloud {
  background-image: url("../img/icons/cloud.svg");
  width: 39px;
  height: 21px;
}
.informer__item--weekend .icon--cloud {
  background-image: url("../img/icons/cloud--weekend.svg");
}
.icon--wind {
  background: url("../img/icons/wind.png");
  width: 33px;
  margin-top: -10px;
}
.icon--compass {
  background: url("../img/icons/compass.png");
  width: 19px;
  height: 19px;
  margin: -10px 7px 0;
}
.icon--phone {
  background: url("../img/icons/phone.png");
  height: 74px;
  width: 59px;
  margin-right: 50px;
}
.icon--xl {
  width: 80px;
  height: 80px;
  background-size: 100%;
}
.mainmenu {
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
  position: relative;
  clear: both;
  height: 65px;
  box-shadow: 0 0 2px 0 #bdccd4;
  background-color: #fff;
  z-index: 2;
}
.mainmenu__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mainmenu__item {
  float: left;
  position: relative;
}
@media (max-width: 640px) {
  .mainmenu__item {
    float: none;
  }
}
.mainmenu__item:last-child .mainmenu__link:after {
  content: none;
}
.mainmenu__link {
  position: relative;
  font-size: 17px;
  text-transform: uppercase;
  text-decoration: none;
  color: #333;
  padding: 0 41px;
  height: 65px;
  line-height: 65px;
  display: block;
}
@media (max-width: 1024px) {
  .mainmenu__link {
    padding: 0 30px;
  }
}
/*.mainmenu__link--active {
  color: #60c0f3;
}*/
.mainmenu__link:hover,
.mainmenu__link:focus,
.is_hover .mainmenu__link {
  color: #fff;
  background-color: #21116a;
}
.mainmenu__link:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  /*background-color: #b3b3b3;*/
  width: 1px;
  height: 40px;
  margin-top: -20px;
}
.mainmenu--simple {
  box-shadow: none;
  width: 65%;
  float: left;
  position: relative;
  background: none;
}
@media (max-width: 768px) {
  .mainmenu--simple {
    width: 100%;
    height: auto;
  }
}
.mainmenu--simple:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  background-color: #b3b3b3;
  width: 1px;
  height: 104px;
  margin-top: -52px;
}
@media (max-width: 768px) {
  .mainmenu--simple:after {
    content: none;
  }
}
.mainmenu--simple .mainmenu__link {
  text-transform: none;
  padding: 0 30px;
  font-size: 14px;
}
.mainmenu--simple .mainmenu__link:after {
  content: none;
}
@media (max-width: 1024px) {
  .mainmenu--simple .mainmenu__link {
    padding: 0 25px;
  }
}
@media (max-width: 768px) {
  .mainmenu--simple .mainmenu__link {
    height: auto;
    line-height: normal;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 10px 0;
    padding-left: 10px;
  }
}
.is_tablet li {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    position: relative;
    display: block;
    padding: 10px 15px;   
}
.mainmenu__select {
  display: block;
  width: 100%;
  margin: 10px auto 0;
  height: 40px;
  text-transform: uppercase;
  font-size: 18px;
  background-color: #f8f8f8;
	border-color: #e7e7e7;	
	border-width: 0 0 1px;
	right: 0;
	left: 0;
	z-index: 1030;
	padding: 0 10px;

}
.mainmenu--select {
  height: 60px;
}
.mainmenu__sub {
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 10px 0;
  background-color: #21116a;
  display: none;
}
.mainmenu__item.is_hover .mainmenu__sub,
.mainmenu__item:hover .mainmenu__sub {
  display: block;
}
.mainmenu__sub-item {
  display: block;
}
.first-lvl {
  position: relative;
  display: inline-block;
  padding: 8px 35px 9px 10px;
  color: #000;
  cursor: pointer;
}
.first-lvl::before {
  position: absolute;
  content: '▼';
  top: 11px;
  right: 10px;
  font-size: 13px;
}
.first-lvl:hover {
  background-color: #21116a;
  color: #fff;
}
.second-lvl.show {
  display: block;
}
.second-lvl {
  display: none;
  padding: 0;
  margin: 0;
}
.second-lvl__item {
  padding: 0!important;
  background-color: #fff;
  color: #000;
  cursor: pointer;
}
.second-lvl__item:hover .second-lvl__link,
.second-lvl__item:hover .second-lvl__span {
  background-color: #21116a;
  color: #fff;
}
.second-lvl__link,
.second-lvl__span {
  position: relative;
  display: block;
  padding: 10px;
  color: #000;
  text-decoration: none;
}
.second-lvl__span::before {
  position: absolute;
  content: '▼';
  top: 11px;
  right: 10px;
  font-size: 13px;
}
.third-lvl {
  display: none;
  padding: 0;
  background-color: rgba(33,17,106, .6);
}
.third-lvl__item {
  padding: 0!important;
}
.third-lvl__link {
  display: block;
  padding: 10px 25px;
  text-decoration: none;
  color: #fff;
}
.third-lvl__link:hover {
  background-color: #21116a;
}
.third-lvl.show {
  display: block;
}
.mainmenu__sub-link {
  display: block;
  padding: 7px 43px;
  color: #fff;
  text-transform: none;
  white-space: nowrap;
  display: block;
  text-decoration: none;
}
.mainmenu__sub-link:hover {
  background-color: #60c0f3;
}

.map__navigation {
  position: absolute;
  right: 0;
  top: 0;
  width: 260px;
  padding: 15px 10px 15px 20px;
  background-color: rgba(189,204,212,0.56);
}
@media (max-width: 1024px) {
  .map__navigation {
    right: 20px;
  }
}
@media (max-width: 768px) {
  .map__navigation {
    position: static;
    width: 100%;
    margin-bottom: 30px;
  }
}
.map__graph {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .map__graph {
    display: none;
  }
}
.map__title {
  color: #333;
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 0;
}
.map__list {
  list-style-image: url("../img/arrow--list.png");
  padding-left: 15px;
  margin: 0;
}
.map__list-item {
  margin-bottom: 4px;
}
.map__list-link {
  color: #999;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  padding-left: 5px;
}
.map__list-link:hover,
.map__list-link:focus {
  color: #60c0f3;
}
.map__kz {
  position: relative;
  top: 35px;
  left: 110px;
  width: 677px;
  height: 382px;
}
@media (max-width: 1024px) {
  .map__kz {
    left: 35px;
  }
}
.map__region {
  position: absolute;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.map__region:hover,
.map__region.is_hover {
  opacity: 1;
}
.map__region:hover .map__city,
.map__region.is_hover .map__city {
  color: #333;
}
.map__region:hover .map__city:after,
.map__region.is_hover .map__city:after {
  background-color: #333;
}
.map__region--zap {
  top: 100px;
  left: 2px;
  width: 130px;
  height: 96px;
}
.map__region--zap:hover,
.map__region--zap.is_hover {
  background-image: url("../img/regions/1_0.png");
}
.map__region--aty {
  top: 163px;
  left: 11px;
  width: 150px;
  height: 76px;
}
.map__region--aty:hover,
.map__region--aty.is_hover {
  background-image: url("../img/regions/2_0.png");
}
.map__region--man {
  top: 230px;
  left: 60px;
  width: 106px;
  height: 118px;
}
.map__region--man:hover,
.map__region--man.is_hover {
  background-image: url("../img/regions/3_0.png");
}
.map__region--akt {
  top: 112px;
  left: 113px;
  width: 172px;
  height: 151px;
}
.map__region--akt:hover,
.map__region--akt.is_hover {
  background-image: url("../img/regions/4_0.png");
}
.map__region--kus {
  top: 22px;
  left: 217px;
  width: 129px;
  height: 169px;
}
.map__region--kus:hover,
.map__region--kus.is_hover {
  background-image: url("../img/regions/5_0.png");
}
.map__region--kzy {
  top: 198px;
  left: 200px;
  width: 146px;
  height: 126px;
}
.map__region--kzy:hover,
.map__region--kzy.is_hover {
  background-image: url("../img/regions/6_0.png");
}
.map__region--sev {
  top: 1px;
  left: 311px;
  width: 130px;
  height: 90px;
}
.map__region--sev:hover,
.map__region--sev.is_hover {
  background-image: url("../img/regions/7_0.png");
}
.map__region--akm {
  top: 49px;
  left: 300px;
  width: 145px;
  height: 95px;
}
.map__region--akm:hover,
.map__region--akm.is_hover {
  background-image: url("../img/regions/8_0.png");
}
.map__region--kar {
  top: 110px;
  left: 258px;
  width: 242px;
  height: 133px;
}
.map__region--kar:hover,
.map__region--kar.is_hover {
  background-image: url("../img/regions/9_0.png");
}
.map__region--yuz {
  top: 241px;
  left: 312px;
  width: 80px;
  height: 123px;
}
.map__region--yuz:hover,
.map__region--yuz.is_hover {
  background-image: url("../img/regions/10_0.png");
}
.map__region--zha {
  top: 241px;
  left: 360px;
  width: 110px;
  height: 86px;
}
.map__region--zha:hover,
.map__region--zha.is_hover {
  background-image: url("../img/regions/11_0.png");
}
.map__region--pav {
  top: 30px;
  left: 428px;
  width: 103px;
  height: 118px;
}
.map__region--pav:hover,
.map__region--pav.is_hover {
  background-image: url("../img/regions/12_0.png");
}
.map__region--vos {
  top: 111px;
  left: 484px;
  width: 171px;
  height: 144px;
}
.map__region--vos:hover,
.map__region--vos.is_hover {
  background-image: url("../img/regions/13_0.png");
}
.map__region--alm {
  top: 210px;
  left: 437px;
  width: 171px;
  height: 144px;
}
.map__region--alm:hover,
.map__region--alm.is_hover {
  background-image: url("../img/regions/14_0.png");
}
.map__city {
  position: absolute;
  text-decoration: none;
  color: #fff;
}
.map__city:after {
  content: '';
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: -5px;
}
.map__city:hover {
  color: #333;
}
.map__city--zap {
  top: 30px;
  left: 40px;
}
.map__city--aty {
  top: 20px;
  left: 45px;
}
.map__city--aty:after {
  top: 100%;
}
.map__city--man {
  top: 50px;
  left: 20px;
}
.map__city--man:after {
  left: 0;
}
.map__city--akt {
  top: 35px;
  left: 75px;
}
.map__city--kus {
  top: 45px;
  left: 20px;
}
.map__city--kzy {
  top: 50px;
  left: 30px;
}
.map__city--sev {
  top: 30px;
  left: 0px;
}
.map__city--akm {
  top: 50px;
  left: 50px;
}
.map__city--kar {
  top: 40px;
  left: 130px;
}
.map__city--yuz {
  top: 90px;
  left: 0;
}
.map__city--zha {
  top: 50px;
  left: 40px;
}
.map__city--pav {
  top: 60px;
  left: 20px;
}
.map__city--vos {
  top: 40px;
  left: 30px;
}
.map__city--alm {
  top: 50px;
  left: 50px;
}
.map__city--ata {
  top: 90px;
  left: 40px;
}
.news-list {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}
.news-list__item {
  margin-bottom: 8px;
  font-size: 13px;
}
.news-list__link {
  color: #47aed1;
  text-decoration: underline;
}
.news-list__link:hover {
  color: #b3b3b3;
}
.news-list__date {
  margin-top: 3px;
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
  text-align: center;
  height: 180px;
  padding: 0 15px;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.grabbing {
  cursor: url("grabbing.png") 8 8, move;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.page {
  color: #333;
  font-size: 16px;
  height: 100%;
  margin: 0;
  padding: 0;
}
.page__header {
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
}
.slider {
  padding: 30px 30px 30px 20px;
  clear: both;
}
.slider--xl {
  padding: 0;
}
.slider--full {
  padding: 10px 30px 50px;
}
.slider__item {
  background-color: #fff;
  border: 1px solid #999;
  width: 100%;
  height: 100%;
  padding: 15px 0;
  display: block;
  text-decoration: none;
}
.owl-pagination {
  display: none;
}
.owl-buttons .owl-prev,
.owl-buttons .owl-next {
  background: url("../img/arrow.png") no-repeat;
  width: 19px;
  height: 35px;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  margin-top: -17px;
}
.owl-buttons .owl-prev {
  left: -40px;
}
@media (max-width: 1024px) {
  .owl-buttons .owl-prev {
    left: -20px;
  }
}
.owl-buttons .owl-next {
  right: -40px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 1024px) {
  .owl-buttons .owl-next {
    right: -20px;
  }
}
@media (max-width: 768px) {
  .is_tablet {
    display: block;
  }
  .is_desktop {
    display: none;
  }
}
@media (min-width: 769px) {
  .is_tablet {
    display: none;
  }
  .is_desktop {
    display: block;
  }
}


.dropdown {
      display: inline-block;
}

.dropdown-content {
	display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	text-align:left;
	z-index: 3;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
	z-index: 3;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
.section-header{
    text-transform: initial;
}
.firstLetter {
    display: block;
}
.firstLetter:first-letter {
    text-transform: uppercase;
}