@charset "UTF-8";
@media (max-width: 1680px) {
  .single-post .content-section .container {
    padding-left: 8.333vw;
    padding-right: 8.333vw;
  }
}
.single-post .content-section .container {
  width: 100%;
  margin: 0 auto;
  max-width: 1600px;
  position: relative;
}

@media (max-width: 650px) {
  .simple-banner > .container {
    padding: 15% 0;
  }
}
.post_page {
  display: flex;
  align-items: flex-start;
}

.post_author {
  min-width: 330px;
  max-width: 330px;
  margin-right: 50px;
}

.post_author > div:first-child p {
  font-size: 20px;
  font-weight: 900;
  text-align: center;
}

.post_author_title > span {
  font-size: 11px;
  font-weight: 300;
  color: #70869b;
  text-transform: uppercase;
}

.post_author_title p {
  font-size: 28px;
  line-height: 120%;
  margin-top: 0 !important;
}

.post_author_title p span {
  font-weight: 900;
  line-height: 120%;
}

.post_author_item {
  display: flex;
}

.post_author_attribute {
  min-width: 100px;
}

.post_author_attribute p {
  font-size: 11px;
  font-weight: 300;
  color: #70869b;
  text-transform: uppercase;
}

.post_author_value {
  font-size: 13px;
  margin-top: -3px !important;
}

.post_author_value li {
  font-size: 13px;
  font-weight: 600;
  padding-left: 15px;
  margin-top: 0 !important;
  position: relative;
}

.post_author_value li:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #00ae6b;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 0;
}

.post_author_photo {
  width: 100%;
  position: relative;
}

.post_author_photo:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/post_bg.png) no-repeat center center/100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.post_author_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post_author_buttons .doctors-item-btns_container {
  position: static;
}

.post_author_buttons a {
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  margin-top: 0 !important;
}

.post_author_buttons a span {
  margin-top: 0 !important;
}

.post_info {
  border-bottom: 1px solid #9eb5cb;
  padding-bottom: 15px;
  display: flex;
  justify-content: space-between;
}

.post_info_left {
  display: flex;
  align-items: center;
}

.post_info_left > div {
  display: flex;
  align-items: center;
  margin-top: 0 !important;
  margin-right: 30px;
}

.post_info_left > div p {
  font-size: 13px;
  color: #9eb5cb;
  margin-top: 0 !important;
  margin-left: 10px;
}

.post_info_right {
  display: flex;
  align-items: center;
  margin-top: 0 !important;
}

.post_info_right p {
  font-size: 13px;
  margin-top: 3px;
  margin-right: 10px;
}

.post_info_right p {
  margin-top: 0 !important;
}

@media (max-width: 650px) {
  .post_info {
    flex-direction: column;
    gap: 15px;
    padding-bottom: 25px;
  }
  .post_info_right div {
    margin-left: 15px !important;
    line-height: 0;
  }
  .post_info_right p {
    display: inline-flex !important;
  }
  .post_info_right p + div {
    margin-left: 0 !important;
  }
  .post_info_right div svg {
    width: 35px;
    height: auto;
  }
}
@media (max-width: 516px) {
  .post_info_right {
    flex-wrap: wrap;
  }
  .post_info_right p {
    width: 100%;
    padding-bottom: 10px;
  }
}
#post_copy_link {
  position: relative;
}

.post_info_right div {
  cursor: pointer;
  height: 27px;
  margin-left: 5px;
}

.other_posts {
  padding: 150px 0;
}

.other_posts_title p {
  font-size: 14px;
  color: #9eb5cb;
  text-transform: uppercase;
}

.other_posts_title h2 {
  font-size: 50px;
  color: #000;
  text-transform: uppercase;
  margin-top: 10px;
}

.other_posts_title h2 span {
  font-weight: 900;
}

.other_posts_slider {
  margin-top: 50px;
}

.other_posts_slider_photo {
  height: 320px;
}

/*@media (max-width: 1279px){
  	.other_posts_slider_photo{
        height: 300px;
    }
}*/
@media (max-width: 1024px) {
  .other_posts_slider_photo {
    height: 260px;
  }
}
@media (max-width: 767px) {
  .other_posts_slider_photo {
    height: 440px;
  }
}
@media (max-width: 575px) {
  .other_posts_slider_photo {
    height: 400px;
  }
}
@media (max-width: 440px) {
  .other_posts_slider_photo {
    height: 300px;
  }
}
.other_posts_slider_photo {
  position: relative;
}

.other_posts_slider_photo:before {
  content: "";
  display: block;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  background: url(../img/post_bg.png) no-repeat center center/100% 100%;
  position: absolute;
  z-index: 1;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
}

.other_posts_slider_photo:after {
  content: "";
  display: block;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  border: 24px solid #fff;
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
}

.other_posts_slider_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.other_posts_slider_info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding-bottom: 15px;
  margin-top: 5px;
}

.other_posts_slider_date {
  font-size: 13px;
  color: #000;
  display: flex;
  align-items: center;
}

.other_posts_slider_date svg {
  margin-right: 10px;
}

.other_posts_slider_title {
  font-size: 15px;
  font-weight: 900;
  color: #000;
  margin: 10px 0;
}

.other_posts_slider_text {
  font-size: 15px;
  line-height: 22px;
  color: #404040;
  margin-bottom: 20px;
}

