@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600&display=swap&subset=cyrillic);
.news__wrapper, .personal-data-agreement .wrapper, .footer__wrapper, .header__bottom-wrapper, .header__top-wrapper {
  width: 1180px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .news__wrapper, .personal-data-agreement .wrapper, .footer__wrapper, .header__bottom-wrapper, .header__top-wrapper {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .news, .personal-data-agreement, .footer, .header-mobile__wrapper, .header__bottom, .header__top {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.modal-payment, .modal-feedback .g-recaptcha, .modal-feedback, .modal-indications, .modal-account-id, .modal-login, .header__link, .modal-payment__result-bg, .modal-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.modal-payment__result-bg, .modal-payment, .modal-feedback, .modal-indications, .modal-account-id, .modal-login {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 30px;
  overflow-y: auto;
  background-color: rgba(106, 106, 106, 0.6);
}

.modal-payment__window, .modal-feedback__window, .modal-indications__window, .modal-account-id__window, .modal-login__window {
  position: relative;
  margin: auto;
  border-radius: 10px;
  background-color: #f2f2f2;
  -webkit-box-shadow: 0 5px 20px #6a6a6a;
          box-shadow: 0 5px 20px #6a6a6a;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  min-height: 100vh;
  color: #362b2b;
}
body.no-scroll {
  overflow-y: hidden;
}

main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.icon {
  fill: transparent;
  stroke: #362b2b;
  -webkit-transition: stroke 0.3s;
  transition: stroke 0.3s;
}

.accessibility-panel button {
  padding: 1px 6px;
}

@media (max-width: 768px) {
  .header {
    display: none;
  }
}
.header__top {
  height: 50px;
  font-size: 14px;
  color: #42aaff;
}
.header__top-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 100%;
}
.header__top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.header__top-left .header__link:not(:last-child) {
  margin-right: 60px;
}
@media (max-width: 900px) {
  .header__top-left .header__link:not(:last-child) {
    margin-right: 25px;
  }
}
.header__top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.header__top-right .header__link:not(:first-child) {
  margin-left: 33px;
}
.header__bottom {
  height: 80px;
  background-color: #42aaff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #f2f2f2;
}
.header__bottom-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 100%;
}
.header__bottom-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.header__bottom-left svg {
  height: 90%;
}
.header__bottom-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.header__logo:hover .header__logo-title {
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  color: #ff0083;
  border-bottom-color: #ff0083;
}
.header__logo-img {
  margin-right: 20px;
}
@media (max-width: 900px) {
  .header__logo-img {
    margin-right: 10px;
  }
}
.header__logo-title {
  text-transform: uppercase;
  font-size: 24px;
  border-bottom: 2px solid transparent;
  font-weight: bold;
  -webkit-transition-property: color border-color;
  transition-property: color border-color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media (max-width: 992px) {
  .header__logo-title {
    display: none;
  }
}
.header__search {
  height: 40px;
}
.header__search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 100%;
  border-radius: 25px;
  padding: 10px 20px 9px 20px;
}
.header__search-form.active {
  background-color: #fff;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.25);
  padding: 10px 20px 9px;
}
.header__search-form:not(.active) {
  -webkit-transition: background-color 0.1s 0.4s;
  transition: background-color 0.1s 0.4s;
}
@media (max-width: 900px) {
  .header__search-form:not(.active) {
    padding: 10px 15px 9px 10px;
  }
}
.header__search-form:not(.active) .header__search-input {
  width: 0;
}
.header__search-input {
  width: 680px;
  height: 100%;
  border-width: 0;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
@media (max-width: 1200px) {
  .header__search-input {
    width: 630px;
  }
}
@media (max-width: 900px) {
  .header__search-input {
    width: 580px;
  }
}
.header__search-input:focus {
  outline-width: 0;
}
.header__search-input::-webkit-input-placeholder {
  font: 14px "Open Sans", sans-serif;
}
.header__search-input::-moz-placeholder {
  font: 14px "Open Sans", sans-serif;
}
.header__search-input:-ms-input-placeholder {
  font: 14px "Open Sans", sans-serif;
}
.header__search-input::-ms-input-placeholder {
  font: 14px "Open Sans", sans-serif;
}
.header__search-input::placeholder {
  font: 14px "Open Sans", sans-serif;
}
.header__search-btn {
  width: 24px;
  height: 24px;
  background-color: transparent;
  border-width: 0;
  cursor: pointer;
}
.header__search-btn .icon {
  width: 100%;
  height: 100%;
}
.header__search-btn:focus {
  outline-width: 0;
}
.header__search-btn.search:hover .icon {
  stroke: #42aaff;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}
.header__search-btn.ok .icon {
  stroke: #6DCB71;
}
.header__search-btn.cancel .icon {
  stroke: #E25048;
}
.header__search .hidden {
  display: none;
}
.header__link {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  background-color: transparent;
  border: none;
  text-align: center;
  cursor: pointer;
}
.header__link-text {
  border-bottom: 2px solid transparent;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.header__link:hover {
  color: #42aaff;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}
.header__link:hover .header__link-text {
  border-bottom-color: #42aaff;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}
.header__link:hover .icon {
  stroke: #42aaff;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}
.header__icon {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  margin-left: 12px;
}
@media (max-width: 900px) {
  .header__icon {
    width: 18px;
    height: 18px;
    margin-left: 4px;
    margin-right: 4px;
  }
}

.header-mobile {
  position: relative;
  display: none;
  width: 100%;
  height: 80px;
  left: 0;
  top: 0;
  z-index: 100;
  background-color: #42aaff;
  color: white;
}
@media (max-width: 768px) {
  .header-mobile {
    display: block;
  }
}
.header-mobile__wrapper {
  position: absolute;
  height: 570px;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #42aaff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
  overflow: hidden;
}
.header-mobile__wrapper.collapsed {
  height: 80px;
}
.header-mobile__wrapper:not(.collapsed) {
  position: fixed;
}
.header-mobile__inner {
  background-color: #42aaff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 80px;
}

.hamburger {
  width: 24px;
  height: 24px;
  padding: 5px 2px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.hamburger__elem {
  height: 2px;
  background-color: white;
  border-radius: 2px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.hamburger.close .top {
  -webkit-transform: translateY(6px) rotateZ(45deg);
          transform: translateY(6px) rotateZ(45deg);
}
.hamburger.close .middle {
  display: none;
}
.hamburger.close .bottom {
  -webkit-transform: translateY(-6px) rotateZ(-45deg);
          transform: translateY(-6px) rotateZ(-45deg);
}

.nav {
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
}
.nav.hidden {
  display: none;
}
.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.nav__item {
  padding: 0 15px;
}
.nav__item:first-child {
  padding-left: 0;
}
.nav__item:last-child {
  padding-right: 0;
}
@media (max-width: 1080px) {
  .nav__item {
    padding: 0 10px;
  }
}
@media (max-width: 992px) {
  .nav__item {
    padding: 0 17px;
  }
}
@media (max-width: 900px) {
  .nav__item {
    padding: 0 8px;
  }
}
@media (max-width: 800px) {
  .nav__item {
    padding: 0 6px;
  }
}
.nav__item:last-child {
  font-weight: bold;
}
.nav__item.active .nav__link {
  border-bottom-color: #42aaff;
  color: #42aaff;
}
.nav__link {
  -webkit-transition: color 0.3s, border-color 0.3s;
  transition: color 0.3s, border-color 0.3s;
  border-bottom: 2px solid transparent;
}
.nav__link:hover {
  color: #ff0083;
  border-bottom-color: #42aaff;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}

.nav-mobile {
  position: relative;
  display: none;
  width: 100%;
  height: auto;
  padding: 20px 0;
  font-size: 14px;
  background-color: #42aaff;
  overflow: hidden;
  -webkit-transition: -webkit-transform 1.3s;
  transition: -webkit-transform 1.3s;
  transition: transform 1.3s;
  transition: transform 1.3s, -webkit-transform 1.3s;
  -webkit-transform-origin: top;
          transform-origin: top;
}
@media (max-width: 768px) {
  .nav-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.nav-mobile__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.nav-mobile__item {
  padding: 10px 0;
  text-align: center;
}
.nav-mobile__item:last-child {
  font-weight: 600;
}
.nav-mobile__search {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 10px;
}
.nav-mobile__search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
  border-radius: 25px;
  padding: 10px 20px 9px 20px;
}
.nav-mobile__search-form.active {
  background-color: #fff;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.25);
  padding: 10px 20px 9px;
}
.nav-mobile__search-form:not(.active) {
  -webkit-transition: background-color 0.1s 0.4s;
  transition: background-color 0.1s 0.4s;
}
@media (max-width: 900px) {
  .nav-mobile__search-form:not(.active) {
    padding: 10px 15px 9px 10px;
  }
}
.nav-mobile__search-form:not(.active) .header__search-input {
  width: 0;
}
.nav-mobile__search-input {
  width: 100%;
  height: 100%;
  border-width: 0;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
.nav-mobile__search-input:focus {
  outline-width: 0;
}
.nav-mobile__search-input::-webkit-input-placeholder {
  font: 14px/40px "Open Sans", sans-serif;
}
.nav-mobile__search-input::-moz-placeholder {
  font: 14px/40px "Open Sans", sans-serif;
}
.nav-mobile__search-input:-ms-input-placeholder {
  font: 14px/40px "Open Sans", sans-serif;
}
.nav-mobile__search-input::-ms-input-placeholder {
  font: 14px/40px "Open Sans", sans-serif;
}
.nav-mobile__search-input::placeholder {
  font: 14px/40px "Open Sans", sans-serif;
}
.nav-mobile__search-input-label {
  width: 100%;
  height: 100%;
}
.nav-mobile__search-btn {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 30px;
  background-color: transparent;
  border-width: 0;
  cursor: pointer;
}
.nav-mobile__search-btn .icon {
  width: 100%;
  height: 100%;
}
.nav-mobile__search-btn:focus {
  outline-width: 0;
}
.nav-mobile__search-btn.search:hover .icon {
  stroke: #42aaff;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}
.nav-mobile__search-btn.ok .icon {
  stroke: #6DCB71;
}
.nav-mobile__search-btn.cancel .icon {
  stroke: #E25048;
}
.nav-mobile__search .hidden {
  display: none;
}
.nav-mobile__contacts {
  margin-top: 60px;
}
.nav-mobile__contacts-item {
  padding: 5px 0;
  text-align: center;
}
.nav-mobile__contacts-link {
  text-align: center;
}

.modal-login.hidden {
  display: none;
}
.modal-login__window {
  background: -webkit-gradient(linear, left top, right bottom, from(#cce7ff), color-stop(235%, #42aaff));
  background: linear-gradient(to bottom right, #cce7ff 0%, #42aaff 235%);
  width: 280px;
  min-height: 360px;
}
.modal-login__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  min-height: 360px;
  padding: 20px;
  color: #362b2b;
}
.modal-login__inner.hidden {
  display: none;
}
.modal-login__close {
  position: absolute;
  width: 20px;
  right: 15px;
  top: 15px;
  font-size: 20px;
  line-height: 20px;
  border-width: 0;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: text-shadow 0.3s;
  transition: text-shadow 0.3s;
}
.modal-login__close:hover {
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  text-shadow: 0 0 2px #6a6a6a;
}
.modal-login__head, .modal-login__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.modal-login__head {
  padding-bottom: 0px;
}
.modal-login__body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 10px 0 0;
}
.modal-login__icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}
.modal-login__title {
  font-weight: 600;
  font-size: 18px;
}
.modal-login__message {
  font-size: 12px;
  text-align: center;
}
.modal-login__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 100%;
  text-align: center;
}
.modal-login__form-elem {
  margin-bottom: 10px;
}
.modal-login__input {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.modal-login__checkbox-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 10px;
  margin-bottom: 10px;
}
.modal-login__checkbox {
  margin: 2px 4px 0 -2px;
  cursor: pointer;
}
.modal-login__agreement {
  font-size: 12px;
  cursor: pointer;
}
.modal-login__link {
  text-align: center;
  font-size: 12px;
  text-decoration: underline;
  color: #42aaff;
}
.modal-login__link:active {
  color: #362b2b;
}
.modal-login__form-btn {
  margin: 0 auto;
}
.modal-login__social {
  padding: 20px 0;
  text-align: center;
}
.modal-login .ulogin-buttons-container {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 80% !important;
  margin: 0 auto !important;
}

.modal-account-id {
  position: fixed;
  height: 100%;
}
.modal-account-id.hidden {
  display: none;
}
.modal-account-id__window {
  width: 350px;
  background: -webkit-gradient(linear, left top, right bottom, from(#acd7fa), color-stop(235%, #f8b9b9));
  background: linear-gradient(to bottom right, #acd7fa 0%, #f8b9b9 235%);
  padding: 20px 30px;
}
.modal-account-id__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.modal-account-id__inner > * {
  margin: 10px auto;
}
.modal-account-id__text {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.modal-account-id__text.error {
  margin: 0;
  font-size: 14px;
  color: #E25048;
}
.modal-account-id__text.error.hidden {
  visibility: hidden;
}
.modal-account-id__input {
  text-align: center;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
}
.marquee {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  color: #377ded;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}

.marquee span {
  display: inline-block;
  padding-left: 100%;
  -webkit-animation: scroll 5s infinite linear;
  animation: scroll 5s infinite linear;
}

.indications__form-item {
  position: relative;
  margin-bottom: 33px;
}
.indications__input-label {
  position: absolute;
  width: 100%;
  height: 27px;
  left: 0;
  top: 0;
  /*padding: 10px 20px;*/
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  color: #6a6a6a;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.indications__input-label.above {
  top: -20px;
  padding-left: 0;
  font-size: 12px;
  font-weight: 700;
  color: #000;
}
.indications__input-label.text-space {
  top: -20px;
  height: 30px;
}
.indications__input {
  width: 100%;
}
.indications__send-btn {
  display: block;
  margin: 0 auto;
}

.modal-indications {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: fixed;
  overflow-y: auto;
  height: 100%;
}
.modal-indications.hidden {
  display: none;
}
.modal-indications__window {
  background: -webkit-gradient(linear, left top, right bottom, from(#acd7fa), color-stop(235%, #f8b9b9));
  background: linear-gradient(to bottom right, #acd7fa 0%, #f8b9b9 235%);
  width: 280px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.modal-indications__inner {
  padding: 30px 20px;
}
.modal-indications__title {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 600;
}
.modal-indications__close {
  position: absolute;
  width: 20px;
  right: 15px;
  top: 15px;
  font-size: 20px;
  line-height: 20px;
  border-width: 0;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: text-shadow 0.3s;
  transition: text-shadow 0.3s;
}
.modal-indications__close:hover {
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  text-shadow: 0 0 2px #6a6a6a;
}
.modal-indications .text-input {
  width: 100%;
  margin: 20px 0;
}
.modal-indications .text-input:placeholder {
  font-size: 10px;
}
.modal-indications__form-group {
  margin-bottom: 30px;
}
.modal-indications__form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  margin-bottom: 33px;
}
.modal-indications .instruction-click {
  font-size: 12px;
  font-weight: 400;
  color: #6a6a6a;
  text-align: center;
}
.modal-indications__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 10px;
  cursor: pointer;
}
.modal-indications__radio {
  margin-right: 10px;
}
.modal-indications__add-meters .text-input {
  padding-right: 60px;
}
.modal-indications__add-meters .add-meter-ok {
  position: absolute;
  width: 30px;
  height: 30px;
  margin-left: 20px;
  right: 20px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.modal-indications__add-meters .add-meter-ok .icon {
  width: 100%;
  height: 100%;
  stroke: #6DCB71;
}
.modal-indications__add-meters .add-meter-ok:disabled .icon {
  stroke: #f2f2f2;
}
.modal-indications__add-meters .add-meter-ok::after {
  content: "";
  position: absolute;
  left: -5px;
  right: -5px;
  top: 0;
  bottom: 0;
}
.modal-indications__prev-indications {
  margin-top: 5px;
}
.modal-indications__address-select {
  width: 100%;
  padding: 3px;
  font-size: 14px;
  border-radius: 3px;
}
.modal-indications__send-btn.button {
  display: block;
  margin: 40px auto 0;
}

.modal-feedback.hidden {
  display: none;
}
.modal-feedback__window {
  min-width: 280px;
  max-width: 700px;
  width: 50%;
  padding: 40px 20px 20px;
  background: -webkit-gradient(linear, left bottom, right top, from(#cce7ff), color-stop(235%, #42aaff));
  background: linear-gradient(to top right, #cce7ff 0%, #42aaff 235%);
}
.modal-feedback__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  padding: 20px;
  color: #362b2b;
}
.modal-feedback__inner.hidden {
  display: none;
}
.modal-feedback__close {
  position: absolute;
  width: 20px;
  right: 15px;
  top: 15px;
  font-size: 20px;
  line-height: 20px;
  border-width: 0;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: text-shadow 0.3s;
  transition: text-shadow 0.3s;
}
.modal-feedback__close:hover {
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  text-shadow: 0 0 2px #6a6a6a;
}
.modal-feedback__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 100%;
  text-align: center;
}
.modal-feedback__form-elem {
  width: 100%;
  margin-bottom: 20px;
}
.modal-feedback__message {
  min-height: 100px;
  resize: vertical;
}
.modal-feedback__message.text-input {
  border-radius: 20px;
}
.modal-feedback__checkbox {
  margin-right: 10px;
}
.modal-feedback .text-input.error {
  border: 1px solid rgba(226, 80, 72, 0.7);
}

.modal-payment.hidden {
  display: none;
}
.modal-payment__window {
  padding: 40px 20px 20px;
  background: -webkit-gradient(linear, left top, right bottom, from(#acd7fa), color-stop(235%, #f8b9b9));
  background: linear-gradient(to bottom right, #acd7fa 0%, #f8b9b9 235%);
}
.modal-payment__window form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.modal-payment__window form > * {
  margin: 10px;
}
.modal-payment__window .text-input {
  text-align: center;
}
.modal-payment__close {
  position: absolute;
  width: 20px;
  right: 15px;
  top: 15px;
  font-size: 20px;
  line-height: 20px;
  border-width: 0;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: text-shadow 0.3s;
  transition: text-shadow 0.3s;
}
.modal-payment__close:hover {
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  text-shadow: 0 0 2px #6a6a6a;
}
.modal-payment__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
}
.modal-payment__form > * {
  margin: 10px;
}
.modal-payment__input-account {
  margin-bottom: 20px;
}
.modal-payment__sum {
  min-width: 130px;
}
.modal-payment__result-bg {
  background-color: #f2f2f2;
}
.modal-payment__result-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.modal-payment__message {
  margin-bottom: 30px;
  text-align: center;
  font-size: 18px;
}
.modal-payment__message.success {
  color: #6DCB71;
}
.modal-payment__message.error {
  color: #E25048;
}

.footer {
  min-height: 165px;
  font-size: 14px;
  background-color: #f2f2f2;
}
.footer__wrapper {
  height: 100%;
  padding: 20px 0;
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.footer__top-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 30%;
}
@media (max-width: 768px) {
  .footer__top-col {
    width: 100%;
  }
}
.footer__top-col.left {
  text-align: left;
}
@media (max-width: 768px) {
  .footer__top-col.left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 10px 0 20px;
    text-align: center;
  }
}
.footer__top-col.center {
  text-align: center;
}
@media (max-width: 768px) {
  .footer__top-col.center {
    text-align: center;
  }
}
.footer__top-col.right {
  text-align: right;
}
@media (max-width: 768px) {
  .footer__top-col.right {
    text-align: center;
  }
}
.footer__link {
  margin-bottom: 10px;
  font-weight: 600;
}
.footer__stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .footer__stat {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
}
.footer__websm {
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
}
.footer__websm a:hover {
  color: #42aaff;
}
.footer__copyright {
  text-align: center;
}
.footer__link {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  border-bottom: 2px solid transparent;
}
.footer__link:not(.feedback):hover {
  color: #42aaff;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}
.footer__link.feedback {
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 180px;
  margin-top: 10px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #362b2b;
  color: #42aaff;
  border-radius: 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .footer__link.feedback {
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.footer__link.feedback:hover {
  background-color: #42aaff;
  color: #fff;
}
.footer__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__img {
  height: 50px;
  width: 155px;
}
.footer__right {
  margin-right: 20px;
}

.button {
  width: 180px;
  height: 40px;
  min-height: 40px;
  font-size: 14px;
  font-weight: 600;
  color: #f2f2f2;
  background-color: #42aaff;
  border-width: 0;
  border-radius: 25px;
  cursor: pointer;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
.button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 2px 2px rgb(47, 119, 202);
          box-shadow: 0 0 2px 2px rgb(47, 119, 202);
}
.button.paid {
  background-color: #6DCB71;
}
.button.debt, .button.danger {
  background-color: #E25048;
}
.button:hover:not(:disabled) {
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}
.button:disabled {
  background-color: #aeaeae;
  cursor: default;
}
.button.reciept_pay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.text-input {
  height: 40px;
  padding: 0 20px;
  border-radius: 250px;
  border-width: 0;
  font-size: 14px;
  line-height: 40px;
}
.text-input:focus::-webkit-input-placeholder {
  opacity: 0;
}
.text-input:focus::-moz-placeholder {
  opacity: 0;
}
.text-input:focus:-ms-input-placeholder {
  opacity: 0;
}
.text-input:focus::-ms-input-placeholder {
  opacity: 0;
}
.text-input:focus::placeholder {
  opacity: 0;
}
.text-input::-webkit-input-placeholder {
  color: #6a6a6a;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.text-input::-moz-placeholder {
  color: #6a6a6a;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.text-input:-ms-input-placeholder {
  color: #6a6a6a;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.text-input::-ms-input-placeholder {
  color: #6a6a6a;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.text-input::placeholder {
  color: #6a6a6a;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.text-input:disabled, .text-input.disabled {
  background-color: #f2f2f2;
  color: #6a6a6a;
}
.text-input:focus {
  outline: none;
  -webkit-box-shadow: inset 0 0 3px #42aaff;
          box-shadow: inset 0 0 3px #42aaff;
}

.personal-data-agreement {
  position: fixed;
  width: 100%;
  bottom: 0;
  margin-bottom: -500px;
  background-color: #f2f2f2;
  z-index: 1000;
  -webkit-box-shadow: 0 10px 25px black;
          box-shadow: 0 10px 25px black;
}
.personal-data-agreement.visible {
  -webkit-transition: margin 1s;
  transition: margin 1s;
  margin-bottom: 0;
}
.personal-data-agreement .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 992px) {
  .personal-data-agreement .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.personal-data-agreement .wrapper {
  padding: 20px 0 30px;
}
.personal-data-agreement .text {
  width: 64%;
}
@media (max-width: 992px) {
  .personal-data-agreement .text {
    width: 100%;
  }
}
.personal-data-agreement .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 35%;
  padding-top: 20px;
}
@media (max-width: 992px) {
  .personal-data-agreement .buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .personal-data-agreement .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
  }
}
.personal-data-agreement .btn:last-child {
  margin-left: 10px;
}
@media (max-width: 768px) {
  .personal-data-agreement .btn:last-child {
    margin: 20px 0;
  }
}
.personal-data-agreement .btn.cancel {
  color: #362b2b;
  background-color: transparent;
  border: 1px solid #362b2b;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.personal-data-agreement .btn.cancel:hover {
  -webkit-box-shadow: inset 0 0 5px 0px grey;
          box-shadow: inset 0 0 5px 0px grey;
}

.news__wrapper {
  padding-top: 30px;
}
.news__title {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 150%;
}
.news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  min-height: 200px;
  margin-bottom: 20px;
  font-size: 14px;
  background-color: #f2f2f2;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .news__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.news__item-picture {
  background-size: cover;
  background-position: center center;
}
@media (max-width: 768px) {
  .news__item-picture {
    width: 100%;
    height: 200px;
  }
}
.news__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 75%;
  min-height: 100%;
  padding: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#acd7fa), color-stop(235%, #f8b9b9));
  background: linear-gradient(to bottom, #acd7fa 0%, #f8b9b9 235%);
}
@media (max-width: 768px) {
  .news__item-content {
    width: 100%;
  }
}
.news__item-date {
  color: #6a6a6a;
}
.news__item-date.top {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .news__item-date.top {
    display: none;
  }
}
.news__item-date.bottom {
  display: none;
}
@media (max-width: 768px) {
  .news__item-date.bottom {
    display: block;
  }
}
.news__item-title {
  font-size: 18px;
  margin-bottom: 10px;
}
.news__item-text {
  margin-bottom: 20px;
  font-size: 14px;
}
.news__item-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.news__item-link {
  font-weight: 600;
  color: #42aaff;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.news__item-link:hover {
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  border-bottom-color: #42aaff;
}
.news__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 24px;
  margin-bottom: 30px;
}
.news__pagination-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 100%;
  margin: 0 auto;
}
.news__pagination-btn {
  width: 30px;
  height: 100%;
  padding: 3px;
  background-color: transparent;
  border-width: 0;
  cursor: pointer;
}
.news__pagination-btn:hover {
  opacity: 0.8;
}
.news__pagination-btn .icon {
  width: 100%;
  height: 100%;
  stroke: #6a6a6a;
}
.news__pagination-bullets-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.news__pagination-bullet {
  width: 10px;
  min-width: 10px;
  height: 10px;
  margin: 5px;
  border: 1px solid #6a6a6a;
  border-radius: 50%;
  cursor: pointer;
}
.news__pagination-bullet:not(.active):hover {
  -webkit-filter: brightness(0.6);
          filter: brightness(0.6);
}
.news__pagination-bullet.active {
  background-color: #6a6a6a;
}
