@media (width > 1199px) {
  .section_certs .slider {
    padding-bottom: 80px;
    margin-top: 40px;
  }
}
.section_certs .slider-button-next,
.section_certs .slider-button-prev {
  margin: 0 10px;
}

@media (width > 1199px) {
  .section_map_new .wrapp_map {
    margin-top: 32px;
  }
}

.btn_outline {
  border-radius: 50px;
  border: 1px solid #002356;
  min-width: 250px;
  min-height: 60px;
  font-family: var(--font_family), sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #002356;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.2s;
  background: #fff;
  width: fit-content;
}
@media (max-width: 1024px) {
  .btn_outline {
    min-height: 50px;
  }
}
.btn_outline:hover {
  background: #002356;
  color: #fff;
}

@media (width < 768px) {
  .wrapp_title .btn_outline {
    display: none;
  }
}
@media (width > 1024px) {
  .news_new {
    margin-top: 100px;
  }
}
.news_new .global_title {
  margin-bottom: 12px;
}
.news_new .item .img {
  border-radius: 10px;
  overflow: hidden;
}
@media (width > 1349px) {
  .news_new .item .info {
    padding: 20px 40px 30px 20px;
  }
}
@media (width > 1349px) {
  .news_new .item .name {
    font-family: var(--font_family2), sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.3;
    color: #002356;
  }
}
.news_new .item .desc {
  line-height: 1.4;
}
.news_new .slider-button-next,
.news_new .slider-button-prev {
  margin: 0 10px;
}
.news_new .wrapp_btn.mob .btn_outline {
  margin: 0 auto;
}

@media (width > 1024px) {
  .ratings_new {
    margin-top: 100px !important;
  }
}
@media (width > 1349px) {
  .ratings_new .wrapp_title {
    margin-bottom: 39px;
  }
}
@media (width > 1349px) {
  .ratings_new .title_block_tag {
    margin-bottom: 41px;
  }
}
.ratings_new .rating-list {
  justify-content: space-between;
}
@media (width < 1220px) {
  .ratings_new .rating-list {
    justify-content: flex-start;
  }
}

@media (width > 1024px) {
  .reviews_new {
    margin-top: 78px !important;
  }
}
@media (width > 1349px) {
  .reviews_new .global_title {
    margin-bottom: 12px;
  }
}
@media (width > 1349px) {
  .reviews_new .swiper-container {
    margin-top: 41;
  }
}
.reviews_new .slider-button-prev {
  right: 80px;
}
@media (width <= 1199px) {
  .reviews_new .slider-button-prev {
    right: 70px;
  }
}
@media (width <= 767px) {
  .reviews_new .slider-button-prev {
    right: 60px;
  }
}
@media (width <= 479px) {
  .reviews_new .slider-button-prev {
    right: 50px;
  }
}
.reviews_new .review .name {
  margin-top: 0;
  margin-bottom: 20px;
}

.gallery_new {
  --r: -232px;
}
@media (width > 1024px) {
  .gallery_new {
    margin-top: 100px !important;
  }
}
@media (width < 1423px) {
  .gallery_new {
    --r: calc((-100vw + 904px + 60px)/2);
  }
}
@media (width <= 944px) {
  .gallery_new {
    --r: 0px;
  }
}
.gallery_new .slider-button-prev {
  right: calc(var(--r) + 80px);
}
@media (width <= 1199px) {
  .gallery_new .slider-button-prev {
    right: calc(var(--r) + 70px);
  }
}
@media (width <= 767px) {
  .gallery_new .slider-button-prev {
    right: 50%;
  }
}
.gallery_new .slider-button-next {
  right: var(--r);
}
.gallery_new .slide .bot {
  margin-top: 17px;
}
@media (width > 767px) {
  .gallery_new .slide .place {
    font-size: 20px;
    line-height: 1.3;
  }
}