.other_posts_slider_link {
  display: inline;
  font-size: 14px;
  font-weight: 600;
  color: #00ae6b;
  margin-top: auto;
  position: relative;
}

.other_posts_slider_link:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #00ae6b;
  position: absolute;
  top: 25px;
  left: 0;
}

.post_btn {
  max-width: 280px;
  height: 60px;
  border-radius: 10px;
  background: #00ae6b;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px auto 0;
}

.post_btn span {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  margin-right: 40px;
}

.post_technology {
  height: 860px;
  padding: 100px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(6, 1fr);
  gap: 10px;
}

.post_technology_item {
  overflow: hidden;
  border-radius: 10px;
}

.post_technology_item:nth-child(1) {
  clip-path: polygon(60px 0%, 100% 0%, 100% 100%, 0% 100%, 0% 60px);
  grid-row: span 4/span 4;
}

.post_technology_item:nth-child(2) {
  grid-row: span 2/span 2;
  grid-column-start: 1;
  grid-row-start: 5;
}

.post_technology_item:nth-child(3) {
  grid-row: span 3/span 3;
  grid-column-start: 2;
  grid-row-start: 1;
}

.post_technology_item:nth-child(4) {
  grid-row: span 3/span 3;
  grid-column-start: 2;
  grid-row-start: 4;
}

.post_technology_item:nth-child(5) {
  grid-row: span 4/span 4;
  grid-column-start: 3;
  grid-row-start: 1;
}

.post_technology_item:nth-child(6) {
  grid-row: span 2/span 2;
  grid-column-start: 3;
  grid-row-start: 5;
}

.post_technology_item:nth-child(7) {
  grid-row: span 3/span 3;
  grid-column-start: 4;
  grid-row-start: 1;
}

.post_technology_item:nth-child(8) {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 60px), calc(100% - 60px) 100%, 0 100%);
  grid-row: span 3/span 3;
  grid-column-start: 4;
  grid-row-start: 4;
}

.post_technology_item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post_button_popup {
  width: 180px;
  margin: 0 auto;
  position: fixed;
  z-index: 999;
  left: 0;
  right: 0;
  bottom: 30px;
  display: none;
}

.post_button_popup > svg {
  display: block;
  margin: 0 auto;
}

.post_button_popup div {
  border: 1px solid #d8e1ea;
  border-radius: 20px;
  background: #fff;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.post_button_popup span {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #00ae6b;
  margin-right: 10px;
}

.banner-subtitle-h1 {
  max-width: 50%;
}

.stages-section {
  padding-top: 6.771vw;
}

@media (max-width: 650px) {
  .banner-subtitle-h1 {
    max-width: 100%;
  }
}
.banner-breadcrumbs-list ol {
  gap: 30px;
}

.black-breadcrumbs.banner-breadcrumbs-list ol li + li::before {
  width: 10px;
  transform: translate(-10px, 50%);
}

@media (max-width: 992px) {
  .simple-content .container {
    padding-left: 8.333vw;
    padding-right: 8.333vw;
  }
  .post_page {
    flex-direction: column;
  }
  .post_author {
    order: 1;
    max-width: 100%;
    display: flex;
    margin-top: 50px;
    margin-right: 0;
  }
  .post_author > div:first-child {
    margin-right: 50px;
  }
  .post_author > div:first-child p {
    text-align: left;
  }
  .post_author_photo {
    height: auto;
  }
  .other_posts {
    padding: 100px 0;
  }
  .post_button_popup {
    display: block;
  }
  .post_technology {
    height: 1300px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(12, 1fr);
  }
  .post_technology_item:nth-child(1) {
    grid-row: span 4/span 4;
  }
  .post_technology_item:nth-child(2) {
    grid-row: span 2/span 2;
    grid-column-start: 1;
    grid-row-start: 5;
  }
  .post_technology_item:nth-child(3) {
    grid-row: span 3/span 3;
    grid-column-start: 2;
    grid-row-start: 1;
  }
  .post_technology_item:nth-child(4) {
    grid-row: span 3/span 3;
    grid-column-start: 2;
    grid-row-start: 4;
  }
  .post_technology_item:nth-child(5) {
    grid-row: span 4/span 4;
    grid-column-start: auto;
    grid-row-start: 7;
  }
  .post_technology_item:nth-child(6) {
    grid-row: span 2/span 2;
    grid-column-start: 1;
    grid-row-start: 11;
  }
  .post_technology_item:nth-child(7) {
    grid-row: span 3/span 3;
    grid-column-start: 2;
    grid-row-start: 7;
  }
  .post_technology_item:nth-child(8) {
    grid-row: span 3/span 3;
    grid-column-start: 2;
    grid-row-start: 10;
  }
}
@media (max-width: 576px) {
  .post_info_right p {
    display: none;
  }
  .post_author {
    flex-direction: column;
  }
  .post_author > div:first-child {
    margin-right: 0;
  }
  .post_technology {
    height: 800px;
    padding: 50px 0;
  }
  .other_posts {
    padding: 50px 0;
  }
  .other_posts_title h2 {
    font-size: 28px;
  }
  .other_posts_slider {
    margin-top: 10px;
  }
  .breadcrumbs .container {
    padding-left: 0 !important;
  }
}
.faq_section {
  padding-bottom: 100px;
}

.faq_section_block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
  column-gap: 40px;
  margin-top: 60px;
}

.faq_section_item {
  border: 1px solid #d8e1ea;
  margin-top: -1px;
  transition: 0.3s;
}

