@font-face {
  font-family: 'PlumbC';
  src: local('PlumbC'), url("../fonts/PlumbC/plumbCLight.eot"), url("../fonts/PlumbC/plumbCLight.eot?#iefix") format('embedded-opentype'), url("../fonts/PlumbC/plumbCLight.woff") format('woff'), url("../fonts/PlumbC/plumbCLight.ttf") format('truetype'), url("../fonts/PlumbC/plumbCLight.svg#plumbclight") format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'PlumbC';
  src: local('PlumbC'), url("../fonts/PlumbC/plumbCRegular.eot"), url("../fonts/PlumbC/plumbCRegular.eot?#iefix") format('embedded-opentype'), url("../fonts/PlumbC/plumbCRegular.woff") format('woff'), url("../fonts/PlumbC/plumbCRegular.ttf") format('truetype'), url("../fonts/PlumbC/plumbCRegular.svg#plumbcregular") format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'PlumbC';
  src: local('PlumbC'), url("../fonts/PlumbC/plumbCMedium.eot"), url("../fonts/PlumbC/plumbCMedium.eot?#iefix") format('embedded-opentype'), url("../fonts/PlumbC/plumbCMedium.woff") format('woff'), url("../fonts/PlumbC/plumbCMedium.ttf") format('truetype'), url("../fonts/PlumbC/plumbCMedium.svg#plumbcmedium") format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'PlumbC';
  src: local('PlumbC'), url("../fonts/PlumbC/plumbCBold.eot"), url("../fonts/PlumbC/plumbCBold.eot?#iefix") format('embedded-opentype'), url("../fonts/PlumbC/plumbCBold.woff") format('woff'), url("../fonts/PlumbC/plumbCBold.ttf") format('truetype'), url("../fonts/PlumbC/plumbCBold.svg#plumbcbold") format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'PlumbC';
  src: local('PlumbC'), url("../fonts/PlumbC/plumbCBlack.eot"), url("../fonts/PlumbC/plumbCBlack.eot?#iefix") format('embedded-opentype'), url("../fonts/PlumbC/plumbCBlack.woff") format('woff'), url("../fonts/PlumbC/plumbCBlack.ttf") format('truetype'), url("../fonts/PlumbC/plumbCBlack.svg#plumbcblack") format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'PlumbC';
  src: local('PlumbC'), url("../fonts/PlumbC/plumbCBlackSoft.eot"), url("../fonts/PlumbC/plumbCBlackSoft.eot?#iefix") format('embedded-opentype'), url("../fonts/PlumbC/plumbCBlackSoft.woff") format('woff'), url("../fonts/PlumbC/plumbCBlackSoft.ttf") format('truetype'), url("../fonts/PlumbC/plumbCBlackSoft.svg#plumbcblacksoft") format('svg');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'PlumbCond';
  src: local('PlumbCond'), url("../fonts/PlumbC/plumbCondensedRegular.eot"), url("../fonts/PlumbC/plumbCondensedRegular.eot?#iefix") format('embedded-opentype'), url("../fonts/PlumbC/plumbCondensedRegular.woff") format('woff'), url("../fonts/PlumbC/plumbCondensedRegular.ttf") format('truetype'), url("../fonts/PlumbC/plumbCondensedRegular.svg#plumbcondensedregular") format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'PlumbCond';
  src: local('PlumbCond'), url("../fonts/PlumbC/plumbCondensedLight.eot"), url("../fonts/PlumbC/plumbCondensedLight.eot?#iefix") format('embedded-opentype'), url("../fonts/PlumbC/plumbCondensedLight.woff") format('woff'), url("../fonts/PlumbC/plumbCondensedLight.ttf") format('truetype'), url("../fonts/PlumbC/plumbCondensedLight.svg#plumbcondensedlight") format('svg');
  font-weight: 300;
  font-style: normal;
}
html,
body {
  height: 100%;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial;
  margin: 0;
}
a,
button,
input,
textarea {
  outline: none !important;
}
a,
a:focus {
  color: #3cb878;
  text-decoration: initial;
}
a:hover {
  color: rgba(60,184,120,0.8);
  text-decoration: initial;
}
.button {
  background: none;
  border: none;
  cursor: pointer;
}
.button_theme_green,
.button_theme_green:focus {
  background-color: #16AF49;
  color: #fff;
  display: inline-block;
  font-family: 'PlumbCond', "Helvetica Neue", Helvetica, Arial;
  -o-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
}
.button_theme_green:hover,
.button_theme_green:focus:hover {
  background-color: #000;
  color: #fff;
}
.button_theme_green.button_size_s,
.button_theme_green:focus.button_size_s {
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  padding: 6px 40px;
}
.button_theme_green.button_size_m,
.button_theme_green:focus.button_size_m {
  font-size: 26px;
  font-weight: 300;
  line-height: 28px;
  padding: 11px 25px;
}
.button_theme_orange,
.button_theme_orange:focus {
  background-color: #fea805;
  color: #fff;
  display: inline-block;
  font-family: 'PlumbCond', "Helvetica Neue", Helvetica, Arial;
  -o-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
}
.button_theme_orange:hover,
.button_theme_orange:focus:hover {
  background-color: rgba(184, 125, 4, 0.8);
  color: #fff;
}
.button_theme_orange.button_size_s,
.button_theme_orange:focus.button_size_s {
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  padding: 6px 40px;
}
.button_theme_orange.button_size_m,
.button_theme_orange:focus.button_size_m {
  font-size: 26px;
  font-weight: 300;
  line-height: 28px;
  padding: 11px 25px;
}