.doctors_new {
  margin-bottom: 100px;
}
.doctors_new .doctors_list_new {
  --grid: 4;
  --gap: 24px;
  display: flex;
  gap: var(--gap);
  flex-wrap: wrap;
}
@media (width <= 1349px) {
  .doctors_new .doctors_list_new {
    --grid: 3;
  }
}
@media (width <= 1024px) {
  .doctors_new .doctors_list_new {
    --grid: 2;
  }
}
@media (width <= 550px) {
  .doctors_new .doctors_list_new {
    --grid: 1;
  }
}
.doctors_new .doctor-item {
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  width: calc(100% / var(--grid) - var(--gap) * (var(--grid) - 1) / var(--grid));
}
.doctors_new .doctor-img {
  display: flex;
  justify-content: center;
  background-image: url(/local/img/pet/doctor-fon.webp);
  background-repeat: no-repeat;
  background-size: cover;
  height: 368px;
  overflow: hidden;
}
.doctors_new .doctor-img img {
  height: 100%;
  width: auto;
  max-width: inherit;
}
.doctors_new .doctor-text {
  padding: 20px 0;
  flex: 1 1 auto;
  text-wrap: balance;
}
.doctors_new .doctor-name {
  font-family: var(--font_family2), sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.29946;
  color: #002356;
  text-decoration: none;
  margin-bottom: 8px;
}
.doctors_new .doctor-stage {
  font-family: var(--font_family), sans-serif;
  font-weight: 500;
  font-size: 14px;
  background: linear-gradient(40deg, #002356 0%, #0051c8 100%);
  background-clip: text;
  min-height: 25px;
  color: #EF5545;
  line-height: 1.67073;
  margin-bottom: 16px;
}
.doctors_new .doctor-prof {
  font-size: 14px;
  line-height: 24px;
  color: #465A63;
}
.doctors_new .doctor-btn {
  display: flex;
}
.doctors_new .main-btn {
  box-shadow: 0 4px 33px 0 rgba(28, 177, 202, 0.3);
  background: linear-gradient(47deg, #1aa8c3 0%, #23d1e4 100%);
  color: #fff;
  border: none;
  padding: 19px 25px;
  cursor: pointer;
  width: 100%;
  font-size: 16px;
  min-height: 67px;
  border-radius: 0px 0px 28px 28px;
  text-align: center;
  text-decoration: none;
  margin-bottom: 2px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.doctors_new .main-btn:hover {
  background: #fff;
  color: #1AA8C3;
  outline: solid 1px #1AA8C3;
}
.doctors_new .open_video {
  position: absolute;
  width: 46px;
  height: 46px;
  display: block;
  border-radius: 50%;
  background: linear-gradient(46.98deg, #1AA8C3 5.25%, #23D1E4 76.08%);
  z-index: 10;
  transition: 0.2s linear;
  top: 10px;
  right: 35px;
}
.doctors_new .open_video:hover {
  box-shadow: 0px 4px 44px -5px rgba(252, 75, 61, 0.4);
}
.doctors_new .open_video:hover:before {
  opacity: 0;
}
.doctors_new .open_video:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.2s linear;
  border-radius: 50px;
  background: linear-gradient(40deg, #002356 0%, #0051c8 100%);
}
.doctors_new .open_video:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/local/templates/dent/images/ic_play2.svg) 50% no-repeat;
}

.sorting_new .items {
  margin: 0 0 31px;
  gap: 20px;
}
.sorting_new .items .item {
  margin: 0;
  line-height: 48px;
}
.sorting_new .items .item:hover, .sorting_new .items .item.active {
  background: linear-gradient(40deg, #002356 0%, #0051c8 100%);
  color: #fff;
}

.doctor_cat_name {
  margin-bottom: 50px;
}

.doctor_short_info {
  display: grid;
  grid-template-columns: 556fr 770fr;
  gap: 40px;
  margin-bottom: 100px;
  align-items: start;
}
@media (width <= 1024px) {
  .doctor_short_info {
    grid-template-columns: 100%;
    gap: 21px;
  }
}
.doctor_short_info .doctor_img {
  background: linear-gradient(180deg, #fff 0%, #f4f4f4 100%);
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  width: 100%;
  aspect-ratio: 556/465;
  min-width: 450px;
}
@media (width <= 1024px) {
  .doctor_short_info .doctor_img {
    min-width: 335px;
    border-radius: 16px;
    max-width: 400px;
  }
}
.doctor_short_info .doctor_img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: calc(100% - 20px);
  border-radius: 20px;
}
@media (width <= 1024px) {
  .doctor_short_info .doctor_img img {
    border-radius: 16px;
    height: calc(100% - 14px);
  }
}
.doctor_short_info .doctor_img .open_video {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 50%;
  background: linear-gradient(46.98deg, #1AA8C3 5.25%, #23D1E4 76.08%);
  z-index: 10;
  transition: 0.2s linear;
}
@media (width <= 1024px) {
  .doctor_short_info .doctor_img .open_video {
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
  }
}
.doctor_short_info .doctor_img .open_video:hover {
  box-shadow: 0px 4px 44px -5px rgba(252, 75, 61, 0.4);
}
.doctor_short_info .doctor_img .open_video:hover:before {
  opacity: 0;
}
.doctor_short_info .doctor_img .open_video:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.2s linear;
  border-radius: 50px;
  background: linear-gradient(40deg, #002356 0%, #0051c8 100%);
}
.doctor_short_info .doctor_img .open_video:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/local/templates/dent/images/ic_play2.svg) 50% no-repeat;
}
.doctor_short_info .doctor_short_info_content {
  padding-top: 34px;
}
@media (width <= 1024px) {
  .doctor_short_info .doctor_short_info_content {
    padding-top: 0;
  }
}
.doctor_short_info .doctor_short_info_content .positions {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  white-space: normal;
  margin-bottom: 34px;
}
@media (width <= 1024px) {
  .doctor_short_info .doctor_short_info_content .positions {
    margin-bottom: 12px;
  }
}
.doctor_short_info .doctor_short_info_content .positions .item {
  font-family: var(--font_family), sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #23d1e4;
  padding: 7px 16px;
  border: 1px solid #23d1e4;
  border-radius: 37px;
}
@media (width <= 1024px) {
  .doctor_short_info .doctor_short_info_content .positions .item {
    font-size: 14px;
  }
}
.doctor_short_info .doctor_short_info_content h1 {
  font-family: var(--font_family2), sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 1.2;
  color: #002356;
  margin-bottom: 16px;
}
@media (width <= 1024px) {
  .doctor_short_info .doctor_short_info_content h1 {
    font-size: 32px;
  }
}
.doctor_short_info .doctor_short_info_content .education {
  font-family: var(--font_family), sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #002356;
  opacity: 0.5;
  margin-bottom: 22px;
}
@media (width <= 1024px) {
  .doctor_short_info .doctor_short_info_content .education {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.doctor_short_info .doctor_short_info_content .short_cards {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 35px;
  white-space: nowrap;
}
@media (width <= 1024px) {
  .doctor_short_info .doctor_short_info_content .short_cards {
    gap: 10px;
    margin-bottom: 20px;
  }
}
.doctor_short_info .doctor_short_info_content .short_cards .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 1px solid rgba(26, 168, 195, 0.2);
  border-radius: 20px;
  width: 151px;
  min-height: 80px;
  padding: 12px;
  min-width: 151px;
}
@media (width <= 1024px) {
  .doctor_short_info .doctor_short_info_content .short_cards .item {
    min-width: 105px;
    flex: 1;
    gap: 0;
    min-height: 54px;
    padding: 6px;
  }
}
@media (width <= 1024px) {
  .doctor_short_info .doctor_short_info_content .short_cards .item.item_price {
    min-width: unset;
  }
}
@media (width <= 768px) {
  .doctor_short_info .doctor_short_info_content .short_cards .item.item_price {
    width: 100%;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 5px;
  }
}
.doctor_short_info .doctor_short_info_content .short_cards .num {
  font-family: var(--font_family2), sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4;
  background: linear-gradient(40deg, #002356 0%, #0051c8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (width <= 1024px) {
  .doctor_short_info .doctor_short_info_content .short_cards .num {
    font-size: 20px;
  }
}
.doctor_short_info .doctor_short_info_content .short_cards .text {
  font-family: var(--font_family), sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  color: #9b9b9b;
}
.doctor_short_info .doctor_short_info_content .doctor_short_actions {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  white-space: nowrap;
}
@media (width <= 1024px) {
  .doctor_short_info .doctor_short_info_content .doctor_short_actions {
    gap: 10px;
  }
}
@media (width <= 768px) {
  .doctor_short_info .doctor_short_info_content .doctor_short_actions {
    flex-direction: column;
  }
}
.doctor_short_info .doctor_short_info_content .doctor_short_actions a {
  line-height: normal;
}
.doctor_short_info .doctor_short_info_content .doctor_short_actions .page_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
}
.doctor_short_info .doctor_short_info_content .doctor_short_actions .mobile_tel {
  display: none;
  font-family: var(--font_family), sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 35, 86, 0.5);
  margin-bottom: 14px;
}
@media (width <= 1024px) {
  .doctor_short_info .doctor_short_info_content .doctor_short_actions .mobile_tel {
    display: flex;
    order: -1;
    align-items: center;
    gap: 0.5em;
    width: 100%;
  }
}
@media (width <= 768px) {
  .doctor_short_info .doctor_short_info_content .doctor_short_actions .mobile_tel {
    text-align: center;
    justify-content: center;
  }
}
.doctor_short_info .doctor_short_info_content .doctor_short_actions .mobile_tel a {
  font-family: var(--font_family2), sans-serif;
  font-weight: 700;
  background: linear-gradient(40deg, #002356 0%, #0051c8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}
.doctor_short_info .doctor_short_info_content .doctor_short_actions .call_btn {
  border: 1px solid #1aa8c3;
  border-radius: 80px;
  font-family: var(--font_family), sans-serif;
  font-weight: 500;
  font-size: 18px;
  background: linear-gradient(47deg, #1aa8c3 0%, #23d1e4 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 12px 30px;
  text-decoration: none;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (width <= 1024px) {
  .doctor_short_info .doctor_short_info_content .doctor_short_actions .call_btn {
    display: none;
  }
}
.doctor_short_info .doctor_short_info_content .doctor_short_actions .call_btn:hover {
  color: #fff;
  background: #1AA8C3;
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}
.doctor_short_info .doctor_short_info_content .doctor_short_actions .review_btn {
  border: 1px solid #1aa8c3;
  border-radius: 80px;
  background: rgba(26, 168, 195, 0.1);
  font-family: var(--font_family), sans-serif;
  font-weight: 500;
  font-size: 18px;
  padding: 15px 30px;
  text-decoration: none;
  color: #1aa8c3;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
}
.doctor_short_info .doctor_short_info_content .doctor_short_actions .review_btn:hover {
  color: #fff;
  background: #1AA8C3;
}

.links_line {
  margin-bottom: 50px;
}
.links_line .links {
  display: flex;
  gap: 40px;
  white-space: nowrap;
  flex-wrap: wrap;
  box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.055);
  padding: 17px 30px 22px;
  font-size: 18px;
}
@media (width <= 1200px) {
  .links_line .links {
    gap: 30px;
    font-size: 16px;
  }
}
@media (width <= 1024px) {
  .links_line .links {
    display: none;
  }
}
.links_line .links a {
  font-family: var(--font_family), sans-serif;
  font-weight: 400;
  color: rgba(16, 2, 53, 0.42);
  text-decoration: none;
  transition: all 0.2s;
}
.links_line .links a:hover,.links_line .links a.active {
  color: #1AA8C3;
}


.doc_sect {
  margin-bottom: 100px;
}
@media (width <= 1024px) {
  .doc_sect {
    margin-bottom: 33px;
  }
}
.doc_sect .doc_sect_title {
  font-family: var(--font_family2), sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 2.075;
  color: #002356;
  margin-bottom: 36px;
}
@media (width <= 1024px) {
  .doc_sect .doc_sect_title {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
}

.key_comp p {
  font-family: var(--font_family), sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #002356;
  opacity: 0.8;
  max-width: 970px;
}
.key_comp .key_list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media (width <= 1024px) {
  .key_comp .key_list {
    gap: 10px;
  }
}
.key_comp .key_list .item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 12px;
  font-family: var(--font_family), sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  color: #1aa8c3;
  background: rgba(28, 177, 202, 0.1);
  border-radius: 10px;
}
@media (width <= 1024px) {
  .key_comp .key_list .item {
    font-size: 14px;
    padding: 5px 11px;
  }
}

.doctor_services .services_content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (width <= 1024px) {
  .doctor_services .services_content {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }
}
.doctor_services .services_list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 34px;
}
@media (width <= 1024px) {
  .doctor_services .services_list {
    gap: 10px;
    margin-bottom: 0;
  }
}
.doctor_services .services_list .item {
  display: flex;
  gap: 24px;
  height: auto;
}
@media (width <= 1024px) {
  .doctor_services .services_list .item {
    gap: 10px;
  }
}
.doctor_services .services_list .item_title {
  background: #f8f9fa;
  border-radius: 10px;
  flex: 1;
  height: auto;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 19px 22px;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='22' viewBox='0 0 19 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.00024 9L7.00024 19.3923C9.47839 11.087 11.8782 7.11201 17.6191 1' stroke='%231AA8C3' stroke-width='2' stroke-linecap='round' /%3E%3C/svg%3E");
  padding: 15px 27px 15px 52px;
}
@media (width <= 1024px) {
  .doctor_services .services_list .item_title {
    padding: 8px 1px 8px 40px;
    background-size: 12px 13px;
    background-position: 15px center;
  }
}
.doctor_services .services_list .item_title p {
  font-family: var(--font_family), sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: #002356;
}
@media (width <= 1024px) {
  .doctor_services .services_list .item_title p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
.doctor_services .services_list .item_price {
  font-family: var(--font_family), sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #1aa8c3;
  padding: 24px 26px;
  border-radius: 10px;
  background: rgba(26, 168, 195, 0.1);
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}
@media (width <= 1024px) {
  .doctor_services .services_list .item_price {
    font-size: 16px;
    padding: 24px 10px;
  }
}
@media (width <= 1024px) {
  .doctor_services .services_list .see_more {
    margin-top: 10px;
  }
}
.doctor_services .services_list .see_more a {
  font-family: var(--font_family), sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #1aa8c3;
  text-decoration: underline;
  text-decoration-style: dashed;
  text-underline-offset: 4px;
}
@media (width <= 1024px) {
  .doctor_services .services_list .see_more a {
    font-size: 16px;
    font-weight: 500;
  }
}
.doctor_services .services_list .see_more a:hover {
  text-decoration: none;
}
.doctor_services .services_img {
  height: 100%;
  width: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.doctor_services .services_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media (width <= 1024px) {
  .doctor_services .services_img img {
    position: static;
    height: auto;
    max-width: 100%;
    width: auto;
    border-radius: 10px;
    margin: 0 auto;
  }
}

.education_block .education_wrap {
  display: grid;
  grid-template-columns: 7.1fr 6fr;
  gap: 30px 55px;
}
@media (width <= 1024px) {
  .education_block .education_wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.education_block .education_wrap .edu_title {
  font-family: var(--font_family), sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.28571;
  text-transform: uppercase;
  color: #002356;
  opacity: 0.5;
  margin-bottom: 16px;
}
@media (width <= 1024px) {
  .education_block .education_wrap .edu_title {
    font-size: 12px;
    margin-bottom: 16px;
  }
}
.education_block .education_wrap ul {
  padding-left: 18px;
}
.education_block .education_wrap ul li {
  font-family: var(--font_family), sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #002356;
  opacity: 0.8;
}
@media (width <= 1024px) {
  .education_block .education_wrap ul li {
    font-size: 14px;
  }
}
.education_block #edu_full {
  display: none;
}
.education_block #edu_full:checked ~ .edu_full {
  display: none;
}
@media (width <= 1024px) {
  .education_block #edu_full:checked ~ * {
    display: block;
  }
}
.education_block .edu_full {
  display: none;
  font-family: var(--font_family), sans-serif;
  color: #1aa8c3;
  text-decoration: underline;
  text-decoration-style: dashed;
  text-underline-offset: 4px;
  font-size: 16px;
  font-weight: 500;
}
@media (width <= 1024px) {
  .education_block .edu_full {
    display: block;
    width: fit-content;
  }
}
.education_block .edu_full:hover {
  text-decoration: none;
}
@media (width <= 1024px) {
  .education_block .edu_full ~ * {
    display: none;
  }
}

@media (width <= 767px) {
  .doc_reviews .slider {
    padding-bottom: 65px;
  }
}
@media (width <= 767px) {
  .doc_reviews .slider-button-prev,
  .doc_reviews .slider-button-next {
    bottom: 0;
    left: 50%;
    margin: 0 7.5px;
  }
}
@media (width <= 767px) {
  .doc_reviews .slider-button-prev {
    right: 50%;
    left: auto;
  }
}

.tabs_block {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
@media (width <= 1024px) {
  .tabs_block {
    gap: 20px;
  }
}
.tabs_block .tabs_list {
  display: flex;
  gap: 40px;
  max-width: 100%;
  white-space: nowrap;
  overflow-x: auto;
}
.tabs_block .tab {
  font-family: var(--font_family), sans-serif;
  font-weight: 400;
  font-size: 16px;
  cursor: pointer;
  padding-bottom: 10px;
  border-bottom: 2px solid transparent;
}
.tabs_block .tab.active {
  color: #002356;
  border-color: #23d1e4;
}
.tabs_block .tabs_container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tabs_block .tab_content {
  display: none;
}
.tabs_block .tab_content.active {
  display: block;
}
.tabs_block .video_block {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.tabs_block .video_block img {
  display: block;
}
.tabs_block .video_block .video_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  border-radius: 50%;
  background: linear-gradient(46.98deg, #1AA8C3 5.25%, #23D1E4 76.08%);
  z-index: 10;
  transition: 0.2s linear;
  width: 80px;
  height: 80px;
}
.tabs_block .video_block .video_btn:hover {
  box-shadow: 0px 4px 44px -5px rgba(252, 75, 61, 0.4);
}
.tabs_block .video_block .video_btn:hover:before {
  opacity: 0;
}
.tabs_block .video_block .video_btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.2s linear;
  border-radius: 50px;
  background: linear-gradient(40deg, #002356 0%, #0051c8 100%);
}
.tabs_block .video_block .video_btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(/local/templates/dent/images/ic_play2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}

.doc_works .doc_work_item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  display: block;
}
.doc_works .doc_work_item img {
  height: 421px;
  border-radius: 10px;
  width: 100%;
  object-fit: cover;
  display: block;
}
@media (width <= 1400px) {
  .doc_works .doc_work_item img {
    height: 30vw;
  }
}
@media (width <= 1024px) {
  .doc_works .doc_work_item img {
    height: auto;
  }
}
.doc_works .doc_work_item span {
  position: absolute;
  bottom: 30px;
  left: 30px;
  max-width: calc(100% - 60px);
  padding: 9px 15px;
  background: #f8f9fa;
  border-radius: 10px;
  font-family: var(--font_family), sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  color: #1aa8c3;
  z-index: 1;
}
@media (width <= 1024px) {
  .doc_works .doc_work_item span {
    bottom: 20px;
    left: 20px;
    padding: 3px 15px;
  }
}
.doc_works .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
}
@media (width <= 1024px) {
  .doc_works .swiper-wrapper {
    display: flex;
    gap: 0;
  }
}
.doc_works .swiper-slide {
  grid-column: span 3;
}
.doc_works .swiper-slide:nth-child(5n-2), .doc_works .swiper-slide:nth-child(5n-1), .doc_works .swiper-slide:nth-child(5n) {
  grid-column: span 2;
}
.doc_works .swiper_nav {
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
  display: none;
}
@media (width <= 1024px) {
  .doc_works .swiper_nav {
    display: flex;
  }
}
.doc_works .slider-button-prev,
.doc_works .slider-button-next {
  position: static;
  margin: 0;
}

.block_doc_form_callback {
  background: #e9f3f5;
  border-radius: 10px;
  padding: 25px 30px;
}
.block_doc_form_callback h2 {
  margin-bottom: 16px;
  font-family: var(--font_family2), sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.23175;
  color: #002356;
}
@media (width <= 1024px) {
  .block_doc_form_callback h2 {
    margin-bottom: 12px;
    font-size: 20px;
  }
}
.block_doc_form_callback .form_callback_text {
  font-family: var(--font_family), sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
  color: #002356;
  margin-bottom: 14px;
}
@media (width <= 1024px) {
  .block_doc_form_callback .form_callback_text {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
.block_doc_form_callback .form_callback_text a {
  font-family: var(--font_family2), sans-serif;
  font-weight: 600;
  font-size: 20px;
  text-decoration: none;
  color: inherit;
}
@media (width <= 1024px) {
  .block_doc_form_callback .form_callback_text a {
    font-size: 16px;
  }
}
.block_doc_form_callback .form_callback_text a:hover {
  text-decoration: underline;
}
.block_doc_form_callback form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.block_doc_form_callback .form_callback_wrap {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (width <= 1024px) {
  .block_doc_form_callback .form_callback_wrap {
    flex-direction: column;
    gap: 10px;
  }
}
.block_doc_form_callback .form_callback_wrap input {
  border-radius: 32px;
  width: 412px;
  height: 60px;
  background: #fff;
  border: none;
  outline: none;
  padding: 18px 20px;
  min-height: 60px;
}
@media (width <= 1024px) {
  .block_doc_form_callback .form_callback_wrap input {
    width: 100%;
    min-height: 50px;
  }
}
.block_doc_form_callback .form_callback_wrap input:placeholder {
  font-family: var(--font_family), sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.53846;
  color: #002356;
  opacity: 0.5;
}
.block_doc_form_callback button[type=submit].page_btn {
  min-height: 60px;
  border-radius: 50px;
}
@media (width <= 1024px) {
  .block_doc_form_callback button[type=submit].page_btn {
    width: 100%;
    min-height: 50px;
  }
}
.block_doc_form_callback .agree {
  max-width: 1052px;
  display: flex;
  gap: 10px;
}
.block_doc_form_callback .agree input {
  margin-top: 2px;
  border: 1px solid #9b9b9b;
  border-radius: 2px;
  width: 12px;
  height: 12px;
  min-width: 12px;
  appearance: auto;
  -webkit-appearance: auto;
}
.block_doc_form_callback .agree label {
  font-family: var(--font_family), sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.32353;
  color: #9b9b9b;
}
@media (width <= 1024px) {
  .block_doc_form_callback .agree label {
    font-size: 12px;
  }
}
.block_doc_form_callback .agree label a {
  color: inherit;
  text-decoration: none;
}
.block_doc_form_callback .agree label a:hover {
  text-decoration: underline;
  color: #002356;
}