@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap&subset=cyrillic');
@font-face {
  font-family: 'Blogger Sans';
  src: local('Blogger Sans Medium'), local('BloggerSans-Medium'), url('/usertpl/fonts/bloggersans/Bloggersansmedium.woff2') format('woff2'), url('/usertpl/fonts/bloggersans/Bloggersansmedium.woff') format('woff'), url('/usertpl/fonts/bloggersans/Bloggersansmedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Blogger Sans';
  src: local('Blogger Sans Medium Italic'), local('BloggerSans-MediumItalic'), url('/usertpl/fonts/bloggersans/Bloggersansmediumitalic.woff2') format('woff2'), url('/usertpl/fonts/bloggersans/Bloggersansmediumitalic.woff') format('woff'), url('/usertpl/fonts/bloggersans/Bloggersansmediumitalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Blogger Sans';
  src: local('Blogger Sans Italic'), local('BloggerSans-Italic'), url('/usertpl/fonts/bloggersans/Bloggersansitalic.woff2') format('woff2'), url('/usertpl/fonts/bloggersans/Bloggersansitalic.woff') format('woff'), url('/usertpl/fonts/bloggersans/Bloggersansitalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Blogger Sans';
  src: local('Blogger Sans Light'), local('BloggerSans-Light'), url('/usertpl/fonts/bloggersans/Bloggersanslight.woff2') format('woff2'), url('/usertpl/fonts/bloggersans/Bloggersanslight.woff') format('woff'), url('/usertpl/fonts/bloggersans/Bloggersanslight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Blogger Sans';
  src: local('Blogger Sans'), local('BloggerSans'), url('/usertpl/fonts/bloggersans/Bloggersans.woff2') format('woff2'), url('/usertpl/fonts/bloggersans/Bloggersans.woff') format('woff'), url('/usertpl/fonts/bloggersans/Bloggersans.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Blogger Sans';
  src: local('Blogger Sans Bold Italic'), local('BloggerSans-BoldItalic'), url('/usertpl/fonts/bloggersans/Bloggersansbolditalic.woff2') format('woff2'), url('/usertpl/fonts/bloggersans/Bloggersansbolditalic.woff') format('woff'), url('/usertpl/fonts/bloggersans/Bloggersansbolditalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Blogger Sans';
  src: local('Blogger Sans Bold'), local('BloggerSans-Bold'), url('/usertpl/fonts/bloggersans/Bloggersansbold.woff2') format('woff2'), url('/usertpl/fonts/bloggersans/Bloggersansbold.woff') format('woff'), url('/usertpl/fonts/bloggersans/Bloggersansbold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Blogger Sans';
  src: local('Blogger Sans Light Italic'), local('BloggerSans-LightItalic'), url('/usertpl/fonts/bloggersans/Bloggersanslightitalic.woff2') format('woff2'), url('/usertpl/fonts/bloggersans/Bloggersanslightitalic.woff') format('woff'), url('/usertpl/fonts/bloggersans/Bloggersanslightitalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
* {
  box-sizing: border-box;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
p {
  margin-top: 0;
}
a {
  color: inherit;
}
input,
textarea,
select,
option {
  font-family: inherit;
  font-size: inherit;
}
.button {
  cursor: pointer;
  border-radius: 20px;
  border: 2px solid #54901a;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  padding: 8px 25px;
  text-decoration: none;
  color: #54901a;
  font-weight: 600;
  transition: color 0.2s, border-color 0.1s;
}
.button:hover {
  color: #9ccf52;
  border-color: #9ccf52;
}
body {
  padding: 0;
  margin: 0;
  font: 14px "Open Sans";
  background: #fff;
  color: #0e0e0e;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.invalid {
  box-shadow: 0 0 3px red;
  border-color: red;
}
.btn {
  background: #54901a;
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 600;
  transition: 0.2s;
  cursor: pointer;
}
.btn:hover {
  background: #9ccf52;
}
.gwrap {
  max-width: 1244px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1244px) {
  .gwrap {
    padding: 0 10px;
  }
}
.gtitle {
  font: 35px "Blogger Sans";
  font-weight: 500;
  color: #3f3c3c;
  margin: 0 0 20px 0;
}
.gtitle2 {
  background: url("/usertpl/i/gtitle2.png") no-repeat left center #fdfde7;
  min-height: 152px;
  padding: 30px 0 10px;
  margin-bottom: 30px;
}
@media (max-width: 1244px) {
  .gtitle2 {
    background: #fdfde7;
  }
}
.gtitle2 .gwrap {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.gtitle2 .title {
  font: 50px "Blogger Sans";
  font-weight: 500;
  color: #54901a;
  line-height: 50px;
  margin: 0;
  padding-right: 220px;
  height: 100px;
  overflow: hidden;
}
@media (max-width: 976px) {
  .gtitle2 .title {
    padding-right: 0;
    height: unset;
  }
}
.gtitle2 .img {
  width: 200px;
  height: 155px;
  position: absolute;
  top: -24px;
  right: 0;
  border-radius: 5px;
  background-size: contain;
}
@media (max-width: 976px) {
  .gtitle2 .img {
    display: none;
  }
}
.header .gwrap {
  padding: 12px 0 0;
  align-items: center;
}
@media (max-width: 1244px) {
  .header .gwrap {
    padding: 12px 10px 0;
  }
}
.header .logo {
  display: block;
  text-decoration: none;
  color: #54901a;
  font: bold 20px "Blogger Sans";
  max-width: 350px;
  padding: 20px 0 0 90px;
  background: url("/usertpl/i/logo.png") no-repeat left center / contain;
  min-height: 79px;
  margin-bottom: 17px;
}
@media (max-width: 380px) {
  .header .logo {
    font-size: 18px;
  }
}
.header .phone {
  font: bold 27px "Blogger Sans";
  color: #54901a;
  text-decoration: none;
  margin-bottom: 12px;
}
@media (max-width: 576px) {
  .header .phone {
    width: 80%;
    margin-bottom: 30px;
    position: relative;
    padding: 6px 0 0 55px;
  }
  .header .phone::before {
    content: '';
    width: 45px;
    height: 45px;
    background: url("/usertpl/i/phone.svg") center / cover no-repeat;
    position: absolute;
    top: -5px;
    left: 0;
  }
}
.header .menu {
  font: 16px "Blogger Sans";
  font-weight: 500;
  margin-bottom: 13px;
  text-transform: uppercase;
}
@media (max-width: 1244px) {
  .header .menu {
    width: 100%;
    order: 3;
  }
}
@media (max-width: 700px) {
  .header .menu {
    display: none;
    padding: 10px;
    background-color: #fdfde7;
    border-radius: 5px;
  }
  .header .menu.active {
    display: flex;
  }
}
.header .menu .item {
  display: block;
  text-decoration: none;
  margin: 2px 0;
  border-radius: 10px;
  padding: 3px 14px;
  color: #54901a;
  text-align: center;
  transition: 0.2s;
}
@media (max-width: 700px) {
  .header .menu .item {
    background: #9ccf52;
    color: #fff;
    padding: 10px;
    width: 32%;
  }
}
@media (max-width: 350px) {
  .header .menu .item {
    width: 49%;
  }
}
.header .menu .item.active {
  background: #9ccf52;
  color: #fff;
}
.header .menu .item:hover {
  background: #9ccf52;
  color: #fff;
}
.header .showmenu {
  width: 45px;
  height: 45px;
  margin-bottom: 17px;
  display: none;
  flex-wrap: wrap;
  border: 4px solid #54901a;
  border-radius: 5px;
  padding: 5px;
  align-items: center;
}
.header .showmenu .bar {
  width: 100%;
  height: 4px;
  background: #54901a;
  border-radius: 5px;
  transition: transform 0.2s;
}
.header .showmenu.active .bar:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.header .showmenu.active .bar:nth-child(2) {
  display: none;
}
.header .showmenu.active .bar:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}
@media (max-width: 700px) {
  .header .showmenu {
    display: flex;
  }
}
@media (max-width: 576px) {
  .header .showmenu {
    margin-bottom: 30px;
  }
}
.footer {
  background: #54901a;
  padding: 25px 0 6px;
  font: bold 20px "Blogger Sans";
  color: #fff;
  align-items: center;
  font-size: 16px;
  margin-top: auto;
}
.footer a {
  text-decoration: none;
}
.footer .logo {
  color: #fff;
  height: 55px;
  min-height: 55px;
  padding: 2px 0 0 65px;
  background: url("/usertpl/i/logo-f.png") no-repeat left center;
  width: 320px;
  display: block;
  margin-bottom: 17px;
}
.footer .r {
  text-align: right;
  margin-bottom: 17px;
}
@media (max-width: 1244px) {
  .footer .r {
    padding: 2px 0 0 65px;
    text-align: left;
  }
}
.footer .c {
  margin-bottom: 17px;
  font-size: 14px;
  font-weight: 300;
}
@media (max-width: 1244px) {
  .footer .c {
    order: 3;
    width: 100%;
    text-align: center;
  }
}
.footer .c .ya-share2 {
  display: inline-block;
  vertical-align: top;
}
.footer .c .text {
  display: inline-block;
  margin: 0 10px 0 0;
  height: 24px;
  line-height: 24px;
}
.mainslider:hover .owl-nav {
  opacity: 1;
}
.mainslider .item {
  display: block;
  height: 568px;
  background: no-repeat center center / cover;
}
.mainslider .item .item-mobile {
  display: none;
}
@media (max-width: 900px) {
  .mainslider .item {
    height: 400px;
  }
}
@media (max-width: 750px) {
  .mainslider .item {
    height: 300px;
  }
}
@media (max-width: 600px) {
  .mainslider .item {
    height: 150px;
  }
}
@media (max-width: 576px) {
  .mainslider .item {
    display: none;
  }
}
.mainslider .item-mobile {
  display: none;
}
@media (max-width: 576px) {
  .mainslider .item-mobile {
    display: block;
    height: 350px;
  }
}
.mainslider .owl-dots {
  padding: 23px 0;
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.mainslider .owl-dots .owl-dot {
  border-radius: 50%;
  width: 17px;
  height: 17px;
  background: #54901a;
  transition: 0.2s;
  display: inline-block;
  margin: 0 5px;
}
.mainslider .owl-dots .owl-dot:hover {
  background: #9ccf52;
}
.mainslider .owl-dots .owl-dot.active {
  background: #9ccf52;
}
.mainslider .owl-nav {
  position: relative;
  width: 100%;
  max-width: 1244px;
  margin: 0 auto;
  opacity: 0;
  transition: 0.2s;
}
.mainslider .owl-nav > div {
  top: -302px;
  width: 51px;
  height: 52px;
  position: absolute;
}
@media (max-width: 900px) {
  .mainslider .owl-nav > div {
    top: -200px;
  }
}
@media (max-width: 750px) {
  .mainslider .owl-nav > div {
    top: -150px;
  }
}
@media (max-width: 600px) {
  .mainslider .owl-nav > div {
    top: -120px;
  }
}
@media (max-width: 600px) {
  .mainslider .owl-nav > div {
    top: -180px;
  }
}
.mainslider .owl-nav .owl-prev {
  background: url("/usertpl/i/mainsld-l.png");
  left: 0;
}
.mainslider .owl-nav .owl-next {
  background: url("/usertpl/i/mainsld-r.png");
  right: 0;
}
.maincontent {
  background: #fdfde7;
  padding: 50px 0 70px;
  font-size: 15px;
}
.maincontent .gtitle {
  text-align: center;
}
.doctors {
  padding: 60px 0 50px;
  background: url("/usertpl/i/bg-people.png");
}
.doctors .gtitle {
  text-align: center;
}
@media (max-width: 1244px) {
  .doctors .wrap {
    justify-content: space-around;
  }
}
.doctors .person-list {
  margin-bottom: 30px;
}
.doctors .button {
  margin: 0 auto;
}
.news-list {
  display: flex;
  margin-bottom: 30px;
  width: 100%;
}
@media (max-width: 600px) {
  .news-list {
    flex-wrap: wrap;
  }
}
.news-list:not(:last-child) {
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 30px;
}
.news-list .img {
  flex-shrink: 0;
  background: no-repeat center center / cover;
  width: 180px;
  height: 180px;
  margin: 3px 30px 0 0;
  border-radius: 5px;
}
@media (max-width: 600px) {
  .news-list .img {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.news-list .content {
  width: 100%;
}
.news-list .title {
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px;
  display: block;
  color: #54901a;
}
.news-list .brief {
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .news-list .button {
    width: 100%;
  }
}
.news {
  display: flex;
  margin-bottom: 30px;
  width: 100%;
  display: block;
}
@media (max-width: 600px) {
  .news {
    flex-wrap: wrap;
  }
}
.news:not(:last-child) {
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 30px;
}
.news .img {
  flex-shrink: 0;
  background: no-repeat center center / cover;
  width: 180px;
  height: 180px;
  margin: 3px 30px 0 0;
  border-radius: 5px;
}
@media (max-width: 600px) {
  .news .img {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.news .content {
  width: 100%;
}
.news .title {
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px;
  display: block;
  color: #54901a;
}
.news .brief {
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .news .button {
    width: 100%;
  }
}
.news:not(:last-child) {
  border: none;
  padding: 0 10px;
}
.news .img {
  display: none;
}
@media (max-width: 976px) {
  .news .img {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
}
.person-list {
  width: 213px;
  margin: 0 30px 80px 0;
  text-align: center;
  text-decoration: none;
}
.person-list .img {
  display: block;
  height: 213px;
  background: no-repeat top center / cover;
  border-radius: 20px;
  margin-bottom: 20px;
}
.person-list .title {
  display: block;
  color: #54901a;
  font: 28px "Blogger Sans";
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 5px;
  min-height: 105px;
}
.person-list .descr {
  color: #5a5d5a;
  font-size: 16px;
  margin-bottom: 10px;
  min-height: 40px;
  line-height: 20px;
  font-weight: 400;
}
.person-list .more {
  color: #9ccf52;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}
.person {
  width: 213px;
  margin: 0 30px 80px 0;
  text-align: center;
  text-decoration: none;
  width: 100%;
  text-align: left;
  margin: 0 auto 40px;
  display: flex;
}
.person .img {
  display: block;
  height: 213px;
  background: no-repeat top center / cover;
  border-radius: 20px;
  margin-bottom: 20px;
}
.person .title {
  display: block;
  color: #54901a;
  font: 28px "Blogger Sans";
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 5px;
  min-height: 105px;
}
.person .descr {
  color: #5a5d5a;
  font-size: 16px;
  margin-bottom: 10px;
  min-height: 40px;
  line-height: 20px;
  font-weight: 400;
}
.person .more {
  color: #9ccf52;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .person {
    flex-wrap: wrap;
  }
}
.person .img {
  width: 320px;
  height: 320px;
  margin: 0 30px 0 0;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .person .img {
    width: 100%;
    height: 400px;
    margin: 0 0 20px 0;
  }
}
.person .descr {
  min-height: unset;
}
@media (max-width: 768px) {
  .person .descr {
    text-align: center;
    margin-bottom: 20px;
  }
}
.person .btn {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .person .btn {
    width: 100%;
    margin-bottom: 20px;
  }
}
.file-list {
  display: flex;
  margin-bottom: 30px;
  width: 100%;
}
@media (max-width: 600px) {
  .file-list {
    flex-wrap: wrap;
  }
}
.file-list:not(:last-child) {
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 30px;
}
.file-list .img {
  flex-shrink: 0;
  background: no-repeat center center / cover;
  width: 180px;
  height: 180px;
  margin: 3px 30px 0 0;
  border-radius: 5px;
}
@media (max-width: 600px) {
  .file-list .img {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.file-list .content {
  width: 100%;
}
.file-list .title {
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px;
  display: block;
  color: #54901a;
}
.file-list .brief {
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .file-list .button {
    width: 100%;
  }
}
.file {
  display: flex;
  margin-bottom: 30px;
  width: 100%;
  display: block;
}
@media (max-width: 600px) {
  .file {
    flex-wrap: wrap;
  }
}
.file:not(:last-child) {
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 30px;
}
.file .img {
  flex-shrink: 0;
  background: no-repeat center center / cover;
  width: 180px;
  height: 180px;
  margin: 3px 30px 0 0;
  border-radius: 5px;
}
@media (max-width: 600px) {
  .file .img {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.file .content {
  width: 100%;
}
.file .title {
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px;
  display: block;
  color: #54901a;
}
.file .brief {
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .file .button {
    width: 100%;
  }
}
.file:not(:last-child) {
  border: none;
  padding: 0 10px;
}
.file .img {
  display: none;
}
@media (max-width: 976px) {
  .file .img {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
}
.image-list {
  display: block;
  margin: 0 10px 20px 0;
  width: 300px;
  text-decoration: none;
}
.image-list .image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.image-list .title {
  text-align: center;
  font-size: 14px;
  height: 38px;
  overflow: hidden;
}
.way {
  margin-bottom: 10px;
  font-size: 12px;
}
.way .position {
  display: none;
}
.way .slash {
  margin: 0 5px;
}
.paging {
  text-align: center;
  margin-bottom: 20px;
}
.paging .page {
  display: inline-block;
  text-decoration: none;
  margin: 0 5px;
  color: #54901a;
}
.paging a {
  color: #9ccf52;
}
.contentwrap {
  justify-content: flex-start;
}
@media (max-width: 1244px) {
  .contentwrap {
    justify-content: space-around;
  }
}
.sections {
  margin-bottom: 20px;
}
.sections .section {
  margin: 0 1% 20px;
  background: #e8e8e8;
  text-decoration: none;
  width: 23%;
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  border-bottom: 2px solid #54901a;
}
@media (max-width: 976px) {
  .sections .section {
    width: 31%;
  }
}
@media (max-width: 768px) {
  .sections .section {
    width: 48%;
  }
}
@media (max-width: 576px) {
  .sections .section {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.content table {
  border-collapse: collapse;
}
.content table tr {
  transition: 0.2s;
}
.content table tr:nth-child(2n+1) {
  background: #fdfde7;
}
.content table tr:hover {
  background: #9ccf52;
}
.content table td {
  border: 1px solid #999;
  padding: 5px 10px;
}
.indexcontent {
  margin-bottom: 40px;
}
.indexcontent table {
  border-collapse: collapse;
}
.indexcontent table tr {
  transition: 0.2s;
}
.indexcontent table tr:nth-child(2n+1) {
  background: #fdfde7;
}
.indexcontent table tr:hover {
  background: #9ccf52;
}
.indexcontent table td {
  border: 1px solid #999;
  padding: 5px 10px;
}
.bg {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: none;
}
.pop {
  margin: auto;
  background: #bbb;
  padding: 30px;
  max-width: 500px;
  width: 100%;
  display: none;
  font-size: 16px;
  position: relative;
}
.pop .title {
  font-size: 28px;
  margin-bottom: 15px;
}
.pop .text {
  font-size: 14px;
  margin-bottom: 15px;
}
.pop .close {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 30px;
  transform: rotate(45deg);
  cursor: pointer;
  font-family: Arial;
}
.pop select {
  display: block;
  width: 100%;
  padding: 3px 20px;
  margin-bottom: 20px;
}
.pop input {
  display: block;
  width: 100%;
  padding: 8px 30px;
  margin-bottom: 20px;
}
.pop textarea {
  display: block;
  width: 100%;
  padding: 8px 30px;
  margin-bottom: 20px;
}
.pop .btn {
  width: 100%;
  margin-bottom: 10px;
  font-size: 18px;
  padding: 10px;
}
.loader {
  background: url(/usertpl/i/loader.svg) no-repeat center center / 25% rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: none;
}
.error-page {
  text-align: center;
  padding: 100px 0;
}
.error-page .title {
  font: 128px "Blogger Sans";
  font-weight: 700;
  color: #54901a;
  text-align: center;
  margin: 0;
}
.error-page .text {
  font-size: 24px;
  margin-bottom: 40px;
}
.error-page .link {
  display: block;
  background-color: #9ccf52;
  color: #fff;
  padding: 15px;
  border-radius: 10px;
  width: 220px;
  margin: 0 auto;
  text-decoration: none;
  text-transform: uppercase;
  font: 16px "Blogger Sans";
  font-weight: 500;
}
.user-content video {
  display: block;
  max-width: 90%!important;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .user-content video {
    max-width: 100%!important;
  }
}
@media (max-width: 768px) {
  .user-content img {
    width: 100%!important;
    height: auto!important;
    object-fit: contain!important;
  }
}
.whatsapp-btn {
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 30px;
  left: 30px;
  transition: 0.2s;
  background-color: #549349;
  z-index: 1;
  border-radius: 50%;
}
@media (max-width: 576px) {
  .whatsapp-btn {
    bottom: 15px;
    left: 15px;
  }
}
.whatsapp-btn:hover {
  transform: scale(1.05);
}
.whatsapp-btn .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  z-index: 1;
  border-radius: 50%;
  background-color: #549349;
}
.whatsapp-btn .wave {
  position: absolute;
  background: rgba(0, 255, 0, 0.33333333);
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: 0.2s;
  transform: scale(1);
  top: 0;
  left: 0;
  animation: wave 1.5s linear infinite;
}
@keyframes wave {
  0% {
    transform: scale(1);
    background: rgba(0, 255, 0, 0.3);
  }
  100% {
    transform: scale(1.7);
    background: rgba(0, 255, 0, 0);
  }
}
.diseases {
  padding: 20px;
  margin-bottom: 30px;
  column-count: 3;
}
@media (max-width: 976px) {
  .diseases {
    column-count: 2;
  }
}
@media (max-width: 576px) {
  .diseases {
    column-count: 1;
  }
}
.diseases .block {
  display: flex;
  margin-bottom: 30px;
  break-inside: avoid-column;
}
.diseases .block .block-letter {
  font-size: 26px;
  font-weight: 700;
  color: #54901a;
  margin-right: 10px;
  width: 30px;
}
.diseases .block .block-content .item {
  display: block;
  text-decoration: none;
  padding: 5px 3px 3px 3px;
  transition: color 0.2s;
}
.diseases .block .block-content .item:hover {
  color: #9ccf52;
}
/*
.header {
  padding-top: 10px;
  position: relative;
  &::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("/usertpl/i/snowflakes.webp") center / 300px repeat;
    z-index: -1;
  }
  .logo {
    position: relative;
    &::after {
      content: '';
      width: 60px;
      height: 60px;
      background: url("/usertpl/i/new-year-hat.webp") center / contain no-repeat;
      position: absolute;
      top: -20px;
      left: 0;
    }
  }
}
.doctors {
  background: url("/usertpl/i/snowflakes.webp") center / 300px repeat;
}
body {
  background: url("/usertpl/i/snowflakes.webp") center / 300px repeat;
}
*/
