.news-grid {
    display: flex;
    -webkit-box-flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.news-grid__elem {
  width: 24%;
    float: initial;
    min-height: 1px;
    margin-left: 1%;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 12px;
    -webkit-transition: box-shadow .1s,opacity .1s;
    -o-transition: box-shadow .1s,opacity .1s;
    transition: box-shadow .1s,opacity .1s;
    color: #000;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    overflow: hidden;
}

.news-grid__elem_nb {
    box-shadow: none;
    margin-bottom: 0;
}

.news-grid__elem_col {
  border-bottom: 1px solid #ccc;
    position: relative;
    z-index: 1;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    background-color: #fff;
    -webkit-transition: opacity .1s;
    -o-transition: opacity .1s;
    transition: opacity .1s;
    will-change: opacity;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.news-grid__elem_row {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-content: flex-start;
    width: 100%;
}

.news-piece {
    width: 45%;
    border-top: none;
}


.news-piece_major-wrap {
  padding: 10px;
    display: flex;
    flex-grow: 1;
    z-index: 1;
}
.news-piece_major {
  padding: 0;
  margin: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.news-piece_major p {
  flex-grow: 1;
}

.news-grid .news-piece__date {
  color: rgb(153, 153, 153);
  font-size: 16px;
  font-weight: normal;
}

.news-grid .news-piece__extra {
  font-size: 12px;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

.news-grid .news-piece__extra:before {
  content: '';
}
.news-grid .news-piece__extra:after {
  content: '';
}

.new-news-piece__link {
  font-size: 20px;
  line-height: 1.4em;
  flex-grow: 1;
  color: #000000;
  text-decoration: none;
  z-index: 1;
  font-weight: bold;
}

.new-news-grid__elem__photo {
    flex-shrink: 0; 
    min-height: 200px;
    position: relative;
}

.news-grid .news-grid__elem_2x {
  width: 49%;
}

.news-grid .news-grid__elem_3x {
  width: 100%;
}

.news-grid__elem_big {
  width: 100%;
  margin-left: 0;
}

.news-grid__elem_big .news-piece_major .new-news-piece__link {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 15px;
}
.news-grid__elem_big .new-news-grid__elem__photo-el {
    background-size: cover;
}
.news-grid__elem_big .new-news-grid__elem__photo {
  min-height: 400px;
}


.news-grid .news-grid__elem_2x .new-news-grid__elem__photo {
  position: static;
}

.news-grid .news-grid__elem_2x .new-news-grid__elem__photo-el {
    background-size: cover;
}

.news-grid .news-grid__elem_2x .news-piece_major {
  min-height: 150px;
}


.news-grid__elem_2x .news-piece_major .new-news-piece__link {
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.498039) 0px 2px 2px;
  font-size: 24px;
}

.news-grid__elem_2x .news-piece_major p {
  color: #fff;
  width: 80%;
  flex-grow: 1;
}

.new-news-grid__elem__photo-el {
    min-width: 100%;
    height: auto;
    min-height: 100%;
    margin: auto;
    background-size: cover;
    position: absolute;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center center;
}


.news-grid .news-grid__elem_2x .news-piece_major .news-piece__extra {
  background-color: #fff;
    width: auto;
    border-radius: 3px;
    font-size: 12px;
    line-height: 18px;
    padding: 1px 5px 3px 5px;
}


.news-grid .news-grid__elem_2x .news-piece_major .news-piece__date {
  text-shadow: 0 2px 2px rgba(0,0,0,0.5);
  color: rgba(255,255,255,0.8);
}

.news-grid__elem_2x .new-news-grid__elem__photo-el:before {
  content: '';
    min-width: 100%;
    height: auto;
    min-height: 100%;
    margin: auto;
    background-size: cover;
    position: absolute;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, .5);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.new-news-grid__elem__list {
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  padding: 10px;
}
.new-news-grid__elem__list_top {
  min-height: 180px;
}
.new-news-grid__elem__list_btm {
  flex-grow: 1;
}

.new-news-grid__elem__list-item {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.news-grid__elem_2x .new-news-grid__elem__list {
    flex-direction: row;
    flex-wrap: wrap;
}
.news-grid__elem_2x .new-news-grid__elem__list-item {
    width: 50%;
}
.news-grid__elem_2x .new-news-grid__elem__list-item:nth-child(2n) {
    width: 46%;
    padding-left: 10px;
}

.title_h1 {
    font: 28px/30px Arial,Tahoma,Sans-Serif;
    margin: 0;
    margin-right: 5px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: 10px; 
}
.title_main {
  width: 85%;
}


.news-grid .news-grid__elem:nth-child(1) {
  margin-left: 0;
}

.m-navbar {
    margin-bottom: 10px;
    padding: 0;
    background-color: #efefef;
    position: relative;
    z-index: 2;
  }

  .m-navbar__wrapper {
  height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding-right: 40px;
  }

  .m-navbar .m-navbar__item {
    display: block;
    color: #000;
    text-decoration: none;
    padding: 0 10px;
    float: left;
    line-height: 30px;
    height: 30px;
    font-family: PT Sans Narrow,Arial,Helvetica,sans-serif;
    font-size: 18px;
    -webkit-transition: color 200ms, background-color 200ms;
    transition-property: color, background-color;
    transition-duration: 200ms, 200ms;
  }

  .m-navbar .m-navbar__dropdownBtn {
    float: right;
    width: 40px;

  font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 24px;
    position: absolute;
    top: 3px;
    right: 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 30px;
    height: 24px;
    padding-left: 4px;
    color: #efefef;
    border-radius: 5px;
    cursor: pointer;
    background: none center center no-repeat #666666;
    background-image: url('data:image/svg+xml;base64,PHN2ZyBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pZCIgaGVpZ2h0PSIxNnB4IiBpZD0iTGF5ZXJfMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTYgMTY7IiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxNiAxNiIgd2lkdGg9IjE2cHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxwYXRoIGQ9Ik0yLDZDMC44OTYsNiwwLDYuODk2LDAsOHMwLjg5NiwyLDIsMnMyLTAuODk2LDItMlMzLjEwNCw2LDIsNnogTTgsNkM2Ljg5Niw2LDYsNi44OTYsNiw4czAuODk2LDIsMiwyczItMC44OTYsMi0yICBTOS4xMDQsNiw4LDZ6IE0xNCw2Yy0xLjEwNCwwLTIsMC44OTYtMiwyczAuODk2LDIsMiwyczItMC44OTYsMi0yUzE1LjEwNCw2LDE0LDZ6IiBzdHlsZT0iZmlsbDogcmdiKDIzOSwgMjM5LCAyMzkpOyIvPjwvc3ZnPg=='); 
  }

  .m-navbar .m-navbar__item:hover {
    color: #efefef;
    background-color: #666;
  }
  .m-navbar .m-navbar__item:active {
    color: #efefef;
    background-color: #666;
  }

  .m-navbar .m-navbar__item_active {
    color: #efefef;
    background-color: #666;
  }

  .m-navbar__dropdown {
    position: absolute;
    background-color: #efefef;
    left: 0;
    width: 100%;
    top: 30px;
  }

  .m-navbar .m-navbar__dropdown .m-navbar__item {
    float: none;
  text-align: center;
  }


.m-select {
  font-family: PT Sans Narrow, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  box-sizing: border-box;
  height: 30px;
  margin-bottom: 10px;
  padding-right: 30px;
  padding-left: 10px;
  text-overflow: '';
  -ms-text-overflow: '';
  color: #698c15;
  border: 1px solid #698c15;
  border-radius: 4px;
  background: none right center no-repeat transparent;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAKCAYAAAC9vt6cAAAAc0lEQVQokWNgAIKMLuHMxDYeUQYiQUY3j1h6j3AWmANiZPaI/s/oFr1MjCEgzZk9IlfAeoAWowoQMASnWmIMIagGnwKQXEa3yFWCrkRR2CN6Ka2BVySllVucKM24DEFmEx1TyLYiu4YozeiGkKUZ2RBCmgFFOG/2c2P9lQAAAABJRU5ErkJggg==');
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNiAxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczpza2V0Y2g9Imh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaC9ucyI+PHRpdGxlPmFyci1kb3duPC90aXRsZT48cGF0aCBkPSJNMSAxbDYuOTg4IDcgNy4wMTItNyIgc3Ryb2tlPSIjNjk4QzE1IiBzdHJva2Utd2lkdGg9IjIiIHNrZXRjaDp0eXBlPSJNU1NoYXBlR3JvdXAiIGZpbGw9Im5vbmUiLz48L3N2Zz4='), none;
  background-position: right 8px bottom 7px;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  -moz-appearance: window;
  appearance: none;
}
.m-select:hover,
.m-select:active,
.m-select:focus {
  outline: none;
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}
.m-select::-ms-expand {
  display: none;
}
.m-select_big {
  font-size: 24px;
  font-weight: normal;
  width: 100%;
  height: 40px;
  padding-left: 15px;
  color: #000;
  border-color: #bbc89c;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDE0IDciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c2tldGNoPSJodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2gvbnMiPjx0aXRsZT50cmlhbmdsZSBhcnJvdzwvdGl0bGU+PHBhdGggZD0iTTAgMGgxNGwtNyA3LTctN3oiIGZpbGw9IiM2OThDMTUiIHNrZXRjaDp0eXBlPSJNU1NoYXBlR3JvdXAiLz48L3N2Zz4=');
  background-position: right 10px center;
  /*box-shadow: 0 2px 3px #abb299;*/
}
.m-select_h2 {
  font-size: 25px;
  font-weight: normal;
  line-height: 35px;
  height: 35px;
  margin-top: 10px;
  padding-left: 5px;
  vertical-align: baseline;
  color: #000;
  border-color: #b1cc76;
  background-position: right 10px top 14px;
}
.m-select_h2:focus {
  border-style: solid;
  border-color: #999;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.m-select_white {
  background-color: #fff;
}
.m-select:hover,
.m-select:active,
.m-select:focus {
  outline: none;
  background-color: #fff;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}
.m-select_right {
    float: right;
    margin-top: 1rem;
    margin-right: 1%;
    width: 14%; 
}
.m-select-nav-wrapper {
    float: right;
    width: 120px;
}
.m-select-nav-wrapper .m-select_nav {
    width: 120px;
    border: 0;
    text-align: right;
    background-color: #666;
    color: #ffffff;
    border-radius: 0;
    font-weight: normal;
    background-size: 34px;
    background-position: right 0px bottom -4px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgNDggNDgiIHdpZHRoPSI0OCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pbllNaWQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0LjgzIDE2LjQybDkuMTcgOS4xNyA5LjE3LTkuMTcgMi44MyAyLjgzLTEyIDEyLTEyLTEyeiIgZmlsbD0icmdiKDI1NSwyNTUsMjU1KSIgLz48cGF0aCBkPSJNMC0uNzVoNDh2NDhoLTQ4eiIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==');
}

.pbutton {
  display: inline-block;
  text-decoration: none;
  color: #698c15;
  border: 1px solid #698c15;
  border-radius: 4px;
  text-align: center;
  position: relative;
}
.pbutton:hover,
.pbutton:active {
  _border-color: #ff5400;
}
.pbutton_huge {
  font-size: 30px;
  line-height: 52px;
  width: 100%;
  height: 54px;
  padding: 0;
  border-width: 3px;
  border-radius: 8px;
  background-color: #edfbcc;
}

.spinner__bounce {
  display: inline-block;
  width: 20px;
  height: 20px;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  border-radius: 100%;
  background-color: #698c15;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.spinner_color_white .spinner__bounce {
  background-color: #fff;
}
.spinner__bounce_1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner__bounce_2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.spinner {
  text-align: center;
  line-height: 45px;
  top: 2px;
  height: 3px;
  margin-left: -50px;
  left: 50%;
  position: absolute;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 0;
}
.pbutton_loading .spinner {
  opacity: 1;
}
.pbutton_loading {
  color: #fff;
  background-color: #fff;
  -webkit-transition: color .3s, background-color .3s;
  transition: color .3s, background-color .3s;
}

.afisha-search {
  font-size: 14px;
  line-height: 1;
  position: relative;
  margin-bottom: 40px;
  padding: 20px 15px;
  text-align: center;
  background-color: #f1f5e8;
}
.afisha-search:after {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 50%;
  display: block;
  width: 92%;
  height: 20px;
  margin-left: -46%;
  content: '';
  box-shadow: 0 5px 35px rgba(0, 0, 0, 0.45);
}
.afisha-search__heading {
  font-size: 30px;
  margin-bottom: 5px;
}
.afisha-search__subscript {
  font-size: 11px;
  margin-bottom: 20px;
  color: #607d1f;
}
.afisha-search__input-row {
  margin-bottom: 20px;
}
.afisha-search__main-wrap {
  position: relative;
  display: inline-block;
  width: 40%;
  height: 40px;
  margin-right: 15px;
}
.afisha-search__spinner {
  display: none;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 24px;
  height: 24px;
}
.afisha-search__submit {
  vertical-align: bottom;
}
.afisha-search__main-input {
  font-size: 21px;
  line-height: 40px;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding-right: 40px;
  padding-left: 5px;
}

.buttons-group {
  white-space: nowrap;
}
.buttons-group .button {
  border-radius: 0;
}
.buttons-group .button:first-child {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.buttons-group .button:last-child {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 27px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 27px;
  padding: 0 .8em;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #fff;
}
.button_color_grey {
  color: #666;
  border-top: 1px solid #f4f4f4;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #c3c3c3;
  border-left: 1px solid #e5e5e5;
  background-color: #ededed;
  background-image: -webkit-linear-gradient(top, #f8f8f8, #e2e2e2);
  background-image: -o-linear-gradient(top, #f8f8f8, #e2e2e2);
  background-image: linear-gradient(to bottom, #f8f8f8, #e2e2e2);
}
.button_color_grey:hover {
  background-color: #fdfdfd;
  background-image: -webkit-linear-gradient(top, #fdfdfd, #e2e2e2);
  background-image: -o-linear-gradient(top, #fdfdfd, #e2e2e2);
  background-image: linear-gradient(to bottom, #fdfdfd, #e2e2e2);
}
.button_color_grey:active {
  color: #595959;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #d9d9d9;
  background-color: #e5e5e5;
  background-image: -webkit-linear-gradient(top, #e5e5e5, #e8e8e8);
  background-image: -o-linear-gradient(top, #e5e5e5, #e8e8e8);
  background-image: linear-gradient(to bottom, #e5e5e5, #e8e8e8);
}
.button_color_orange {
  color: white;
  border-top: 1px solid #fed274;
  border-right: 1px solid #ed9248;
  border-bottom: 1px solid #c87418;
  border-left: 1px solid #ed9248;
  background-color: #faa40c;
  background-image: -webkit-linear-gradient(top, #feb00c, #f1870c);
  background-image: -o-linear-gradient(top, #feb00c, #f1870c);
  background-image: linear-gradient(to bottom, #feb00c, #f1870c);
}
.button_color_orange:hover {
  color: white;
  background-color: #f5930c;
  background-image: -webkit-linear-gradient(top, #f9a600, #f48900 73%, #f17f00);
  background-image: -o-linear-gradient(top, #f9a600, #f48900 73%, #f17f00);
  background-image: linear-gradient(to bottom, #f9a600, #f48900 73%, #f17f00);
}
.button_color_orange:active {
  color: white;
  background-color: #f17f00;
  background-image: -webkit-linear-gradient(top, #f17f00, #f48900 95%, #f9a600);
  background-image: -o-linear-gradient(top, #f17f00, #f48900 95%, #f9a600);
  background-image: linear-gradient(to bottom, #f17f00, #f48900 95%, #f9a600);
}
.button_color_green {
  color: #fff;
  border-top: 1px solid #93b700;
  border-bottom: 1px solid #5a8600;
  background-color: #94b800;
  background-image: -webkit-linear-gradient(top, #94b800, #5a8600);
  background-image: -o-linear-gradient(top, #94b800, #5a8600);
  background-image: linear-gradient(to bottom, #94b800, #5a8600);
}
.button_color_green:hover {
  background-color: #a6c427;
  background-image: -webkit-linear-gradient(top, #a6c427, #5c8516);
  background-image: -o-linear-gradient(top, #a6c427, #5c8516);
  background-image: linear-gradient(top, #a6c427, #5c8516);
}
.button_color_green:active {
  background-color: #588315;
  background-image: -webkit-linear-gradient(top, #588315, #5b8516);
  background-image: -o-linear-gradient(top, #588315, #5b8516);
  background-image: linear-gradient(top, #588315, #5b8516);
}
.button_color_green.button_with-spinner:active {
  background-color: #94b800;
  background-image: -webkit-linear-gradient(top, #94b800, #5a8600);
  background-image: -o-linear-gradient(top, #94b800, #5a8600);
  background-image: linear-gradient(to bottom, #94b800, #5a8600);
}
.button_size_ml {
  font-size: 18px;
  line-height: 31px;
  height: 32px;
}
.button_size_l {
  font-size: 20px;
  line-height: 40px;
  height: 40px;
  padding: 0 1.2em;
}
.button_size_l .spinner {
  line-height: 40px;
}
.button__text {
  display: block;
  -webkit-transition: -webkit-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform .3s;
}