.content-inner {
  margin-top: -10px;
}
.content-inner__m20 {
  margin: 20px 0;
}
.content-inner__align-center {
  text-align: center;
}
.content-inner h3 {
  font-weight: 300;
  margin-top: 30px;
  margin-bottom: 30px;
}
.content-inner p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 25px;
}
.content-inner p a,
.content-inner li a {
  color: #3cb878;
}
.content-inner p a:hover,
.content-inner li a:hover {
  color: rgba(60,184,120,0.8);
}
.content-inner__ol-list-yellow-points {
  counter-reset: agreement-item;
  margin: 0;
  padding: 0;
}
.content-inner__ol-list-yellow-points li {
  counter-increment: agreement-item;
  list-style: none;
  margin: 15px 0;
  padding: 0 0 0 45px;
  position: relative;
}
.content-inner__ol-list-yellow-points li:before {
  color: #fff;
  content: counters(agreement-item, '') " ";
  left: 0;
  padding-left: 6px;
  position: absolute;
  top: 0;
  z-index: 1;
}
.content-inner__ol-list-yellow-points li:after {
  background-color: #f79521;
  border-radius: 50%;
  content: '';
  left: 0;
  height: 20px;
  position: absolute;
  top: 0;
  width: 20px;
}
.content-inner__collapse p:last-child,
.content-inner__collapse ul:last-child,
.content-inner__collapse ol:last-child {
  margin-bottom: 0;
}
.content-inner__title-page {
  font-size: 30px;
  font-weight: 300;
  line-height: 34px;
  margin-bottom: 20px;
}
.content-inner__title-page_current {
  font-weight: 600;
}
.content-inner__title-page_icon {
  margin: 0 25px 0 30px;
}
.content-inner__title-page-yellow {
  margin: 50px 0;
  position: relative;
  text-align: center;
}
.content-inner__title-page-yellow:after {
  background-color: #e5e5e5;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  margin: auto 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.content-inner__title-page-yellow_text {
  background-color: #fff;
  color: #f79521;
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  padding: 0 10px;
  position: relative;
  vertical-align: middle;
  z-index: 1;
}
.content-inner__list-pictures-links {
  text-align: center;
}
.content-inner__list-pictures-links_item {
  display: inline-block;
  margin: 25px 2%;
  vertical-align: top;
  text-align: center;
  width: 30%;
}
.content-inner__list-pictures-links_item:nth-child(3n + 1) {
  margin-left: 0;
}
.content-inner__list-pictures-links_item:nth-child(3n + 3) {
  margin-right: 0;
}
.content-inner__list-pictures-links_image {
  margin: 0 auto;
  width: 100%;
}
.content-inner__list-pictures-links_image img {
  height: auto;
  max-width: 100%;
}
.content-inner__list-pictures-links_title {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 20px;
}
@media only screen and (max-width: 1000px) {
  .content-inner__list-pictures-links_item {
    margin: 25px 1.8%;
  }
  .content-inner__list-pictures-links_title {
    font-size: 13px;
    line-height: 15px;
  }
}
.council__preview-text {
  color: #6c7570;
  font-size: 13px;
  line-height: 22px;
}
.council__list-council_item {
  margin: 40px 0;
}
.council__list-council_photo {
  float: left;
  height: 180px;
  overflow: hidden;
  width: 180px;
}
.council__list-council_photo img {
  height: auto;
  max-width: 100%;
}
.council__list-council_info {
  float: left;
  margin-left: -190px;
  padding-left: 220px;
  width: 100%;
}
.council__list-council_name {
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 5px;
}
.council__list-council_description {
  color: #6c7570;
  font-size: 13px;
  line-height: 22px;
}
@media only screen and (max-width: 768px) {
  .council__list-council_photo {
    float: none;
    display: block;
    margin: 0 0 20px;
  }

  .council__list-council_info {
    float: none;
    margin: 0;
    padding: 0;
  }
}
.documents {
  margin-bottom: 80px;
  width: 100%;
}
.documents__list_item {
  float: left;
  width: 25%;
}
@media only screen and (max-width: 568px) {
  .documents__list {
    text-align: center;
  }

  .documents__list_item {
    display: inline-block;
    float: none;
    margin: 0 5px;
    vertical-align: top;
    text-align: center;
    width: 45%;
  }
}
.documents__list_image img {
  height: auto;
  max-width: 100%;
}
.documents__list_title {
  display: block;
  font-size: 14px;
  line-height: 18px;
  margin-top: 10px;
}
.documents__list_info {
  color: #6c7570;
  font-size: 14px;
  line-height: 18px;
  margin-top: 10px;
}
.documents__list-blocks {
  margin-top: 40px;
}
.documents__list-blocks_item {
  display: block;
  margin: 0 0 30px;
  text-align: center;
}
.documents__list-blocks_item:last-child {
  margin-bottom: 0;
}
.documents__list-blocks_title {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  margin-top: 10px;
}
.documents__list-blocks_info {
  color: #6c7570;
  font-size: 14px;
  line-height: 18px;
}
.general-menu {
  background-color: rgba(50,50,50,0.8);
  min-height: 100%;
  height: 100%;
}
.general-menu__header {
  display: block;
  padding: 25px 20px;
  -o-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
}
.general-menu__header:hover {
  background-color: rgba(255,255,255,0);
}
.general-menu__logo {
  background: url("../images/logo_small.png") no-repeat center center;
  display: block;
  height: 75px;
  /* width: 38px; */
}
.general-menu__tagline {
  color: #fff;
  font-family: 'PlumbCond', "Helvetica Neue", Helvetica, Arial;
  font-size: 15px;
  line-height: 24px;
  margin-top: 40px;
  text-transform: uppercase;
}
.general-menu__list {
  margin: 0;
  padding: 0;
}
.general-menu__list_item {
  border-bottom: 1px solid rgba(255,255,255,0.2);
  list-style: none;
  margin: 0 20px;
  padding: 0;
  position: relative;
}
.general-menu__list_item:last-child {
  border-bottom: none;
}
.general-menu__list_item:hover .general-menu__list_link {
  color: #3CB878;
}
.general-menu__list_item:hover .general-menu__list_link::after {
  width: 100%;
}
.general-menu__list_link,
.general-menu__list_link:focus {
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
  color: #fff;
  display: block;
  font-size: 14px;
  margin: -1px -20px -1px;
  padding: 15px 20px;
  position: relative;
  text-transform: uppercase;
  -o-transition: color 0.1s 0.15s ease-in;
  transition: color 0.1s 0.15s ease-in;
}
.general-menu__list_link::after,
.general-menu__list_link:focus::after {
  background-color: rgba(255,255,255,0.05);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  -o-transition: width 0.15s ease-in;
  transition: width 0.15s ease-in;
  width: 0;
}
.general-menu__list_item:hover .general-menu__submenu {
  width: 195px;
}
.general-menu__submenu {
  background-color: #36A95B;
  left: calc(100% + 20px);
  overflow: hidden;
  position: absolute;
  top: 0;
  -o-transition: width 0.15s 0.15s ease-in;
  transition: width 0.15s 0.15s ease-in;
  width: 0;
}
.general-menu__submenu_wrapper {
  margin: 0;
  padding: 20px 25px;
  width: 195px;
}
.general-menu__submenu .general-menu__list_item {
  border: none;
  margin: 0;
}
.general-menu__submenu .general-menu__list_link,
.general-menu__submenu .general-menu__list_link:focus {
  border: none;
  color: #fff !important;
  display: block;
  font-size: 14px;
  line-height: 16px;
  margin: 0;
  padding: 5px 0;
  text-transform: inherit;
  -o-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
}
.general-menu__submenu .general-menu__list_link:hover,
.general-menu__submenu .general-menu__list_link:focus:hover {
  color: rgba(0,0,0,0.6);
}
.general-menu__submenu .general-menu__list_link::after,
.general-menu__submenu .general-menu__list_link:focus::after {
  display: none;
}
.header {
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  padding: 30px 0;
  position: relative;
}
.header__logo {
  background: #fff url("../images/logo_small.png") no-repeat center center;
  display: none;
  height: 90px;
  vertical-align: middle;
  width: 90px;
}
.header__logo-mobile {
  display: none;
  width: 150px;
  font-size: 12px;
  line-height: 14px; 
  position: absolute;
  right: 0;
  top: 24px;
}
@media only screen and (max-width:990px) {
  .admin-bar .header {
    margin-top: 32px;
  }
  .header {
    padding: 0;
  }

  .header__logo {
    display: inline-block;
  }

  .header__hot-line,
  .header__email {
    vertical-align: middle !important;
  }

  .general-menu__header {
    display: none;
  }
}
@media only screen and (max-width:168px) {
  .header__logo-mobile {
    display: block;
  }
  .header__hot-line_phone-number {
    font-size: 16px !important;
  }
  .header__hot-line,
  .header__email {
    margin: 20px 10px 0 0 !important;
  }
  .header__email {
    margin-right: 0 !important;
  }
  .header__email_address {
    font-size: 14px !important;
  }
}
.header__hot-line,
.header__email {
  display: inline-block;
  vertical-align: bottom;
}
.header__hot-line_phone-number,
.header__hot-line_tagline {
  display: inline-block;
  vertical-align: middle;
}
.header__hot-line_phone-number {
  font-size: 24px;
  line-height: 26px;
}
.header__hot-line_tagline {
  font-size: 10px;
  line-height: 12px;
  margin-left: 15px;
}
.header__hot-line_tagline-large {
  font-size: 15px;
  line-height: 17px;
}
.header__email {
  border-left: 1px solid #e5e5e5;
  margin-left: 15px;
  padding-left: 15px;
}
.header__email_title {
  font-size: 15px;
  line-height: 17px;
}
.header__email_address {
  font-size: 15px;
  line-height: 17px;
}
.header__sign-in {
  float: right;
  margin-top: px;
}
.header__sign-in .link {
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}
@media only screen and (max-width: 1439px) {
  .header__sign-in {
    float: none;
    margin-top: 37px;
    position: absolute;
    right: 0;
    top: 0px;
  }
  .header__upin {
    float: none;
    margin-top: 27px;
    position: relative;
    right: 0;
    top: 10px;
  }
  .header__hot-line_tagline-large {
    font-size: 14px;
    line-height: 16px;
  }
}
.information {
  background: url("../images/bg.png") no-repeat center right;
  background-size: cover;
  display: table;
  height: 100%;
  margin-right: 150px;
  min-height: 670px;
  padding-left: 20px;
  padding-right: 170px;
  position: fixed;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.information__logo {
  background: url("../images/logo_text_left.png") no-repeat center center;
  background-size: contain;
  height: 260px;
  left: 20px;
  margin: 0 auto;
  max-width: 235px;
  position: absolute;
  right: 170px;
  top: 5%;
  width: 100%;
}
.information__info {
  display: table-cell;
  padding-bottom: 160px;
  vertical-align: bottom;
  text-align: center;
}
.information__our-goal {
  color: #fff;
  font-family: 'PlumbCond', "Helvetica Neue", Helvetica, Arial;
  font-size: 17px;
  font-weight: 300;
  line-height: 21px;
}
.information__help-block {
  /* background-color: rgba(255, 255, 255, 0.2); */
  /* border: 1px solid rgba(255, 255, 255, 0.5); */
  margin: 5% auto 0;
  max-width: 635px;
  /* padding: 3% 0; */
}
.information__help-block .button,
.information__help-block .button:focus {
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  padding: 6px 10px;
  vertical-align: middle;
}
.information__help-block_separator {
  background-color: rgba(255,255,255,0.5);
  display: inline-block;
  height: 70px;
  margin: 0 6%;
  vertical-align: middle;
  width: 1px;
}
.information__socials {
  bottom: 5%;
  display: table;
  left: 0;
  margin: 0 auto;
  max-width: 200px;
  position: absolute;
  left: 0px;
  right: 130px;
}
.information__socials_item {
  display: inline-block;
  margin: 0 8px;
  vertical-align: middle;
}
.information__socials_item:first-child {
  margin-left: 0;
}
.information__socials_item:last-child {
  margin-right: 0;
}
.information__socials_link {
  display: block;
  -o-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}
.information__socials_link:hover {
  opacity: 0.8;
}
.information__socials_instagram {
  background-image: url("../images/sprites/socials.png");
  background-position: 0px 0px;
  width: 31px;
  height: 32px;
}
.information__socials_vk {
  background-image: url("../images/sprites/socials.png");
  background-position: -29px -40px;
  width: 24px;
  height: 30px;
}
.information__socials_facebook {
  background-image: url("../images/sprites/socials.png");
  background-position: -113px 0px;
  width: 17px;
  height: 34px;
}
.information__socials_twitter {
  background-image: url("../images/sprites/socials.png");
  background-position: -73px 0px;
  width: 32px;
  height: 26px;
}
.information__socials_odnoklassniki {
  background-image: url("../images/sprites/socials.png");
  background-position: 0px -40px;
  width: 21px;
  height: 34px;
}
.information__socials_tjournal {
  background-image: url("../images/sprites/socials.png");
  background-position: -39px 0px;
  width: 26px;
  height: 32px;
}
@media only screen and (min-height: 550px) and (min-width: 1280px) {
  .information__our-goal {
    font-size: 18px;
    line-height: 23px;
  }
  .information__help-block_separator {
    height: 20px;
  }
  .information__help-block .button,
  .information__help-block .button:focus {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    padding: 6px 10px;
    margin: 5px 0px 5px 0px;
  }
}
@media only screen and (min-height: 700px) and (min-width: 1360px) {
  .information__our-goal {
	font-size: 23px;
    line-height: 27px;
  }
}
@media only screen and (min-height: 800px) and (min-width: 1600px) {
  .information__our-goal {
    font-size: 25px;
    line-height: 30px;
  }
}
@media only screen and (min-height: 900px) and (min-width: 2040px) {
  .information__our-goal {
    font-size: 30px;
    line-height: 35px;
  }
  .information__help-block_separator {
    height: 70px;
  }
  .information__help-block .button,
  .information__help-block .button:focus {
    font-size: 26px;
    font-weight: 300;
    line-height: 28px;
    padding: 11px 25px;
  }
}
.link_green,
.link_green:focus {
  color: #3cb878;
}
.link_green:hover,
.link_green:focus:hover {
  color: rgba(60,184,120,0.8);
}
.link_yellow,
.link_yellow:focus {
  color: #f79521;
}
.link_yellow:hover,
.link_yellow:focus:hover {
  color: rgba(247,149,33,0.8);
}
.mass-media-about-us,
.page-id-19 .display-posts-listing {
  margin: 0 0 80px;
  padding: 0;
  width: 100%;
}
.mass-media-about-us__list_item,
.page-id-19 .display-posts-listing .listing-item {
  list-style: none;
  margin-bottom: 50px;
}
.mass-media-about-us__list_item:last-child,
.page-id-19 .display-posts-listing .listing-item:last-child {
  margin-bottom: 0;
}
.mass-media-about-us__list_title,
.page-id-19 .display-posts-listing .listing-item .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}
.mass-media-about-us__list_title:hover,
.page-id-19 .display-posts-listing .listing-item .title:hover {
  text-decoration: underline;
}
.mass-media-about-us__list_info {
  color: #6c7570;
  font-size: 14px;
  line-height: 16px;
  margin-top: 10px;
}
.mass-media-about-us__all-articles {
  margin: 40px 0 0;
  text-align: center;
}
.news {
  margin: 40px 0 50px;
}
.news__title {
  color: black;
  display: block;
  margin-bottom: 50px;
  position: relative;
  text-align: center;
}
.news__title:after {
  background-color: #e5e5e5;
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  margin: auto 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.news__title_text {
  background-color: #fff;
  display: inline-block;
  font-size: 35px;
  font-weight: 600;
  line-height: 20px;
  padding: 0 75px;
  position: relative;
  text-transform: uppercase;
  vertical-align: middle;
  z-index: 1;
}
.news__item {
  margin-bottom: 40px;
}
.news__item_image {
  border-radius: 50%;
  float: left;
  height: 140px;
  overflow: hidden;
  position: relative;
  width: 140px;
}
.news__item_image img {
  left: -999px;
  margin: auto;
  position: absolute;
  right: -999px;
  max-width: 150%;
}
.news__item_info {
  float: left;
  margin-left: -140px;
  padding-left: 180px;
  width: 100%;
}
.news__item_date {
  color: #979797;
  font-size: 11px;
  line-height: 13px;
}
.news__item_title,
.news__item_title:focus {
  color: #3cb878;
  display: block;
  font-size: 24px;
  line-height: 26px;
  margin-top: 5px;
}
.news__item_title:hover,
.news__item_title:focus:hover {
  color: rgba(60,184,120,0.8);
}
.news__item_description {
  font-size: 16px;
  line-height: 18px;
  margin-top: 25px;
}
.nursing-homes-need-help {
  border-top: 1px solid #e5e5e5;
  padding: 50px 0 0;
}
.nursing-homes-need-help__header_title {
  float: left;
  font-size: 30px;
  font-weight: 600;
  line-height: 34px;
}
.nursing-homes-need-help__header_all-homes {
  float: right;
  padding: 7px 0;
}
.nursing-homes-need-help__header_all-homes .link {
  font-size: 14px;
  line-height: 16px;
}
.nursing-homes-need-help__header_all-homes .link .arrow-rarr {
  display: inline-block;
  left: 0;
  margin-left: 5px;
  background-image: url("../images/sprites/sprites.png");
  background-position: 0px -83px;
  width: 26px;
  height: 13px;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
  position: relative;
  vertical-align: middle;
}
.nursing-homes-need-help__header_all-homes .link:hover .arrow-rarr {
  left: 5px;
  opacity: 0.8;
}
.nursing-homes-need-help__homes {
  margin-top: 60px;
  display: flex;
  flex-flow: row wrap;
}
.nursing-homes-need-help__home {
  border-right: 1px solid #e5e5e5;
  /*float: left;*/
  /*height: 300px;*/
  padding: 0px 10px 0px 10px;
  margin-bottom: 35px;
  width: 33.333%;
}
.nursing-homes-need-help__home:first-child {
  padding-left: 0;
}
.nursing-homes-need-help__home:last-child {
  border-right: none;
  padding-right: 0;
}
.nursing-homes-need-help__home_image,
.nursing-homes-need-help__home_collected-collect {
  display: inline-block;
  vertical-align: top;
}
.nursing-homes-need-help__home_image {
  border-radius: 50%;
  height: 85px;
  overflow: hidden;
  position: relative;
  width: 85px;
}
.nursing-homes-need-help__home_image img {
  bottom: -999px;
  height: 90px;
  left: -999px;
  margin: auto;
  top: -999px;
  position: absolute;
  right: -999px;
}
.nursing-homes-need-help__home_collected-collect {
  margin-left: 20px;
  width: 115px;
}
.nursing-homes-need-help__home_collected-collect_title {
  font-size: 12px;
  line-height: 14px;
  margin-top: 5px;
}
.nursing-homes-need-help__home_collected-collect_title:first-child {
  margin-top: 0;
}
.nursing-homes-need-help__home_collected-money-all {
  color: #3cb878;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}
.nursing-homes-need-help__home_collected-money-scale {
  height: 4px;
  margin: 5px 0;
  position: relative;
  width: 100%;
}
.nursing-homes-need-help__home_collected-money-scale_green,
.nursing-homes-need-help__home_collected-money-scale_gray {
  height: 100%;
  position: absolute;
  top: 0;
}
.nursing-homes-need-help__home_collected-money-scale_green {
  background-color: #3cb878;
  -o-transition: width 3s 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: width 3s 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 0;
}
.nursing-homes-need-help__home_collected-money-scale_gray {
  background-color: #e5e5e5;
  width: 100%;
}
.nursing-homes-need-help__home_collect-money-all {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}
.nursing-homes-need-help__home_info {
  /*height: 130px;*/
}
.nursing-homes-need-help__home_location {
  font-size: 14px;
  line-height: 16px;
  margin-top: 20px;
}
.leyka-scale
{
  min-width: 130px;
}
.nursing-homes-need-help__home_title,
.nursing-homes-need-help__home_title:focus {
  color: #000;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  margin-top: 15px;
  -o-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
  padding-right: 20px;
}
.nursing-homes-need-help__home_number-guests {
  margin-top: 10px;
}
.nursing-homes-need-help__home_help-button {
  margin-top: 0px;
  margin-left: 0px;
}
@media only screen and (max-width: 1439px) {
  .nursing-homes-need-help__home {
    border-right: none;
    float: none;
    display: inline-block;
    height: auto;
    padding: 0;
    vertical-align: top;
    width: 49%;
  }

  .nursing-homes-need-help__home_collected-collect {
    margin-left: 0;
    margin-top: 15px;
    display: block;
  }
}
@media only screen and (max-width: 990px) {
  .nursing-homes-need-help__home_collected-collect {
    display: inline-block;
    margin-left: 20px;
    margin-top: 0;
    width: 150px;
  }
}
@media only screen and (max-width: 568px) {
  .nursing-homes-need-help__home {
    border-bottom: 1px solid #e5e5e5;
    border-right: none;
    float: none;
    padding: 40px 0;
    width: 100%;
  }
  .nursing-homes-need-help__home:first-child {
    padding-top: 0;
  }
  .nursing-homes-need-help__home:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .nursing-homes-need-help__home_info {
    height: auto;
  }
  .nursing-homes-need-help__home_collected-collect {
    display: inline-block;
    margin-left: 20px;
    margin-top: 0;
    width: 150px;
  }
  .nursing-homes-need-help__home_collected-collect_title {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px;
    margin-top: 10px;
  }
  .nursing-homes-need-help__home_collected-money-all {
    font-size: 22px;
    line-height: 24px;
  }
  .nursing-homes-need-help__home_collected-money-scale {
    height: 6px;
  }
  .nursing-homes-need-help__home_collect-money-all {
    font-size: 22px;
    line-height: 24px;
  }
}
.page {
  background-color: #fff;
  font-family: 'PlumbC', "Helvetica Neue", Helvetica, Arial;
  /*min-width: 600px;*/
}
.page__wrapper {
  float: right;
  /*height: 100%;*/
  max-width: 750px;
  width: 100%;
}
.page__column-left {
  float: left;
  height: 100%;
  position: relative;
  width: 150px;
  z-index: 5;
}
.page__column-left_wrapper {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 150px;
  height: 100%;
}
.general-menu__close {
    display: none;
}
@media only screen and (max-width: 990px) {
    /*.admin-bar .page__column-left {*/
        /*top: 32px;*/
    /*}*/

    .page__column-left {
        background-color: rgba(50,50,50,0.95);
        float: none;
        left: -100%;
        position: fixed;
        width: 100%;
    }

    .page__column-left.active {
        left: 0;
    }

    .page__column-left_wrapper {
        height: 100%;
        overflow-y: scroll;
        position: relative !important;
        top: 0 !important;
        width: 100%;
    }

    .general-menu__close {
        display: block;
        color: white;
        cursor: pointer;
        font-size: 35px;
        font-weight: 300;
        position: absolute;
        right: 20px;
    }

    .general-menu {
        background-color: transparent;
        padding: 50px 0;
    }

    .general-menu__submenu {
        background-color: transparent;
        left: 0;
        overflow: visible;
        position: relative;
        top: 0 !important;
        width: 100% !important;
    }

    .general-menu__submenu_wrapper {
        padding: 0;
        width: 100% !important;
    }

    .general-menu__list_link:hover {
        color: #36A95B !important;
    }
}
.page__column-center {
  float: left;
  padding: 0 40px;
  width: calc(100% - 150px);
}

.page__column-right_wrapper {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 190px;
}
@media only screen and (min-width: 1050px) {
  .page__wrapper {
    max-width: 900px;
  }
}
@media only screen and (min-width: 1100px) {
  .page__wrapper {
    max-width: 970px;
  }
}
@media only screen and (min-width: 1280px) {
  .page__wrapper {
    max-width: 1100px;
  }
}
@media only screen and (min-width: 1440px) {
  .page__wrapper {
    max-width: 1170px;
  }
}
@media only screen and (min-width: 1920px) {
  .page__wrapper {
    max-width: 1440px;
  }
}
@media only screen and (max-width: 990px) {
  .information,
  .page__column-right,
  .news__item_image {
    display: none;
  }

  .page__wrapper {
    float: left;
    max-width: 100%;
  }

  .page__column-center {
    padding: 0 20px;
    width: 100%;
  }

  .news__item_info {
    margin-left: 0;
    padding-left: 0;
  }

  .header__button-leftmenu-toggle {
    background-color: #374148;
    color: #eee;
    display: inline-block;
    cursor: pointer;
    height: 90px;
    margin: 0 0 0 0px;
    padding: 35px 10px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 90px;
    z-index: 1;
  }

  .header__button-leftmenu-toggle span {
    background-color: #3e3e3e;
    display: block;
    height: 2px;
    margin: 2px 0;
    width: 100%;
  }

  .header__hot-line,
  .header__email {
    margin-left: 20px;
  }

  .header__hot-line_tagline {
    margin-left: 0;
  }

  .header__hot-line_tagline-large {
    margin: 10px 0;
  }
}
@media only screen and (max-width: 568px) {
  .header__button-leftmenu-toggle {
    display: block;
    margin: -90px 0 0 94px;
  }
}
.sticky__fixed {
  position: fixed;
}
.sticky__min-height {
  height: auto;
}
.sticky__max-height {
  height: 100%;
}
.photogallery__list_item {
  background-color: #f9f9f9;
  border: 1px solid #fff;
  float: left;
  min-height: 200px;
  padding: 15px 0;
  text-align: center;
  width: 33.333333333333336%;
}
.photogallery__list_photo img {
  height: auto;
  max-width: 100%;
}
.photogallery__list_name {
  font-size: 14px;
  font-weight: 500;
  margin-top: 20px;
}
.photogallery__list_comments {
  display: inline-block;
  vertical-align: middle;
}
.photogallery__list_comments-icon {
  display: inline-block;
  background-image: url("../images/sprites/sprites.png");
  background-position: -34px -83px;
  width: 14px;
  height: 13px;
  margin-right: 5px;
  position: relative;
  top: -1px;
  vertical-align: middle;
}
.reporting2014 {
  margin: 0 0 80px;
}
.reporting2014__table {
  font-size: 16px;
  width: 100%;
}
.reporting2014__table td {
  background-color: #f9f9f9;
  border: 1px solid #fff;
  padding: 25px 20px;
}
.reporting2014__bottom {
  font-size: 16px;
  margin: 40px 0 0;
  text-align: center;
}
.requisites-found__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
}
.requisites-found__subtitle {
  color: #999;
  font-size: 16px;
  line-height: 18px;
  margin-top: 5px;
}
.requisites-found__list_item {
  border-top: 1px solid #e5e5e5;
  margin-bottom: 50px;
  padding-top: 50px;
}
.requisites-found__table {
  border: none;
}
.requisites-found__table td {
  border: none !important;
  border-right: 1px solid #e5e5e5 !important;
}
.requisites-found__table td:last-child {
  border-right: none !important;
}
.requisites-found__table_title {
  color: #999;
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
}
.requisites-found__table_text {
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
}
.requisites-found__table_print-receipta {
  text-align: center;
  vertical-align: middle !important;
  width: 30%;
}
.requisites-found__table_print-receipta .link {
  display: inline-block;
  font-size: 18px;
  line-height: 22px;
}
.slider-action-home {
  margin: 0 -40px;
  padding: 50px 0;
}
.slider-action-home__slider {
  text-align: center;
}
.slider-action-home__slider_slide {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 80%;
}
.slider-action-home__slider_slide > a {
  display: block;
  height: 100%;
}
.slider-action-home__slider_image {
  height: 415px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.slider-action-home__slider_image img {
  bottom: -999px;
  left: -999px;
  margin: auto;
  position: absolute;
  right: -999px;
  top: -999px;
}
.slider-action-home__slider_info {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.slider-action-home__slider_date {
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 15px;
}
.slider-action-home__slider_title {
  bottom: 15px;
  color: #fff;
  font-size: 20px;
  left: 15px;
  line-height: 25px;
  position: absolute;
  text-align: center;
  background-color: rgba(60, 184, 120, 0.8);
  padding: 10px 10px 10px 10px;
}
.slider-action-home__slider .fotorama__arr {
  margin-top: -20px;
}
.slider-action-home__slider .fotorama__arr--prev {
  background-image: url("../images/sprites/sprites.png");
  background-position: -66px 0px;
  width: 23px;
  height: 64px;
  left: 40px;
}
.slider-action-home__slider .fotorama__arr--next {
  background-image: url("../images/sprites/sprites.png");
  background-position: -97px 0px;
  width: 23px;
  height: 64px;
  right: 40px;
}
@media only screen and (max-width: 568px) {
  .slider-action-home {
    padding-bottom: 30px;
  }

  .nursing-homes-need-help {
    padding-top: 30px;
  }
}
.support-us {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  padding: 0 30px;
}
.support-us__title {
  border-bottom: 1px solid #e5e5e5;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  /* margin-bottom: 50px; */
  padding: 40px 0 20px;
  text-transform: uppercase;
  text-align: center;
}
.support-us__item {
  height: 130px;
  text-align: center;
  position: relative;
}
.support-us__item img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.we-thank {
  margin: 0 -40px;
}
.we-thank__slider_slide {
  height: 410px;
  margin-top: 25px;
  text-align: center;
  vertical-align: middle;
}
.we-thank__slider_slide img {
  box-shadow: 0 0 50px rgba(0,0,0,0.15);
}
.we-thank__slider .fotorama__arr {
  margin-top: -20px;
}
.we-thank__slider .fotorama__arr--prev {
  background-image: url("../images/sprites/sprites.png");
  background-position: 0px 0px;
  width: 25px;
  height: 75px;
  left: 40px;
}
.we-thank__slider .fotorama__arr--next {
  background-image: url("../images/sprites/sprites.png");
  background-position: -33px 0px;
  width: 25px;
  height: 75px;
  right: 40px;
}

.pagination  { text-align: center; width: 100%;}
.pagination a { color: rgba(60, 184, 120, 0.8); }
.pagination .screen-reader-text { font-size: 14px; }
.pagination .page-numbers .current { font-weight: bold; }


.nav-tabs {
  border-bottom: none;
}
.nav-tabs .content-inner__title-page-yellow_text {
  border: 1px solid #e5e5e5;
  border-radius: 5px 5px 0 0;
  margin-top: -31px;
}


.content-inner__title-page-yellow a.active,
.content-inner__title-page-yellow a:hover {
  background-color: #e5e5e5;
  color: #f79521;
}

.content-inner__title-page-yellow a:focus {
  color: #f79521;
}

.social-widgets-group {
  border-top: 1px solid #eaeaea;
  margin: 20px auto;
  padding-top: 20px;
}

.social-widgets-group__wrapper {
  margin: 0 auto;
  width: 1020px;
}

.social-widgets-group__item {
  float: left;
  margin-right: 162px;
}

.social-widgets-group__item:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 1920px) {
  .social-widgets-group__wrapper {
    width: 730px;
  }
  .social-widgets-group__item {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 1439px) {
  .social-widgets-group__wrapper {
    width: 250px;
  }
  .social-widgets-group__item {
    float: none;
    margin: 0 0 10px;
  }
}

.single-leyka_campaign .post-thumbnail img {
  float: none;
}

#leyka-payment-form.leyka-tpl-radio .leyka-pm-selector label {
  padding-left: 25px !important;
}

#leyka-payment-form input[type="radio"], #leyka-payment-form input[type="checkbox"] {
  margin-left: -20px !important;
}



.dom-page-menu {

}
.dom-page-menu__title {
  display: block;
  font-weight: bold;
}
.dom-page-menu__item {
  display: block;
  margin-left: 10px;
}
.dom-page-menu__item a {
  color: black;
}
.dom-page-menu__wrapper {
  display: none;
}

.eazyest-gallery .gallery {
  margin-bottom: 20px !important;
}
label {
  display: block;
}
.single-galleryfolder #submit,
.button_theme_single-galleryfolder #submitgreen:focus {
  background-color: #3cb878;
  border: none;
  color: #fff;
  display: inline-block;
  font-family: 'PlumbCond', "Helvetica Neue", Helvetica, Arial;
  -o-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
}
.single-galleryfolder #submit:hover,
.single-galleryfolder #submit:focus:hover {
  background-color: rgba(60,184,120,0.8);
  color: #fff;
}
.single-galleryfolder #submit,
.single-galleryfolder #submit:focus {
  font-size: 26px;
  font-weight: 300;
  line-height: 28px;
  padding: 11px 25px;
}
.eazyest-gallery .gallery-item {
  float: none !important;
  display: inline-block;
  margin: 0 15px;
  vertical-align: top;
}
.eazyest-gallery .gallery-item:nth-child(3n + 1) {
  margin-left: 0;
}
.eazyest-gallery .gallery-item:nth-child(3n + 3) {
  margin-right: 0;
}
.eazyest-gallery .gallery-item img {
  float: none;
  margin: 0;
  /*width: 100%;*/
  max-width: none !important;
}
.eazyest-gallery .gallery-item .wp-caption-text {
  color: rgba(247, 149, 33, 1);
  font-weight: bold;
  padding: 3px 5px;
}
.news__item p img {
  max-width: 100%;
  height: auto;
}
.single-news .content-inner img {
  display: block;
  float: none;
  height: auto;
  margin: 20px 0;
  max-width: 100%;
}