.faq_section_item.active {
  background: #f2f5f8;
}

.faq_section_question {
  cursor: pointer;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq_section_question p {
  font-weight: 900;
  line-height: 140%;
}

.faq_section_cross {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  border-radius: 50%;
  background: #f2f5f8;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.3s;
}

.faq_section_cross.active,
.faq_section_cross:hover {
  background: #9eb5cb;
}

.faq_section_cross::before {
  content: "+";
  font-size: 32px;
  position: absolute;
  transition: 0.3s;
}

.faq_section_cross.active::before,
.faq_section_cross:hover::before {
  content: "–";
  color: #fff;
}

.faq_section_answer {
  padding: 10px 20px 20px;
  border-top: 1px solid #d8e1ea;
  display: none;
}

.faq_section_answer * {
  line-height: 150%;
}

strong,
.faq_section_answer span {
  font-weight: 700;
}

.faq_section_answer ul {
  list-style-type: disc;
  margin-top: 10px;
}

.faq_section_answer ul li {
  display: list-item;
  list-style: disc;
  margin-left: 20px;
}

.faq_section_answer ol {
  list-style-type: decimal;
  margin-top: 10px;
}

.faq_section_answer ol li {
  display: list-item;
  list-style: decimal;
  margin-left: 20px;
}

.faq_section_answer p {
  margin-top: 10px;
}

.faq_section_answer p a {
  display: inline;
  text-decoration: underline;
}

.other_posts_title h2 {
  font-size: clamp(24px, 3.125vw, 60px);
}

@media screen and (max-width: 992px) {
  .faq_section_block {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 1280px) {
  .other_posts_title h2 {
    font-size: clamp(24px, 3.125vw, 60px);
  }
}
@media (max-width: 650px) {
  .other_posts_title h2 {
    font-size: 28px;
  }
}
.seo_section_text {
  padding-bottom: 40px;
  color: #000;
}
.seo_section_text h2 {
  font-size: 1.9em;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.001em;
  text-transform: uppercase;
  margin-top: 1.781vw;
}
.seo_section_text h3 {
  font-size: 1.6em;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.001em;
  margin-top: 1.781vw;
}
.seo_section_text p {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0.781vw;
}
.seo_section_text ul,
.seo_section_text ol {
  padding-left: 26px;
  margin-top: 0.781vw;
}
.seo_section_text ul li {
  list-style-type: disc;
}
.seo_section_text ol li {
  list-style-type: decimal;
}
.seo_section_text li {
  letter-spacing: 0.001em;
  line-height: 160%;
  margin-top: 0.781vw;
}
.seo_section_text p a,
.seo_section_text li a {
  color: #00af6b;
}

@media (max-width: 1280px) {
  .seo_section_text h2 {
    margin-top: 4vw;
  }
  .seo_section_text ul,
  .seo_section_text ol,
  .seo_section_text li,
  .seo_section_text p {
    margin-top: 1.5vw;
  }
}
@media (max-width: 640px) {
  .seo_section_text h2 {
    margin-top: 8vw;
  }
  .seo_section_text ul,
  .seo_section_text ol,
  .seo_section_text li,
  .seo_section_text p {
    margin-top: 3vw;
  }
}
#seo_section + .simple-text-container {
  /*    display: none !important;*/
}

.rngst_phone_button {
  bottom: 120px !important;
  right: calc(0% - 30px) !important;
}

.responces-bottom .responce-list_item {
  height: 400px;
}

.responces-bottom .responce-list_item .responce-item_name,
.responces-bottom .responce-list_item .responce-item_text {
  font-size: clamp(13px, 1vw, 20px);
}

.rngst_modal.rngst_modal--green {
  background: #00af6b !important;
}

.simple-text-container {
  width: 100%;
}
.simple-text-container a {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.banner-subtitle-h1 h1,
.simple-text-container h1,
.faq_column .text h1,
.seo_section_text h1,
.banner-subtitle-h1 h2,
.simple-text-container h2,
.faq_column .text h2,
.seo_section_text h2,
.banner-subtitle-h1 h3,
.simple-text-container h3,
.faq_column .text h3,
.seo_section_text h3,
.banner-subtitle-h1 h4,
.simple-text-container h4,
.faq_column .text h4,
.seo_section_text h4,
.banner-subtitle-h1 h5,
.simple-text-container h5,
.faq_column .text h5,
.seo_section_text h5,
.banner-subtitle-h1 h6,
.simple-text-container h6,
.faq_column .text h6,
.seo_section_text h6 {
  font-weight: bold;
  line-height: 120%;
  margin-top: 20px;
}

.banner-subtitle-h1 h1,
.simple-text-container h1,
.faq_column .text h1,
.seo_section_text h1 {
  font-size: clamp(30px, 3.104vw, 50px);
}

.banner-subtitle-h1 h2,
.simple-text-container h2,
.faq_column .text h2,
.seo_section_text h2 {
  font-size: clamp(26px, 2.6vw, 40px);
}

.banner-subtitle-h1 h3,
.simple-text-container h3,
.faq_column .text h3,
.seo_section_text h3 {
  font-size: clamp(22px, 2.1vw, 32px);
}

.banner-subtitle-h1 h4,
.simple-text-container h4,
.faq_column .text h4,
.seo_section_text h4 {
  font-size: clamp(18px, 1.7vw, 26px);
}

.banner-subtitle-h1 h5,
.simple-text-container h5,
.faq_column .text h5,
.seo_section_text h5 {
  font-size: clamp(16px, 1.4vw, 22px);
}

.banner-subtitle-h1 h6,
.simple-text-container h6,
.faq_column .text h6,
.seo_section_text h6 {
  font-size: clamp(14px, 1.1vw, 18px);
}

.banner-subtitle-h1 span,
.simple-text-container span,
.faq_column .text span,
.seo_section_text span {
  font-weight: bold;
}

.banner-subtitle-h1 p,
.simple-text-container p,
.faq_column .text p,
.seo_section_text p {
  line-height: 120%;
  margin-top: 20px;
}

.banner-subtitle-h1 em,
.simple-text-container em,
.faq_column .text em,
.seo_section_text em {
  font-style: italic;
}

.banner-subtitle-h1 a,
.simple-text-container a,
.faq_column .text a,
.seo_section_text a {
  text-decoration: underline;
}

.banner-subtitle-h1 ul,
.simple-text-container ul,
.faq_column .text ul,
.seo_section_text ul,
.banner-subtitle-h1 ol,
.simple-text-container ol,
.faq_column .text ol,
.seo_section_text ol {
  margin-top: 20px;
  margin-left: 30px;
}

.banner-subtitle-h1 ul li,
.simple-text-container ul li,
.faq_column .text ul li,
.seo_section_text ul li {
  list-style-type: disc;
  line-height: 120%;
}

.banner-subtitle-h1 ol li,
.simple-text-container ol li,
.faq_column .text ol li,
.seo_section_text ol li {
  list-style-type: decimal;
  line-height: 120%;
}

.banner-subtitle-h1 blockquote,
.simple-text-container blockquote,
.faq_column .text blockquote,
.seo_section_text blockquote {
  margin: 20px 0;
  padding: 10px 20px;
  border-left: 3px solid #f67316;
  position: relative;
  font-style: italic;
}

.banner-subtitle-h1 blockquote p::before,
.simple-text-container blockquote p::before,
.faq_column .text blockquote p::before,
.seo_section_text blockquote p::before {
  content: "«";
  font-weight: bold;
  margin-right: 5px;
}

.banner-subtitle-h1 blockquote p::after,
.simple-text-container blockquote p::after,
.faq_column .text blockquote p::after,
.seo_section_text blockquote p::after {
  content: "»";
  font-weight: bold;
  margin-left: 5px;
}

.footer-license {
  margin-top: 24px;
}

.footer-button {
  margin-top: 12px;
  text-align: center;
}

.footer-awards {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.footer-awards__item {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
@media (max-width: 760px) {
  .footer-awards__item {
    width: 100px;
    height: 100px;
  }
}
.footer-awards__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-sales-offer {
  margin-top: 24px;
  max-width: 560px;
  line-height: 130%;
}

.footer-reviews {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.footer-block {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1080px) {
  .footer-block {
    flex-direction: column;
  }
}

.footer-payment {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-payment__item {
  width: 50px;
  height: 50px;
}
.footer-payment__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-quality-control {
  padding: 20px;
  max-width: 520px;
  border-radius: 10px;
  background-color: #007c49;
  line-height: 130%;
}
.footer-quality-control__icon {
  margin-bottom: 10px;
  width: 50px;
  height: 50px;
}
.footer-quality-control__icon svg,
.footer-quality-control__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer__top-item a {
  white-space: wrap !important;
}

@media (max-width: 1280px) {
  .footer__top {
    grid-template-columns: 1fr auto;
  }
}
@media (max-width: 650px) {
  .footer-adress .show-popup {
    display: flex;
  }
  .footer__top-item-btn {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer__top-item-btn > * {
    max-width: max-content;
  }
}
.contacts-section_item {
  padding: 24px !important;
}

.contacts-page-section .contacts-left {
  padding: 0;
}

.wpcf7 form p:has(> .wpcf7-form-control-wrap[class*=honeypot]:only-child) {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.zapisatys-form_item.zapisatys-form_item-btn button {
  white-space: nowrap;
  width: 100%;
  justify-content: center;
}

@media (max-width: 1720px) {
  .container {
    padding: 0 20px;
  }
  .font-s-14 {
    font-size: 14px;
  }
  .font-s-16 {
    font-size: 16px;
  }
  .font-s-17 {
    font-size: 17px;
  }
  .font-s-20 {
    font-size: 20px;
  }
}
@media (max-width: 1280px) {
  .contacts-container {
    display: block;
  }
  .contacts-right {
    padding: 0;
  }
  .contacts-page-section .contacts-right {
    margin-top: 30px;
    width: 100%;
    max-width: 100%;
  }
  .doctors-container {
    flex-wrap: wrap;
  }
  .doctors-tabs_content {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .banner-subtitle-h1 h4,
  .simple-text-container h4,
  .faq_column .text h4,
  .seo_section_text h4 {
    font-size: 18px;
  }
  .banner-subtitle-h1 h5,
  .simple-text-container h5,
  .faq_column .text h5,
  .seo_section_text h5 {
    font-size: 16px;
  }
  .banner-subtitle-h1 h6,
  .simple-text-container h6,
  .faq_column .text h6,
  .seo_section_text h6 {
    font-size: 14px;
  }
  .responces-bottom .responce-list_item .responce-item_name,
  .responces-bottom .responce-list_item .responce-item_text {
    font-size: 13px;
  }
}
@media (max-width: 650px) {
  .container {
    padding: 0 16px;
  }
  .contacts-section_item {
    padding: 16px 12px !important;
  }
  .contacts-section_item.active-map {
    margin-bottom: calc((100vw - 32px) * 0.706 + 32px);
  }
  .banner-subtitle-h1 h4,
  .simple-text-container h4,
  .faq_column .text h4,
  .seo_section_text h4 {
    font-size: 16px;
  }
  .banner-subtitle-h1 h5,
  .simple-text-container h5,
  .faq_column .text h5,
  .seo_section_text h5 {
    font-size: 14px;
  }
  .banner-subtitle-h1 h6,
  .simple-text-container h6,
  .faq_column .text h6,
  .seo_section_text h6 {
    font-size: 13px;
  }
  .responces-bottom .responce-list_item .responce-item_name,
  .responces-bottom .responce-list_item .responce-item_text {
    font-size: 12px;
  }
}
@media (max-width: 760px) {
  .header-right-part > .header__contacts {
    display: none;
  }
}
.mfp-wrap .mfp-content {
  text-align: center;
}

.modal-video_popup-outer {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  max-width: 95vw;
}

.modal-video_popup {
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-video_popup video {
  width: auto !important;
  height: 85vh !important;
  max-height: 850px !important;
  max-width: 100% !important;
  object-fit: contain !important;
}

.join-socials-wrap {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 1280px) {
  .join-socials-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 920px) {
  .join-socials-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}

.join-socials-photo-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}
@media (max-width: 920px) {
  .join-socials-photo-list {
    order: 2;
  }
}
.join-socials-photo-list__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  aspect-ratio: 1/1;
}

.join-socials-info {
  padding: 0 2.5vw;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 920px) {
  .join-socials-info {
    padding: 0;
    order: 1;
    gap: 16px;
  }
}

.join-socials-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 50px;
}
.join-socials-list__item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.join-socials-list__item:hover .join-socials-list__item img {
  border-color: var(--nozenko-green);
}
.join-socials-list__item:hover .join-socials-list__item span::before {
  width: 100%;
}
.join-socials-list__item img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  border: 1px solid transparent;
  background-color: var(--nozenko-white);
}
@media (max-width: 920px) {
  .join-socials-list__item img {
    width: 40px;
    height: 40px;
  }
}
.join-socials-list__item span {
  position: relative;
  font-weight: 600;
}
.join-socials-list__item span::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 21px;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 0;
  background-color: var(--nozenko-green);
  transition: var(--nozenko-transition);
}

@media (max-width: 1280px) {
  .join-socials-photo {
    display: none;
  }
}
.join-socials-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.seo-block > *:first-child {
  margin-top: 0;
}
@media (min-width: 651px) {
  .seo-block > * {
    margin-top: 20px;
  }
}
@media (max-width: 650px) {
  .seo-block > * {
    margin-top: 15px;
  }
}
.seo-block strong,
.seo-block b {
  font-weight: bold;
}
.seo-block em {
  font-style: italic;
}
.seo-block ins {
  background-color: var(--nozenko-green);
  color: #ffffff;
}
.seo-block img {
  display: block;
  max-width: 100%;
  height: auto;
}
.seo-block blockquote {
  padding-left: 24px;
  border-left: 4px solid var(--nozenko-grey-border);
}
.seo-block table {
  width: 100%;
  border-collapse: collapse;
}
.seo-block th {
  font-weight: 700;
}
.seo-block th,
.seo-block td {
  padding: 12px 16px;
  border: 1px solid var(--nozenko-grey-border);
}
.seo-block pre {
  overflow: auto;
  padding: 20px;
  background: #f5f5f5;
  border-radius: 8px;
}
.seo-block hr {
  margin: 20px 0 0 0;
  background-color: var(--nozenko-grey-border);
}
.seo-block a {
  text-decoration: underline;
}
.seo-block a:hover {
  text-decoration: none;
}
.seo-block h1, .seo-block h2, .seo-block h3, .seo-block h4, .seo-block h5.h6 {
  line-height: 1.2;
}
.seo-block h1 {
  font-size: clamp(30px, 3.104vw, 50px);
}
.seo-block h2 {
  font-size: clamp(26px, 2.6vw, 40px);
}
.seo-block h3 {
  font-size: clamp(22px, 2.1vw, 32px);
}
.seo-block h4 {
  font-size: clamp(18px, 1.7vw, 26px);
}
.seo-block h5 {
  font-size: clamp(16px, 1.4vw, 22px);
}
.seo-block h6 {
  font-size: clamp(14px, 1.1vw, 18px);
}
.seo-block ul li + li {
  margin-top: 12px;
}
.seo-block ul ul {
  margin: 10px 0 0 20px;
}
.seo-block ul [aria-level="1"] + .seo-block ul [aria-level="1"] {
  margin-top: 5px;
}
.seo-block ul [aria-level="1"] > span {
  font-weight: 700 !important;
}
.seo-block ul li[aria-level="2"] {
  position: relative;
  padding: 0 0 0 20px;
}
.seo-block ul li[aria-level="2"]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  background-color: var(--nozenko-green);
  border-radius: 50%;
}
.seo-block ul li:not([aria-level="1"]) {
  position: relative;
  padding: 0 0 0 20px;
}
.seo-block ul li:not([aria-level="1"]):before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  background-color: var(--nozenko-green);
  border-radius: 50%;
}
.seo-block ol {
  padding: 0;
  list-style: none;
  counter-reset: item;
}
.seo-block ol li + li {
  margin-top: 12px;
}
.seo-block ol li {
  position: relative;
  padding-left: 20px;
  counter-increment: item;
}
.seo-block ol li::before {
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}

.table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-wrapper table {
  width: 100%;
  border-collapse: collapse;
}

.section-heading {
  padding-bottom: 50px;
}

.section-title-h1,
.section-title-h2,
.section-title-h3,
.section-title-h4,
.section-title-h5,
.section-title-h6 {
  font-weight: bold;
  line-height: 120%;
}

.section-title__accent {
  background-color: var(--nozenko-green);
  color: #ffffff;
  display: inline;
  padding: 0 4px;
}
.section-title__accent---type2 {
  background-color: #fff9c0;
  color: #000;
}

.section-title--bottom {
  padding-bottom: 20px;
}
.section-title--top {
  margin-top: 20px;
}

.section-title-h1 {
  font-size: clamp(30px, 3.104vw, 50px);
}

.section-title-h2 {
  font-size: clamp(26px, 2.6vw, 40px);
}

.section-title-h3 {
  font-size: clamp(22px, 2.1vw, 32px);
}

.section-title-h4 {
  font-size: clamp(18px, 1.7vw, 26px);
}

.section-title-h5 {
  font-size: clamp(16px, 1.4vw, 22px);
}

.section-title-h6 {
  font-size: clamp(14px, 1.1vw, 18px);
}

@media (min-width: 651px) {
  .section-indent-top {
    padding-top: 6.771vw;
  }
}
@media (max-width: 650px) {
  .section-indent-top {
    padding-top: 50px;
  }
}

@media (min-width: 651px) {
  .section-indent {
    padding-top: 6.771vw;
    padding-bottom: 6.771vw;
  }
}
@media (max-width: 650px) {
  .section-indent {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.tt-faq__item + .tt-faq__item {
  margin-top: -2px;
}

.tt-faq__item.is-active + .tt-faq__item {
  margin-top: -1px;
}

@media (min-width: 768px) {
  .tt-faq__holder--col-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 40px;
  }
  .tt-faq__holder--col-2 .tt-faq__item:nth-child(1),
  .tt-faq__holder--col-2 .tt-faq__item:nth-child(2) {
    margin-top: 0px;
  }
}
.tt-faq__item {
  transition: background 0.2s;
}
.tt-faq__header {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  border: 1px solid #d8e1ea;
}
.tt-faq__header-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  border-radius: 50%;
  background: #f2f5f8;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #000;
  transition: background 0.2s, color 0.2s;
}
.tt-faq__header-icon::before, .tt-faq__header-icon::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  background: currentColor;
  border-radius: 1px;
  transition: opacity 0.3s ease, background 0.3s ease;
}
.tt-faq__header-icon::after {
  transform: rotate(90deg);
}
.tt-faq__heading {
  font-weight: 900;
  line-height: 1.4;
  color: var(--nozenko-black);
}
.tt-faq__layout {
  max-height: none;
  overflow: hidden;
  padding: 10px 20px 20px;
  line-height: 150%;
  opacity: 1;
  border-left: 1px solid #d8e1ea;
  border-right: 1px solid #d8e1ea;
  border-bottom: 1px solid #d8e1ea;
}
.tt-faq__layout-indent {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tt-faq__item.is-active {
  background: #f2f5f8;
}
.tt-faq__item.is-active .tt-faq__header-icon {
  background: rgb(158, 181, 203);
  color: #fff;
}
.tt-faq__item.is-active .tt-faq__header-icon::after {
  opacity: 0;
}

/* С JS */
.js .tt-faq__layout {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
  transition: max-height 0.3s ease, padding 0.3s ease, opacity 0.3s ease;
}
.js .tt-faq__item.is-active .tt-faq__layout {
  max-height: 1000px;
  padding-top: 10px;
  padding-bottom: 20px;
  opacity: 1;
}

ul.tt-list__type1 {
  display: grid;
  gap: 5px;
}
ul.tt-list__type1 li {
  position: relative;
  padding: 0 0 0 16px;
}
ul.tt-list__type1 li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #404040;
  border-radius: 50%;
}
@media (min-width: 768px) {
  ul.tt-list__type1--col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1680px) {
  ul.tt-list__type1--col-2 {
    grid-template-columns: repeat(3, 1fr);
  }
}
ul.tt-list__type1--col-2 {
  gap: 5px 25px;
}

ol.tt-list__type1 {
  counter-reset: item;
  padding: 0;
}
ol.tt-list__type1 > li {
  display: block;
  position: relative;
  padding-left: 20px;
}
ol.tt-list__type1 > li::before {
  counter-increment: item;
  content: counter(item) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600;
}
ol.tt-list__type1 > li:last-child {
  margin-bottom: 0;
}

.box-border {
  border: 1px solid var(--nozenko-grey-border);
  padding: 20px;
  color: #000000;
  line-height: 120%;
}
.box-border--indent-layout {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.header-right-part .header__enroll {
  white-space: nowrap;
}
@media (min-width: 561px) {
  .header-right-part .tt-show-mobile {
    display: none;
  }
}
@media (max-width: 560px) {
  .header-right-part .tt-show-desktop {
    display: none;
  }
}

.header-contacts_list {
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.header-contacts_list a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  text-decoration: none;
  gap: 3px;
}
.header-contacts_list a:before, .header-contacts_list a:after {
  display: none;
}
.header-contacts_list__text1 {
  font-size: 15px;
  font-weight: 700;
}
.header-contacts_list__text2 {
  font-size: 14px;
  font-weight: 700;
}
.header-contacts_list__text3 {
  color: var(--nozenko-grey);
  font-size: 14px;
  font-weight: 700;
  margin-top: 3px;
}

.header__contacts .header-contacts_list {
  min-width: 240px;
}
.header__contacts .header-contacts_list .callback_btn {
  align-items: center;
}

.header-contacts__link-underline {
  position: relative;
}
.header-contacts__link-underline:before, .header-contacts__link-underline:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  height: 1px;
  background-color: var(--nozenko-black);
  width: 0%;
  transition: var(--nozenko-transition);
}
.header-contacts__link-underline:before {
  left: 0;
}
.header-contacts__link-underline:after {
  right: 0;
}

.header-contacts__link:hover .header-contacts__link-underline:before, .header-contacts__link:hover .header-contacts__link-underline:after {
  width: 50%;
}

.header-contacts__item {
  width: 416px;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.header-contacts__item + .header-contacts__item {
  margin-top: 20px;
}

.footer-item_bottom {
  margin-top: 20px;
}

.tt-doctor-table-link {
  padding: 15px 20px;
  background-color: var(--nozenko-grey-opacity);
  display: flex;
  align-items: center;
  gap: 7px;
  justify-content: space-between;
  font-weight: 700;
  transition: var(--nozenko-transition);
  border-radius: 10px;
}
.tt-doctor-table-link svg {
  width: 35px;
  height: auto;
  pointer-events: none;
}
.tt-doctor-table-link:hover {
  background-color: var(--nozenko-green);
  color: #ffffff;
}

.tt-box {
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 100%;
}
.tt-box__img {
  max-height: 245px;
}
.tt-box__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tt-box__heading {
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  color: #000000;
}
.tt-box__footer {
  margin-top: auto;
  display: flex;
  gap: 7px;
  align-items: center;
  justify-content: space-between;
}
.tt-box__data {
  font-size: 14px;
}
.tt-box__link {
  font-weight: 700;
  color: #000000;
  line-height: 1.2;
  position: relative;
  transition: var(--nozenko-transition);
}
.tt-box__link:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 0;
  background-color: var(--nozenko-green);
  transition: var(--nozenko-transition);
}
.tt-box__link:hover {
  color: var(--nozenko-green);
}
.tt-box__link:hover:before {
  width: 100%;
}

.tt-text-highlight {
  background-color: var(--nozenko-green);
  color: #ffffff;
  display: inline;
  padding: 0 3px;
}
.tt-text-highlight--type2 {
  background-color: #fff9c0;
  color: #000;
}

.swiper-align-slide .swiper-slide {
  display: flex;
  height: auto;
}

.swiper-pagination__type1.swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 30px;
}
.swiper-pagination__type1 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #9eb5cb;
  background-color: transparent;
  opacity: 1;
}
.swiper-pagination__type1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #9eb5cb;
}

