@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap');
*,
*::after,
*::before {
  box-sizing: border-box;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.flex-st {
  justify-content: flex-start;
}
p {
  margin-top: 0;
}
a {
  color: inherit;
}
input,
textarea,
select,
option {
  font-family: inherit;
  font-size: inherit;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  outline: none;
  background: #fff;
}
.invalid {
  color: red;
  box-shadow: 0 0 5px red;
  border-color: red;
}
.gwrap {
  margin: 0 auto;
  max-width: 1272px;
  width: 100%;
}
@media (max-width: 1272px) {
  .gwrap {
    padding: 0 10px;
  }
}
.gtitle {
  font-size: 26px;
  font-weight: 600;
  color: #403f3f;
  margin-bottom: 40px;
  line-height: 22px;
  padding-left: 20px;
  position: relative;
}
.gtitle::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 10px;
}
.gtitle.cyan::before {
  background: #60b7da;
}
.gtitle.red::before {
  background: #ed1c24;
}
.btn {
  background: #60b7da;
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding: 0 50px;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  transition: 0.2s;
}
.btn:hover {
  background: #37a4d0;
}
body {
  padding: 0;
  margin: 0;
  background: url("/usertpl/i/bg.png?r=2020-08-18-1") #fff;
  color: #0c1011;
  font-size: 14px;
  font-family: "Open Sans";
}
.header {
  padding: 25px 0 0;
}
@media (max-width: 1272px) {
  .header {
    padding: 0 10px;
  }
}
.header .logo {
  text-decoration: none;
  background: url("/usertpl/i/logo.png") no-repeat left center;
  min-height: 106px;
  font-size: 21px;
  font-weight: 600;
  padding: 10px 0 0 116px;
  margin-bottom: 24px;
}
@media (max-width: 530px) {
  .header .logo {
    font-size: 16px;
    margin-bottom: 0;
    background-size: 85px;
  }
}
.header .logo .b {
  margin-bottom: 5px;
}
.header .logo .c {
  font-size: 13px;
  font-weight: 300;
}
@media (max-width: 530px) {
  .header .logo .c {
    display: none;
  }
}
.header .block {
  font-size: 15px;
  margin: 18px 0 10px;
  color: #0c1011;
}
.header .block .phone {
  display: block;
  background: url("/usertpl/i/phone.png") no-repeat left center;
  height: 20px;
  line-height: 20px;
  padding-left: 30px;
  text-decoration: none;
  margin-bottom: 4px;
}
.header .block .text {
  padding-left: 30px;
  font-size: 13px;
  font-width: 300;
  margin: 10px 0 0;
}
.header .lang {
  margin: 18px 0 10px;
  text-align: center;
  font-size: 13px;
  line-height: 19px;
}
.header .lang div {
  background: #eef9fd;
  padding: 0 10px;
  margin-bottom: 5px;
  height: 19px;
}
.header .lang a {
  background: #60b7da;
  padding: 0 10px;
  margin-bottom: 5px;
  height: 19px;
  display: block;
  text-decoration: none;
}
.menu {
  background: #60b7da;
  color: #fff;
}
@media (max-width: 1272px) {
  .menu {
    display: none;
  }
}
.menu .item {
  text-decoration: none;
  font-size: 17px;
  font-weight: bold;
  height: 63px;
  line-height: 23px;
  padding: 20px 10px;
  display: block;
  position: relative;
  cursor: pointer;
}
.menu .item:hover {
  background: #37a4d0;
}
.menu .item:hover .sub {
  display: block;
}
.menu .item.home {
  background: url("/usertpl/i/home.png") no-repeat center center;
  width: 40px;
}
.menu .item .sub {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 3;
  background: #37a4d0;
  display: none;
}
.menu .item .sub .sitem {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  white-space: nowrap;
}
.menu .item .sub .sitem:hover {
  background: #60b7da;
}
.menu-mobile {
  background: #60b7da;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  display: none;
}
@media (max-width: 1272px) {
  .menu-mobile {
    display: block;
  }
}
.menu-mobile .title {
  padding: 10px 20px 10px 65px;
  background: url("/usertpl/i/menu.png") no-repeat 20px center / 30px;
}
.menu-mobile .item {
  text-decoration: none;
  padding: 10px 20px;
  display: block;
  width: 100%;
  display: none;
}
.menu-mobile .item.vis {
  display: block;
}
.mainslider {
  position: relative;
}
.mainslider .item {
  height: 500px;
  background: no-repeat center / cover;
}
@media (max-width: 1272px) {
  .mainslider .item {
    height: 200px;
  }
}
.mainslider .owl-dots {
  position: absolute;
  bottom: 21px;
  text-align: center;
  width: 100%;
}
.mainslider .owl-dots .owl-dot {
  background: #6e6d6d;
  border-radius: 50%;
  width: 11px;
  height: 11px;
  margin: 2px 3px;
  display: inline-block;
}
.mainslider .owl-dots .owl-dot.active {
  background: #60b7da;
  width: 15px;
  height: 15px;
  margin: 0 3px;
}
.mainslider .owl-nav {
  position: absolute;
  top: 0;
  left: calc((100% - 1272px) / 2);
  width: 1272px;
}
@media (max-width: 1272px) {
  .mainslider .owl-nav {
    display: none;
  }
}
.mainslider .owl-nav .owl-prev {
  background: url("/usertpl/i/slider-arrow-l.png") no-repeat center / contain;
  width: 57px;
  height: 56px;
  position: absolute;
  top: 185px;
  left: 0;
}
.mainslider .owl-nav .owl-next {
  background: url("/usertpl/i/slider-arrow-r.png") no-repeat center / contain;
  width: 57px;
  height: 56px;
  position: absolute;
  top: 185px;
  right: 0;
}
.mainnewsblock {
  padding: 45px 0 60px;
}
@media (max-width: 1272px) {
  .mainnewsblock {
    padding: 45px 10px;
  }
}
.mainnewsblock .owl-dots {
  position: absolute;
  bottom: 21px;
  text-align: center;
  width: 100%;
  bottom: -15px;
}
.mainnewsblock .owl-dots .owl-dot {
  background: #6e6d6d;
  border-radius: 50%;
  width: 11px;
  height: 11px;
  margin: 2px 3px;
  display: inline-block;
}
.mainnewsblock .owl-dots .owl-dot.active {
  background: #60b7da;
  width: 15px;
  height: 15px;
  margin: 0 3px;
}
.mainnewsblock .owl-nav {
  position: absolute;
  right: 0;
  top: -60px;
  display: flex;
  justify-content: space-between;
  width: 53px;
}
.mainnewsblock .owl-nav .owl-prev {
  background: url("/usertpl/i/slider-arrow-l.png") no-repeat center / contain;
  width: 25px;
  height: 25px;
}
.mainnewsblock .owl-nav .owl-next {
  background: url("/usertpl/i/slider-arrow-r.png") no-repeat center / contain;
  width: 25px;
  height: 25px;
}
.departmentblock {
  background: #e9f9ff;
  padding: 50px 0;
}
.departmentblock .department {
  width: 396px;
  height: 208px;
  margin: 0 40px 32px 0;
  background: no-repeat center center / cover;
  display: block;
  text-decoration: none;
  position: relative;
}
@media (max-width: 1272px) {
  .departmentblock .department {
    width: 100%;
    margin: 0 0 32px;
  }
}
.departmentblock .department:nth-child(3n) {
  margin: 0 0 32px 0;
}
.departmentblock .department .title {
  background: rgba(255, 255, 255, 0.5);
  padding: 2px 5px;
  position: absolute;
  left: 22px;
  bottom: 22px;
  font-size: 24px;
  font-weight: 600;
  max-width: 300px;
}
.departmentblock .btn {
  display: block;
  margin: 8px auto 0;
  width: 240px;
}
.doctorblock {
  padding: 60px 0 35px;
}
.doctorblock .btn {
  display: block;
  margin: 8px auto 0;
  width: 240px;
}
.doplinks {
  background: #e9f9ff;
  padding: 55px 0 30px;
}
.doplinks .doplink {
  margin-bottom: 20px;
  display: block;
  background: no-repeat 23px center #60b7da;
  padding: 30px 20px 30px 84px;
  width: 306px;
  text-decoration: none;
}
@media (max-width: 530px) {
  .doplinks .doplink {
    width: 100%;
    margin: 0 0 20px;
  }
}
.doplinks .doplink:nth-child(1) {
  background-image: url("/usertpl/i/doplink-1.png");
}
.doplinks .doplink:nth-child(2) {
  background-image: url("/usertpl/i/doplink-2.png");
}
.doplinks .doplink:nth-child(3) {
  background-image: url("/usertpl/i/doplink-3.png");
}
.doplinks .doplink:nth-child(4) {
  background-image: url("/usertpl/i/doplink-4.png");
}
.doplinks .doplink .title {
  font-size: 16px;
  font-weight: bold;
  color: #403f3f;
  margin-bottom: 5px;
}
.doplinks .doplink .descr {
  font-size: 15px;
  font-weight: 300;
}
.externalbanners {
  padding: 50px 50px 70px;
}
@media (max-width: 1272px) {
  .externalbanners {
    padding: 50px 10px;
  }
}
.externalbanners .item {
  display: block;
  width: 135px;
  text-align: center;
  text-decoration: none;
}
.externalbanners .item .img {
  background: no-repeat top center / contain;
  margin-bottom: 15px;
  height: 133px;
}
.externalbanners .item .img.img1 {
  background-image: url("/usertpl/i/banner-1.png");
}
.externalbanners .item .img.img1 {
  background-image: url("/usertpl/i/banner-1.png");
}
.externalbanners .item .img.img2 {
  background-image: url("/usertpl/i/banner-2.png");
}
.externalbanners .item .img.img3 {
  background-image: url("/usertpl/i/banner-3.png");
}
.externalbanners .item .img.img1 {
  background-image: url("/usertpl/i/banner-1.png");
}
.externalbanners .item .title {
  font-size: 14px;
}
.externalbanners .owl-nav {
  position: absolute;
  top: 0;
  left: calc((100% - 1272px) / 2);
  width: 1272px;
}
@media (max-width: 1272px) {
  .externalbanners .owl-nav {
    display: none;
  }
}
.externalbanners .owl-nav .owl-prev {
  background: url("/usertpl/i/slider-arrow-l.png") no-repeat center / contain;
  width: 57px;
  height: 56px;
  position: absolute;
  top: 185px;
  left: 0;
}
.externalbanners .owl-nav .owl-next {
  background: url("/usertpl/i/slider-arrow-r.png") no-repeat center / contain;
  width: 57px;
  height: 56px;
  position: absolute;
  top: 185px;
  right: 0;
}
.externalbanners .owl-nav .owl-prev {
  top: 45px;
  width: 40px;
  height: 40px;
}
.externalbanners .owl-nav .owl-next {
  top: 45px;
  width: 40px;
  height: 40px;
}
.contactline {
  background: #e9f9ff;
  padding: 13px 0;
  font-weight: 600;
  font-size: 16px;
}
.contactline a {
  text-decoration: none;
}
.contactline .mail {
  background: url("/usertpl/i/cont-mail.png") no-repeat left center;
  padding-left: 45px;
  height: 38px;
  line-height: 38px;
}
.contactline .soc span {
  vertical-align: top;
  margin: 8px 5px 8px 0;
  display: inline-block;
}
@media (max-width: 530px) {
  .contactline .soc span {
    width: 100%;
  }
}
.contactline .soc .item {
  display: inline-block;
  background: no-repeat center;
  width: 37px;
  height: 37px;
  margin: 0 3px;
}
.contactline .soc .item.yt {
  background-image: url("/usertpl/i/soc-yt.png");
}
.contactline .soc .item.fb {
  background-image: url("/usertpl/i/soc-fb.png");
}
.contactline .soc .item.in {
  background-image: url("/usertpl/i/soc-in.png");
}
.contactline .soc .item.tw {
  background-image: url("/usertpl/i/soc-tw.png");
}
.footer {
  background: #60b7da;
  padding: 60px 0 30px;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
}
.footer a {
  text-decoration: none;
}
.footer .l,
.footer .r {
  margin-bottom: 25px;
}
.footer .r {
  text-align: right;
}
.news-list {
  width: 304px;
  margin: 0 17px 24px 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
@media (max-width: 530px) {
  .news-list {
    width: 100%;
    margin: 0 0 24px;
  }
}
.news-list:nth-child(4n) {
  margin: 0 0 24px;
}
.news-list .img {
  display: block;
  height: 218px;
  background: no-repeat center / cover;
}
.news-list .content {
  padding: 0 18px 35px;
  background: #fff;
}
.news-list .content .date {
  height: 22px;
  line-height: 20px;
  border-radius: 11px;
  border: 1px solid #cbcbcb;
  text-align: center;
  width: 87px;
  font-size: 13px;
  color: #3f4142;
  position: relative;
  top: -11px;
  background: #fff;
}
.news-list .content .title {
  text-decoration: none;
  font-size: 15px;
  margin-bottom: 10px;
  display: block;
  line-height: 20px;
  min-height: 60px;
  font-weight: 600;
}
.news-list .content .more {
  font-size: 14px;
  font-weight: bold;
  color: #60b7da;
}
.news {
  padding: 40px 0;
}
@media (max-width: 1272px) {
  .news {
    padding: 40px 10px;
  }
}
.doctor-list {
  width: 228px;
  margin: 0 33px 45px 0;
  text-align: center;
}
@media (max-width: 530px) {
  .doctor-list {
    width: 100%;
    margin: 0 0 45px;
  }
}
.doctor-list:nth-child(5n) {
  margin: 0 0 45px;
}
.doctor-list .img {
  background: no-repeat center / cover;
  height: 302px;
  margin: 0 0 10px;
  display: block;
}
.doctor-list .title {
  color: #60b7da;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 5px;
  line-height: 20px;
  text-decoration: none;
  display: block;
}
.doctor-list .spec {
  font-size: 14px;
  font-weight: 300;
}
.doctor {
  padding: 40px 0;
}
.doctor::after {
  content: '';
  display: block;
  clear: both;
}
.doctor .img {
  float: left;
  background: no-repeat center / cover;
  margin: 5px 10px 10px 0;
  width: 300px;
  height: 400px;
}
.doctor .title {
  color: #60b7da;
  font-size: 20px;
  font-weight: 600;
}
.doctor .spec {
  font-weight: 300;
}
.doctor .cat {
  font-weight: 300;
  margin-bottom: 10px;
}
.section-title {
  background: #e9f9ff;
  padding: 38px 0 28px;
}
.section-title .gtitle {
  margin-bottom: 0;
}
.section-descr {
  padding: 40px 0;
}
@media (max-width: 1272px) {
  .section-descr {
    padding: 40px 10px;
  }
}
.section-list {
  padding: 40px 0 20px;
}
.section-list .item {
  display: block;
  background: #60b7da;
  color: #fff;
  padding: 10px 40px;
  text-decoration: none;
  margin: 0 20px 20px 0;
  font-size: 16px;
  font-weight: 600;
}
.section-list .item:hover {
  background: #37a4d0;
}
@media (max-width: 800px) {
  .section-list .item {
    width: 100%;
    margin: 0 0 10px;
  }
}
.content-list {
  padding: 40px 0;
}
@media (max-width: 800px) {
  .content-list {
    padding: 40px 10px;
  }
}
.way {
  color: #807f7f;
  font-size: 13px;
  padding: 10px;
}
.faq {
  background: url("/usertpl/i/faq.png") no-repeat left center #cde5f3;
  height: 569px;
  padding: 105px 0 0;
  font-size: 15px;
}
@media (max-width: 1272px) {
  .faq .gwrap {
    justify-content: space-around;
  }
}
@media (max-width: 1272px) {
  .faq .gwrap .empty {
    display: none;
  }
}
.faq .gwrap .form {
  width: 100%;
  max-width: 552px;
}
.faq .gwrap .form input {
  padding: 15px 15px 15px 46px;
  margin-bottom: 17px;
  background: no-repeat 17px center #fff;
}
.faq .gwrap .form input.fio {
  width: 100%;
  background-image: url("/usertpl/i/faq-fio.png");
}
.faq .gwrap .form input.phone {
  width: 48%;
  background-image: url("/usertpl/i/faq-phone.png");
}
.faq .gwrap .form input.email {
  width: 48%;
  background-image: url("/usertpl/i/faq-email.png");
}
.faq .gwrap .form textarea {
  padding: 15px 18px;
  width: 100%;
  height: 120px;
  margin-bottom: 15px;
}
.faq .gwrap .form .accept {
  width: 100%;
  font-size: 14px;
  color: #403f3f;
  padding-left: 35px;
  background: no-repeat left center url("/usertpl/i/faq-accept-0.png");
  margin-bottom: 25px;
  user-select: none;
}
.faq .gwrap .form .accept.true {
  background-image: url("/usertpl/i/faq-accept-1.png");
}
.faq .gwrap .form .accept.invalid {
  color: red;
}
.faq .gwrap .form .btn {
  border-radius: 5px;
  color: #fff;
  width: 258px;
  height: 48px;
  line-height: 48px;
  padding: 0 5px;
}
.bg {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  height: 100%;
  width: 100%;
}
.pop {
  margin: auto;
  background: #EAF8FF;
  padding: 74px 115px;
  max-width: 600px;
  width: 100%;
  position: absolute;
  left: calc(50% - 300px);
  display: none;
  font-size: 14px;
}
@media (max-width: 600px) {
  .pop {
    left: 0;
    padding: 30px;
  }
}
.pop .title {
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.03em;
  margin-bottom: 24px;
  text-align: center;
}
.pop .close {
  background: url("/usertpl/i/pop-close.svg") no-repeat center;
  width: 16px;
  height: 16px;
  cursor: pointer;
  top: -35px;
  right: -35px;
  position: absolute;
}
@media (max-width: 680px) {
  .pop .close {
    right: 10px;
  }
}
.pop .btn {
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
}
.pop.msg {
  background: #EAF8FF;
  max-width: 460px;
  min-height: 315px;
  left: calc(50% - 230px);
  padding: 55px 73px;
  text-align: center;
}
@media (max-width: 600px) {
  .pop.msg {
    left: 0;
    padding: 30px;
  }
}
.pop.msg .title {
  margin-bottom: 24px;
}
.loader {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: none;
}
.loader .wrap {
  margin: auto;
  max-width: 279px;
}
.loader .load {
  background: url(/usertpl/i/loader-2.svg);
  height: 30px;
  width: 240px;
  margin: 0 auto 15px;
}
.loader .text {
  font-size: 28px;
  color: #60b7da;
  text-align: center;
  line-height: 34px;
}
.paging {
  text-align: center;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 1272px) {
  .paging {
    justify-content: space-around;
  }
}
.paging .page {
  display: inline-block;
  margin: 0 5px 10px;
  border: 1px solid #403f3f;
  height: 30px;
  line-height: 30px;
  min-width: 30px;
  text-align: center;
}
.paging a.page {
  text-decoration: none;
  color: #60b7da;
  border-color: #60b7da;
}
.blog {
  background: #cde5f3;
  font-size: 15px;
}
@media (max-width: 1272px) {
  .blog .gwrap {
    justify-content: space-around;
  }
}
.blog .gwrap .content {
  width: 100%;
  max-width: 650px;
  padding: 40px 0 0;
}
.blog .gwrap .content img {
  display: block;
  max-width: 100%;
}
.blog .gwrap .form {
  width: 100%;
  max-width: 580px;
  padding: 40px 0 0;
}
.blog .gwrap .form input {
  padding: 15px 15px 15px 46px;
  margin-bottom: 17px;
  background: no-repeat 17px center #fff;
}
.blog .gwrap .form input.fio {
  width: 48%;
  background-image: url("/usertpl/i/faq-fio.png");
}
.blog .gwrap .form input.email {
  width: 48%;
  background-image: url("/usertpl/i/faq-email.png");
}
.blog .gwrap .form input.tema {
  width: 100%;
  padding: 15px;
}
.blog .gwrap .form textarea {
  padding: 15px 18px;
  width: 100%;
  height: 120px;
  margin-bottom: 15px;
}
.blog .gwrap .form .accept {
  width: 100%;
  font-size: 14px;
  color: #403f3f;
  padding-left: 35px;
  background: no-repeat left center url("/usertpl/i/faq-accept-0.png");
  margin-bottom: 25px;
  user-select: none;
}
.blog .gwrap .form .accept.true {
  background-image: url("/usertpl/i/faq-accept-1.png");
}
.blog .gwrap .form .accept.invalid {
  color: red;
}
.blog .gwrap .form .btn {
  border-radius: 5px;
  color: #fff;
  width: 258px;
  height: 48px;
  line-height: 48px;
  padding: 0 5px;
}
.article-list {
  width: 100%;
  margin: 0 0 30px;
}
.article-list .title {
  margin: 0;
  font-size: 20px;
  color: #37a4ce;
  line-height: 25px;
  font-weight: 700;
}
.article {
  padding: 40px 0;
}
.article .title {
  color: #60b7da;
  font-size: 20px;
  font-weight: 600;
}
.file-list {
  width: 100%;
  margin: 0 0 30px;
}
.file-list .title {
  margin: 0;
  font-size: 20px;
  color: #ed1c24;
  line-height: 25px;
  font-weight: 700;
}
.gallery-list {
  display: block;
  width: calc((100% - 60px)/4);
  height: 250px;
  margin: 0 20px 20px 0;
}
.gallery-list img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 600px) {
  .gallery-list:nth-child(4n) {
    margin: 0 0 20px;
  }
}
@media (max-width: 800px) {
  .gallery-list {
    width: 100%;
    margin: 0 0 20px;
  }
}
.faq-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 48px 0;
  align-items: start;
}
@media (max-width: 976px) {
  .faq-items {
    grid-template-columns: 1fr;
  }
}
.faq-items .faq-item {
  background-color: #FFFFFF;
  border: 1px solid #60b7da;
  border-radius: 6px;
}
.faq-items .faq-item.active .faq-header .faq-arrow {
  transform: rotate(180deg);
}
.faq-items .faq-item.active .faq-answer {
  display: block;
}
.faq-items .faq-item .faq-header {
  padding: 16px 40px 16px 16px;
  position: relative;
  cursor: pointer;
}
.faq-items .faq-item .faq-header .faq-info {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  font-weight: 600;
  color: #403f3f;
  margin-bottom: 2px;
}
.faq-items .faq-item .faq-header .faq-question {
  font-size: 15px;
}
.faq-items .faq-item .faq-header .faq-arrow {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  position: absolute;
  top: 26px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.faq-items .faq-item .faq-header .faq-arrow::after {
  content: '';
  border: solid #60b7da;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
}
.faq-items .faq-item .faq-answer {
  display: none;
  padding: 0 16px 16px 24px;
}