.entry-attachment img {
  height: auto;
  max-width: 100%;
}

@media only screen and (min-width: 990px) {
  .header__button-leftmenu-toggle {
    display: none;
  }
}

.social-likes-div { margin-bottom: 20px; }

.c-table{width:100%;}
.c-table-block{background:#fafafb;padding:9px 9px 9px 9px;}
.c-table-name{font-size:20px;font-weight:bold;padding-bottom:10px}
.c-table-wrap{max-width:1153px;}
.c-table th{}
.c-table td{border-top:1px solid #edede9;position:relative;}
.c-table-center{text-align:center;padding:8px 10px 7px 10px;}
.c-table-left{text-align:left;padding:8px 10px 7px 0px;}
.c-table-right{text-align:right;padding:8px 10px 7px 0px;}
th.c-table-center{text-align:center;padding:8px 7px 7px 7px;}
th.c-table-left{text-align:left;padding:8px 10px 7px 0px;}
th.c-table-right{text-align:right;padding:8px 10px 7px 0px;}
.c-add{position:absolute;right:-40px;width:26px;height:26px;background:url(ico14.png) no-repeat;top:5px;cursor:pointer}
.c-h1{font-size:40px;line-height:120%;padding:0 0 25px 0;font-weight:bold;}
.c-info{border-top:2px solid #d8d7d7;margin-top:60px;padding:0px 0 20px}
.c-info-head{font-weight:bold;font-size:22px;text-align:center;padding:40px 25% 0px 25%;line-height:28px;}
.c-info-border{border-top:2px solid #d8d7d7;}
.c-info-left{padding:0 47% 0 0%;margin-top:60px;background-repeat:no-repeat;background-position:87% center;text-align:justify;text-decoration:none;display:block;min-height:200px;}
.c-info-right{padding:0 0% 0 47%;margin-top:60px;background-repeat:no-repeat;background-position:13% center;text-align:justify;text-decoration:none;display:block;min-height:200px;}
.c-info-ico1{background-image:url(ico15.png);}
.c-info-ico2{background-image:url(ico16.png);}
.c-info-ico3{background-image:url(ico32.png);}
.c-info-ico4{background-image:url(ico33.png);}
.c-info-ico5{background-image:url(ico34.png);}
.c-info-name{font-weight:bold;font-size:24px;padding-bottom:25px;}
.c-info-next{padding:25px 0 0 0;}
.c-info-next span{display:inline-block;padding:11px 10px 10px 62px;color:#70a95d;font-size:15px;font-weight:bold;text-decoration:none;background:url(ico13.png) no-repeat}
.c-info-next span:hover{text-decoration:underline;}