

/* Start:/local/templates/vodokanal/styles.css?175432071451709*/
/* Доступ к сайту в футере */
.vpn-toggle {
  position: relative;
  padding-left: 30px;
  font-size: 14px !important;
  margin-top: 20px;
  cursor: pointer;
  max-width: 130px;
}

.vpn-toggle .icon {
  position: absolute;
  left: 0;
  top: -2px;
  width: 24px;
  height: 24px;
  border: 2px solid #fff;
  border-radius: 100px;
}

@media screen and (min-width: 1024px) {
  .vpn-toggle:hover:after {
    position: absolute;
    top: 100%;
    left: 30px;
    width: calc(100% - 30px);
    height: 2px;
    background: #fff;
    -webkit-animation: strike 0.75s ease-in-out forwards;
    -moz-animation: strike 0.75s ease-in-out forwards;
    -o-animation: strike 0.75s ease-in-out forwards;
    animation: strike 0.75s ease-in-out forwards;
    content: ' ';
  }
}

@media screen and (max-width: 500px) {
  .vpn-toggle {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Чекбокс в калькуляторе */
.viv-calc .checkboxContainer {
  margin-bottom: 0;
}
/* Выравнивание картинки */
.float-left img {
  float: left;
  margin-right: 30px;
  margin-bottom: 10px;
}

.float-right img {
  float: right;
  margin-left: 30px;
  margin-bottom: 10px;
}

.float-left:after,
.float-right:after {
  content: '';
  clear: both;
  display: table;
}

@media screen and (max-width: 768px) {
  .float-left img,
  .float-right img {
    float: none;
    margin: 0 0 10px;
  }
}

/*ЛОГО для всех сайтов в мобильном меню*/
@media screen and (max-width: 500px) {
  .mm-spn .mobile-menu__header .logo svg {
    width: 120px;
  }
}

.grecaptcha-badge {
  bottom: 100px !important;
  z-index: 2 !important;
}

#captcha_word + img {
  width: 180px;
  margin-top: 12px;
}

.banner-form__title {
  margin-bottom: 15px;
}

.section-users-questions .text p {
  font-size: 1.5rem;
  font-weight: 700;
}

.info-slider__socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 25px;
  right: 20px;
}

.info-slider__socials a {
  display: table;
  padding: 7px 11px;
  border: 1px solid rgba(36, 57, 112, 0.3);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background: rgba(0, 0, 0, 0);
  color: #243970;
  font-size: 0.85714286rem;
  font-weight: 300;
  line-height: 1.2em;
  text-align: center;
  text-decoration: none;
  margin-left: 5px;
}

.info-slider__socials .btn__prepend-icon {
  display: table-cell;
  margin-right: 15px;
  vertical-align: middle;
}

.info-slider__socials span {
  display: table-cell;
  font-size: 1rem;
  vertical-align: middle;
}

.info__item .slick-dots {
  width: auto;
}

#citycard-payment-widget {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .info-slider__socials {
    justify-content: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-wnd;
    -ms-flex-pack: end;
    position: static;
    margin-top: 10px;
  }

  .info__item .slick-dots {
    width: 100%;
  }
}

/*новая форма на странице Оплатить услуги*/
.debt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: #62c2d6;
  border-radius: 5px;
  padding: 20px 25px;
  margin-bottom: 50px;
}

.debt__left {
  padding: 5px 0;
}

.debt__left h6 {
  margin: 10px 0 31px;
  color: white;
}

.debt__left a {
  color: #243970;
  text-decoration: underline;
}

.debt-form {
  margin-left: auto;
  border-left: 1px dashed white;
  padding-left: 30px;
  width: 64%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.debt-form .form-footer {
  margin-top: 20px;
}

.debt-form .form-footer button {
  margin-left: auto;
}

.debt-result {
  color: #243970;
}

.debt-result__sum {
  font-weight: 700;
  font-size: 20px;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  margin-left: 5px;
}

@media screen and (max-width: 850px) {
  .debt {
    display: block;
    padding: 25px;
  }

  .debt__left {
    padding: 0 0 25px;
  }

  .debt__left h6 {
    margin: 10px 0 25px;
    color: white;
  }

  .debt-form {
    margin-left: 0;
    border-left: none;
    border-top: 1px dashed white;
    padding-left: 0;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 0;
  }
}

.material-scrolltop {
  right: 20px !important;
  bottom: 85px !important;
}

@media (max-width: 1400px) {
  .material-scrolltop {
    right: 20px !important;
    bottom: 95px !important;
  }
}

@media (max-width: 1024px) {
  .material-scrolltop {
    right: 20px !important;
    bottom: 95px !important;
  }
}

@media (max-width: 768px) {
  .material-scrolltop {
    right: 20px !important;
    bottom: 95px !important;
  }
}

.sale-btn {
  background: #e30613;
  position: relative;
  color: white;
  text-decoration: none !important;
  font-size: 20px;
  font-weight: 700;
  border-radius: 10px;
  padding: 10px 25px;
  margin-top: 40px;
}

.sale-btn:after {
  content: '';
  position: absolute;
  right: -40px;
  top: -30px;
  background: url(/local/templates/vodokanal/./assets/img/askedo.png);
  width: 77px;
  height: 49px;
}

.sale-btn__blue {
  background: #1074b9;
  position: relative;
  color: white;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 400;
  border-radius: 100px;
  padding: 9px 33px;
  margin-top: 0;
}

.sale-btn__blue:after {
  display: none;
}

.modal_askedo-sale,
.modal_askedo-check {
  width: 100%;
  max-width: 770px !important;
  height: auto !important;
  overflow: hidden;
  padding: 0 !important;
}

.modal_askedo-sale img,
.modal_askedo-check img {
  width: 100% !important;
  display: block;
}

.modal_askedo-sale .close,
.modal_askedo-check .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 18px;
  height: 18px;
  border: 2px solid #1074b9;
  border-radius: 100px;
}

