@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/netcat_template/asset/fonts/Nunito.woff2") format("woff2");
}

@font-face {
  font-family: 'PT Sans Caption';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/netcat_template/asset/fonts/PTSans-Caption.woff2") format("woff2");
}

@font-face {
  font-family: 'PT Sans Caption';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/netcat_template/asset/fonts/PTSans-CaptionBold.woff2") format("woff2");
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: 'PT Sans Caption', sans-serif;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

article>*+* {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
      scroll-behavior: auto !important;
  }
}

#first-screen {
  background: url(../img/main.png) no-repeat;
  width: 100%;
  height: fit-content;
  background-size: cover;
}

#first-screen-inner {
  background: url(../img/ain-inner.png) no-repeat;
  width: 100%;
  height: fit-content;
  background-size: cover;
  background-position: bottom;
}

button{
  cursor: pointer;
}

.header {
  display: flex;
  flex-direction: column;
  max-width: 1510px;
  margin: 0 auto;
  border: 1px dashed #04A6C2;
  border-top: none;
  padding-top: 20px;
}

.header-top {
  display: flex;
  max-width: 1135px;
  width: 90%;
  margin: 0 auto;
 /* justify-content: space-between; */
  align-items: center;
}

.header-logo {
  width: 16%;
}

.header-contact {
  width: 70%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-social {
  width: 25%;
  display: flex;
}

.header-social_item {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgb(166 166 166 / 25%);
  border-radius: 50%;
  margin: 5px;
}

.fa-vk {
  background: linear-gradient(45deg, #5F92CC, #4C75A3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fa-facebook-f {
  background: #3B5999;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fa-telegram-plane {
  color: #039BE5;
}

.fa-whatsapp {
  color: #7AD06D;
}

.header-city {
  display: flex;
  width: 50%;
}

.header-phone a {
  color: #000;
  text-decoration: none;
}

.table-wrap h2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.callback a, .callback button {
  background: #06A1BB;
  box-shadow: 0px 11px 48px rgb(49 113 122 / 24%);
  border-radius: 60px;
  padding: 14px 21px;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s;
  border: none;
}

.callback a:hover, .callback button:hover {
  background: #5ecaea;
}

.fancybox-bg {
  background: #053A51 !important;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.header-bottom {
  max-width: 1135px;
  width: 100%;
  margin: 0 auto;
  height: 40px;
  margin-top: 25px;
}

.dropdown-items {
  display: flex !important;
  justify-content: space-between;
}

.offer-block {
  max-width: 1135px;
  margin: 0 auto;
  padding-bottom: 200px;
}

.offer {
  width: 70%;
  margin-top: 120px;
  -webkit-box-shadow: -32px 0px 25px -37px rgb(34 60 80 / 20%);
  -moz-box-shadow: -32px 0px 25px -37px rgba(34, 60, 80, 0.2);
  box-shadow: -32px 0px 25px -37px rgb(34 60 80 / 20%);
  padding-left: 20px;
}

.offer-title {
  padding-bottom: 23px;
  position: relative;
}

.go-rewiev {
  background: #06A1BB;
  box-shadow: 0px 11px 48px rgb(49 113 122 / 24%);
  border-radius: 60px;
  border: none;
  padding: 10px 30px;
  color: #fff;
  font-size: 14px;
  max-width: 230px;
}

.go-rewiev-block {
  text-align: center;
}

.offer-title h1 {
  font-size: 3.3em;
  line-height: 64px;
  color: 26353D;
}

.inner-offer-title span {
  color: #06A1BB;
}

.offer-title:after {
  content: '';
  width: 62%;
  border-bottom: 1px dashed #04A6C2;
  position: absolute;
  bottom: 0;
  left: 0;
}

.offer-description {
  font-size: 1.5em;
  color: #30354B;
  width: 52%;
  font-weight: 700;
}

.span-whatsapp {
  color: #7AD06D;
  ;
  font-weight: 700;
}

.span-telegram {
  color: #039BE5;
  font-weight: 700;
}

.form-item input {
  background: #FFFFFF;
  box-shadow: 0px 0 4px rgba(20, 48, 20, .09);
  border-radius: 60px;
  border: none;
  padding: 5px 30px;
  color: #5E5E5E;
  max-width: 230px;
  margin-right: 17px;
  outline: none;
}

.form-item button {
  background: #06A1BB;
  box-shadow: 0px 0px 4px rgba(49, 113, 122, .24);
  border-radius: 60px;
  border: none;
  padding: 10px 30px;
  color: #fff;
  font-size: 14px;
  max-width: 230px;
}
@media (max-width: 850px) {
  footer .form-main-block {
      flex-direction: column !important;
  }
}
.offer-form {
  margin-top: 40px;
}

.offer-form form {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#advantages {
  position: relative;
  text-align: center;
}

.advantages-block {
  max-width: 1140px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
  z-index: 3;
  margin-top: -40px;
}

.advantages-item {
  width: 250px;
  display: flex;
  height: 140px;
  position: relative;
  background: #fff;
  background-clip: padding-box;
  border: solid 2px transparent;
  border-radius: 1em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 35px;
}

.advantages-item:nth-last-child() {
  margin-right: 0;
}

.advantages-item::before {
  content: '';
  width: 252px;
  height: 142px;
  position: absolute;
  top: -3px;
  bottom: 0;
  left: -3px;
  z-index: -1;
  padding: 5px;
  border-radius: inherit;
  background: linear-gradient(135deg, #06A1BB, rgba(6, 161, 187, 0));
}

.footer {
  background: #fff;
}

.advantages-title {
  text-align: center;
}

.advantages-title h2 {
  font-size: 1em;
  font-weight: bold;
}

#services {
  margin-top: 106px;
}

.service-block {
  max-width: 1140px;
  padding-top: 65px;
  padding-bottom: 25px;
  margin: 0 auto;
}

.dropdown-heading:hover {
  cursor: pointer;
}

.info-logo {
  width: 130px;
}

.services-title {
  text-align: center;
  font-size: 38px;
  margin-bottom: 25px;
}

.service-help {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.service-quick {
  width: 48%;
  background-image: url(../img/308.png);
  background-size: cover;
  padding: 30px 20px;
  background-position: center;
}

.service-complex {
  width: 48%;
  background-image: url(../img/Group307.png);
  background-size: cover;
  padding: 30px 20px;
  background-position: center;
}

.service-title h3 {
  font-size: 1.5em;
  font-weight: bold;
  padding-bottom: 17px;
  border-bottom: 1px dashed #06A7C2;
  margin-bottom: 18px;
}

.description-title {
  margin-bottom: 18px;
}

.description-title-second {
  margin-bottom: 18px;
  margin-top: 25px;
}

.service-description p {
  font-size: 20px;
  font-weight: bold;
}

.description-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.text-name p {
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
}

.text-price p {
  font-size: 18px;
  font-weight: bold;
}

.step-block {
  max-width: 1140px;
  padding-top: 65px;
  padding-bottom: 25px;
  margin: 0 auto;
}

.step-title {
  text-align: center;
  font-size: 38px;
  margin-bottom: 25px;
}

.step-item {
  width: 237px;
  height: 165px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.step-img {
  width: 85px;
  height: 80px;
  background: linear-gradient(325deg, rgba(51, 177, 206, 0.08), rgba(51, 177, 206, 0.1));
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.review-page {
  display: flex;
  flex-wrap: wrap;
}

.review-page-style {
  margin: 20px;
  background: rgba(255, 255, 255, 0.45);
  box-shadow: 0 8px 10px 0 rgb(31 38 135 / 37%);
  backdrop-filter: blur(13.5px);
  -webkit-backdrop-filter: blur(13.5px);
  border-radius: 10px;
  width: 30% !important;
  height: fit-content !important;
}

.form-get-review {
  width: 50%;
  margin: 0 auto;
}

.review-form-page {
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 8px 10px 0 rgb(31 38 135 / 37%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 1em;
}

.page-form-item {
  width: 47%;
  text-align: center;
  margin-bottom: 20px;
}

.page-textarea-form-item {
  width: 90%;
  text-align: center;
}

.page-textarea-form-item textarea {
  background: #FFFFFF;
  box-shadow: 0px 12px 22px rgb(20 48 20 / 9%);
  border-radius: 60px;
  border: none;
  padding: 5px 30px;
  color: #5E5E5E;
  outline: none;
  resize: none;
  width: 90%;
  height: 100px;
  margin-bottom: 20px;
}

.step-number {
  position: absolute;
  top: 0px;
  right: -14px;
}

.step-number span {
  color: #06A1BB;
  font-size: 24px;
  font-weight: bold;
}

.step-description {
  text-align: center;
  color: #30354B;
  font-size: 14px;
  line-height: 24px;
}

.step-items-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 27px;
}

.license-block {
  max-width: 1140px;
  padding-top: 65px;
  padding-bottom: 25px;
  margin: 0 auto;
}

.section-title {
  text-align: center;
  font-size: 38px;
  margin-bottom: 25px;
}

.owl-prev {
  position: absolute;
  left: -30px;
  top: 133px;
  width: 50px;
  height: 50px;
  background: #FFFFFF !important;
  border: 1px solid #06A1BB !important;
  border-radius: 3px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.owl-prev:hover {
  background: #06A1BB !important;
  border: 1px solid #FFFFFF !important;
  border-radius: 3px !important;
}

.owl-next:hover {
  background: #06A1BB !important;
  border: 1px solid #FFFFFF !important;
  border-radius: 3px !important;
  color: #FFFFFF;
}

.owl-prev:hover span{
  color: #FFFFFF;
  font-size: 45px;
  height: 72px !important;
  margin: 0;
  padding: 0;
}

.owl-next:hover span{
  color: #FFFFFF;
  font-size: 45px;
  height: 72px !important;
  margin: 0;
  padding: 0;
}

.owl-prev span {
  color: #06A1BB;
  font-size: 45px;
  height: 72px !important;
  margin: 0;
  padding: 0;
}

.owl-next {
  position: absolute;
  right: -30px;
  top: 133px;
  width: 50px;
  height: 50px;
  background: #FFFFFF !important;
  border: 1px solid #06A1BB !important;
  border-radius: 3px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.owl-next span {
  color: #06A1BB;
  font-size: 45px;
  height: 72px !important;
  margin: 0;
  padding: 0;
}

.license-items {
  margin-bottom: 35px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
}

.license-button {
  text-align: center;
}

.btn-license {
  color: #fff;
  text-decoration: none;
  padding: 12px 48px;
  background: rgba(6, 161, 187, 1);
  border-radius: 50px;
  transition: all 1s;
}

.btn-license:hover {
  color: rgba(6, 161, 187, 1);
  text-decoration: none;
  background: #fff;
  border-radius: 50px;
  border: 1px solid rgba(6, 161, 187, 1);
}

.btn-license-two {
  color: rgba(6, 161, 187, 1);
  text-decoration: none;
  width: 221px;
  padding: 12px 63px;
  background: #fff;
  border-radius: 50px;
  transition: all 1s;
  border: 1px solid rgba(6, 161, 187, 1);
}

.btn-license-two:hover {
  color: #fff;
  text-decoration: none;
  background: rgba(6, 161, 187, 1);
  border-radius: 50px;
}

.first-text-block {
  max-width: 1140px;
  padding-top: 65px;
  padding-bottom: 25px;
  margin: 0 auto;
}

.max-title {
  font-size: 25px;
  line-height: 40px;
  margin-bottom: 15px;
}

.text {
  margin-bottom: 15px;
}

.text span {
  font-weight: bold;
}

.midlle-title {
  margin-bottom: 10px;
}

.mini-title {
  margin-bottom: 10px;
  margin-top: 10px;
}

.teraphia {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-top: 20px;
}

.teraphia-item {
  width: 370px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.teraphia-item:nth-child(3) {
  width: 200px;
}

.teraphia-img {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(315deg, rgba(51, 177, 206, 0.08), rgba(51, 177, 206, 0.1));
}

.small-item {
  width: 100px !important;
}

.teraphia-text {
  width: 263px;
  font-size: 16px;
  font-weight: 400;
}

#form {
  background: #EDF8FB;
  margin-top: 100px;
}

.form-block {
  display: flex;
  height: 390px;
  justify-content: space-between;
  max-width: 1140px;
  padding-top: 65px;
  margin: 0 auto;
}

.form-foto {
  width: 35%;
  position: relative;
}

.form-foto img {
  float: right;
  position: absolute;
  bottom: -21px;
  right: 20px;
  width: 258px;
}

.form-main {
  width: 60%;
}

.form-title {
  font-size: 34px;
  line-height: 41px;
}

.form-desription {
  margin-top: 20px;
}

.main-element {
  display: flex;
  margin-bottom: 20px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.form-item {
  margin-bottom: 10px;
  text-align: unset;
}

.form-politics {
  font-size: 14px;
  font-weight: 400;
}

.fotogallery-block {
  max-width: 1140px;
  padding-top: 65px;
  margin: 0 auto;
}

.gallery-block {
  display: flex;
  justify-content: space-between;
  width: 85%;
  margin: 0 auto;
}

.gallery-left {
  margin-right: 18px;
}

.space-element {
  margin-bottom: 18px;
  margin-right: 18px;
}

.gallery-item-big {
  width: 275px;
  height: 395px;
}

.gallery-item-big img {
 width: 100%;
 height: 100%;
 object-fit: cover;
}

.gallery-right {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.gallery-item  {
  flex-basis: calc((100% - 20px) / 3);
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}

.gallery-item a {
  display: block;height: 100%;
  width: 100%;
}
.gallery-item a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 740px) {
  .gallery-block {
      flex-direction: column;
      width: calc(100% - 20px);
      margin-left: 10px;
      margin-right: 10px;
  }
  .gallery-item-big {
      width: 100%;
      height: 300px;
      margin-bottom: 20px;
  }
  .gallery-item {
      flex-basis: calc((100% - 10px) / 2);
  }
  .gallery-left {
      margin-right: 0;

  }
}
.garanties-block {
  max-width: 1140px;
  padding-top: 65px;
  margin: 0 auto;
}

.garanties-items {
  max-width: 1140px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
}

.garanties-item {
  width: 275px;
  display: flex;
  height: 140px;
  position: relative;
  background: #fff;
  background-clip: padding-box;
  border: solid 2px transparent;
  border-radius: 1em;
  flex-direction: column;
  justify-content: center;
  padding-left: 24px;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
}

.garanties-item::before {
  content: '';
  width: 277px;
  height: 142px;
  position: absolute;
  top: -3px;
  bottom: 0;
  left: -3px;
  z-index: -1;
  padding: 5px;
  border-radius: inherit;
  background: linear-gradient(135deg, #06A1BB, rgba(6, 161, 187, 0));
}

.important-block {
  max-width: 1140px;
  padding-top: 65px;
  margin: 0 auto;
  padding-bottom: 65px;
}
@media (max-width: 900px) {
  .important-block img {
      float: none !important;
  }
}
#important-text {
  margin-top: 80px;
  background: url(../img/Group311.png);
  background-size: cover;
  background-position: center;
}

.text {
  line-height: 24px;
}

.text p {
  margin: 15px 0;
}

.text ul {
  margin: 10px 0;
}

.text li {
  list-style: none;
  align-items: center;
  display: flex;
  margin: 10px 0;
}

.text li img {
  margin-right: 10px;
}

.withLeftImg img {
  float: left;
}

.withRightImg {
  margin-top: 65px !important;
}

.withRightImg img {
  float: right;
}

.last {
  width: 55%;
}

.doctors-block {
  max-width: 1140px;
  padding-top: 65px;
  padding-bottom: 25px;
  margin: 0 auto;
}

.doctors-items {
  margin-bottom: 35px;
}

.section-title p {
  font-size: 16px;
  font-weight: 400;
}

.doctors-items .item {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 4px 28px rgb(21 78 102 / 11%);
  border-radius: 17px;
  width: 270px;
}

.doctors-minicard {
  bottom: 0;
  width: 100%;
  height: 80px;
  left: 0;
  text-align: left;
  border-radius: 1em;
  border-radius: 13em 0.5em/1em 0.5em;
  position: absolute;
  padding: 20px;
  background: rgb(255 255 255 / 60%);
  box-shadow: 0 8px 15px 0 rgb(31 38 135 / 37%);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}

.doctors-name {
  font-size: 14px;
  font-weight: 700;
  width: 100%;
}

.doctors-post {
  font-size: 12px;
}

.doctors-items .owl-stage-outer {
  padding-top: 30px;
  padding-bottom: 30px;
}

.doctors-items .owl-prev {
  top: 225px;
}

.doctors-items .owl-next {
  top: 225px;
}

#previlege {
  background: url(../img/Group312.png);
  background-size: cover;
  background-position: center;
}

.previlege-block {
  max-width: 1140px;
  padding-top: 65px;
  padding-bottom: 65px;
  margin: 0 auto;
}

.previlege-items {
  background: #fff;
  border-radius: 17px;
  padding: 34px 30px;
}

.previlege-item {
  margin-bottom: 18px;
}

.previlege-title {
  margin-bottom: 20px;
  font-size: 24px;
  color: #06A1BB;
}

.previlege-text {
  font-size: 14px;
  line-height: 22px;
}

.previlege-text li {
  list-style: none;
  display: flex;
  align-items: center;
}

.previlege-text li img {
  margin-right: 10px;
}

.reviews-block {
  width: 95%;
  margin: 0 auto;
}

.review-item {
  width: 480px;
  height: 400px;
  padding: 35px 25px;
}

.owl-carousel .review-item {
  opacity: 0.3;
  z-index: 1;
}

.reviews-items .owl-prev {
  display: none !important;
}

.reviews-items .owl-next {
  display: none !important;
}

.owl-carousel .activ {
  opacity: 0.3;
}

.owl-carousel .review-item:hover {
  opacity: 1;
}

.owl-item.center>div {
  margin: 0;
  height: 100px;
  opacity: 1;
}

.review-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.review-star {
  height: 14px;
  width: 80px;
  margin-bottom: 13px;
  margin: 13px auto;
}

.review-body {
  font-size: 14px;
  font-weight: 400;
}

.review-body p {
  margin-bottom: 13px;
}

.review-body a {
  font-size: 14px;
  font-weight: bold;
  color: #06A1BB;
  text-decoration: underline;
}

.review-date {
  color: #979797;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 28px;
}

.review-date i {
  color: #06A1BB;
  font-size: 14px;
  font-weight: 400;
  margin-right: 10px;
}

#reviews {
  padding-bottom: 60px;
  padding-top: 40px;
}

#map {
  width: 100%;
  height: 650px;
  position: relative;
}

.personal-item {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 4px 28px rgb(21 78 102 / 11%);
  border-radius: 1em;
  width: 300px;
  margin-bottom: 15px;
}

.personal-item img {
  width: 100%;
  height: 400px;
  border-radius: 1em;
}

#personal {
  padding: 20px 0;
}

.container {
  max-width: 1150px;
  margin: 0 auto;
  padding: 50px 0;
}

.text_block_wrapper {
  display: flex;
}

.autor_block {
  width: 30%;
}

.autor_block_picture {
  width: 100%;
}

.autor_block_picture img {
  width: 100%;
  height: 400px;
  border-radius: 2em;
  padding: 10px;
}

.autor_block_name {
  font-size: 20px;
  padding: 10px;
  font-weight: 700;
}

.doctor_personal_text {
  width: 70%;
  padding: 10px;
}

.doctor_page_position {
  margin-bottom: 10px;
}

.doctor_page_position span {
  font-weight: 700;
}

.doctor_page_experience {
  margin-bottom: 10px;
}

.doctor_page_experience span {
  font-weight: 700;
}

.doctor_page_bio {
  margin-bottom: 38px;
}

.transparent_button a {
  background: #06A1BB;
  box-shadow: 0px 11px 48px rgb(49 113 122 / 24%);
  border-radius: 60px;
  padding: 13px 21px;
  color: #fff;
  text-decoration: none;
  border: 5px solid #06A1BB;
  transition: all .5s ease;
}

.doctor_page_specialization span {
  font-weight: 700;
}

.transparent_button a:hover {
  background-color: rgba(#06A1BB, .7);
  color: #fff;
  border-radius: 20px;
}

.transparent_button a:hover:before {
  border-radius: 20px;
  border: 2px #06A1BB solid
}

.personal-items {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.personal-minicard {
  bottom: 0;
  width: 100%;
  height: 80px;
  left: 0;
  text-align: left;
  border-radius: 1em;
  border-radius: 13em 0.5em/1em 0.5em;
  position: absolute;
  padding: 20px;
  background: rgb(255 255 255 / 60%);
  box-shadow: 0 8px 15px 0 rgb(31 38 135 / 37%);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}

.link-personal {
  color: #30354B;
  text-decoration: none;
}

.link-personal:hover {
  color: #30354B;
  text-decoration: underline;
}

.map-info {
  width: 438px;
  height: 387px;
  border-radius: 15px;
  background: #fff;
  position: absolute;
  top: 20%;
  left: 20%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  z-index: 1;
}

.map-title {
  font-size: 18px;
  font-weight: bold;
}

.map-adres {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.map-adres i {
  padding: 5px 7px;
  color: #48B5E4;
  margin-right: 10px;
  background: rgba(195, 227, 241, 0.3);
}

.map-phone {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.map-phone i {
  padding: 5px;
  color: #48B5E4;
  margin-right: 10px;
  background: rgba(195, 227, 241, 0.3);
}

.map-phone a {
  color: #262626;
  text-decoration: none;
}

.map-ratings {
  display: flex;
  align-items: flex-end;
}

.map-google {
  margin-right: 30px;
}

.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-checkbox+label {
  display: inline-flex;
  align-items: center;
  user-select: none;
  font-size: 12px;
}

.custom-checkbox+label::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox:checked+label::before {
  border-color: #0b76ef;
  background-color: #0b76ef;
}

.info-contact {
  max-width: 1140px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
}

.info-item:nth-child(1) {
  width: 20%;
}

.info-item:nth-child(2) {
  width: 40%;
}

.info-item:nth-child(3) {
  width: 60%;
}

.info-item-title p {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}

.info-item ul{
  padding-left: 0;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.info-item li {
  list-style: none;
  padding: 2px;
  flex-basis: calc(50% - 4px);
}

.info-item li a {
  color: #626262;
  text-decoration: none;
  font-size: 14px;
}

.form-main-block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.info-item .form-item {
  width: 50%;
  margin-bottom: 10px;
}

.form-main-block .form-btn button {
  background: #06A1BB;
  box-shadow: 0px 11px 48px rgb(49 113 122 / 24%);
  border-radius: 60px;
  border: none;
  padding: 7px 52px;
  color: #fff;
  font-size: 14px;
  max-width: 230px;
}

.info-contact-link a {
  font-size: 14px;
  color: #383838;
  text-decoration: none;
}

.info-contact-link p {
  font-size: 14px;
  color: #383838;
  text-decoration: none;
  margin-bottom: 5px;
}

.info-contact-link i {
  margin-right: 5px;
}

#copyr {
  width: 100%;
  display: flex;
  align-items: center;
  height: 50px;
  background: #EDF7FB;
  padding: 20px;
}

.copyright-info {
  width: 1140px;
  margin: 0 auto;
  display: flex;
  gap: 15px;
  justify-content: space-between;
}

.copyright-text p {
  color: #383838;
}

.copyright-social{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 12px;
}

.price-block {
  max-width: 1140px;
  padding-top: 140px;
  padding-bottom: 25px;
  margin: 0 auto;
}

.table-wrap {
  padding: 2rem 2rem;
  color: #000;
}

table thead {
  background: rgba(51, 177, 206, 0.2);
}

table {
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

table tr {
  padding: 5px;
}

table th,
table td {
  padding: 25px;
  text-align: left;
}

.el-stroke {
  border-top: 1px dashed #06A7C2;
}

.el-stroke:nth-child(1) {
  border-top: none;
}

.el-stroke span {
  color: #06A1BB;
  font-weight: 700;
}

table th {
  color: #30354B;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
}

table tbody {
  background: url(../img/Group315.png);
  background-size: cover;
  background-position: bottom;
}

.inner-arcticle-block {
  max-width: 1140px;
  background: url(../img/Group31661.png);
  background-size: cover;
  margin: 0 auto;
  background-repeat: no-repeat;
  padding: 80px 35px 61px 35px;
  background-position: right;
}

.serviceinner-container h3 {
  font-weight: bold;
  font-size: 19px;
  line-height: 24px;
  color: #06A1BB;
  margin-bottom: 20px;
}

.inner-article-title {
  width: 60%;
}

.inner-article-title h3 {
  font-size: 32px;
  font-weight: bold;
  line-height: 42px;
}

.inner-article-title p {
  font-size: 14px;
  margin-top: 5px;
}

.inner-article-title span {
  color: #06A1BB;
  font-weight: bold;
}

.article-block-inner {
  width: 80%;
  margin-top: 40px;
  padding: 25px;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  background: linear-gradient(90deg, #edf8fa 80%, transparent);
  border-radius: 1em;
}

.article-block-inner::before {
  content: '';
  width: 50%;
  position: absolute;
  top: -3px;
  height: auto;
  bottom: 0;
  left: -3px;
  z-index: -1;
  padding: 5px;
  border-radius: inherit;
  background: linear-gradient(90deg, #06A1BB, rgba(6, 161, 187, 0));
}

.article-block-inner span {
  color: #06A1BB;
  font-weight: bold;
}

.article-block-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #06A1BB;
}

.article-near-block {
  max-width: 1140px;
  margin: 0 auto;
  padding: 80px 35px 61px 35px;
}

.article-near-item-one {
  padding: 34px;
  display: flex;
  justify-content: space-between;
  background: #fff;
  position: relative;
  border-radius: 1em;
}

.article-near-item-two {
  margin-top: 15px;
  padding: 34px;
  display: flex;
  justify-content: space-between;
  background: #fff;
  position: relative;
  border-radius: 1em;
}

.article-near-item-one::before {
  content: '';
  width: 100%;
  position: absolute;
  top: -3px;
  height: 137px;
  bottom: 0;
  left: -3px;
  z-index: -1;
  padding: 5px;
  border-radius: inherit;
  background: linear-gradient(145deg, #06A1BB, rgba(6, 161, 187, 0));
}

.article-near-item-two::before {
  content: '';
  width: 100%;
  position: absolute;
  top: -3px;
  height: 158px;
  bottom: 0;
  left: -3px;
  z-index: -1;
  padding: 5px;
  border-radius: inherit;
  background: linear-gradient(145deg, #06A1BB, rgba(6, 161, 187, 0));
}

.near-img {
  width: 57px;
  height: 57px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(323deg, rgba(51, 177, 206, 0.08), rgba(51, 177, 206, 0.1));
}

.near-img img {
  width: 30px;
  height: 30px;
}

.near-text {
  width: 90%;
  font-size: 14px;
}

.consequences {
  margin-top: 15px;
  width: 80%;
}

.consequences-img {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background: linear-gradient(140.81deg, rgba(51, 177, 206, 0.08) 12.75%, rgba(51, 177, 206, 0.1) 95.97%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.consequences-img img {
  width: 20px;
  height: 20px;
}

.consequences-text {
  font-size: 14px;
  line-height: 18px;
  color: #30354B;
}

.consequences-items {
  margin-top: 14px;
  display: flex;
  justify-content: space-evenly;
}

#how {
  width: 100%;
  background: url(../img/icons/Group317.png);
  background-size: cover;
}

.how-block {
  max-width: 1140px;
  margin: 0 auto;
  padding-bottom: 60px;
}

.how-title {
  padding-top: 60px;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 10px;
}

.how-first-text {
  font-size: 14px;
  margin-bottom: 20px;
}

.how-step-one {
  padding: 24px 32px;
  position: relative;
  border: 1px solid #6fccdc;
  background: linear-gradient(90deg, #edf8fa 80%, transparent);
  border-radius: 0.5em;
}

.how-step-two {
  padding: 24px 32px;
  position: relative;
  border: 1px solid #6fccdc;
  background: linear-gradient(90deg, #edf8fa 80%, transparent);
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 0.5em;
}

.how-step-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

.how-step-items {
  display: flex;
  justify-content: space-evenly;
}

.how-item {
  display: flex;
  align-items: center;
}

.how-item-img {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(51, 177, 206, 0.08);
  border-radius: 5px;
  margin-right: 10px;
}

.how-item-img img {
  width: 17px;
  height: 17px;
}

.how-second-text {
  font-size: 14px;
  margin-top: 20px;
}

.how-second-text span {
  font-weight: bold;
}

.out-items {
  border: 1px solid #6fccdc;
  width: 270px;
  height: 209px;
  background: #fff;
  border-radius: 1em;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
  font-size: 13px;
  padding: 18px;
  margin-top: 12px;
  margin-bottom: 20px;
}

.how-text-with-img {
  margin-top: 25px;
}

.how-text-with-img img {
  float: right;
  margin-left: 34px;
}

.how-text-with-img p {
  margin-bottom: 10px;
}

.how-out-items {
  display: flex;
  justify-content: space-between;
}

.how-step-title-out {
  font-weight: bold;
  font-size: 16px;
}

#form-inner {
  margin-bottom: 30px;
  margin-top: 120px;
}

.inner-form {
  justify-content: center !important;
  background: url(../img/Group318.png);
  background-size: cover;
  -webkit-box-shadow: 0px 0px 20px 8px rgb(195 229 238 / 30%);
  -moz-box-shadow: 0px 0px 20px 8px rgba(195, 229, 238, 0.3);
  box-shadow: 0px 0px 20px 8px rgb(195 229 238 / 30%);
  border-radius: 1em;
}

#serviceinner {
  background: url(../img/Group319.png);
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

.serviceinner-block {
  max-width: 1140px;
  margin: 0 auto;
}

.serviceinner-title {
  font-size: 30px;
  text-align: center;
}

.serviceinner-container {
  background: #FFFFFF;
  box-shadow: 0px 4px 28px rgba(21, 78, 102, 0.11);
  border-radius: 17px;
  padding: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.container-inner-title {
  font-weight: bold;
  font-size: 19px;
  line-height: 24px;
  color: #06A1BB;
  margin-bottom: 20px;
}

.service-container-item .items-option-one {
  display: flex;
  justify-content: space-between;
}

.item-option-one {
  width: 49%;
}

.first-service-container-text {
  font-size: 14px;
  margin-bottom: 12px;
}

.first-service-container-text p {
  margin-bottom: 10px;
}

.second-service-container-text p {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}

.second-service-container-block-main {
  display: flex;
  width: 100%;
  align-items: center;
  margin: 5px;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.items-option-one {
  display: flex;
  justify-content: space-between;
}

.second-service-container-block-image {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(51, 177, 206, 0.08);
  border-radius: 0.5em;
  margin-right: 15px;
}

.second-service-container-block-image img {
  width: 19px;
  height: 19px;
}

.second-service-container-block {
  display: flex;
  width: 100%;
  align-items: center;
  margin: 5px;
  justify-content: space-around;
}

.second-service-container-block-text p {
  font-size: 14px;
  font-weight: 400;
}

.item-options-two {
  display: flex;
  justify-content: space-between;
}

.lena-notfound-error-block {
  display: flex;
  align-items: center;
  width: 30%;
  background: #fff;
  padding: 25px;
  border: 1px solid #6fccdc;
  margin: 15px 0;
  border-radius: 1em;
}

.lena-notfound-error-text {
  font-size: 14px;
  line-height: 24px;
}

.item-option-three {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.lena-kuka-crew {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px dashed #06A7C2;
  margin-bottom: 10px;
}

.new-block-for-card {
  width: 49%;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.new-block-for-card p {
  margin: 0;
}

.new-block-for-card>.second-service-container-block-text {
  width: 85%;
}

#reviews-inner {
  background: #EDF8FB;
  padding-bottom: 60px;
  padding-top: 40px;
}

.accordion {
  width: 450px;
  height: 110px;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  transition: height 0.3s ease;
  margin-bottom: 20px;
  background: #FFFFFF;
  box-shadow: 0px 4px 28px rgb(21 78 102 / 11%);
  box-shadow: 0px 4px 28px rgb(21 78 102 / 11%);
}

.accordion .accordion_tab {
  padding: 30px;
  cursor: pointer;
  user-select: none;
  font-size: 19px;
  position: relative;
  border: 1px solid #06A1BB;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 110px;
}

.accordion_text {
  width: 348px;
  line-height: 20px;
}

.include-news {
  max-width: 1140px;
  margin: 0 auto;
}

.include-news-list {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#other-news {
  padding-top: 67px;
  padding-bottom: 100px;
  box-shadow: inset 0 -7px 20px -10px rgba(21, 78, 102, 0.11);
}

#faq {
  padding-top: 67px;
  padding-bottom: 90px;
}

#textblock-second {
  background: url(../img/Group329.png);
}

.news-item {
  width: 367px;
  width: 30%;
  margin-bottom: 20px;
  height: fit-content;
  background: #FFFFFF;
  box-shadow: 0px 4px 28px rgba(21, 78, 102, 0.11);
  border-radius: 17px;
  padding: 20px;
}

.news-img {
  margin-bottom: 20px;
}

.news-title {
  font-weight: bold;
  font-size: 17px;
  line-height: 25px;
  color: #30354B;
  padding-bottom: 12px;
  border-bottom: 1px dashed #06A7C2;
}

.news-description {
  font-size: 13px;
  line-height: 16px;
  color: #535353;
}

.accordion_image {
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  display: flex;
  background: linear-gradient(140.81deg, rgba(51, 177, 206, 0.08) 12.75%, rgba(51, 177, 206, 0.1) 95.97%);
  border-radius: 5px;
  margin-right: 20px;
  position: relative;
}

.accordion_image img {
  width: 28px;
  height: 28px;
}

.accordion_image span {
  position: absolute;
  top: -14px;
  left: -11px;
  font-size: 19px;
  font-weight: bold;
  color: rgba(6, 161, 187, 1);
}

.accordion .accordion_tab .accordion_arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 11px;
  height: 7px;
  transition: all 0.3s ease;
}

.accordion .accordion_tab .accordion_arrow img {
  width: 100%;
  height: 100%;
}

.accordion .accordion_tab.active .accordion_arrow {
  transform: translateY(-50%) rotate(180deg);
}

.accordion.active {
  height: fit-content;
}

.accordion .accordion_content {
  padding: 20px;
}

.accordion .accordion_content .accordion_item {
  margin-bottom: 20px;
}

.accordion .accordion_content .accordion_item p.item_title {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 18px;
  color: #6adda2;
}

.accordion .accordion_content .accordion_item p:last-child {
  color: #9a9b9f;
  font-size: 14px;
  line-height: 20px;
}

.faq-block {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.wrapper{
  flex-basis: calc(50% - 5px);
}

#textblock-second {
  background: url(../img/Group329.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 73px;
  padding-top: 59px;
  background-position: right;
}

.textblock-second-block {
  max-width: 1140px;
  margin: 0 auto;
}

.textblock-title {
  font-weight: bold;
  font-size: 32px;
  line-height: 42px;
  color: #30354B;
  text-align: center;
  margin-bottom: 20px;
}

.textblock-text p {
  line-height: 24px;
}

.serviceinner-container p {
  color: #626262;
  font-size: 14px;
}

.serviceinner-container h2 {
  color: #626262;
  margin-bottom: 10px;
  margin-top: 10px;
}

.how-block p {
  color: #626262;
  font-size: 14px;
}

.how-block h2 {
  color: #626262;
  margin-bottom: 10px;
  margin-top: 10px;
}

.textblock-text p {
  color: #626262;
  font-size: 14px;
}

.first-text-block p {
  color: #626262;
  font-size: 14px;
}

.first-text-block h2 {
  font-size: 25px;
  line-height: 40px;
  margin-bottom: 15px;
  color: #626262;
}

.first-text-block ul {
  color: #626262;
  font-weight: 400;
  margin-left: 30px;
  margin-bottom: 10px;
  margin-top: 10px;
}

ol {
  color: #626262;
  font-weight: 400;
  margin-left: 30px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.first-text-block li::marker {
  color: #06A1BB;
}

.previlege-items p {
  color: #626262;
  font-size: 14px;
}

.previlege-items h2 {
  font-size: 25px;
  line-height: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #626262;
}

.previlege-items h3 {
  color: #626262;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 1.5em;
}

.previlege-items ul {
  color: #626262;
  font-weight: 400;
  margin-left: 30px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.previlege-items li::marker {
  color: #06A1BB;
}

.important-block p {
  color: #626262;
  font-size: 14px;
}

.important-block h2 {
  font-size: 25px;
  line-height: 40px;
  margin-bottom: 15px;
  color: #626262;
}

.important-block h3 {
  color: #626262;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 1.5em;
}

.important-block ul {
  color: #626262;
  font-weight: 400;
  margin-left: 30px;
  margin-bottom: 10px;
  margin-top: 10px;
  width: 75%;
}

.sitemap-item {
    margin-left:200px;
  /*text-align: center;*/
}*/


.sitemap-item h2 {
  color: #626262;
  margin-bottom: 10px;
  margin-top: 10px;
}

.sitemap-item a {
  color: #626262;
  margin-bottom: 10px;
  text-decoration: none;
}

.sitemap-item a:hover {
  cursor: pointer;
}

.important-block li::marker {
  color: #06A1BB;
}

.important-block ul {
  color: #626262;
  font-weight: 400;
  margin-left: 30px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.first-text-block li::marker {
  color: #06A1BB;
}

.serviceinner-container ul {
  color: #626262;
  font-weight: 400;
  margin-left: 30px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.textblock-text li::marker {
  color: #06A1BB;
}

.textblock-text ul {
  color: #626262;
  font-weight: 400;
  margin-left: 30px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.textblock-text h3 {
  color: #626262;
  margin-bottom: 10px;
}

.how-block li::marker {
  color: #06A1BB;
}

.how-block ul {
  color: #626262;
  font-weight: 400;
  margin-left: 30px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.article-block-inner li::marker {
  color: #06A1BB;
}

.article-block-inner ul {
  color: #626262;
  font-weight: 400;
  margin-left: 30px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.serviceinner-container li::marker {
  color: #06A1BB;
}

.article-block-inner h2 {
  color: #626262;
  margin-bottom: 10px;
}

.article-block-inner p {
  color: #626262;
  font-size: 14px;
}

.serviceinner-container h3 {
  font-weight: bold;
  font-size: 19px;
  line-height: 24px;
  color: #06A1BB;
  margin-bottom: 10px;
  margin-top: 10px;
}

.textblock-items {
  margin-top: 20px;
}

.textblock-items span {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #30354B;
}

.text_block_paragraph {
  color: #4D5E79;
  background-color: #ffffff;
  padding: 20px 35px 0;
  border-radius: 15px;
  box-shadow: 0px 9px 15px rgb(192 192 192 / 18%);
  margin-bottom: 20px;
  display: flow-root;
}

.textblock-items-list {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.textblock-item-text {
  text-align: center;
}

.textblock-item {
  background: #FFFFFF;
  border-radius: 13px;
  width: 215px;
  padding: 17px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #6fccdc;
}

.offer-title {
  width: 90%;
}

@media screen and (max-width: 375px) {
  table {
      border: 0;
  }

  table thead {
      display: none;
  }

  table tr {
      margin-bottom: 10px;
      display: block;
      border-bottom: 2px solid #ddd;
  }

  table td {
      font-size: 13px;
      border-bottom: 1px dotted #ccc;
      border-right: 1px solid transparent;
  }

  table td:last-child {
      border-bottom: 0;
  }

  table td:before {
      content: attr(data-label);
      float: left;
      text-transform: uppercase;
      font-weight: bold;
  }

  .license-items .item {
      width: 40%;
  }


  .garanties-block .section-title {
      margin-bottom: 0;
  }

  .important-block img {
      display: none;
  }

  .header-top {
      display: flex;
      width: 100%;
      flex-direction: column-reverse;
      margin: 0 auto;
      justify-content: flex-start;
  }

  .header-logo {
      padding: 10px;
  }

  .header-contact {
      border-bottom: 1px dashed #48b5e4;
      padding: 10px;
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
  }

  .header-city {
      display: none !important;
  }

  .header-phone {
      display: none;
  }

  .header-phone {
      display: none;
  }

  .header-button {
      display: none;
  }

  .header-bottom {
      position: absolute;
      right: 60px;
      top: 12px;
      width: 100%;
      margin: 0 auto;
      height: 40px;
  }

  .hamburger.left {
      left: 10px;
      background: #fff;
      color: #48B5E4;
  }

  .dropdown-items {
      height: 100%;
      display: flex !important;
      flex-direction: column;
      justify-content: space-evenly;
      height: 100vh;
      overflow: scroll;
      box-sizing: border-box;
      position: fixed;
      top: 0;
      z-index: 999;
  }

  .header {
      border: none;
  }

  .header-social {
      width: 100%;
      display: flex;
  }

  .header-logo {
      width: 100%;
      display: flex;
      justify-content: space-between;
  }

  .header-town-two {
      display: block;
  }

  .offer {
      width: 100%;
      margin-top: 5px;
      -webkit-box-shadow: -32px 0px 25px -37px rgb(34 60 80 / 20%);
      -moz-box-shadow: -32px 0px 25px -37px rgba(34, 60, 80, 0.2);
      box-shadow: -32px 0px 25px -37px rgb(34 60 80 / 20%);
      padding-left: 20px;
      padding-right: 20px;
  }
  .offer-title  {
      width: 100%;
  }
  .offer-title h1 {
      font-size: 18px;
      line-height: 26px;
      color: #26353D;
  }

  .offer-title {
      width: 85%;
      margin: 0 auto;
      padding-bottom: 23px;
      position: relative;
  }

  .offer-block {
      width: 100%;
      margin: 0 auto;
      padding-bottom: 200px;
  }

  #first-screen-inner {
      /* background: url(../img/Group321.png) !important; */
      background: none!important;
      width: 100%;
  }

  .offer-title:after {
      content: '';
      width: 100%;
      border-bottom: 1px dashed #04A6C2;
      position: absolute;
      bottom: 0;
      left: 0;
  }

  .offer-description {
      font-size: 13px;
      color: #30354B;
      width: 52%;
      font-weight: 700;
      margin-top: 34px;
      display: flex;
      flex-wrap: wrap;
  }

  .offer-description p {
      margin-bottom: 12px;
  }

  .span-whatsapp {
      color: #7AD06D;
      font-weight: 700;
      margin-right: 64px;
  }

  .offer-block {
      width: 100%;
      margin: 0 auto;
      padding-bottom: 40px !important;
  }

  .offer-form form {
      display: flex;
      flex-direction: column;
      align-items: center;
  }

  .form-item input {
      background: #FFFFFF;
      box-shadow: 0px 12px 22px rgb(20 48 20 / 9%);
      border-radius: 60px;
      border: none;
      padding: 5px 30px;
      color: #5E5E5E;
      max-width: 230px;
      margin-right: 17px;
      margin-bottom: 12px;
      outline: none;
  }

  .advantages-block {
      max-width: 100% !important;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap !important;
      justify-content: space-evenly !important;
      margin: 0 auto;
      position: relative !important;
      z-index: 3;
      margin-top: 30px;
      margin-bottom: 30px;
      top: 0;
      left: 0 !important;
  }

  .advantages-item {
      width: 135px !important;
      display: flex;
      position: relative;
      background: #fff;
      background-clip: padding-box;
      border: solid 2px transparent;
      border-radius: 1em;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin-bottom: 10px;
      padding: 20px;
      margin-right: 0;
  }

  .davantages-img {
      width: 30%;
  }

  .advantages-title {
      font-size: 11px;
  }

  .price-block {
      max-width: 1140px;
      padding-top: 0 !important;
      padding-bottom: 0;
      margin: 0 auto;
  }

  .step-block {
      max-width: 1140px;
      padding-top: 0;
      padding-bottom: 0;
      margin: 0 auto;
  }

  .advantages-item::before {
      content: '';
      width: 104%;
      height: 104%;
      position: absolute;
      top: -3px;
      bottom: 0;
      left: -3px;
      z-index: -1;
      padding: 5px;
      border-radius: inherit;
      background: linear-gradient(135deg, #06A1BB, rgba(6, 161, 187, 0));
  }

  .section-title {
      text-align: center;
      font-size: 18px;
      margin-bottom: -20px;
  }

  .table-wrap {
      padding: 2em 2rem;
      color: #000;
  }

  .step-items-row {
      display: flex;
      flex-direction: column !important;
      justify-content: center;
      align-items: center;
      margin-bottom: 0px;
      margin-top: 14px;
  }

  .step-item {
      height: 102px;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      justify-content: space-evenly;
      width: 100%;
  }

  .step-description {
      text-align: center;
      color: #30354B;
      font-size: 12px;
      line-height: 24px;
      width: 200px;
  }

  .inner-arcticle-block {
      max-width: 1140px;
      background: #c8e6ee63 !important;
      background-size: cover;
      margin: 0 auto;
      background-repeat: no-repeat;
      padding: 80px 0 61px 0 !important;
  }

  .inner-article-title {
      width: 100%;
      background: url(../img/handsome-mature-doctor-6K3G2JT-removebg-preview.png);
      background-size: contain;
      padding-right: 64px;
      padding-left: 27px;
      background-repeat: no-repeat;
      background-position: right;
  }

  .inner-article-title p {
      width: 51%;
      font-size: 14px;
      margin-top: 5px;
  }

  .article-block-inner {
      width: 88%;
      margin-top: 15px;
      padding: 13px;
      margin: 15px auto;
      font-size: 14px;
      line-height: 24px;
      position: relative;
      background: linear-gradient(90deg, #edf8fa 80%, transparent);
      border-radius: 1em;
  }

  .consequences-text {
      font-size: 14px;
      line-height: 18px;
      color: #30354B;
      margin-left: 15px;
      width: 200px;
  }

  .consequences-items {
      margin-top: 14px;
      display: flex;
      justify-content: space-evenly;
      flex-direction: column;
      margin-left: 15px;
  }

  .consequences-item {
      display: flex;
      align-items: center;
      width: 100%;
      margin-bottom: 10px;
  }

  .consequences {
      margin-top: 15px;
      width: 100%;
  }

  .inner-article-title h3 {
      font-size: 24px;
      font-weight: bold;
      line-height: 28px;
  }

  .article-near-block {
      max-width: 1140px;
      margin: 0 auto;
      padding: 0px 15px 61px 15px;
  }

  .article-near-item-one {
      padding: 8px;
      display: flex;
      justify-content: space-between;
      background: #fff;
      position: relative;
      border-radius: 1em;
  }

  .article-near-item-one::before {
      content: '';
      width: 102%;
      position: absolute;
      top: -3px;
      height: 102%;
      bottom: 0;
      left: -3px;
      z-index: -1;
      padding: 5px;
      border-radius: inherit;
      background: linear-gradient(145deg, #06A1BB, rgba(6, 161, 187, 0));
  }

  .article-near-item-two {
      padding: 8px;
      display: flex;
      justify-content: space-between;
      background: #fff;
      position: relative;
      border-radius: 1em;
  }

  .article-near-item-two::before {
      content: '';
      width: 102%;
      position: absolute;
      top: -3px;
      height: 102%;
      bottom: 0;
      left: -3px;
      z-index: -1;
      padding: 5px;
      border-radius: inherit;
      background: linear-gradient(145deg, #06A1BB, rgba(6, 161, 187, 0));
  }

  .license-block {
      max-width: 1140px;
      padding-top: 0px;
      padding-bottom: 25px;
      margin: 0 auto;
  }

  .license-items {
      margin-bottom: 35px;
      margin-top: 30px;
  }

  .owl-prev {
      position: absolute;
      left: 0px;
      top: 44%;
      width: 50px;
      height: 50px;
      background: #FFFFFF !important;
      border: 1px solid #06A1BB !important;
      border-radius: 3px !important;
      display: flex !important;
      justify-content: center;
      align-items: center;
  }

  .owl-next {
      position: absolute;
      right: 0px;
      top: 44%;
      width: 50px;
      height: 50px;
      background: #FFFFFF !important;
      border: 1px solid #06A1BB !important;
      border-radius: 3px !important;
      display: flex !important;
      justify-content: center;
      align-items: center;
  }

  .info-contact {
      max-width: 1140px;
      padding-top: 30px;
      padding-bottom: 30px;
      margin: 0 auto;
      display: flex;
      align-items: flex-start;
      flex-direction: column;
      text-align: center;
  }

  .info-item li {
      width: 100%;
      float: initial;
      list-style: none;
      padding: 2px;
  }

  .info-item .form-item {
      width: 100%;
      margin-bottom: 10px;
  }

  .form-check {
      width: 90%;
      margin: 0 auto;
  }

  .include-news-list {
      max-width: 1140px;
      margin: 20px auto;
      display: flex;
      justify-content: space-between;
      flex-direction: column;
  }

  .news-item {
      width: 90%;
      background: #FFFFFF;
      box-shadow: 0px 4px 28px rgb(21 78 102 / 11%);
      border-radius: 17px;
      padding: 20px;
      margin: 10px auto;
  }

  .reviews-items .owl-prev {
      top: 40%;
      position: absolute;
      left: 0px;
      top: 44%;
      width: 50px;
      height: 50px;
      background: #FFFFFF !important;
      border: 1px solid #06A1BB !important;
      border-radius: 3px !important;
      display: flex !important;
      justify-content: center;
      align-items: center;
  }

  .reviews-items .owl-next {
      right: 0;
      top: 40%;
      position: absolute;
      width: 50px;
      height: 50px;
      background: #FFFFFF !important;
      border: 1px solid #06A1BB !important;
      border-radius: 3px !important;
      display: flex !important;
      justify-content: center;
      align-items: center;
  }

  .review-item {
      width: 100%;
      height: 400px;
      padding: 35px 25px;
  }

  .reviews-items {
      margin-top: 21px;
  }

  .faq-block {
      max-width: 1140px;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      margin-top: 35px;
  }

  .wrapper {
      width: 100%;
  }

  .accordion {
      width: 100%;
      height: 110px;
      margin: 0 auto;
      background: #fff;
      border-radius: 20px;
      overflow: hidden;
      transition: height 0.3s ease;
      margin-bottom: 20px;
      background: #FFFFFF;
      box-shadow: 0px 4px 28px rgb(21 78 102 / 11%);
      box-shadow: 0px 4px 28px rgb(21 78 102 / 11%);
  }

  .lena-kuka-crew {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      border-bottom: 1px dashed #06A7C2;
      margin-bottom: 10px;
  }

  .new-block-for-card {
      width: 100%;
      display: flex;
      align-items: center;
      margin-bottom: 20px;
  }

  .item-options-two {
      display: flex;
      justify-content: space-between;
      flex-direction: column;
  }

  .lena-notfound-error-block {
      display: flex;
      align-items: center;
      width: 100%;
      background: #fff;
      padding: 25px;
      border: 1px solid #6fccdc;
      margin: 15px 0;
      border-radius: 1em;
  }

  .items-option-one {
      display: flex;
      justify-content: space-between;
      flex-direction: column-reverse;
  }

  .serviceinner-title {
      font-size: 24px;
      text-align: left;
      margin-left: 15px;
  }

  .how-title {
      padding-top: 0px;
      text-align: left;
      font-weight: bold;
      font-size: 24px;
      margin-bottom: 10px;
  }

  .how-block {
      max-width: 1140px;
      margin: 0 auto;
      padding-bottom: 0px;
      padding: 15px;
  }

  .how-step-items {
      display: flex;
      justify-content: space-evenly;
      flex-direction: column;
  }

  .how-item {
      display: flex;
      align-items: center;
      margin-bottom: 12px;
  }

  .how-item-text {
      width: 170px;
  }

  .how-out-items {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
  }

  .inner-form {
      justify-content: center !important;
      background: url(../img/Group318.png);
      background-size: cover;
      -webkit-box-shadow: 0px 0px 20px 8px rgb(195 229 238 / 30%);
      -moz-box-shadow: 0px 0px 20px 8px rgba(195, 229, 238, 0.3);
      box-shadow: 0px 0px 20px 8px rgb(195 229 238 / 30%);
      border-radius: 1em;
      flex-wrap: wrap;
      height: fit-content !important;
  }

  .form-foto img {
      float: right;
      position: relative;
      bottom: 0;
      right: 20px;
      width: 258px;
  }

  .form-main {
      width: 100%;
      margin-left: 15px;
      background: #fff;
      margin-top: -149px;
      z-index: 1;
  }

  .form-title {
      font-size: 22px;
      line-height: 28px;
  }

  .main-element {
      display: flex;
      margin-bottom: 20px;
      margin-top: 20px;
      flex-direction: column;
      justify-content: center;
  }
  .main-element .form-item {
      width: 100%;
  }

  .form-politics {
      font-size: 14px;
      font-weight: 400;
      margin-bottom: 15px;
  }

  #form-inner {
      margin-bottom: 30px;
      margin-top: 15px;
  }

  .form-foto {
      width: 100%;
      position: relative;
  }

  #textblock-second {
      background: url(../img/Group329.png);
      background-size: cover;
      background-repeat: no-repeat;
      padding-bottom: 73px;
      padding-top: 59px;
      background-position: right;
      padding-left: 15px;
      padding-right: 15px;
  }

  .textblock-items-list {
      display: flex;
      justify-content: center;
      margin-top: 10px;
      flex-wrap: wrap;
  }

  .textblock-item {
      background: #FFFFFF;
      border-radius: 13px;
      width: 215px;
      padding: 17px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      border: 1px solid #6fccdc;
      margin-bottom: 10px;
  }

  .item-option-one {
      width: 100%;
  }

  .info-item:nth-child(1) {
      width: 100%;
  }

  .info-item:nth-child(2) {
      width: 100%;
  }

  .info-item:nth-child(3) {
      width: 100%;
  }

  .doctors-items .item {
      position: relative;
      background: #FFFFFF;
      box-shadow: 0px 4px 28px rgb(21 78 102 / 11%);
      border-radius: 17px;
      width: 100%;
  }

  #services {
      margin-top: 0;
  }

  .service-block {
      max-width: 1140px;
      padding-top: 0;
      padding-bottom: 25px;
      margin: 0 auto;
  }

  .service-help {
      display: flex;
      justify-content: space-evenly;
      flex-direction: column !important;
      margin-top: 24px;
  }

  .service-quick {
      width: 100%;
      background-image: url(../img/308.png);
      background-size: cover;
      padding: 30px 20px;
      background-position: center;
  }

  .service-complex {
      width: 100%;
      background-image: url(../img/Group307.png);
      background-size: cover;
      padding: 30px 20px;
      background-position: center;
  }

  .max-title {
      font-size: 18px;
      line-height: 29px;
      margin-bottom: 15px;
  }

  .teraphia-text {
      width: 190px;
      font-size: 16px;
      font-weight: 400;
  }

  .teraphia-item {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 10px;
  }

  .teraphia {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      margin-bottom: 20px;
      margin-top: 20px;
  }

  .form-title {
      font-size: 20px;
      line-height: 28px;
  }

  .form-main {
      width: 100%;
      margin-left: 0;
      background: #fff;
      margin-top: -149px;
      z-index: 1;
      padding: 10px;
  }

  .fotogallery-block {
      max-width: 1140px;
      padding-top: 0;
      margin: 0 auto;
  }

  .form-block {
      display: flex;
      height: fit-content;
      justify-content: space-between;
      max-width: 1140px;
      padding-top: 65px;
      margin: 0 auto;
      padding-bottom: 20px;
      flex-direction: column !important;
  }

  .form-main {
      width: 100%;
      margin-left: 0;
      background: #fff;
      margin-top: -149px;
      z-index: 1;
      padding: 10px;
  }

  .fotogallery-block {
      max-width: 1140px;
      padding-top: 0;
      margin: 0 auto;
  }

  .gallery-block {
      display: flex;
      justify-content: center;
      margin-top: 20px;
      flex-direction: column;
      align-items: center;
  }

  .important-block ul {
      float: left;
  }

  .space-element {
      margin-bottom: 18px;
      margin-right: 0px;
  }

  .garanties-items {
      max-width: 1140px;
      display: flex;
      flex-direction: row;
      justify-content: space-evenly;
      margin: 0 auto;
      flex-wrap: wrap;
      margin-top: 25px;
  }

  .last {
      width: 100%;
  }

  .btn-license-two {
      color: rgba(6, 161, 187, 1);
      text-decoration: none;
      width: 221px;
      padding: 12px 9px;
      background: #fff;
      border-radius: 50px;
      transition: all 1s;
      border: 1px solid rgba(6, 161, 187, 1);
  }

  .map-info {
      width: 100%;
      height: 387px;
      border-radius: 15px;
      background: #fff;
      position: relative;
      top: 0;
      left: 0;
      padding: 30px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: space-between;
  }

  .btn-license {
      color: #fff;
      text-decoration: none;
      padding: 12px 12px;
      background: rgba(6, 161, 187, 1);
      border-radius: 50px;
      transition: all 1s;
  }

  .reviews-items .owl-next {
      right: 0 !important;
      top: 40%;
  }

  .reviews-items .owl-prev {
      left: 0 !important;
      top: 40%;
  }
}

@media screen and (max-width: 600px) {
  table {
      border: 0;
  }

  table th,
  table td {
      padding: 11px;
      text-align: left;
      flex-basis: 50%;
  }

  .form-item {
      margin-bottom: 10px;
      text-align: center;
  }

  .white-popup {
      position: relative;
      background: #FFF;
      padding: 20px;
      width: auto;
      max-width: 96% !important;
      margin: 20px auto;
  }

  td.acor-container{
      margin: 0;
      padding: 0;
  }

  table thead {
      display: none;
  }

  table tr {
      margin-bottom: 10px;
      display: flex;
      flex-wrap: wrap;
      border-bottom: 2px solid #ddd;
  }

  table td {
      font-size: 13px;
      border-bottom: 1px dotted #ccc;
      border-right: 1px solid transparent;
      align-items: center;
  }

  table td:last-child {
      border-bottom: 0;
  }

  table td:before {
      content: attr(data-label);
      float: left;
      text-transform: uppercase;
      font-weight: bold;
  }

  .license-items .item {
      width: 40%;
  }



  .garanties-block .section-title {
      margin-bottom: 0;
  }

  .important-block img {
      display: none;
  }

  .header-top {
      display: flex;
      width: 100%;
      flex-direction: column-reverse;
      margin: 0 auto;
      justify-content: flex-start;
  }



  .header-contact {
      border-bottom: 1px dashed #48b5e4;
      padding: 10px;
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
  }

  .header-city {
      display: none !important;
  }

  .header-phone {
      display: none;
  }

  .header-phone {
      display: none;
  }

  .header-button {
      display: none;
  }

  .header-bottom {
      position: absolute;
      right: 60px;
      top: 12px;
      width: 100%;
      margin: 0 auto;
      height: 40px;
  }

  .hamburger.left {
      left: 10px;
      background: #fff;
      color: #48B5E4;
  }

  .dropdown-items {
      height: 100%;
      display: flex !important;
      flex-direction: column;
      justify-content: start;
      height: 100vh;
      overflow: scroll;
      box-sizing: border-box;
      position: fixed;
      top: 0;
      z-index: 999;
  }

  .header {
      border: none;
      padding-top: 0;
  }

  .header-social {
      width: 100%;
      display: flex;
      justify-content: center;
  }

  .header-logo {
      width: 100%;
      display: flex;
      justify-content: space-between;
  }

  .header-town-two {
      display: block;
  }

  .offer {
      width: 100%;
      margin-top: 5px;
      -webkit-box-shadow: -32px 0px 25px -37px rgb(34 60 80 / 20%);
      -moz-box-shadow: -32px 0px 25px -37px rgba(34, 60, 80, 0.2);
      box-shadow: -32px 0px 25px -37px rgb(34 60 80 / 20%);
      padding-left: 20px;
  }

  .offer-title h1 {
      font-size: 18px;
      line-height: 21px;
      color: #26353D;
  }

  .offer-title {
      width: 85%;
      margin: 0 auto;
      padding-bottom: 23px;
      position: relative;
  }

  .offer-block {
      width: 100%;
      margin: 0 auto;
      padding-bottom: 200px;
  }

  #first-screen-inner {
      /* background: url(../img/Group321.png) !important; */
      background: none!important;
      width: 100%;
  }

  .offer-title:after {
      content: '';
      width: 100%;
      border-bottom: 1px dashed #04A6C2;
      position: absolute;
      bottom: 0;
      left: 0;
  }

  .offer-description {
      font-size: 13px;
      color: #30354B;
      width: 52%;
      font-weight: 700;
      margin-top: 34px;
      display: flex;
      flex-wrap: wrap;
  }

  .advantages-block {
      z-index: 0 !important;
  }

  .offer-description p {
      margin-bottom: 12px;
  }

  .span-whatsapp {
      color: #7AD06D;
      font-weight: 700;
      margin-right: 64px;
  }

  .offer-block {
      width: 100%;
      margin: 0 auto;
      padding-bottom: 40px !important;
  }

  .offer-form form {
      display: flex;
      flex-direction: column;
      align-items: center;
  }

  .form-item input {
      background: #FFFFFF;
      box-shadow: 0px 12px 22px rgb(20 48 20 / 9%);
      border-radius: 60px;
      border: none;
      padding: 5px 30px;
      color: #5E5E5E;
      max-width: 230px;
      margin-right: 17px;
      margin-bottom: 12px;
      outline: none;
  }

  .advantages-block {
      max-width: 100% !important;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap !important;
      justify-content: space-evenly !important;
      margin: 0 auto;
      position: relative !important;
      z-index: 3;
      margin-top: 30px;
      margin-bottom: 30px;
      top: 0;
      left: 0 !important;
  }

  .advantages-item {
      width: 135px !important;
      display: flex;
      position: relative;
      background: #fff;
      background-clip: padding-box;
      border: solid 2px transparent;
      border-radius: 1em;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin-bottom: 10px;
      padding: 20px;
      margin-right: 0;
  }

  .davantages-img {
      width: 30%;
  }

  .advantages-title {
      font-size: 11px;
  }

  .price-block {
      max-width: 1140px;
      padding-top: 0 !important;
      padding-bottom: 0;
      margin: 0 auto;
  }

  .step-block {
      max-width: 1140px;
      padding-top: 0;
      padding-bottom: 0;
      margin: 0 auto;
  }

  .advantages-item::before {
      content: '';
      width: 104%;
      height: 104%;
      position: absolute;
      top: -3px;
      bottom: 0;
      left: -3px;
      z-index: -1;
      padding: 5px;
      border-radius: inherit;
      background: linear-gradient(135deg, #06A1BB, rgba(6, 161, 187, 0));
  }

  .section-title {
      text-align: center;
      font-size: 18px;
      margin-bottom: 15px;
  }

  .table-wrap {
      padding: 2em 2rem;
      color: #000;
  }

  .step-items-row {
      display: flex;
      flex-direction: column !important;
      justify-content: center;
      align-items: center;
      margin-bottom: 0px;
      margin-top: 14px;
  }

  .step-item {
      height: 102px;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      justify-content: space-evenly;
      width: 100%;
  }

  .step-description {
      text-align: center;
      color: #30354B;
      font-size: 12px;
      line-height: 24px;
      width: 200px;
  }

  .inner-arcticle-block {
      max-width: 1140px;
      background: #c8e6ee63 !important;
      background-size: cover;
      margin: 0 auto;
      background-repeat: no-repeat;
      padding: 80px 0 61px 0 !important;
  }

  .inner-article-title {
      width: 100%;
      background: transparent;
      background-size: contain;
      padding-right: 64px;
      padding-left: 27px;
      background-repeat: no-repeat;
      background-position: right;
  }

  .inner-article-title p {
      width: 51%;
      font-size: 14px;
      margin-top: 5px;
  }

  .article-block-inner {
      width: 88%;
      margin-top: 15px;
      padding: 13px;
      margin: 15px auto;
      font-size: 14px;
      line-height: 24px;
      position: relative;
      background: linear-gradient(90deg, #edf8fa 80%, transparent);
      border-radius: 1em;
  }

  .consequences-text {
      font-size: 14px;
      line-height: 18px;
      color: #30354B;
      margin-left: 15px;
      width: 200px;
  }

  .consequences-items {
      margin-top: 14px;
      display: flex;
      justify-content: space-evenly;
      flex-direction: column;
      margin-left: 15px;
  }

  .consequences-item {
      display: flex;
      align-items: center;
      width: 100%;
      margin-bottom: 10px;
  }

  .consequences {
      margin-top: 15px;
      width: 100%;
  }

  .inner-article-title h3 {
      font-size: 24px;
      font-weight: bold;
      line-height: 28px;
  }

  .article-near-block {
      max-width: 1140px;
      margin: 0 auto;
      padding: 0px 15px 61px 15px;
  }

  .article-near-item-one {
      padding: 8px;
      display: flex;
      justify-content: space-between;
      background: #fff;
      position: relative;
      border-radius: 1em;
  }

  .article-near-item-one::before {
      content: '';
      width: 102%;
      position: absolute;
      top: -3px;
      height: 102%;
      bottom: 0;
      left: -3px;
      z-index: -1;
      padding: 5px;
      border-radius: inherit;
      background: linear-gradient(145deg, #06A1BB, rgba(6, 161, 187, 0));
  }

  .article-near-item-two {
      padding: 8px;
      display: flex;
      justify-content: space-between;
      background: #fff;
      position: relative;
      border-radius: 1em;
  }

  .article-near-item-two::before {
      content: '';
      width: 102%;
      position: absolute;
      top: -3px;
      height: 102%;
      bottom: 0;
      left: -3px;
      z-index: -1;
      padding: 5px;
      border-radius: inherit;
      background: linear-gradient(145deg, #06A1BB, rgba(6, 161, 187, 0));
  }

  .license-block {
      max-width: 1140px;
      padding-top: 0px;
      padding-bottom: 25px;
      margin: 0 auto;
  }

  .license-items {
      margin-bottom: 35px;
      margin-top: 30px;
  }

  .owl-prev {
      position: absolute;
      left: 0px;
      top: 44%;
      width: 50px;
      height: 50px;
      background: #FFFFFF !important;
      border: 1px solid #06A1BB !important;
      border-radius: 3px !important;
      display: flex !important;
      justify-content: center;
      align-items: center;
  }

  .owl-next {
      position: absolute;
      right: 0px;
      top: 44%;
      width: 50px;
      height: 50px;
      background: #FFFFFF !important;
      border: 1px solid #06A1BB !important;
      border-radius: 3px !important;
      display: flex !important;
      justify-content: center;
      align-items: center;
  }

  .info-contact {
      max-width: 1140px;
      padding-top: 30px;
      padding-bottom: 30px;
      margin: 0 auto;
      display: flex;
      align-items: flex-start;
      flex-direction: column;
      text-align: center;
  }

  .info-item li {
      width: 100%;
      float: initial;
      list-style: none;
      padding: 2px;
  }

  .info-item .form-item {
      width: 100%;
      margin-bottom: 10px;
  }

  .form-check {
      width: 90%;
      margin: 0 auto;
  }

  .include-news-list {
      max-width: 1140px;
      margin: 20px auto;
      display: flex;
      justify-content: space-between;
      flex-direction: column;
  }

  .news-item {
      width: 90%;
      background: #FFFFFF;
      box-shadow: 0px 4px 28px rgb(21 78 102 / 11%);
      border-radius: 17px;
      padding: 20px;
      margin: 10px auto;
  }

  .reviews-items .owl-prev {
      top: 40%;
      position: absolute;
      left: 0px;
      top: 44%;
      width: 50px;
      height: 50px;
      background: #FFFFFF !important;
      border: 1px solid #06A1BB !important;
      border-radius: 3px !important;
      display: flex !important;
      justify-content: center;
      align-items: center;
  }

  .reviews-items .owl-next {
      right: 0;
      top: 40%;
      position: absolute;
      width: 50px;
      height: 50px;
      background: #FFFFFF !important;
      border: 1px solid #06A1BB !important;
      border-radius: 3px !important;
      display: flex !important;
      justify-content: center;
      align-items: center;
  }

  .review-item {
      width: 100%;
      height: 400px;
      padding: 35px 25px;
  }

  .reviews-items {
      margin-top: 21px;
  }

  .faq-block {
      max-width: 1140px;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      margin-top: 35px;
  }

  .wrapper {
      width: 100%;
  }

  .accordion {
      width: 100%;
      height: 110px;
      margin: 0 auto;
      background: #fff;
      border-radius: 20px;
      overflow: hidden;
      transition: height 0.3s ease;
      margin-bottom: 20px;
      background: #FFFFFF;
      box-shadow: 0px 4px 28px rgb(21 78 102 / 11%);
      box-shadow: 0px 4px 28px rgb(21 78 102 / 11%);
  }

  .lena-kuka-crew {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      border-bottom: 1px dashed #06A7C2;
      margin-bottom: 10px;
  }

  .new-block-for-card {
      width: 100%;
      display: flex;
      align-items: center;
      margin-bottom: 20px;
  }

  .item-options-two {
      display: flex;
      justify-content: space-between;
      flex-direction: column;
  }

  .lena-notfound-error-block {
      display: flex;
      align-items: center;
      width: 100%;
      background: #fff;
      padding: 25px;
      border: 1px solid #6fccdc;
      margin: 15px 0;
      border-radius: 1em;
  }

  .items-option-one {
      display: flex;
      justify-content: space-between;
      flex-direction: column-reverse;
  }

  .serviceinner-title {
      font-size: 24px;
      text-align: left;
      margin-left: 15px;
  }

  .how-title {
      padding-top: 0px;
      text-align: left;
      font-weight: bold;
      font-size: 24px;
      margin-bottom: 10px;
  }

  .how-block {
      max-width: 1140px;
      margin: 0 auto;
      padding-bottom: 0px;
      padding: 15px;
  }

  .how-step-items {
      display: flex;
      justify-content: space-evenly;
      flex-direction: column;
  }

  .how-item {
      display: flex;
      align-items: center;
      margin-bottom: 12px;
  }

  .how-item-text {
      width: 170px;
  }

  .how-out-items {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
  }

  .inner-form {
      justify-content: center !important;
      background: url(../img/Group318.png);
      background-size: cover;
      -webkit-box-shadow: 0px 0px 20px 8px rgb(195 229 238 / 30%);
      -moz-box-shadow: 0px 0px 20px 8px rgba(195, 229, 238, 0.3);
      box-shadow: 0px 0px 20px 8px rgb(195 229 238 / 30%);
      border-radius: 1em;
      flex-wrap: wrap;
      height: fit-content !important;
  }

  .form-foto img {
      float: right;
      position: relative;
      bottom: 0;
      right: 20px;
      width: 258px;
  }

  .form-main {
      width: 100%;
      margin-left: 15px;
      background: #fff;
      margin-top: -149px;
      z-index: 1;
  }

  .form-title {
      font-size: 22px;
      line-height: 28px;
  }


  .form-politics {
      font-size: 14px;
      font-weight: 400;
      margin-bottom: 15px;
  }

  #form-inner {
      margin-bottom: 30px;
      margin-top: 15px;
  }

  .form-foto {
      width: 100%;
      position: relative;
  }

  #textblock-second {
      background: url(../img/Group329.png);
      background-size: cover;
      background-repeat: no-repeat;
      padding-bottom: 73px;
      padding-top: 59px;
      background-position: right;
      padding-left: 15px;
      padding-right: 15px;
  }

  .textblock-items-list {
      display: flex;
      justify-content: center;
      margin-top: 10px;
      flex-wrap: wrap;
  }

  .textblock-item {
      background: #FFFFFF;
      border-radius: 13px;
      width: 215px;
      padding: 17px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      border: 1px solid #6fccdc;
      margin-bottom: 10px;
  }

  .item-option-one {
      width: 100%;
  }

  .info-item:nth-child(1) {
      width: 100%;
  }

  .info-item:nth-child(2) {
      width: 100%;
  }

  .info-item:nth-child(3) {
      width: 100%;
  }

  .doctors-items .item {
      position: relative;
      background: #FFFFFF;
      box-shadow: 0px 4px 28px rgb(21 78 102 / 11%);
      border-radius: 17px;
      width: 100%;
  }

  #services {
      margin-top: 0;
  }

  .service-block {
      max-width: 1140px;
      padding-top: 0;
      padding-bottom: 25px;
      margin: 0 auto;
  }

  .service-help {
      display: flex;
      justify-content: space-evenly;
      flex-direction: column !important;
      margin-top: 24px;
  }

  .service-quick {
      width: 100%;
      background-image: url(../img/308.png);
      background-size: cover;
      padding: 30px 20px;
      background-position: center;
  }

  .service-complex {
      width: 100%;
      background-image: url(../img/Group307.png);
      background-size: cover;
      padding: 30px 20px;
      background-position: center;
  }

  .max-title {
      font-size: 18px;
      line-height: 29px;
      margin-bottom: 15px;
  }

  .teraphia-text {
      width: 190px;
      font-size: 16px;
      font-weight: 400;
  }

  .teraphia-item {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 10px;
  }

  .teraphia {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      margin-bottom: 20px;
      margin-top: 20px;
  }

  .form-title {
      font-size: 20px;
      line-height: 28px;
  }

  .form-main {
      width: 100%;
      margin-left: 0;
      background: #fff;
      margin-top: -149px;
      z-index: 1;
      padding: 10px;
  }

  .fotogallery-block {
      max-width: 1140px;
      padding-top: 0;
      margin: 0 auto;
  }

  .form-block {
      display: flex;
      height: fit-content;
      justify-content: space-between;
      max-width: 1140px;
      padding-top: 65px;
      margin: 0 auto;
      padding-bottom: 20px;
      flex-direction: column !important;
  }

  .form-main {
      width: 100%;
      margin-left: 0;
      background: #fff;
      margin-top: -149px;
      z-index: 1;
      padding: 10px;
  }

  .fotogallery-block {
      max-width: 1140px;
      padding-top: 0;
      margin: 0 auto;
  }
  .important-block ul {
      float: left;
  }

  .space-element {
      margin-bottom: 18px;
      margin-right: 0px;
  }

  .garanties-items {
      max-width: 1140px;
      display: flex;
      flex-direction: row;
      justify-content: space-evenly;
      margin: 0 auto;
      flex-wrap: wrap;
      margin-top: 25px;
  }

  .last {
      width: 100%;
  }

  .btn-license-two {
      color: rgba(6, 161, 187, 1);
      text-decoration: none;
      width: 221px;
      padding: 12px 9px;
      background: #fff;
      border-radius: 50px;
      transition: all 1s;
      border: 1px solid rgba(6, 161, 187, 1);
  }

  .map-info {
      width: 100%;
      height: 387px;
      border-radius: 15px;
      background: #fff;
      position: relative;
      top: 0;
      left: 0;
      padding: 30px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: space-between;
  }

  .btn-license {
      color: #fff;
      text-decoration: none;
      padding: 12px 12px;
      background: rgba(6, 161, 187, 1);
      border-radius: 50px;
      transition: all 1s;
  }

  .reviews-items .owl-next {
      display: none !important;
  }

  .reviews-items .owl-prev {
      display: none !important;
  }
}

@media only screen and (max-width: 1024px) {
  .header-logo {
      width: 100%;
      max-width: 107px;
  }
  
  .main-element {
      display: flex;
      margin-bottom: 20px;
      margin-top: 20px;
      flex-direction: column;
      justify-content: center;
  }
  .main-element .form-item {
      width: 100%;
  }
  .offer-form .form-item {
      margin-bottom: 0;
  }
  .offer {
      width: 100%;
  }
  .header-top {
      display: flex;
      max-width: 1135px;
      gap: 10px;
      margin: 0 auto;
      justify-content: flex-start;
      align-items: center;
      padding-right: 50px;
  }

  .header-contact {
      width: 100%;
      max-width: calc(100% - 117px);
      display: flex;
      justify-content: space-between;
      align-items: center;
  }

  .header-city {
      display: flex;
      width: 40%;
      justify-content: center;
      flex-wrap: wrap;
  }

  .header-phone {
      font-style: 14px;
  }

  .callback a, .callback button {
      background: #06A1BB;
      box-shadow: 0px 11px 48px rgb(49 113 122 / 24%);
      border-radius: 60px;
      padding: 8px 8px;
      color: #fff;
      text-decoration: none;
  }

  .header-bottom {
      max-width: 1135px;
      margin: 0 auto;
      height: 40px;
      margin-top: 25px;
  }

  .offer-block {
      max-width: 1135px;
      margin: 0 auto;
      padding-bottom: 200px;
  }

  .advantages-block {
      max-width: 680px;
      display: flex;
      flex-direction: row;
      justify-content: space-evenly;
      margin: 0 auto;
      position: absolute;
      z-index: 3;
      top: -21px;
      left: 13%;
      flex-wrap: wrap;
      margin: 0 auto;
  }

  .advantages-item {
      width: 250px;
      display: flex;
      height: 140px;
      position: relative;
      background: #fff;
      background-clip: padding-box;
      border: solid 2px transparent;
      border-radius: 1em;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin-right: 0;
      margin-bottom: 20px;
  }

  .price-block {
      max-width: 1140px;
      padding-top: 80px;
      padding-bottom: 25px;
      margin: 0 auto;
  }

  .step-items-row {
      display: flex;
      flex-direction: row;
      justify-content: space-evenly;
      margin-bottom: 27 px;
  }

  .owl-prev {
      position: absolute;
      left: 6px;
      top: 40%;
      width: 50px;
      height: 50px;
      background: #FFFFFF !important;
      border: 1px solid #06A1BB !important;
      border-radius: 3px !important;
      display: flex !important;
      justify-content: center;
      align-items: center;
  }

  .owl-next {
      position: absolute;
      right: 6px;
      top: 40%;
      width: 50px;
      height: 50px;
      background: #FFFFFF !important;
      border: 1px solid #06A1BB !important;
      border-radius: 3px !important;
      display: flex !important;
      justify-content: center;
      align-items: center;
  }

  .how-block {
      max-width: 1140px;
      margin: 0 auto;
      padding-bottom: 60px;
      padding: 60px 15px;
  }

  .textblock-second-block {
      max-width: 1140px;
      margin: 0 auto;
      padding: 15px;
  }

  .textblock-items-list {
      display: flex;
      justify-content: space-evenly;
      margin-top: 10px;
      flex-wrap: wrap;
      max-width: 800px;
      margin: 0 auto;
      margin-top: 10px;
  }

  .textblock-item {
      background: #FFFFFF;
      border-radius: 13px;
      width: 215px;
      padding: 17px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      border: 1px solid #6fccdc;
      margin-top: 10px;
  }

  .serviceinner-block {
      max-width: 1140px;
      margin: 0 auto;
      padding: 15px;
  }

  .include-news-list {
      max-width: 1140px;
      margin: 0 auto;
      display: flex;
      justify-content: space-evenly;
  }

  .info-contact {
      max-width: 1140px;
      padding-top: 30px;
      padding-bottom: 30px;
      margin: 0 auto;
      display: flex;
      align-items: flex-start;
      flex-wrap: wrap;
      justify-content: center;
  }

  .how-out-items {
      display: flex;
      justify-content: space-evenly;
      flex-wrap: wrap;
  }

  .inner-arcticle-block {
      max-width: 1140px;
      background: url(../img/Group31661.png);
      background-size: cover;
      margin: 0 auto;
      background-position: right;
      background-repeat: no-repeat;
      padding: 80px 35px 61px 35px;
  }

  #first-screen-inner {
    
      width: 100%;
      height: fit-content;
      background-size: cover;
      background-position-y: bottom;
      background-position-x: 65%;
  }
  .reviews-items .owl-prev {
      left: 10%;
      top: 40%;
  }

  .reviews-items .owl-next {
      right: 10%;
      top: 40%;
  }

  .owl-item.center>div {
      margin: 0 auto;
      height: 100px;
      opacity: 1;
  }

  .doctors-items .item {
      position: relative;
      background: #FFFFFF;
      box-shadow: 0px 4px 28px rgb(21 78 102 / 11%);
      border-radius: 17px;
      width: 100%;
  }

  .service-help {
      display: flex;
      flex-direction: row;
      justify-content: space-evenly;
  }

  .first-text-block {
      max-width: 1140px;
      padding-top: 65px;
      padding: 15px;
      padding-bottom: 25px;
      margin: 0 auto;
  }

  .form-block {
      display: flex;
      height: fit-content;
      justify-content: space-between;
      max-width: 1140px;
      padding-top: 65px;
      margin: 0 auto;
      padding-bottom: 20px;
  }

  .gallery-right {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-evenly;
  }

  .space-element {
      margin-bottom: 18px;
      margin-right: 0px;
  }

  .garanties-items {
      max-width: 1140px;
      display: flex;
      flex-direction: row;
      justify-content: space-evenly;
      margin: 0 auto;
      flex-wrap: wrap;
  }

  .garanties-item {
      width: 275px;
      display: flex;
      height: 140px;
      position: relative;
      background: #fff;
      background-clip: padding-box;
      border: solid 2px transparent;
      border-radius: 1em;
      flex-direction: column;
      justify-content: center;
      padding-left: 24px;
      font-size: 16px;
      font-weight: bold;
      line-height: 22px;
      margin-bottom: 20px;
  }

  .important-block {
      max-width: 1140px;
      padding-top: 65px;
      margin: 0 auto;
      padding-bottom: 65px;
      padding-left: 15px;
      padding-right: 15px;
  }

  #previlege {
      background: url(../img/Group312.png);
      background-size: cover;
      background-position: center;
      padding: 15px;
  }

  .form-item button {
      background: #06A1BB;
      box-shadow: 0px 0px 4px rgba(49, 113, 122, .24);
      border-radius: 60px;
      border: none;
      padding: 10px 30px;
      color: #fff;
      font-size: 14px;
      max-width: 230px;
      transition: 0.3s;
  }
}

@media only screen and (max-width: 580px) {
  #first-screen {
      background: url(../img/mob-bg.jpg);
      width: 100vw;
      height: fit-content;
      background-size: cover;
  }
}

.page-news-description p {
  color: #626262;
  font-size: 14px;
}

.page-news-description h2 {
  font-size: 25px;
  line-height: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #626262;
}

.page-news-description h3 {
  color: #626262;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 1.5em;
}

.page-news-description ul {
  color: #626262;
  font-weight: 400;
  margin-left: 30px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.page-news-description li::marker {
  color: #06A1BB;
}

.page-news-description p {
  color: #626262;
  font-size: 14px;
}

.news-link-to-card-news {
  text-decoration: none;
}

.news-link-to-card-news:hover {
  cursor: pointer;
}

.foto-contact {
  bottom: 0 !important;
}

.header-button {
  min-width: 220px;
}

.header-town {
  margin-right: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.header-phone__row {
  display: flex;
  align-items: center;
  gap: 5px;
}

.header-social {
  /* z-index: 99; */
}

.contraindications {
  min-height: 50px;
  background: #EDF7FB;
  text-align: center;
  line-height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
}

@media only screen and (max-width: 1024px) {
  .header-bottom {
      margin-top: 60px;
  }

  .dropdown-items.red {
      background: #fff;
  }
}

.article__pic {
  float: right;
  width: 60%;
  padding: 20px 20px;
  display: block;
  margin: 0 auto;
}


@media (max-width: 720px) {
  .article__pic {
      width: 100%;
      padding: 20px 0;
  }
}

#copyr {
  height: initial;
}

.copyright-licenses {
  width: 900px;
  max-width: 100%;
}

.copyright-licenses p {
  font-size: 11px;
}

.copyright-info {
  max-width: 100%;
}

.header-top {
 /* padding-right: 70px; */
  flex-wrap: wrap;
}

#doctors {
  padding: 0 30px;
}

.dropdown-items {
  flex-wrap: wrap;
}

.offer-form form {
  flex-wrap: wrap;
}

@media (max-width: 1200px) {
  .offer-block {
      padding-bottom: 40px;
      margin-bottom: 40px;
  }

  .service-block-table {
      padding: 0 20px;
  }

  #services .service-help-table {
      display: block;
  }

  #services .service-quick-table {
      width: initial;
      margin-bottom: 24px;
  }

  #services .service-complex-table {
      width: initial;
  }
}

@media (max-width: 1024px) {
  .advantages-block {
      position: initial;
      top: -30px;
  }

  .header-contact {
      flex-wrap: wrap;
  }
}

@media (max-width: 600px) {
  .header-bottom {
      top: 0;
      right: auto;
  }

  .hamburger.left {
      left: 24px !important;
      top: 10px;
  }

  .dropdown-items {
      justify-content: start !important;
  }

  .dim-overlay::before {
      background: rgba(0, 0, 0, .5) !important;
  }

  .main-links,
  .dropdown-heading {
      padding: 7.5px 15px !important;
  }

  #specialButton {
      top: 0 !important;
      right: 20px !important;
      width: 80px !important;
  }

  .service-block-table .service-table-container_table-title {
      width: initial;
  }

  .service-block-table .section-title-table h2 {
      font-size: 1em;
      line-height: 120%;
  }

  #copyr {
      padding: 8px;
  }

  .copyright-info {
      display: block;
  }

  .copyright-text {
      margin-bottom: 8px;
  }

  .copyright-licenses {
      margin-bottom: 8px;
  }

  #medication .medication-items {
      display: block;
  }

  .header-top {
      padding-right: 0;
  }
}

.section-title-table {
  text-align: center;
  font-size: 38px;
  margin-bottom: 25px;
}

.service-block-table {
  max-width: 1140px;
  margin: 0 auto;
  z-index: 3;
  margin-top: -40px;
}

.service-title-table {
  padding: 15px;
  font-size: 1.5em;
  font-weight: bold;
  padding-bottom: 17px;
  border-bottom: 1px dashed #06A7C2;
  margin-bottom: 18px;
}

.service-help-table {
  display: flex;
  justify-content: space-between;
}

.service-quick-table {
  width: 48%;
  background-image: url(../img/308.png);
  background-size: cover;
  background-position: center;
}


.service-complex-table {
  width: 48%;
  background-image: url(../img/308.png);
  background-size: cover;
  background-position: center;
}

.service-table-head {
  text-align: center;
}

.service-table-container_table-title {
  width: 33%;
}



.description-title-table {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.text-price-table p {
  font-size: 15px;
  font-weight: bold;
}

.acor-container {
  margin: 20px;
}

.acor-container .acor-body {
  width: calc(100% - 40px);
  margin: 0 auto;
  height: 0;
  color: rgba(0, 0, 0, 0);
  line-height: 18px;
  padding: 0 30px;
  box-sizing: border-box;
  transition: color 0.5s, padding 0.5s;
  overflow: hidden;
  font-family: Verdana, sans-serif;
  font-size: 16px;
  /* box-shadow: 0 4px 8px rgba(0,0,0,0.2), 0 10px 16px rgba(0,0,0,0.2); */
}

.acor-container .acor-body p {
  margin: 0 0 10px;
}

.acor-container label {
  height: 40px;
  cursor: pointer;
  display: block;
  padding: 5px;
  width: 100%;
  color: black;
  font-weight: 300;
  box-sizing: border-box;
  z-index: 100;
  margin: 0 0 5px;
  transition: color .35s;
  font-size: 15px;
  text-decoration: underline;
}

.acor-container label:hover {
  color: rgb(50, 30, 234);
}

.acor-container input {
  display: none;
}

/* .acor-container label:before {
  content: '\276F';
  float: right;
} */

.acor-container input:checked+label {
  color: black;
  /* box-shadow: 0 8px 26px rgba(0,0,0,0.4), 0 28px 30px rgba(0,0,0,0.3); */
}

.acor-container input:checked+label:before {
  transition: transform .35s;
  transform: rotate(90deg);
}

.acor-container input:checked+label+.acor-body {
  height: auto;
  margin-top: -5px;
  color: #000;
  padding: 10px;
}

.acor-container_button {
  font-size: 10px;
  background: #06A1BB;
  box-shadow: 0px 11px 48px rgb(49 113 122 / 24%);
  border-radius: 40px;
  padding: 6px;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s;
  border: none;
}

table th,
table td {
  padding: 10px;
}

.article__block-inf a {
  color: inherit;
  text-decoration: none;
}

.article__block-inf a:hover {
  text-decoration: underline;
}

.author__right a {
  color: inherit;
  text-decoration: none;
}

.author__right a:hover {
  text-decoration: underline;
}

.doctor_page_bio ul {
  list-style: none
}

.doctor_page_bio ul a {
  color: #06A1BB;
  text-decoration: none;
}

.doctor_page_bio ul a:hover {
  text-decoration: underline;
}

@media(max-width:900px) {
  #personal .autor_block_picture {
      width: 100%;
  }

  #personal .text_block_wrapper {
      flex-direction: column;
  }

  #personal .autor_block {
      width: 100%;
  }

  #personal .doctor_personal_text {
      width: 100% !important;
  }

  .author__right-fio {
      width: 100% !important;
  }

  .author__right-soc {
      width: 100% !important;
  }

  .author__right {
      width: 100% !important;
  }
}

.contraindications2 {
  min-height: 50px;
  background: #06A1BB;
  text-align: center;
  line-height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  color: #fff;
}
@media (max-width: 700px) {
  .header-contact {
      max-width: 100%;
  }
  .header-logo {
      padding: 0;
      max-width: 200px;
  }
  .header-town-two {
      max-width: 100px;
  }
  .header-logo img {
      width: 100%;
  }
  #specialButton {
      width: 40px !important;
      top: 20px !important;
      right: 10px !important;
  }
}
.offer_text_new {
padding: 10px;
max-width:800px;
}

h4,h5{
  padding: 0;
  margin: 0;
}
.step-description h3{
  text-align: center;
  color: #30354B;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
.faq__item-opener h3{
  cursor: pointer;
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  line-height: 25px;
  text-transform: uppercase;
  color: #000000;
}



.text-author_grey {
  padding: 20px 25px;
  background: url(../img/Group329.png);
  border-radius: 15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}

.text-author {
  width: 100%;
  margin-bottom: 40px;
  margin-top: 105px;
  max-width: 1140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
}

.text-author__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 20px;
}

.text-author_grey .text-author__author {
  padding-bottom: 0;
  border-bottom: none;
  text-decoration: none;
}

.text-author__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #E8E8E8;
}

.text-author__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-author__picture {
  width: 60px;
  height: 60px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.text-author__picture img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.text-author__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  line-height: 1;
}

.text-author__name {
  font-weight: 700;
}

.text-author__prof {
  font-size: 14px;
  opacity: 0.55;
}

.section-author {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
}

@media (max-width: 1140px) {
.section-author {
  padding: 0 15px 0 15px;
}
}

.doctors-name a {
    color: #000;
    text-decoration: none;
}

.how-block ul li, .how-block ol li {
    font-size: 14px;
}