.tt-author__holder {
  display: grid;
  gap: 10px;
}
@media (min-width: 768px) {
  .tt-author__holder {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.tt-author__item {
  background-color: #f2f5f8;
  border-radius: 8px;
  padding: 15px;
  position: relative;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .tt-author__item {
    gap: 20px;
    padding: 24px;
  }
}
.tt-author__img {
  min-width: 100px;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .tt-author__img {
    min-width: 120px;
    width: 120px;
    height: 120px;
  }
}
.tt-author__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tt-author__content {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.tt-author__text1 {
  color: var(--nozenko-grey);
  font-size: 16px;
  padding-bottom: 15px;
}
.tt-author__text2 {
  margin-top: auto;
  font-weight: 700;
  font-size: 18px;
  color: #000;
}
@media (min-width: 768px) {
  .tt-author__text2 {
    font-size: 20px;
  }
}
.tt-author__text3 {
  color: var(--nozenko-grey);
  font-size: 16px;
}

.tt-service_img-wrapper {
  position: relative;
}
.tt-service_img-wrapper:hover > img {
  transform: translate(-50%, -50%) scale(1.2) rotate(-4deg);
}
.tt-service_img-wrapper .service_img-bg-container img {
  height: 100%;
}

@media (max-width: 1280px) {
  .about-service-left {
    flex: 0 1 50%;
    max-width: 50%;
  }
}
@media (max-width: 650px) {
  .about-service-left {
    flex: initial;
    max-width: none;
    padding: 12px;
  }
}
.tt-service_img-align {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tt-info-list {
  border: 1px solid var(--nozenko-grey-border);
  padding: 30px 20px;
  width: 100%;
  border-radius: 8px;
  margin-top: 60px;
}
@media (max-width: 650px) {
  .tt-info-list {
    margin-top: 30px;
  }
}
.tt-info-list__item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.tt-info-list__item + .tt-info-list__item {
  margin-top: 15px;
}
.tt-info-list__item:hover .tt-info-list__title {
  color: var(--nozenko-green);
}
.tt-info-list__icon {
  max-width: 50px;
  color: var(--nozenko-green);
}
.tt-info-list__icon > * {
  width: 100%;
  height: auto;
}
.tt-info-list__title {
  color: #000000;
  transition: var(--nozenko-transition);
  font-size: 16px;
  line-height: 1.25;
}

.tt-services__holder {
  display: grid;
  gap: 20px;
}
@media (min-width: 651px) {
  .tt-services__holder {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1281px) {
  .tt-services__holder {
    grid-template-columns: repeat(4, 1fr);
  }
}
.tt-services__indent-top {
  margin-top: 50px;
}
.tt-services__item {
  border: 1px solid var(--nozenko-grey-border);
  border-radius: 8px;
  padding: 20px 15px;
}
@media (min-width: 651px) {
  .tt-services__item {
    padding: 25px 20px;
  }
}
.tt-services__header {
  position: relative;
  padding: 0 0 15px 0;
  margin-bottom: 20px;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
}
.tt-services__header:after, .tt-services__header:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  transition: var(--nozenko-transition);
  pointer-events: none;
}
.tt-services__header:after {
  z-index: 1;
  width: 100%;
  background-color: #d8e1ea;
}
.tt-services__header:before {
  width: 0;
  background-color: var(--nozenko-green);
  z-index: 2;
}
.tt-services__header:hover .tt-services__title {
  color: var(--nozenko-green);
}
.tt-services__header:hover:before {
  width: 100%;
}
.tt-services__title {
  font-weight: bold;
  font-size: 17px;
  line-height: 1.2;
  color: #000;
  text-transform: uppercase;
  transition: var(--nozenko-transition);
}
.tt-services__icon {
  max-width: 16px;
  height: auto;
}
.tt-services__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.tt-services__list li {
  line-height: 1.2;
}
.tt-services__list a {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
  padding: 0 0 0 18px;
}
.tt-services__list a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: var(--nozenko-green);
  border-radius: 50%;
}
.tt-services__list a:hover {
  color: var(--nozenko-green);
}

.tt-additional-block {
  border: 1px solid var(--nozenko-grey-border);
  padding: 30px 20px;
  width: 100%;
  border-radius: 8px;
  position: relative;
}
@media (min-width: 768px) {
  .tt-additional-block {
    padding: 30px 221px 30px 20px;
  }
}
.tt-additional-block__heading {
  padding-bottom: 40px;
}
.tt-additional-block__list--col-2 {
  display: grid;
  gap: 12px 50px;
}
@media (min-width: 768px) {
  .tt-additional-block__list--col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .tt-additional-block__list--col-2 li {
    max-width: 500px;
  }
}
.tt-additional-block__list a {
  position: relative;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
  padding: 0px;
  background: #fff;
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
  line-height: 1.2;
}
.tt-additional-block__list a::after {
  content: "↗";
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f2f5f8;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.tt-additional-block__list a:hover {
  color: var(--nozenko-green);
}
.tt-additional-block__list a:hover::after {
  background: var(--nozenko-green);
  color: #fff;
  transform: translate(2px, -2px);
}
.tt-additional-block__icon {
  position: absolute;
  right: 0px;
  bottom: 0px;
  color: #000;
  width: 200px;
  height: auto;
}
@media (max-width: 767px) {
  .tt-additional-block__icon {
    display: none;
  }
}

.tt-aside__title {
  font-size: 18px;
  line-height: 1.2;
  color: #000;
  font-weight: 700;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.tt-aside__nav {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.tt-aside__nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-left: 27px;
  line-height: 1.2;
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease, transform 0.3s ease;
}
.tt-aside__nav a::before {
  content: "→";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--nozenko-green);
  font-size: 18px;
  font-weight: 500;
  transition: transform 0.3s ease;
}
.tt-aside__nav a:hover {
  color: var(--nozenko-green);
  transform: translateX(4px);
}
.tt-aside__nav a:hover::before {
  transform: translateY(-50%) translateX(3px);
}

.guarantee-question-btn {
  height: max-content;
}

.guarantee-kontacts a[href^="tel:"] {
  white-space: nowrap;
}

@media (max-width: 576px) {
  .guarantee-kontacts {
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
  }
}
.guarantee-right_bottom .default-btn_white {
  gap: 7px;
}

@media (max-width: 650px) {
  .guarantee-right_bottom .default-btn_white {
    margin-top: 37px;
    width: 100%;
    justify-content: space-between;
    padding: 13px 22px;
  }
}
.latest-posts .btn-blog {
  white-space: nowrap;
}

.menu-item-has-children .menu-item-has-children {
  position: static;
}

header .menu-item-has-children .sub-menu .sub-menu {
  top: 0;
  overflow-y: auto;
  max-height: 80dvh;
}
header .menu-item-has-children .sub-menu .sub-menu::-webkit-scrollbar {
  width: 6px;
}
header .menu-item-has-children .sub-menu .sub-menu::-webkit-scrollbar-track {
  background: transparent;
}
header .menu-item-has-children .sub-menu .sub-menu::-webkit-scrollbar-thumb {
  background: #cccccc;
  border-radius: 10px;
}
header .menu-item-has-children .sub-menu .sub-menu::-webkit-scrollbar-thumb:hover {
  background: #999999;
}

.simple-text-container table {
  width: 100%;
  border-collapse: collapse;
}
@media (max-width: 768px) {
  .simple-text-container table {
    font-size: 14px;
  }
}
.simple-text-container th,
.simple-text-container td {
  padding: 12px 16px;
  border: 1px solid var(--nozenko-grey-border);
}

@media (max-width: 650px) {
  .table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-scroll table {
    min-width: 700px;
  }
}