.modal_askedo-sale .close:after,
.modal_askedo-check .close:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 8px;
  height: 2px;
  background: #1074b9;
  margin: auto;
  transform: rotate(45deg);
}

.modal_askedo-sale .close:before,
.modal_askedo-check .close:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 8px;
  height: 2px;
  background: #1074b9;
  margin: auto;
  transform: rotate(-45deg);
}

/*кнопка предварительной записи на главной КРАСНОДАР*/

.pre-registration {
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  z-index: 2;
  pointer-events: none;
}

.pre-registration a {
  pointer-events: all;
}

@media screen and (max-width: 992px) {
  .pre-registration {
    top: 90px;
  }
}

@media screen and (max-width: 768px) {
  .pre-registration {
    top: 125px;
  }
}

/*ссылка Экономьте с нами*/

.economy-link {
  color: #1db479;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  font-size: 13px;
  padding-right: 28px;
}

.economy-link:after {
  position: absolute;
  content: '';
  background: url(/local/templates/vodokanal/./assets/img/leaf.png);
  right: 0;
  bottom: 3px;
  width: 22px;
  height: 26px;
}

.mobile-menu__item .economy-link {
  color: #fff;
  padding-left: 20px;
}

@media (max-width: 970px) {
  .header-bottom .economy-link {
    display: none;
  }
}

/*Чат боты ОМСК*/

