

/* Start:/local/templates/gorodn2/assets/css/style.css?1675163602255191*/
@charset "UTF-8";
/*==============================FONTS==============================*/
@font-face {
  font-display: swap;
  font-family: "Roboto";
  src: url("/local/templates/gorodn2/assets/css/../../fonts/RobotoRegular.eot");
  src: url("/local/templates/gorodn2/assets/css/../../fonts/RobotoRegular.eot?#iefix") format("embedded-opentype"), url("/local/templates/gorodn2/assets/css/../fonts/RobotoRegular.woff") format("woff"), url("/local/templates/gorodn2/assets/css/../fonts/RobotoRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  src: url("/local/templates/gorodn2/assets/css/../../fonts/RobotoBold.eot");
  src: url("/local/templates/gorodn2/assets/css/../../fonts/RobotoBold.eot?#iefix") format("embedded-opentype"), url("/local/templates/gorodn2/assets/css/../fonts/RobotoBold.woff") format("woff"), url("/local/templates/gorodn2/assets/css/../fonts/RobotoBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  src: url("/local/templates/gorodn2/assets/css/../../fonts/roboto-italic.eot");
  src: url("/local/templates/gorodn2/assets/css/../../fonts/roboto-italic.eot?#iefix") format("embedded-opentype"), url("/local/templates/gorodn2/assets/css/../fonts/roboto-italic.woff") format("woff"), url("/local/templates/gorodn2/assets/css/../fonts/roboto-italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-display: swap;
  font-family: "RobotoCondensedBold";
  src: url("/local/templates/gorodn2/assets/css/../../fonts/RobotoCondensedBold.eot");
  src: url("/local/templates/gorodn2/assets/css/../../fonts/RobotoCondensedBold.eot?#iefix") format("embedded-opentype"), url("/local/templates/gorodn2/assets/css/../fonts/RobotoCondensedBold.woff") format("woff"), url("/local/templates/gorodn2/assets/css/../fonts/RobotoCondensedBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* Fonts
------------------------ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* #Table
------------------------ */
table {
  width: 100%;
}

table tr td {
  text-align: left;
  vertical-align: top;
}

/* #Links
------------------------ */
a,
a:visited {
  outline: 0;
  text-decoration: none;
  cursor: pointer;
}

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

a:focus,
a:active {
  text-decoration: none;
  color: inherit;
}

*:focus {
  outline: none;
}

/* #Forms
 ----------------------------------------------------------------------*/
input[type=radio], input[type=checkbox] {
  margin: 0;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
select,
textarea {
  font-family: "Roboto", sans-serif;
  color: #0f1011;
  resize: vertical;
  font-weight: 400;
  outline: none;
}

button {
  border: none;
  font-family: "Roboto", sans-serif;
}

button, input {
  border: none;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #cdcac5;
}

textarea {
  width: 100%;
}

button[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}

/* For transition-animation
 ----------------------------------------*/
a, button, input[type=button], input[type=submit] {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

h1, h2, h3, h4, h5 {
  margin: 0;
}

img {
  max-width: 100%;
}

/* #Basic typography
----------------------------------------- */
a, button {
  cursor: pointer !important;
}

a:hover, a:focus {
  text-decoration: none !important;
}

::-webkit-input-placeholder {
  color: #cdcac5;
}

:-moz-placeholder { /* Firefox 18- */
  color: #cdcac5;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #cdcac5;
}

:-ms-input-placeholder {
  color: #cdcac5;
}

a {
  cursor: pointer !important;
}

a:hover, a:focus {
  text-decoration: none !important;
}

p {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
}

body {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}

/* Tags
 ----------------------------------------*/
.tag {
  height: 20px;
  background-color: #009878;
  color: #fff;
}
.tag--sm {
  padding: 2px 10px;
  font-size: 12px;
  text-transform: uppercase;
}

.options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 1250px) {
  .options {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.page__title, .advertisment__title, .event__name, .events__title, .info__title, .aboutpage__title, .search-page__title, .archive__title {
  font-size: 32px;
  font-family: "RobotoCondensedBold", sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 939px) {
  .page__title, .advertisment__title, .event__name, .events__title, .info__title, .aboutpage__title, .search-page__title, .archive__title {
    font-size: 18px;
    padding-top: 22px;
  }
}
.page__subtitle, .advertisment-info__title, .advertisment__subtitle, .aboutpage__subtitle, .archive-header__subtitle {
  font-family: "RobotoCondensedBold", sans-serif;
  font-size: 24px;
  font-weight: 700;
}
@media only screen and (max-width: 939px) {
  .page__subtitle, .advertisment-info__title, .advertisment__subtitle, .aboutpage__subtitle, .archive-header__subtitle {
    font-size: 18px;
  }
}

/* Buttons
 ----------------------------------------*/
.button--primary {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  text-transform: uppercase;
  background: #009878;
}
.button--primary:hover {
  background: #007f64;
}
.button--secondary {
  height: 50px;
  background-color: #ffffff;
  color: #009878;
  text-transform: uppercase;
  font-weight: 700;
}
.button--bordered {
  font-size: 16px;
  height: 41px;
  background-color: #33ad93;
  border: 1px solid #fff;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button--bordered:hover {
  background-color: #009878;
}
.button--borderedgrey {
  color: #009878;
  font-size: 20px;
  font-weight: 400;
  line-height: 21px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #009878;
}
.quote {
  border-top: 2px solid #ece8e2;
  border-bottom: 2px solid #ece8e2;
  padding: 29px 32px 32px 50px;
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  line-height: 24px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 939px) {
  .quote {
    padding-left: 10px;
    padding-right: 18px;
  }
}
.quote__icon {
  position: absolute;
  left: 0;
  top: -11px;
  width: 96px;
  height: 81px;
  z-index: 1;
  background: url(/local/templates/gorodn2/assets/css/../images/quote.png) no-repeat 50% 50%;
}
@media only screen and (max-width: 939px) {
  .quote__icon {
    left: 50%;
    margin-left: -48px;
    top: -15px;
  }
}
.quote p {
  z-index: 2;
  position: relative;
}

.download:hover .download__icon {
  color: #007f64;
}
.download__href {
  color: #0f1011;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: underline;
  position: relative;
}
@media only screen and (max-width: 939px) {
  .download__href {
    font-size: 14px;
  }
}
.download__icon {
  display: inline-block;
  width: 21px;
  height: 25px;
  margin-right: 15px;
  font-size: 24px;
  color: #009878;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.download__icon svg {
  width: 21px;
  height: 25px;
  position: relative;
  top: 3px;
}
@media only screen and (max-width: 839px) {
  .download__icon {
    margin-right: 8px;
  }
}

.row, .advertisment-tabs__nav, .event-theme, .event__maininfo, .persons-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.col50, .advertisment-tabs__btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin-bottom: 10px;
  max-width: 50%;
  padding-left: 5px;
  padding-right: 5px;
}

.col33 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  margin-bottom: 10px;
  max-width: 33%;
  padding-left: 5px;
  padding-right: 5px;
}

.col66 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66%;
  flex: 0 0 66%;
  margin-bottom: 10px;
  max-width: 66%;
  padding-left: 5px;
  padding-right: 5px;
}

.col25 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 5px;
  padding-right: 5px;
}

.col100 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}

.social-media {
  display: block;
}
.social-media__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 1250px) {
  .social-media__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (max-width: 939px) {
  .social-media__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.social-media__item {
  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;
  width: 32px;
  height: 32px;
  background: #888888;
  font-size: 13px;
  border-radius: 50%;
  margin-right: 5px;
}
.social-media__item:last-child {
  margin-right: 0;
}
.social-media__item svg,
.social-media__item path,
.social-media__item svg path {
  fill: #fff;
}
.social-media__item:hover {
  background: #009878;
}
.social-media--sm .social-media__item {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.social-media--green .social-media__item {
  background: #33ad93;
}
.social-media--green .social-media__item:hover {
  background: #005951;
}

.header-social__btn {
  margin: 0 3px;
  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;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25px;
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  font-size: 13px;
  color: #fff;
  background: #888888;
  border-radius: 50%;
}

.header-social__btn:hover {
  background: #009878;
}

.icon-social {
  fill: #fff;
}

.menu-additional {
  overflow-y: hidden;
}

.category-top {
  width: 100%;
  min-height: 43px;
  padding: 14px 0;
  background: #0f1011;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 939px) {
  .category-top {
    background: #1d1d1b;
  }
}

.category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1259px) {
  .category-list {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 939px) {
  .category-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 1250px) {
  .category-list {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.category-list__item {
  font-size: 14px;
  font-weight: 400;
  position: relative;
}
@media only screen and (max-width: 1249px) {
  .category-list__item {
    font-size: 12px;
    padding: 12px 10px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
  }
}
@media only screen and (min-width: 1250px) and (max-width: 1399px) {
  .category-list__item {
    padding-left: 5px;
    padding-right: 8px;
  }
}
@media only screen and (max-width: 939px) {
  .category-list__item {
    width: 50%;
  }
}
@media only screen and (min-width: 940px) and (max-width: 1249px) {
  .category-list__item {
    width: 33%;
  }
}
@media only screen and (min-width: 1399px) {
  .category-list__item {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.category-list__item:last-child:after {
  content: "";
}
@media only screen and (min-width: 1250px) {
  .category-list__item:after {
    content: " | ";
    margin-left: 18px;
    color: #fff;
  }
}
@media only screen and (max-width: 1259px) {
  .category-list__item {
    margin-right: 0;
  }
  .category-list__item:after {
    margin-left: 0;
  }
}
.category-list__item.active {
  position: relative;
}
@media only screen and (max-width: 1249px) {
  .category-list__item.active:before {
    content: " ";
    vertical-align: middle;
    margin-right: 7px;
    margin-bottom: 3px;
    width: 5px;
    height: 5px;
    display: inline-block;
    border-radius: 50%;
    background: #009878;
  }
}
.category-list__item.active .category-list__href {
  color: #009878;
}
@media only screen and (max-width: 1249px) {
  .category-list__item.active {
    background: #fff;
    color: #009878;
  }
}
.category-list__item a {
  color: #fff;
}
@media only screen and (max-width: 1249px) {
  .category-list__item a {
    color: #fff;
  }
}
.category-list__item a:hover {
  color: #009878;
}
.category-list__href {
  color: #fff;
}
.category-list__href:hover {
  color: #009878;
}

.news-item__label--bottom {
  top: auto;
  bottom: 35px;
}

.preview-item {
  margin-bottom: 10px;
  min-height: 332px;
  border-bottom: 1px solid #ece8e2;
}
.preview-item__media {
  margin-bottom: 10px;
}
.preview-item__content {
  position: relative;
  display: block;
}
.preview-item__label {
  position: absolute;
  top: 15px;
  left: 10px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  background: #009878;
  padding: 3px 10px 5px 10px;
  color: #fff;
  z-index: 1;
}
.preview-item__icon {
  position: absolute;
  top: 15px;
  font-size: 18px;
  color: #fff;
  right: 15px;
  z-index: 1;
}
.preview-item__title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-family: "RobotoCondensedBold", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  padding: 15px 10px;
  z-index: 2;
}
.preview-item__text {
  padding-bottom: 15px;
  font-size: 14px;
  line-height: 21px;
}
.preview-item__image {
  position: relative;
  display: block;
  height: 200px;
  background-image: url(/local/templates/gorodn2/assets/css/../images/img-pattern.jpg);
  background-size: cover;
  background-position: 50% 50%;
}
.preview-item__image:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background-image: url(/local/templates/gorodn2/assets/css/../images/image-shadow.png);
  background-size: cover;
  z-index: 1;
}

.news-item--txt {
  position: relative;
}
@media only screen and (max-width: 939px) {
  .news-item--txt {
    padding-bottom: 27px;
  }
}
@media only screen and (min-width: 940px) {
  .news-item--txt {
    min-height: 320px;
  }
}
.news-item--txt .news-item-content {
  padding-top: 30px;
}
.news-item--txt .news-item__label {
  margin-bottom: 10px;
  display: inline-block;
}
@media only screen and (max-width: 939px) {
  .news-item--txt .news-item__label {
    top: 10px;
    height: 20px;
  }
  .news-item--txt .news-item-content {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 940px) {
  .news-item--txt .news-item__label {
    bottom: 10px;
    height: 20px;
  }
}

@media only screen and (max-width: 1249px) {
  .mostread--simple .mostread-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 5px;
  }
}
.mostread-item {
  max-width: 300px;
}
.mostread-item--txt {
  min-height: 200px;
}
.mostread-item--txt .mostread-item__title {
  margin-bottom: 10px;
  font-family: "RobotoCondensedBold", sans-serif;
  font-size: 18px;
  line-height: 24px;
  position: static;
  padding: 10px 0 0 0;
}
.mostread-item--txt .mostread-item__title a {
  color: #0f1011;
}

.archive-nav {
  padding-top: 21px;
  margin-bottom: 20px;
}
.archive-nav__mounth-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 1251px) {
  .archive-nav__mounth-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 839px) {
  .archive-nav__mounth-list {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.archive-nav__mounth {
  cursor: pointer;
  color: #fff;
  cursor: pointer;
}
.archive-nav__mounth a {
  color: #fff;
  cursor: pointer;
}
@media only screen and (max-width: 1250px) {
  .archive-nav__mounth {
    margin-bottom: 18px;
    min-width: 87px;
  }
}
@media only screen and (max-width: 939px) {
  .archive-nav__mounth {
    margin-bottom: 18px;
    min-width: 90px;
  }
}
.archive-nav__years {
  color: #0f1011;
  font-size: 21px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: underline;
  text-align: center;
  padding: 0px 12px 10px 13px;
  background: #fff;
  cursor: pointer;
  width: 77px;
  display: inline-block;
  margin-right: 4px;
}
@media only screen and (max-width: 839px) {
  .archive-nav__years {
    width: 75px;
  }
}
@media only screen and (max-width: 1249px) {
  .archive-nav__years {
    font-size: 20px;
  }
}
@media only screen and (min-width: 940px) and (max-width: 1249px) {
  .archive-nav__years {
    font-size: 20px;
  }
}
.archive-nav__years.slick-current.slick-center {
  color: #ffffff;
  font-weight: 700;
  background: #009878;
}
.archive-nav__content {
  padding: 16px 36px;
  background: #009878;
}
@media only screen and (min-width: 940px) {
  .archive-nav__content {
    padding: 23px 25px 16px 25px;
  }
}
@media only screen and (max-width: 839px) {
  .archive-nav__content {
    padding: 16px;
  }
}
.archive-nav__prev {
  padding-top: 18px;
  font-size: 16px;
  padding-right: 16px;
  cursor: pointer;
  left: 0;
}
.archive-nav__next {
  padding-top: 18px;
  font-size: 16px;
  padding-left: 9px;
  cursor: pointer;
  right: 0;
}
.archive-nav__icon {
  width: 18px;
  height: 16px;
}
.archive-nav .slick-arrow {
  bottom: 21px;
}
.archive-nav .slick-slider {
  padding: 0 30px;
}
@media only screen and (max-width: 839px) {
  .archive-nav .slick-slider {
    padding: 0 5px 0 35px;
  }
}
@media only screen and (max-width: 839px) {
  .archive-nav .slick-list.draggable {
    padding: 0 5px 0 0 !important;
  }
}

/*---------------------footer------------------------*/
.footer {
  position: relative;
}
@media only screen and (max-width: 839px) {
  .footer__text {
    padding-right: 0;
    margin-bottom: 20px;
  }
}

.footer-top {
  padding: 30px 0;
  background: #009878;
}
.footer-top-leftside {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
@media only screen and (max-width: 839px) {
  .footer-top-leftside {
    padding-left: 0;
  }
}
@media only screen and (min-width: 1250px) {
  .footer-top-leftside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 920px;
            flex: 0 0 920px;
    max-width: 920px;
    margin: 0 5px;
  }
}
.footer-top-rightside {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  max-width: 300px;
}
@media only screen and (max-width: 1249px) {
  .footer-top-rightside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 220px;
            flex: 0 0 220px;
    max-width: 220px;
  }
}
@media only screen and (max-width: 839px) {
  .footer-top-rightside {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    max-width: 180px;
    max-width: 100%;
  }
}
.footer-top-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 5px;
}
@media only screen and (max-width: 839px) {
  .footer-top-row {
    display: block;
  }
}

.footer-logo {
  position: relative;
  display: block;
  margin-bottom: 30px;
  width: 305px;
  text-align: center;
}
@media only screen and (max-width: 839px) {
  .footer-logo {
    width: 250px;
    margin: 0 auto 30px;
  }
}
.footer-logo span {
  position: relative;
  bottom: -11px;
  padding-right: 7px;
  letter-spacing: 0.1em;
  font-size: 10.5px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
@media only screen and (max-width: 839px) {
  .footer-logo span span {
    font-size: 9px;
  }
}
.footer-logo img {
  width: 100%;
}

.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}
@media only screen and (max-width: 839px) {
  .footer-social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer-social__btn {
  margin-right: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38px;
          flex: 0 0 38px;
  width: 38px;
  height: 38px;
  font-size: 20px;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #33ad93;
  border-radius: 50%;
}
@media only screen and (max-width: 839px) {
  .footer-social__btn {
    margin: 0 5px;
  }
}
.footer-social__btn:hover {
  background: #005951;
}
.footer-social__text {
  margin-bottom: 10px;
  padding-right: 50px;
  font-size: 13px;
  line-height: 18px;
}

.footer-stats {
  padding-top: 10px;
}
.footer-stats__item {
  position: relative;
  margin-bottom: 20px;
  padding-left: 25px;
  line-height: 24px;
  color: #fff;
}
@media only screen and (max-width: 374px) {
  .footer-stats__item {
    margin-bottom: 15px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 1249px) {
  .footer-stats__item span {
    display: block;
  }
}
.footer-stats__item a {
  color: #fff;
}

.footer__icon {
  margin-right: 10px;
}

.icon-address {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
}

.icon-phone {
  position: absolute;
  top: 2px;
  left: 0;
  color: #fff;
}

.icon-mail {
  position: absolute;
  top: 2px;
  left: 0;
  color: #fff;
}

.footer-top-leftside-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1399px) {
  .footer-top-leftside-row {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 839px) {
  .footer-top-leftside-row {
    display: block;
  }
}

.footer-top-leftside-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 50px;
}
@media only screen and (max-width: 1249px) {
  .footer-top-leftside-col {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 839px) {
  .footer-top-leftside-col {
    max-width: 100%;
    padding-right: 0;
  }
}

.footer-rightside-nav {
  margin-bottom: 40px;
}
.footer-rightside-nav ul {
  margin-bottom: 15px;
}
.footer-rightside-nav ul:last-child {
  margin-bottom: 0;
}
.footer-rightside-nav ul li {
  margin-bottom: 5px;
}
.footer-rightside-nav ul li a {
  font-size: 13px;
  line-height: 18px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.footer-rightside-nav ul li a:hover {
  border-color: transparent;
}

.footer-bottom {
  padding: 40px 0 50px 0;
  background: #1D1D1B;
}
@media only screen and (max-width: 839px) {
  .footer-bottom {
    padding-bottom: 30px;
  }
}
.footer-bottom__title {
  margin-bottom: 40px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 839px) {
  .footer-bottom__title {
    margin-bottom: 30px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 479px) {
  .footer-bottom__title {
    line-height: 1.3;
  }
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 839px) {
  .footer-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 479px) {
  .footer-nav {
    display: block;
  }
}
.footer-nav ul {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  padding-right: 15px;
}
@media only screen and (max-width: 1249px) {
  .footer-nav ul {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    max-width: none;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 839px) {
  .footer-nav ul {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 479px) {
  .footer-nav ul {
    max-width: 100%;
    padding-right: 0;
  }
}
.footer-nav ul li {
  margin-bottom: 5px;
}
.footer-nav ul li a {
  font-size: 13px;
  line-height: 18px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.footer-nav ul li a:hover {
  border-color: transparent;
}

.footer-copy {
  padding: 10px 0;
  background: #ece8e2;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
  color: #5f6061;
}

/* list of the short preview news (use by 3 pages)
 ----------------------------------------*/
.preview-list {
  margin-top: 13px;
  margin-bottom: 20px;
}
.preview-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 2px solid #1d1d1b;
  padding-bottom: 20px;
  margin-top: 1px;
}
@media only screen and (min-width: 940px) and (max-width: 1249px) {
  .preview-list-item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.preview-list-item__content {
  width: 100%;
}
@media only screen and (max-width: 939px) {
  .preview-list-item__content {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 940px) {
  .preview-list-item__content {
    margin-top: 18px;
    width: calc(100% - 180px);
  }
}
@media only screen and (min-width: 1250px) {
  .preview-list-item__content {
    margin-top: 9px;
    padding-right: 55px;
  }
}
.preview-list-item__content a {
  color: #0f1011;
}
.preview-list-item__content p a {
  color: #009878;
}
.preview-list-item__content p a:hover {
  color: #007f64;
}
.preview-list-item__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 15px;
}
@media only screen and (min-width: 940px) and (max-width: 1249px) {
  .preview-list-item__media {
    margin-top: 18px;
  }
}
.preview-list-item__media img {
  width: 100%;
  max-width: 200px;
}
@media only screen and (max-width: 939px) {
  .preview-list-item__media {
    display: none;
  }
}
.preview-list-item__title {
  color: #0f1011;
  font-family: "RobotoCondensedBold", sans-serif;
  font-size: 18px;
  line-height: 24px;
  padding: 16px 0 7px 0;
}
.preview-list-item__title:hover {
  color: #009878;
}
.preview-list-item__txt {
  font-size: 14px;
  line-height: 21px;
}

/* Pagination
 ----------------------------------------*/
.pagination-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pagination-wrap--right {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media only screen and (min-width: 1250px) {
  .pagination-wrap--right {
    width: auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.pagination-wrap--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1249px) {
  .pagination-wrap--center {
    margin-top: 50px;
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 939px) {
  .pagination-wrap--center {
    display: none;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: 13px 15px;
  background-color: #eeeeee;
  color: #7c7c7c;
  font-size: 16px;
  font-weight: 400;
  height: 40px;
}
.page-link:hover {
  background-color: #009878;
  color: #fff;
}

.page-item {
  margin-left: 5px;
}
.page-item:first-child .page-link {
  margin-left: 0;
}
.page-item.active .page-link {
  color: #fff;
  background-color: #009878;
}

.pagination-next {
  width: 52px;
  background: #eeeeee url(/local/templates/gorodn2/assets/css/../images/arrownext.png) no-repeat 50% 50%;
}
.pagination-next:hover {
  background-color: #ece8e2;
}

.pagination-prev {
  width: 52px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  background: #eeeeee url(/local/templates/gorodn2/assets/css/../images/arrownext.png) no-repeat 50% 50%;
}
.pagination-prev:hover {
  background-color: #ece8e2;
}

.infinite .infinite__navigation {
  display: none;
}

body.lock:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 10;
  opacity: 0.5;
}

/*==============================MODALS==============================*/
.modal-left {
  position: fixed;
  height: 100%;
  left: -100%;
  top: 0;
  overflow-y: scroll;
  width: 700px;
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow-y: scroll;
}
@media only screen and (max-width: 1050px) {
  .modal-left {
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media only screen and (max-width: 839px) {
  .modal-left {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.modal-left.active {
  left: 0;
}

.box-modal {
  position: relative;
  padding: 40px 30px;
  width: 400px;
  background: #fff;
}
@media only screen and (max-width: 479px) {
  .box-modal {
    width: 100%;
  }
}
.box-modal__title {
  margin-bottom: 30px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}

.js-close-modal {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
@media only screen and (max-width: 479px) {
  .js-close-modal {
    top: 15px;
    right: 15px;
  }
}

.modal-form {
  padding: 0 20px;
}

.modal-form-input {
  margin-bottom: 20px;
}

.modal-form-btn {
  text-align: center;
}

.icon-modal-close {
  color: #fff;
  fill: #fff;
}

.nicescroll-cursors {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.mobile-modal__switcher {
  display: none;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 30px 0 15px;
  height: 18px;
  cursor: pointer;
}
@media only screen and (max-width: 839px) {
  .mobile-modal__switcher {
    display: none; /*flex*/
    margin: 0;
  }
}
.mobile-modal__switcher span {
  position: relative;
  display: block;
  width: 38px;
  height: 4px;
  background: #fff;
}
.mobile-modal__switcher span:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 7px;
  left: 0;
  width: 38px;
  height: 4px;
  background: #fff;
}
.mobile-modal__switcher span:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 14px;
  left: 0;
  width: 28px;
  height: 4px;
  background: #fff;
}

.modal__close {
  position: absolute;
  right: 20px;
  top: 12px;
  color: #fff;
  cursor: pointer;
  z-index: 1;
}
@media only screen and (max-width: 479px) {
  .modal__close {
    font-size: 18px;
  }
}

.modal-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 35px 20px 20px 20px;
  background: #009878;
}
@media only screen and (max-width: 839px) {
  .modal-top {
    display: block;
    padding-top: 0;
  }
}

.modal-logo {
  position: relative;
  bottom: -4px;
  display: block;
  text-align: center;
  width: 250px;
}
@media only screen and (max-width: 374px) {
  .modal-logo {
    width: 220px;
  }
}
@media only screen and (max-width: 839px) {
  .modal-logo {
    display: inline-block;
  }
}
.modal-logo span {
  position: relative;
  bottom: -11px;
  padding-right: 7px;
  letter-spacing: 0.08em;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
@media only screen and (max-width: 374px) {
  .modal-logo span {
    font-size: 8px;
  }
}
.modal-logo img {
  width: 100%;
}

.modal-top-col {
  padding-right: 50px;
}
.modal-top-col:last-child {
  padding-top: 15px;
}
@media only screen and (max-width: 839px) {
  .modal-top-col {
    padding: 0;
    text-align: center;
  }
  .modal-top-col:last-child {
    padding-top: 25px;
  }
}

@media only screen and (max-width: 479px) {
  .modal-menu__btn {
    padding: 10px 30px 10px 10px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 359px) {
  .modal-menu__btn {
    font-size: 11px;
  }
}
@media only screen and (max-width: 374px) {
  .modal-menu__btn:after {
    right: 12px;
  }
}
@media only screen and (max-width: 479px) {
  .modal-menu__btn:after {
    top: 9px;
    right: 9px;
    font-size: 15px;
  }
}

.modal-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  height: 32px;
}
@media only screen and (max-width: 839px) {
  .modal-social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.modal-social__btn {
  margin: 0 3px;
  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;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25px;
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  font-size: 13px;
  color: #fff;
  background: #33ad93;
  border-radius: 50%;
}
.modal-social__btn:hover {
  background: #005951;
}

.modal-auth {
  position: relative;
  padding-left: 25px;
  font-size: 13px;
  line-height: 18px;
  color: #fff;
}
.modal-auth span {
  border-bottom: 1px solid #fff;
}
.modal-auth:hover span {
  border-color: transparent;
}

.icon-modal-auth {
  position: absolute;
  left: 0;
  top: 2px;
  fill: #fff;
  color: #fff;
}

.modal-content {
  padding: 25px 20px;
}
@media only screen and (max-width: 839px) {
  .modal-content {
    padding: 15px;
  }
}

@media only screen and (max-width: 374px) {
  .modal-content-nav {
    display: block;
  }
  .modal-content-nav-col {
    max-width: 100%;
    padding-right: 0;
  }
  .modal-content-nav-col:first-child {
    margin-bottom: 20px;
  }
}

.modal-footer-nav-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding-right: 30px;
}
.modal-footer-nav-col ul {
  padding-bottom: 20px;
}
.modal-footer-nav-col ul li {
  margin-bottom: 7px;
}
.modal-footer-nav-col ul li a {
  font-size: 13px;
  line-height: 15px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.modal-footer-nav-col ul li a:hover {
  border-color: transparent;
}

@media only screen and (max-width: 374px) {
  .modal-footer__title {
    text-align: left;
  }
}
@media only screen and (max-width: 374px) {
  .modal-footer-nav {
    display: block;
  }
}
@media only screen and (max-width: 479px) {
  .modal-footer-nav-col {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 374px) {
  .modal-footer-nav-col {
    padding-right: 0;
    max-width: 100%;
  }
}

.modal-search {
  margin-bottom: 40px;
}
@media only screen and (max-width: 839px) {
  .modal-search {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 839px) {
  .modal-search-btn .btn {
    padding: 16px 30px;
  }
}

.modal-search-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-search-input {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.modal-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
@media only screen and (max-width: 839px) {
  .modal-actions {
    margin-bottom: 25px;
    display: block;
  }
}

.modal-actions-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
@media only screen and (max-width: 839px) {
  .modal-actions-col {
    max-width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 839px) {
  .modal-actions-col:first-child {
    margin-bottom: 20px;
  }
}

.modal-reklama {
  position: relative;
  padding-right: 45px;
  white-space: nowrap;
}
.modal-reklama span {
  font-weight: 700;
  color: #1d1d1b;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.modal-reklama:hover .icon-modal-reklama {
  color: #fff;
  fill: #fff;
}
.modal-reklama:hover .modal-reklama-icon {
  background-color: #009878;
}
.modal-reklama:hover span {
  border-color: #1d1d1b;
  border-color: #fff;
}

.modal-reklama-icon {
  position: absolute;
  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;
  top: 50%;
  right: 0;
  margin-top: -15px;
  width: 34px;
  height: 34px;
  background: transparent;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.icon-modal-reklama {
  width: 18px;
  height: 23px;
  fill: #009878;
}

@media only screen and (max-width: 374px) {
  .modal-form {
    padding: 0;
  }
}

.modal-subscribe__btn {
  position: relative;
  display: inline-block;
  padding-right: 45px;
  cursor: pointer;
}
.modal-subscribe__btn span {
  font-weight: 700;
  color: #1d1d1b;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.modal-subscribe__btn:hover .icon-modal-subscribe {
  color: #fff;
}
.modal-subscribe__btn:hover .modal-subscribe-icon {
  background: #03775f;
  color: #fff;
}
.modal-subscribe__btn:hover span {
  border-color: #fff;
}

.modal-subscribe-icon {
  position: absolute;
  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;
  top: 50%;
  right: 0;
  margin-top: -17px;
  width: 34px;
  height: 34px;
  background: transparent;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.icon-modal-subscribe {
  width: 18px;
  height: 19px;
  fill: #009878;
  color: #009878;
}

.modal-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.modal-menu-btnwrap {
  border-top: 2px solid #1d1d1b;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
  text-align: center;
}
@media only screen and (max-width: 839px) {
  .modal-menu-btnwrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .modal-menu-btnwrap {
    text-align: left;
    padding-left: 0;
  }
}

.modal-menu__btn {
  position: relative;
  padding: 13px 40px 13px 20px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1d1d1b;
  white-space: nowrap;
  cursor: pointer;
  width: 100%;
}
@media only screen and (max-width: 479px) {
  .modal-menu__btn {
    padding: 10px 30px 10px 10px;
    font-size: 12px;
  }
}
.modal-menu__btn.active {
  background: #1d1d1b;
  color: #009878;
}
.modal-menu__btn.active .icon-menu-arrow {
  color: #009878;
  fill: #009878;
}
.modal-menu__btn.active:after {
  color: #009878;
}

.icon-menu-arrow {
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
  margin-bottom: 4px;
  top: 16px;
  right: 14px;
  color: #323230;
  fill: #323230;
}

.modal-menu-section {
  display: none;
  padding: 12px 20px 8px 30px;
  background: #1d1d1b;
  position: relative;
}
@media only screen and (max-width: 839px) {
  .modal-menu-section {
    padding: 10px 15px;
  }
}
.modal-menu-section.active {
  display: block;
  width: calc(100vw - 40px);
  max-width: 660px;
}
@media (max-width: 1024px) {
  .modal-menu-section.active {
    max-width: none;
  }
}
@media (max-width: 760px) {
  .modal-menu-section.active {
    width: calc(100vw - 36px);
  }
}

.modal-menu-section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.modal-menu-section ul li {
  position: relative;
  margin: 0 20px 7px 0;
}
.modal-menu-section ul li:last-child:after {
  display: none;
}
.modal-menu-section ul li:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  right: -12px;
  width: 1px;
  height: 12px;
  background: #d6d6d6;
}
.modal-menu-section ul li a {
  font-size: 14px;
  line-height: 17px;
  color: #fff;
}
.modal-menu-section ul li a:hover {
  color: #009878;
}

.modal-content_green {
  background: #009878;
}

.modal__text {
  font-size: 13px;
  line-height: 18px;
}

.modal-pdf {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #fff;
}
.modal-pdf__title {
  margin-bottom: 15px;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1d1d1b;
}

.modal-pdf-list li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 13px;
  line-height: 18px;
  color: #fff;
}
.modal-pdf-list li:before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 7px;
  height: 7px;
  background: #1d1d1b;
  border-radius: 50%;
}

/*.modal-content-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
}

.modal-content-nav {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 50px;
}

.modal-content-nav ul li {
  margin-bottom: 7px;
}

.modal-content-nav ul li a {
  font-size: 13px;
  line-height: 15px;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.modal-content-nav ul li a:hover {
  border-color: transparent;
}*/
.modal-footer {
  padding: 25px 25px 20px 25px;
  background: #181817;
}
.modal-footer__title {
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.1em;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.modal-footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 374px) {
  .modal-footer-nav {
    display: block;
  }
}

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 151;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
}
@media only screen and (max-width: 1249px) {
  .blocker {
    padding: 0;
  }
}

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}

.blocker.behind {
  background-color: transparent;
}

.modal a.close-modal {
  position: absolute;
  top: 12px;
  right: 17px;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("/local/templates/gorodn2/assets/css/../images/close.svg");
  z-index: 10;
  display: none;
}

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}

.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.modal-spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.5);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
/*==============================MODALS==============================*/
.modal-wrapper {
  display: none;
}

.modal {
  margin-top: 80px;
  margin-bottom: 50px;
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  text-align: left;
}
@media only screen and (max-width: 1249px) {
  .modal {
    margin-bottom: 30px;
  }
}
.modal--auth {
  width: 609px;
  background: #009878;
}
@media only screen and (max-width: 839px) {
  .modal--auth {
    width: 100%;
  }
}
.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
@media only screen and (max-width: 939px) {
  .modal__close {
    top: 13px;
    right: 13px;
  }
}
.modal__close.white .icon-close {
  fill: #fff;
}
.modal__footer {
  background: #ece8e2;
  height: 118px;
  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;
}
@media only screen and (max-width: 939px) {
  .modal__footer {
    height: auto;
    padding-top: 20px;
  }
}
.modal__header {
  padding: 32px 0 18px 44px;
  background: #009878;
}
@media only screen and (max-width: 839px) {
  .modal__header {
    padding: 32px 10px 18px 10px;
    text-align: center;
  }
}
.modal__options-panel button {
  width: 173px;
  height: 50px;
  margin-right: 17px;
  font-weight: 400;
  font-size: 16px;
}
.modal__options-panel button:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 939px) {
  .modal__options-panel button {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 939px) {
  .modal__options-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.modal__noacceptbtn {
  font-weight: 400;
}
@media only screen and (max-width: 839px) {
  .modal--txt {
    width: 90%;
  }
}
@media only screen and (min-width: 1249px) {
  .modal--txt {
    max-width: 800px;
  }
}
.modal--txt .modal__title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 9px;
}
@media only screen and (max-width: 949px) {
  .modal--txt .modal__title {
    padding-top: 20px;
  }
}
.modal--txt .modal__subtitle {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 21px;
}
.modal--txt .modal__txtblock {
  padding: 30px 45px;
}
.modal--txt .modal__txtblock p {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.modal--txt .modal__txtblock h4, .modal--txt .modal__txtblock h3 {
  padding-top: 20px;
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
  width: 100%;
  display: inline-block;
}
.modal--2column {
  width: 976px;
  left: 0;
  height: auto;
  background: #ece8e2;
}
@media only screen and (max-width: 980px) {
  .modal--2column {
    width: 100%;
  }
}
.modal__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 939px) {
  .modal__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.modal__col {
  width: 50%;
}
@media only screen and (max-width: 939px) {
  .modal__col {
    width: 100%;
  }
}

.modalform__input {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  width: 100%;
  padding: 16px 24px;
  color: #0f1011;
  font-style: normal;
}
.modalform__input::-webkit-input-placeholder {
  color: #cdcac5;
  font-style: normal;
}
.modalform__input:-moz-placeholder { /* Firefox 18- */
  color: #cdcac5;
  font-style: normal;
}
.modalform__input::-moz-placeholder { /* Firefox 19+ */
  color: #cdcac5;
  font-style: normal;
}
.modalform__input:-ms-input-placeholder {
  color: #cdcac5;
  font-style: normal;
}
.modalform__checkbox {
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
}
.modalform__checkboxline {
  color: #ffffff;
  font-size: 12px;
}
.modalform__label {
  margin-bottom: 23px;
  position: relative;
  text-align: left;
}
.modalform__label--center {
  text-align: center;
}
.modalform__label a {
  color: #fff;
}
.modalform__error {
  position: absolute;
  bottom: -12px;
  left: 0;
  color: #730404;
  font-size: 11px;
  width: 100%;
}
.modalform__registerbtn {
  width: 248px;
}
.modalform__enterbtn {
  width: 146px;
}
.modalform__forgotlink {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: underline;
  position: absolute;
  right: 35px;
  top: 17px;
  color: #009878;
}
.modalform__forgotlink:hover {
  color: #007f64;
}
.modalform__checkbox {
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
  /* disabled checkbox */
  /* accessibility */
  /* hover style just for information */
}
.modalform__checkbox:not(:checked), .modalform__checkbox:checked {
  position: absolute;
  left: -9999px;
  opacity: 0;
}
.modalform__checkbox:not(:checked) + label, .modalform__checkbox:checked + label {
  position: relative;
  cursor: pointer;
  padding-left: 25px;
}
.modalform__checkbox:not(:checked) + label:before, .modalform__checkbox:checked + label:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  left: 0;
  top: 0;
  border: 1px solid #fff;
  background: #009878;
}
.modalform__checkbox:not(:checked) + label:after, .modalform__checkbox:checked + label:after {
  content: " ";
  position: absolute;
  top: 2px;
  left: 2px;
  color: #fff;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  width: 14px;
  height: 10px;
  background: url("/local/templates/gorodn2/assets/css/../images/check-solid.svg") 0 0 no-repeat;
}
.modalform__checkbox:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
.modalform__checkbox:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.modalform__checkbox:disabled:checked + label:after {
  color: #999;
}
.modalform__checkbox:disabled + label {
  color: #aaa;
}
.modal-tabs__nav {
  background: #ece8e2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 40px;
}
@media only screen and (max-width: 939px) {
  .modal-tabs__nav {
    padding-top: 0;
  }
}
.modal-tabs__btn {
  width: 226px;
  height: 50px;
  border-top: 1px solid #009878;
  border-left: 1px solid #009878;
  border-right: 1px solid #009878;
  border-bottom: none;
  text-align: center;
  padding: 13px 0;
  font-size: 20px;
  color: #009878;
  background: #ece8e2;
  cursor: pointer;
}
.modal-tabs__btn.active {
  color: #fff;
  background: #009878;
}
.modal-tabs__content {
  padding-top: 40px;
  border-bottom: 2px solid #fff;
  padding-bottom: 26px;
  background: #009878;
}
@media only screen and (max-width: 1259px) {
  .modal-tabs__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.modal-tabs__panel {
  padding-top: 40px;
  display: none;
}
.modal-tabs__panel.active {
  display: block;
}
.modal-tabs__container {
  max-width: 440px;
  margin: 0 auto;
}
.modal-tabs--sm {
  margin-left: 25px;
}
@media only screen and (max-width: 939px) {
  .modal-tabs--sm {
    margin-left: 0;
  }
}
.modal-tabs--sm .modal-tabs__nav {
  max-width: 405px;
}
@media only screen and (max-width: 939px) {
  .modal-tabs--sm .modal-tabs__nav {
    max-width: 100%;
  }
}
.modal-tabs--sm .modal-tabs__nav .modal-tabs__btn {
  width: 150px;
  height: 39px;
  padding: 11px 0;
  font-size: 16px;
}
.modal-tabs--sm .modalform__input {
  width: 298px;
  height: 44px;
  padding: 12px 12px;
}
.modal-tabs--sm .modal-tabs__container {
  width: 300px;
}
.modal-tabs--sm .modalform__forgotlink {
  right: 21px;
  top: 14px;
}
.modal-tabs--sm .modal-tabs__content {
  max-width: 405px;
}

.enter-social {
  padding-top: 19px;
  padding-bottom: 35px;
}
.enter-social__title {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: underline;
  color: #fff;
  text-align: center;
}
.enter-social__title a {
  color: #fff;
}
.enter-social__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal--txt,
.modal--auth {
  left: 0;
}

.icon-close--white {
  fill: #fff;
}

.subscribe-info {
  padding: 30px 23px 40px 30px;
  font-size: 14px;
}
.subscribe-info__title {
  font-family: "RobotoCondensedBold", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  padding-bottom: 10px;
}
.subscribe-info__subtitle {
  text-transform: uppercase;
  padding-top: 10px;
  font-size: 14px;
  font-weight: bold;
}
.subscribe-info h3 {
  font-family: "RobotoCondensedBold", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  padding-bottom: 15px;
}
.subscribe-info a {
  color: #009878;
}
.subscribe-info img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px auto 20px auto;
}
.subscribe-info p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  padding-bottom: 12px;
}
.subscribe-info p a {
  color: #009878;
  font-size: 14px;
}
.subscribe-info h4 {
  text-transform: uppercase;
  padding-top: 10px;
  font-size: 14px;
  font-weight: bold;
}
.subscribe-info ul {
  padding-top: 10px;
}
.subscribe-info ul a {
  color: #009878;
  text-decoration: underline;
}
.subscribe-info ul li {
  padding-left: 18px;
  margin-bottom: 12px;
  font-size: 14px;
  position: relative;
}
.subscribe-info ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0f1011;
  position: absolute;
  left: 0;
  top: 6px;
}
.subscribe-info ul li a {
  color: #009878;
  text-decoration: underline;
}

.modal-content-nav {
  display: block;
  padding-top: 15px;
}
@media only screen and (max-width: 374px) {
  .modal-content-nav {
    display: block;
  }
}
.modal-content-nav ul li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
}
.modal-content-nav ul li a {
  font-size: 13px;
  line-height: 15px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.modal-content-nav ul li a:hover {
  border-color: transparent;
}
@media only screen and (max-width: 479px) {
  .modal-content-nav-col {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 374px) {
  .modal-content-nav-col {
    max-width: 100%;
    padding-right: 0;
  }
  .modal-content-nav-col:first-child {
    margin-bottom: 20px;
  }
}

/*==============================RESET==============================*/
*,
:before,
:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clr:after {
  content: "";
  display: block;
  clear: both;
}

html, body, div,
dl, dt, dd, ol, ul, li,
h1, h2, h3, h4, h5, h6, p, hr,
img, a, em, span, strong,
form, label, input, button, select,
table, thead, tbody, tfoot, tr, th, td, textarea {
  border: 0;
  outline: none;
  background: none;
  vertical-align: baseline;
  font: inherit;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select,
textarea,
button {
  color: #686868;
  outline: none;
}

a:hover,
a:focus,
a.active {
  text-decoration: none;
  outline: none;
}

a[href^=tel] {
  color: inherit;
}

button {
  cursor: pointer;
}

input::-webkit-input-placeholder {
  font-style: italic;
  color: #686868;
}

input::-moz-placeholder {
  font-style: italic;
  color: #686868;
}

input:-moz-placeholder {
  font-style: italic;
  color: #686868;
}

input:-ms-input-placeholder {
  font-style: italic;
  color: #686868;
}

input:focus::-webkit-input-placeholder {
  color: transparent !important;
}

input:focus::-moz-placeholder {
  color: transparent !important;
}

input:focus:-moz-placeholder {
  color: transparent !important;
}

input:focus:-ms-input-placeholder {
  color: transparent !important;
}

textarea::-webkit-input-placeholder {
  color: #686868;
}

textarea::-moz-placeholder {
  color: #686868;
}

textarea:-moz-placeholder {
  color: #686868;
}

textarea:-ms-input-placeholder {
  color: #686868;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent !important;
}

textarea:focus::-moz-placeholder {
  color: transparent !important;
}

textarea:focus:-moz-placeholder {
  color: transparent !important;
}

textarea:focus:-ms-input-placeholder {
  color: transparent !important;
}

/*==============================PLUGINS==============================*/
/*---------------------arcticmodal------------------------*/
/*-----------------slick-slider---------------------*/
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-loading .slick-list {
  background: #fff url("/local/templates/gorodn2/assets/css/../images/ajax-loader.gif") center center no-repeat;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  position: absolute;
  display: block;
  bottom: -35px;
  width: 27px;
  height: 27px;
  background: transparent;
  z-index: 40;
}

.slick-prev {
  left: 0;
  background-image: url(/local/templates/gorodn2/assets/css/../images/icon-arrow-prev.svg);
}

.slick-prev.slick-disabled {
  background-image: url(/local/templates/gorodn2/assets/css/../images/icon-arrow-prev-disabled.svg);
}

.slick-next {
  right: 0;
  background-image: url(/local/templates/gorodn2/assets/css/../images/icon-arrow-next.svg);
}

.slick-next.slick-disabled {
  background-image: url(/local/templates/gorodn2/assets/css/../images/icon-arrow-next-disabled.svg);
}

.slick-dots {
  bottom: -20px;
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 0;
  z-index: 20;
}

.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
}

.slick-dots li.slick-active button {
  background-color: #009878;
}

.slick-dots li button {
  width: 6px;
  height: 6px;
  background: #d4d2d0;
  border-radius: 50%;
}

/*==============================GENERAL==============================*/
html, body {
  position: relative;
  min-width: 320px;
}

body {
  font-family: "Roboto", sans-serif;
  line-height: 1;
  color: #0f1011;
}

.wrapper {
  width: 100%;
  min-height: 100%;
}

.center-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .center-wrapper {
    /*width: 940px;*/
    padding: 0;
  }
}
@media only screen and (min-width: 1250px) {
  .center-wrapper {
    width: 1250px;
  }
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 20px;
  line-height: 1.2;
}

ul, ol {
  list-style: none;
}

a {
  outline: none;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

img {
  vertical-align: top;
}

.content ul {
  padding-bottom: 15px;
}
.content ul li {
  position: relative;
}
.content ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.content ol {
  padding-bottom: 15px;
  counter-reset: myCounter;
}
.content ol li {
  position: relative;
}
.content ol li::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
}

.img-video {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-cover {
  overflow: hidden;
}
.img-cover .wh,
.img-cover .ww {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.img-nocover {
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -ms-align-items: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.img-nocover img {
  max-width: 100%;
  max-height: 100%;
}

@media only screen and (max-width: 1024px) {
  .news-main {
    height: 275px;
    display: none;
  }
}
.news-main__image {
  background-image: url(/local/templates/gorodn2/assets/css/../images/img-pattern.jpg);
  background-size: cover;
  background-position: 50% 50%;
}
.news-main__more {
  margin-top: 15px;
  position: relative;
  display: block;
  width: 38px;
  height: 6px;
}
.news-main__more span:before, .news-main__more span:after {
  position: absolute;
  top: 0;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  background: #009878;
  border-radius: 50%;
}
.news-main__more span:before {
  left: 15px;
}
.news-main__more span:after {
  left: 30px;
}
.news-main__more span {
  display: block;
  width: 6px;
  height: 6px;
  background: #009878;
  border-radius: 50%;
}

.media-slider-item__image {
  background-image: url(/local/templates/gorodn2/assets/css/../images/img-pattern.jpg);
  background-size: cover;
  background-position: 50% 50%;
}

/*==============================FORM ELEMENTS==============================*/
.btn {
  display: inline-block;
  padding: 16px 45px;
  font-size: 16px;
  font-weight: 700;
  background: #009878;
  text-transform: uppercase;
  color: #fff;
}

.input {
  width: 100%;
  height: 48px;
  padding: 0 20px;
  color: #6f6f6c;
  border: 1px solid #ece8e2;
}

.select {
  position: relative;
  cursor: pointer;
  font-weight: normal;
}
.select.active .select-title {
  border-color: #000;
}
.select.active .select-title__arrow {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.select-title {
  position: relative;
  width: 100%;
  z-index: 1;
}
.select-title__value {
  display: block;
  font-size: 14px;
  color: #fff;
  border-bottom: 1px solid #fff;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.select-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  border-top: none;
  overflow: hidden;
  z-index: 10;
}
@media only screen and (min-width: 1023px) {
  .select-options {
    display: none;
    position: absolute;
    top: 31px;
    right: -15px;
    background-color: #009878;
  }
}
.select-options__value {
  padding: 5px 12px;
  font-size: 15px;
  color: #fff;
}
@media only screen and (max-width: 1023px) {
  .select-options__value.active {
    border-bottom: 1px solid #fff;
  }
}
.select-options__value:hover {
  background-color: #0d6a56;
  color: #fff;
}
.select-options__value:active {
  color: #3078c9;
}

/*==============================INDEX==============================*/
.topbanner a {
  display: block;
  text-align: center;
}
.topbanner_full .center-wrapper {
  max-width: 100% !important;
  padding: 0 !important;
}
.topbanner img {
  width: 100%;
  height: auto;
}

.header-top {
  padding: 5px 0;
  background: #ece8e2;
}
@media only screen and (max-width: 1024px) {
  .header-top {
    display: none;
  }
}

.header-top-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px 0 15px;
  height: 32px;
}
@media only screen and (max-width: 1249px) {
  .header-info {
    padding: 0 15px 0 0;
  }
}

.header-location {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 180px;
  flex: 0 0 180px;
  width: 180px;
  padding-right: 20px;
}
@media only screen and (max-width: 1249px) {
  .header-location {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
    width: 160px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .header-location {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 140px;
            flex: 0 0 140px;
    width: 140px;
  }
}
.header-location__city {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  color: #0f1011;
  white-space: nowrap;
}

.icon-location {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 13px;
  color: #009878;
}

.header-date {
  font-size: 13px;
  color: #0f1011;
  white-space: nowrap;
}

.header-exchange {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 25px;
  height: 32px;
  border-left: 1px solid #d4d2d0;
  border-right: 1px solid #d4d2d0;
}
@media only screen and (max-width: 1249px) {
  .header-exchange {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 839px) {
  .header-exchange {
    padding: 0;
  }
}

.header-exchange-item {
  position: relative;
  margin: 0 10px;
  padding-left: 15px;
}
@media only screen and (max-width: 1024px) {
  .header-exchange-item {
    margin: 0 3px;
  }
}
.header-exchange-item__value {
  position: relative;
  padding-right: 15px;
  font-size: 13px;
  color: #0f1011;
  cursor: pointer;
}
.header-exchange-item__value:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #009878 transparent transparent transparent;
}
.header-exchange-item__value.value_up:before {
  border-width: 0 4px 5px 4px;
  border-color: transparent transparent #009878 transparent;
}

.icon-exchange {
  position: absolute;
  top: 0;
  left: 0;
  fill: #009878;
  color: #009878;
}
.icon-exchange_euro {
  top: 1px;
  width: 8px;
  height: 11px;
}
.icon-exchange_dollar {
  width: 8px;
  height: 13px;
}
.icon-exchange_oil {
  top: 1px;
  width: 8px;
  height: 12px;
}
.icon-exchange-item__value {
  position: relative;
  padding-right: 15px;
  font-size: 13px;
  color: #0f1011;
  cursor: pointer;
}
.icon-exchange-item__value:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #009878 transparent transparent transparent;
}
.icon-exchange-item__value.value_up:before {
  border-width: 0 4px 5px 4px;
  border-color: transparent transparent #009878 transparent;
}

.header-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 0 30px;
  height: 32px;
  border-right: 1px solid #d4d2d0;
}
@media only screen and (max-width: 1249px) {
  .header-social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 10px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
.header-social__btn {
  margin: 0 3px;
  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;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25px;
          flex: 0 0 25px;
  width: 25px;
  height: 25px;
  font-size: 13px;
  color: #fff;
  background: #888888;
  border-radius: 50%;
}
.header-social__btn:hover {
  background: #009878;
}
@media only screen and (max-width: 1024px) {
  .header-social__btn {
    margin: 0 2px;
  }
}

.modal--auth .header-auth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  height: 32px;
  border-left: 1px solid #d4d2d0;
}

@media only screen and (max-width: 1024px) {
  .header {
    position: fixed;
    z-index: 50;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: top 0.2s ease-in-out;
    -o-transition: top 0.2s ease-in-out;
    transition: top 0.2s ease-in-out;
  }
}

@media only screen and (max-width: 1024px) {
  .header-up {
    top: -70px;
  }
}

@media only screen and (max-width: 1249px) {
  .header-auth {
    padding-right: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .header-auth {
    padding: 0 0 0 15px;
    padding-left: 17px;
    border: 0;
    height: auto;
  }
}
.header-auth__btn {
  position: relative;
  padding-left: 30px;
  font-size: 13px;
  line-height: 17px;
  color: #1d1d1b;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .header-auth__btn {
    width: 17px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 17px;
            flex: 0 0 17px;
    height: 17px;
    padding: 0;
    font-size: 0;
  }
  .header-auth__btn .icon-auth {
    color: #fff;
    fill: #fff;
  }
}
.header-auth__btn:before {
  color: #fff;
}

.icon-auth {
  position: absolute;
  left: 0;
  top: 0;
  width: 17px;
  height: 17px;
  fill: #009878;
}

.header-search {
  position: relative;
  margin-left: auto;
  margin-right: 40px;
}
@media only screen and (max-width: 1249px) {
  .header-search {
    position: relative;
    margin: 0;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .header-search {
    padding: 0;
  }
}
.header-search__toggle {
  display: none;
  position: relative;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
@media only screen and (max-width: 1249px) {
  .header-search__toggle {
    display: block;
  }
}
@media only screen and (max-width: 839px) {
  .header-search__toggle:before {
    color: #fff;
  }
}
.header-search__toggle .icon-search {
  fill: #fff;
  color: #fff;
  width: 15px;
  height: 15px;
}
.header-search__toggle .icon-search-close {
  display: none;
}
.header-search__toggle.active .icon-search {
  display: none;
}
.header-search__toggle.active .icon-search-close {
  display: block;
}
.header-search__input {
  width: 110px;
  height: 32px;
  padding: 0 35px 0 10px;
  font-size: 13px;
  font-style: italic;
  background: transparent;
  color: #8b8a89;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1249px) {
  .header-search__input {
    width: 100%;
    background: #fff;
  }
}
.header-search__input:focus {
  width: 200px;
  background: #fff;
}
.header-search__btn {
  position: absolute;
  right: 10px;
  top: 50%;
  height: 16px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #009878;
}
@media only screen and (max-width: 1249px) {
  .header-search-form.active {
    width: 235px;
    display: block;
  }
}
@media only screen and (max-width: 1249px) {
  .header-search-form {
    position: absolute;
    top: -8px;
    right: 55px;
    width: 0;
    overflow: hidden;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}
@media only screen and (max-width: 839px) {
  .header-search-form {
    right: 30px;
  }
}
@media only screen and (max-width: 1249px) {
  .header-search-form__input {
    width: 100%;
    background: #fff;
  }
  .header-search-form__input:focus {
    width: 100%;
  }
}

.icon-search-close {
  color: #fff;
  fill: #fff;
}

.icon-search {
  width: 13px;
  height: 16px;
}

.header-content {
  background: #009878;
}
@media only screen and (max-width: 839px) {
  .header-content {
    height: 70px;
  }
}
.header-content-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 15px;
  height: 115px;
}
@media only screen and (max-width: 1024px) {
  .header-content-row {
    height: auto;
    padding: 10px 0;
  }
}
.header-content-col {
  margin-left: 80px;
}
@media only screen and (max-width: 1249px) {
  .header-content-col {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 839px) {
  .header-content-col {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 839px) {
  .header-content-col {
    margin: 0;
  }
}
.header-content-col:first-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-left: 0;
}
@media only screen and (max-width: 1024px) {
  .header-content-col_1 {
    text-align: center;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .header-content-col_2 {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media only screen and (max-width: 1024px) {
  .header-content-col_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 10px;
  }
}

.header-logo {
  position: relative;
  bottom: -4px;
  display: block;
  text-align: center;
  width: 305px;
}
@media only screen and (max-width: 1024px) {
  .header-logo {
    display: inline-block;
    bottom: auto;
    width: 150px;
  }
}
.header-logo span {
  position: relative;
  bottom: -11px;
  padding-right: 7px;
  letter-spacing: 0.1em;
  font-size: 10.5px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .header-logo span {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    text-align: center;
    font-size: 5px;
  }
}
.header-logo img {
  width: 100%;
}

.header-reklama-icon {
  position: absolute;
  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;
  top: 50%;
  right: 0;
  margin-top: -15px;
  width: 34px;
  height: 34px;
  background: transparent;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-reklama-icon span {
  font-weight: 700;
  color: #fff;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.icon-reklama {
  width: 18px;
  height: 23px;
  fill: #fff;
}

.header-reklama {
  position: relative;
  padding-right: 45px;
  white-space: nowrap;
}
@media only screen and (max-width: 1024px) {
  .header-reklama {
    display: none;
  }
}
.header-reklama:hover .header-reklama-icon {
  background-color: #03775f;
}
.header-reklama:hover span {
  border-color: #fff;
}
.header-reklama span {
  font-weight: 700;
  color: #fff;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1024px) {
  .header-reklama span {
    border: 0 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .header-reklama strong {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .header-reklama:after {
    top: 0;
    margin: 0;
    background-color: #03775f;
  }
}

.icon-subscribe {
  width: 18px;
  height: 19px;
  color: #fff;
}

.header-subscribe {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .header-subscribe {
    display: none;
  }
}
.header-subscribe__title {
  display: inline-block;
  position: relative;
  padding-right: 45px;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .header-subscribe__title span {
    border: 0 !important;
  }
  .header-subscribe__title strong {
    display: block;
  }
  .header-subscribe__title:after {
    top: 0;
    margin: 0;
    background-color: #03775f;
  }
}
.header-subscribe__title:hover .header-subscribe-icon {
  background: #03775f;
}
.header-subscribe__title:hover span {
  border-color: #fff;
}
.header-subscribe-icon {
  position: absolute;
  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;
  top: 50%;
  right: 0;
  margin-top: -17px;
  width: 34px;
  height: 34px;
  background: transparent;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-subscribe__title span {
  font-weight: 700;
  color: #fff;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-subscribe-form {
  display: none;
}

/*---------------------main-menu------------------------*/
body.lock {
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  body {
    padding-top: 70px;
  }
}

.main-menu-section {
  background: #fff;
}
@media only screen and (max-width: 1024px) {
  .main-menu-section {
    display: none;
  }
}

.is-sticky .main-menu-section {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
}

.is-sticky .main-menu {
  border-color: transparent;
}

.main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  border-bottom: 2px solid #1d1d1b;
}
.main-menu__switcher {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 30px 0 15px;
  height: 18px;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .main-menu__switcher {
    margin-left: 0;
    margin-right: 10px;
  }
}
.main-menu__switcher span {
  position: relative;
  display: block;
  width: 38px;
  height: 4px;
  background: #0f1011;
}
.main-menu__switcher span:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 7px;
  left: 0;
  width: 38px;
  height: 4px;
  background: #0f1011;
}
.main-menu__switcher span:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 14px;
  left: 0;
  width: 28px;
  height: 4px;
  background: #0f1011;
}

.main-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.main-menu-list li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-right: 1px solid #1d1d1b;
}
.main-menu-list li:last-child {
  border-right: 0;
}
.main-menu-list li a {
  display: block;
  padding: 7px;
  color: #1d1d1b;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.main-menu-list li a:hover {
  color: #009878;
}
.main-menu-list li a.active {
  color: #009878;
}
.main-menu-list li a.active:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  margin-bottom: 3px;
  width: 5px;
  height: 5px;
  background: #009878;
  border-radius: 50%;
}

/*---------------------content-tabs------------------------*/
.main {
  padding: 18px 0 0;
}
@media only screen and (max-width: 1024px) {
  .main {
    padding-top: 0;
  }
}

/*.menu-additional .center-wrapper {*/
/*padding: 0 25px;*/
/*}*/
.main-section {
  margin-bottom: 15px;
}

.content-section-leftside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 920px;
  margin: 0 5px;
}
.content-section-leftside > section {
  max-width: 100%;
}
@media only screen and (min-width: 1250px) {
  .content-section-leftside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 920px;
            flex: 0 0 920px;
    max-width: 920px;
    margin: 0 5px;
  }
}
@media only screen and (max-width: 1249px) {
  .content-section-leftside {
    max-width: calc(75% - 10px);
  }
}
@media only screen and (max-width: 1024px) {
  .content-section-leftside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .content-section-leftside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.content-section-rightside {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 10px);
          flex: 0 0 calc(25% - 10px);
  max-width: calc(25% - 10px);
  margin: 0 5px;
}
@media only screen and (min-width: 1250px) {
  .content-section-rightside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    max-width: 300px;
  }
}

.content-tabs-list {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .content-tabs-list {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px 15px;
    background: #1d1d1b;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.content-tabs {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .content-tabs__btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    max-width: 33.333%;
    padding: 12px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
  }
}
@media only screen and (max-width: 479px) {
  .content-tabs__btn {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    max-width: none;
    font-size: 14px;
    padding: 12px 10px;
  }
}
@media only screen and (max-width: 374px) {
  .content-tabs__btn {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1024px) {
  .content-tabs__btn.active {
    background: #fff;
    color: #009878;
  }
}
@media only screen and (max-width: 1024px) {
  .content-tabs__btn.active:before {
    display: inline-block;
    content: "";
    vertical-align: middle;
    margin-right: 7px;
    margin-bottom: 3px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #009878;
  }
}

.content-tabs-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .content-tabs-body {
    display: block;
  }
}

@media only screen and (max-width: 1024px) {
  .content-tabs-block {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .content-tabs-block.active {
    display: block;
  }
}
.content-tabs-block_lenta {
  display: none;
}
@media only screen and (max-width: 1249px) {
  .content-tabs-block_media {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .content-tabs-block_media {
    max-width: 100%;
  }
}

.news-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 15px;
}
@media only screen and (max-width: 839px) {
  .news-top {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .news-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.news-top-leftside {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.3333333333% - 5px);
          flex: 0 0 calc(33.3333333333% - 5px);
  max-width: calc(33.3333333333% - 5px);
  padding: 0;
}
@media only screen and (min-width: 1250px) {
  .news-top-leftside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    max-width: 300px;
  }
}
.news-top-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(66.6666666667% - 5px);
          flex: 0 0 calc(66.6666666667% - 5px);
  max-width: calc(66.6666666667% - 5px);
}
@media only screen and (min-width: 1250px) {
  .news-top-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 610px;
            flex: 0 0 610px;
    max-width: 610px;
  }
}
.news-top-rightside {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666%;
  flex: 0 0 66.666%;
  max-width: 66.666%;
  padding: 0 5px;
}

.block_title {
  margin-bottom: 10px;
  padding: 12px 10px 13px 10px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  background: #009878;
  color: #fff;
}
.block_title_click {
  cursor: pointer;
}
.block_title_click:hover {
  background: #017059;
}

/*---------------------media------------------------*/
.media {
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 1249px) {
  .media {
    height: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .media {
    display: none;
  }
}

.media-body {
  height: 100%;
  overflow: hidden;
}

.media-banners {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.media-banners.is_stuck {
  padding-top: 60px;
}

.media-banner__item {
  display: block;
  margin-bottom: 10px;
}
.media-banner__item:last-child {
  margin-bottom: 0;
}
.media-banner__item img {
  max-height: 100%;
}
.media-banner__item_1 {
  height: 600px;
}
.media-banner__item_2 {
  height: 300px;
}
.media-banner__item_3 {
  height: 250px;
}

.media-slider {
  margin-bottom: 55px;
}
@media only screen and (max-width: 1024px) {
  .media-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -5px;
  }
}
@media only screen and (max-width: 479px) {
  .media-slider {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .media-slider-slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .media-slider-slide {
    max-width: 100%;
  }
}

.media-slider-item {
  display: block;
  position: relative;
}
.media-slider-item__label {
  position: absolute;
  top: 15px;
  left: 10px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  background: #009878;
  padding: 3px 10px 5px 10px;
  color: #fff;
  z-index: 1;
}
.media-slider-item__icon {
  position: absolute;
  top: 15px;
  font-size: 18px;
  color: #fff;
  right: 15px;
  z-index: 1;
}
.media-slider-item__title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-family: "RobotoCondensedBold", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  padding: 15px 10px;
  z-index: 2;
}
.media-slider-item__image {
  display: block;
  position: relative;
  height: 195px;
}
.media-slider-item__image:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background-image: url(/local/templates/gorodn2/assets/css/../images/image-shadow.png);
  background-size: cover;
  z-index: 1;
}

/*---------------------news-company------------------------*/
.main-banner {
  margin-bottom: 15px;
}
.main-banner a {
  display: block;
  text-align: center;
}
.main-banner img {
  width: 100%;
}

.main-banner_full .center-wrapper {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
}

@media only screen and (max-width: 1024px) {
  .topbanner {
    display: none;
  }
  .topbanner .center-wrapper {
    padding: 0;
  }
}

.icon-menu-arrow {
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
  margin-bottom: 4px;
  top: 16px;
  right: 14px;
  color: #323230;
  fill: #323230;
}
@media only screen and (max-width: 374px) {
  .icon-menu-arrow {
    margin-left: 1px;
  }
}

.content-section-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 5px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1249px) {
  .content-section-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 1024px) {
  .content-section-row {
    display: block;
  }
}

.content-section-col {
  margin: 0 5px;
}
.content-section-col_left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 10px);
          flex: 0 0 calc(25% - 10px);
  max-width: calc(25% - 10px);
}
@media only screen and (min-width: 1250px) {
  .content-section-col_left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    max-width: 300px;
  }
}
@media only screen and (max-width: 1024px) {
  .content-section-col_left {
    margin-bottom: 15px;
    max-width: 100%;
  }
}
.content-section-col_center {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 10px);
          flex: 0 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
}
@media only screen and (min-width: 1250px) {
  .content-section-col_center {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 610px;
            flex: 0 0 610px;
    max-width: 610px;
  }
}
@media only screen and (max-width: 1024px) {
  .content-section-col_center {
    max-width: 100%;
  }
}
.content-section-col_right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 10px);
          flex: 0 0 calc(25% - 10px);
  max-width: calc(25% - 10px);
}
@media only screen and (min-width: 1250px) {
  .content-section-col_right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    max-width: 300px;
    margin-top: 10px;
  }
}

/*---------------------news------------------------*/
.news-top-leftside {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .news-top-leftside {
    display: none;
  }
}

.news-bottom, .news-bottom-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  width: 100%;
}

@media (min-width: 600px) and (max-width: 1024px) {
  .news-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.news-bottom-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.3333333333% - 5px);
          flex: 0 0 calc(33.3333333333% - 5px);
  max-width: calc(33.3333333333% - 5px);
}
@media only screen and (min-width: 1250px) {
  .news-bottom-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    max-width: 300px;
  }
}
@media only screen and (max-width: 1024px) {
  .news-bottom-col {
    max-width: 100%;
    margin-bottom: 10px;
  }
}

.news-main {
  position: relative;
  margin-bottom: 10px;
  height: 350px;
}
@media only screen and (max-width: 479px) {
  .news-main {
    height: auto;
  }
}
.news-main__label {
  position: absolute;
  top: 15px;
  left: 10px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background: #009878;
  color: #fff;
  padding: 5px 16px 7px 16px;
  z-index: 1;
}
.news-main__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.news-main__image:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 275px;
  background-image: url(/local/templates/gorodn2/assets/css/../images/image-shadow2.png);
  background-size: cover;
  z-index: 2;
}
.news-main__title {
  margin-bottom: 10px;
  font-family: "RobotoCondensedBold", sans-serif;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  max-width: 100%;
}
.news-main__title a {
  display: inline-block;
  color: #fff;
}
@media only screen and (max-width: 479px) {
  .news-main__title {
    font-size: 18px;
    line-height: 22px;
  }
}
.news-main__text {
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  max-width: 100%;
}

.news-main-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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  padding: 10px 25px 20px 10px;
  z-index: 3;
  height: 100%;
}
@media only screen and (max-width: 479px) {
  .news-main-content {
    padding-top: 70px;
  }
}

.news-block-col.mobile {
  display: none;
}

@media only screen and (max-width: 1249px) {
  .news-top-content .news-block-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 5px);
            flex: 0 0 calc(50% - 5px);
    max-width: calc(50% - 5px);
  }
  .news-top-content .news-block-col:first-child {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 1250px) {
  .news-block {
    margin: 0;
    max-width: 610px;
  }
}

.news-block-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media only screen and (max-width: 839px) {
  .news-block-row {
    display: block;
  }
}
@media only screen and (max-width: 1249px) {
  .news-top .news-block-row {
    margin: 0;
  }
}
@media only screen and (min-width: 1250px) {
  .news-block-row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.news-block-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1023px) {
  .news-block-col.mobile {
    display: block;
  }
}
@media only screen and (min-width: 640px) {
  .news-block-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3333333333% - 5px);
            flex: 0 0 calc(33.3333333333% - 5px);
    max-width: calc(33.3333333333% - 5px);
  }
}
@media only screen and (min-width: 1024px) {
  .news-block-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 5px);
            flex: 0 0 calc(50% - 5px);
    max-width: calc(50% - 5px);
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .news__title-company {
    display: none;
  }
}

.news-company-item {
  margin-bottom: 15px;
}
.news-company-item:last-child {
  margin-bottom: 0;
}
.news-company-item-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: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 15px 15px 10px;
  height: 255.5px;
  border: 1px solid #ece8e2;
  overflow: hidden;
}
.news-company-item-body:hover {
  border-color: #009878;
}
.news-company-item__logo {
  margin-bottom: 10px;
}
.news-company-item__title {
  display: block;
  margin-bottom: 15px;
  font-family: "RobotoCondensedBold", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1d1d1b;
}
@media only screen and (max-width: 1024px) {
  .news-company-item__title {
    margin-bottom: 5px;
  }
}
.news-company-item__text {
  font-size: 14px;
  line-height: 21px;
  color: #1d1d1b;
}

.news-interview {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  .news-interview__title {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .news-comments__title {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .news-company-item-body {
    height: auto;
  }
}

.news-item__image {
  background-image: url(/local/templates/gorodn2/assets/css/../images/img-pattern.jpg);
  background-size: cover;
  background-position: 50% 50%;
}
@media only screen and (max-width: 374px) {
  .news-item__image {
    height: 175px;
  }
}

.news-item-media {
  position: relative;
}

.news-item-content {
  padding: 10px 10px 15px 10px;
}

.news-item {
  height: 100%;
  min-height: auto;
  width: 100%;
  border-bottom: 2px solid #1d1d1b;
}
@media only screen and (min-width: 1250px) {
  .news-item {
    width: auto;
    max-width: 300px;
  }
}
@media only screen and (max-width: 839px) {
  .news-item {
    min-height: auto;
    border-bottom: 0px;
  }
}
.news-item__readable {
  position: absolute;
  border: 2px solid #007f64;
  line-height: 1em;
  padding: 10px 15px;
  text-transform: uppercase;
  font-family: "RobotoCondensedBold", sans-serif;
  color: #ffffff;
  top: 40%;
  left: 30%;
  width: auto;
  -webkit-transform: translate(-13%, -50%);
      -ms-transform: translate(-13%, -50%);
          transform: translate(-13%, -50%);
  font-size: 15px;
  background-color: #009878;
  z-index: 1;
}
.readable__items .news-item__readable {
  top: 50%;
}
.news-item__label {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  background: #009878;
  padding: 3px 10px 5px 10px;
  color: #fff;
  z-index: 1;
}
.iblock-16 .news-item__label {
  display: none;
}
.news-item__icon {
  position: absolute;
  top: 15px;
  font-size: 16px;
  color: #fff;
  right: 15px;
  z-index: 1;
}
.news-item__image {
  display: block;
  height: 200px;
}
@media only screen and (min-width: 640px) {
  .news-item__image {
    height: 175px;
  }
}
@media only screen and (min-width: 1249px) {
  .news-item__image {
    height: 175px;
  }
}
.news-item__image a {
  display: block;
  width: 100%;
  height: 100%;
}
.news-item__title {
  margin-bottom: 10px;
  font-family: "RobotoCondensedBold", sans-serif;
  font-size: 18px;
  line-height: 24px;
}
.news-item__title a {
  color: #0f1011;
}
.news-item__title a:hover {
  color: #009878;
}
.news-item__text {
  font-size: 14px;
  line-height: 21px;
}
.news-item--txt .news-item__label {
  top: 0;
  bottom: auto;
}

.read-dotted {
  line-height: 0px;
  height: 0px;
  margin: 0;
  color: #009878;
  font-size: 1.5em;
}

.news-main .read-dotted {
  font-size: 3em;
}

/*---------------------lenta------------------------*/
.lenta {
  height: 100%;
  width: 100%;
  /*border-bottom: 2px solid #1d1d1b;*/
}
@media only screen and (max-width: 1024px) {
  .lenta {
    padding-top: 0;
    padding-bottom: 15px;
    position: static;
    overflow: visible;
    height: auto;
  }
}
@media only screen and (min-width: 1250px) {
  .lenta {
    width: 300px;
  }
}
.lenta:before {
  content: "";
  display: block;
  position: absolute;
  width: auto;
  height: 90px;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(/local/templates/gorodn2/assets/css/../images/shadow4.png);
  background-position: 50% 50%;
  background-size: cover;
  z-index: 10;
}
@media only screen and (max-width: 1024px) {
  .lenta:before {
    display: none;
  }
}
.lenta:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: 2px;
  background: #1d1d1b;
}
.lenta__title {
  margin-left: -5px;
  margin-right: -5px;
}
.lenta-body {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
  padding: 0 5px;
}
@media only screen and (min-width: 1024px) {
  .lenta-body {
    height: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .lenta-body {
    margin-bottom: 15px;
    position: static;
  }
}
.lenta-list {
  padding: 0 15px;
  border-left: 1px solid #ece8e2;
}
.lenta-item {
  padding: 15px 0 10px 0;
  border-bottom: 1px solid #ece8e2;
}
.lenta-item:first-child {
  padding-top: 10px;
}
.lenta-item:last-child {
  border-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .lenta-item:nth-child(n+7) {
    display: none;
  }
}
.lenta-item__date {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 12px;
  fill: #009878;
}
.lenta-item__date:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -17px;
  width: 2px;
  height: 11px;
  background: #fff;
  z-index: 10;
}
.lenta-item__date:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: -19px;
  width: 7px;
  height: 7px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #606060;
  z-index: 15;
}
.lenta-item__title {
  line-height: 24px;
  color: #0f1011;
}
@media only screen and (max-width: 1024px) {
  .lenta-item__title {
    font-size: 14px;
    line-height: 21px;
  }
}
.lenta-item__title a {
  display: inline-block;
  color: #0f1011;
}
.lenta-item__title a:hover {
  color: #009878;
}
.lenta__all {
  position: absolute;
  bottom: 15px;
  left: 50%;
  padding: 10px 20px;
  width: auto;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 30;
  background: #fff;
  font-weight: normal;
  text-transform: none;
  color: #009878;
  border: 2px solid #009878;
}
@media only screen and (max-width: 1024px) {
  .lenta__all {
    position: relative;
    bottom: 0;
  }
}
.lenta__all:hover {
  background: #009878;
  color: #fff;
}

.icon-date {
  position: absolute;
  top: 0;
  left: 0;
}

.icon-picture {
  fill: #fff;
}

.icon-video {
  fill: #fff;
  color: #fff;
}

.archive {
  max-width: 100%;
}
.archive__title {
  margin-bottom: 25px;
}
.archive__subtitle {
  font-size: 16px;
}
.archive__subtitle a {
  color: #009878;
  text-decoration: underline;
}
.archive-list {
  margin-top: 15px;
}
.archive-header {
  margin-top: 20px;
  padding-bottom: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 939px) {
  .archive-header {
    padding-bottom: 90px;
    position: relative;
  }
  .archive-header .download {
    position: absolute;
    width: 100%;
    bottom: 45px;
    left: 0;
    text-align: center;
  }
  .archive-header .download__href {
    font-size: 16px;
  }
}
.archive-header__left-col {
  width: 165px;
}
@media only screen and (max-width: 939px) {
  .archive-header__left-col {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    text-align: center;
  }
}
.archive-header__left-col img {
  width: 162px;
}
.archive-header__right-col {
  width: 100%;
}
@media only screen and (min-width: 940px) {
  .archive-header__right-col {
    padding-left: 44px;
    width: calc(100% - 165px);
  }
}
@media only screen and (min-width: 1250px) {
  .archive-header__right-col {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 939px) {
  .archive-header__right-col {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
  }
}
.archive-header__title {
  font-family: "RobotoCondensedBold", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 939px) {
  .archive-header__title {
    font-size: 24px;
    margin-bottom: 13px;
  }
}
@media only screen and (min-width: 940px) {
  .archive-header__title {
    padding-top: 55px;
  }
}
.archive-header__subtitle {
  margin-bottom: 35px;
}
@media only screen and (max-width: 939px) {
  .archive-header__subtitle {
    margin-bottom: 19px;
  }
}

.archive-print__title {
  margin: 0 0 25px 0;
  font-size: 32px;
  font-family: "RobotoCondensedBold", sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 939px) {
  .archive-print__title {
    font-size: 24px;
    padding: 22px 0 25px 0;
  }
}
.archive-print__subtitle {
  font-size: 16px;
}
.archive-print__subtitle a {
  color: #009878;
  text-decoration: underline;
}

@media only screen and (max-width: 939px) {
  .archive-print .archive-print__title {
    font-size: 24px;
  }
}

.print-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 28px;
}
@media only screen and (min-width: 1250px) {
  .print-list {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.print-list-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 29px;
}
.print-list-item__title {
  font-family: "RobotoCondensedBold", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  padding-bottom: 28px;
}
.print-list-item__media {
  width: 106px;
}
@media only screen and (min-width: 940px) {
  .print-list-item__media {
    width: 134px;
  }
}
.print-list-item__content {
  padding-top: 13px;
  padding-left: 20px;
}
@media only screen and (max-width: 839px) {
  .print-list-item__content {
    padding-left: 15px;
  }
}
@media only screen and (min-width: 1250px) {
  .print-list-item {
    width: 50%;
  }
}

.search-page__title {
  margin-bottom: 16px;
}
.search-page .options {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.search-page .button-more {
  display: none;
}
@media only screen and (max-width: 939px) {
  .search-page .button-more {
    display: block;
  }
}

.search {
  border-top: 2px solid #ece8e2;
  border-bottom: 2px solid #ece8e2;
  padding: 18px 40px;
  margin-bottom: 38px;
}
@media only screen and (max-width: 939px) {
  .search {
    padding: 18px 10px;
  }
}
.search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search__input {
  border: 1px solid #ece8e2;
  font-size: 16px;
  font-style: italic;
  height: 50px;
  padding: 12px 26px 12px 26px;
  width: calc(100% - 142px);
}
.search__submit {
  width: 142px;
  height: 50px;
  max-width: 700px;
}

.sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1249px) {
  .sort {
    width: 100%;
    margin-top: 30px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 12px;
  }
}
.sort__txt {
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (max-width: 939px) {
  .sort__txt {
    font-size: 14px;
  }
}
.sort__params {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sort__param {
  display: inline-block;
  height: 14px;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
}
@media only screen and (max-width: 939px) {
  .sort__param {
    font-size: 14px;
  }
}
.sort__param:hover {
  color: #009878;
}
.sort__param:hover:before {
  color: #0f1011;
}
.sort__param.active {
  color: #009878;
}
.sort__param:before {
  content: "| ";
  position: relative;
  left: -8px;
}
.sort__param:first-child {
  padding-left: 20px;
}
.sort__param:first-child:before {
  content: "";
}

.aboutpage {
  padding-bottom: 25px;
}
.aboutpage__title {
  padding-bottom: 22px;
}
.aboutpage__subtitle {
  padding-bottom: 24px;
}
.aboutpage__decsription {
  padding-bottom: 24px;
  border-bottom: 2px solid #ece8e2;
}
@media only screen and (min-width: 940px) {
  .aboutpage__decsription {
    padding-right: 10px;
  }
}
.aboutpage__decsription p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 939px) {
  .aboutpage__decsription p {
    padding-right: 9px;
    padding-left: 9px;
  }
}
.aboutpage__decsription img {
  float: left;
  margin-right: 20px;
  margin-bottom: 25px;
  position: relative;
  top: 7px;
  width: 300px;
}
@media only screen and (max-width: 939px) {
  .aboutpage__decsription img {
    width: 100%;
    margin-right: 0;
  }
}

.about {
  padding-top: 49px;
}
.about__title {
  font-family: "RobotoCondensedBold", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  color: #009878;
  padding-bottom: 16px;
  text-align: center;
  width: 100%;
  display: inline-block;
}
.about__subtitle {
  font-family: "RobotoCondensedBold", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  padding-bottom: 27px;
  text-align: center;
}
.about__intro {
  padding: 23px 19px 18px 21px;
  background: #009878;
  color: #fff;
  margin-bottom: 45px;
  text-align: center;
}
@media only screen and (max-width: 939px) {
  .about__intro {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.about__intro p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 20px;
}

.persons-list {
  padding-bottom: 35px;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.persons-list--top {
  padding-bottom: 35px;
  border-bottom: 2px solid #ece8e2;
  margin-bottom: 42px;
}
.persons-list--redactors {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 1250px) {
  .persons-list--redactors .person {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    margin-bottom: 10px;
    max-width: 25%;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media only screen and (max-width: 939px) {
  .persons-list--redactors {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.person {
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}
@media only screen and (min-width: 940px) {
  .person {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    margin-bottom: 10px;
    max-width: 33%;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media only screen and (max-width: 1250px) {
  .person {
    margin-bottom: 45px;
  }
}
.person__avatar {
  margin-bottom: 26px;
}
.person__position {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding-bottom: 18px;
}
@media only screen and (min-width: 940px) and (max-width: 1249px) {
  .person__position {
    min-height: 66px;
  }
}
@media only screen and (min-width: 1250px) {
  .person__position {
    padding: 0 12px 18px 12px;
  }
}
.person__name {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.person__contacts {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #009878;
}

.info {
  padding-bottom: 29px;
}
.info__header {
  border-bottom: 2px solid #ece8e2;
}
.info__title {
  padding-bottom: 18px;
}
.info__subtitle {
  font-size: 18px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  width: 100%;
  font-weight: 400 !important;
  font-family: "Roboto", sans-serif !important;
  padding-top: 18px;
}
@media only screen and (min-width: 939px) {
  .info__subtitle {
    font-size: 24px;
  }
}
.info__content {
  padding-top: 26px;
  padding-bottom: 18px;
}
.info__content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 939px) {
  .info__content p {
    padding-right: 9px;
    padding-left: 9px;
  }
}
.info__content img {
  float: left;
  margin-right: 20px;
  margin-bottom: 24px;
  position: relative;
  top: 7px;
  width: 300px;
}
@media only screen and (max-width: 939px) {
  .info__content img {
    width: 100%;
    margin-right: 0;
  }
}
.info__articletitle {
  padding-bottom: 18px;
  font-family: "RobotoCondensedBold", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
}
@media only screen and (min-width: 940px) {
  .info__articletitle {
    font-size: 24px;
  }
}

.docs {
  margin-top: 87px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: -12px;
  margin-left: -12px;
}
@media only screen and (max-width: 1239px) {
  .docs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.docs .download__href {
  font-size: 16px;
}
.docs__col {
  width: 100%;
  margin-right: 12px;
  margin-left: 12px;
}
.docs__col.left .doc:last-child {
  border-bottom: none;
}
@media only screen and (min-width: 1250px) {
  .docs__col {
    width: 50%;
  }
}

.doc {
  border-bottom: 2px solid #ece8e2;
  padding-bottom: 16px;
  margin-bottom: 13px;
}
@media only screen and (max-width: 1249px) {
  .doc {
    padding-left: 10px;
  }
}
.doc__name {
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  padding-bottom: 23px;
  padding-right: 28px;
}
.doc:first-child .doc__name {
  font-family: "RobotoCondensedBold", sans-serif;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 20px;
}

.events__title {
  padding-bottom: 26px;
}
.events-block {
  margin-bottom: 17px;
}
.events-block__type {
  color: #ffffff;
  font-family: "RobotoCondensedBold", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  background: #009878;
  height: 51px;
  padding: 13px 30px;
}
.events-list {
  padding-top: 19px;
}

.event-preview {
  margin-bottom: 27px;
  position: relative;
  padding-left: 29px;
}
.event-preview:hover .event-preview__name {
  text-decoration: underline;
  font-weight: 700;
}
.event-preview:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background-color: #1d1d1b;
  border-radius: 50% 50%;
  top: 3px;
  left: 10px;
}
.event-preview__name {
  font-weight: 400;
  color: #0f1011;
  line-height: 1.3;
  width: 100%;
  display: inline-block;
  font-size: 16px;
  padding-right: 5px;
}
@media only screen and (min-width: 940px) {
  .event-preview__name {
    font-size: 23px;
  }
}
@media only screen and (min-width: 1250px) {
  .event-preview__name {
    padding-right: 0;
  }
}
.event-preview__date {
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  padding-top: 12px;
  padding-right: 60px;
}
@media only screen and (min-width: 940px) {
  .event-preview__date {
    font-size: 16px;
  }
}
.event-preview__link {
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  color: #009878;
}
@media only screen and (min-width: 940px) {
  .event-preview__link {
    font-size: 16px;
  }
}
.event-preview__link:hover {
  color: #007f64;
}

.event__name {
  padding-bottom: 24px;
}
.event__maininfo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 26px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.event__maininfo-col-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}
@media only screen and (min-width: 1250px) {
  .event__maininfo-col-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66%;
    flex: 0 0 66%;
    margin-bottom: 10px;
    max-width: 66%;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media only screen and (min-width: 940px) and (max-width: 1249px) {
  .event__maininfo-col-left {
    padding-left: 20px;
  }
}
.event__maininfo-col-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 30px;
}
@media only screen and (min-width: 1250px) {
  .event__maininfo-col-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    margin-bottom: 10px;
    max-width: 33%;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 0;
  }
}
.event__txtdata {
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  font-style: normal;
  padding-left: 50px;
}
.event__txtdata em {
  color: #009878;
  font-weight: 700;
}
@media only screen and (max-width: 939px) {
  .event__txtdata {
    font-size: 14px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 1249px) {
  .event__txtdata {
    padding-left: 18px;
  }
}

.social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.event-description {
  margin-top: 35px;
  padding: 21px 50px 32px 30px;
}
.event-description--bg {
  margin-top: 0;
  background: #ece8e2;
}
.event-description__title {
  font-family: "RobotoCondensedBold", sans-serif;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 12px;
}
@media only screen and (max-width: 939px) {
  .event-description__title {
    font-size: 18px;
  }
}
.event-description__txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.event-program {
  margin-top: 28px;
}
.event-program__title {
  font-family: "RobotoCondensedBold", sans-serif;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 10px;
  padding-left: 30px;
}
@media only screen and (max-width: 939px) {
  .event-program__title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1249px) {
  .event-program__title {
    text-align: center;
    padding-left: 0;
  }
}

.event-theme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
  margin-top: 22px;
  border-bottom: 2px solid #ece8e2;
}
@media only screen and (max-width: 939px) {
  .event-theme {
    margin-bottom: 24px;
  }
}
.event-theme__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}
@media only screen and (min-width: 940px) {
  .event-theme__media {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    margin-bottom: 10px;
    max-width: 33%;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media only screen and (min-width: 1250px) {
  .event-theme__media {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    margin-bottom: 10px;
    max-width: 33%;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.event-theme__media img {
  width: 180px;
  height: 180px;
}
.event-theme__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}
@media only screen and (max-width: 939px) {
  .event-theme__content {
    text-align: center;
  }
}
@media only screen and (min-width: 940px) {
  .event-theme__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66%;
    flex: 0 0 66%;
    margin-bottom: 10px;
    max-width: 66%;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media only screen and (min-width: 1250px) {
  .event-theme__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66%;
    flex: 0 0 66%;
    margin-bottom: 10px;
    max-width: 66%;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.event-theme__name {
  font-size: 16px;
  font-weight: 700;
  color: #009878;
  line-height: 24px;
  padding-bottom: 22px;
  padding-top: 15px;
}
@media only screen and (min-width: 940px) {
  .event-theme__name {
    font-size: 18px;
  }
}
.event-theme__person {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  padding-bottom: 10px;
}
@media only screen and (min-width: 940px) {
  .event-theme__person {
    font-size: 16px;
    padding-bottom: 28px;
  }
}
.event-theme__position {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
@media only screen and (min-width: 940px) {
  .event-theme__position {
    font-size: 16px;
  }
}

.register-form {
  margin-top: 38px;
  width: 100%;
  background-image: -o-linear-gradient(315deg, #009878 40%, #008e70 40%, #008e70 50%, #009878 50%, #009878 90%, #008e70 90%, #008e70 100%);
  background-image: linear-gradient(135deg, #009878 40%, #008e70 40%, #008e70 50%, #009878 50%, #009878 90%, #008e70 90%, #008e70 100%);
  background-size: 14.14px 14.14px;
  padding: 32px 34px 50px 38px;
}
@media only screen and (max-width: 1249px) {
  .register-form {
    height: auto;
    padding-bottom: 45px;
  }
}
@media only screen and (max-width: 839px) {
  .register-form {
    padding: 35px 10px 40px 10px;
  }
}
@media only screen and (min-width: 940px) {
  .register-form {
    padding: 35px 40px 40px 40px;
  }
}
@media only screen and (min-width: 1250px) {
  .register-form {
    padding: 32px 34px 50px 38px;
  }
}
.register-form__title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 31px;
}
@media only screen and (min-width: 1250px) {
  .register-form__title {
    font-size: 24px;
  }
}

.form__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 33px;
  position: relative;
}
@media only screen and (max-width: 1249px) {
  .form__line {
    margin-bottom: 0;
  }
}
.form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -24px;
  margin-right: -24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form__col33 {
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}
@media only screen and (min-width: 1250px) {
  .form__col33 {
    width: 33%;
  }
}
.form__col50 {
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}
@media only screen and (min-width: 1250px) {
  .form__col50 {
    width: 50%;
  }
}
.form__input {
  width: 100%;
  border: 1px solid #fff;
  height: 42px;
  padding-left: 18px;
  color: #ffffff !important;
  font-size: 16px;
  font-style: italic;
  line-height: 24px;
}
.form__input::-webkit-input-placeholder {
  color: #ffffff;
}
.form__input:-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
}
.form__input::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
}
.form__input:-ms-input-placeholder {
  color: #ffffff;
}
.form__label {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 1249px) {
  .form__label {
    margin-bottom: 25px;
  }
}
.form__error {
  position: absolute;
  bottom: -14px;
  left: 0;
  color: #730404;
  font-size: 11px;
  width: 100%;
}
.form__textarea {
  width: 100%;
  border: 1px solid #fff;
  height: 42px;
  font-size: 16px;
  padding-left: 18px;
  color: #fff !important;
  padding-top: 7px;
  line-height: 24px;
}
.form__textarea::-webkit-input-placeholder {
  color: #fff;
  font-size: 16px;
  font-style: italic;
  line-height: 24px;
}
.form__textarea:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  font-size: 16px;
  font-style: italic;
  line-height: 24px;
}
.form__textarea::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  font-size: 16px;
  font-style: italic;
  line-height: 24px;
}
.form__textarea:-ms-input-placeholder {
  color: #fff;
  font-size: 16px;
  font-style: italic;
  line-height: 24px;
}
.form__note {
  color: #ffffff;
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
  margin-top: 33px;
  margin-bottom: 38px;
}
@media only screen and (max-width: 1249px) {
  .form__note {
    text-align: center;
  }
}
.form__submit {
  padding-right: 57px;
  padding-left: 57px;
  margin: 0 auto;
  display: block;
}

.news-preview__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.news-preview__col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 940px) {
  .news-preview__col {
    padding: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 5px);
            flex: 0 0 calc(50% - 5px);
    max-width: calc(50% - 5px);
  }
}
@media only screen and (min-width: 1250px) {
  .news-preview__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    max-width: 300px;
    position: relative;
  }
}

.button-more {
  width: 201px;
  height: 50px;
  border: 2px solid #009878;
  display: block;
  position: relative;
  margin: 25px auto 0 auto;
}
.button-more__icon {
  font-size: 13px;
  color: #009878;
  margin-left: 2px;
}

.main-bottom {
  padding-bottom: 70px;
}

.page404 {
  text-align: center;
  padding-top: 65px;
}
.page404__title {
  font-size: 200px;
  font-weight: 700;
  color: #009878;
}
.page404__subtitle {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.3;
  padding-bottom: 30px;
}
.page404__txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}
.page404__txtblock {
  margin: 50px auto 0 auto;
  display: block;
}
@media only screen and (max-width: 640px) {
  .page404__txtblock span {
    display: inline-block;
    width: 100%;
    margin-bottom: 16px;
  }
}
.page404__button {
  width: 272px;
  height: 46px;
  background-color: #009878;
  margin-left: 43px;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  .page404__button {
    margin-left: 0;
    margin-bottom: 26px;
  }
}

.article {
  max-width: 100%;
}
.article h1 {
  font-family: "RobotoCondensedBold", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 10px;
}
@media only screen and (max-width: 939px) {
  .article h1 {
    font-size: 20px;
  }
}
.article h2 {
  font-family: "RobotoCondensedBold", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  padding-bottom: 10px;
}
.article blockquote {
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  line-height: 27px;
  padding-bottom: 10px;
  padding-left: 50px;
  padding-right: 38px;
  padding-top: 10px;
}
@media only screen and (max-width: 939px) {
  .article blockquote {
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
  }
}
.article h3 {
  font-family: "RobotoCondensedBold", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  padding-bottom: 18px;
}
.article p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 25px;
}
.article ul.simple-list {
  padding-top: 10px;
}
.article ul.simple-list li {
  padding-left: 18px;
  margin-bottom: 12px;
  font-size: 14px;
  position: relative;
}
.article ul.simple-list li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0f1011;
  position: absolute;
  left: 0;
  top: 6px;
}
.article ul.simple-list a {
  color: #009878;
  text-decoration: underline;
}
.article img {
  width: auto;
}
.article .owl-theme .owl-nav {
  display: none;
}
.article .owl-theme .owl-dots {
  position: absolute;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.article .owl-theme .owl-dots .owl-dot.active span,
.article .owl-theme .owl-dots .owl-dot:hover span {
  background: #0b9878;
}
.article .news-item img {
  width: 100%;
}
.article .companyspeek-image {
  text-align: center;
}
.article .article-image {
  max-height: 600px;
  width: 100%;
  text-align: center;
  position: relative;
  background-image: url("/local/templates/gorodn2/assets/css/../images/placeholder.gif");
  background-size: auto;
  background-position: 50% 50%;
}
.article .article-image img {
  display: inline-block;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 640px) {
  .article .article-image img {
    min-height: 300px;
    max-width: 100%;
    height: auto;
    width: auto;
  }
}
.article .article-image-desc {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 999;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px 10px;
  font-size: 0.8em;
  font-style: italic;
}
.article .owl-item .article-image-desc {
  bottom: 0;
  padding-bottom: 35px;
}
.article .article-wrap-table {
  width: 920px;
  overflow-y: scroll;
  margin-bottom: 30px;
  -ms-touch-action: auto !important;
      touch-action: auto !important;
}
@media only screen and (max-width: 939px) {
  .article .article-wrap-table {
    width: 100%;
  }
}
@media only screen and (min-width: 940px) and (max-width: 1250px) {
  .article .article-wrap-table {
    overflow-y: scroll;
    width: 600px;
  }
}
.article table {
  width: 100%;
  color: #444444;
  border-collapse: collapse;
  background-color: #ece8e2;
  margin-bottom: 30px;
  margin-top: 10px;
}
.article table tbody tr:nth-of-type(odd) {
  background-color: #ece8e2;
}
.article table tbody tr {
  background-color: #fff;
}
.article table td {
  vertical-align: top;
}
@media only screen and (max-width: 939px) {
  .article table thead th,
.article table tbody td {
    width: 110px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1249px) {
  .article table th, .article table td {
    min-width: 110px;
  }
  .article table thead th:last-child {
    width: 120px;
  }
}
@media only screen and (min-width: 1250px) {
  .article table thead th:last-child {
    width: 144px;
    padding-right: 30px;
  }
  .article table th, .article table td {
    min-width: 120px;
  }
}
.article table tbody tr:nth-of-type(odd) {
  background-color: #ece8e2;
}
.article table thead th {
  vertical-align: middle;
  background: #009878;
  color: #fff;
  padding: 7px 0 6px 20px;
  border-left: 1px solid #fff;
  text-align: left;
  line-height: 1.3;
}
.article table thead th:first-child {
  border-left: 1px solid #009878;
}
.article table thead th:last-child {
  padding: 7px 20px 6px 25px;
}
@media only screen and (max-width: 1249px) {
  .article table thead th {
    padding: 7px 0 6px 8px;
  }
  .article table thead th:last-child {
    padding: 7px 8px 6px 8px;
  }
}
.article table thead th p {
  line-height: 1.1;
  font-size: 16px;
}
.article table tbody td {
  padding: 15px 0 16px 20px;
  border-left: 1px solid #fff;
}
.article table tbody td:last-child {
  padding: 15px 0 16px 25px;
}
@media only screen and (max-width: 1249px) {
  .article table tbody td {
    padding: 15px 2px 16px 8px;
  }
  .article table tbody td:last-child {
    padding: 15px 0 16px 8px;
  }
}
.article table tbody tr:nth-of-type(odd) td {
  border-left: 1px solid #fff;
}
.article table tbody tr:nth-of-type(odd) td:first-of-type {
  border-left: 1px solid #ece8e2;
}
.article article {
  padding-left: 14px;
  padding-right: 14px;
}
.article__header {
  padding-bottom: 8px;
  padding-top: 10px;
  border-bottom: 2px solid #009878;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 940px) and (max-width: 1259px) {
  .article__header {
    padding-right: 0;
  }
}
@media only screen and (max-width: 939px) {
  .article__header {
    border-bottom: none;
  }
}
.article__category {
  display: inline-block;
}
@media only screen and (max-width: 939px) {
  .article__category {
    width: 100%;
    padding-bottom: 9px;
    border-bottom: 2px solid #009878;
  }
}
.article__category-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  font-size: 14px;
}
.article__category-items a {
  font-size: 14px;
}
.article__category-item {
  display: inline-block;
  height: 14px;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
  color: #0f1011;
}
@media only screen and (max-width: 1249px) {
  .article__category-item {
    font-size: 14px;
  }
}
.article__category-item:before {
  color: #0f1011;
}
.article__category-item:hover {
  color: #009878;
}
.article__category-item:hover:before {
  color: #0f1011;
}
.article__category-item.active {
  color: #009878;
}
.article__category-item:before {
  content: "| ";
  position: relative;
  left: -8px;
}
.article__category-item:first-child:before {
  content: "";
}
.article__title {
  font-family: "RobotoCondensedBold", sans-serif;
  font-size: 32px;
  font-weight: 700;
  padding-top: 14px;
  padding-bottom: 12px;
}
@media only screen and (max-width: 1259px) {
  .article__title {
    font-size: 20px;
  }
}
.article__svg {
  fill: #009878;
  padding-right: 6px;
  position: relative;
  top: 3px;
}
.article__summury {
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  line-height: 27px;
  padding-left: 60px;
  margin-bottom: 19px;
}
@media only screen and (max-width: 939px) {
  .article__summury {
    font-size: 16px;
    padding-left: 0;
  }
}
.article__mediainfo {
  border-bottom: 1px solid #ece8e2;
  padding-bottom: 7px;
  padding-top: 7px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 939px) {
  .article__mediainfo {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: none;
  }
}
.article__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 939px) {
  .article__info {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 11px;
  }
}
@media only screen and (min-width: 940px) and (max-width: 1259px) {
  .article__info {
    position: relative;
    top: -3px;
  }
}
.article__date {
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
  margin-left: 30px;
}
@media only screen and (min-width: 940px) and (max-width: 1259px) {
  .article__date {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 939px) {
  .article__date {
    width: 50%;
  }
}
.article__author {
  font-size: 12px;
  padding-bottom: 0;
  font-weight: 400;
  line-height: 21px;
}
@media only screen and (max-width: 939px) {
  .article__author {
    display: inline-block;
    padding-bottom: 0;
    margin-bottom: 5px;
    border-bottom: none;
  }
}
@media only screen and (max-width: 939px) {
  .article__socilmedia {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.article__txt {
  padding-right: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
}
@media screen and (min-width: 940px) {
  .article__txt {
    padding-left: 40px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .article__txt {
    padding-left: 100px;
    padding-right: 80px;
  }
}
.article__txt img {
  margin: 10px 0;
}
.article__txt img[align=left] {
  margin-right: 15px;
}
.article__txt img[align=right] {
  margin-left: 15px;
}
.article .quote {
  margin-top: 38px;
  margin-bottom: 27px;
}
.article__txtcol {
  padding-right: 20px;
  padding-left: 10px;
}
.article__txtcol p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 20px;
}
.article__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px 20px;
}
@media only screen and (min-width: 940px) and (max-width: 1249px) {
  .article__center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 939px) {
  .article__center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.article__center-col1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding: 0 5px;
}
@media only screen and (min-width: 1250px) {
  .article__center-col1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
.article__center-col2 {
  padding: 0 5px;
}
.article__bottom-mediainfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: right;
      -ms-flex-align: right;
          align-items: right;
  margin-bottom: 20px;
  margin-left: 0;
}
@media screen and (min-width: 940px) {
  .article__bottom-mediainfo {
    margin-left: 40px;
  }
}
@media screen and (min-width: 940px) {
  .article__bottom-mediainfo {
    margin-left: 100px;
  }
}
.article__fblink {
  width: 259px;
  height: 42px;
  background-color: #4267b2;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  color: #fff;
  text-transform: uppercase;
  padding-top: 7px;
  text-align: center;
  position: relative;
  margin: 0;
  display: inline-block;
}
.article__fblink:hover {
  color: #fff;
}
@media only screen and (max-width: 939px) {
  .article__fblink {
    margin: 0 auto;
    display: block;
  }
}
.article__fblink .fblink-icon {
  position: relative;
  top: 4px;
  padding-right: 12px;
}
.article__fblink .fblink-icon svg {
  fill: #fff;
}
.article__view {
  font-size: 12px;
  padding-bottom: 0;
  font-weight: 400;
  line-height: 21px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.article__view-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.article__view svg {
  color: #009878;
  top: 0;
}

.article__mediainfo {
  margin-top: 15px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tagsblock {
  padding-top: 9px;
  border-top: 2px solid #ece8e2;
  border-bottom: 2px solid #ece8e2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.tagsblock__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 62px);
}
.tagsblock__title {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  display: inline-block;
  margin-right: 15px;
}
.tagsblock__item {
  color: #0f1011;
  padding: 4px 11px 1px 11px;
  min-height: 31px;
  background: #ece8e2;
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
  margin-right: 20px;
  cursor: pointer !important;
  margin-bottom: 10px;
}

/* ПО ТЕМЕ */
.po-teme {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  max-width: 300px;
  margin: 20px 5px 0;
  padding-top: 0;
}
@media screen and (min-width: 1024px) {
  .po-teme {
    display: block;
    float: left;
    margin: 0;
    margin-right: 20px;
    margin-left: -40px;
  }
}
@media screen and (min-width: 1250px) {
  .po-teme {
    margin-left: -100px;
  }
}

.po-teme__slider {
  margin-bottom: 0;
  display: block;
}
@media only screen and (min-width: 640px) {
  .po-teme__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1250px) {
  .po-teme__slider {
    display: block;
    margin-bottom: 55px;
  }
}
@media only screen and (max-width: 839px) {
  .po-teme__slider-slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .po-teme__slider-slide {
    max-width: 100%;
  }
}
.po-teme__slider-slide .news-item-content {
  padding-top: 40px;
}
.po-teme__slider .slick-arrow {
  bottom: auto;
  top: 178px;
}
.po-teme__slider .slick-dots {
  bottom: auto;
  top: 189px;
}

@media only screen and (max-width: 939px) {
  .article-section-bottom {
    overflow-y: scroll;
  }
}
.article-section-bottom__title-mobile {
  display: none;
}
@media only screen and (max-width: 939px) {
  .article-section-bottom__title-mobile {
    display: block;
    color: #009878;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    text-transform: uppercase;
    width: 100%;
    padding-bottom: 0;
    padding-top: 15px;
    text-align: left;
  }
}
.article-section-bottom .article-preview-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 5px;
}
@media only screen and (max-width: 1023px) {
  .article-section-bottom .article-preview-list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 10000px;
    overflow-y: scroll;
  }
}
@media only screen and (min-width: 1024px) {
  .article-section-bottom .article-preview-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.article-section-bottom .article-preview-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 0 5px;
}
@media only screen and (min-width: 1024px) {
  .article-section-bottom .article-preview-col {
    padding: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 10px);
            flex: 0 0 calc(25% - 10px);
  }
}
@media only screen and (min-width: 1250px) {
  .article-section-bottom .article-preview-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    max-width: 300px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .article-section-bottom .article-preview-col .news-item {
    min-height: 380px;
  }
}
.article-section-bottom .news-item__image.logo {
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.spravka {
  clear: both;
  float: none;
  background-color: #e7e7e7;
  margin-top: 20px;
}
.spravka__title {
  padding: 10px 30px 11px 30px;
  font-weight: 700;
  text-transform: uppercase;
  background: #009878;
  color: #fff;
}
.spravka__title h3 {
  font-size: 16px;
  margin: 0;
  padding: 0;
}
.spravka__list {
  padding: 20px 30px 0px;
}
.spravka__item {
  padding-bottom: 20px;
}

.spravka-item__title {
  font-size: 15px;
  display: block;
  margin-bottom: 0.5em;
  color: #0e0f10;
  font-weight: 700;
}
.spravka-item__content {
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 10px;
}
.spravka-item__content a {
  color: #009878;
  -webkit-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.spravka-item__content a:hover {
  color: #007f64;
}
.spravka-item:last-child .spravka-item__content {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.spravka-item__content p {
  font-size: 15px;
  margin-bottom: 0;
  padding-bottom: 10px;
  line-height: 1.5em;
}

.advertisment__title {
  padding-bottom: 22px;
}
.advertisment__subtitle {
  padding-bottom: 25px;
}

.advertisment-info {
  background: #009878;
  padding-top: 31px;
  margin-top: 29px;
  margin-bottom: 27px;
  position: relative;
  padding-bottom: 40px;
  background-image: -o-linear-gradient(315deg, #009878 40%, #008e70 40%, #008e70 50%, #009878 50%, #009878 90%, #008e70 90%, #008e70 100%);
  background-image: linear-gradient(135deg, #009878 40%, #008e70 40%, #008e70 50%, #009878 50%, #009878 90%, #008e70 90%, #008e70 100%);
  background-size: 14.14px 14.14px;
  overflow: hidden;
}
.advertisment-info__bg1 {
  position: absolute;
  right: 20px;
  bottom: -17px;
  width: 130px;
  height: 131px;
  background: url(/local/templates/gorodn2/assets/css/../images/phone-call.png) no-repeat 0 0;
  background-size: contain;
}
@media only screen and (min-width: 940px) and (max-width: 1249px) {
  .advertisment-info__bg1 {
    right: 1px;
    bottom: 19px;
  }
}
@media only screen and (max-width: 939px) {
  .advertisment-info__bg1 {
    right: 1px;
    bottom: 30px;
  }
}
.advertisment-info__bg2 {
  position: absolute;
  left: 8px;
  bottom: -44px;
  width: 179px;
  height: 184px;
  background: url(/local/templates/gorodn2/assets/css/../images/email.png) no-repeat 0 0;
  background-size: contain;
}
@media only screen and (min-width: 940px) and (max-width: 1249px) {
  .advertisment-info__bg2 {
    left: -38px;
    bottom: 147px;
  }
}
@media only screen and (max-width: 939px) {
  .advertisment-info__bg2 {
    left: -61px;
    bottom: 142px;
  }
}
.advertisment-info__wrap-title {
  position: relative;
  width: 100%;
}
.advertisment-info__wrap-title:before {
  content: "";
  position: absolute;
  width: 160px;
  height: 2px;
  background: #fff;
  left: 0;
  top: 16px;
}
.advertisment-info__wrap-title:after {
  content: "";
  position: absolute;
  width: 160px;
  height: 2px;
  background: #fff;
  right: 0;
  top: 16px;
}
@media only screen and (min-width: 940px) and (max-width: 1249px) {
  .advertisment-info__wrap-title:before {
    width: 140px;
    top: 35px;
    left: 0;
  }
  .advertisment-info__wrap-title:after {
    width: 140px;
    top: 35px;
    right: 0;
  }
}
@media only screen and (max-width: 939px) {
  .advertisment-info__wrap-title:before {
    width: 52px;
    top: 35px;
    left: 0;
  }
  .advertisment-info__wrap-title:after {
    width: 52px;
    top: 35px;
    right: 0;
  }
}
.advertisment-info__title {
  line-height: 30px;
  text-align: center;
  color: #fff;
  padding-bottom: 41px;
}
@media only screen and (max-width: 939px) {
  .advertisment-info__title {
    width: 220px;
    margin: 0 auto;
    position: relative;
  }
}
@media only screen and (min-width: 940px) and (max-width: 1249px) {
  .advertisment-info__title {
    width: 320px;
    margin: 0 auto;
    position: relative;
  }
}
.advertisment-info__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
@media only screen and (max-width: 1249px) {
  .advertisment-info__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.advertisment-info__col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  text-align: center;
}
@media only screen and (max-width: 1249px) {
  .advertisment-info__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
  }
}
.advertisment-info__subtitle {
  color: #fff;
  padding-bottom: 17px;
}
.advertisment-info__abstxt {
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: 15px;
  color: #ffffff;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1249px) {
  .advertisment-info__abstxt {
    position: static;
    padding-bottom: 35px;
    text-align: center;
    width: 100%;
    display: inline-block;
  }
}
.advertisment-info__href {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  line-height: 24px;
}
.advertisment-info__href:hover {
  color: #fff;
}

.advertisment-tabs__icon {
  width: 110px;
  height: 110px;
  background: #009878;
  text-align: center;
  padding: 25px;
  border-radius: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: wrap;
      flex-wrap: wrap;
}
.advertisment-tabs__icon svg {
  fill: #0f1011;
  width: 62px;
  height: 62px;
}
@media only screen and (max-width: 939px) {
  .advertisment-tabs__icon {
    display: inline-block;
  }
}
.advertisment-tabs__title {
  color: #009878;
  display: inline-block;
  max-width: 190px;
  text-align: left;
  font-size: 15px;
  position: relative;
}
@media only screen and (min-width: 940px) and (max-width: 1259px) {
  .advertisment-tabs__title {
    padding-left: 12px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 939px) {
  .advertisment-tabs__title {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    padding-top: 30px;
  }
}
@media only screen and (min-width: 1250px) {
  .advertisment-tabs__title {
    padding-left: 36px;
  }
}
.advertisment-tabs__btn {
  text-align: center;
  background: #fff;
  padding-top: 22px;
  padding-bottom: 18px;
  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;
  cursor: pointer;
}
@media only screen and (min-width: 1250px) {
  .advertisment-tabs__btn {
    height: 150px;
  }
}
@media only screen and (max-width: 939px) {
  .advertisment-tabs__btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.advertisment-tabs__btn.active {
  background: #ece8e2;
}
.advertisment-tabs__btn.active .advertisment-tabs__title {
  color: #0f1011;
}
.advertisment-tabs__btn.active .advertisment-tabs__icon {
  background: #0f1011;
}
.advertisment-tabs__btn.active .advertisment-tabs__icon svg {
  fill: #fff;
}
.advertisment-tabs__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}
.advertisment-tabs__panel {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 5px;
  display: none;
}
.advertisment-tabs__panel.active {
  display: block;
}

.advertisment-content {
  padding-top: 30px;
}
.advertisment-content__title {
  font-family: "RobotoCondensedBold", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: #009878;
  padding-bottom: 33px;
  padding-top: 30px;
}
.advertisment-content__tabletitle {
  font-family: "RobotoCondensedBold", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: #009878;
  padding-bottom: 18px;
}
.advertisment-content__txtcol p {
  padding-bottom: 20px;
}
.advertisment-content .download {
  margin-bottom: 28px;
}

.table-wrap {
  width: 920px;
  overflow-y: scroll;
  margin-bottom: 30px;
  -ms-touch-action: auto !important;
      touch-action: auto !important;
}
@media only screen and (max-width: 939px) {
  .table-wrap {
    width: 100%;
  }
}
@media only screen and (min-width: 940px) and (max-width: 1250px) {
  .table-wrap {
    overflow-y: scroll;
    width: 600px;
  }
}

.table {
  width: 100%;
  color: #444444;
  border-collapse: collapse;
  background-color: #ece8e2;
  table-layout: fixed;
}
.table p {
  overflow: hidden;
}
@media only screen and (min-width: 940px) and (max-width: 1250px) {
  .table {
    overflow-y: scroll;
    width: 600px;
  }
  .table tbody {
    overflow: auto;
    width: 600px;
  }
  .table thead {
    overflow: auto;
    width: 600px;
  }
}
.table tbody tr:nth-of-type(odd) {
  background-color: #ece8e2;
}
.table tbody tr {
  background-color: #fff;
}
.table td {
  vertical-align: top;
}
.table thead th {
  vertical-align: middle;
  background: #009878;
  color: #fff;
  padding: 7px 0 6px 20px;
  border-left: 1px solid #fff;
  text-align: left;
  line-height: 1.3;
}
.table thead th:first-child {
  border-left: 1px solid #009878;
}
.table thead th:last-child {
  padding: 7px 20px 6px 25px;
}
@media only screen and (max-width: 1249px) {
  .table thead th {
    padding: 7px 0 6px 8px;
  }
  .table thead th:last-child {
    padding: 7px 8px 6px 8px;
  }
}
.table thead th p {
  line-height: 1.1;
  font-size: 16px;
}
.table tbody td {
  padding: 15px 0 16px 20px;
  border-left: 1px solid #fff;
}
.table tbody td:last-child {
  padding: 15px 0 16px 25px;
}
@media only screen and (max-width: 1249px) {
  .table tbody td {
    padding: 15px 2px 16px 8px;
  }
  .table tbody td:last-child {
    padding: 15px 0 16px 8px;
  }
}
.table tbody tr:nth-of-type(odd) td {
  border-left: 1px solid #fff;
}
.table tbody tr:nth-of-type(odd) td:first-of-type {
  border-left: 1px solid #ece8e2;
}

.mostread-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 1250px) {
  .mostread-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 839px) {
  .mostread-list {
    display: block;
  }
}

.mostread-tabs-section {
  display: none;
}
.mostread-tabs-section.active {
  display: block;
}

@media only screen and (max-width: 1023px) {
  .mostread-tabs-list {
    position: static;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.mostread__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 1024px) {
  .mostread__title {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.mostread .select-title {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .mostread .select-title {
    display: block;
  }
}

.mostread-select {
  position: static;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: none;
  font-weight: normal;
}
@media only screen and (max-width: 1249px) {
  .mostread-select {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 839px) {
  .mostread-select {
    position: static;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .mostread-select {
    margin: 7px 0 0;
  }
}
.mostread-select > span {
  padding-right: 7px;
  font-size: 14px;
  padding-bottom: 1px;
}
@media only screen and (max-width: 839px) {
  .mostread-select > span {
    line-height: 16px;
    padding-bottom: 0;
    padding-top: 3px;
    padding-right: 15px;
  }
}

.mostread-filter {
  display: none;
}
.mostread-filter__btn {
  margin-right: 15px;
  color: #fff;
  font-size: 14px;
}
.mostread-filter__btn.active {
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 1249px) {
  .mostread-filter {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.mostread-item {
  margin-bottom: 10px;
  min-height: auto;
  border-bottom: 1px solid #ece8e2;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
@media only screen and (min-width: 840px) {
  .mostread-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
@media only screen and (min-width: 1024px) {
  .mostread-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1250px) {
  .mostread-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    max-width: 300px;
    margin: 0;
  }
}
@media only screen and (max-width: 839px) {
  .mostread-item {
    margin-bottom: 10px;
    max-width: 100%;
  }
}
.mostread-item-top {
  margin-bottom: 10px;
}
.mostread-item-top-body {
  position: relative;
  display: block;
}
.mostread-item__label {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  background: #009878;
  padding: 3px 10px 5px 10px;
  color: #fff;
  z-index: 1;
}
.iblock-16 .mostread-item__label {
  display: none;
}
.mostread-item__icon {
  position: absolute;
  top: 15px;
  font-size: 18px;
  color: #fff;
  right: 15px;
  z-index: 1;
}
.mostread-item__title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-family: "RobotoCondensedBold", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  padding: 15px 10px;
  z-index: 2;
}
.mostread-item__title-link {
  display: block;
  width: 100%;
  font-family: "RobotoCondensedBold", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #0f1011;
  padding: 0 0 15px;
}
.mostread-item__title-link:hover {
  color: #009878;
}
.mostread-item__text {
  padding-bottom: 15px;
  font-size: 14px;
  line-height: 21px;
}
.mostread-item__image {
  position: relative;
  display: block;
  background-image: url(/local/templates/gorodn2/assets/css/../images/img-pattern.jpg);
  background-size: cover;
  background-position: 50% 50%;
  height: 175px;
}
@media only screen and (min-width: 640px) {
  .mostread-item__image {
    height: auto;
  }
}
@media only screen and (min-width: 1249px) {
  .mostread-item__image {
    height: 175px;
  }
}
.mostread-item__image:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background-image: url(/local/templates/gorodn2/assets/css/../images/image-shadow.png);
  background-size: cover;
  z-index: 1;
}
@media only screen and (max-width: 1249px) {
  .mostread-item-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px;
  }
}

@media only screen and (max-width: 1249px) {
  .mostread-banner {
    display: none;
  }
}
.mostread-banner__item {
  height: 582px;
  display: block;
}
.mostread-banner__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.readable__title {
  font-family: "RobotoCondensedBold", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 939px) {
  .readable__title {
    font-size: 24px;
    margin-bottom: 13px;
  }
}
.readable__nav-item {
  cursor: pointer;
  background-color: #eeeeee;
  color: #0f1011;
  padding: 10px 15px;
  line-height: 1em;
  display: inline-block;
  margin-bottom: 15px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.readable__nav-item:hover, .readable__nav-item.active {
  background-color: #009878;
  color: #fff;
}
.readable__tab-item {
  display: none;
  opacity: 0;
}
.readable__tab-item.active {
  display: block;
  opacity: 1;
}

.v-banners {
  width: 300px;
  margin: 0 auto;
}
@media only screen and (min-width: 640px) {
  .v-banners {
    width: 100%;
  }
}
.v-banners__item {
  width: 100%;
  margin-bottom: 10px;
}
.v-banners__item-auto {
  height: auto;
}
.v-banners__item-600 {
  height: 600px;
}
.v-banners__item-300 {
  height: 300px;
}
.v-banners__item-250 {
  height: 250px;
}
.v-banners__item-200 {
  height: 200px;
}
.v-banners__item-180 {
  height: 180px;
}
.v-banners__item-120 {
  height: 120px;
}
.v-banners__item-90 {
  height: 90px;
}
.v-banners__item-inner {
  width: 100%;
  height: 100%;
}
.v-banners__item-image a {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.h-banners {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (min-width: 640px) {
  .h-banners {
    width: 930px;
  }
}
@media only screen and (min-width: 1280px) {
  .h-banners {
    padding: 0 5px;
    width: 1250px;
  }
}
.h-banners__item-inner {
  width: 100%;
  height: 100%;
}
.h-banners__item-1-4 {
  -ms-flex-preferred-size: 300px;
      flex-basis: 300px;
  max-width: 300px;
  margin: 0 5px;
  margin-bottom: 18px;
}
.h-banners__item-2-4 {
  -ms-flex-preferred-size: 610px;
      flex-basis: 610px;
  max-width: 610px;
  margin: 0 5px;
  margin-bottom: 18px;
}
.h-banners__item-3-4 {
  -ms-flex-preferred-size: 920px;
      flex-basis: 920px;
  max-width: 920px;
  margin: 0 5px;
  margin-bottom: 18px;
}
.h-banners__item-4-4 {
  -ms-flex-preferred-size: 1230px;
      flex-basis: 1230px;
  max-width: 1230px;
  margin: 0 5px;
  margin-bottom: 18px;
}
.h-banners__item-full {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  padding: 0;
}
.h-banners__item-auto {
  height: auto;
}
.h-banners__item-900 {
  height: 900px;
}
.h-banners__item-600 {
  height: 600px;
}
.h-banners__item-300 {
  height: 300px;
}
.h-banners__item-250 {
  height: 250px;
}
.h-banners__item-200 {
  height: 200px;
}
.h-banners__item-180 {
  height: 180px;
}
.h-banners__item-120 {
  height: 120px;
}
.h-banners__item-90 {
  height: 90px;
}
.h-banners__item-image a {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.h-banners__full {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
.h-banners__full div[class*=h-banners__item] {
  margin-bottom: 0;
}

@media only screen and (min-width: 320px) and (max-width: 839px) {
  .tablet-show {
    display: none;
  }
  .desktop-show {
    display: none;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1279px) {
  .mobile-show {
    display: none;
  }
  .desktop-show {
    display: none;
  }
}
@media only screen and (min-width: 1280px) {
  .mobile-show {
    display: none;
  }
  .tablet-show {
    display: none;
  }
}
.v-placeholder,
.h-placeholder {
  position: relative;
}
.v-placeholder__item-900,
.h-placeholder__item-900 {
  height: 900px;
}
.v-placeholder__item-600,
.h-placeholder__item-600 {
  height: 600px;
}
.v-placeholder__item-300,
.h-placeholder__item-300 {
  height: 300px;
}
.v-placeholder__item-250,
.h-placeholder__item-250 {
  height: 250px;
}
.v-placeholder__item-200,
.h-placeholder__item-200 {
  height: 200px;
}
.v-placeholder__item-180,
.h-placeholder__item-180 {
  height: 180px;
}
.v-placeholder__item-120,
.h-placeholder__item-120 {
  height: 120px;
}
.v-placeholder__item-90,
.h-placeholder__item-90 {
  height: 90px;
}
.v-placeholder__item,
.h-placeholder__item {
  background: #e7e7e7 url(/local/templates/gorodn2/assets/css/../images/banner-bg.png) 50% 50% repeat-x;
  background-size: cover;
  overflow: hidden;
}
.v-placeholder__item:after,
.h-placeholder__item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/local/templates/gorodn2/assets/css/../images/banner-shout.png) 70% 50% no-repeat;
  background-size: contain;
}
.h-banners__item-full .v-placeholder__item,
.h-banners__item-full .h-placeholder__item {
  background-position: 0% 50%;
  background-size: contain;
}
.v-placeholder__title,
.h-placeholder__title {
  position: absolute;
  z-index: 3;
  text-transform: uppercase;
  font-family: "Roboto";
  overflow: hidden;
}
.v-placeholder__main-title,
.h-placeholder__main-title {
  position: relative;
  font-size: 1em;
  line-height: 1em;
  font-weight: 700;
  display: block;
}
.v-placeholder__main-title:before,
.h-placeholder__main-title:before {
  content: "";
  display: block;
  width: 77px;
  height: 6px;
  background-color: #009878;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.v-placeholder__sub-title,
.h-placeholder__sub-title {
  display: block;
  font-size: 0.74em;
  line-height: 1em;
}
.v-placeholder__link,
.h-placeholder__link {
  position: absolute;
  z-index: 3;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  padding: 0.7em 1.1em;
  display: inline-block;
  background: #009878;
  cursor: pointer;
  text-decoration: none;
}
.v-placeholder__link:hover,
.h-placeholder__link:hover {
  background: #03775f;
  color: #fff;
}

.v-placeholder__item {
  padding: 0 0 0 30px;
}
.v-placeholder__item:after {
  background: url(/local/templates/gorodn2/assets/css/../images/banner-shout-v.png) -30px 150% no-repeat;
  background-size: auto;
}
.v-placeholder__item-900:after, .v-placeholder__item-600:after {
  background: url(/local/templates/gorodn2/assets/css/../images/banner-shout-v.png) -20px 110% no-repeat;
  background-size: 90%;
}
.v-placeholder__item-300 .v-placeholder__title {
  font-size: 39px;
}
.v-placeholder__item-600 .v-placeholder__title {
  font-size: 48px;
}
.v-placeholder__item-900 .v-placeholder__title {
  font-size: 48px;
}
.v-placeholder__item-300 .v-placeholder__title {
  top: 24px;
}
.v-placeholder__item-600 .v-placeholder__title {
  top: 62px;
}
.v-placeholder__item-900 .v-placeholder__title {
  top: 62px;
}
.v-placeholder__main-title {
  line-height: 1.5em;
  padding-top: 20px;
}
.v-banners__item .v-placeholder__sub-title {
  line-height: 1.2em;
}
.v-placeholder__link {
  right: 50%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}
.v-placeholder__item-300 .v-placeholder__link {
  bottom: 27px;
}
.v-placeholder__item-600 .v-placeholder__link {
  bottom: 70px;
}
.v-placeholder__item-900 .v-placeholder__link {
  bottom: 70px;
}
.v-placeholder__item-300 .v-placeholder__link {
  font-size: 21px;
}
.v-placeholder__item-600 .v-placeholder__link {
  font-size: 24px;
}
.v-placeholder__item-900 .v-placeholder__link {
  font-size: 24px;
}

.h-banners__item-full .h-placeholder__item {
  padding-left: 120px;
}
.h-banners__item-4-4 .h-placeholder__item {
  padding-left: 120px;
}
.h-banners__item-3-4 .h-placeholder__item {
  padding-left: 40px;
}
.h-banners__item-2-4 .h-placeholder__item {
  padding-left: 35px;
}
.h-banners__item-1-4 .h-placeholder__item {
  padding-left: 40px;
}
.h-banners__item-full .h-placeholder__title {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.h-banners__item-4-4 .h-placeholder__title {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.h-banners__item-3-4 .h-placeholder__title {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.h-banners__item-2-4 .h-placeholder__title {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.h-banners__item-1-4 .h-placeholder__title {
  top: 17px;
}
.h-banners__item-full .h-placeholder__title {
  font-size: 63px;
}
.h-banners__item-4-4 .h-placeholder__title {
  font-size: 63px;
}
.h-banners__item-3-4 .h-placeholder__title {
  font-size: 63px;
}
.h-banners__item-2-4 .h-placeholder__title {
  font-size: 36px;
}
.h-banners__item-1-4 .h-placeholder__title {
  font-size: 30px;
}
.h-banners__item-full .h-placeholder__title {
  width: 60%;
}
.h-banners__item-4-4 .h-placeholder__title {
  width: 60%;
}
.h-banners__item-3-4 .h-placeholder__title {
  width: 60%;
}
.h-banners__item-2-4 .h-placeholder__title {
  width: 60%;
}
.h-banners__item-1-4 .h-placeholder__title {
  width: 50%;
}
.h-banners__item-1-4 .banner__item-120 .h-placeholder__title {
  width: 40%;
}
.h-banners__item-1-4 .banner__item-90 .h-placeholder__title {
  width: 40%;
}
.h-banners__item-full .h-placeholder__item-90 .h-placeholder__title, .h-banners__item-full .h-placeholder__item-120 .h-placeholder__title {
  font-size: 30px;
}
.h-banners__item-4-4 .h-placeholder__item-90 .h-placeholder__title, .h-banners__item-4-4 .h-placeholder__item-120 .h-placeholder__title {
  font-size: 30px;
}
.h-banners__item-3-4 .h-placeholder__item-90 .h-placeholder__title, .h-banners__item-3-4 .h-placeholder__item-120 .h-placeholder__title {
  font-size: 30px;
}
.h-banners__item-2-4 .h-placeholder__item-90 .h-placeholder__title, .h-banners__item-2-4 .h-placeholder__item-120 .h-placeholder__title {
  font-size: 30px;
}
.h-banners__item-1-4 .h-placeholder__item-90 .h-placeholder__title, .h-banners__item-1-4 .h-placeholder__item-120 .h-placeholder__title {
  font-size: 18px;
}
.h-banners__item-full .h-placeholder__main-title {
  padding-top: 24px;
}
.h-banners__item-4-4 .h-placeholder__main-title {
  padding-top: 24px;
}
.h-banners__item-3-4 .h-placeholder__main-title {
  padding-top: 24px;
}
.h-banners__item-2-4 .h-placeholder__main-title {
  padding-top: 18px;
}
.h-banners__item-1-4 .h-placeholder__main-title {
  padding-top: 18px;
}
.h-placeholder__item-90 .h-placeholder__main-title, .h-placeholder__item-120 .h-placeholder__main-title {
  padding-top: 20px;
}
.h-banners__item-full .h-placeholder__link {
  right: 80px;
  bottom: 50%;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}
.h-banners__item-4-4 .h-placeholder__link {
  right: 80px;
  bottom: 50%;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}
.h-banners__item-3-4 .h-placeholder__link {
  right: 48px;
  bottom: 50%;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}
.h-banners__item-2-4 .h-placeholder__link {
  right: 20px;
  bottom: 50%;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}
.h-banners__item-1-4 .h-placeholder__link {
  right: 10px;
  bottom: 12px;
}
.h-banners__item-full .h-placeholder__link {
  font-size: 24px;
}
.h-banners__item-4-4 .h-placeholder__link {
  font-size: 24px;
}
.h-banners__item-3-4 .h-placeholder__link {
  font-size: 24px;
}
.h-banners__item-2-4 .h-placeholder__link {
  font-size: 24px;
}
.h-banners__item-1-4 .h-placeholder__link {
  font-size: 21px;
}
.h-banners__item-full .h-placeholder__item-90 .h-placeholder__link, .h-banners__item-full .h-placeholder__item-120 .h-placeholder__link {
  font-size: 24px;
  right: 80px;
}
.h-banners__item-4-4 .h-placeholder__item-90 .h-placeholder__link, .h-banners__item-4-4 .h-placeholder__item-120 .h-placeholder__link {
  font-size: 24px;
  right: 80px;
}
.h-banners__item-3-4 .h-placeholder__item-90 .h-placeholder__link, .h-banners__item-3-4 .h-placeholder__item-120 .h-placeholder__link {
  font-size: 24px;
  right: 48px;
}
.h-banners__item-2-4 .h-placeholder__item-90 .h-placeholder__link, .h-banners__item-2-4 .h-placeholder__item-120 .h-placeholder__link {
  font-size: 24px;
  right: 20px;
}
.h-banners__item-1-4 .h-placeholder__item-90 .h-placeholder__link, .h-banners__item-1-4 .h-placeholder__item-120 .h-placeholder__link {
  font-size: 16px;
  right: 16px;
}
.h-placeholder__item-green .h-placeholder__title {
  color: #fff;
}
.h-placeholder__item-green .h-placeholder__main-title:before {
  background-color: #000000;
}
.h-placeholder__item-green .h-placeholder__link {
  background: #000000;
}

/*
.h-banners{

	width: 100%;
	margin: 0 auto;

	padding: 0 5px;

	display: block;
	overflow: auto;

	@media only screen and (min-width: 640px){
		width: 940px;
	}
	@media only screen and (min-width: 1280px){
		width: 1250px;
	}	


	&__full{
		width: 100%;
	}
}
*/
/*
.h-banners__item{
	// margin: 0 $indent-x / 2;
	padding: 0 $indent-x / 2;

	float: left;

	// &:first-child{ margin-left: 0; }
	// &:last-child{ margin-right: 0; }

	&_4-4{ // На всю шрину		
		width: 100% / 4 * 4;
	}

	&_3-4{ // 3/4 ширины	
		// width: 100% / 4 * 3;		
		width: 930px;
	}

	&_2-4{ // Полповина ширины	
		// width: 100% / 4 * 2;
		width: 620px;
	}

	&_1-4{ // 1/4 ширины
		// width: 100% / 4 * 1;
		width: 310px;
	}
}
*/
/*
.banner{
	position: relative;

	&__item{		
		.h-banners__item_4-4 &{ padding-left: 120px; }
		.h-banners__item_3-4 &{ padding-left: 40px; }
		.h-banners__item_2-4 &{ padding-left: 35px; }
		.h-banners__item_1-4 &{ padding-left: 40px; }
		// .h-banners__item &{ margin-bottom:  $indent-y; }

		.v-banners__item &{ padding-left: 37px; }
		.v-banners__item &{ margin-bottom: $indent-y; }
	}

	&__item-600{ height: 600px; }
	&__item-300{ height: 300px; }
	&__item-250{ height: 250px; }
	&__item-200{ height: 200px; }
	&__item-180{ height: 180px; }
	&__item-120{ height: 120px; }
	&__item-90{ height: 90px; }

	&__item{

		&:not(&-green){
			background: $color-gray url(/local/templates/gorodn2/assets/css/../images/banner-bg.png) 50% 50% repeat-x;
			background-size: cover;
		}

		.v-banners__item &:not(&-green){
			background: $color-gray url(/local/templates/gorodn2/assets/css/../images/banner-bg.png) 50% 50% repeat-y;
    		background-size: auto;
		}

		background-color: $color-gray;
		overflow: hidden;

		&:not(&-green):after{
			content: "";
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: url(/local/templates/gorodn2/assets/css/../images/banner-shout.png) 70% 50% no-repeat;
			background-size: contain; 
		}

		.v-banners__item &:not(&-green):after{			
			background: url(/local/templates/gorodn2/assets/css/../images/banner-shout-v.png) -30px 150% no-repeat;
			background-size: auto; 
		}

		.v-banners__item .banner__item-600:not(&-green):after{			
			background: url(/local/templates/gorodn2/assets/css/../images/banner-shout-v.png) -20px 110% no-repeat;
			background-size: 90%; 
		}

		// Для зеленой темы
		&-green{
			&:after{
				content: "";
				display: block;
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				background: url(/local/templates/gorodn2/assets/css/../images/banner-bg.png) 50% 50% repeat-x;
				background-size: contain; 
				z-index: 2;
			}

			.v-banners__item &:after{ background-repeat: repeat-y; background-size: auto; }		    

			&:before{
				content: "";

				display: block;
				width: 100%;
				height: 100%;

				position: absolute;
				top: 0;
				left: 0;

				z-index: 1;

	    		.h-banners__item_4-4 &{ background: url(/local/templates/gorodn2/assets/css/../images/banner-bg-green-1250-250.png) 0 50% no-repeat; background-size: auto; }
	    		.h-banners__item_3-4 &{ background: url(/local/templates/gorodn2/assets/css/../images/banner-bg-green-1250-250.png) 50% 50% no-repeat; background-size: auto; }
	    		.h-banners__item_2-4 &{ background: url(/local/templates/gorodn2/assets/css/../images/banner-bg-green-1250-250.png) 60% 50% no-repeat; background-size: auto; }
	    		.h-banners__item_1-4 &{ background: url(/local/templates/gorodn2/assets/css/../images/banner-bg-green-1250-250.png) 0 100% no-repeat; background-size: auto; }
	    		.h-banners__item_1-4 &{ background: url(/local/templates/gorodn2/assets/css/../images/banner-bg-green-300-300.png) 0 100% no-repeat; background-size: 100%; }
			}

			.h-banners__item_1-4 &.banner__item-120:before{ background: url(/local/templates/gorodn2/assets/css/../images/banner-bg-green-300-300.png) 0 50% no-repeat; background-size: 100%; }
		    .h-banners__item_1-4 &.banner__item-90:before{ background: url(/local/templates/gorodn2/assets/css/../images/banner-bg-green-300-300.png) 0 50% no-repeat; background-size: 100%; }

		    .v-banners__item &.banner__item-300:before{ background: url(/local/templates/gorodn2/assets/css/../images/banner-bg-green-v-300-300.png) 0 100% no-repeat; background-size: 100%; }
		    .v-banners__item &.banner__item-600:before{ background: url(/local/templates/gorodn2/assets/css/../images/banner-bg-green-v-300-600.png) 0 0 no-repeat; background-size: 100%; }
		}
	}	

	&__title{			
		position: absolute;
		z-index: 3;
		text-transform: uppercase;
		font-family: 'Roboto';
		overflow: hidden;

		.h-banners__item_4-4 &{ top: 50%; transform: translateY(-50%); }
		.h-banners__item_3-4 &{ top: 50%; transform: translateY(-50%); }
		.h-banners__item_2-4 &{ top: 50%; transform: translateY(-50%); }
		.h-banners__item_1-4 &{ top: 17px; }

		.h-banners__item_4-4 &{ font-size: 63px; }
		.h-banners__item_3-4 &{ font-size: 63px; }
		.h-banners__item_2-4 &{ font-size: 36px; }
		.h-banners__item_1-4 &{ font-size: 30px; }

		.h-banners__item_4-4 &{ width: 60%; }
		.h-banners__item_3-4 &{ width: 60%; }
		.h-banners__item_2-4 &{ width: 60%; }		
		.h-banners__item_1-4 &{ width: 50%; }

		.h-banners__item_1-4 .banner__item-120 &{ width: 40%; }
		.h-banners__item_1-4 .banner__item-90 &{ width: 40%; }


		.v-banners__item .banner__item-300 &{ font-size: 39px; }
		.v-banners__item .banner__item-600 &{ font-size: 48px; }

		.v-banners__item .banner__item-300 &{ top: 24px; }
		.v-banners__item .banner__item-600 &{ top: 62px; }

	}

	&__item-90 &__title,
	&__item-120 &__title{
		.h-banners__item_4-4 &{ font-size: 30px; }
		.h-banners__item_3-4 &{ font-size: 30px; }
		.h-banners__item_2-4 &{ font-size: 30px; }
		.h-banners__item_1-4 &{ font-size: 18px; }		
	}

	&__main-title{
		position: relative;
		font-size: 1em;
		line-height: 1em;
		font-weight: 700;

		display: block;

		.h-banners__item_4-4 &{ padding-top: 24px; }
		.h-banners__item_3-4 &{ padding-top: 24px; }
		.h-banners__item_2-4 &{ padding-top: 18px; }
		.h-banners__item_1-4 &{ padding-top: 18px; }

		&:before{
			content: "";
			display: block;
			width: 77px;
			height: 6px;

			background-color: $color-green;

			position: absolute;

			top: 0;
			left: 0;

			z-index: 2;
		}

		.v-banners__item &{ line-height: 1.5em; padding-top: 20px; }		
	}

	&__item-90 &__main-title,
	&__item-120 &__main-title{ padding-top: 20px; }

	&__sub-title{
		display: block;
		font-size: 0.74em;		
		line-height: 1em;		

		.v-banners__item &{ line-height: 1.2em; }
	}

	// Ссылка
	&__link{

		position: absolute;
		z-index: 3;

		text-transform: uppercase;
		font-weight: 700;
		color: #fff;
		padding: 0.7em 1.1em;
		display: inline-block;
		background: $color-green; 
		cursor: pointer;

		&:hover{
			background: $color-green-dark; 
		}

		.h-banners__item_4-4 &{ right: 80px; bottom: 50%; transform: translateY(50%); }
		.h-banners__item_3-4 &{ right: 48px; bottom: 50%; transform: translateY(50%); }
		.h-banners__item_2-4 &{ right: 20px; bottom: 50%; transform: translateY(50%); }
		.h-banners__item_1-4 &{ right: 10px; bottom: 12px; }

		.h-banners__item_4-4 &{ font-size: 24px; }
		.h-banners__item_3-4 &{ font-size: 24px; }
		.h-banners__item_2-4 &{ font-size: 24px; }
		.h-banners__item_1-4 &{ font-size: 21px; }


		.v-banners__item &{ right: 50%; transform: translateX(50%);}

		.v-banners__item .banner__item-300 &{ bottom: 27px; }
		.v-banners__item .banner__item-600 &{ bottom: 70px; }

		.v-banners__item .banner__item-300 &{ font-size: 21px; }
		.v-banners__item .banner__item-600 &{ font-size: 24px; }

	}

	&__item-90 &__link,
	&__item-120 &__link{
		.h-banners__item_4-4 &{ font-size: 24px; right: 80px; }
		.h-banners__item_3-4 &{ font-size: 24px; right: 48px; }
		.h-banners__item_2-4 &{ font-size: 24px; right: 20px; }
		.h-banners__item_1-4 &{ font-size: 16px; right: 16px; }		
	}

	&__item-green &__title{
		color: #fff; 
	}
	&__item-green &__main-title{
		&:before{
			background-color: #000000;
		}
	}
	&__item-green &__link{
		background: #000000; 
	}
}


.d-none{ display: none; }
.d-block{ display: block; }

.banner__item.pb-0{ padding-bottom: 0; }
.banner__item.mb-0{ margin-bottom: 0; }


*/
/**
 *
 * Кастомизированный стиль для Bootstrap форм
 * v 1.0.0 - 2020-01-10
 * 
 */
/*===================================
=            Main Custom            =
===================================*/
label {
  display: inline-block;
  margin-bottom: 0.5em;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

/*=====  End of Main Custom  ======*/
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 1000px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 1000px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row, .persons-list, .event__maininfo, .event-theme, .advertisment-tabs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1000px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.375rem + 2px);
  padding: 0.6875rem 1.03125rem;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #009878;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-control::-webkit-input-placeholder {
  color: #686868;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #686868;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #686868;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #686868;
  opacity: 1;
}
.form-control::placeholder {
  color: #686868;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #dbdbdb;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.6875rem + 1px);
  padding-bottom: calc(0.6875rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.781rem + 1px);
  padding-bottom: calc(0.781rem + 1px);
  font-size: 1.125rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.6875rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}

.form-control-lg {
  height: calc(1.5em + 1.562rem + 2px);
  padding: 0.781rem 1.1715rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #009878;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(0, 152, 120, 0.9);
  border-radius: 0;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #009878;
  padding-right: calc(1.5em + 1.375rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23009878' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.34375rem) center;
  background-size: calc(0.75em + 0.6875rem) calc(0.75em + 0.6875rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #009878;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 152, 120, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 152, 120, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 1.375rem);
  background-position: top calc(0.375em + 0.34375rem) right calc(0.375em + 0.34375rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #009878;
  padding-right: calc(0.75em + 3.0625rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.03125rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23009878' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 2.03125rem/calc(0.75em + 0.6875rem) calc(0.75em + 0.6875rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #009878;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 152, 120, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 152, 120, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #009878;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #009878;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #009878;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #00cba0;
  background-color: #00cba0;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 152, 120, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 152, 120, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #009878;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #009878;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #009878;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 152, 120, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 152, 120, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #980000;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(152, 0, 0, 0.9);
  border-radius: 0;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #980000;
  padding-right: calc(1.5em + 1.375rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23980000' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23980000' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.34375rem) center;
  background-size: calc(0.75em + 0.6875rem) calc(0.75em + 0.6875rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #980000;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(152, 0, 0, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(152, 0, 0, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 1.375rem);
  background-position: top calc(0.375em + 0.34375rem) right calc(0.375em + 0.34375rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #980000;
  padding-right: calc(0.75em + 3.0625rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.03125rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23980000' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23980000' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 2.03125rem/calc(0.75em + 0.6875rem) calc(0.75em + 0.6875rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #980000;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(152, 0, 0, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(152, 0, 0, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #980000;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #980000;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #980000;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #cb0000;
  background-color: #cb0000;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(152, 0, 0, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(152, 0, 0, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #980000;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #980000;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #980000;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(152, 0, 0, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(152, 0, 0, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    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;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    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;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.6875rem 1.03125rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 152, 120, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 152, 120, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #009878;
  border-color: #009878;
}
.btn-primary:hover {
  color: #fff;
  background-color: #00725a;
  border-color: #006550;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #00725a;
  border-color: #006550;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 167, 140, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 167, 140, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #009878;
  border-color: #009878;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #006550;
  border-color: #005846;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 167, 140, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 167, 140, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #009878;
  border-color: #009878;
}
.btn-success:hover {
  color: #fff;
  background-color: #00725a;
  border-color: #006550;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #00725a;
  border-color: #006550;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 167, 140, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 167, 140, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #009878;
  border-color: #009878;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #006550;
  border-color: #005846;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 167, 140, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 167, 140, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ff9800;
  border-color: #ff9800;
}
.btn-warning:hover {
  color: #fff;
  background-color: #d98100;
  border-color: #cc7a00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #d98100;
  border-color: #cc7a00;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 135, 6, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 135, 6, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ff9800;
  border-color: #ff9800;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #cc7a00;
  border-color: #bf7200;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 135, 6, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 135, 6, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #980000;
  border-color: #980000;
}
.btn-danger:hover {
  color: #fff;
  background-color: #720000;
  border-color: #650000;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #720000;
  border-color: #650000;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(167, 38, 38, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(167, 38, 38, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #980000;
  border-color: #980000;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #650000;
  border-color: #580000;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(167, 38, 38, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(167, 38, 38, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #e7e7e7;
  border-color: #e7e7e7;
}
.btn-light:hover {
  color: #212529;
  background-color: #d4d4d4;
  border-color: #cecece;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #d4d4d4;
  border-color: #cecece;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(201, 202, 203, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(201, 202, 203, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #e7e7e7;
  border-color: #e7e7e7;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #cecece;
  border-color: #c7c7c7;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(201, 202, 203, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(201, 202, 203, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #888888;
  border-color: #888888;
}
.btn-dark:hover {
  color: #fff;
  background-color: #757575;
  border-color: #6f6f6f;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #757575;
  border-color: #6f6f6f;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(154, 154, 154, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(154, 154, 154, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #888888;
  border-color: #888888;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #6f6f6f;
  border-color: #686868;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(154, 154, 154, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(154, 154, 154, 0.5);
}

.btn-outline-primary {
  color: #009878;
  border-color: #009878;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #009878;
  border-color: #009878;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 152, 120, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 152, 120, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #009878;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #009878;
  border-color: #009878;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 152, 120, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 152, 120, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #009878;
  border-color: #009878;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #009878;
  border-color: #009878;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 152, 120, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 152, 120, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #009878;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #009878;
  border-color: #009878;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 152, 120, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 152, 120, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ff9800;
  border-color: #ff9800;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ff9800;
  border-color: #ff9800;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 152, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 152, 0, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ff9800;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ff9800;
  border-color: #ff9800;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 152, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 152, 0, 0.5);
}

.btn-outline-danger {
  color: #980000;
  border-color: #980000;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #980000;
  border-color: #980000;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(152, 0, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(152, 0, 0, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #980000;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #980000;
  border-color: #980000;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(152, 0, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(152, 0, 0, 0.5);
}

.btn-outline-light {
  color: #e7e7e7;
  border-color: #e7e7e7;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #e7e7e7;
  border-color: #e7e7e7;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(231, 231, 231, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(231, 231, 231, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #e7e7e7;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #e7e7e7;
  border-color: #e7e7e7;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(231, 231, 231, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(231, 231, 231, 0.5);
}

.btn-outline-dark {
  color: #888888;
  border-color: #888888;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #888888;
  border-color: #888888;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(136, 136, 136, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(136, 136, 136, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #888888;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #888888;
  border-color: #888888;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(136, 136, 136, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(136, 136, 136, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #009878;
  text-decoration: none;
}
.btn-link:hover {
  color: #004c3c;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.781rem 1.1715rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.7734375rem;
  padding-left: 0.7734375rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.878625rem;
  padding-left: 0.878625rem;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.6875rem 1.03125rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ccc;
  border-radius: 0;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1.562rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.781rem 1.1715rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 2.03125rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/*=====================================
=            Custom Styles            =
=====================================*/
.form-check {
  padding-left: 0;
}

input[type=radio] + label,
input[type=checkbox] + label {
  display: block;
  margin: 0.5em 0;
  cursor: pointer;
  font-size: 0.85em;
}

input[type=radio],
input[type=checkbox] {
  display: none;
}

input[type=radio] + label:before,
input[type=checkbox] + label:before {
  content: "";
  border: 1px solid #ccc;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  padding-left: 0.15em;
  padding-bottom: 0.15em;
  margin-right: 0.25em;
  vertical-align: bottom;
  color: transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
          box-shadow: inset 0 0 0 2px #fff;
}

input[type=radio] + label:before {
  border-radius: 50%;
}

input[type=radio] + label:active:before,
input[type=checkbox] + label:active:before {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

input[type=radio]:checked + label:before,
input[type=checkbox]:checked + label:before {
  background-color: #009878;
  border-color: #009878;
  color: #fff;
}

input[type=radio]:disabled + label:before,
input[type=checkbox]:disabled + label:before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  border-color: #dbdbdb;
}

input[type=radio]:checked:disabled + label:before,
input[type=checkbox]:checked:disabled + label:before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  background-color: #dbdbdb;
  border-color: #dbdbdb;
}

.was-validated input[type=radio]:invalid ~ label:before,
.was-validated input[type=checkbox]:invalid ~ label:before {
  border-color: #980000;
}

.btn {
  text-transform: uppercase;
}

.form-green .valid-feedback {
  color: #fff;
}
.form-green label {
  color: #fff;
}
.form-green.was-validated input[type=radio]:valid + label, .form-green.was-validated input[type=checkbox]:valid + label {
  color: #fff;
}
.form-green input[type=radio] + label:before,
.form-green input[type=checkbox] + label:before {
  -webkit-box-shadow: inset 0 0 0 2px #009878;
          box-shadow: inset 0 0 0 2px #009878;
  border-color: #fff;
}
.form-green input[type=radio]:disabled + label,
.form-green input[type=checkbox]:disabled + label {
  color: #fff;
  opacity: 0.5;
}
.form-green input[type=radio]:disabled + label:before,
.form-green input[type=checkbox]:disabled + label:before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  border-color: #fff;
  opacity: 0.5;
}
.form-green input[type=radio]:checked + label:before,
.form-green input[type=checkbox]:checked + label:before {
  background-color: #fff;
  border-color: #fff;
  color: #fff;
}
.form-green .btn {
  background-color: #33ad93;
  border-color: #fff;
}
.form-green .btn:hover, .form-green .btn:focus, .form-green .btn.focus, .form-green .btn:not(:disabled):not(.disabled):active, .form-green .btn:not(:disabled):not(.disabled).active,
.form-green .btn-primary:hover,
.form-green .btn-primary:focus,
.form-green .btn-primary.focus,
.form-green .btn-primary:not(:disabled):not(.disabled):active,
.form-green .btn-primary:not(:disabled):not(.disabled).active {
  background-color: #009878;
  border-color: #fff;
}

/*=====  End of Custom Styles  ======*/
.content-tabs-body {
  display: block;
}

.sticky-sidebar {
  will-change: min-height;
}

.sidebar__inner {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0); /* For browsers don't support translate3d. */
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  will-change: position, transform;
}

.show-more {
  display: none;
}

@media only screen and (max-width: 640px) {
  .show-more {
    display: block;
  }
  .footer-logo span {
    font-size: 8.5px;
  }
  .table thead th {
    font-size: 9px;
  }
  .table td {
    font-size: 9px;
  }
}
.news-top-content .news-block .news-block-row {
  margin: 0px 0px;
}
/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/templates/gorodn2/assets/css/custom2.css?16841434678005*/
 /* advertisment */
.advertisment__description p{
	margin-bottom: 20px;
}

.advertisment-info__phone-mail,
.advertisment-info__phone-mail a{
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    line-height: 24px; 
}
.advertisment-info__phone-mail a:hover {
    color: #000;
}

.advertisment-tabs__nav{
	margin-left: 0;
	margin-right: 0;
}

.advertisment-downloads a{
    color: #0f1011;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-decoration: underline;
    position: relative;
}
.advertisment-downloads .download{
  margin-bottom: 20px;
}

.advertisment-tabs__content h1,
.advertisment-tabs__content h2,
.advertisment-tabs__content h4,
.advertisment-tabs__content h3{
	font-family: "RobotoCondensedBold", sans-serif;
    font-weight: 700;    
    color: #009878;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-bottom: 0;
}
.advertisment-tabs__content h1{
	font-size: 30px;
    line-height: 1.5em;
}
.advertisment-tabs__content h2{
	font-size: 24px;
    line-height: 30px;
}
.advertisment-tabs__content h4{
	font-size: 22px;
    line-height: 1.5em;
}
.advertisment-tabs__content h3{
	font-size: 18px;
    line-height: 1.5em;
}

.advertisment-tabs__content p{
	padding-bottom: 20px;
}

/* end advertisment */

/* tables */

/* end tables */

/* modal */
.box-modal__text p{
    margin-bottom: 15px;
}
/* end modal */

/* form */
.form a{
    color: #0b9878;
}
.form a:hover{
    color: #00725a;
}
.FormAjaxContainer{
    position: relative;
}
.form__text ul,
.form__text p{
    margin-bottom: 15px;
}
.form__text p{
    line-height: 1.5em;
}
.form__text ul li{
    margin-bottom: 10px;
}
.form__text ul{
    padding-left: 0;
    margin-left: 30px;
}
.form__text ul{
    list-style: circle;
}
.form__group{
    margin-bottom: 15px;
}
.form__label{
    font-weight: 600;
    color: #0b9878;
}
.form__label-right{
    text-align: right;
}
.form__valign-center{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;

    align-items: center;
}
.form__input-desc{
    font-size: 12px;
}
.form__alerts{
    margin-bottom: 15px;
}
.form__alerts span{
    display: block;
    margin-bottom: 10px;
    color: #d29e26;
}
/* end form */

/* auth form */
.modal-form__forgot-password{
    margin-bottom: 20px;    
    display: inline-block;
    font-size: 14px;
    color: #0b9878;
}
.modal-form__forgot-password:hover{
    color: #00725a;
}

.modal-form__register{
    text-align: center;
    margin-top: 20px;
}
.modal-form__register-link{
    margin-top: 10px;
    display: block;
    color: #0b9878;
}
.modal-form__register-link:hover{
    color: #00725a;
}

.forgot-form__login-link{
    text-align: center;
    line-height: 1em;
    margin-top: 15px;
}
.forgot-form__login-link a{
    color: #0b9878;
}
.forgot-form__login-link a:hover{
    color: #00725a;
}

.phone_form{display: none;}
/* end auth form */

.register-modal{
    width: 980px;
}
.register-modal__ok a{
    color: #0b9878;
}
.register-modal__ok a:hover{
    color: #00725a;
}
/* register modal */

/* end register modal */

/* Header */
@media only screen and (max-width: 639px){
    .header{
        position: sticky;
    }
}
/* End Header */

/* Mobile ADS */
.ads-article .h-banners__item,
.ads-article .h-banners__item{
    margin-bottom: 25px;
}

@media screen and (min-width: 940px){
    .ads-article{
        margin-left: -40px;
        margin-right: -20px;
    }
}
@media screen and (min-width: 1200px){
    .ads-article{
        margin-left: -100px;
        margin-right: -80px;
    }
}
@media only screen and (max-width: 639px){
    .mobile-modal__switcher{ display: none; }
}

@media only screen and (min-width: 940px){
    .ads-article .h-banners,
    .ads-article .v-banners{
        width: 100%;
    }
}

/* End Mobile ADS */

/* Social in News */
.social-media__icon{

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25px;
    flex: 0 0 25px;
    width: 25px;
    height: 25px;
    
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.social-media__item{
    cursor: pointer;
}

@media only screen and (max-width: 639px){
    .mostread__title > span{
        display: none;
    }
}

@media only screen and (max-width: 639px){
    body {
         padding-top: 0; 
    }
}

/* Subscribe */
@media only screen and (max-width: 639px){
    .header-content-col_2{
        min-height: 28px;
    }
    .header-subscribe__title{
        padding-right: 36px;
    }
}
/* End Subscribe */

/* Articel OWL */
.article .owl-theme .owl-nav{
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -20px;
}
.article .owl-theme .owl-dots{
    bottom: -25px;
}
.article .owl-theme .owl-dots .owl-dot span{
    margin: 5px;
}
.article-slider  .owl-nav button.owl-next, 
.article-slider  .owl-nav button.owl-prev{
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
    background: none;
    color: rgb(173,181,189, 0.8);
}

.article .owl-theme .owl-nav [class*='owl-']:hover{
    background: none;
    color: #009878;
}   

.second-icon, 
.second-icon{
    fill: var(--fa-secondary-color, currentColor);
    opacity: 0.4;
    opacity: var(--fa-secondary-opacity, 0.4);
}

.article-slider  .owl-nav button.owl-next svg, 
.article-slider  .owl-nav button.owl-prev svg{
    width: 40px;
    height: 40px;
}
.article-slider .owl-nav button.owl-next{ right: 10px; } 
.article-slider .owl-nav button.owl-prev{ left: 10px; }

/* Iframe ADS */
.iframe_link { position:relative; display:block;}
.iframe_link iframe { z-index: 2; }
.iframe_blocker { position:absolute; height:100%; width:100%; z-index:1; top: 0;}
/* End Iframe ADS */


/* ADS Fix */
.h-banners.desktop-show .news-item{
    margin: 0 5px 15px;
    height: auto !important;
    
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}

/* Preloader */
#preloader animate,
#preloader rect{
    animation-play-state: running; animation-delay: 0s;
}

.tagsblock__item{
    color: #0f1011;
}
.article img{ width: auto; }
.article .news-item img{ width: 100%; }

/* Mobile Lenta fix */
@media only screen and (max-width: 767px){
    .lenta {
        max-width: 414px;
        margin: 0 auto;
    }    
}

@media only screen and (max-width: 1200px){
    .lenta__title {
         display: block; 
    }
    .lenta {
        margin: 0 5px;
    }
    .lenta .btn.show-more{
        display: none;
    }
    /* .lenta-body{
        position: relative;
        height: auto;
    } */
    .lenta__all{
        display: inline-block;
    }
}

/* Mobile news item fix*/
@media only screen and (max-width: 567px){
    .news-item__image{
        height: 50vw;
    }
}
@media only screen and (max-width: 767px){
    .content-tabs-list{
        margin-left: -20px;
        margin-right: -20px;
    }
    .news-block-col,
    .news-bottom-col{
        flex: 0 0 100%;
        margin: 0;
    }

    .news-item{
        max-width: 414px;
        margin: 0 auto;
    }
    
}
 .h-banners.h-banners__full {
     margin-bottom: 10px
 }
.h-banners.mobile-show {
padding-left:10px;
padding-right:10px;
margin-bottom: 10px;

}
.h-banners.tablet-show{
padding-left:10px;
padding-right:10px;
margin-bottom:10px;
}


@media only screen and (max-width: 1249px) {
     .article__category-item {
         font-size: 14px;
         height: 24px;
     }
 }

.mobile-show:has(img) {
    position: relative;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.mobile-show img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: auto;
}

/*
.mobile-show img{
	height:100% !important;
}
*/

/* FIX ADS IMAGE 2023-05-15 */
.mobile-show:has(img){
    padding-top: 0;
}
.h-banners a{
    display: block;
}
.mobile-show img{
    position: relative;
    object-fit: contain;
}
/* End */


/* Start:/local/templates/gorodn2/assets/css/modal-video.min.css?16299547022304*/
@keyframes modal-video{from{opacity:0}to{opacity:1}}@keyframes modal-video-inner{from{transform:translate(0, 100px)}to{transform:translate(0, 0)}}.modal-video{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);z-index:1000000;cursor:pointer;opacity:1;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video;-webkit-transition:opacity .3s ease-out;-moz-transition:opacity .3s ease-out;-ms-transition:opacity .3s ease-out;-o-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.modal-video-close{opacity:0}.modal-video-close .modal-video-movie-wrap{-webkit-transform:translate(0, 100px);-moz-transform:translate(0, 100px);-ms-transform:translate(0, 100px);-o-transform:translate(0, 100px);transform:translate(0, 100px)}.modal-video-body{max-width:960px;width:100%;height:100%;margin:0 auto;padding:0 10px;display:flex;justify-content:center;box-sizing:border-box}.modal-video-inner{display:flex;justify-content:center;align-items:center;width:100%;height:100%}@media (orientation: landscape){.modal-video-inner{padding:10px 60px;box-sizing:border-box}}.modal-video-movie-wrap{width:100%;height:0;position:relative;padding-bottom:56.25%;background-color:#333;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video-inner;-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-ms-transition:-ms-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal-video-movie-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%}.modal-video-close-btn{position:absolute;z-index:2;top:-45px;right:0;display:inline-block;width:35px;height:35px;overflow:hidden;border:none;background:transparent}@media (orientation: landscape){.modal-video-close-btn{top:0;right:-45px}}.modal-video-close-btn:before{transform:rotate(45deg)}.modal-video-close-btn:after{transform:rotate(-45deg)}.modal-video-close-btn:before,.modal-video-close-btn:after{content:'';position:absolute;height:2px;width:100%;top:50%;left:0;margin-top:-1px;background:#fff;border-radius:5px;margin-top:-6px}

/* End */


/* Start:/local/templates/gorodn2/components/bitrix/system.auth.form/modal/style.css?1669038480443*/
div.bx-system-auth-form span.bx-auth-secure {background-color:#FFFAE3; border:1px solid #DEDBC8; padding:2px; display:inline-block; vertical-align:bottom; margin-top:-1px;}
div.bx-system-auth-form div.bx-auth-secure-icon {background-image:url(/local/templates/gorodn2/components/bitrix/system.auth.form/modal/images/sec.png); background-repeat:no-repeat; background-position:center; width:19px; height:18px;}
div.bx-system-auth-form div.bx-auth-secure-unlock {background-image:url(/local/templates/gorodn2/components/bitrix/system.auth.form/modal/images/sec-unlocked.png);}


/* End */


/* Start:/local/templates/.default/components/bitrix/form.result.new/subscribe/style.css?1582329300573*/
.fb2 {
    padding-bottom: 30px;
}
.img {
    height: 120px;
}
.img {
    padding-bottom: 10px;
}

.custom-webform-field.email-input input {
    width: 60%;
}


.green-webform-with-placeholders.placeholdered-form { width: 750px; }


#subscribe-button input[name="web_form_submit"] {
    transition: 1s;
    background-color: #00aeef;
}

#subscribe-button input[name="web_form_submit"]:hover {
    transition: 1s;
    background-color: #2fd1ff;
}


.custom-webform-field input {
    padding: 0 15px !important;
    font-size: 16px !important;
    height: 40px !important;
}

/* End */
/* /local/templates/gorodn2/assets/css/style.css?1675163602255191 */
/* /local/templates/gorodn2/assets/css/custom2.css?16841434678005 */
/* /local/templates/gorodn2/assets/css/modal-video.min.css?16299547022304 */
/* /local/templates/gorodn2/components/bitrix/system.auth.form/modal/style.css?1669038480443 */
/* /local/templates/.default/components/bitrix/form.result.new/subscribe/style.css?1582329300573 */