.section-jumbotron__between .chat-bots .wrapper {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.chat-bots__row {
  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;
  pointer-events: all;
  margin-left: auto;
}

.chat-bots__row-item {
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  border: 3px solid #fff;
  border-radius: 100px;
  position: relative;
  width: 110px;
  height: 36px;
  padding-left: 14px;
}

.chat-bots__row-item p {
  font-size: 10px;
  line-height: 1;
  color: #fff;
}

.chat-bots__row-item p span {
  font-size: 9px;
  display: block;
}

.chat-bots__row-item img {
  position: absolute;
  top: -1px;
  right: -1px;
}

/* Иконка с люком в слайдере*/
.warning {
  margin-left: auto;
}

.warning__link {
  display: flex;
  align-items: center;
  pointer-events: all;
}

.warning__link svg {
  transition: 0.3s;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.warning__link:hover svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.warning__text {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
  color: #fff;
  margin-left: 10px;
}

@media (max-width: 1200px) {
  .chat-bots__row-item {
    border: none;
    width: auto;
    height: auto;
    padding-left: 0;
  }

  .chat-bots__row-item p {
    display: none;
  }

  .chat-bots__row-item img {
    position: static;
  }
}

@media (max-width: 970px) {
  .section-jumbotron__between .chat-bots .wrapper {
    /* display: block!important; */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .section-jumbotron__between .chat-bots .jumbotron-links {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    order: 1;
    width: 70%;
  }

  .section-jumbotron__between
    .chat-bots
    .jumbotron-links
    .jumbotron-links__text {
    font-size: 11px;
  }

  .section-jumbotron__between .chat-bots .jumbotron-links .btn_prepend-icon {
    padding: 4px 11px;
  }

  .section-jumbotron__between
    .chat-bots
    .jumbotron-links
    .btn_prepend-icon
    .btn__text {
    font-size: 11px;
    font-weight: 700;
  }

  .chat-bots__row {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
    order: 2;
    width: 30%;
    margin-left: 0;
  }

  .warning {
    order: 3;
    margin-left: 0;
  }

  .warning__text {
    font-size: 11px;
  }
}

@media (max-width: 768px) {
  .section-jumbotron__between .chat-bots .wrapper {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .section-jumbotron__between .chat-bots .jumbotron-links {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .section-jumbotron__between
    .chat-bots
    .jumbotron-links
    .jumbotron-links__text {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .section-jumbotron__between .chat-bots .wrapper {
    position: relative;
  }

  .section-jumbotron__between
    .chat-bots
    .jumbotron-links
    .btn:not(:last-child) {
    margin-right: 4px;
  }

  .section-jumbotron__between .chat-bots .jumbotron-links {
    width: 100%;
  }

  .section-jumbotron__between .chat-bots .jumbotron-links .btn_prepend-icon {
    padding: 3px 8px;
  }

  .section-jumbotron__between
    .chat-bots
    .jumbotron-links
    .btn_prepend-icon
    .btn__prepend-icon {
    margin-right: 5px;
  }

  .chat-bots__row {
    position: absolute;
    top: 42px;
    right: 20px;
  }

  .chat-bots__row-item {
    margin-left: 5px;
  }
}

/*модалки чатботов*/
.modal_chatbot {
  padding: 25px 25px 50px !important;
}

.modal_chatbot-title {
  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;
  margin-bottom: 35px;
}

.modal_chatbot-title h2 {
  font-size: 25px;
  font-weight: 700;
  color: #1074b9;
}

.modal_chatbot-qrcode img {
  margin: 0 auto;
}

.modal_chatbot-text {
  color: #000000;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  margin: 10px 0 0;
}

.modal_chatbot-link {
  background: #1074b9;
  color: #fff;
  text-transform: uppercase;
  display: block;
  max-width: 154px;
  margin: 50px auto 0;
  font-weight: 700;
  padding: 7px 10px;
  border-radius: 100px;
  text-align: center;
}

/*Наведение на соглашение с правилами в форме*/
.rules-hover {
  position: relative;
}

.rules-content {
  position: absolute;
  background: #1074b9;
  top: 100%;
  padding: 30px;
  z-index: 2;
  opacity: 0;
  transition: 0.3s;
  min-width: 330px;
}

.rules-hover:hover .rules-content {
  opacity: 1;
}

@media screen and (max-width: 1200px) {
  .rules-content {
    display: none;
  }
}

/*Личный кабинет с плашками для тюмени*/
.lk-user {
  position: relative;
}

.lk-user:hover .lk-user__dropdown {
  visibility: visible;
  opacity: 1;
}

.lk-user:hover .lk-user-link__text {
  text-decoration: none !important;
}

.lk-user .lk-user__dropdown {
  position: absolute;
  top: -25px;
  display: block;
  background: #f4f4f4;
  border-radius: 10px;
  padding: 80px 25px 25px;
  z-index: 6;
  left: -25px;
  width: calc(100% + 72px);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.lk-user .lk-user__dropdown .lk-user-link {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.lk-user .lk-user__dropdown .lk-user-link .icon-user__bc {
  background: none;
}

.lk-user .lk-user__dropdown .lk-user-link__text {
  text-decoration: none;
  transition: 0.3s;
}

.lk-user .lk-user__dropdown .lk-user-link:hover .lk-user-link__text {
  color: #00a2dd;
}

.lk-user .lk-user__dropdown li:not(:last-of-type) {
  margin-bottom: 0;
}

.lk-user > .lk-user-link {
  z-index: 7;
  position: relative;
}

.lk-user > .lk-user-link .icon-user__bc {
  min-width: 40px;
}

@media screen and (max-width: 650px) {
  .mm-spn .mobile-menu__header .lk-user .lk-user__dropdown {
    display: none;
  }
}

/*Стили в ответе на заявку*/
.banner-with-form .content-right ul,
.banner-with-form .content-right ol {
  color: #243970;
  font-size: 0.92857143rem;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
}

.banner-with-form .content-right ol > li {
  padding-left: 25px;
}

.hidden {
  display: none !important;
}

table.default tr,
table.default td {
  border: 1px solid !important;
}

/*Всплывающее сообщение для адреса на Тюмени*/
.address-annotation {
  color: #e74c3c !important;
}

/*Новая форма для лаборатории*/
.lab-form .input-with-label__row.input-with-label__row_1 {
  margin-bottom: 30px;
}

.lab-form .input-with-label__row_1 > label {
  font-size: 15px;
  width: 200px;
  margin-top: 6px;
}

.lab-form .input-with-label__row_1 .input-with-label {
  width: calc(100% - 200px);
}

.lab-form .input-with-label__passport {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(100% - 200px);
}

.lab-form .input-with-label__passport .input-with-label:nth-of-type(1) {
  width: 35%;
}

.lab-form .input-with-label__passport .input-with-label:nth-of-type(2) {
  width: 63%;
}

.lab-form .input-with-label .radio {
  position: relative;
  margin-bottom: 15px;
  cursor: pointer;
}

.lab-form .input-with-label .radio .radio__input {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

.lab-form .input-with-label .radio .radio__input:checked + .radio__text:after {
  opacity: 1;
}

.lab-form .input-with-label .radio .radio__text {
  position: relative;
  white-space: nowrap;
  padding-left: 35px;
}

.lab-form .input-with-label .radio .radio__text:before {
  position: absolute;
  left: 0;
  top: -3px;
  content: '';
  width: 25px;
  height: 25px;
  border: 1px solid #dce4e8;
  border-radius: 100px;
}

.lab-form .input-with-label .radio .radio__text:after {
  position: absolute;
  left: 9px;
  top: 6px;
  content: '';
  width: 8px;
  height: 8px;
  background: #1074b9;
  border-radius: 100px;
  opacity: 0;
  transition: 0.3s;
}

.lab-form .checkboxContainer input:disabled + label,
.lab-form .checkboxContainer input:disabled ~ .checkboxText {
  opacity: 0.7;
}

.lab-form .specimen-item {
  border-top: 1px dashed #cdcdcd;
  padding-top: 25px;
  padding-bottom: 25px;
}

.lab-form .specimen-item > .input-with-label__row {
  margin-bottom: 10px;
}

.lab-form .specimen-item.specimen-item_default {
  display: none;
}

.lab-form .add {
  font-size: 15px;
  color: #1074b9;
  position: relative;
  display: inline-block;
  padding-left: 29px;
  cursor: pointer;
}

.lab-form .add.add-research {
  margin-left: 200px;
}

.lab-form .add.add-specimen {
  margin-top: 30px;
}

.lab-form .add:before {
  content: '+';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background: #1074b9;
  color: white;
  text-align: center;
  line-height: 21px;
}

.lab-form .research-item {
  padding-bottom: 30px;
}

.lab-form .research-item > .input-with-label__row {
  margin-bottom: 0;
}

.lab-form .research-list-btn {
  font-size: 13px;
  position: relative;
  display: none;
  padding-left: 29px;
  cursor: pointer;
  margin-left: 200px;
  margin-top: 4px;
}

.lab-form .research-list-btn:before {
  content: 'i';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  border: 2px solid #1074b9;
  background: #fff;
  color: #1074b9;
  text-align: center;
  line-height: 17px;
  //transform: rotate(180deg);
  font-size: 13px;
  font-weight: 700;
}

.lab-form .method {
}

.lab_water_success {
  color: #243970;
}

.lab_water_success a {
  color: #243970;
  text-decoration: underline;
}

.lab-form .form-footer .price {
  font-weight: 700;
  font-size: 15px;
  color: #1074b9;
}

.lab-form .form-footer .btn {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  padding: 7px 15px;
}

.lab-form .research-list {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(16, 116, 185, 0.7);
}

.lab-form .research-list .research-list__container {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  display: block;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  background: white;
  z-index: 1000000;
  padding: 40px 49px;
  border-radius: 6px;
  overflow: auto;
  max-height: 638px;
  height: calc(100vh - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.lab-form .research-list .research-list__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -35px;
  padding: 7px 0 30px;
}

/*.lab-form .research-list .research-list__col {
	width: 50%;
	padding: 0 35px;

}*/

/*.lab-form .research-list .research-list__col:nth-of-type(1) {
	border-right: 1px solid #cdcdcd;
}*/

.lab-form .research-list .research-list__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  padding: 0 35px;
}

.lab-form .research-list .research-list__item:nth-of-type(odd) {
  border-right: 1px solid #cdcdcd;
}

.lab-form
  .research-list.research-list_custom
  .research-list__item:not(.visible) {
  display: none;
}

.lab-form
  .research-list.research-list_specific
  .research-list__item:not(.visible) {
  display: none;
}

.lab-form
  .research-list.research-list_specific
  .research-list__item
  .checkboxContainer
  label,
.lab-form
  .research-list.research-list_specific
  .research-list__item
  .checkboxContainer
  input {
  display: none;
}

.lab-form
  .research-list.research-list_specific
  .research-list__item
  .checkboxContainer
  input:disabled
  ~ .checkboxText {
  opacity: 1;
  position: relative;
  margin-left: 0px;
  padding-left: 20px;
}

.lab-form
  .research-list.research-list_specific
  .research-list__item
  .checkboxContainer
  input:disabled
  ~ .checkboxText:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background: #1074b9;
  border-radius: 100px;
  left: 0;
  top: 5px;
}

.lab-form .research-list.research-list_specific .research-list__item .price {
  display: none;
}

.lab-form .research-list .research-list__item .price {
  font-size: 13px;
  color: #1074b9;
}

.lab-form .research-list .research-list__footer {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0 0;
  border-top: 1px solid #cdcdcd;
}

.lab-form .research-list .research-list__footer .price {
  font-size: 20px;
  font-weight: 600;
  color: #1074b9;
}

.lab-form .fixed-price {
  position: fixed;
  bottom: 150px;
  right: 0;
  font-weight: 700;
  color: #fff;
  font-size: 20px;
  background: #243970;
  padding: 15px 30px 15px 25px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  display: none;
}

@media screen and (max-width: 992px) {
  .lab-form .fixed-price {
    bottom: 150px;
    font-size: 15px;
    padding: 15px 30px 15px 25px;
  }
}

@media screen and (max-width: 768px) {
  .lab-form .input-with-label .radio .radio__text {
    white-space: normal;
  }

  /*.lab-form .research-list .research-list__col {
		width: 100%;
		padding: 0 35px;

	}*/

  .lab-form .research-list .research-list__item {
    width: 100%;
    padding: 0 35px;
  }

  .lab-form .research-list .research-list__item:nth-of-type(odd) {
    border-right: none;
  }

  .lab-form .research-list .research-list__footer {
    display: block;
  }

  .lab-form .fixed-price {
    bottom: 150px;
    font-size: 12px;
    padding: 10px 20px 10px 20px;
  }
}

@media screen and (max-width: 576px) {
  .lab-form .input-with-label__row_1 {
    display: block !important;
  }

  .lab-form .input-with-label__row_1 .input-with-label {
    width: 100%;
  }

  .lab-form .input-with-label__passport {
    width: 100%;
  }

  .lab-form .research-list-btn {
    margin-left: 0;
  }

  .lab-form .add.add-research {
    margin-left: 0;
  }
}

/*кнопки ПЕРЕДАТЬ ПОКАЗАНИЯ и ОПЛАТИТЬ на Оренбурге*/
.mobile-payment-btn {
  display: none;
  position: fixed;
  bottom: 0px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 300px;
  z-index: 3;
  margin: 0 auto;
  padding-bottom: 15px;
}

.mobile-payment-btn .mobile-payment-btn__item {
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 3px 3px 0px rgb(0 0 0 / 35%);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 16px;
  display: inline-block;
  color: #006cb4;
}

.mobile-payment-btn .mobile-payment-btn__item:nth-of-type(1) {
  margin-right: 6px;
}

@media screen and (max-width: 768px) {
  .mobile-payment-btn {
    display: block;
  }
}

/*НОВОЕ МЕНЮ ДЛЯ ОРЕНБУРГА*/
.step-menu {
  position: relative;
  left: 0;
  /*overflow: visible!important;*/
  padding: 0 !important;
  width: 100% !important;
}

.mm-ocd__backdrop-clone {
  z-index: 3;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: -webkit-calc(100% - 80%);
  width: -moz-calc(100% - 80%);
  width: 20%;
  width: -webkit-calc(100% - var(--mm-ocd-width));
  width: -moz-calc(100% - var(--mm-ocd-width));
  width: calc(100% - var(--mm-ocd-width));
  min-width: -webkit-calc(100% - 360px);
  min-width: -moz-calc(100% - 360px);
  min-width: calc(100% - 360px);
  min-width: -webkit-calc(100% - var(--mm-ocd-max-width));
  min-width: -moz-calc(100% - var(--mm-ocd-max-width));
  min-width: calc(100% - var(--mm-ocd-max-width));
  max-width: -webkit-calc(100% - 282px);
  max-width: -moz-calc(100% - 282px);
  max-width: calc(100% - 282px);
  max-width: -webkit-calc(100% - var(--mm-ocd-min-width));
  max-width: -moz-calc(100% - var(--mm-ocd-min-width));
  max-width: calc(100% - var(--mm-ocd-min-width));
  background: rgba(3, 2, 1, 0);
}

.step-menu:before {
  content: '';
  position: absolute;
  left: 20px;
  top: 0;
  width: calc(100% - 40px);
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}

.step-menu ul {
  padding: 0 !important;
  width: 100% !important;
}

.step-menu li {
  padding: 0;
  position: static !important;
}

.step-menu .mobile-menu__item {
  position: static !important;
}

.step-menu .mobile-menu__item .mobile-sub {
  position: absolute;
  left: 0;
  top: 1px;
  /*bottom: auto!important;*/
  display: none;
  padding-top: 30px !important;
  /*overflow: hidden!important;*/
}

.step-menu .mobile-sub__item {
  position: static !important;
}

.step-menu .mobile-sub a {
  font-weight: 600;
  display: block;
  position: relative;
  margin-top: -webkit-calc((50px - 24px) / 2);
  margin-top: -moz-calc((50px - 24px) / 2);
  margin-top: 13px;
  margin-top: -webkit-calc(
    (var(--mm-spn-item-height) - var(--mm-spn-line-height)) / 2
  );
  margin-top: -moz-calc(
    (var(--mm-spn-item-height) - var(--mm-spn-line-height)) / 2
  );
  margin-top: calc((var(--mm-spn-item-height) - var(--mm-spn-line-height)) / 2);
  margin-bottom: -webkit-calc((50px - 24px) / 2);
  margin-bottom: -moz-calc((50px - 24px) / 2);
  margin-bottom: 13px;
  margin-bottom: -webkit-calc(
    (var(--mm-spn-item-height) - var(--mm-spn-line-height)) / 2
  );
  margin-bottom: -moz-calc(
    (var(--mm-spn-item-height) - var(--mm-spn-line-height)) / 2
  );
  margin-bottom: calc(
    (var(--mm-spn-item-height) - var(--mm-spn-line-height)) / 2
  );
  padding-right: 20px;
  padding-right: var(--mm-spn-item-indent);
  padding-left: 20px;
  padding-left: var(--mm-spn-item-indent);
  font-size: 13px;
  text-transform: none;
  color: #fff;
  line-height: 1.6;
}

.step-menu svg.icon-arrow-accord {
  position: absolute;
  right: 20px;
  top: 6px;
  transform: rotate(-90deg);
}

.step-menu-back {
  color: #243970;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: var(--mm-spn-item-indent);
  padding-right: var(--mm-spn-item-indent);
  padding-top: 8px;
  padding-bottom: 8px;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 4;
  top: 1px;
  left: 0;
  right: 0;
  background: #00a2dd;
}

/* Сторонний сервис записи */
.dmps-dateselect__time {
  pointer-events: none !important;
}

.dmps-timepicker {
  pointer-events: all !important;
}

/*Баннер опроса*/
.section-question {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.section-question .question__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

.section-question .question-banner {
  position: relative;
  /* background: url('/local/templates/vodokanal/./assets/img/question-bg.png'); */
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 24px 35px;
  border-radius: 6px;
  width: 100%;
}

.section-question .question-banner .content {
  width: 100%;
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 100%;
}

.section-question .question-banner .content p {
  font-size: 25px;
  color: white;
  line-height: 1.25;
  letter-spacing: -0.15px;
  margin-bottom: 10px;
}

.section-question .question-banner .content .label {
  font-size: 15px;
  background-color: #14ca4c;
  color: white;
  line-height: 1.25;
  letter-spacing: -0.15px;
  position: absolute;
  right: 20px;
  top: 0;
  padding: 5px;
  font-weight: 600;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.section-question .question-banner .content .btn {
  position: static;
  border: 1px solid hsla(0, 0%, 100%, 0.53);
  color: #fff;
  display: table;
  padding: 7px 11px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background: rgba(0, 0, 0, 0);
  font-size: 0.85714286rem;
  font-weight: 300;
  line-height: 1.2em;
  text-align: center;
  text-decoration: none;
  -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
  mask-image: -webkit-radial-gradient(#fff, #000);
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: auto;
  margin-left: auto;
}

.section-question .question-banner .content .btn_trans {
  border: 1px solid hsla(0, 0%, 100%, 0.53);
  background: rgba(0, 0, 0, 0);
  color: #fff;
  font-weight: 300;
}

.section-question .question__row_2 .question-banner {
  width: calc(50% - 5px);
}

.section-question .question__row_3 .question-banner {
  width: calc((100% / 3) - 5px);
  padding: 20px 16px 20px 24px;
}

.section-question .question__row_3 .question-banner .content p {
  font-size: 20px;
}

@media screen and (max-width: 1160px) {
  .section-question {
    margin-top: 60px !important;
    margin-bottom: 20px !important;
  }
}

@media screen and (min-width: 1024px) {
  .section-question .question-banner .content .btn_trans:hover {
    -webkit-box-shadow: 0 5px 40px -10px rgb(0 0 0 / 57%);
    -moz-box-shadow: 0 5px 40px -10px rgba(0, 0, 0, 0.57);
    box-shadow: 0 5px 40px -10px rgb(0 0 0 / 57%);
    text-shadow: 0 0 6px #fff;
  }
}

@media screen and (max-width: 1024px) {
  .section-question {
    margin-top: 60px !important;
    margin-bottom: 20px !important;
  }

  .section-question .question__row_2 .question-banner {
    width: calc((100% / 2) - 5px);
  }

  .section-question .question__row_3 .question-banner {
    width: calc((100% / 2) - 5px);
  }
}

@media screen and (max-width: 768px) {
  /*Баннер опроса*/
  .section-question .question-banner {
    /* background: none; */
    /* background-color: #1074b9; */
    padding: 24px;
    border-radius: 6px;
  }

  .section-question .question-banner .content p {
    font-size: 20px;
  }

  .section-question .question__row_2 .question-banner {
    width: 100%;
  }

  .section-question .question__row_3 .question-banner {
    width: 100%;
  }
}

.viv-calc .input-with-label input.error {
  border-color: red;
}

/* всплывашка опроса сбоку */
.side-label {
  position: fixed;
  bottom: 225px;
  right: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 20px 25px;
  width: 140px;
  background-color: #243970;
  z-index: 6;
  transition: 0.3s;
  right: -140px;
}

.side-label.show {
  right: 0;
}

.side-label .side-label__content p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 12px;
  line-height: 1.3;
}

.side-label .side-label__content p:not(.title) {
  font-weight: 700;
}

@media screen and (max-width: 1400px) {
  .side-label {
    bottom: 200px;
    width: 115px;
    padding: 15px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }

  .side-label .side-label__content p {
    font-size: 14px;
  }
}

@media screen and (max-width: 992px) {
  .side-label {
    bottom: auto;
    top: 50px;
  }

  .side-label .side-label__content p,
  .side-label .side-label__content a {
    font-size: 12px;
  }
}

/* ФОРМА SENDSAY */

.subpro_forma .subpro_clear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.subpro_forma .subpro_clear .subpro_left {
  width: 200px;
  padding-right: 20px;
  color: #243970;
  font-size: 13px;
}

.subpro_forma .subpro_clear .subpro_right {
  width: calc(100% - 200px);
  position: relative;
}

.subpro_forma
  .subpro_clear
  .subpro_right
  input:not([type='submit']):not([type='checkbox']) {
  padding: 9px;
  width: 100%;
  border: 1px solid #dce4e8;
  background: #f1f3f4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #243970;
  font-size: 1rem;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.subpro_forma .subpro_clear .subpro_right textarea {
  padding: 9px;
  width: 100%;
  height: 200px;
  border: 1px solid #dce4e8;
  background: #f1f3f4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #243970;
  font-size: 1rem;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  resize: none;
  outline: none;
}

.subpro_forma .subpro_clear .subpro_right [type='checkbox'] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.subpro_forma .subpro_clear .subpro_right [type='checkbox'] + label {
  position: relative;
  display: block;
  padding-left: 25px;
  font-size: 13px;
}

.subpro_forma .subpro_clear .subpro_right [type='checkbox'] + label:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: #f1f3f4;
  border: 1px solid #dce4e8;
  border-radius: 3px;
  left: 0;
}

.subpro_forma .subpro_clear .subpro_right [type='checkbox'] + label:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #243970;
  border-radius: 2px;
  left: 5px;
  top: 5px;
  transition: 0.3s;
  opacity: 0;
}

.subpro_forma
  .subpro_clear
  .subpro_right
  [type='checkbox']:checked
  + label:after {
  opacity: 1;
}

.subpro_forma .subpro_clear .subpro_right [type='submit'] {
  cursor: pointer;
  display: table;
  padding: 7px 11px;
  border: 1px solid rgba(36, 57, 112, 0.3);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background: #1074b9;
  color: #fff;
  font-size: 0.85714286rem;
  font-weight: 300;
  line-height: 1.2em;
  text-align: center;
  text-decoration: none;
  -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
  mask-image: -webkit-radial-gradient(#fff, #000);
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media screen and (max-width: 576px) {
  .subpro_forma .subpro_clear .subpro_left {
    width: 100%;
    margin-bottom: 5px;
  }

  .subpro_forma .subpro_clear .subpro_right {
    width: 100%;
  }
}

.partners__slider {
  margin: 0 -15px;
}

.partners__slider .slick-list {
  padding: 15px 0;
}

.partners__slider .slide {
  padding: 0 15px;
}

.partners__slider .partner__item {
  display: flex;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.partners__slider .slick-prev {
  z-index: 2;
  left: 0;
  width: 30px;
  height: 30px;
  background: url('/local/templates/vodokanal/./assets/img/slide-prev.png');
}

.partners__slider .slick-prev:hover,
.partners__slider .slick-prev:focus {
  background: url('/local/templates/vodokanal/./assets/img/slide-prev.png');
}

.partners__slider .slick-prev:before {
  display: none;
}

.partners__slider .slick-next {
  right: 0;
  z-index: 2;
  width: 30px;
  height: 30px;
  background: url('/local/templates/vodokanal/./assets/img/slide-next.png');
}

.partners__slider .slick-next:hover,
.partners__slider .slick-next:focus {
  background: url('/local/templates/vodokanal/./assets/img/slide-next.png');
}

.partners__slider .slick-next:before {
  display: none;
}

@media (max-width: 802px) {
  .partners__slider .partner__item {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .partners__slider .partner__item {
    width: 100%;
    height: 150px;
  }
}

/* СПИСОК ЭКСПЕРТОВ */
.expert-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.expert-list .expert-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 50%;
  margin-bottom: 45px;
}

.expert-list .expert-list__item .image {
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 100px;
  /* background-color: #000; */
}

.expert-list .expert-list__item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.expert-list .expert-list__item .content {
  padding: 0 15px 0 30px;
  width: calc(100% - 70px);
}

.expert-list .expert-list__item .content .name {
  font-size: 18px;
  color: #30afcf;
  font-weight: 700;
  margin-top: 5px;
}

.expert-list .expert-list__item .content .occup {
  font-size: 13px;
  margin-top: 4px;
  line-height: 17px;
  color: #243970;
}

@media screen and (max-width: 992px) {
  .expert-list .expert-list__item {
    display: block;
    padding-right: 30px;
  }

  .expert-list .expert-list__item .content {
    padding: 15px 0 0 0;
  }
}

@media screen and (max-width: 576px) {
  .expert-list .expert-list__item {
    width: 100%;
    display: block;
    padding-right: 0;
  }
}

/* Водовидеоканал */
.video-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.video-list .video-list__item {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 40px;
}

.video-list .video-list__item .image {
  height: 200px;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  margin-bottom: 12px;
}

.video-list .video-list__item .image .play {
  width: 41px;
  height: 41px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.video-list .video-list__item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-list .video-list__item .info .title p {
  color: #1074b9;
  font-weight: 700;
}

@media screen and (max-width: 576px) {
  .video-list .video-list__item {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 40px;
  }
}

.myth-fact {
  padding-top: 50px;
  margin-top: 50px;
  border-top: 1px dashed #bdc3c6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.myth-fact .image {
  width: 170px;
  height: 170px;
  overflow: hidden;
  border-radius: 100px;
}

.myth-fact .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.myth-fact .content {
  width: calc(100% - 170px);
  padding-left: 67px;
}

.myth-fact .fact {
  font-size: 15px;
  color: #30afcf;
  line-height: 25px;
  font-weight: 500;
  margin-top: 8px;
  margin-bottom: 5px;
}

.myth-fact .words-text p {
  font-style: italic;
}

@media screen and (max-width: 768px) {
  .myth-fact .content {
    margin-top: 15px;
    width: 100%;
    padding-left: 0;
  }
}

.more-myth {
  padding: 49px 0 65px;
  background: #30afcf;
}

.more-myth h2 {
  color: #fff;
  margin-bottom: 40px;
}

.more-myth .row {
  margin-left: -15px;
  margin-right: -15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.more-myth .item {
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  width: calc(100% / 3);
}

.more-myth .img-container {
  border-radius: 5px;
  position: relative;
  line-height: 0;
}

.more-myth .title-block {
  position: absolute;
  background: #243970;
  left: -5px;
  bottom: 17px;
  width: 87%;
  padding: 16px 22px;
  padding-right: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: 0.5s;
}

.more-myth .title-block .subtitle {
  color: #fff;
  font-size: 11px;
  line-height: 11px;
  font-weight: 300;
  margin: 0;
}

.more-myth .title-block .title {
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  margin: 0;
}

.more-myth .item .descr {
  padding-top: 13px;
  padding-left: 5px;
}

.more-myth .item .descr p {
  color: #fff;
  font-size: 13px;
  line-height: 20px;
}

.more-myth .btns {
  text-align: center;
  margin-top: 16px;
}

.more-myth .btns .myth-btn {
  font-size: 13px;
  font-weight: 600;
  padding: 7px 21px;
  background: #243970;
  color: #fff;
  display: inline-block;
}

@media screen and (max-width: 992px) {
  .more-myth .item {
    width: 50%;
  }
}

@media screen and (max-width: 500px) {
  .more-myth .item {
    width: 100%;
  }
}

/* Стили элементов для страницы Доступная вода */
.easywater-expert {
  margin-top: 62px;
  position: relative;
  border-bottom: 1px solid #bdc3c6;
  padding-bottom: 27px;
  margin-bottom: 58px;
}

.easywater-expert h3.in_block {
  margin-right: 17px;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 25px;
}

.easywater-expert .btn {
  position: relative;
  top: -5px;
  background: #30afcf;
  border: none;
  color: #fff;
  display: inline-block;
}

.easywater-expert .expert {
  position: relative;
  margin: 17px 0;
}

.easywater-expert .img-container {
  position: absolute;
  left: 0;
  top: -20px;
  width: 108px;
  height: 108px;
  border-radius: 100px;
  overflow: hidden;
}

@media screen and (max-width: 600px) {
  .easywater-expert .img-container {
    position: initial;
    left: 0;
    top: -20px;
    text-align: center;
    margin-bottom: 20px;
  }
}

.easywater-expert .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.easywater-expert .about {
  padding-left: 17%;
}

@media screen and (max-width: 1220px) {
  .easywater-expert .about {
    padding-left: 22%;
  }
}

@media screen and (max-width: 600px) {
  .easywater-expert .about {
    padding-left: 0;
  }
}

.easywater-expert .about .name {
  font-size: 20px;
  line-height: 20px;
  color: #30afcf;
  margin: 0;
  margin-bottom: 14px;
}

.easywater-expert .about .text p {
  line-height: 20px;
}

.easywater-expert .about .text p:first-child {
  margin-top: 0;
}

.easywater-slider {
  margin-bottom: 63px;
  background: #eff3f4;
  border-radius: 5px;
  padding: 36px;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .easywater-slider.slick-dotted.slick-slider {
    padding: 20px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 992px) {
  .easywater-slider {
    padding-bottom: 65px;
  }
}

.easywater-slider-block {
  border-top: 1px solid #bdc3c6;
  padding-top: 30px;
  margin-top: 40px;
}

.easywater-slider-block h3 {
  margin-bottom: 34px;
}

.easywater-slider-block .row {
  margin: 0 -15px;
}

.easywater-slider-block .col {
  width: 100%;
  padding: 0 15px;
}

.easywater-slider-block .col-30 {
  width: calc(100% / 3);
}

.easywater-slider-block .col-60 {
  width: 60%;
}

.easywater-slider-block .col-40 {
  width: 40%;
}

.easywater-slider-block .col-50 {
  width: 50%;
}

@media (max-width: 768px) {
  .easywater-slider-block .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .easywater-slider-block .col {
    width: 100% !important;
  }
}

.easywater-slider .slide-name {
  font-weight: 600;
  color: #243970;
  font-size: 30px;
  margin: 0;
  margin-bottom: 33px;
  line-height: 1;
}

.easywater-slider .slide .slide-more-water {
  padding: 44px 0 70px;
}

.easywater-slider .slide .slide-point {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .easywater-slider .slide .slide-point {
    margin-bottom: 25px;
  }
}

.easywater-slider .slide .slide-point img {
  margin: auto;
}

.easywater-slider .slide .slide-point__name {
  margin: 0;
  margin-top: 22px;
  font-weight: 600;
  color: #243970;
  font-size: 15px;
  line-height: 16px;
}

.easywater-slider .slide-name.md {
  font-size: 30px;
  font-weight: 400;
}

.easywater-slider .slide-name.sml {
  font-size: 27px;
  font-weight: 400;
}

.easywater-slider .slide .slide-point__descr {
  margin: 0;
  margin-top: 15px;
  color: #243970;
  font-size: 14px;
  line-height: 16px;
}

.easywater-slider .slide .slide-man .img-container {
  display: inline-block;
  width: 37%;
  text-align: center;
  vertical-align: middle;
  height: 130px;
}

@media screen and (max-width: 768px) {
  .easywater-slider .slide .slide-man .img-container {
    width: 31%;
  }
}

.easywater-slider .slide .slide-man .descr {
  display: inline-block;
  width: 51%;
  vertical-align: middle;
}

.easywater-slider .slide .slide-man .descr .number {
  font-size: 60px;
  font-weight: 700;
  color: #243970;
  margin-bottom: 26px;
  display: block;
}

.easywater-slider .slide .slide-man .descr .info {
  font-size: 14px;
  line-height: 16px;
  margin: 0;
  color: #243970;
}

.easywater-slider .slide .slide-map-list ul {
  margin: 8px 0;
  margin-left: -17px;
  padding-right: 6px;
}

@media screen and (max-width: 768px) {
  .easywater-slider .slide .slide-map-list ul {
    margin-left: 0;
  }
}

.easywater-slider .slide .slide-map-list li {
  position: relative;
  line-height: 20px;
}

.easywater-slider .slide .slide-map-list li:before {
  position: absolute;
  left: -17px;
  font-size: 19px;
  top: 3px;
  content: '•' !important;
  color: #30afcf;
}

.easywater-slider .slide .slide-map-list li .name {
  display: inline-block;
  font-size: 12px;
  margin: 0;
}

.easywater-slider .slide .slide-map-list li span {
  display: inline-block;
  float: right;
  font-size: 18px;
  font-weight: 600;
}

.easywater-slider .slide .slide-map-list li.nw p,
.easywater-slider .slide .slide-map-list li.nw span,
.easywater-slider .slide .slide-map-list li.nw:before {
  color: #2faecf;
}

.easywater-slider .slide .slide-map-list li.center p,
.easywater-slider .slide .slide-map-list li.center span,
.easywater-slider .slide .slide-map-list li.center:before {
  color: #1074b8;
}

.easywater-slider .slide .slide-map-list li.s p,
.easywater-slider .slide .slide-map-list li.s span,
.easywater-slider .slide .slide-map-list li.s:before {
  color: #31ceba;
}

.easywater-slider .slide .slide-map-list li.kav p,
.easywater-slider .slide .slide-map-list li.kav span,
.easywater-slider .slide .slide-map-list li.kav:before {
  color: #aa6ca6;
}

.easywater-slider .slide .slide-map-list li.priv p,
.easywater-slider .slide .slide-map-list li.priv span,
.easywater-slider .slide .slide-map-list li.priv:before {
  color: #62d195;
}

.easywater-slider .slide .slide-map-list li.ural p,
.easywater-slider .slide .slide-map-list li.ural span,
.easywater-slider .slide .slide-map-list li.ural:before {
  color: #81c93b;
}

.easywater-slider .slide .slide-map-list li.sib p,
.easywater-slider .slide .slide-map-list li.sib span,
.easywater-slider .slide .slide-map-list li.sib:before {
  color: #ffc200;
}

.easywater-slider .slide .slide-map-list li.dv p,
.easywater-slider .slide .slide-map-list li.dv span,
.easywater-slider .slide .slide-map-list li.dv:before {
  color: #ff8f8f;
}

.easywater-slider .slick-dots {
  bottom: 24px;
  left: 0;
}

.easywater-slider .slick-dots li {
  width: 8px;
}

.easywater-slider .slick-dots li button {
  width: 7px;
}

.easywater-slider .slick-dots li button:before {
  opacity: 1;
  color: #243970;
  width: 7px;
}

.easywater-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #243970;
  border: 2px solid #243970;
  background-color: transparent;
  border-radius: 50px;
  width: 7px;
  height: 7px;
  top: 5px;
  content: '';
}

/* Блок Понравилась ли статья */
.like-block {
  background: #f4f4f4;
  padding: 40px 47px 0;
  margin-top: 61px;
  margin-bottom: 74px;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .like-block {
    margin: 20px 0;
    padding: 20px;
  }
}

.like-block .title {
  font-size: 30px;
  color: #243970;
  margin-top: 0;
  margin-bottom: 19px;
}

.like-block .row {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.like-block .col {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .like-block .col {
    width: 100%;
  }
}

.like-block .progresses {
  padding: 14px 22px;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .like-block .progresses {
    padding-left: 0;
    margin-top: 20px;
    padding-bottom: 0;
  }
}

.like-block .btn {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  font-size: 12px;
  font-weight: 300;
  background-repeat: no-repeat;
  padding: 8px 12px;
  line-height: 1.2em;
  border: 1px solid #243970;
  border-radius: 50px;
  vertical-align: middle;
  color: #243970;
  transition: 0.4s;
  background: 0 0;
}

.like-block .blue-btn.dislike-btn,
.like-block .blue-btn.like-btn {
  font-weight: 600;
  padding: 8px 22px;
  font-size: 13px;
  margin-bottom: 5px;
}

.like-block .blue-btn {
  background: #30afcf;
  border: none;
  color: #fff;
}

.like-block .blue-btn.dislike-btn.dark,
.like-block .blue-btn.like-btn.dark {
  background: #243970;
}

.progress {
  overflow: hidden;
  height: 8px;
  margin-bottom: 33px;
  background: #dbdbdb;
  border-radius: 4px;
}

.progress {
  overflow: visible;
}

.progress .progress-bar {
  position: relative;
  border-radius: 4px;
}

.progress .progress-bar {
  width: 0%;
  height: 8px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background: #30afcf;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 0.5s ease-in;
  -moz-transition: opacity 0.5s ease-in;
  -o-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress .progress-bar.dislike-progress {
  background: #243970;
}

.progress .progress-bar span {
  position: absolute;
  bottom: -20px;
  font-size: 13px;
  font-weight: 600;
  line-height: 10px;
  padding: 2px 3px 2px 4px;
  right: 0;
  border-radius: 2px;
  color: #30afcf;
}

.section-news-detail .text {
  color: #243970;
  font-size: 1.07142857rem;
  font-weight: 500;
  line-height: 1.78571429rem;
}

.section-news-detail .text a {
  color: #00a2dd;
  text-decoration: underline;
}

.modal_danger {
  max-width: 800px !important;

  a.close-modal {
    position: absolute;
    top: -12.5px;
    right: -12.5px;
    display: block !important;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==);
  }

  .modal-title {
    position: relative;
    padding-right: 40px;

    svg {
      position: absolute;
      right: 0;
      top: 0;
    }
  }
}

/* End */


/* Start:/local/templates/vodokanal/template_styles.css?175432071443*/
.warning__link{
	display:none!important
}
/* End */
/* /local/templates/vodokanal/styles.css?175432071451709 */
/* /local/templates/vodokanal/template_styles.css?175432071443 */
