@charset "UTF-8";
@font-face {
  font-family: "Fregat";
  src: url("../fonts/Fregat/Fregat.woff2"), url("../fonts/Fregat/Fregat.woff") format("woff"), url("../fonts/Fregat/Fregat.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
body * {
  font-family: "Inter", sans-serif;
  font-style: normal;
  outline: none;
}

.container {
  width: 100%;
  max-width: 1328px;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .container {
    width: 100%;
    max-width: calc(100% - 40px);
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .container {
    width: 100%;
    max-width: calc(100% - 40px);
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .container {
    width: 100%;
    max-width: calc(100% - 30px);
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .container {
    width: 100%;
    max-width: calc(100% - 30px);
    padding-left: 0;
    padding-right: 0;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1328px) {
  .row {
    margin-left: auto;
    margin-right: auto;
  }
}

.sector {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.sector-medium {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1328px) {
  .sector-medium {
    max-width: 100%;
  }
}

.sector-small {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 931px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1328px) {
  .sector-small {
    max-width: 100%;
  }
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -15deg);
    transform: rotate3d(0, 0, 1, -15deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -15deg);
    transform: rotate3d(0, 0, 1, -15deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@-webkit-keyframes rotate-15-cw {
  0% {
    -webkit-transform: rotate(0) scale(1);
            transform: rotate(0) scale(1);
  }
  33% {
    -webkit-transform: rotate(-15deg) scale(0.95);
            transform: rotate(-15deg) scale(0.95);
  }
  66% {
    -webkit-transform: rotate(15deg) scale(0.9);
            transform: rotate(15deg) scale(0.9);
  }
  100% {
    -webkit-transform: rotate(0) scale(1);
            transform: rotate(0) scale(1);
  }
}
@keyframes rotate-15-cw {
  0% {
    -webkit-transform: rotate(0) scale(1);
            transform: rotate(0) scale(1);
  }
  33% {
    -webkit-transform: rotate(-15deg) scale(0.95);
            transform: rotate(-15deg) scale(0.95);
  }
  66% {
    -webkit-transform: rotate(15deg) scale(0.9);
            transform: rotate(15deg) scale(0.9);
  }
  100% {
    -webkit-transform: rotate(0) scale(1);
            transform: rotate(0) scale(1);
  }
}
.rotate-15-cw {
  -webkit-animation: rotate-15-cw 1.5s ease-in-out infinite both;
          animation: rotate-15-cw 1.5s ease-in-out infinite both;
}

body * {
  outline: #0000 none;
}

body {
  overflow-x: hidden;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.menu-aside__button {
  position: fixed;
  top: 40%;
  left: 0;
  z-index: 100;
}
@media (max-width: 575px) {
  .menu-aside__button {
    display: none;
  }
}

.menu__site {
  position: relative;
  left: 0;
  top: 0;
  z-index: 9999;
}
.menu__site.opened .burger__menu {
  display: block;
}
.menu__site .burger__site {
  position: fixed;
  padding: 2px 12px;
  background: #A4F7DB;
  color: #000000;
  height: 30px;
  cursor: pointer;
}
.menu__site .burger__menu {
  top: 30px;
  position: fixed;
  background: #A4F7DB;
  color: #000000;
  display: none;
}
.menu__site .burger__menu ul, .menu__site .burger__menu ol {
  padding-left: 30px;
  margin: 0;
}
.menu__site .burger__menu ul li, .menu__site .burger__menu ol li {
  margin: 15px;
}
.menu__site .burger__menu ul li.go, .menu__site .burger__menu ol li.go {
  background: #00FF00;
}
.menu__site .burger__menu ul li a, .menu__site .burger__menu ol li a {
  color: #000000;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.menu__site .burger__menu ul li a:hover, .menu__site .burger__menu ol li a:hover {
  text-decoration: underline;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #617be3;
  border-radius: 0px;
  background-color: #FFF;
}

body::-webkit-scrollbar {
  width: 6px;
  height: 10px;
  background-color: #FFF;
  border-radius: 0px;
}

body::-webkit-scrollbar-thumb {
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 6px #617be3;
  background-color: #617be3;
}

.modal::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #617be3;
  border-radius: 0px;
  background-color: #FFF;
}

.modal::-webkit-scrollbar {
  width: 6px;
  height: 10px;
  background-color: #FFF;
  border-radius: 0px;
}

.modal::-webkit-scrollbar-thumb {
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 6px #617be3;
  background-color: #617be3;
}

.title__block {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 64px;
}
@media (max-width: 1328px) {
  .title__block {
    margin-bottom: 30px;
  }
}

.title__before {
  margin-bottom: 8px;
}
@media (max-width: 1199px) {
  .title__before {
    margin-bottom: 6px;
  }
}

.title__after {
  margin-top: 15px;
}
@media (max-width: 1199px) {
  .title__after {
    margin-top: 6px;
  }
}

.title__before img {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1328px) {
  .title__before img {
    width: 104px;
  }
}

.title__after img {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 338px;
}
@media (max-width: 1328px) {
  .title__after img {
    width: 200px;
  }
}

.title__description {
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #080A0C;
  margin-top: 15px;
  width: 542px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

p {
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 20px;
}

.section__title {
  position: relative;
  padding-top: 30px;
}

.section__portfolio-content {
  position: relative;
}

.section__title_consultation {
  padding-bottom: 60px;
}

.section__stocks, .stocks {
  padding-top: 50px;
  padding-bottom: 90px;
  position: relative;
}

.section__vcb {
  position: relative;
  background: #F6F7F9;
  z-index: 1;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .section__vcb {
    padding-top: 30px;
  }
}

@media (max-width: 1328px) {
  .portfolio__title {
    max-width: 402px;
  }
}
.title__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.title__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 767px) {
  .title__left {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.title__text_sd {
  margin-top: 16px;
}
.title__text_sd img {
  float: right;
  max-width: 50%;
  margin-left: 20px;
  margin-bottom: 20px;
  -webkit-filter: drop-shadow(0px 6px 28px rgba(143, 155, 171, 0.4));
          filter: drop-shadow(0px 6px 28px rgba(143, 155, 171, 0.4));
  border-radius: 20px;
}
.title__text_sd p {
  font-size: 14px;
  line-height: 22px;
  color: #080A0C;
}

.title__text {
  margin-top: 20px;
  max-width: 566px;
}
.title__text p {
  font-size: 16px;
  line-height: 160.5%;
  color: #000000;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .title__text_c {
    max-width: 100%;
  }
}

.title__text-left {
  text-align: left;
  margin-top: 25px;
  max-width: 100%;
  margin-bottom: 40px;
}

.text__text {
  margin-bottom: 60px;
}

.title__text-center {
  margin-top: 25px;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}
.title__text-center p {
  font-size: 18px;
  line-height: 160.5%;
  text-align: center;
  color: #000000;
}

.title__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 20px);
          flex: 0 0 calc(50% - 20px);
  max-width: calc(50% - 20px);
  margin-left: 20px;
}
@media (max-width: 991px) {
  .title__right img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left;
       object-position: left;
  }
}
@media (max-width: 767px) {
  .title__right {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 15px;
    margin-left: 0;
  }
}
.title__right.title__right_padding {
  padding-bottom: 40px;
}
.title__right img {
  border-radius: 16px;
}
@media (max-width: 767px) {
  .title__right img {
    width: 100%;
  }
}

.breadcrumbs {
  margin-top: 40px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs .breadcrumbs__link {
  font-size: 14px;
  line-height: 22px;
  color: #8395A7;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.breadcrumbs .breadcrumbs__link:hover {
  color: #039BE5;
}
.breadcrumbs .breadcrumbs__separator {
  margin-left: 10px;
  margin-right: 10px;
}
.breadcrumbs .breadcrumbs__current {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #039BE5;
}

.section__title h1 {
  font-family: "Fregat", sans-serif;
  font-size: 40px;
  line-height: 46px;
  color: #080A0C;
  position: relative;
  padding-bottom: 22px;
}
@media (max-width: 1328px) {
  .section__title h1 {
    font-weight: bold;
    font-size: 38px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .section__title h1 {
    font-size: 28px;
    line-height: 1.2;
  }
}
.section__title h1:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 100px;
  background-color: #039BE5;
  bottom: 0;
  left: 0;
}

/* Pagination  */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 42px;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-top: 30px;
}
.pagination .pagination__more {
  background: #F0FAFF;
  border: 1px solid #039BE5;
  border-radius: 6px;
  width: 100%;
  cursor: pointer;
  margin-bottom: 20px;
  height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (max-width: 991px) {
  .pagination .pagination__more {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .pagination .pagination__more {
    height: 45px;
  }
}
.pagination .pagination__more span {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #039BE5;
}
@media (max-width: 575px) {
  .pagination .pagination__more span {
    font-size: 14px;
    padding-left: 40px;
  }
}
.pagination .pagination__more span:before {
  content: "";
  position: absolute;
  background-image: url("../images/style/reload.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  margin-left: -50px;
}
@media (max-width: 575px) {
  .pagination .pagination__more span:before {
    width: 25px;
    height: 25px;
    margin-left: -35px;
  }
}
.pagination .pagination__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pagination .pagination__block.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F0FAFF;
  border: 1px solid #039BE5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  padding-left: 0;
  margin: 0;
  margin-bottom: 10px;
  height: 48px;
}
.pagination .to-start {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #080A0C;
  padding: 13px 16px;
  background: #F0FAFF;
  border: 1px solid #039BE5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-right: 16px;
  margin-bottom: 10px;
  height: 48px;
}
@media (max-width: 991px) {
  .pagination .to-start {
    display: none;
  }
}
.pagination .to-end {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #080A0C;
  padding: 13px 16px;
  background: #F0FAFF;
  border: 1px solid #039BE5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-left: 16px;
  margin-bottom: 10px;
  height: 48px;
}
@media (max-width: 991px) {
  .pagination .to-end {
    display: none;
  }
}
.pagination .pagination__disabled {
  color: #8395A7;
}
.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F0FAFF;
  border: 1px solid #039BE5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  padding-left: 0;
  margin: 0;
  margin-bottom: 10px;
  height: 48px;
}
@media (max-width: 767px) {
  .pagination ul {
    height: 45px;
  }
}
.pagination a {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding: 14px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  color: #505967;
}
@media (max-width: 575px) {
  .pagination a {
    padding: 12px;
  }
}
.pagination span {
  color: #039BE5;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding: 14px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.search-content {
  margin-top: 40px;
}
.search-content .form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1328px) {
  .search-content .form__input {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .search-content .form__button_search {
    margin-left: auto;
    margin-right: auto;
  }
}
.search-content .s__input {
  padding: 18px 20px 18px 20px;
  margin-right: 20px;
  background: #FFFFFF;
  border: 1px solid #DCE5EF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  width: 413px;
}
@media (max-width: 991px) {
  .search-content .s__input {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    padding: 8px 16px;
  }
}
.search-content .s__input::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 26px;
  color: #8395A7;
}
.search-content .s__input::-moz-placeholder {
  font-size: 16px;
  line-height: 26px;
  color: #8395A7;
}
.search-content .s__input:-ms-input-placeholder {
  font-size: 16px;
  line-height: 26px;
  color: #8395A7;
}
.search-content .s__input::-ms-input-placeholder {
  font-size: 16px;
  line-height: 26px;
  color: #8395A7;
}
.search-content .s__input::placeholder {
  font-size: 16px;
  line-height: 26px;
  color: #8395A7;
}
@media (max-width: 767px) {
  .search-content .s__input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 1.2;
  }
  .search-content .s__input::-moz-placeholder {
    font-size: 14px;
    line-height: 1.2;
  }
  .search-content .s__input:-ms-input-placeholder {
    font-size: 14px;
    line-height: 1.2;
  }
  .search-content .s__input::-ms-input-placeholder {
    font-size: 14px;
    line-height: 1.2;
  }
  .search-content .s__input::placeholder {
    font-size: 14px;
    line-height: 1.2;
  }
}
.search-content .s__submit {
  border: none;
  background: #23FFB4;
  -webkit-box-shadow: 0px 8px 12px rgba(35, 255, 180, 0.6);
          box-shadow: 0px 8px 12px rgba(35, 255, 180, 0.6);
  border-radius: 50px;
  padding: 18px 40px 18px 74px;
  max-width: 100%;
  border: 2px solid #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  color: #080A0C;
  margin-bottom: 10px;
  cursor: pointer;
}
@media (max-width: 1328px) {
  .search-content .s__submit {
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  .search-content .s__submit {
    margin-left: auto;
    margin-right: auto;
  }
}
.search-content .s__submit:after {
  position: absolute;
  content: "";
  left: -3px;
  top: -3px;
  padding: 19px 41px;
  border: 1px solid #A4F7DB;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}
.search-content .s__submit:before {
  content: "";
  position: absolute;
  background-image: url("../images/style/__search.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  margin-left: -34px;
}
.search-content .search__tag {
  margin-top: 12px;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .search-content .search__tag {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.search-content .search__tag span {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #505967;
  background: #F6F7F9;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  padding: 6px 13px;
  margin-right: 10px;
  margin-bottom: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .search-content .search__tag span {
    font-size: 12px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 15px;
    padding: 5px 12px;
    width: calc(50% - 5px);
    margin-right: 0;
  }
}

/* Timeline */
.new-timeline {
  position: relative;
  margin: 100px 0;
}
.new-timeline:before, .new-timeline:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}
.new-timeline:before {
  content: "";
  width: 1px;
  height: calc(100% - 60px);
  background: #DCE5EF;
  position: absolute;
  top: 30px;
  left: 50%;
}
.new-timeline .n-timeline {
  width: 50%;
  float: left;
  position: relative;
  z-index: 1;
}
.new-timeline .n-timeline-content {
  margin-top: 8px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.new-timeline .n-timeline-content:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #DCE5EF;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: -1;
}
.new-timeline .n-content {
  display: table;
  padding-right: 40px;
  position: relative;
}
.new-timeline .n-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  right: -106px;
  background: #FFFFFF;
  border: 1px solid #039BE5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 12px rgba(59, 59, 72, 0.12);
          box-shadow: 0px 4px 12px rgba(59, 59, 72, 0.12);
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.new-timeline .n-timeline:nth-child(2n) .n-timeline-content {
  float: right;
}
.new-timeline .n-timeline:nth-child(2n) .n-timeline-content:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #DCE5EF;
  position: absolute;
  top: 40px;
  left: -78px;
  z-index: -1;
}
.new-timeline .n-timeline:nth-child(2n) .n-icon {
  right: auto;
  left: -110px;
  top: 10px;
}
.new-timeline .n-timeline:nth-child(2) {
  margin-top: 140px;
}
.new-timeline .n-timeline:nth-child(odd) {
  margin: -105px 0 0 0;
}
.new-timeline .n-timeline:nth-child(even) {
  margin-bottom: 140px;
}
.new-timeline .n-timeline:first-child, .new-timeline .n-timeline:last-child:nth-child(even) {
  margin: 0;
}
.new-timeline .n-timeline:last-child:nth-child(even):after {
  content: "";
  width: 1px;
  height: calc(100% - 60px);
  background: #FFFFFF;
  position: absolute;
  top: 150px;
  left: 0;
}
.new-timeline .n-timeline:last-child:nth-child(odd):after {
  content: "";
  width: 1px;
  height: calc(100% - 60px);
  background: #FFFFFF;
  position: absolute;
  top: 150px;
  right: -1px;
  z-index: 1;
}
.new-timeline .n-timeline__card {
  background: #FFFFFF;
  border: 1px solid #039BE5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 28px 51px rgba(143, 155, 171, 0.25);
          box-shadow: 0px 28px 51px rgba(143, 155, 171, 0.25);
  border-radius: 20px;
  width: 522px;
  padding: 26px 20px;
}
.new-timeline .n-timeline__card-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.new-timeline .n-timeline__card-number {
  font-weight: bold;
  font-size: 40px;
  line-height: 46px;
  color: #AEE5FF;
  margin-right: 16px;
}
.new-timeline .n-timeline__card-small-text {
  font-size: 24px;
  line-height: 30px;
  color: #474747;
  padding-top: 8px;
}

/* Consultation */
.section__cfa {
  padding-top: 60px;
  padding-bottom: 100px;
  position: relative;
}
@media (max-width: 991px) {
  .section__cfa {
    padding-bottom: 55px;
  }
}

.cfa__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cfa__left {
  max-width: 588px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 588px;
          flex: 0 0 588px;
  margin-top: 18px;
  margin-bottom: 18px;
}
@media (max-width: 1328px) {
  .cfa__left {
    max-width: calc(50% - 36px);
    -webkit-box-flex: calc(50% - 36px);
        -ms-flex: calc(50% - 36px);
            flex: calc(50% - 36px);
    margin-right: 36px;
  }
}
@media (max-width: 991px) {
  .cfa__left {
    max-width: calc(45% - 36px);
    -webkit-box-flex: calc(45% - 36px);
        -ms-flex: calc(45% - 36px);
            flex: calc(45% - 36px);
  }
}
@media (max-width: 767px) {
  .cfa__left {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.cfa__thumb {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  z-index: 1;
}
@media (max-width: 991px) {
  .cfa__thumb {
    height: 100%;
  }
}
.cfa__thumb:before {
  position: absolute;
  content: "";
  width: calc(100% - 66px);
  height: calc(100% + 40px);
  top: -18px;
  left: 33px;
  border: 1px solid #039BE5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px;
  z-index: 0;
}
@media (max-width: 991px) {
  .cfa__thumb:before {
    width: calc(100% - 36px);
    height: calc(100% + 20px);
    top: -10px;
    left: 18px;
  }
}
.cfa__thumb img {
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .cfa__thumb img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    -o-object-position: left;
       object-position: left;
  }
}

.cfa__right {
  margin-left: 28px;
  width: 504px;
  max-width: 100%;
}
@media (max-width: 1328px) {
  .cfa__right {
    max-width: 50%;
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .cfa__right {
    max-width: 55%;
    -webkit-box-flex: 55%;
        -ms-flex: 55%;
            flex: 55%;
  }
}
@media (max-width: 767px) {
  .cfa__right {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
    margin-top: 15px;
  }
}

.cfa__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #080A0C;
  margin-bottom: 6px;
  padding-left: 13px;
}

.cfa__info {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 32px 76px -40px rgba(38, 38, 38, 0.5);
          box-shadow: 0px 32px 76px -40px rgba(38, 38, 38, 0.5);
  border-radius: 16px;
  padding: 13px 16px;
}
.cfa__info p.footnote {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.3;
  color: #080A0C;
}

.cfa__included {
  margin-bottom: 20px;
}
.cfa__included ul {
  padding-left: 25px;
  margin: 0;
}
.cfa__included ul li {
  font-size: 14px;
  line-height: 22px;
  color: #080A0C;
}
.cfa__included ul.cfa_i {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.cfa__included ul.cfa_i li {
  font-size: 14px;
  line-height: 22px;
  color: #080A0C;
  position: relative;
  padding-left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 7px;
}
.cfa__included ul.cfa_i li:before {
  position: absolute;
  content: "";
  background-image: url("../images/style/__cfa_plus.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  left: 0;
}

.cfa__excluded ul.cfa__e {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.cfa__excluded ul.cfa__e li {
  font-size: 14px;
  line-height: 22px;
  color: #080A0C;
  position: relative;
  padding-left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 7px;
}
.cfa__excluded ul.cfa__e li:before {
  position: absolute;
  content: "";
  background-image: url("../images/style/__cfa_minus.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 3px;
  left: 0;
}

/**/
.section__cfk {
  position: relative;
  padding-top: 100px;
}
@media (max-width: 991px) {
  .section__cfk {
    padding-top: 55px;
  }
}

.cfk__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .cfk__content {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
}

.cfk__left {
  max-width: 588px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 588px;
          flex: 0 0 588px;
}
@media (max-width: 1328px) {
  .cfk__left {
    max-width: calc(50% - 36px);
    -webkit-box-flex: calc(50% - 36px);
        -ms-flex: calc(50% - 36px);
            flex: calc(50% - 36px);
    margin-right: 36px;
  }
}
@media (max-width: 991px) {
  .cfk__left {
    max-width: 55%;
    -webkit-box-flex: 55%;
        -ms-flex: 55%;
            flex: 55%;
  }
}
@media (max-width: 767px) {
  .cfk__left {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 15px;
  }
}

.cfk__thumb {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.cfk__thumb img {
  z-index: 1;
}
@media (max-width: 991px) {
  .cfk__thumb {
    height: 100%;
  }
}
.cfk__thumb:before {
  position: absolute;
  content: "";
  width: calc(100% - 66px);
  height: calc(100% + 40px);
  top: -18px;
  left: 33px;
  border: 1px solid #039BE5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px;
  z-index: 0;
}
@media (max-width: 991px) {
  .cfk__thumb:before {
    width: calc(100% - 36px);
    height: calc(100% + 20px);
    top: -10px;
    left: 18px;
  }
}
.cfk__thumb img {
  border-radius: 20px;
}
@media (max-width: 991px) {
  .cfk__thumb img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    -o-object-position: left;
       object-position: left;
  }
}
.cfk__right {
  margin-left: 28px;
  width: 504px;
  max-width: 100%;
  margin-top: 18px;
  margin-bottom: 18px;
}
@media (max-width: 1328px) {
  .cfk__right {
    max-width: 50%;
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .cfk__right {
    max-width: calc(45% - 36px);
    -webkit-box-flex: calc(45% - 36px);
        -ms-flex: calc(45% - 36px);
            flex: calc(45% - 36px);
  }
}
@media (max-width: 767px) {
  .cfk__right {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.cfk__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #080A0C;
  margin-bottom: 6px;
  padding-left: 13px;
}

.cfk__info {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 32px 76px -40px rgba(38, 38, 38, 0.5);
          box-shadow: 0px 32px 76px -40px rgba(38, 38, 38, 0.5);
  border-radius: 16px;
  padding: 13px 16px;
}
.cfk__info p.footnote {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.3;
  color: #080A0C;
}

.cfk__included {
  margin-bottom: 20px;
}
.cfk__included ul {
  padding-left: 25px;
  margin: 0;
}
.cfk__included ul li {
  font-size: 14px;
  line-height: 22px;
  color: #080A0C;
}
.cfk__included ul.cfk_i {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.cfk__included ul.cfk_i li {
  font-size: 14px;
  line-height: 22px;
  color: #080A0C;
  position: relative;
  padding-left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 7px;
}
.cfk__included ul.cfk_i li:before {
  position: absolute;
  content: "";
  background-image: url("../images/style/__cfa_plus.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  left: 0;
}

.cfk__excluded ul.cfk__e {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.cfk__excluded ul.cfk__e li {
  font-size: 14px;
  line-height: 22px;
  color: #080A0C;
  position: relative;
  padding-left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 7px;
}
.cfk__excluded ul.cfk__e li:before {
  position: absolute;
  content: "";
  background-image: url("../images/style/__cfa_minus.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 3px;
  left: 0;
}

.text p {
  font-size: 16px;
  line-height: 26px;
  color: #080A0C;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .text p {
    font-size: 14px;
    line-height: 21px;
  }
}

.table__block {
  padding-bottom: 50px;
}
.table__block.table__block_content {
  padding-top: 50px;
}

.table__base {
  background: #FFFFFF;
  border: 1px solid #039BE5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 14px 14px 0 0;
  margin: 1px;
  padding: 1px;
}

.table__base-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 100%;
}

.table__base-name {
  background: #039BE5;
  border-radius: 11px 0 0 0;
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(75% - 4px);
          flex: 0 0 calc(75% - 4px);
  max-width: calc(75% - 4px);
  padding: 20px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 2px;
  margin-bottom: 3px;
  margin-right: 3px;
}
.table__base-name.table__base-name_post {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(65% - 4px);
          flex: 0 0 calc(65% - 4px);
  max-width: calc(65% - 4px);
}
@media (max-width: 575px) {
  .table__base-name.table__base-name_post {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(60% - 4px);
            flex: 0 0 calc(60% - 4px);
    max-width: calc(60% - 4px);
  }
}
@media (max-width: 575px) {
  .table__base-name {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(60% - 4px);
            flex: 0 0 calc(60% - 4px);
    max-width: calc(60% - 4px);
  }
}
.table__base-name:before {
  position: absolute;
  content: "";
  border: 1px solid #039BE5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 12px 0 0 0;
  padding: 3px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  left: -2px;
  top: -2px;
}

.table__base-value {
  background: #039BE5;
  border-radius: 0 11px 0 0;
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 4px);
          flex: 0 0 calc(25% - 4px);
  max-width: calc(25% - 4px);
  padding: 20px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 2px;
  margin-bottom: 3px;
  margin-left: 2px;
}
.table__base-value.table__base-value_post {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(35% - 4px);
          flex: 0 0 calc(35% - 4px);
  max-width: calc(35% - 4px);
}
@media (max-width: 575px) {
  .table__base-value.table__base-value_post {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(40% - 4px);
            flex: 0 0 calc(40% - 4px);
    max-width: calc(40% - 4px);
  }
}
@media (max-width: 575px) {
  .table__base-value {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(40% - 4px);
            flex: 0 0 calc(40% - 4px);
    max-width: calc(40% - 4px);
  }
}
.table__base-value:before {
  position: absolute;
  content: "";
  border: 1px solid #039BE5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0 12px 0 0;
  padding: 3px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  left: -2px;
  top: -2px;
}

.table__tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1px;
}
.table__tr:last-child {
  margin-bottom: 0;
}
.table__tr:nth-child(odd) {
  background: #F0FAFF;
}
.table__tr .table__td-name {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(75% - 4px);
          flex: 0 0 calc(75% - 4px);
  max-width: calc(75% - 4px);
  padding: 20px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 2px;
  margin-right: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.table__tr .table__td-name.table__td-name_post {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(65% - 4px);
          flex: 0 0 calc(65% - 4px);
  max-width: calc(65% - 4px);
}
@media (max-width: 575px) {
  .table__tr .table__td-name.table__td-name_post {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(60% - 4px);
            flex: 0 0 calc(60% - 4px);
    max-width: calc(60% - 4px);
    padding: 15px;
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .table__tr .table__td-name {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(60% - 4px);
            flex: 0 0 calc(60% - 4px);
    max-width: calc(60% - 4px);
    padding: 15px;
    font-size: 14px;
  }
}
.table__tr .table__td-name:before {
  position: absolute;
  content: "";
  border: 1px solid #039BE5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  left: -2px;
  top: -2px;
}
.table__tr .table__td-value {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 4px);
          flex: 0 0 calc(25% - 4px);
  max-width: calc(25% - 4px);
  padding: 20px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 2px;
  margin-left: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.table__tr .table__td-value.table__td-value_post {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(35% - 4px);
          flex: 0 0 calc(35% - 4px);
  max-width: calc(35% - 4px);
}
@media (max-width: 575px) {
  .table__tr .table__td-value.table__td-value_post {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(40% - 4px);
            flex: 0 0 calc(40% - 4px);
    max-width: calc(40% - 4px);
    font-size: 14px;
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .table__tr .table__td-value {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(40% - 4px);
            flex: 0 0 calc(40% - 4px);
    max-width: calc(40% - 4px);
    font-size: 14px;
    padding: 15px;
  }
}
.table__tr .table__td-value:before {
  position: absolute;
  content: "";
  border: 1px solid #039BE5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  left: -2px;
  top: -2px;
}

.arr__consultation {
  width: 100%;
  height: 100%;
  max-width: 100%;
  z-index: 100;
  position: relative;
}
.arr__consultation svg {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
}

.arr__bottom {
  position: absolute;
  bottom: -1px;
  width: 100%;
  max-width: 100%;
}
.arr__bottom svg {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: -1px;
}

.arr__top {
  position: absolute;
  top: -1px;
  width: 100%;
  max-width: 100%;
}
.arr__top svg {
  width: 100%;
  height: auto;
  position: absolute;
  top: -1px;
}

/**/
body.modal__open {
  overflow: hidden;
}

body.desktop.modal__open {
  margin-right: 6px;
}

/**/
.swiper-button-next {
  width: 48px;
  height: 48px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 12px rgba(59, 59, 72, 0.12);
          box-shadow: 0px 4px 12px rgba(59, 59, 72, 0.12);
  border-radius: 50%;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
      -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
          transform: matrix(-1, 0, 0, 1, 0, 0);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  top: 50%;
}
@media (max-width: 991px) {
  .swiper-button-next {
    width: 36px;
    height: 36px;
    right: 0;
  }
}
.swiper-button-next:hover {
  background: #039BE5;
}
.swiper-button-next:hover svg path {
  fill: #FFFFFF;
}

.swiper-button-prev {
  width: 48px;
  height: 48px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 12px rgba(59, 59, 72, 0.12);
          box-shadow: 0px 4px 12px rgba(59, 59, 72, 0.12);
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  top: 50%;
}
@media (max-width: 991px) {
  .swiper-button-prev {
    width: 36px;
    height: 36px;
    left: 0;
  }
}
.swiper-button-prev:hover {
  background: #039BE5;
}
.swiper-button-prev:hover svg path {
  fill: #FFFFFF;
}

.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 0 10px !important;
}
.portfolio-slider {
  margin: 0 -10px;
  padding: 0 10px 80px;
}

.swiper-button-next_portfolio {
  top: calc(50% - 60px);
  right: 5px;
}

.swiper-button-prev_portfolio {
  top: calc(50% - 60px);
  left: 5px;
}

.list__decoration ul {
  list-style: none;
  padding-left: 25px;
}
.list__decoration li {
  font-size: 16px;
  line-height: 26px;
  color: #080A0C;
  position: relative;
  margin-bottom: 10px;
}
.list__decoration li:before {
  content: "";
  position: absolute;
  background-image: url(../images/style/icon__list.png);
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  left: -25px;
  top: 5px;
}

@media (max-width: 575px) {
  .ovh {
    overflow: hidden;
  }
}

.portfolio__tabs-nav {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #D2DAE2;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .portfolio__tabs-nav {
    overflow: scroll;
  }
}
.portfolio__tabs-nav li.tab-active a:before, .portfolio__tabs-nav li:hover a:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  background: #039BE5;
  bottom: -5px;
  left: 0;
}
.portfolio__tabs-nav a {
  font-weight: 600;
  font-size: 22px;
  color: #8395A7;
  padding: 13px 13px;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.portfolio__tabs-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

.to__tabs-nav {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #D2DAE2;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .to__tabs-nav {
    overflow: scroll;
  }
}
.to__tabs-nav li.tab-active a:before, .to__tabs-nav li:hover a:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  background: #039BE5;
  bottom: -5px;
  left: 0;
}
.to__tabs-nav a {
  font-weight: 600;
  font-size: 22px;
  color: #8395A7;
  padding: 13px 13px;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  line-height: 1.1;
}

.to__tabs-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  margin-bottom: 60px;
}

.materials__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.__npb {
  padding-bottom: 0 !important;
}

.list__materials ul {
  list-style: none;
  padding-left: 0;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
}
@media (max-width: 991px) {
  .list__materials ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.list__materials ul li {
  position: relative;
  padding-left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden;
  /* Fix for firefox and IE 10-11  */
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari, Opera */
  page-break-inside: avoid;
  /* Firefox */
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  /* IE 10+ */
  break-inside: avoid-column;
}
@media (max-width: 991px) {
  .list__materials ul li:before {
    top: 5px;
  }
}
.list__materials ul li span {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #080A0C;
  margin-bottom: 5px;
}
.list__materials ul li p {
  font-size: 16px;
  line-height: 26px;
  color: #505967;
}
.list__materials ul li:before {
  position: absolute;
  content: "";
  background-image: url(../images/style/li__tooth.svg);
  width: 16px;
  height: 16px;
  left: 0;
  top: 4px;
}
.list__materials ol {
  padding-left: 0;
}
.list__materials ol li {
  margin-left: 20px;
}
.list__materials li {
  font-size: 14px;
  line-height: 22px;
  color: #080A0C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.list_teeth {
  margin-top: 18px;
}
.list_teeth .list_title {
  text-align: left;
  margin-bottom: 9px;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #080A0C;
}
.list_teeth ol {
  padding-left: 0;
  margin: 0;
}
.list_teeth ol li {
  margin-left: 25px;
  margin-bottom: 10px;
}
.list_teeth ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.list_teeth ul li {
  position: relative;
  padding-left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .list_teeth ul li:before {
    top: 5px;
  }
}
.list_teeth ul li:before {
  position: absolute;
  content: "";
  background-image: url(../images/style/li__tooth.svg);
  width: 16px;
  height: 16px;
  left: 0;
  top: 4px;
}

.__mb90 {
  margin-bottom: 60px;
}

.portfolio-page .pagination__more {
  display: none !important;
}

.wpcf7-spinner {
  display: none !important;
}

.page__404 {
  padding-top: 10%;
  padding-bottom: 10%;
  text-align: center;
}
.page__404 h1 {
  font-size: 40px;
  line-height: 1.3;
}

.search__results {
  padding-top: 30px;
  padding-bottom: 60px;
}

.search__item {
  font-size: 18px;
  color: #080A0C;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.search__item:hover {
  text-decoration: underline;
}

.fancybox__thumbs {
  display: none !important;
}

.fancybox__container {
  z-index: 100000;
}

input[type=submit]:hover {
  cursor: pointer;
}

.swiper-button-next::after, .swiper-rtl .swiper-button-prev::after {
  content: none !important;
}

.swiper-button-prev::after, .swiper-rtl .swiper-button-next::after {
  content: none !important;
}

.nav__main {
  position: relative;
}
.nav__main:before {
  position: absolute;
  content: "";
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background: rgba(19, 19, 19, 0.62);
  width: 100%;
  height: 100%;
  margin: -50px 0;
  padding: inherit;
  z-index: 100;
}

.aside__menu {
  position: fixed;
  left: 0;
  top: 40%;
  z-index: 200;
}
.aside__menu.aside__menu_hide {
  display: none;
}
.aside__menu span {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #080A0C;
  display: block;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  border: 2px solid #23FFB4;
  -webkit-filter: drop-shadow(0px 8px 12px rgba(35, 255, 180, 0.6));
          filter: drop-shadow(0px 8px 12px rgba(35, 255, 180, 0.6));
  border-radius: 19px;
  padding: 20px 40px 35px;
  position: relative;
  left: -60px;
  cursor: pointer;
}

.nav__mains:hover .aside__menu-content {
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.aside__menu-content {
  position: absolute;
  width: 400px;
  max-width: 100%;
  z-index: 200;
  background: rgba(255, 255, 255, 0.87);
  border: 3px solid #039BE5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-backdrop-filter: blur(55px);
          backdrop-filter: blur(55px);
  border-radius: 16px;
  top: 210px;
  left: 0;
}
.aside__menu-content .aside__menu-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-left: 40px;
}
.aside__menu-content > ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.aside__menu-content > ul > li:not(:last-child) {
  border-bottom: 4px solid #F6F7F9;
}
.aside__menu-content > ul > li > a {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 64px;
  position: relative;
  padding-right: 50px;
  padding-left: 104px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.aside__menu-content > ul > li > a.link__active:after {
  background-image: url("../images/as/as_active__menu.svg");
  width: 20px;
  height: 10px;
  right: 24px;
}
.aside__menu-content > ul > li > a:hover {
  color: #039BE5;
}
.aside__menu-content > ul > li > a:before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  left: 40px;
  width: 36px;
  height: 36px;
}
.aside__menu-content > ul > li > a:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 20px;
  right: 34px;
  background-image: url("../images/as/as__menu.svg");
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.aside__menu-content > ul > li.as1 > a:before {
  background-image: url("../images/as/as1.svg");
}
.aside__menu-content > ul > li.as2 a:before {
  background-image: url("../images/as/as2.svg");
}
.aside__menu-content > ul > li.as3 a:before {
  background-image: url("../images/as/as3.svg");
}
.aside__menu-content > ul > li.as4 a:before {
  background-image: url("../images/as/as4.svg");
}
.aside__menu-content > ul > li.as5 a:before {
  background-image: url("../images/as/as5.svg");
}
.aside__menu-content > ul > li.as6 a:before {
  background-image: url("../images/as/as6.svg");
}
.aside__menu-content > ul > li.as7 a:before {
  background-image: url("../images/as/as7.svg");
}
.aside__menu-content > ul > li.as8 a:before {
  background-image: url("../images/as/as8.svg");
}
.aside__menu-content > ul > li.as9 a:before {
  background-image: url("../images/as/as9.svg");
}
.aside__menu-content > ul > li.as10 a:before {
  background-image: url("../images/as/as10.svg");
}
.aside__menu-content > ul > li.as11 a:before {
  background-image: url("../images/as/as11.svg");
}
.aside__menu-content > ul > li.as12 a:before {
  background-image: url("../images/as/as12.svg");
}
.aside__menu-content > ul > li.as13 a:before {
  background-image: url("../images/as/as13.svg");
}
.aside__menu-content > ul > li.as14 a:before {
  background-image: url("../images/as/as14.svg");
}
.aside__menu-content > ul > li.as15 a:before {
  background-image: url("../images/as/as15.svg");
}
.aside__menu-content > ul > li.as16 a:before {
  background-image: url("../images/as/as16.svg");
}
.aside__menu-content > ul > li > ul {
  display: none;
  list-style: none;
  padding-left: 0;
}
.aside__menu-content > ul > li > ul.sub-menu_open {
  display: block;
}
.aside__menu-content > ul > li > ul > li:not(:last-child) {
  border-bottom: 4px solid #F6F7F9;
}
.aside__menu-content > ul > li > ul > li.current-page-ancestor > a, .aside__menu-content > ul > li > ul > li:hover > a {
  color: #039BE5;
  font-weight: bold;
}
.aside__menu-content > ul > li > ul > li > ul {
  display: none;
  list-style: none;
  padding-left: 0;
}
.aside__menu-content > ul > li > ul > li > ul.sub-menu_open {
  display: block;
}
.aside__menu-content > ul > li > ul > li > ul > li:last-child a {
  border-radius: 0 0 16px 16px;
}
.aside__menu-content > ul > li > ul > li > ul > li.current-menu-item a, .aside__menu-content > ul > li > ul > li > ul > li:hover a {
  background: #CAE4FC;
  color: #039be5;
}
.aside__menu-content > ul > li > ul > li > ul > li > a {
  font-size: 18px;
  line-height: 1.2;
  padding-left: 70px;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 64px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.aside__menu-content > ul > li > ul > li > a {
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 64px;
  position: relative;
  font-size: 18px;
  padding-left: 40px;
}
.aside__menu-content > ul > li > ul > li > a.link__active {
  color: #039BE5;
  font-weight: bold;
}
.aside__menu-content > ul > li > ul > li > a.link__active:after {
  background-image: url("../images/as/as_active__menu.svg");
  width: 20px;
  height: 10px;
  right: 24px;
}
.aside__menu-content > ul > li > ul > li > a:before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  left: 40px;
  width: 36px;
  height: 36px;
}
.aside__menu-content > ul > li > ul > li > a:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 20px;
  right: 34px;
  background-image: url("../images/as/as__menu.svg");
}

.blog-navigation {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 12px rgba(59, 59, 72, 0.12);
          box-shadow: 0px 4px 12px rgba(59, 59, 72, 0.12);
  border-radius: 10px;
  padding: 8px;
  margin-bottom: 32px;
  margin-top: 32px;
}

.blog-navigation__base {
  border: 1px solid #DCE5EF;
  -webkit-filter: drop-shadow(0px 4px 12px rgba(59, 59, 72, 0.12));
          filter: drop-shadow(0px 4px 12px rgba(59, 59, 72, 0.12));
  border-radius: 10px;
  padding: 20px 20px 0;
}

.blog-navigation__all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
}
.blog-navigation__all a {
  padding: 17px 31px;
  border: 1px solid #039BE5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #039BE5;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.blog-navigation__categories ul {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}
.blog-navigation__categories ul li {
  margin-right: 15px;
  margin-bottom: 25px;
}
.blog-navigation__categories ul a {
  font-size: 16px;
  line-height: 26px;
  color: #039BE5;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-navigation__categories ul span {
  margin-left: 2px;
}
.blog-navigation__categories ul img {
  margin-right: 6px;
  width: 30px;
  height: 30px;
}

.blog-cards__block {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blog-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 15px);
          flex: 0 0 calc(25% - 15px);
  max-width: calc(25% - 15px);
  border-radius: 14px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .blog-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33% - 15px);
            flex: 0 0 calc(33% - 15px);
    max-width: calc(33% - 15px);
  }
}
@media (max-width: 767px) {
  .blog-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.blog-card.package {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.33% - 13.3333333333px);
          flex: 0 0 calc(33.33% - 13.3333333333px);
  max-width: 33.33%;
}
.blog-card:after {
  position: absolute;
  content: "";
  background: #FFFFFF;
  -webkit-box-shadow: 0px 32px 76px -40px rgba(38, 38, 38, 0.5);
          box-shadow: 0px 32px 76px -40px rgba(38, 38, 38, 0.5);
  border-radius: 16px;
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  left: -8px;
  top: -7px;
  z-index: -1;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.blog-card:hover {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  z-index: 3;
}
.blog-card:hover:after {
  background: #039BE5;
  -webkit-box-shadow: 0px 32px 76px -40px rgba(38, 38, 38, 0.5);
          box-shadow: 0px 32px 76px -40px rgba(38, 38, 38, 0.5);
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  left: -10px;
  top: -10px;
  z-index: -10;
}

.blog-card-base {
  -webkit-box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
          box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
  border-radius: 14px;
  background-color: #FFFFFF;
  height: 100%;
}

.blog-card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 0;
  height: 100%;
}

.blog-card__image figure {
  position: relative;
  z-index: 2;
}
.blog-card__image img {
  border-radius: 14px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
  max-width: 100%;
}

.blog-card__title {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.2;
  color: #080A0C;
  margin-top: 20px;
  margin-bottom: 12px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
@media (max-width: 991px) {
  .blog-card__title {
    font-size: 14px;
    line-height: 1.2;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .blog-card__title {
    font-size: 18px;
    line-height: 26px;
  }
}
.blog-card__title:after {
  position: absolute;
  content: "";
  background-image: url("../images/style/dc_divider.svg");
  background-size: cover;
  height: 1px;
  left: 10px;
  width: calc(100% - 20px);
  bottom: -12px;
}

.blog-card__time {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
  color: #8395A7;
  margin-left: 29px;
  position: relative;
  margin-bottom: 24px;
  padding-left: 10px;
  padding-right: 10px;
}
.blog-card__time .blog-card__time--blue {
  font-family: "Inter", sans-serif;
  color: #039BE5;
}
.blog-card__time:before {
  position: absolute;
  content: "";
  background-image: url("../images/style/new__time.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  left: -19px;
  top: 2px;
}
.blog-card__time:after {
  position: absolute;
  content: "";
  background-image: url("../images/style/dc_divider.svg");
  width: 280px;
  height: 1px;
  left: 0;
  bottom: -12px;
}

.blog-card__tag-blog {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 991px) {
  .blog-card__tag-blog {
    padding-bottom: 20px;
  }
}
.blog-card__tag-blog span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #F6F7F9;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #505967;
  padding: 5px 15px;
  margin-top: 16px;
}
@media (max-width: 991px) {
  .blog-card__tag-blog span {
    font-size: 14px;
    line-height: 26px;
  }
}

.blog-card__date-blog {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
/*  margin-top: auto;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991px) {
  .blog-card__date-blog {
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .blog-card__date-blog span {
    font-size: 14px;
    line-height: 26px;
  }
}

.blog-card__subtitle {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
  color: #080A0C;
  padding-left: 10px;
  padding-right: 10px;
}

.blog-card__list {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.4;
  color: #8395A7;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 12px;
}

.blog-rb {
  padding: 58px 114px;
  border-radius: 20px;
  margin-bottom: 50px;
  position: relative;
}
@media (max-width: 991px) {
  .blog-rb {
    padding: 28px 75px;
  }
}
@media (max-width: 767px) {
  .blog-rb {
    padding: 27px 10px;
  }
}

@media (max-width: 767px) {
  .appointment-block__social-blog span {
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
  }
}

.blog-rb_blue {
  background: #039BE5;
}
.blog-rb_blue:after {
  content: "";
  position: absolute;
  background: url(../images/decor/decor_white.svg);
  width: 175px;
  height: 160px;
  left: 0;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .blog-rb_blue:after {
    content: none;
  }
}
.blog-rb_blue:before {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='95' height='95' viewBox='0 0 190 170' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M203.042 56.5479L176.026 49.3089L155.53 13.8089C154.461 11.9567 152.092 11.3223 150.24 12.3915L100.835 40.9158C98.9829 41.985 98.348 44.3534 99.4174 46.2056C100.487 48.0578 102.855 48.6921 104.707 47.623L150.759 21.0348L190.23 89.3999L164.37 185.912L68.3339 160.179L28.6889 91.5122L74.5249 65.0487C76.3768 63.9795 77.0117 61.6111 75.9423 59.7589C74.873 57.9067 72.5044 57.2724 70.6526 58.3415L21.4629 86.7412C19.6111 87.8104 18.9762 90.1788 20.0455 92.031L40.5415 127.531L33.3029 154.547C33.0371 155.539 33.1762 156.596 33.6897 157.485L89.452 254.068C94.7901 263.314 106.655 266.493 115.901 261.155L254.068 181.384C263.314 176.046 266.493 164.181 261.155 154.935L205.393 58.3522C204.88 57.4628 204.034 56.8137 203.042 56.5479ZM254.448 158.808C255.344 160.359 255.839 162.033 255.968 163.71L183.537 144.302L203.36 70.3211L254.448 158.808ZM181.503 58.7945L197.297 63.0265L193.065 78.8204L181.503 58.7945ZM99.6452 253.963C98.257 253.013 97.0549 251.747 96.1592 250.196L45.2455 162.011L118.989 181.771L99.6452 253.963ZM57.7542 157.344L41.7222 153.049L46.018 137.017L57.7542 157.344ZM112.028 254.448C110.477 255.344 108.803 255.839 107.126 255.967L126.47 183.775L166.106 194.395C167.098 194.661 168.155 194.522 169.044 194.008C169.933 193.495 170.582 192.649 170.848 191.657L181.533 151.784L253.963 171.191C253.013 172.58 251.748 173.782 250.196 174.677L112.029 254.448L112.028 254.448Z' fill='white' fill-opacity='0.3'/%3E%3Cpath d='M89.6166 56.3335C90.4986 55.8243 91.1566 54.9659 91.4203 53.982C91.6836 52.9983 91.5432 51.9257 91.034 51.0437C90.5248 50.1617 89.6664 49.5037 88.6825 49.24C87.6986 48.9764 86.6262 49.1171 85.7442 49.6263C84.8589 50.1375 84.2042 50.9939 83.9405 51.9778C83.6772 52.9615 83.8176 54.0341 84.3268 54.9161C84.836 55.7981 85.6944 56.4561 86.6783 56.7198C87.6622 56.9834 88.7312 56.8446 89.6166 56.3335Z' fill='white' fill-opacity='0.3'/%3E%3Cpath d='M77.5896 108.52C77.8127 119.414 82.1183 129.635 89.7139 137.301C96.2932 143.941 104.638 148.129 113.848 149.41C122.715 150.644 131.916 148.988 139.756 144.746C139.788 144.729 139.82 144.711 139.851 144.693C141.66 143.648 142.319 141.346 141.319 139.497C140.301 137.617 137.951 136.917 136.07 137.935C122.721 145.158 105.921 142.655 95.2153 131.851C82.3213 118.837 81.8937 98.0281 94.2418 84.4775C100.506 77.6029 109.069 73.6186 118.353 73.2577C127.618 72.8973 136.443 76.1863 143.209 82.5195C147.935 87.2735 150.457 92.7541 151.637 100.83C151.973 103.132 152.176 108.822 146.796 111.928C145.946 112.419 144.857 112.522 143.731 112.217C142.221 111.809 140.894 110.766 140.081 109.342L124.073 81.6158C123.004 79.7636 120.635 79.1292 118.783 80.1984C116.931 81.2677 116.297 83.636 117.366 85.4881L117.983 86.5563C114.105 85.8855 110.134 86.517 106.491 88.6202C98.0212 93.5103 93.4996 105.911 100.594 118.199C103.721 123.614 108.365 127.696 113.672 129.691C119.053 131.714 124.717 131.385 129.212 128.789C133.426 126.356 136.147 122.304 137.246 117.534C138.589 118.516 140.1 119.258 141.708 119.693C144.838 120.54 148.02 120.164 150.669 118.635C158.418 114.161 160.209 105.925 159.3 99.7098C157.876 89.9629 154.591 82.9601 148.647 77.0044C148.618 76.975 148.587 76.9459 148.557 76.9173C140.261 69.1246 129.427 65.0764 118.052 65.5189C106.679 65.9609 96.19 70.8412 88.5172 79.2609C81.2478 87.2385 77.3669 97.6293 77.5896 108.52ZM125.34 122.082C119.732 125.32 111.64 121.84 107.301 114.326C102.631 106.236 105.191 98.3134 110.363 95.3269C115.937 92.1091 122.873 95.1343 127.232 102.683C131.602 110.254 130.754 118.956 125.34 122.082Z' fill='white' fill-opacity='0.3'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  width: 170px;
  height: 160px;
  right: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  .blog-rb_blue:before {
    width: 95px;
    height: 85px;
  }
}

.blog-rb__text {
  font-weight: 500;
  font-size: 26px;
  line-height: 34px;
  text-align: center;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .blog-rb__text {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .blog-rb__text {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 20px;
  }
}
.blog-rb_blue .blog-rb__text {
  color: #FFF;
}

.blog-rb__social {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blog-rb_blue .blog-rb__social {
  color: #FFF;
}

.consultation {
  padding-top: 120px;
  padding-bottom: 66px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .consultation {
    min-height: 450px;
    padding-bottom: 35px;
  }
}

.consultation__form-open {
  display: none;
}
@media (max-width: 767px) {
  .consultation__form-open {
    display: block;
  }
}

.consultation__form-open-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.consultation__form-title {
  font-family: "Fregat", sans-serif;
  font-weight: bold;
  font-size: 40px;
  line-height: 46px;
  text-align: center;
  color: #080A0C;
  margin-bottom: 7px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1328px) {
  .consultation__form-title {
    font-size: 24px;
    line-height: 25px;
    margin-bottom: 14px;
  }
}

.consultation__form-text {
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #080A0C;
  margin-bottom: 27px;
}
@media (max-width: 1328px) {
  .consultation__form-text {
    font-size: 12px;
    line-height: 19px;
    margin-bottom: 7px;
  }
}

.consultation__block {
  position: relative;
}

.consultation__secretary {
  position: absolute;
  right: 0;
  bottom: -66px;
}
@media (max-width: 1328px) {
  .consultation__secretary {
    right: unset;
    left: 0;
  }
  .consultation__secretary img {
    width: 360px;
  }
}
@media (max-width: 767px) {
  .consultation__secretary {
    position: relative;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: unset;
    right: unset;
  }
  .consultation__secretary img {
    width: 218px;
  }
}

.consultation__form {
  background: #F6F7F9;
  -webkit-box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
          box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
  border-radius: 16px;
  width: 574px;
  padding: 40px 54px 37px;
}
@media (max-width: 1328px) {
  .consultation__form {
    width: 41%;
    margin-right: 0;
    margin-left: auto;
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .consultation__form {
    width: 100%;
    display: none;
  }
}
.consultation__form form .cr-form-field {
  width: 100%;
  max-width: 100%;
}
.consultation__form form .cr-form-field-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.consultation__form form .cr-form-field-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.consultation__form form .cr-form-field-group .cr-form-field {
  width: calc(50% - 10px);
  max-width: calc(50% - 10px);
}
.consultation__form form label {
  font-size: 14px;
  line-height: 22px;
  color: #080A0C;
  margin-bottom: 20px;
  display: block;
}
@media (max-width: 1328px) {
  .consultation__form form label {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 14px;
  }
}
.consultation__form form input:not([type=submit]), .consultation__form form textarea {
  margin-top: 5px;
  display: block;
  width: 100%;
  max-width: 100%;
  border: none;
  background: #FFFFFF;
  padding: 16px 20px;
  -webkit-box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
          box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
  border-radius: 8px;
}
@media (max-width: 1328px) {
  .consultation__form form input:not([type=submit]), .consultation__form form textarea {
    padding-top: 11px;
    padding-bottom: 12px;
  }
}
.consultation__form form ::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 22px;
  color: #8395A7;
}
.consultation__form form ::-moz-placeholder {
  font-size: 14px;
  line-height: 22px;
  color: #8395A7;
}
.consultation__form form :-ms-input-placeholder {
  font-size: 14px;
  line-height: 22px;
  color: #8395A7;
}
.consultation__form form ::-ms-input-placeholder {
  font-size: 14px;
  line-height: 22px;
  color: #8395A7;
}
.consultation__form form ::placeholder {
  font-size: 14px;
  line-height: 22px;
  color: #8395A7;
}

.form__form-full {
  display: block;
}
@media (max-width: 1328px) {
  .form__form-full {
    display: none;
  }
}
@media (max-width: 767px) {
  .form__form-full {
    display: block;
  }
}
.form__form-full.showed {
  display: block;
}

.form__form-full__btn {
  display: none;
}
@media (max-width: 1328px) {
  .form__form-full__btn {
    display: block;
  }
}
@media (max-width: 767px) {
  .form__form-full__btn {
    display: none;
  }
}
.form__form-full__btn.hidden {
  display: none;
}

@media (max-width: 767px) {
  .c-logo-decor {
    display: none;
  }
}

.contacts__block-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 60px;
}

.contacts__content-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 668px);
          flex: 0 0 calc(100% - 668px);
  max-width: calc(100% - 668px);
  margin-top: 60px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media (max-width: 1328px) {
  .contacts__content-block {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (max-width: 1199px) {
  .contacts__content-block {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .contacts__content-block {
    margin-top: 30px;
  }
}

.contacts__map {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 668px;
          flex: 0 0 668px;
  max-width: 668px;
}
.contacts__map iframe {
  width: 100%;
  max-width: 100%;
  -webkit-box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
          box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
  border-radius: 16px;
}
@media (max-width: 1328px) {
  .contacts__map {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 1199px) {
  .contacts__map {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.contacts__phones {
  margin-right: 70px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media (max-width: 1199px) {
  .contacts__phones {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .contacts__phones {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.contacts__phones ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.contacts__phones li {
  padding-left: 20px;
  margin-bottom: 10px;
}
.contacts__phones li a:before {
  position: absolute;
  content: "";
  margin-right: 10px;
}
.contacts__phones li.icon__kyivstar a:before {
  position: absolute;
  content: "";
  background-image: url("../images/gif/small/kyivstar.gif");
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  left: -20px;
  top: 2px;
}
.contacts__phones li.icon__life a:before {
  position: absolute;
  content: "";
  background-image: url("../images/gif/small/lifecell.gif");
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  left: -20px;
  top: 2px;
}
.contacts__phones li.icon__vodafone a:before {
  position: absolute;
  content: "";
  background-image: url("../images/gif/small/vodafone.gif");
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  left: -20px;
  top: 2px;
}
.contacts__phones li.icon__phone a:before {
  position: absolute;
  content: "";
  background-image: url("../images/gif/small/trubka.gif");
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  left: -20px;
  top: 2px;
}
.contacts__phones a {
  font-size: 16px;
  line-height: 26px;
  color: #080A0C;
  position: relative;
  padding-left: 10px;
}

.contacts__info {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media (max-width: 1199px) {
  .contacts__info {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .contacts__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.contacts__additional {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1199px) {
  .contacts__additional {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .contacts__additional {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.contacts__contact-us {
  font-weight: 600;
  font-size: 22px;
  line-height: 20px;
  color: #080A0C;
  margin-right: 90px;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .contacts__contact-us {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .contacts__contact-us {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.contacts__contact-us ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 200px;
  margin: 0;
  margin-top: 14px;
}
@media (max-width: 1199px) {
  .contacts__contact-us ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 1199px) {
  .contacts__contact-us a {
    display: block;
    margin-right: 20px;
  }
}

.contacts__time {
  margin-bottom: 20px;
  position: relative;
  padding-left: 35px;
}
.contacts__time:before {
  position: absolute;
  content: "";
  background-image: url("../images/svg/calendar.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  left: 0;
}

.contacts__time-heading {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #080A0C;
}

.contacts__time-awake {
  font-size: 16px;
  line-height: 26px;
  color: #505967;
}
.contacts__time-awake span {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #080A0C;
}

.contacts__time-weekend {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #080A0C;
}

.contacts__email {
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
}
.contacts__email:before {
  position: absolute;
  content: "";
  background-image: url(../images/gif/small/e-mail.gif);
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  left: 0;
  bottom: 0;
}
.contacts__email a {
  font-size: 16px;
  line-height: 26px;
  color: #080A0C;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.contacts__location {
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
}
.contacts__location:before {
  position: absolute;
  content: "";
  background-image: url(../images/svg/geo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  left: 0;
  top: 0;
}

.contacts__location-heading {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #080A0C;
}

.contacts__location-subheading {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #505967;
}

.contacts__social {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .contacts__social {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.contacts__social-links ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin: 0;
  margin-top: 14px;
}
@media (max-width: 1199px) {
  .contacts__social-links ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .contacts__social-links ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.contacts__social-links ul li {
  margin-right: 20px;
}

.contacts__heading {
  font-weight: 600;
  font-size: 22px;
  line-height: 20px;
  color: #080A0C;
}
@media (max-width: 767px) {
  .contacts__heading {
    text-align: center;
  }
}

.socials__items img {
  width: 25px;
  height: 25px;
}

.get-us__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .get-us__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.get-us__left {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(100% - 627px);
          flex: 1 0 calc(100% - 627px);
  max-width: calc(100% - 627px);
}
@media (max-width: 1328px) {
  .get-us__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .get-us__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}

.get-us__right {
  max-width: 627px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 627px;
          flex: 0 0 627px;
}
@media (max-width: 1328px) {
  .get-us__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 20px);
            flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}
@media (max-width: 767px) {
  .get-us__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.get-us__image img {
  border-radius: 18px;
}

.get-us__navigation ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-bottom: 1px solid #D2DAE2;
  margin-bottom: 40px;
}
.get-us__navigation li.active a, .get-us__navigation li.tab-active a, .get-us__navigation li:hover a {
  color: #080A0C;
}
.get-us__navigation a {
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #8395A7;
  padding: 13px 20px;
  display: block;
}
@media (max-width: 1199px) {
  .get-us__navigation a {
    font-size: 14px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .get-us__navigation a {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .get-us__navigation a {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 3px;
  }
}

.subway-line {
  margin-bottom: 40px;
  padding-left: 65px;
  position: relative;
}
@media (max-width: 991px) {
  .subway-line {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .subway-line {
    padding-left: 40px;
  }
}

.subway-line_red:before {
  content: "";
  position: absolute;
  background-image: url("../images/gif/metro/m-icon---red.gif");
  background-repeat: no-repeat;
  background-size: contain;
  left: 25px;
  width: 37px;
  height: 37px;
}
@media (max-width: 767px) {
  .subway-line_red:before {
    left: 0;
  }
}

.subway-line_blue:before {
  content: "";
  position: absolute;
  background-image: url("../images/gif/metro/m-icon---blue.gif");
  background-repeat: no-repeat;
  background-size: contain;
  left: 25px;
  width: 37px;
  height: 37px;
}
@media (max-width: 767px) {
  .subway-line_blue:before {
    left: 0;
  }
}

.subway-line_green:before {
  content: "";
  position: absolute;
  background-image: url("../images/gif/metro/m-icon---green.gif");
  background-repeat: no-repeat;
  background-size: contain;
  left: 25px;
  width: 37px;
  height: 37px;
}
@media (max-width: 767px) {
  .subway-line_green:before {
    left: 0;
  }
}

.subway-line_gray:before {
  content: "";
  position: absolute;
  background-image: url("../images/gif/metro/m-icon---gray.gif");
  background-repeat: no-repeat;
  background-size: contain;
  left: 25px;
  width: 37px;
  height: 37px;
}
@media (max-width: 767px) {
  .subway-line_gray:before {
    left: 0;
  }
}

.subway-line__heading {
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #080A0C;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .subway-line__heading {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .subway-line__heading {
    margin-bottom: 10px;
  }
}

.subway-line__route-taxi {
  font-size: 16px;
  line-height: 26px;
  color: #505967;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 1199px) {
  .subway-line__route-taxi {
    font-size: 14px;
    line-height: 26px;
  }
}
.subway-line__route-taxi:before {
  content: "";
  position: absolute;
  background-image: url("../images/gif/metro/bus.gif");
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  width: 24px;
  height: 25px;
}

.subway-line__trolleybus {
  font-size: 16px;
  line-height: 26px;
  color: #505967;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.subway-line__trolleybus:before {
  content: "";
  position: absolute;
  background-image: url("../images/gif/metro/troll.gif");
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  width: 24px;
  height: 25px;
}

.get-us__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 65px;
}
@media (max-width: 767px) {
  .get-us__button {
    margin-left: 40px;
    margin-bottom: 30px;
  }
}

.section__route {
  padding-top: 50px;
  position: relative;
}

.route {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .route {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.route__metro {
  margin-left: 155px;
}
@media (max-width: 991px) {
  .route__metro {
    margin-left: 60px;
  }
}
@media (max-width: 767px) {
  .route__metro {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
}

.route__metro-image {
  margin-bottom: 30px;
}
.route__metro-image img {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.route__metro-heading {
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #080A0C;
  margin-bottom: 10px;
}

.r-metro {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
  position: relative;
  padding-left: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.r-metro a {
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.r-metro a:hover {
  text-decoration: underline;
}

.r-metro_blue a {
  color: #039BE5;
}
.r-metro_blue:before {
  position: absolute;
  content: "";
  background-image: url("../images/gif/metro/m-icon---blue.gif");
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 30px;
  left: 0;
}

.r-metro_green a {
  color: #428A47;
}
.r-metro_green:before {
  position: absolute;
  content: "";
  background-image: url("../images/gif/metro/m-icon---green.gif");
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 30px;
  left: 0;
}

.r-metro_red a {
  color: #E63A3A;
}
.r-metro_red:before {
  position: absolute;
  content: "";
  background-image: url("../images/gif/metro/m-icon---red.gif");
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 30px;
  left: 0;
}

.r-metro_gray a {
  color: gray;
}
.r-metro_gray:before {
  position: absolute;
  content: "";
  background-image: url("../images/gif/metro/m-icon---gray.gif");
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 30px;
  left: 0;
}

.route__complexes {
  margin-left: 135px;
}
@media (max-width: 991px) {
  .route__complexes {
    margin-left: 60px;
  }
}
@media (max-width: 767px) {
  .route__complexes {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
}

.route__complexes-image {
  margin-bottom: 30px;
}
.route__complexes-image img {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.route__complexes-heading {
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #080A0C;
  margin-bottom: 10px;
}

.r-complex {
  font-size: 16px;
  line-height: 26px;
  color: #505967;
  position: relative;
  margin-bottom: 10px;
  padding-left: 41px;
}
.r-complex a {
  font-size: 16px;
  line-height: 26px;
  color: #505967;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.r-complex a:hover {
  text-decoration: underline;
}
.r-complex:before {
  position: absolute;
  content: "";
  background-image: url("../images/style/_complex.png");
  width: 31px;
  height: 24px;
  left: 0;
  top: 0;
}

.route__mall {
  margin-left: 135px;
}
@media (max-width: 991px) {
  .route__mall {
    margin-left: 60px;
  }
}
@media (max-width: 767px) {
  .route__mall {
    margin-left: auto;
    margin-right: auto;
  }
}

.route__mall-image {
  margin-bottom: 30px;
}
.route__mall-image img {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.route__mall-heading {
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #080A0C;
  margin-bottom: 10px;
}

.r-mall {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 28px;
}
.r-mall a {
  color: #505967;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.r-mall a:hover {
  text-decoration: underline;
}
.r-mall:before {
  position: absolute;
  content: "";
  background-image: url("../images/style/_mall.png");
  width: 18px;
  height: 20px;
  left: 0;
  top: 0;
}

.dictionary-navigation {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 12px rgba(59, 59, 72, 0.12);
          box-shadow: 0px 4px 12px rgba(59, 59, 72, 0.12);
  border-radius: 10px;
  padding: 8px;
  margin-bottom: 32px;
  margin-top: 32px;
}

.dictionary-navigation__base {
  border: 1px solid #DCE5EF;
  -webkit-filter: drop-shadow(0px 4px 12px rgba(59, 59, 72, 0.12));
          filter: drop-shadow(0px 4px 12px rgba(59, 59, 72, 0.12));
  border-radius: 10px;
  padding: 12px;
}

.dictionary-navigation__categories ul {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .dictionary-navigation__categories ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .dictionary-navigation__categories ul li {
    height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s visibility ease-in-out;
    -o-transition: 0.3s visibility ease-in-out;
    transition: 0.3s visibility ease-in-out;
  }
  .dictionary-navigation__categories ul li:first-child {
    height: auto;
    display: block;
    opacity: 1;
    visibility: visible;
  }
}
.dictionary-navigation__categories ul li.showed {
  height: auto;
  opacity: 1;
  visibility: visible;
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-property: visibility, opacity;
  -o-transition-property: visibility, opacity;
  transition-property: visibility, opacity;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}
.dictionary-navigation__categories ul li.active a, .dictionary-navigation__categories ul li:hover a {
  border: 1px solid #039BE5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  font-weight: 600;
  font-size: 16px;
  color: #039BE5;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.dictionary-navigation__categories ul a {
  font-size: 16px;
  line-height: 30px;
  color: #039BE5;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 11px 27px;
  border: 1px solid transparent;
}
@media (max-width: 991px) {
  .dictionary-navigation__categories ul a {
    padding: 10px 15px;
  }
}
.dictionary-navigation__categories ul span {
  margin-left: 2px;
}
.dictionary-navigation__categories ul img {
  margin-right: 6px;
  width: 30px;
  height: 30px;
}

.letters__block {
  margin-bottom: 50px;
}

ul.letters__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-left: 0;
}
ul.letters__navigation li {
  margin-right: 1px;
}
ul.letters__navigation li.active a, ul.letters__navigation li:hover a {
  color: #FFFFFF;
  background: #039BE5;
  border-radius: 3px;
}
ul.letters__navigation a {
  font-size: 16px;
  line-height: 26px;
  color: #039BE5;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 27px;
  height: 27px;
}

.letters__full-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.letters__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 325px);
          flex: 0 0 calc(100% - 325px);
  max-width: calc(100% - 325px);
  margin-right: 20px;
}
@media (max-width: 991px) {
  .letters__content {
    margin-right: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.letters__aside {
  width: 305px;
}
@media (max-width: 991px) {
  .letters__aside {
    display: none;
  }
}

.letters__item {
  margin-bottom: 50px;
}

.letter__title {
  font-size: 40px;
  line-height: 40px;
  color: #039BE5;
  margin-bottom: 20px;
  font-weight: bold;
}

.letter__item {
  margin-bottom: 10px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 32px 76px -40px rgba(38, 38, 38, 0.5);
          box-shadow: 0px 32px 76px -40px rgba(38, 38, 38, 0.5);
  border-radius: 16px;
  padding: 14px 20px 22px;
}

.letter__item-base {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 16px;
}

.letter__item-content {
  margin-left: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(70% - 30px);
          flex: 0 0 calc(70% - 30px);
  max-width: calc(70% - 30px);
}
@media (max-width: 767px) {
  .letter__item-content {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-left: unset;
  }
}

.letter__item-img {
  max-width: 30%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}
@media (max-width: 767px) {
  .letter__item-img {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 30px;
  }
}
.letter__item-img img {
  -webkit-filter: drop-shadow(0px 6px 28px rgba(143, 155, 171, 0.4));
          filter: drop-shadow(0px 6px 28px rgba(143, 155, 171, 0.4));
  border-radius: 20px;
  width: 100%;
}

.letter__item-title {
  margin-bottom: 11px;
}
.letter__item-title a {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #080A0C;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.letter__item-title a:hover {
  color: #039BE5;
}

.letter__item-text {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .letter__item-text {
    margin-bottom: 0;
  }
}

.letter__item-more {
  padding-left: 25px;
}
@media (max-width: 767px) {
  .letter__item-more {
    padding-left: 0;
  }
}
.letter__item-more a {
  font-size: 14px;
  line-height: 22px;
  color: #039BE5;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.section__single-dictionary {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.single-dictionary__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.single-dictionary__content-main {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 395px);
          flex: 0 0 calc(100% - 395px);
  max-width: calc(100% - 395px);
  margin-right: 90px;
}
@media (max-width: 1328px) {
  .single-dictionary__content-main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 335px);
            flex: 0 0 calc(100% - 335px);
    max-width: calc(100% - 335px);
    margin-right: 30px;
  }
}
@media (max-width: 991px) {
  .single-dictionary__content-main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.single-dictionary__content-aside {
  width: 305px;
}
@media (max-width: 991px) {
  .single-dictionary__content-aside {
    width: 100%;
    max-width: 100%;
    display: none;
  }
}

.sd__cards-slider {
  overflow: unset;
}
@media (max-width: 575px) {
  .sd__cards-slider {
    margin-bottom: 70px;
  }
}

.sd__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 575px) {
  .sd__cards {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.sd__card {
  margin-bottom: 50px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
          box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
  border-radius: 14px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 30px);
          flex: 0 1 calc(50% - 30px);
  max-width: calc(50% - 30px);
  position: relative;
}
@media (max-width: 1328px) {
  .sd__card {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 15px);
            flex: 0 1 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}
@media (max-width: 575px) {
  .sd__card {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.sd__card:before {
  position: absolute;
  content: "";
  background: #FFFFFF;
  -webkit-box-shadow: 0px 32px 76px -40px rgba(38, 38, 38, 0.5);
          box-shadow: 0px 32px 76px -40px rgba(38, 38, 38, 0.5);
  border-radius: 16px;
  width: calc(100% - 24px);
  height: 100%;
  left: 12px;
  bottom: -12px;
  z-index: -1;
}

.swiper-pagination_sd {
  bottom: -50px !important;
  display: none;
}
@media (max-width: 575px) {
  .swiper-pagination_sd {
    display: block;
  }
}

.sd__card-image img {
  border-radius: 12px;
  width: 100%;
  max-width: 100%;
}

.sd__card-info {
  padding: 20px 18px;
}

.sd__card-title {
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #080A0C;
}

.sd__card-price {
  font-size: 16px;
  line-height: 26px;
  color: #039BE5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sd__card-price svg {
  margin-right: 8px;
}

.sd__card-svg {
  background-image: url(../images/style/dc_divider.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 1px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.sd__card-list ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
  margin-top: 10px;
}
.sd__card-list li {
  font-size: 16px;
  line-height: 22px;
  color: #080A0C;
  margin-bottom: 7px;
  position: relative;
  padding-left: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sd__card-list li:before {
  position: absolute;
  content: "";
  background-image: url("../images/style/__li_i.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 19px;
  height: 16px;
  left: 0;
}
.sd__card-list li:last-child {
  margin-bottom: 0;
}

.sd__posts-block {
  margin-top: 40px;
}

.sd__posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.sd__post {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
          box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
  border-radius: 14px;
  max-width: calc(33.3333333333% - 23px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.3333333333% - 23px);
          flex: 0 0 calc(33.3333333333% - 23px);
  position: relative;
}
@media (max-width: 1328px) {
  .sd__post {
    max-width: calc(33.3333333333% - 20px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3333333333% - 20px);
            flex: 0 0 calc(33.3333333333% - 20px);
  }
}
@media (max-width: 767px) {
  .sd__post {
    max-width: calc(33.3333333333% - 16px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3333333333% - 16px);
            flex: 0 0 calc(33.3333333333% - 16px);
  }
}
@media (max-width: 575px) {
  .sd__post {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 22px;
  }
}
.sd__post:before {
  position: absolute;
  content: "";
  background: #fff;
  -webkit-box-shadow: 0px 32px 76px -40px rgba(38, 38, 38, 0.5);
          box-shadow: 0px 32px 76px -40px rgba(38, 38, 38, 0.5);
  border-radius: 16px;
  width: calc(100% + 14px);
  height: calc(100% + 12px);
  left: -7px;
  top: -6px;
  z-index: -1;
}

.sd__post-image img {
  border-radius: 16px;
  width: 100%;
}

.sd__post-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #080A0C;
  margin-top: 6px;
  margin-bottom: 6px;
  padding-left: 9px;
  padding-right: 9px;
}

.sd__post-separator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.sd__post-tag {
  padding-left: 9px;
  padding-right: 9px;
  margin-top: 10px;
}
.sd__post-tag span {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #505967;
  background: #F6F7F9;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  padding: 6px 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 11px;
}

.section__doctor {
  margin-bottom: 60px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .section__doctor {
    margin-bottom: 0;
  }
}

.doctor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
.doctor h1 {
  max-width: 410px;
  font-family: "Fregat", sans-serif;
  font-size: 40px;
  line-height: 46px;
  color: #080A0C;
  position: relative;
  padding-bottom: 26px;
}
@media (max-width: 1328px) {
  .doctor h1 {
    font-size: 38px;
    line-height: 39px;
  }
}
@media (max-width: 767px) {
  .doctor h1 {
    font-size: 28px;
    line-height: 31px;
  }
}
.doctor h1:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: #C8D6E5;
  bottom: 0;
}

.doctor__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 740px);
          flex: 0 0 calc(100% - 740px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1328px) {
  .doctor__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .doctor__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.doctor__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 740px;
          flex: 0 0 740px;
  max-width: 740px;
  position: relative;
}
@media (max-width: 1328px) {
  .doctor__right {
    max-width: calc(50% - 30px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 30px);
            flex: 0 0 calc(50% - 30px);
  }
}
@media (max-width: 767px) {
  .doctor__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.doctor__specialisation {
  margin-top: 16px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.doctor__specialisation-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #080A0C;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .doctor__specialisation-title {
    font-size: 16px;
    line-height: 26px;
  }
}

.doctor__specialisation-text {
  font-size: 16px;
  line-height: 26px;
  color: #8395A7;
}
@media (max-width: 767px) {
  .doctor__specialisation-text {
    font-size: 12px;
    line-height: 26px;
  }
}

@media (max-width: 767px) {
  .doctor__video-link {
    display: none;
  }
}
.doctor__video-link a {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #080A0C;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.doctor__video-link .doctor__play-video {
  width: 90px;
  height: 90px;
  margin-right: 20px;
}

.doctor__image {
  margin-bottom: 26px;
}
.doctor__image img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 0;
  border-radius: 16px;
  -webkit-filter: drop-shadow(0px 6px 28px rgba(143, 155, 171, 0.4));
          filter: drop-shadow(0px 6px 28px rgba(143, 155, 171, 0.4));
}
@media (max-width: 767px) {
  .doctor__image img {
    width: 100%;
  }
}

.doctor__quote {
  background: #F0FAFF;
  -webkit-box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
          box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
  border-radius: 20px;
  padding: 17px 28px 11px;
  width: 390px;
  position: absolute;
  bottom: -50px;
  left: -180px;
}
@media (max-width: 1328px) {
  .doctor__quote {
    max-width: 405px;
    left: -90px;
  }
}
@media (max-width: 767px) {
  .doctor__quote {
    max-width: 100%;
    position: relative;
    left: unset;
    bottom: unset;
  }
}
.doctor__quote:before {
  position: absolute;
  content: "";
  background-image: url("../images/style/quote__top.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 95px;
  height: 46px;
  top: -46px;
  right: 48px;
}

.doctor__quote-image {
  position: relative;
  top: -15px;
  margin-top: -20px;
}

.doctor__quote-text {
  font-size: 14px;
  line-height: 22px;
  color: #505967;
}
@media (max-width: 1328px) {
  .doctor__quote-text {
    font-size: 12px;
    line-height: 19px;
  }
}

.doctor__appointment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .doctor__appointment {
    margin-bottom: 30px;
  }
}

.section__doctor-navigation {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 12px rgba(59, 59, 72, 0.12);
          box-shadow: 0px 4px 12px rgba(59, 59, 72, 0.12);
}
@media (max-width: 767px) {
  .section__doctor-navigation {
    display: none;
  }
}

.doctor-navigation ul {
  padding-left: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}
.doctor-navigation li:hover a {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #039BE5;
}
.doctor-navigation li:hover a:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  background: #039BE5;
  top: -2px;
}
.doctor-navigation li:hover a:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  background: #039BE5;
  bottom: -2px;
}
.doctor-navigation a {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #8395A7;
  padding: 34px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
}

.section__doctor-info {
  position: relative;
}

.section__doctor-portfolio {
  position: relative;
  background: #F6F7F9;
  padding-top: 65px;
  padding-bottom: 90px;
}

.section__doctor-video {
  position: relative;
  background: #F6F7F9;
  padding-top: 65px;
}

.section__doctor-feedback {
  padding-top: 60px;
  position: relative;
}

.doctor-info {
  padding-top: 100px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .doctor-info {
    padding-top: 30px;
  }
}

.doctor-info__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.doctor-info__left {
  max-width: 520px;
}
@media (max-width: 991px) {
  .doctor-info__left {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .doctor-info__left {
    max-width: 100%;
  }
}

.doctor-info__right {
  max-width: calc(100% - 600px);
  margin-left: 80px;
}
@media (max-width: 991px) {
  .doctor-info__right {
    max-width: calc(50% - 20px);
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .doctor-info__right {
    max-width: 100%;
    margin-left: 0;
  }
}

.sd__slider {
  padding-top: 14px;
  padding-bottom: 14px;
}
.sd__slider img {
  border-radius: 16px;
}

.doctor-info__image {
  position: relative;
  z-index: 0;
  padding-top: 0;
  padding-bottom: 14px;
}
.doctor-info__image img {
  border-radius: 16px;
  width: 100%;
}
.doctor-info__image:after {
  content: "";
  position: absolute;
  width: calc(100% - 48px);
  height: calc(100% + 14px);
  left: 24px;
  top: -14px;
  border: 1px solid #039BE5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 16px;
  z-index: -1;
}

.doctor-certificates {
  padding-bottom: 60px;
}

.feedback__slider {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -30px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 60px;
  padding-top: 30px;
}

.pn-cards__block_certificate img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.doctor-education {
  padding-top: 100px;
  padding-bottom: 120px;
}

.doctor-education__title {
  font-weight: 500;
  font-size: 26px;
  line-height: 30px;
  color: #080A0C;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-bottom: 12px;
}
.doctor-education__title:after {
  position: absolute;
  content: "";
  background-image: url("../images/style/title__after2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 233px;
  height: 3px;
  left: 0;
  bottom: 0;
}

.doctor-education__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 991px) {
  .doctor-education__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.doctor-education__left {
  margin-right: 90px;
}
@media (max-width: 991px) {
  .doctor-education__left {
    margin-right: 25px;
  }
}
.doctor-education__left ul {
  list-style: none;
  padding-left: 0;
}
.doctor-education__left li {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 12px;
  color: #080A0C;
  padding-left: 26px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.doctor-education__left li:before {
  position: absolute;
  content: "";
  background-image: url("../images/style/li__tooth.svg");
  width: 16px;
  height: 16px;
  left: 0;
}

.doctor-education__right {
  position: relative;
}
@media (max-width: 991px) {
  .doctor-education__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
  }
}
.doctor-education__right:before {
  position: absolute;
  content: "";
  background: url(../images/promotions/decor.svg);
  width: 312px;
  height: 294px;
  left: -105px;
  bottom: -60px;
  z-index: -1;
}
@media (max-width: 991px) {
  .doctor-education__right:before {
    content: none;
  }
}
.doctor-video {
  padding-bottom: 60px;
}

.appointment-block {
  -webkit-box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
          box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1172px;
  margin: 60px auto;
  padding: 30px 35px 0 30px;
}
.appointment-block.appointment-block_small {
  max-width: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-left: 10px;
  padding-right: 10px;
}
.appointment-block.appointment-block_small .appointment-block__top, .appointment-block.appointment-block_small .appointment-block__middle {
  margin-bottom: 10px;
}
.appointment-block.appointment-block_small .appointment-block__left {
  margin-right: 0;
}
.appointment-block.appointment-block_small .appointment-block__social span {
  margin-right: 10px;
}
@media (max-width: 991px) {
  .appointment-block.appointment-block_small .appointment-block__social span {
    display: none;
  }
}
.appointment-block.appointment-block_small .appointment-block__middle {
  max-width: 400px;
}
.appointment-block.appointment-block_small .appointment-block__image {
  margin-right: 10px;
}
@media (max-width: 991px) {
  .appointment-block.appointment-block_small .appointment-block__image {
    display: none;
  }
  .appointment-block.appointment-block_small .appointment-block__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .appointment-block.appointment-block_small .appointment-block__middle {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .appointment-block.appointment-block_small .appointment-block__image {
    display: block;
  }
}
@media (max-width: 991px) {
  .appointment-block {
    padding: 15px 15px 0 15px;
  }
}
@media (max-width: 767px) {
  .appointment-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.appointment-block_blue {
  background: #039BE5;
  color: #FFFFFF;
}

.appointment-block__image-decor {
  position: relative;
}
.appointment-block__image-decor img {
  max-width: 157px;
  height: auto;
}
.appointment-block__image-decor:before {
  position: absolute;
  content: "";
  background: url("../images/decor/decor_white.svg");
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 305px;
  height: 100%;
}
@media (max-width: 991px) {
  .appointment-block__image-decor:before {
    width: 100%;
  }
}

.appointment-block__image {
  margin-right: 115px;
  position: relative;
}
@media (max-width: 1328px) {
  .appointment-block__image {
    margin-right: 60px;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
@media (max-width: 991px) {
  .appointment-block__image {
    margin-right: 0;
    width: 190px;
  }
}
@media (max-width: 767px) {
  .appointment-block__image {
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.appointment-block__image img {
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .appointment-block__image img {
    width: 100%;
  }
}

.appointment-block__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 1328px) {
  .appointment-block__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 305px);
            flex: 0 0 calc(100% - 305px);
    max-width: calc(100% - 305px);
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}
@media (max-width: 991px) {
  .appointment-block__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 200px);
            flex: 0 0 calc(100% - 200px);
    max-width: calc(100% - 200px);
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .appointment-block__content {
    margin-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.appointment-block__left {
  margin-right: 40px;
  max-width: 556px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 556px;
          flex: 0 0 556px;
}
@media (max-width: 1328px) {
  .appointment-block__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
  }
}

.appointment-block__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 1328px) {
  .appointment-block__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .appointment-block__right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
}

.appointment-block__top {
  font-weight: 500;
  font-size: 26px;
  line-height: 30px;
  color: #FFFFFF;
  margin-bottom: 22px;
}
@media (max-width: 991px) {
  .appointment-block__top {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .appointment-block__top {
    -ms-flex-item-align: center;
        align-self: center;
    text-align: center;
  }
}

.appointment-block__middle {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .appointment-block__middle {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .appointment-block__middle {
    -ms-flex-item-align: center;
        align-self: center;
    text-align: center;
  }
}

.appointment-block__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .appointment-block__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.appointment-block__phone a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFF;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .appointment-block__phone a {
    font-size: 12px;
    line-height: 22px;
  }
}
.appointment-block__phone a img {
  margin-right: 18px;
  -webkit-animation: rotate-15-cw 1.5s ease-in-out infinite both;
          animation: rotate-15-cw 1.5s ease-in-out infinite both;
}

.appointment-block__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .appointment-block__social {
    font-size: 12px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .appointment-block__social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.appointment-block__social .appointment-block__social-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.appointment-block__social span {
  margin-right: 23px;
}
@media (max-width: 767px) {
  .appointment-block__social span {
    margin-right: 0;
    margin-top: 20px;
  }
}
.appointment-block__social img {
  margin: 9px;
  -webkit-animation: rotate-15-cw 1.5s ease-in-out infinite both;
          animation: rotate-15-cw 1.5s ease-in-out infinite both;
}

.appointment-block__button {
  margin-top: -17px;
}
@media (max-width: 1328px) {
  .appointment-block__button {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

.doctor-video__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.doctor-video__card {
  background: #F8F8F8;
  -webkit-box-shadow: 0px 32px 76px -40px rgba(38, 38, 38, 0.5);
          box-shadow: 0px 32px 76px -40px rgba(38, 38, 38, 0.5);
  border-radius: 16px;
  width: calc(33.33% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  margin-bottom: 39px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 2;
}
@media (max-width: 767px) {
  .doctor-video__card {
    width: calc(50% - 20px);
  }
}
@media (max-width: 575px) {
  .doctor-video__card {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.doctor-video__card:before {
  position: absolute;
  content: "";
  width: calc(100% - 44px);
  height: 100%;
  top: 13px;
  left: 22px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 32px 76px -40px rgba(38, 38, 38, 0.5);
          box-shadow: 0px 32px 76px -40px rgba(38, 38, 38, 0.5);
  border-radius: 16px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.doctor-video__card .img__video {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
  max-width: 100%;
}
.doctor-video__card:hover, .doctor-video__card.hovered {
  background: #039BE5;
  -webkit-box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
          box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
  border-radius: 16px;
  padding: 7px 10px;
}
.doctor-video__card:hover:before, .doctor-video__card.hovered:before {
  background: rgba(3, 155, 229, 0.5);
}
.doctor-video__card:hover .img__video, .doctor-video__card.hovered .img__video {
  padding: 7px 8px;
}
.doctor-video__base {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
          box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
  border-radius: 14px;
  position: relative;
}

.doctor-video-thumbnail .img__video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.doctor-video__thumbnail {
  position: relative;
}

.doctor-video__title {
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  color: #080A0C;
}
@media (max-width: 991px) {
  .doctor-video__title {
    font-size: 14px;
    line-height: 1.2;
    padding-top: 0;
    padding-bottom: 5px;
  }
}

.certificate__slide {
  padding-top: 30px;
  padding-bottom: 60px;
}

.certificate__link {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 32px 76px -40px rgba(38, 38, 38, 0.5);
          box-shadow: 0px 32px 76px -40px rgba(38, 38, 38, 0.5);
  border-radius: 16px;
  display: block;
  padding: 16px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
}
.certificate__link:before {
  position: absolute;
  content: "";
  padding: 8px;
  background: #FFFFFF;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border-radius: 16px;
  top: 8px;
  left: 8px;
  z-index: 1;
}
.certificate__link:hover {
  background: #039BE5;
}

.certificate__img {
  position: relative;
  z-index: 2;
  border-radius: 10px;
  -webkit-box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
          box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
}

.doctors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  .doctors {
    margin-bottom: 10px;
  }
}

.doctors__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  background-image: url("../images/style/logo__decor.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  margin-bottom: -30px;
}
@media (max-width: 1328px) {
  .doctors__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
}
@media (max-width: 767px) {
  .doctors__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
    background-size: 50%;
    background-position: right bottom;
  }
}
@media (max-width: 575px) {
  .doctors__left {
    background-size: 80%;
    padding-bottom: 60px;
    margin-bottom: -10px;
  }
}
.doctors__left ul {
  list-style: none;
  padding-left: 25px;
  margin-top: 35px;
}
.doctors__left li {
  font-size: 16px;
  line-height: 26px;
  color: #080A0C;
  position: relative;
  margin-bottom: 10px;
}
.doctors__left li:before {
  content: "";
  position: absolute;
  background-image: url(../images/style/icon__list.png);
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  left: -25px;
  top: 5px;
}

.doctors__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
  max-width: 55%;
}
@media (max-width: 767px) {
  .doctors__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.doctors__slider img {
  border-radius: 20px;
}

.section__looking-specialists {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.looking-specialists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .looking-specialists {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.looking-specialists__left {
  max-width: calc(50% - 30px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 30px);
          flex: 0 0 calc(50% - 30px);
  margin-right: 30px;
}
@media (max-width: 1328px) {
  .looking-specialists__left {
    margin-right: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .looking-specialists__left {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-right: 0;
  }
}

.looking-specialists__right {
  max-width: 50%;
}
@media (max-width: 991px) {
  .looking-specialists__right {
    margin-top: 30px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .looking-specialists__right {
    display: none;
  }
}

.looking-specialists__image {
  position: relative;
}
@media (max-width: 991px) {
  .looking-specialists__image {
    height: 100%;
  }
}
.looking-specialists__image:before {
  position: absolute;
  content: "";
  border: 1px solid #039BE5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 16px;
  width: calc(100% - 34px - 49px);
  height: calc(100% + 29px + 17px);
  top: -17px;
  left: 34px;
  z-index: -1;
}
.looking-specialists__image img {
  border-radius: 16px;
  display: block;
}
@media (max-width: 991px) {
  .looking-specialists__image img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.looking-specialists__text {
  font-size: 16px;
  line-height: 26px;
  color: #505967;
  margin-bottom: 15px;
  max-width: 628px;
}

@media (max-width: 991px) {
  .looking-specialists__text_desc {
    display: none;
  }
}

.looking-specialists__text_tablet {
  display: none;
}
@media (max-width: 991px) {
  .looking-specialists__text_tablet {
    display: block;
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .looking-specialists__vacancies {
    max-width: 100%;
  }
}

.vacancies-card {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.25);
  border-radius: 18px;
  max-width: 542px;
  padding: 18px 25px 13px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .vacancies-card {
    max-width: 100%;
  }
}

.vacancies-card__title {
  font-size: 16px;
  line-height: 26px;
  color: #080A0C;
  margin-bottom: 5px;
}

.vacancies-card__text {
  font-size: 14px;
  line-height: 26px;
  color: #8B8B8B;
  margin-bottom: 5px;
}

.vacancies-card__link a {
  font-size: 14px;
  line-height: 26px;
  text-decoration: underline;
  color: #039BE5;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.section__faq {
  position: relative;
  padding-top: 120px;
}
@media (max-width: 575px) {
  .section__faq {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}

.faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 60px;
}

.faq__left {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
          box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
  border-radius: 20px;
  padding: 40px;
  margin-right: 27px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 42%;
  border: 1px solid #3abdec;
}
@media (max-width: 1328px) {
  .faq__left {
    width: 42%;
    padding: 20px 16px;
  }
}
@media (max-width: 767px) {
  .faq__left {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 56px;
    margin-right: 0;
  }
}

.faq__right {
  width: calc(58% - 27px);
  max-width: calc(58% - 27px);
}
@media (max-width: 1328px) {
  .faq__right {
    width: calc(58% - 27px);
    max-width: calc(58% - 27px);
  }
}
@media (max-width: 767px) {
  .faq__right {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.faq__title {
  font-weight: 700;
  font-size: 38px;
  line-height: 42px;
  color: #080A0C;
  margin-bottom: 20px;
}
@media (max-width: 1328px) {
  .faq__title {
    font-size: 18px;
    line-height: 42px;
    margin-bottom: 0;
  }
}

.faq__text {
  font-size: 16px;
  line-height: 26px;
  color: #080A0C;
  margin-bottom: 30px;
}
@media (max-width: 1328px) {
  .faq__text {
    font-size: 12px;
    line-height: 17px;
  }
}

.faq__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575px) {
  .faq__more {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.qa__question {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  border-radius: 30px;
  margin-bottom: 22px;
  border: 1px solid #3abdec;
}
.qa__question:last-child {
  margin-bottom: 0;
}
@media (max-width: 1328px) {
  .qa__question {
    margin-bottom: 11px;
  }
}

.qa__question-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
@media (max-width: 1328px) {
  .qa__question-question {
    min-height: 52px;
  }
}

.qa__question-icon {
  margin-left: 36px;
  margin-right: 26px;
  width: 44px;
  height: 44px;
  margin-bottom: 8px;
  margin-top: 8px;
}
@media (max-width: 1328px) {
  .qa__question-icon {
    margin-left: 23px;
    margin-right: 20px;
    max-width: 26px;
  }
}

.qa__question-text {
  padding-top: 17px;
  padding-bottom: 17px;
  margin-left: 0;
  margin-right: auto;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #080A0C;
}
@media (max-width: 1328px) {
  .qa__question-text {
    font-size: 14px;
    line-height: 17px;
    padding-top: 7px;
    padding-bottom: 10px;
  }
}

.qa__question-show-answer {
  margin-right: 15px;
}
.qa__question-show-answer img {
  width: 30px;
  height: 30px;
}
.qa__question-show-answer img:last-child {
  display: none;
}
@media (max-width: 1328px) {
  .qa__question-show-answer img {
    width: 20px;
    height: 20px;
  }
}

.qa__open .qa__question-show-answer img:first-child {
  display: none;
}
.qa__open .qa__question-show-answer img:last-child {
  display: block;
}

.qa__question-answer {
  padding-left: 37px;
  padding-right: 17px;
  visibility: hidden;
  opacity: 0;
  height: 0;
  -webkit-transition: 0.3s opacity ease-in-out;
  -o-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
  padding-bottom: 0;
  background: #F0FAFF;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media (max-width: 1328px) {
  .qa__question-answer {
    padding-left: 20px;
  }
}
.qa__question-answer p {
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #080A0C;
}
.qa__question-answer p:last-child {
  padding-bottom: 20px;
}
@media (max-width: 1328px) {
  .qa__question-answer p {
    font-size: 12px;
    line-height: 17px;
  }
}
.qa__question.qa__open .qa__question-answer {
  visibility: visible;
  opacity: 1;
  height: auto;
  -webkit-transition: 0.3s opacity ease-in-out;
  -o-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}

.qa__question.qa__open .qa__question-answer {
  padding-top: 10px;
}
.feedback {
  position: relative;
  padding-bottom: 75px;
  padding-top: 65px;
}
@media (max-width: 575px) {
  .feedback {
    padding-bottom: 30px;
  }
}

.feedback__navigation ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #D2DAE2;
  padding-bottom: 17px;
}
@media (max-width: 767px) {
  .feedback__navigation ul {
    overflow-x: scroll;
  }
}
.feedback__navigation li.active a, .feedback__navigation li:hover a {
  color: #080A0C;
  border-bottom: 3px solid #039BE5;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.feedback__navigation a {
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #8395A7;
  padding-left: 27px;
  padding-right: 27px;
  padding-bottom: 16px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (max-width: 1328px) {
  .feedback__navigation a {
    font-size: 14px;
    line-height: 26px;
    padding-bottom: 15px;
  }
}

.feedback__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.feedback__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 100px;
}
@media (max-width: 575px) {
  .feedback__button {
    margin-top: 30px;
  }
}

.feedback__video {
  border-radius: 16px;
  padding: 9px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 2;
}
@media (max-width: 767px) {
  .feedback__video {
    width: 100%;
  }
}
.feedback__video:hover, .feedback__video.feedback__video_hover {
  background: #039BE5;
  /* Shadow hover */
  -webkit-box-shadow: 0px 32px 76px -40px rgba(38, 38, 38, 0.5);
          box-shadow: 0px 32px 76px -40px rgba(38, 38, 38, 0.5);
  border-radius: 16px;
}

.feedback__video_col {
  width: 33%;
}
.feedback__video_col .feedback__video-thumbnail {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.feedback__video_col .feedback__video-thumbnail .img__video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.feedback__video_main {
  background: #F8F8F8;
  -webkit-box-shadow: 0px 32px 76px -40px rgba(38, 38, 38, 0.5);
          box-shadow: 0px 32px 76px -40px rgba(38, 38, 38, 0.5);
  border-radius: 16px;
  width: 33.3333333333%;
  position: relative;
  padding: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.feedback__video_main .feedback__video-base:before {
  content: none;
}

.feedback__video-base {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
          box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
  border-radius: 14px;
  position: relative;
}
.feedback__video-base:before {
  z-index: -5;
  content: "";
  position: absolute;
  width: calc(100% - 40px);
  height: 100%;
  left: 20px;
  bottom: -29px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 76px -40px rgba(38, 38, 38, 0.8);
          box-shadow: 0px 0px 76px -40px rgba(38, 38, 38, 0.8);
  border-radius: 16px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.feedback__video:hover .feedback__video-base:before, .feedback__video.feedback__video_hover .feedback__video-base:before {
  background: rgba(3, 155, 229, 0.5);
  -webkit-box-shadow: 0px 32px 76px -40px rgba(38, 38, 38, 0.5);
          box-shadow: 0px 32px 76px -40px rgba(38, 38, 38, 0.5);
}

.feedback__video-thumbnail {
  position: relative;
  margin-bottom: 12px;
}
.feedback__video-thumbnail a {
  z-index: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.feedback__video-thumbnail a:before {
  content: "";
  position: absolute;
  background: rgba(31, 31, 30, 0.3);
  -webkit-filter: blur(4px);
          filter: blur(4px);
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  -webkit-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
.feedback__video-thumbnail .img__video {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.feedback__video:hover a:before {
  background: rgba(31, 31, 30, 0);
  -webkit-filter: blur(0);
          filter: blur(0);
}

.img__video {
  border-radius: 14px;
}

.play__video {
  position: absolute;
  width: 90px;
  height: 90px;
  top: calc(50% - 45px);
  left: calc(50% - 45px);
}
@media (max-width: 1328px) {
  .play__video {
    width: 60px;
    height: 60px;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
  }
}

.feedback__video-title {
  text-align: center;
  padding-bottom: 10px;
}
@media (max-width: 1328px) {
  .feedback__video-title {
    padding-bottom: 0;
  }
}
.feedback__video-title a {
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #080A0C;
}
@media (max-width: 1328px) {
  .feedback__video-title a {
    font-size: 14px;
    line-height: 26px;
  }
}

.feedback__video-specialisation {
  font-size: 16px;
  line-height: 26px;
  color: #039BE5;
  text-align: center;
  padding-bottom: 14px;
}
@media (max-width: 1328px) {
  .feedback__video-specialisation {
    font-size: 12px;
    line-height: 18px;
  }
}

hr.feedback__hr-video {
  width: calc(100% - 22px);
  border: none;
  border-bottom: 1px solid #D2DAE2;
}

.feedback__text {
  background: #F8F8F8;
  -webkit-box-shadow: 0px 32px 76px -40px rgba(38, 38, 38, 0.5);
          box-shadow: 0px 32px 76px -40px rgba(38, 38, 38, 0.5);
  border-radius: 16px;
  width: 33.3333333333%;
  position: relative;
  padding: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .feedback__text {
    width: 100%;
  }
}
.feedback__text:hover {
  background: #039be5;
  -webkit-box-shadow: 0px 32px 76px -40px rgba(38, 38, 38, 0.5);
          box-shadow: 0px 32px 76px -40px rgba(38, 38, 38, 0.5);
}

.feedback__text-base {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
          box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
  border-radius: 14px;
  padding: 11px 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.feedback__text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.feedback__text-thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  max-width: 100px;
  margin-right: 20px;
}
@media (max-width: 1328px) {
  .feedback__text-thumbnail {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    max-width: 80px;
  }
}

.feedback__text-description {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 298px - 20px);
          flex: 0 0 calc(100% - 298px - 20px);
  max-width: calc(100% - 298px - 20px);
}

.feedback__text-title {
  margin-bottom: 12px;
  margin-top: 5px;
}
@media (max-width: 1328px) {
  .feedback__text-title {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.feedback__text-title a {
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #080A0C;
}
@media (max-width: 1328px) {
  .feedback__text-title a {
    font-size: 14px;
    line-height: 1;
  }
}

.feedback__text-text {
  font-size: 14px;
  line-height: 22px;
  color: #8395A7;
  padding-top: 11px;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
@media (max-width: 1328px) {
  .feedback__text-text {
    font-size: 13px;
    line-height: 18px;
  }
}

.img__text {
  border-radius: 14px;
  width: 298px;
}

.feedback__hr-text {
  margin-top: 19px;
  margin-bottom: 10px;
  border: none;
  border-bottom: 1px solid #D2DAE2;
  width: 100%;
}

.feedback__text-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 9px;
}
@media (max-width: 1328px) {
  .feedback__text-bottom {
    padding-bottom: 0;
  }
}

.feedback__text-category {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #080A0C;
}
@media (max-width: 1328px) {
  .feedback__text-category {
    font-size: 12px;
    line-height: 26px;
  }
}

.feedback__text-date {
  font-size: 16px;
  line-height: 22px;
  color: #8395A7;
}
@media (max-width: 1328px) {
  .feedback__text-date {
    font-size: 10px;
    line-height: 12px;
  }
}

.feedback__text-more a {
  font-size: 14px;
  line-height: 22px;
  text-decoration: underline;
  color: #039BE5;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.feedback__text-more a:hover {
  text-decoration: unset;
}

.section__top-footer {
  background: #D7F1FE;
  padding: 20px 0;
}

.section__footer {
  background: #F0FAFF;
}

.section__bottom-footer {
  background: #039BE5;
  color: #FFFFFF;
  padding-top: 26px;
  padding-bottom: 26px;
}
@media (max-width: 1328px) {
  .section__bottom-footer {
    padding-top: 33px;
    padding-bottom: 39px;
  }
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer__logo {
  margin-right: 100px;
}
@media (max-width: 1328px) {
  .footer__logo {
    max-width: calc(50% - 40px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 40px);
            flex: 0 0 calc(50% - 40px);
    margin-right: 0;
    margin-left: 40px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .footer__logo {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
}

.footer__phones {
  margin-right: 195px;
}
@media (max-width: 1328px) {
  .footer__phones {
    max-width: calc(50% - 40px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 40px);
            flex: 0 0 calc(50% - 40px);
    margin-right: 0;
    margin-left: 40px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .footer__phones {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer__phones ul {
  list-style: none;
  padding-left: 0;
}
.footer__phones ul li {
  margin-bottom: 2px;
  padding-left: 25px;
}
.footer__phones ul li a {
  font-size: 16px;
  line-height: 26px;
  color: #080A0C;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
}
@media (max-width: 1328px) {
  .footer__phones ul li a {
    font-size: 14px;
    line-height: 26px;
  }
  .footer__phones ul li a a:before {
    top: -2px;
  }
}
.footer__phones ul li.icon__kyivstar a:before {
  position: absolute;
  content: "";
  background-image: url("../images/gif/small/kyivstar.gif");
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  left: -25px;
  top: 2px;
}
.footer__phones ul li.icon__life a:before {
  position: absolute;
  content: "";
  background-image: url("../images/gif/small/lifecell.gif");
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  left: -25px;
  top: 2px;
}
.footer__phones ul li.icon__vodafone a:before {
  position: absolute;
  content: "";
  background-image: url("../images/gif/small/vodafone.gif");
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  left: -25px;
  top: 2px;
}
.footer__phones ul li.icon__phone a:before {
  position: absolute;
  content: "";
  background-image: url("../images/gif/small/tele.gif");
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  left: -25px;
  top: 2px;
}

.footer__location-email {
  margin-right: 84px;
}
@media (max-width: 1328px) {
  .footer__location-email {
    max-width: calc(50% - 40px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 40px);
            flex: 0 0 calc(50% - 40px);
    margin-right: 0;
    margin-left: 40px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .footer__location-email {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1328px) {
  .footer__social {
    max-width: calc(50% - 40px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 40px);
            flex: 0 0 calc(50% - 40px);
    margin-right: 0;
    margin-left: 40px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .footer__social {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

.footer__social-title {
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #080A0C;
  margin-bottom: 20px;
}
@media (max-width: 1328px) {
  .footer__social-title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .footer__social-title {
    margin-left: auto;
    margin-right: auto;
  }
}

.footer__social-links ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin: 0;
}
@media (max-width: 575px) {
  .footer__social-links ul {
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__social-links ul li {
  margin-right: 20px;
}
.footer__social-links ul li a img {
  width: 24px;
}

.footer__location {
  position: relative;
  margin-bottom: 20px;
  padding-left: 34px;
}
@media (max-width: 1328px) {
  .footer__location {
    margin-bottom: 7px;
  }
}
.footer__location:before {
  position: absolute;
  content: "";
  background-image: url("../images/svg/geo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  left: 0;
  top: 2px;
}
.footer__location div:first-child {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #080A0C;
}
.footer__location div:last-child {
  font-size: 12px;
  line-height: 16px;
  color: #080A0C;
  display: block;
}

.footer__email a {
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #080A0C;
  position: relative;
  padding-left: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.footer__email a:before {
  position: absolute;
  content: "";
  background-image: url("../images/gif/small/e-mail.gif");
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  left: 0;
}

.footer__middle {
  padding-top: 40px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1328px) {
  .footer__middle {
    padding-bottom: 0;
  }
}

.footer__services.showed ul {
  display: block;
}

.footer__services_first {
  margin-right: 75px;
}
@media (max-width: 1328px) {
  .footer__services_first {
    max-width: calc(50% - 40px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 40px);
            flex: 0 0 calc(50% - 40px);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 0;
    margin-left: 40px;
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .footer__services_first {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-left: 0;
  }
}

.footer__services_second {
  margin-right: 128px;
}
@media (max-width: 1328px) {
  .footer__services_second {
    max-width: calc(50% - 40px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 40px);
            flex: 0 0 calc(50% - 40px);
    margin-right: 0;
    margin-left: 40px;
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .footer__services_second {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-left: 0;
  }
}

.footer__services_third {
  margin-right: 129px;
}
@media (max-width: 1328px) {
  .footer__services_third {
    max-width: calc(50% - 40px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 40px);
            flex: 0 0 calc(50% - 40px);
    margin-right: 0;
    margin-left: 40px;
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .footer__services_third {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-left: 0;
  }
}

@media (max-width: 1328px) {
  .footer__services_four {
    max-width: calc(50% - 40px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 40px);
            flex: 0 0 calc(50% - 40px);
    margin-right: 0;
    margin-left: 40px;
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .footer__services_four {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-left: 0;
  }
}

.footer__services-title {
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #080A0C;
  padding-bottom: 10px;
  border-bottom: 1px solid #C8D6E5;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 575px) {
  .footer__services-title {
    font-size: 18px;
    line-height: 26px;
  }
  .footer__services-title.footer__services-title_open:after {
    content: "";
    position: absolute;
    background-image: url(../images/style/m__arr.svg);
    width: 7px;
    height: 14px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
  }
}

.showed .footer__services-title.footer__services-title_open:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.footer__services-menu ul {
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .footer__services-menu ul {
    display: none;
  }
}
.footer__services-menu ul li {
  margin-bottom: 8px;
}
@media (max-width: 1328px) {
  .footer__services-menu ul li {
    margin-bottom: 5px;
  }
}
.footer__services-menu ul li a {
  font-size: 16px;
  line-height: 26px;
  color: #080A0C;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.footer__services-menu ul li a:hover {
  color: #039BE5;
}
@media (max-width: 1328px) {
  .footer__services-menu ul li a {
    font-size: 14px;
    line-height: 26px;
  }
}

.footer__sign-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575px) {
  .footer__sign-up {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer__time {
  margin-top: 10px;
  margin-bottom: 10px;
}
.footer__time .day {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575px) {
  .footer__time .day {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer__time .weekday {
  width: 86px;
  margin-right: 23px;
  font-size: 16px;
  line-height: 26px;
  color: #8395A7;
}
.footer__time .day_current .weekday {
  color: #039BE5;
}
.footer__time .operating-mode {
  font-size: 16px;
  line-height: 26px;
  color: #080A0C;
}
.footer__time .day_current .operating-mode {
  color: #039BE5;
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__bottom-left {
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFF;
}
@media (max-width: 1328px) {
  .footer__bottom-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    margin-bottom: 25px;
  }
}

.footer__bottom-right {
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFF;
  text-align: right;
}
.footer__bottom-right a {
  color: #FFFFFF;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.footer__bottom-right a:hover {
  text-decoration: underline;
}
@media (max-width: 1328px) {
  .footer__bottom-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  margin: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10000;
}
header svg:hover path.ics {
  fill: #039BE5 !important;
}
header .x.hover {
  -webkit-filter: brightness(0.7) sepia(1) hue-rotate(180deg) saturate(5);
          filter: brightness(0.7) sepia(1) hue-rotate(180deg) saturate(5);
}
header .x.active {
  -webkit-filter: brightness(0) sepia(0) hue-rotate(0deg) saturate(6) invert(1);
          filter: brightness(0) sepia(0) hue-rotate(0deg) saturate(6) invert(1);
}

.pre-header {
  display: none;
  background-color: #FFFFFF;
}
@media (max-width: 767px) {
  .pre-header {
    display: block;
  }
}

.pre-header__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
}

@media (max-width: 767px) {
  .pre-header__phone .header__phone {
    display: block;
  }
}

.pre-header__lang .header__lang {
  margin-right: 0;
  display: block;
}

.top-header {
  background: #F0FAFF;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 82px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}
@media (max-width: 767px) {
  .header {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.header__logo {
  margin-right: 70px;
  margin-left: 0;
}
@media (max-width: 1328px) {
  .header__logo {
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .header__logo {
    margin-right: 10px;
  }
}
.header__logo img {
  width: 171px;
  height: auto;
}
@media (max-width: 1328px) {
  .header__logo img {
    width: 125px;
  }
}

.header__search {
  margin-right: 61px;
  display: block;
}
@media (max-width: 1328px) {
  .header__search {
    display: none;
  }
}
.header__search .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__search .search__button {
  border: 0;
  background: transparent;
  cursor: pointer;
}
.header__search input.search__input {
  border: none;
  border-bottom: 1px solid #C8D6E5;
  background: transparent;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #000;
  width: 210px;
}
.header__search input.search__input::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 22px;
  color: #C8D6E5;
}
.header__search input.search__input::-moz-placeholder {
  font-size: 14px;
  line-height: 22px;
  color: #C8D6E5;
}
.header__search input.search__input:-ms-input-placeholder {
  font-size: 14px;
  line-height: 22px;
  color: #C8D6E5;
}
.header__search input.search__input::-ms-input-placeholder {
  font-size: 14px;
  line-height: 22px;
  color: #C8D6E5;
}
.header__search input.search__input::placeholder {
  font-size: 14px;
  line-height: 22px;
  color: #C8D6E5;
}
.header__location {
  margin-right: 36px;
}
@media (max-width: 767px) {
  .header__location {
    display: none;
  }
}
.header__location a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #080A0C;
  position: relative;
  padding-left: 29px;
}
.header__location {
  position: relative;
}
.header__location::before {
  content: "";
  position: absolute;
  background-image: url("../images/svg/geo.svg");
  width: 30px;
  height: 30px;
  left: -5px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
}
/* .header__location a:before {
  content: "";
  position: absolute;
  background-image: url("../images/svg/geo.svg");
  width: 30px;
  height: 30px;
  left: -5px;
  background-size: contain;
  background-repeat: no-repeat;
} */
.header__location a:hover {
  color: #039BE5;
}
.header__location span:first-child {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 1328px) {
  .header__location span:first-child {
    font-size: 12px;
    line-height: 15px;
  }
}
.header__location span:last-child {
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
}
@media (max-width: 1328px) {
  .header__location span:last-child {
    font-size: 10px;
    line-height: 12px;
  }
}

.header__phone-list-block {
  position: absolute;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 12px rgba(59, 59, 72, 0.12);
          box-shadow: 0px 4px 12px rgba(59, 59, 72, 0.12);
  border-radius: 5px;
  margin-top: 5px;
  padding: 5px;
  z-index: 1000;
  right: 0;
  display: none;
}
.header__phone-list-block.showed {
  display: block;
}

.header__phone-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header__phone-list a {
  font-size: 16px;
  line-height: 19px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #080A0C;
  position: relative;
  padding: 5px 12px 5px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1328px) {
  .header__phone-list a {
    font-size: 12px;
    line-height: 15px;
  }
}
.header__phone-list a:hover {
  color: #039BE5;
}

.header__phone {
  margin-right: 25px;
  position: relative;
}
@media (max-width: 767px) {
  .header__phone {
    display: none;
  }
}
.header__phone > a {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #080A0C;
  position: relative;
  padding-left: 26px;
  padding-right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1328px) {
  .header__phone > a {
    font-size: 12px;
    line-height: 15px;
  }
}
.header__phone > a:before {
  content: "";
  position: absolute;
  background-image: url("../images/svg/phone.svg");
  width: 30px;
  height: 30px;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.header__phone > a:after {
  content: "";
  position: absolute;
  background-image: url("../images/header/i_dropdown.svg");
  width: 10px;
  height: 5px;
  right: 0;
}
.header__phone > a:hover {
  color: #039BE5;
}

.header__search-mobile {
  cursor: pointer;
  display: none;
  margin-right: 22px;
}
@media (max-width: 1328px) {
  .header__search-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
  }
}
@media (max-width: 575px) {
  .header__search-mobile {
    display: none;
  }
}

.header__search-mobile-type2 {
  cursor: pointer;
  display: none;
  margin-right: 22px;
}
@media (max-width: 575px) {
  .header__search-mobile-type2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 0;
  }
}

.header__lang {
  margin-right: 25px;
  position: relative;
}
@media (max-width: 767px) {
  .header__lang {
    display: none;
  }
}
.header__lang ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  position: relative;
}
.header__lang ul > li > a, .header__lang ul > li > span {
  font-size: 16px;
  line-height: 19px;
  color: #080A0C;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 18px;
}
@media (max-width: 1328px) {
  .header__lang ul > li > a, .header__lang ul > li > span {
    font-size: 12px;
    line-height: 15px;
  }
}
.header__lang ul > li > a:after, .header__lang ul > li > span:after {
  content: "";
  position: absolute;
  background-image: url("../images/header/i_dropdown.svg");
  width: 10px;
  height: 5px;
  right: 0;
}
.header__lang ul > li > a:hover, .header__lang ul > li > span:hover {
  color: #039BE5;
}
.header__lang ul > li > ul {
  position: absolute;
  background: #fff;
  -webkit-box-shadow: 0px 4px 12px rgba(59, 59, 72, 0.12);
          box-shadow: 0px 4px 12px rgba(59, 59, 72, 0.12);
  border-radius: 5px;
  margin-top: 5px;
  padding: 0;
  z-index: 1000;
  right: 10px;
  display: none;
  width: 30px;
}
.header__lang ul > li > ul.showed {
  display: block;
}
.header__lang ul > li > ul li:not(:last-child) {
  margin-bottom: 5px;
}
.header__lang ul > li > ul > li {
  margin-left: auto;
  margin-right: auto;
}
.header__lang ul > li > ul > li > a {
  padding: 0;
  display: block;
}
.header__lang ul > li > ul > li > a img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  margin-top: 5px;
}
.header__lang ul > li > ul > li > a:after {
  content: none;
}

.header__callback {
  margin-left: auto;
}
.header__callback.header__callback_top {
  display: block;
}
@media (max-width: 1328px) {
  .header__callback.header__callback_top {
    display: none;
  }
}
.header__callback.header__callback_tablet {
  display: none;
  margin-right: 18px;
}
@media (max-width: 1328px) {
  .header__callback.header__callback_tablet {
    display: block;
  }
}
@media (max-width: 767px) {
  .header__callback.header__callback_tablet {
    display: none;
  }
}

.bottom-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 12px rgba(59, 59, 72, 0.12);
          box-shadow: 0px 4px 12px rgba(59, 59, 72, 0.12);
}

.header-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 72px;
}

@media (max-width: 575px) {
  .header-online {
    display: none;
  }
}

.header-menu_mobile {
  border: 1px solid #DCE5EF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  margin-bottom: 13px;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-menu_mobile > ul {
  list-style: none;
  padding-left: 0;
  margin: 10px auto 23px;
}
.header-menu_mobile > ul > li {
  position: relative;
}
.header-menu_mobile > ul > li.sub__menu {
  position: relative;
}
.header-menu_mobile > ul > li.sub__menu.sub__menu_open ul {
  display: block;
}
.header-menu_mobile > ul > li.sub__menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  left: 0;
  display: none;
  list-style: none;
  background: #FFFFFF;
  border: 1px solid #DCE5EF;
  border-radius: 6px;
  padding: 15px 35px;
  z-index: 1000;
}
.header-menu_mobile > ul > li.sub__menu > ul > li > a {
  font-size: 16px;
  line-height: 30px;
  color: #080A0C;
}
.header-menu_mobile > ul > li > ul {
  list-style: none;
  display: none;
}
.header-menu_mobile > ul > li > ul > li > a {
  font-size: 16px;
  line-height: 30px;
  color: #080A0C;
}
.header-menu_mobile > ul > li > a {
  color: #080A0C;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-weight: normal;
  font-size: 16px;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 8px 8px 8px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid transparent;
  border-radius: 6px;
  height: 44px;
}
.header-menu_mobile > ul > li > a:before {
  position: absolute;
  content: "";
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  left: 0;
}
.header-menu_mobile > ul .menu-item-has-children > a {
  padding: 8px 30px 8px 30px;
}
.header-menu_mobile > ul .menu-item-has-children > a:after {
  position: relative;
  content: "";
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  right: -13px;
  background-image: url("../images/header/i_dropdown.svg");
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  width: 10px;
  height: 5px;
}

.header-menu {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-right: 11px;
}
.header-menu > ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 0;
}
.header-menu > ul > li {
  position: relative;
  display: block;
}
@media (max-width: 1328px) {
  .header-menu > ul > li {
    display: none;
  }
  .header-menu > ul > li:first-child {
    display: block;
  }
}
.header-menu > ul > li > a {
  color: #080A0C;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-weight: normal;
  font-size: 16px;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFFFFF;
  position: relative;
  padding: 8px 8px 8px 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid transparent;
  border-radius: 6px;
  height: 44px;
}
.header-menu > ul > li > a:before {
  position: absolute;
  content: "";
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header-menu > ul > li > a:hover, .header-menu > ul > li > a.hovered {
  border: 1px solid #DCE5EF;
  color: #039BE5;
}
.header-menu > ul > li > a:hover:after, .header-menu > ul > li > a.hovered:after {
  -webkit-filter: brightness(0.7) sepia(1) hue-rotate(180deg) saturate(5);
          filter: brightness(0.7) sepia(1) hue-rotate(180deg) saturate(5);
}
.header-menu > ul > li > a:hover:before, .header-menu > ul > li > a.hovered:before {
  -webkit-filter: brightness(0.7) sepia(1) hue-rotate(180deg) saturate(5);
          filter: brightness(0.7) sepia(1) hue-rotate(180deg) saturate(5);
}
.header-menu > ul > li > a:active, .header-menu > ul > li > a.activated {
  background: #039BE5;
  color: #FFFFFF;
}
.header-menu > ul > li > a:active:after, .header-menu > ul > li > a.activated:after {
  -webkit-filter: brightness(0) sepia(0) hue-rotate(0deg) saturate(6) invert(1);
          filter: brightness(0) sepia(0) hue-rotate(0deg) saturate(6) invert(1);
}
.header-menu > ul > li > a:active:before, .header-menu > ul > li > a.activated:before {
  -webkit-filter: brightness(0) sepia(0) hue-rotate(0deg) saturate(6) invert(1);
          filter: brightness(0) sepia(0) hue-rotate(0deg) saturate(6) invert(1);
}
.header-menu > ul > li.sub__menu {
  position: relative;
}
.header-menu > ul > li.sub__menu.sub__menu_open ul {
  display: block;
}
.header-menu > ul > li.sub__menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  left: 0;
  display: none;
  list-style: none;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 12px rgba(59, 59, 72, 0.12);
          box-shadow: 0px 4px 12px rgba(59, 59, 72, 0.12);
  border-radius: 5px;
  width: 240px;
  padding: 15px 35px;
  margin-top: 20px;
  z-index: 1000;
}
.header-menu > ul > li.sub__menu > ul > li {
  margin-bottom: 8px;
}
.header-menu > ul > li.sub__menu > ul > li > a {
  font-size: 16px;
  line-height: 1;
  color: #080A0C;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header-menu > ul > li.sub__menu > ul > li > a:hover {
  color: #039BE5;
}
.header-menu .menu-item-has-children > a {
  padding: 8px 30px 8px 30px;
}
.header-menu .menu-item-has-children > a:after {
  position: absolute;
  content: "";
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  right: 13px;
  background-image: url("../images/header/i_dropdown.svg");
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  width: 10px;
  height: 5px;
}

.i__services > a {
  padding-left: 36px !important;
}
.i__services > a:before {
  background-image: url("../images/header/i_services.svg");
  width: 30px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: 4px;
}

.i__portfolio > a {
  padding-left: 36px !important;
}
.i__portfolio > a:before {
  background-image: url("../images/header/i_portfolio.svg");
  width: 30px;
  height: 38px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: 0;
}

.i__about > a:before {
  background-image: url("../images/header/menu_icon/about.svg");
  width: 20px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: 4px;
}

.i__insurance > a:before {
  background-image: url("../images/header/menu_icon/insurance.svg");
  width: 26px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: 6px;
}

.i__tourism > a:before {
  background-image: url("../images/header/menu_icon/turism.svg");
  width: 30px;
  height: 38px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: 2px;
}

.i__price > a:before {
  background-image: url("../images/header/menu_icon/price.svg");
  width: 30px;
  height: 38px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: 2px;
}

.i__contacts > a:before {
  background-image: url("../images/header/i_contacts.svg");
  width: 30px;
  height: 38px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: 4px;
}

/**/
.burger-wrap {
  position: relative;
  right: 0;
  z-index: 40;
  -webkit-transition: 300ms 700ms transform ease-in;
  -o-transition: 300ms 700ms transform ease-in;
  transition: 300ms 700ms transform ease-in;
  margin-right: 0;
  min-width: 24px;
  display: none;
}
@media (max-width: 1328px) {
  .burger-wrap {
    display: block;
  }
}
.burger-wrap.reappearBurger {
  opacity: 0;
  -webkit-animation: 0.5s 2s fadeAppear ease-out forwards;
          animation: 0.5s 2s fadeAppear ease-out forwards;
}
.burger-wrap .burger {
  width: 24px;
  height: 24px;
  cursor: pointer;
  z-index: 30;
  -webkit-transition: -webkit-transform 1s ease-in;
  transition: -webkit-transform 1s ease-in;
  -o-transition: transform 1s ease-in;
  transition: transform 1s ease-in;
  transition: transform 1s ease-in, -webkit-transform 1s ease-in;
}
.burger-wrap .burger span {
  display: block;
  position: absolute;
  height: 2px;
  right: 0;
  background: #039BE5;
  border-radius: 9px;
  opacity: 1;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.burger-wrap .burger span:nth-child(1) {
  top: 3px;
  width: 100%;
}
.burger-wrap .burger span:nth-child(2) {
  top: 11px;
  width: 100%;
}
.burger-wrap .burger span:nth-child(3) {
  top: 19px;
  width: 100%;
}
.burger-wrap .burger.active {
  position: relative;
  right: 0;
}
.burger-wrap .burger.active span:nth-child(1) {
  width: 30px;
  top: 10px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.burger-wrap .burger.active span:nth-child(2) {
  opacity: 0;
}
.burger-wrap .burger.active span:nth-child(3) {
  width: 30px;
  top: 10px;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

/**/
.modal {
  display: none;
  position: fixed;
  z-index: 10000;
  padding-top: 154px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 767px) {
  .modal {
    padding-top: 184px;
  }
}
@media (max-width: 575px) {
  .modal {
    padding-top: 184px;
  }
}
.modal.modal_callback {
  z-index: 100000;
  padding-top: 50px;
}
.modal.modal_callback .modal-body {
  width: 574px;
  max-width: 100%;
}
.modal.modal_callback .modal_content {
  position: relative;
  background-color: #0000;
  margin: auto;
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.modal.modal_callback .callback__form {
  position: relative;
  background: #F6F7F9;
  -webkit-box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
          box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
  border-radius: 16px;
  width: 574px;
  max-width: 100%;
  padding: 40px 54px 37px;
}
.modal.modal_callback .callback__form .close__modal {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.modal.modal_callback .callback__form form .cr-form-field {
  width: 100%;
  max-width: 100%;
}
.modal.modal_callback .callback__form form .cr-form-field-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.modal.modal_callback .callback__form form .cr-form-field-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modal.modal_callback .callback__form form .cr-form-field-group .cr-form-field {
  width: calc(50% - 10px);
  max-width: calc(50% - 10px);
}
.modal.modal_callback .callback__form form label {
  font-size: 14px;
  line-height: 22px;
  color: #080A0C;
}
@media (max-width: 1328px) {
  .modal.modal_callback .callback__form form label {
    font-size: 12px;
    line-height: 22px;
  }
}
.modal.modal_callback .callback__form form input:not([type=submit]), .modal.modal_callback .callback__form form textarea {
  margin-top: 5px;
  display: block;
  width: 100%;
  max-width: 100%;
  border: none;
  background: #FFFFFF;
  padding: 16px 20px;
  -webkit-box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
          box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
  border-radius: 8px;
  margin-bottom: 20px;
}
@media (max-width: 1328px) {
  .modal.modal_callback .callback__form form input:not([type=submit]), .modal.modal_callback .callback__form form textarea {
    padding-top: 11px;
    padding-bottom: 12px;
    margin-bottom: 14px;
  }
}
.modal.modal_callback .callback__form form ::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 22px;
  color: #8395A7;
}
.modal.modal_callback .callback__form form ::-moz-placeholder {
  font-size: 14px;
  line-height: 22px;
  color: #8395A7;
}
.modal.modal_callback .callback__form form :-ms-input-placeholder {
  font-size: 14px;
  line-height: 22px;
  color: #8395A7;
}
.modal.modal_callback .callback__form form ::-ms-input-placeholder {
  font-size: 14px;
  line-height: 22px;
  color: #8395A7;
}
.modal.modal_callback .callback__form form ::placeholder {
  font-size: 14px;
  line-height: 22px;
  color: #8395A7;
}
.modal.modal_search .modal-body, .modal.modal_mobile .modal-body {
  width: 100%;
  max-width: 100%;
}
.modal.modal_search .modal_content, .modal.modal_mobile .modal_content {
  position: relative;
  background-color: #0000;
  margin: auto;
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.modal.modal_aside {
  padding-top: 0;
  z-index: 100000;
}
.modal.modal_aside .modal-body {
  width: 100%;
  max-width: 100%;
}
.modal.modal_aside .modal_content {
  position: relative;
  background-color: #0000;
  margin: auto;
  padding: 0;
  width: 100%;
  max-width: 100%;
  margin-left: -5px;
}

.modal-body {
  width: 100%;
  max-width: 1328px;
  margin-right: auto;
  margin-left: auto;
}

.modal_content {
  position: relative;
  background-color: #0000;
  margin: auto;
  padding: 0;
  width: 100%;
  max-width: 1328px;
}

.modal__menu-header {
  position: relative;
  z-index: 10001;
}

.modal__menu {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 12px rgba(59, 59, 72, 0.12);
          box-shadow: 0px 4px 12px rgba(59, 59, 72, 0.12);
  border-radius: 0 0 10px 10px;
  margin-bottom: 30px;
  width: 380px;
}
@media (max-width: 1328px) {
  .modal__menu {
    width: 380px;
  }
}
@media (max-width: 767px) {
  .modal__menu {
    width: 100%;
    max-width: 100%;
  }
}
.modal__menu > ul {
  list-style: none;
  padding-left: 0;
  width: 380px;
  margin: 0;
  border-radius: 0 0 10px 10px;
  background: #F0FAFF;
  position: relative;
}
@media (max-width: 1328px) {
  .modal__menu > ul {
    width: 380px;
  }
}
@media (max-width: 767px) {
  .modal__menu > ul {
    width: 100%;
    max-width: 100%;
  }
}
.modal__menu > ul > li {
  background: #F0FAFF;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: 1px solid transparent;
}
@media (min-width: 769px) {
  .modal__menu > ul > li {
    /* position: relative; */
  }
}
.modal__menu > ul > li:hover > a::after, .modal__menu > ul > li:hover > a::before {
  -webkit-filter: brightness(0) sepia(0) hue-rotate(0deg) saturate(6) invert(1);
          filter: brightness(0) sepia(0) hue-rotate(0deg) saturate(6) invert(1);
}
.modal__menu > ul > li:hover > ul > li {
  margin-bottom: 28px;
}
.modal__menu > ul > li:hover > ul > li > a {
  border-bottom: 2px solid #039BE5;
}
.modal__menu > ul > li > a {
  position: relative;
}
.modal__menu > ul > li > a:after {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8 8L1 15' stroke='%23039BE5' stroke-width='2'/%3E%3Cpath d='M1 1L8 8L1 15' stroke='%23039BE5' stroke-width='2'/%3E%3Cpath d='M1 1L8 8L1 15' stroke='%23039BE5' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 16px;
  top: 17px;
  right: 17px;
}
.modal__menu > ul > li > a:before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  left: 24px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.modal__menu > ul > li.sub_before > a:before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  left: 18px;
  top: 10px;
}
.modal__menu > ul > li.sub_before_1 > a:before {
  background-image: url(../images/menu/Ortopediya.gif);
}
.modal__menu > ul > li.sub_before_2 > a:before {
  background-image: url(../images/menu/Protezuvannya-na-implantah.gif);
}
.modal__menu > ul > li.sub_before_3 > a:before {
  background-image: url(../images/menu/TSifrova-stomatologiya.gif);
}
.modal__menu > ul > li.sub_before_4 > a:before {
  background-image: url(../images/menu/paradantologiya.gif);
}
.modal__menu > ul > li.sub_before_5 > a:before {
  background-image: url(../images/menu/implantatsiya.gif);
}
.modal__menu > ul > li.sub_before_6 > a:before {
  background-image: url(../images/menu/terapevtichna-stomatologiya.gif);
}
.modal__menu > ul > li.sub_before_7 > a:before {
  background-image: url(../images/menu/Likuvannya-pid-mikroskopom.gif);
}
.modal__menu > ul > li.sub_before_8 > a:before {
  background-image: url(../images/menu/Endodontiya-plombiruvannya-kanaliv.gif);
}
.modal__menu > ul > li.sub_before_9 > a:before {
  background-image: url(../images/menu/profilaktika-ta-chistka.gif);
}
.modal__menu > ul > li.sub_before_10 > a:before {
  background-image: url(../images/menu/Ortodonts.gif);
}
.modal__menu > ul > li.sub_before_11 > a:before {
  background-image: url(../images/menu/dityacha-stomatologiya.gif);
}
.modal__menu > ul > li.sub_before_12 > a:before {
  background-image: url(../images/menu/hirurgiya.gif);
}
.modal__menu > ul > li.sub_before_13 > a:before {
  background-image: url(../images/menu/likuvannya-bez-bolyu.gif);
}
.modal__menu > ul > li.sub_before_14 > a:before {
  background-image: url(../images/menu/likuvannya-uvi-sni.gif);
}
.modal__menu > ul > li.sub_before_15 > a:before {
  background-image: url(../images/menu/gnatologiya.gif);
}
.modal__menu > ul > li.sub_before_16 > a:before {
  background-image: url(../images/menu/diagnostika-zubiv.gif);
}
.modal__menu > ul > li.sub_before_17 > a:before {
  background-image: url(../images/menu/stomatologiya-dlya-vagitnih.gif);
}
.modal__menu > ul > li.menu__opened ul ul, .modal__menu > ul > li:hover ul ul {
  display: block;
}
.modal__menu > ul > li:last-child {
  border-radius: 0 0 0 8px;
}
@media (max-width: 575px) {
  .modal__menu > ul > li:last-child {
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .modal__menu > ul > li.menu__opened ul {
    display: block;
  }
}
@media (min-width: 769px) {
  .modal__menu > ul > li:hover {
    background: #039BE5;
    border: 1px solid #039BE5;
  }
  .modal__menu > ul > li:hover::before {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
  }
  .modal__menu > ul > li:hover > a {
    color: #FFFFFF;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
  }
}
.modal__menu > ul > li.menu__opened {
  background: #039BE5;
  border: 1px solid #039BE5;
}
.modal__menu > ul > li.menu__opened::before {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}
.modal__menu > ul > li.menu__opened > a {
  color: #FFFFFF;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}
.modal__menu > ul > li > a {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #080A0C;
  padding: 12px 25px 12px 60px;
  padding: 8px 25px 8px 60px;
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.modal__menu > ul > li > a::before {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (max-width: 1328px) {
  .modal__menu > ul > li > a {
    font-size: 14px;
    line-height: 26px;
    padding: 9px 25px 9px 60px;
  }
}
.modal__menu > ul > li > ul {
  position: absolute;
  list-style: none;
  padding-left: 28px;
  padding-right: 28px;
  left: 379px;
  top: 0;
  width: 889px;
  background-color: #FFFFFF;
}
@media (max-width: 1328px) {
  .modal__menu > ul > li > ul {
    left: 380px;
    width: calc(100vw - 380px);
  }
}
@media (max-width: 767px) {
  .modal__menu > ul > li > ul {
    position: relative;
    width: 100%;
    left: 0;
    display: none;
  }
}
.modal__menu > ul > li > ul > li {
  width: 100%;
  position: relative;
}
.modal__menu > ul > li > ul > li .close_modal {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 32px;
  cursor: pointer;
  display: none;
}
@media (max-width: 767px) {
  .modal__menu > ul > li > ul > li .close_modal {
    display: none !important;
  }
}
.modal__menu > ul > li > ul > li > a {
  font-weight: 600;
  font-size: 23px;
  line-height: 26px;
  color: #080A0C;
  padding-top: 12px;
  padding-bottom: 20px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  display: none;
}
@media (max-width: 767px) {
  .modal__menu > ul > li > ul > li > a {
    display: none !important;
  }
}
.modal__menu > ul > li > ul > li > ul {
  list-style: none;
  padding-left: 0;
  margin-top: 24px;
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  display: none;
}
@media (max-width: 1328px) {
  .modal__menu > ul > li > ul > li > ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media (max-width: 767px) {
  .modal__menu > ul > li > ul > li > ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    margin-top: 0;
    padding-top: 12px;
  }
}
.modal__menu > ul > li > ul > li > ul > li {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  /* Fix for firefox and IE 10-11  */
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari, Opera */
  page-break-inside: avoid;
  /* Firefox */
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  /* IE 10+ */
  break-inside: avoid-column;
}
.modal__menu > ul > li > ul > li > ul > li > a {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #080A0C;
  position: relative;
  display: block;
  padding-bottom: 7px;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.modal__menu > ul > li > ul > li > ul > li > a:hover {
  color: #039BE5;
}
.modal__menu > ul > li > ul > li > ul > li > a:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  background: #039BE5;
  bottom: 0;
  left: 0;
}
.modal__menu > ul > li > ul > li > ul > li > ul {
  list-style: none;
  padding-left: 0;
  margin-top: 7px;
}
.modal__menu > ul > li > ul > li > ul > li > ul > li > a {
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #080A0C;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.modal__menu > ul > li > ul > li > ul > li > ul > li > a:hover {
  color: #039BE5;
}

.modal__menu > ul > li.menu__opened > ul > li:after,
.modal__menu > ul > li:hover > ul > li:after {
  content: "";
  z-index: 10002;
}
@media (max-width: 767px) {
  .modal__menu > ul > li.menu__opened > ul > li:after,
.modal__menu > ul > li:hover > ul > li:after {
    content: none;
  }
}

.modal__menu > ul > li.menu__opened > ul > li .close_modal,
.modal__menu > ul > li:hover > ul > li .close_modal {
  display: block;
  z-index: 10002;
}

.modal__menu > ul > li.menu__opened > ul > li > a,
.modal__menu > ul > li:hover > ul > li > a {
  display: block;
  z-index: 10002;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.modal__menu > ul > li.menu__opened > ul > li > a:hover,
.modal__menu > ul > li:hover > ul > li > a:hover {
  color: #039BE5;
}

.modal__mobile-search {
  background: #F0FAFF;
}

.modal__mobile-menu {
  background: #ffffff;
}

.modal__search {
  padding: 26px 22px 38px;
}
.modal__search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  width: 242px;
  margin-bottom: 22px;
}
.modal__search input[type=search] {
  border: none;
  border-bottom: 1px solid #C8D6E5;
  background: transparent;
  color: #000;
  width: calc(100% + 16px);
}
.modal__search input[type=search]::-webkit-input-placeholder {
  color: #C8D6E5;
}
.modal__search input[type=search]::-moz-placeholder {
  color: #C8D6E5;
}
.modal__search input[type=search]:-ms-input-placeholder {
  color: #C8D6E5;
}
.modal__search input[type=search]::-ms-input-placeholder {
  color: #C8D6E5;
}
.modal__search input[type=search]::placeholder {
  color: #C8D6E5;
}
.modal__search input[type=submit] {
  position: relative;
  margin-left: -25px;
  border: none;
  width: 16px;
  height: 16px;
  background: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.3582 14.6839L11.4854 10.8731C12.4996 9.77123 13.1227 8.31402 13.1227 6.71052C13.1222 3.28032 10.2969 0.5 6.81135 0.5C3.32584 0.5 0.500488 3.28032 0.500488 6.71052C0.500488 10.1407 3.32584 12.921 6.81135 12.921C8.31733 12.921 9.69858 12.4001 10.7835 11.5341L14.6713 15.36C14.8608 15.5467 15.1683 15.5467 15.3577 15.36C15.5476 15.1734 15.5476 14.8706 15.3582 14.6839ZM6.81135 11.9655C3.86223 11.9655 1.4715 9.61277 1.4715 6.71052C1.4715 3.80826 3.86223 1.45552 6.81135 1.45552C9.76049 1.45552 12.1512 3.80826 12.1512 6.71052C12.1512 9.61277 9.76049 11.9655 6.81135 11.9655Z' fill='%238395A7'/%3E%3C/svg%3E%0A");
}
.modal__search .modal__search-button1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
}
.modal__search .modal__search-button1 a {
  width: 242px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
.modal__search .modal__search-button2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal__search .modal__search-button2 a {
  width: 242px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}

.hero {
  padding-top: 115px;
  padding-bottom: 165px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media (max-width: 767px) {
  .hero {
    padding-top: 75px;
    padding-bottom: 115px;
  }
}

.hero__title {
  max-width: 712px;
  font-weight: bold;
  font-size: 60px;
  line-height: 70px;
  color: #080A0C;
  margin-bottom: 20px;
}
@media (max-width: 1328px) {
  .hero__title {
    font-size: 46px;
    line-height: 47px;
  }
}
@media (max-width: 767px) {
  .hero__title {
    font-size: 28px;
    line-height: 31px;
  }
}

.hero__descriptions, .hero__descriptions p {
  max-width: 520px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #080A0C;
  margin-bottom: 33px;
}
@media (max-width: 1328px) {
  .hero__descriptions, .hero__descriptions p {
    font-size: 14px;
    line-height: 24px;
    max-width: 440px;
  }
}
@media (max-width: 767px) {
  .hero__descriptions, .hero__descriptions p {
    font-size: 12px;
    line-height: 19px;
  }
}

.hero__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .hero__button {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.section__insurance-company {
  position: relative;
  padding-top: 100px;
  padding-bottom: 70px;
}

.section__convenient {
  position: relative;
  padding-top: 65px;
}

.section__service-info {
  position: relative;
  padding-top: 65px;
}

.section__materials {
  position: relative;
  padding-top: 65px;
}

.convenient__text, .mb__text {
  margin-bottom: 60px;
}

.insurance__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.insurance__card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.3333333333% - 13.3333333333px);
          flex: 0 0 calc(33.3333333333% - 13.3333333333px);
  max-width: calc(33.3333333333% - 13.3333333333px);
  background: #FFFFFF;
  -webkit-box-shadow: 0px 32px 76px -40px rgba(38, 38, 38, 0.5);
          box-shadow: 0px 32px 76px -40px rgba(38, 38, 38, 0.5);
  border-radius: 16px;
  padding: 7px 12px 12px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .insurance__card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}
@media (max-width: 575px) {
  .insurance__card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.insurance__card-base {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
          box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
  border-radius: 14px;
  height: 100%;
}

.insurance__card-image img {
  border-radius: 16px 16px 0 0;
  width: 100%;
}

.insurance__card-title {
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  color: #080A0C;
  margin-bottom: 14px;
  margin-top: 30px;
}

.insurance__card-text {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #8395A7;
  padding: 0 12px 20px;
}

.insurance__list-text {
  font-size: 14px;
  line-height: 160.5%;
  text-align: center;
  color: #000000;
  max-width: 1116px;
  margin: 37px auto 30px;
}

.insurance__list-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.block-icons-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.i-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 15px);
          flex: 0 0 calc(25% - 15px);
  max-width: calc(25% - 15px);
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .i-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 30px);
            flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
}
@media (max-width: 575px) {
  .i-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.i-card__icon {
  margin-bottom: 30px;
}
.i-card__icon img {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.c__icon_base {
  background: #FFFFFF;
  -webkit-box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 130px;
  height: 130px;
  padding: 11px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.c__icon_base span {
  position: absolute;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  background: #23FFB4;
  color: #080A0C;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  right: 0;
  top: 0;
}
.c__icon_base .c__icon_base-2 {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  width: 108px;
  height: 108px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c__icon_base .c__icon_base-2 img {
  max-width: 80px;
  max-height: 80px;
}

.i-card__title {
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  color: #080A0C;
  margin-bottom: 11px;
}

.i-card__text {
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #505967;
}

.section__how-diw {
  padding-top: 100px;
  position: relative;
}
@media (max-width: 991px) {
  .section__how-diw {
    padding-top: 45px;
  }
}

.how-diw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 60px;
}

.how-diw__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 40px);
          flex: 0 0 calc(50% - 40px);
  max-width: calc(50% - 40px);
}
@media (max-width: 991px) {
  .how-diw__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.how-diw__left ul {
  list-style: none;
  margin: 0;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 32px 76px -40px rgba(38, 38, 38, 0.5);
          box-shadow: 0px 32px 76px -40px rgba(38, 38, 38, 0.5);
  border-radius: 16px;
  padding: 16px 20px 20px;
  margin-bottom: 26px;
  margin-top: 22px;
}
.how-diw__left li {
  font-size: 18px;
  line-height: 24px;
  color: #080A0C;
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
}
.how-diw__left li:last-child {
  margin-bottom: 0;
}
.how-diw__left li:before {
  position: absolute;
  content: "";
  background-image: url("../images/style/__list_icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  left: 0;
}

.how-diw__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 10px);
          flex: 0 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
}
@media (max-width: 991px) {
  .how-diw__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 60px;
  }
}

.how-diw__image {
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
.how-diw__image img {
  border-radius: 20px;
  width: 100%;
}
.how-diw__image:before {
  position: absolute;
  content: "";
  border: 1px solid #039BE5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px;
  width: calc(100% - 64px);
  height: calc(100% + 40px);
  top: -18px;
  left: 32px;
  z-index: -1;
}

.section__medical-tourism {
  background: #F6F7F9;
  padding-top: 65px;
  padding-bottom: 75px;
  position: relative;
}
@media (max-width: 575px) {
  .section__medical-tourism {
    padding-bottom: 30px;
    padding-top: 50px;
  }
}

.medical-tourism {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.medical-tourism__left {
  width: 100%;
  max-width: 468px;
  margin-right: 72px;
}
@media (max-width: 1328px) {
  .medical-tourism__left {
    max-width: calc(50% - 72px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 72px);
            flex: 0 0 calc(50% - 72px);
  }
}
@media (max-width: 575px) {
  .medical-tourism__left {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media (max-width: 1328px) {
  .medical-tourism__right {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (max-width: 575px) {
  .medical-tourism__right {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 30px;
  }
}

.medical-tourism__title {
  font-family: "Fregat", sans-serif;
  font-size: 24px;
  line-height: 42px;
  color: #080A0C;
  margin-bottom: 20px;
}
@media (max-width: 1328px) {
  .medical-tourism__title {
    font-size: 18px;
    line-height: 42px;
    margin-bottom: 0;
  }
}

.medical-tourism__text {
  color: #080A0C;
  margin-bottom: 37px;
}
@media (max-width: 1328px) {
  .medical-tourism__text {
    margin-bottom: 27px;
  }
}
.medical-tourism__text p {
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 1328px) {
  .medical-tourism__text p {
    font-size: 12px;
    line-height: 17px;
  }
}

.medical-tourism__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575px) {
  .medical-tourism__more {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.medical-tourism__advantages-item {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
          box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
  border-radius: 20px;
  padding: 24px 40px;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1328px) {
  .medical-tourism__advantages-item {
    padding: 20px 20px;
    margin-bottom: 10px;
  }
}

.medical-tourism__advantages-icon {
  margin-right: 40px;
}
.medical-tourism__advantages-icon img {
  width: 46px;
  max-width: 46pxs;
}
@media (max-width: 1328px) {
  .medical-tourism__advantages-icon {
    margin-right: 20px;
    max-width: 30px;
  }
}

.medical-tourism__advantages-text {
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  color: #080A0C;
  max-width: 225px;
}
@media (max-width: 1328px) {
  .medical-tourism__advantages-text {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
  }
}

.image-text__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .image-text__block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.image-text__block-left {
  max-width: 58%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 58%;
          flex: 1 1 58%;
  padding: 22px 27px;
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  border-radius: 30px;
}
.image-text__block-left p {
  font-size: 14px;
  line-height: 21px;
  color: #080A0C;
}
@media (max-width: 1328px) {
  .image-text__block-left {
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  .image-text__block-left {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 12px 17px;
  }
}

.image-text__block-right {
  max-width: calc(42% - 24px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(42% - 24px);
          flex: 0 0 calc(42% - 24px);
  margin-left: 24px;
}
@media (max-width: 1328px) {
  .image-text__block-right {
    margin-left: -50px;
    margin-top: 80px;
    max-width: calc(42% + 74px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(42% + 74px);
            flex: 0 0 calc(42% + 74px);
  }
}
@media (max-width: 767px) {
  .image-text__block-right {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.image-text__block-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .image-text__block-title {
    margin-bottom: 7px;
  }
}

.image-text__block-image {
  position: relative;
  z-index: 2;
}
.image-text__block-image:before {
  position: absolute;
  content: "";
  background: #FFFFFF;
  -webkit-box-shadow: 0px 32px 76px -40px rgba(38, 38, 38, 0.5);
          box-shadow: 0px 32px 76px -40px rgba(38, 38, 38, 0.5);
  border-radius: 16px;
  width: calc(100% - 52px);
  height: 100%;
  bottom: -15px;
  left: 26px;
  z-index: -1;
}
.image-text__block-image img {
  border-radius: 20px;
}
@media (max-width: 1328px) {
  .image-text__block-image img {
    width: 100%;
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.portfolio-navigation {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 12px rgba(59, 59, 72, 0.12);
          box-shadow: 0px 4px 12px rgba(59, 59, 72, 0.12);
  border-radius: 10px;
  padding: 8px;
  margin-bottom: 32px;
  margin-top: 32px;
}

.portfolio-navigation__base {
  border: 1px solid #DCE5EF;
  -webkit-filter: drop-shadow(0px 4px 12px rgba(59, 59, 72, 0.12));
          filter: drop-shadow(0px 4px 12px rgba(59, 59, 72, 0.12));
  border-radius: 10px;
  padding: 20px 20px 0;
}

.portfolio-navigation__all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
}
.portfolio-navigation__all a {
  padding: 17px 31px;
  border: 1px solid #039BE5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #039BE5;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.portfolio-navigation__all a.activated {
  background: #039BE5;
  color: #FFF;
}
@media (max-width: 1328px) {
  .portfolio-navigation__all a {
    font-size: 14px;
    line-height: 20px;
    padding: 12px 18px;
  }
}
@media (max-width: 767px) {
  .portfolio-navigation__categories {
    opacity: 0;
    visibility: hidden;
    height: 0;
    -webkit-transition: 0.3s visibility ease-in-out;
    -o-transition: 0.3s visibility ease-in-out;
    transition: 0.3s visibility ease-in-out;
  }
  .portfolio-navigation__categories.showed {
    opacity: 1;
    visibility: visible;
    height: auto;
  }
}
.portfolio-navigation__categories ul {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}
@media (max-width: 575px) {
  .portfolio-navigation__categories ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

/*.portfolio-navigation__categories ul li {
  margin-right: 15px;
  margin-bottom: 25px;
}
*/

.portfolio-navigation__categories ul li {
  border-radius: 6px;
  border: 1px solid #D2DAE2;
  flex: 0 1 calc(25% - 8px);
  margin-right: 8px;
  margin-bottom: 8px;
}

.portfolio-navigation__categories ul li:hover, .portfolio-navigation__categories ul li.tab-active {
  border: 1px solid #039BE5;
}

@media (max-width: 767px) {
  .portfolio-navigation__categories ul li {
      flex: 0 1 100%;
    width: 100%;
  }
}

/*@media (max-width: 1328px) {
  .portfolio-navigation__categories ul li {
    margin-bottom: 16px;
  }
}*/
@media (min-width: 768px) and (max-width: 1024px) {
  .portfolio-navigation__categories ul a {
    min-height: 92px;
  }
  .promo-new-aside .promo-new-img .promo-new-img-logo {
    display: none;
  }
}
.portfolio-navigation__categories ul a {
  padding: 8px 12px;
  font-size: 16px;
  line-height: 26px;
  color: #039BE5;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1328px) {
  .portfolio-navigation__categories ul a {
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .portfolio-navigation__categories ul a {
    font-size: 16px;
    line-height: 1.2;
  }
}
.portfolio-navigation__categories ul span {
  margin-left: 2px;
}
@media (max-width: 575px) {
  .portfolio-navigation__categories ul span {
    display: none;
  }
}
.portfolio-navigation__categories ul img {
  margin-right: 6px;
  width: 50px;
  height: 50px;
}

.portfolio-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.portfolio-page__main {
  width: calc(100% - 326px);
  margin-right: 10px;
}
@media (max-width: 1328px) {
  .portfolio-page__main {
    width: calc(100% - 260px);
  }
}
@media (max-width: 767px) {
  .portfolio-page__main {
    width: 100%;
  }
}

.portfolio-page__aside {
  width: 306px;
}
@media (max-width: 1328px) {
  .portfolio-page__aside {
    width: 230px;
  }
}
@media (max-width: 767px) {
  .portfolio-page__aside {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.section__single-portfolio {
  padding-top: 30px;
  padding-bottom: 90px;
  position: relative;
}

.pf__first-screen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pf__left {
  width: calc((100% - 40px) / 3 * 2);
}
@media (max-width: 1328px) {
  .pf__left {
    width: calc((100% - 20px) / 3 * 2);
  }
}
@media (max-width: 767px) {
  .pf__left {
    width: 100%;
    max-width: 100%;
  }
}

.pf__right {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 40px) / 3);
          flex: 0 0 calc((100% - 40px) / 3);
}
@media (max-width: 1328px) {
  .pf__right {
    width: calc((100% - 20px) / 3);
  }
}
@media (max-width: 767px) {
  .pf__right {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .pf__right-content {
    margin-top: 50px;
  }
}

.pf__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pf__box {
  margin-bottom: 20px;
  width: calc((100% - 40px) / 2);
}
@media (max-width: 1328px) {
  .pf__box {
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 575px) {
  .pf__box {
    width: 100%;
  }
}

.pf__card {
  padding: 8px;
  border-radius: 20px;
  width: 100%;
}
@media (max-width: 1328px) {
  .pf__card {
    padding: 5px;
  }
}

.pf__card_before {
  background: rgba(226, 41, 41, 0.1);
}

.pf__card_after {
  background: rgba(0, 190, 180, 0.1);
}

.pf__image {
  position: relative;
}
.pf__image img {
  border-radius: 16px;
  position: relative;
}
@media (max-width: 575px) {
  .pf__image img {
    width: 100%;
    max-width: 100%;
  }
}

.pf__desc {
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 16px;
  top: -8px;
  left: -8px;
  padding: 11px 8px 7px 16px;
}
.pf__desc .pf__desc-type1 {
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  text-decoration: underline;
}
@media (max-width: 1328px) {
  .pf__desc .pf__desc-type1 {
    font-size: 11px;
    line-height: 17px;
  }
}
@media (max-width: 575px) {
  .pf__desc .pf__desc-type1 {
    font-size: 14px;
    line-height: 23px;
  }
}
.pf__desc .pf__desc-type2 {
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
}
@media (max-width: 1328px) {
  .pf__desc .pf__desc-type2 {
    font-size: 11px;
    line-height: 17px;
  }
}
@media (max-width: 575px) {
  .pf__desc .pf__desc-type2 {
    font-size: 14px;
    line-height: 23px;
  }
}

.pf__desc_before {
  color: #591A1A;
  background: #FCEAEA;
  border: 2px solid #FFFFFF;
}

.pf__desc_after {
  color: #2E514F;
  background: #E5F8F7;
  border: 2px solid #FFFFFF;
}

.pf__text {
  font-size: 16px;
  line-height: 26px;
  -webkit-box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
          box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
  border-radius: 10px;
  padding: 5px 26px;
  margin-top: 10px;
  border: 1px solid #591A1A;
  min-height: 104px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1328px) {
  .pf__text {
    padding: 10px;
    font-size: 12px;
    line-height: 16px;
    min-height: 70px;
  }
}
@media (max-width: 575px) {
  .pf__text {
    font-size: 16px;
    line-height: 1.2;
  }
}

.pf__text_before {
  color: #591A1A;
  background: #F6F7F9;
}

.pf__text_after {
  color: #2E514F;
  background: #F6F7F9;
}

.completed-works {
  background: #F6F7F9;
  -webkit-box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
          box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
  border-radius: 10px;
  position: relative;
  margin-bottom: 20px;
  padding: 27px 36px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 14px;
  max-width: 100%;
}
@media (max-width: 1328px) {
  .completed-works {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.completed-works.completed-works_one {
  display: block;
}
@media (max-width: 575px) {
  .completed-works.completed-works_one {
    display: none;
  }
}
.completed-works.completed-works_two {
  display: none;
}
@media (max-width: 767px) {
  .completed-works.completed-works_two {
    display: block;
    margin-bottom: 50px;
  }
}
.completed-works:before {
  content: "";
  position: absolute;
  width: calc(100% - 32px);
  height: calc(100% + 28px);
  background: #039BE5;
  -webkit-box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
          box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
  border-radius: 10px;
  z-index: -1;
  top: -14px;
  left: 16px;
}

.completed-works__title {
  font-size: 24px;
  line-height: 26px;
  color: #505967;
  margin-bottom: 10px;
}
@media (max-width: 1328px) {
  .completed-works__title {
    font-size: 18px;
    line-height: 26px;
  }
}

.completed-works__list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  margin-bottom: 20px;
}
.completed-works__list li {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #080A0C;
  position: relative;
  padding-left: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}
@media (max-width: 1328px) {
  .completed-works__list li {
    font-size: 13px;
    line-height: 26px;
  }
}
.completed-works__list li:before {
  content: "";
  position: absolute;
  background-image: url("../images/style/plus_c.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  left: 0;
}

.completed-works__time {
  font-size: 16px;
/*  line-height: 26px;*/
  line-height: 60px;
  color: #505967;
  margin-bottom: 20px;
  position: relative;
/*  padding-left: 30px;*/
  padding-left: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.completed-works__time:before {
  position: absolute;
  content: "";
  background-image: url(../images/style/new__time.svg);
  background-image: url(../images/gif/time.gif);
  background-size: contain;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  left: 0;
  top: 2px;
}
@media (max-width: 1328px) {
  .completed-works__time {
    font-size: 12px;
    line-height: 26px;
  }
}
.completed-works__time span {
  margin-left: 5px;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #080A0C;
}
@media (max-width: 1328px) {
  .completed-works__time span {
    font-size: 14px;
    line-height: 26px;
  }
}

.completed-works__price {
  white-space: nowrap;
  font-size: 16px;
  line-height: 60px;
  color: #505967;
  position: relative;
  padding-left: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1328px) {
  .completed-works__time, .completed-works__price {
        line-height: 40px!important;
        padding-left: 44px!important;
  }
  .completed-works__time:before, .completed-works__price:before {
    width: 40px!important;
    height: 40px!important;
  }
}

@media (max-width: 968px) {
  .completed-works__price {
    white-space: unset!important;
  }
  .completed-works__time:before, .completed-works__price:before {
    width: 26px!important;
    height: 26px!important;
  }
  .completed-works__time, .completed-works__price {
    line-height: 26px!important;
    padding-left: 29px!important;
  }
}
.completed-works__price:before {
  position: absolute;
  content: "";
  background-image: url(../images/style/_new_price.svg);
  background-image: url(../images/gif/price.gif);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 60px;
  height: 60px;
  left: 0;
  top: 2px;
}
@media (max-width: 1328px) {
  .completed-works__price {
    font-size: 12px;
    line-height: 26px;
  }
}
.completed-works__price span {
  margin-left: 5px;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #080A0C;
}
@media (max-width: 1328px) {
  .completed-works__price span {
    font-size: 14px;
    line-height: 26px;
  }
}

.completed-works__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 31px;
}

.complaints__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 100%;
  background: rgba(226, 41, 41, 0.1);
  border: 1px solid #E22929;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  padding: 6px 8px;
  margin-bottom: 18px;
}

.complaints {
  background: rgba(226, 41, 41, 0.1);
  border-radius: 20px;
  font-size: 16px;
  line-height: 26px;
  color: #591A1A;
  padding: 18px 20px;
}
@media (max-width: 1328px) {
  .complaints {
    font-size: 14px;
    line-height: 21px;
    padding: 9px 11px;
  }
}
.complaints b {
  font-weight: bold;
}

.info__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 100%;
  background: rgba(229, 248, 247, 0.5);
  border: 1px solid #9ECFCD;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  padding: 7px;
}

.info__box {
  background: #E5F8F7;
  border-radius: 10px;
  padding: 18px 20px;
  color: #505967;
  width: 100%;
}

.diagnosis {
  font-weight: bold;
  font-size: 24px;
  line-height: 26px;
  color: #505967;
  margin-bottom: 13px;
}
@media (max-width: 1328px) {
  .diagnosis {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .diagnosis {
    font-size: 18px;
    line-height: 26px;
  }
}

.manipulation {
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  color: #505967;
  margin-bottom: 21px;
}
@media (max-width: 1328px) {
  .manipulation {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 13px;
  }
}
@media (max-width: 767px) {
  .manipulation {
    font-size: 14px;
    line-height: 21px;
  }
}

.ib-item:not(:last-child) {
  margin-bottom: 16px;
}
@media (max-width: 1328px) {
  .ib-item:not(:last-child) {
    margin-bottom: 12px;
  }
}

.ib-general {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 575px) {
  .ib-general {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.ib-image {
  padding-right: 9px;
}
.ib-image img {
/*  width: 19px;*/
  width: 60px;
}

.ib-sub-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 1328px) {
  .ib-sub-title {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .ib-sub-title {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 10px;
  }
}

.ib-text p {
  font-size: 16px;
  line-height: 26px;
  color: #505967;
/*  padding-left: 28px;*/
    padding-left: 69px;
  margin-bottom: 0;
}
@media (max-width: 1328px) {
  .ib-text p {
    font-size: 12px;
    line-height: 19px;
  }
}
@media (max-width: 767px) {
  .ib-text p {
    font-size: 16px;
    line-height: 1.2;
  }
}

/* Timeline */
.section__timeline {
  padding-top: 90px;
  position: relative;
  height: auto;
  min-height: 100%;
}
@media (max-width: 767px) {
  .section__timeline {
    padding-top: 45px;
  }
}

.section__timeline_single {
  padding-bottom: 90px;
}

.timeline__card {
  background: #FFFFFF;
  border: 1px solid #039BE5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 28px 51px rgba(143, 155, 171, 0.25);
          box-shadow: 0px 28px 51px rgba(143, 155, 171, 0.25);
  border-radius: 20px;
  padding: 28px 48px;
}
@media (max-width: 991px) {
  .timeline__card {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.timeline__card .swiper {
  margin-left: -24px;
  margin-right: -24px;
  padding-left: 24px;
  padding-right: 24px;
}
.timeline__card .swiper-slide {
  margin-left: auto;
  margin-right: auto;
}
.timeline__card.timeline__card_top {
  padding: 26px 20px;
}

.timeline__card_small {
  padding: 30px 20px;
}
.timeline__card-top_top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.timeline__card-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .timeline__card-top {
    margin-bottom: 26px;
  }
}
.timeline__card-top.timeline__card-top_top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0;
}

.timeline__card-number {
  font-weight: bold;
  font-size: 40px;
  line-height: 1;
  color: #AEE5FF;
  margin-right: 16px;
}
@media (max-width: 991px) {
  .timeline__card-number {
    font-size: 32px;
    line-height: 46px;
  }
}
@media (max-width: 575px) {
  .timeline__card-number {
    font-size: 30px;
    margin-right: 6px;
  }
}

.timeline__card-subtitle {
  font-size: 24px;
  padding-top: 5px;
  line-height: 30px;
  color: #474747;
}
@media (max-width: 991px) {
  .timeline__card-subtitle {
    font-size: 18px;
    line-height: 22px;
  }
}

.timeline__card-title {
  font-weight: 500;
  font-size: 26px;
  line-height: 30px;
  color: #039BE5;
  position: relative;
}
@media (max-width: 991px) {
  .timeline__card-title {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .timeline__card-title {
    font-size: 18px;
  }
}
.timeline__card-title .types-stages__hr {
  padding: 0;
  position: absolute;
  top: calc(100% + 10px);
}

.timeline__card-image img {
  border-radius: 17px;
  border: 3px solid #039BE5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.timeline__card-text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 26px;
  color: #505967;
}
@media (max-width: 991px) {
  .timeline__card-text {
    font-size: 12px;
    line-height: 19px;
  }
}

.timeline__card-small-text {
  font-size: 24px;
  line-height: 30px;
  color: #474747;
  padding-top: 5px;
}

.timeline__next {
  right: 0;
  top: 50%;
}

.timeline__prev {
  left: 0px;
  top: 50%;
  z-index: 100;
}

.section__treatment-team {
  /* background-image: url("../images/style/bg__doctor__2.png"); */
  background-image: url("/wp-content/themes/bionic/images/back_comanda.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 130px;
  position: relative;
}
.section__treatment-team:before {
  content: "";
  position: absolute;
  background: #F6F7F9;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
}

.command__container {
  padding-bottom: 60px;
}

.treatment-team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.treatment-team__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 480px;
          flex: 0 0 480px;
  max-width: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 80px;
}
@media (max-width: 1328px) {
  .treatment-team__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 220px;
            flex: 0 0 220px;
    max-width: 220px;
    margin-right: 43px;
  }
}
@media (max-width: 767px) {
  .treatment-team__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0;
  }
}

.treatment-team__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 1328px) {
  .treatment-team__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 220px - 43px);
            flex: 0 0 calc(100% - 220px - 43px);
    max-width: calc(100% - 220px - 43px);
  }
}
@media (max-width: 767px) {
  .treatment-team__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.treatment-team__image img {
  border-radius: 50%;
  border: 32px solid #EFEFF0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 575px) {
  .treatment-team__image img {
    border: 16px solid #EFEFF0;
  }
}

.treatment-team__title {
  font-weight: 600;
  font-size: 34px;
  line-height: 38px;
  color: #039BE5;
  margin-bottom: 10px;
}
@media (max-width: 1328px) {
  .treatment-team__title {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .treatment-team__title {
    font-size: 24px;
    line-height: 25px;
  }
}

.treatment-team__specialisation {
  font-size: 16px;
  line-height: 26px;
  color: #080A0C;
  margin-bottom: 20px;
}
@media (max-width: 1328px) {
  .treatment-team__specialisation {
    font-size: 14px;
    line-height: 17px;
  }
}
@media (max-width: 575px) {
  .treatment-team__specialisation {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 8px;
  }
}

.treatment-team__description {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #080A0C;
}
@media (max-width: 1328px) {
  .treatment-team__description {
    font-size: 14px;
    line-height: 21px;
  }
}
@media (max-width: 575px) {
  .treatment-team__description {
    font-size: 14px;
    line-height: 21px;
  }
}

.treatment-team__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
@media (max-width: 575px) {
  .treatment-team__button {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 27px;
  }
}

/*  */
.main-timeline {
  position: relative;
  max-width: 100%;
  width: 100%;
}
.main-timeline:before, .main-timeline:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}
.main-timeline.main-timeline_small:before {
  content: "";
  width: 1px;
  height: calc(100% - 170px);
  background: #DCE5EF;
  position: absolute;
  top: 30px;
  left: 50%;
}
.main-timeline:before {
  content: "";
  width: 1px;
  height: calc(100% - 60px);
  background: #DCE5EF;
  position: absolute;
  top: 30px;
  left: 50%;
}
.main-timeline .timeline {
  width: 50%;
  float: left;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .main-timeline .timeline {
    width: 100%;
  }
}
.main-timeline .timeline-content {
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.main-timeline .timeline-content:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #DCE5EF;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: -1;
}
.main-timeline .content {
  padding-right: 18%;
  position: relative;
}
@media (max-width: 991px) {
  .main-timeline .content {
    padding-right: 16%;
  }
}
@media (max-width: 767px) {
  .main-timeline .content {
    padding-right: 0;
  }
}
.main-timeline .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  right: -30px;
  background: #FFFFFF;
  border: 1px solid #039BE5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 12px rgba(59, 59, 72, 0.12);
          box-shadow: 0px 4px 12px rgba(59, 59, 72, 0.12);
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 991px) {
  .main-timeline .icon {
    width: 48px;
    height: 48px;
    right: -24px;
    top: 14px;
  }
  .main-timeline .icon img {
    width: 20px;
  }
}
@media (max-width: 575px) {
  .main-timeline .icon {
    width: 40px;
    height: 40px;
    right: unset;
    top: unset;
    bottom: -60px;
    left: calc(50% - 20px);
  }
}
.main-timeline .icon img {
  width: 34px;
}
.main-timeline .timeline:nth-child(2n) .timeline-content:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #DCE5EF;
  position: absolute;
  top: 170px;
  left: 0;
  z-index: -1;
}
.main-timeline .timeline:nth-child(2n) .content {
  padding-left: 18%;
  padding-right: 0;
  margin-left: 2px;
}
@media (max-width: 991px) {
  .main-timeline .timeline:nth-child(2n) .content {
    padding-left: 16%;
  }
}
@media (max-width: 767px) {
  .main-timeline .timeline:nth-child(2n) .content {
    padding-left: 0;
  }
}
.main-timeline .timeline:nth-child(2n) .icon {
  right: auto;
  left: -30px;
  top: 140px;
}
@media (max-width: 991px) {
  .main-timeline .timeline:nth-child(2n) .icon {
    left: -24px;
    top: 144px;
  }
}
@media (max-width: 575px) {
  .main-timeline .timeline:nth-child(2n) .icon {
    left: calc(50% - 20px);
    top: unset;
    bottom: -60px;
  }
}
.main-timeline .timeline:nth-child(2) {
  margin-top: 105px;
}
.main-timeline .timeline:nth-child(odd) {
  margin: -100px 0 105px 0;
}
@media (max-width: 575px) {
  .main-timeline .timeline:nth-child(odd) {
    margin-top: 0;
  }
}
.main-timeline .timeline:nth-child(even) {
  margin-bottom: 66px;
}
@media (max-width: 575px) {
  .main-timeline .timeline:nth-child(even) {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.main-timeline .timeline:first-child, .main-timeline .timeline:last-child:nth-child(even) {
  margin: 0;
}
@media (max-width: 575px) {
  .main-timeline .timeline:last-child:nth-child(even) {
    margin-bottom: 80px;
    margin-top: 80px;
  }
}
.main-timeline .timeline:last-child:nth-child(even):after {
  content: "";
  width: 1px;
  height: calc(100% - 60px);
  background: #FFFFFF;
  position: absolute;
  top: 150px;
  left: 0;
}
.main-timeline .timeline:last-child:nth-child(odd):after {
  content: "";
  width: 1px;
  height: calc(100% - 60px);
  background: #FFFFFF;
  position: absolute;
  top: 60px;
  right: -1px;
  z-index: 1;
}
@media (max-width: 767px) {
  .main-timeline.main-timeline_small .timeline .icon {
    display: none;
  }
}
@media (max-width: 767px) {
  .main-timeline.main-timeline_small .timeline {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
  }
  .main-timeline.main-timeline_small .timeline .timeline__card-top.timeline__card-top_top {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-timeline.main-timeline_small .timeline .timeline__card-number {
    font-size: 40px;
    line-height: 46px;
    margin-right: 12px;
  }
  .main-timeline.main-timeline_small .timeline .timeline__card-subtitle {
    padding-top: 0;
    font-size: 14px;
    line-height: 20px;
  }
  .main-timeline.main-timeline_small .timeline .timeline__card_small {
    padding: 12px 11px;
  }
}
.main-timeline.main-timeline_small .timeline:nth-child(2n) .timeline-content:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #DCE5EF;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .main-timeline.main-timeline_small .timeline:nth-child(2n) .timeline-content:before {
    top: 34px;
  }
}
.main-timeline.main-timeline_small .timeline:nth-child(2n) .icon {
  right: auto;
  left: -30px;
  top: 10px;
}
.main-timeline.main-timeline_small .timeline:nth-child(even) {
  margin-bottom: 105px;
}

.section__sp-review {
  position: relative;
  background: #F6F7F9;
  padding-top: 90px;
  padding-bottom: 65px;
  overflow: hidden;
  z-index: 0;
}
.section__sp-review:after {
  position: absolute;
  content: "";
  background: url(../images/promotions/decor.svg);
  width: 312px;
  height: 294px;
  right: 0;
  top: -60px;
  z-index: 1;
}
@media (max-width: 991px) {
  .section__sp-review:after {
    right: -150px;
  }
}
@media (max-width: 575px) {
  .section__sp-review:after {
    content: none;
  }
}
.section__sp-review:before {
  position: absolute;
  content: "";
  background: url(../images/promotions/decor.svg);
  width: 207px;
  height: 294px;
  left: 0;
  bottom: -60px;
  z-index: 1;
  right: 0;
}
@media (max-width: 991px) {
  .section__sp-review:before {
    left: -100px;
  }
}
@media (max-width: 575px) {
  .section__sp-review:before {
    content: none;
  }
}

.sp-review {
  position: relative;
}
.sp-review:after {
  position: absolute;
  content: "";
  background-image: url("../images/style/logo__decor.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 101px;
  height: 428px;
  right: 101px;
  bottom: -150px;
  z-index: 500;
}
@media (max-width: 991px) {
  .sp-review:after {
    width: 68px;
    height: 285px;
    bottom: -10px;
    right: 68px;
  }
}
@media (max-width: 575px) {
  .sp-review:after {
    background-image: none;
  }
}

.sp-review__item {
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .sp-review__item {
    max-width: 400px;
    padding-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}

.sp-review__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  max-width: 100%;
  max-height: 100%;
  z-index: 0;
}
.sp-review__link span {
  border-radius: 20px;
}
.sp-review__link:hover .img__video img {
  -webkit-filter: brightness(1);
          filter: brightness(1);
  -webkit-backdrop-filter: blur(0);
          backdrop-filter: blur(0);
}
.sp-review__link .play__video {
  z-index: 1;
}
.sp-review__link .img__video {
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 1;
}
.sp-review__link .img__video img {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border-radius: 20px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.sp-review__link .img__video:after {
  position: absolute;
  content: "";
  border: 1px solid #039BE5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 16px;
  width: calc(100% - 46px);
  height: calc(100% + 46px);
  top: -23px;
  left: 23px;
  z-index: -1;
}

.section__price {
  padding-top: 65px;
  position: relative;
}

.price {
  padding-bottom: 100px;
}

.price__block {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 6px rgba(37, 46, 55, 0.14);
          box-shadow: 0px 4px 6px rgba(37, 46, 55, 0.14);
  border-radius: 6px;
  margin-bottom: 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid transparent;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.price__block:hover {
  -webkit-box-shadow: 0px 4px 6px rgba(37, 46, 55, 0.34);
          box-shadow: 0px 4px 6px rgba(37, 46, 55, 0.34);
}
.price__block:last-child {
  margin-bottom: 0;
}
.price__block.active {
  border: 1px solid #039BE5;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.price__block.active .price__general {
  background: #F0FAFF;
}

.price__block:not(.active) img:not(:first-child) {
  display: none;
}

.price__general {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .price__general {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.price__general-icon {
  margin-right: 26px;
  margin-left: 36px;
  width: 40px;
  height: 40px;
}
@media (max-width: 1328px) {
  .price__general-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
    max-width: 70px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: unset;
    margin-right: unset;
  }
}
@media (max-width: 767px) {
  .price__general-icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    max-width: 50px;
  }
  .price__general-icon img {
    width: 28px;
    height: 28px;
    margin-left: 20px;
    margin-right: 20px;
  }
}

.price__general-text {
  padding-top: 39px;
  padding-bottom: 39px;
  margin-left: 0;
  margin-right: auto;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #080A0C;
}
.price__block.active .price__general-text {
  color: #039BE5;
}
@media (max-width: 991px) {
  .price__general-text {
    padding-top: 24px;
    padding-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 767px) {
  .price__general-text {
    padding: 0;
    min-height: 50px;
    font-size: 16px;
    line-height: 18px;
  }
}

.price__general-plus {
  margin-right: 36px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .price__general-plus {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
    max-width: 30px;
    margin-right: 10px;
    margin-left: auto;
  }
}
.price__general-plus img {
  width: 30px;
  padding-left: 10px;
}
.price__general-plus img:first-child {
  display: block;
}
.price__general-plus img:last-child {
  display: none;
}
.price__block.active .price__general-plus img:first-child {
  display: none;
}
.price__block.active .price__general-plus img:last-child {
  display: block;
}

.price__second {
  padding-left: 36px;
  padding-right: 36px;
  border-radius: 6px;
  visibility: hidden;
  opacity: 0;
  height: 0;
  -webkit-transition: 0.3s height ease-in-out;
  -o-transition: 0.3s height ease-in-out;
  transition: 0.3s height ease-in-out;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .price__second {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 767px) {
  .price__second {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.price__second p {
  padding-bottom: 17px;
}
@media (max-width: 991px) {
  .price__second p {
    font-size: 14px;
    line-height: 17px;
    padding-bottom: 0;
  }
}
.price__block.active .price__second {
  visibility: visible;
  opacity: 1;
  height: auto;
  -webkit-transition: 0.6s all ease-in-out;
  -o-transition: 0.6s all ease-in-out;
  transition: 0.6s all ease-in-out;
  background: #F0FAFF;
}
.price__block.active .price__second .price__item:first-child {
  padding-top: 28px;
}
@media (max-width: 991px) {
  .price__block.active .price__second .price__item:first-child {
    padding-top: 10px;
  }
}

.price__item {
  padding-bottom: 20px;
}

.price__item-radius {
  background: #FFFFFF;
  border: 1px solid #039BE5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 13px;
  padding: 2px;
}

.price__item-radius2 {
  background: #FFFFFF;
  border: 1px solid #039BE5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 13px;
  padding: 12px 20px;
}
@media (max-width: 767px) {
  .price__item-radius2 {
    padding: 9px;
  }
}

.price__item-title {
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #FFFFFF;
  padding: 16px;
  background: #039BE5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px 0px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .price__item-title {
    font-size: 16px;
    line-height: 19px;
  }
}
.price__item-title:after {
  position: absolute;
  content: "";
  border: 1px solid #039BE5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px 0px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  left: -2px;
  top: -2px;
}

.price__item-subtitle {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #080A0C;
  border-bottom: 1px solid #039BE5;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 991px) {
  .price__item-subtitle {
    font-size: 16px;
    line-height: 19px;
  }
}

.price__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .price__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.price__content-left {
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media (max-width: 991px) {
  .price__content-left {
    max-width: 69%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 69%;
            flex: 0 0 69%;
  }
}
@media (max-width: 767px) {
  .price__content-left {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.price__content-right {
  max-width: 50%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
@media (max-width: 991px) {
  .price__content-right {
    max-width: 30%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
}
@media (max-width: 767px) {
  .price__content-right {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.price__c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 991px) {
  .price__c {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.price__list-block ul {
  list-style: none;
  padding-left: 0;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
@media (max-width: 767px) {
  .price__list-block ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.price__list-block li {
  padding-left: 24px;
  font-size: 16px;
  line-height: 26px;
  color: #505967;
  position: relative;
  margin-bottom: 4px;
}
.price__list-block li:before {
  position: absolute;
  content: "";
  background-image: url("../images/style/plus__green.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 15px;
  height: 15px;
  left: 0;
  top: 6px;
}

.price__more {
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .price__more {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .price__more {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.price__more a {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #039BE5;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
}
.price__cost {
  font-weight: 600;
  font-size: 34px;
  line-height: 38px;
  color: #080A0C;
}
@media (max-width: 991px) {
  .price__cost {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.3px;
  }
}

.price__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 56px;
}
@media (max-width: 991px) {
  .price__button {
    margin-left: 0;
  }
}

.price__package-subtitle {
  font-weight: 500;
  font-size: 26px;
  line-height: 30px;
  color: #505967;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
  margin-top: 80px;
}

.package__slider {
  padding-bottom: 80px;
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 5px;
  padding-right: 5px;
}

.pi__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 50px;
}

.pi__content-left {
  max-width: 58%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58%;
          flex: 0 0 58%;
}
@media (max-width: 991px) {
  .pi__content-left {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (max-width: 767px) {
  .pi__content-left {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.pi__content-right {
  max-width: calc(42% - 68px);
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(42% - 68px);
          flex: 0 1 calc(42% - 68px);
  margin-left: 68px;
}
@media (max-width: 991px) {
  .pi__content-right {
    max-width: calc(50% - 34px);
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 34px);
            flex: 0 1 calc(50% - 34px);
    margin-left: 34px;
  }
}
@media (max-width: 767px) {
  .pi__content-right {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-left: 0;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 30px;
  }
}

.pi__content-text {
  background: #F6F7F9;
  -webkit-box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
          box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
  border-radius: 16px;
  padding: 18px 25px;
}
.pi__content-text p {
  font-size: 16px;
  line-height: 26px;
}
.pi__content-text ul {
  list-style: none;
  padding-left: 27px;
  margin: 0;
}
.pi__content-text li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 26px;
}
.pi__content-text li:before {
  content: "";
  position: absolute;
  background-image: url(../images/style/icon__list.png);
  background-repeat: no-repeat;
  width: 19px;
  height: 17px;
  left: -27px;
}

@media (max-width: 767px) {
  .pi__content-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-bank {
  -webkit-box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
          box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 45px;
  width: 1172px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
}
@media (max-width: 1199px) {
  .p-bank {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
@media (max-width: 767px) {
  .p-bank {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-bank_blue {
  background: #039BE5;
}

.p-bank__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 320px;
          flex: 0 0 320px;
  max-width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1199px) {
  .p-bank__image {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: unset;
  }
}

.p-bank__image-decor {
  position: relative;
  z-index: 1;
}
.p-bank__image-decor:before {
  position: absolute;
  content: "";
  background: url(../images/decor/decor_white.svg);
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 360px;
  height: 80%;
}
@media (max-width: 1199px) {
  .p-bank__image-decor:before {
    content: none;
  }
}
.p-bank__image-decor img {
  -webkit-transform: translateX(120px);
      -ms-transform: translateX(120px);
          transform: translateX(120px);
}
@media (max-width: 1199px) {
  .p-bank__image-decor img {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    max-width: 110px;
  }
}

.p-bank__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(100% - 320px);
          flex: 1 1 calc(100% - 320px);
  max-width: calc(100% - 320px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1199px) {
  .p-bank__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(100% - 135px);
            flex: 1 1 calc(100% - 135px);
    max-width: calc(100% - 135px);
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
@media (max-width: 767px) {
  .p-bank__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

.p-bank__left {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.p-bank__right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.p-bank__top {
  font-weight: 500;
  font-size: 26px;
  line-height: 30px;
  color: #FFFFFF;
  margin-bottom: 12px;
}
@media (max-width: 1199px) {
  .p-bank__top {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
  }
}

.p-bank__middle {
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
}
@media (max-width: 1199px) {
  .p-bank__middle {
    font-size: 14px;
    line-height: 20px;
  }
}

.p-bank__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 50px;
}
@media (max-width: 1199px) {
  .p-bank__button {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .p-bank__button {
    margin-top: 24px;
  }
}

.promotions {
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #FFFFFF;
  position: relative;
}

.promotions__container {
  margin: -10px;
  padding: 10px;
}

.promotions__block {
  position: relative;
  min-height: 200px;
}
.promotions__block:before {
  position: absolute;
  content: "";
  background: url("../images/promotions/decor.svg");
  width: 345px;
  height: 132px;
  left: -170px;
  top: -90px;
  z-index: -1;
}
.promotions__block:after {
  position: absolute;
  content: "";
  background: url("../images/promotions/decor.svg");
  width: 312px;
  height: 294px;
  bottom: -210px;
  right: -205px;
  z-index: -1;
}

.promotion__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #FFFFFF;
  border-radius: 14px;
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
  -webkit-box-shadow: 0 6px 28px rgba(143, 155, 171, 0.4);
          box-shadow: 0 6px 28px rgba(143, 155, 171, 0.4);
  height: 200px;
  margin-bottom: 40px;
  margin-top: 40px;
}
@media (max-width: 1328px) {
  .promotion__item {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  .promotion__item {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
}

.promotion__image img {
  height: 200px;
  width: 315px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .promotion__image img {
    width: 100%;
    height: auto;
  }
}

.promotion__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 315px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1328px) {
  .promotion__desc {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .promotion__desc {
    width: calc(100% - 30px);
  }
}

.promotion__description {
  padding-left: 120px;
}
@media (max-width: 1328px) {
  .promotion__description {
    padding-left: 0;
  }
}

.promotion__title {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #080A0C;
  margin-bottom: 20px;
  max-width: 326px;
}
@media (max-width: 1328px) {
  .promotion__title {
    text-align: center;
    max-width: 260px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .promotion__title {
    font-size: 16px;
    line-height: 21px;
    margin-top: 22px;
    max-width: 100%;
  }
}

.promotion__price {
  font-weight: 600;
  font-size: 26px;
  line-height: 26px;
  color: #039BE5;
}
@media (max-width: 1328px) {
  .promotion__price {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
  }
}

.promotion__button {
  position: relative;
  z-index: 1;
}
@media (max-width: 1328px) {
  .promotion__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .promotion__button {
    margin-bottom: 32px;
    margin-top: 25px;
  }
}

.promotions-pagination {
  bottom: 0 !important;
}

.section__services {
  padding-top: 65px;
  position: relative;
}
.section__services.section__services_archive {
  padding-top: 95px;
}

.section__doctors {
  background-color: #FFFFFF;
  padding-top: 90px;
  padding-bottom: 65px;
  position: relative;
}
@media (max-width: 575px) {
  .section__doctors {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.section__doctors_bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.section__why-us {
  background-color: #F6F7F9;
  padding-top: 65px;
  padding-bottom: 65px;
  position: relative;
}
@media (max-width: 575px) {
  .section__why-us {
    padding-top: 40px;
  }
}

.section__grey {
  position: relative;
  background: #F6F7F9;
}

.section__certificates {
  position: relative;
  padding-top: 65px;
}

.section__r-b {
  position: relative;
}

.section__doctor-education {
  position: relative;
}

.section__qa {
  position: relative;
  padding-top: 65px;
}

.section__image-text {
  position: relative;
  padding-top: 65px;
}

.qa_section {
  margin-bottom: 80px;
}

.sections__manufacturers {
  padding-top: 65px;
  position: relative;
}

.section__types-stages {
  padding-top: 65px;
  position: relative;
}

.section__content-navigation {
  padding-bottom: 30px;
  margin-top: 30px;
}

.section__classification {
  padding-top: 65px;
  position: relative;
}

.section__portfolio {
  padding-top: 65px;
  padding-bottom: 65px;
  position: relative;
}
.section__portfolio.section__portfolio_bottom {
  padding-bottom: 0;
}
.section__portfolio:after {
  position: absolute;
  content: "";
  background: url(../images/promotions/decor.svg);
  width: 312px;
  height: 294px;
  right: 0;
  bottom: -60px;
  z-index: -1;
}
.section__portfolio:before {
  position: absolute;
  content: "";
  background: url(../images/promotions/decor.svg);
  width: 312px;
  height: 400px;
  left: 0;
  top: -60px;
  z-index: -1;
}

.section__advantages-disadvantages {
  position: relative;
  padding-top: 65px;
  padding-bottom: 65px;
}

.section__price-text {
  position: relative;
  padding-top: 65px;
}

.section__portfolio_sd:after, .section__portfolio_sd:before {
  content: none;
}

.section__our-price {
  padding-top: 65px;
  position: relative;
}

.section__package-offers {
  padding-top: 65px;
  position: relative;
}

.section__price-info {
  padding-top: 65px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section__pb {
  position: relative;
  padding-top: 65px;
}

.services__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 33px;
}
@media (max-width: 1328px) {
  .services__button {
    margin-top: 15px;
  }
}
.services__button.__mb60 {
  margin-bottom: 60px;
}

.doctors__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.why-us__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0px;
}

.services__card-title a {
  font-weight: 600;
  font-size: 24px;
  line-height: 26px;
  color: #080A0C;
  margin-bottom: 8px;
  position: relative;
  padding-bottom: 16px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.services__card-title a:hover {
  color: #039BE5;
}
@media (max-width: 991px) {
  .services__card-title a {
    font-size: 13px;
    line-height: 26px;
    padding-bottom: 6px;
  }
}
@media (max-width: 767px) {
  .services__card-title a {
    font-size: 18px;
    line-height: 26px;
  }
}
.services__card-title a:after {
  position: absolute;
  content: "";
  background-image: url("../images/style/__service_line.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 280px;
  height: 1px;
  bottom: 0;
  left: 0;
  max-width: 100%;
}

.services__list ul, .services__list ol {
  padding-left: 15px;
  margin: 0;
  margin-top: 7px;
}
.services__list li:hover a {
  color: #039BE5;
  font-weight: 700;
  text-decoration: underline;
}
.services__list li:hover::marker {
  color: #039BE5;
  font-weight: 700;
}
@media (max-width: 991px) {
  .services__list li::marker {
    font-size: 12px;
  }
}
.services__list a {
  font-size: 14px;
  line-height: 26px;
  color: #080A0C;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .services__list a {
    font-size: 12px;
    line-height: 22px;
  }
}

.services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 65px;
}

.services__card {
  margin-bottom: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 10px);
          flex: 0 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .services__card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.33% - 10px);
            flex: 0 0 calc(33.33% - 10px);
    max-width: calc(33.33% - 10px);
  }
}
@media (max-width: 767px) {
  .services__card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}
@media (max-width: 575px) {
  .services__card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .section__portfolio:before {
    display: none;
  }
  .section__portfolio:after {
    display: none;
  }
}
.services__card:hover .services__card-content {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.services__card:hover .services__card-content:before {
  width: calc(100% + 22px);
  height: calc(100% + 18px);
  left: -11px;
  top: -9px;
  z-index: -1;
  background: #039BE5;
  -webkit-box-shadow: 0px 32px 76px -40px rgba(38, 38, 38, 0.5);
          box-shadow: 0px 32px 76px -40px rgba(38, 38, 38, 0.5);
  border-radius: 10px;
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  left: -8px;
  top: -8px;
}

.services__card-content {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
          box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
  border-radius: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding: 25px 42px;
  position: relative;
}
@media (max-width: 991px) {
  .services__card-content {
    padding: 30px 16px 24px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
}
.services__card-content:before {
  position: absolute;
  content: "";
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 76px -40px rgba(38, 38, 38, 0.8);
          box-shadow: 0px 0px 76px -40px rgba(38, 38, 38, 0.8);
  border-radius: 16px;
  width: calc(100% - 26px);
  height: calc(100% + 16px);
  left: 13px;
  top: -7px;
  z-index: -1;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.service__card-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 197px;
  margin-right: 64px;
}
@media (max-width: 991px) {
  .service__card-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
  .service__card-left img {
    max-width: 75px;
  }
}
@media (max-width: 767px) {
  .service__card-left img {
    max-width: 114px;
  }
}

.service__card-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  width: 197px;
  height: 197px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 0px 4px 4px rgba(3, 155, 229, 0.25);
          box-shadow: inset 0px 4px 4px rgba(3, 155, 229, 0.25);
}
.service__card-image img {
  max-width: 50%;
}

.service__card-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 991px) {
  .service__card-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.ss__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 70px;
}

.ss__content-left {
  max-width: calc(50% - 30px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 30px);
          flex: 0 0 calc(50% - 30px);
  margin-right: 30px;
}
@media (max-width: 767px) {
  .ss__content-left {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-right: 0;
  }
}

.ss__content-right {
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media (max-width: 767px) {
  .ss__content-right {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.ss__content-thumbnail {
  position: relative;
}
.ss__content-thumbnail img {
  border-radius: 20px;
  -webkit-filter: drop-shadow(0px 6px 28px rgba(143, 155, 171, 0.4));
          filter: drop-shadow(0px 6px 28px rgba(143, 155, 171, 0.4));
}

.ss__content-price {
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #039BE5;
  margin-top: 25px;
}

.ss__content-text {
  margin-top: 18px;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 26px;
}

.ss__content-list {
  margin-top: 18px;
  margin-bottom: 24px;
}

.ss__item {
  font-size: 16px;
  line-height: 26px;
  color: #080A0C;
  margin-bottom: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ss__item img {
  padding-right: 5px;
}

.ss__content-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .ss__content-button {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 24px;
  }
}

.section__advantages {
  position: relative;
  padding-top: 100px;
  padding-bottom: 70px;
}

.sa__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 995px;
  margin-left: auto;
  margin-right: auto;
}

.sa__card {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 28px 51px rgba(143, 155, 171, 0.25);
          box-shadow: 0px 28px 51px rgba(143, 155, 171, 0.25);
  border-radius: 20px;
  width: 305px;
  padding: 18px;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sa__card-icon {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  padding-top: 10px;
}
.sa__card-icon img {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.sa__card-title {
  font-weight: 500;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  color: #039BE5;
  padding-top: 20px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.sa__card-text {
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #505967;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.section__c-1 {
  position: relative;
  padding-top: 65px;
}

.section__c-2 {
  position: relative;
  padding-top: 65px;
}

.block__image-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 65px;
}
.block__image-text.image-first .block__image {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.block__image-text_mb0 {
  margin-bottom: 0;
}

.block__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 40px);
          flex: 1 1 calc(50% - 40px);
  max-width: calc(50% - 40px);
}
@media (max-width: 991px) {
  .block__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.block__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 10px);
          flex: 1 1 calc(50% - 10px);
  max-width: calc(50% - 10px);
}
@media (max-width: 991px) {
  .block__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.block__image-image {
  position: relative;
  z-index: 0;
  margin-bottom: 30px;
}
.block__image-image:before {
  position: absolute;
  content: "";
  border: 1px solid #039BE5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px;
  width: calc(100% - 64px);
  left: 32px;
  height: calc(100% + 38px);
  top: -18px;
  z-index: -1;
}
.block__image-image img {
  border-radius: 16px;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 991px) {
  .block__image-image img {
    margin-bottom: 30px;
  }
}

.block__text-text ol {
  padding-left: 20px;
}
.block__text-text ol li {
  font-size: 16px;
  line-height: 26px;
  color: #505967;
}

.block__text-text_mb {
  margin-bottom: 0;
}

.block__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 75px;
}

.block__button_left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.block__button_right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.convenient__content {
  margin-bottom: 70px;
}

.advantages-disadvantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.advantages {
  max-width: calc(50% - 3px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 3px);
          flex: 0 0 calc(50% - 3px);
}
@media (max-width: 767px) {
  .advantages {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.disadvantage {
  max-width: calc(50% - 3px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 3px);
          flex: 0 0 calc(50% - 3px);
}
@media (max-width: 767px) {
  .disadvantage {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 20px;
  }
}

.advantages__base {
  background: #fff;
  border: 1px solid #2BB185;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 24px;
  margin: 1px;
  padding: 1px;
}

.disadvantage__base {
  background: #fff;
  border: 1px solid #E22929;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 24px;
  margin: 1px;
  padding: 1px;
}

.advantages__title {
  background: rgba(0, 190, 180, 0.2);
  border-radius: 20px 20px 0 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 4px);
          flex: 0 0 calc(100% - 4px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: calc(100% - 4px);
  padding: 20px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 2px;
  margin-bottom: 3px;
  margin-right: 3px;
  color: #00beb4;
  font-weight: 500;
  font-size: 30px;
  line-height: 1;
}
@media (max-width: 991px) {
  .advantages__title {
    font-size: 18px;
  }
}
.advantages__title svg {
  margin-right: 16px;
  padding: 5px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media (max-width: 991px) {
  .advantages__title svg {
    width: 25px;
    height: 25px;
  }
}
.advantages__title:before {
  position: absolute;
  content: "";
  border: 1px solid #2BB185;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 23px 23px 0 0;
  padding: 3px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  left: -2px;
  top: -2px;
}

.disadvantage__title {
  background: rgba(226, 41, 41, 0.2);
  border-radius: 20px 20px 0 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 4px);
          flex: 0 0 calc(100% - 4px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: calc(100% - 4px);
  padding: 20px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 2px;
  margin-bottom: 3px;
  margin-right: 3px;
  font-weight: 500;
  font-size: 30px;
  line-height: 30px;
  color: #e22929;
}
@media (max-width: 991px) {
  .disadvantage__title {
    font-size: 18px;
  }
}
.disadvantage__title svg {
  margin-right: 16px;
  padding: 5px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media (max-width: 991px) {
  .disadvantage__title svg {
    width: 25px;
    height: 25px;
  }
}
.disadvantage__title:before {
  position: absolute;
  content: "";
  border: 1px solid #E22929;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 23px 23px 0 0;
  padding: 3px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  left: -2px;
  top: -2px;
}

.advantages__content {
  background: rgba(0, 190, 180, 0.1);
  position: relative;
  padding: 10px 36px;
  margin: 2px;
  border-radius: 0 0 23px 23px;
}
@media (max-width: 991px) {
  .advantages__content {
    padding: 10px 12px;
  }
}
.advantages__content:before {
  position: absolute;
  content: "";
  border: 1px solid #2BB185;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0 0 23px 23px;
  padding: 3px;
  width: calc(100% + 4px);
  height: calc(100% + 2px);
  left: -2px;
  top: 0;
}

.disadvantages__content {
  background: rgba(226, 41, 41, 0.1);
  position: relative;
  padding: 10px 36px;
  margin: 2px;
  border-radius: 0 0 23px 23px;
}
@media (max-width: 991px) {
  .disadvantages__content {
    padding: 10px 12px;
  }
}
.disadvantages__content:before {
  position: absolute;
  content: "";
  border: 1px solid #E22929;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0 0 23px 23px;
  padding: 3px;
  width: calc(100% + 4px);
  height: calc(100% + 2px);
  left: -2px;
  top: 0;
}

.advantages__text, .disadvantages__text {
  font-size: 16px;
  line-height: 26px;
  color: #080A0C;
}
@media (max-width: 991px) {
  .advantages__text, .disadvantages__text {
    font-size: 12px;
    line-height: 18px;
  }
}

.advantages__item, .disadvantages__item {
  padding-left: 33px;
  position: relative;
}
.advantages__item:last-child, .disadvantages__item:last-child {
  margin-bottom: 40px;
}

.advantages__item:before {
  position: absolute;
  content: "";
  background-image: url("../images/style/advantages_plus.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  left: 0;
}

.disadvantages__item:before {
  position: absolute;
  content: "";
  background-image: url("../images/style/disadvantages_minus.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  left: 0;
}

.advantages__item-title, .disadvantage__item-title {
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #080A0C;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .advantages__item-title, .disadvantage__item-title {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 15px;
  }
}

.advantages__item-text, .disadvantage__item-text {
  font-size: 16px;
  line-height: 26px;
  color: #505967;
}
@media (max-width: 991px) {
  .advantages__item-text, .disadvantage__item-text {
    font-size: 12px;
    line-height: 1.5;
  }
}

.service-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.service-info__left {
  max-width: calc(50% - 40px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 40px);
          flex: 0 0 calc(50% - 40px);
}
@media (max-width: 991px) {
  .service-info__left {
    max-width: calc(40% - 20px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(40% - 20px);
            flex: 0 0 calc(40% - 20px);
  }
}
@media (max-width: 767px) {
  .service-info__left {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.service-info__right {
  max-width: calc(50% - 10px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 10px);
          flex: 0 0 calc(50% - 10px);
}
.service-info__right p {
  font-size: 14px;
  line-height: 26px;
}
@media (max-width: 991px) {
  .service-info__right p {
    font-size: 14px;
    line-height: 21px;
  }
}
@media (max-width: 991px) {
  .service-info__right {
    max-width: calc(60% - 10px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(60% - 10px);
            flex: 0 0 calc(60% - 10px);
  }
}
@media (max-width: 767px) {
  .service-info__right {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 15px;
  }
}

.service-info__left-image {
  position: relative;
  z-index: 2;
}
.service-info__left-image:before {
  position: absolute;
  content: "";
  width: calc(100% - 64px);
  height: calc(100% + 44px);
  top: -16px;
  left: 32px;
  z-index: -1;
  border: 1px solid #039BE5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px;
}
@media (max-width: 991px) {
  .service-info__left-image:before {
    width: calc(100% - 28px);
    height: calc(100% + 19px);
    top: -8px;
    left: 14px;
  }
}
.service-info__left-image img {
  border-radius: 20px;
  width: 100%;
  max-width: 100%;
}

.service-info__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .service-info__button {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.manufacturers__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 60px;
  margin-top: -50px;
  padding-bottom: 60px;
}

.manufacturer {
  padding: 10px 8px 11px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 32px 76px -40px rgba(38, 38, 38, 0.5);
          box-shadow: 0px 32px 76px -40px rgba(38, 38, 38, 0.5);
  border-radius: 16px;
}

.manufacturer__item {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
          box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
  border-radius: 14px;
  padding: 42px 13px 15px;
}

.manufacturer__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}

.manufacturer__title {
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #080A0C;
  margin-bottom: 5px;
}

.manufacturer__price {
  font-size: 16px;
  line-height: 26px;
  color: #039BE5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
.manufacturer__price img {
  margin-right: 7px;
}

.manufacturer__hr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
}
.manufacturer__hr svg {
  height: 2px;
}

.manufacturer__list {
  margin-top: 10px;
  margin-bottom: 7px;
}

.manufacturer__list-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #080A0C;
  margin-bottom: 5px;
}

.manufacturer-item {
  font-size: 16px;
  line-height: 22px;
  color: #080A0C;
  position: relative;
  padding-left: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 7px;
}

.manufacturer-item_good:before {
  content: "";
  position: absolute;
  background-image: url("../images/style/manufacturers__plus.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  width: 12px;
  height: 12px;
  top: 5px;
}

.manufacturer-item_bad:before {
  content: "";
  position: absolute;
  background-image: url("../images/style/manufacturers__minus.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  width: 12px;
  height: 22px;
}

.manufacturer__text {
  font-size: 14px;
  line-height: 22px;
  color: #8395A7;
  margin-bottom: 8px;
}

.manufacturer__more a {
  font-weight: 600;
  font-size: 14px;
  line-height: 1px;
  color: #039BE5;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 10px;
}
.manufacturer__more a:after {
  content: "";
  position: absolute;
  background-image: url("../images/style/m__arr.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  width: 5px;
  height: 10px;
}

.types-stages {
  margin-top: -20px;
  margin-bottom: 60px;
}

.types-stages__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 46px;
  text-align: center;
  color: #080A0C;
}

.types-stages__item {
  margin-top: 30px;
  margin-bottom: 30px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
          box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
  border-radius: 14px;
  position: relative;
  margin-bottom: 80px;
}
.types-stages__item:before {
  position: absolute;
  content: "";
  width: calc(100% - 24px);
  height: 100%;
  top: 12px;
  left: 12px;
  z-index: -1;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 32px 76px -40px rgba(38, 38, 38, 0.5);
          box-shadow: 0px 32px 76px -40px rgba(38, 38, 38, 0.5);
  border-radius: 16px;
}

.types-stages__image img {
  border-radius: 12px;
  width: 100%;
}

.types-stages__content {
  padding: 20px;
}

.types-stages__head {
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #080A0C;
}

.types-stages__hr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
}
.types-stages__hr svg {
  height: 2px;
}

.types-stages__text {
  font-size: 14px;
  line-height: 22px;
  color: #8395A7;
}

.types-stages__more a {
  font-weight: 600;
  font-size: 14px;
  line-height: 1px;
  color: #039BE5;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 10px;
}
.types-stages__more a:after {
  content: "";
  position: absolute;
  background-image: url("../images/style/m__arr.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  width: 5px;
  height: 10px;
}

.types-stages__slider {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}

.classification {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}

.classification__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(25% - 3px);
          flex: 0 1 calc(25% - 3px);
  max-width: calc(25% - 3px);
  background: #FFFFFF;
  -webkit-box-shadow: 0px 32px 76px -40px rgba(38, 38, 38, 0.5);
          box-shadow: 0px 32px 76px -40px rgba(38, 38, 38, 0.5);
  border-radius: 16px;
  padding: 8px;
}
@media (max-width: 991px) {
  .classification__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 3px);
            flex: 0 1 calc(50% - 3px);
    max-width: calc(50% - 3px);
  }
}
@media (max-width: 767px) {
  .classification__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.classification__item-base {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
          box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
  border-radius: 14px;
}

.classification__image img {
  border-radius: 16px;
  width: 100%;
  max-width: 100%;
}

.classification__content {
  padding: 12px;
}

.classification__title {
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #080A0C;
}

.classification__price {
  font-size: 16px;
  line-height: 26px;
  color: #039BE5;
  margin-bottom: 12px;
}

.classification__hr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
}
.classification__hr svg {
  height: 2px;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.classification__text {
  font-size: 14px;
  line-height: 22px;
  color: #8395A7;
}

.classification__more a {
  font-weight: 600;
  font-size: 14px;
  line-height: 1px;
  color: #039BE5;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 10px;
}
.classification__more a:after {
  content: "";
  position: absolute;
  background-image: url(../images/style/m__arr.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  width: 5px;
  height: 10px;
}

.single-block {
  margin-top: 17px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single-block__tag {
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  color: #505967;
  padding: 5px 15px;
  background: #f7f7f7;
  border-radius: 50px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .single-block__tag {
    margin-right: 5px;
  }
}

.single-block__date {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #8395a7;
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .single-block__date {
    font-size: 12px;
    line-height: 20px;
  }
}
.single-block__date img {
  margin-right: 10px;
  width: 30px;
  height: 30px;
}

.single-block__views {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #8395a7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-block__views img {
  margin-right: 10px;
  max-width: 28px;
}

.s-content {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.22);
          box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.22);
  border-radius: 16px;
  padding: 15px;
}

.s-content__top {
  position: relative;
}

.s-content__text {
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: #039BE5;
  background-color: #FFFFFF;
  width: 110px;
  height: 50px;
  padding: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.s-content__text img {
  width: 29px;
  height: 29px;
}

.s-content__content {
  border: 1px solid #DCE5EF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  padding-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.s-content__content.s-content__content_col-4 ul, .s-content__content.s-content__content_col-4 ol {
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
}
@media (max-width: 991px) {
  .s-content__content.s-content__content_col-4 ul, .s-content__content.s-content__content_col-4 ol {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media (max-width: 767px) {
  .s-content__content.s-content__content_col-4 ul, .s-content__content.s-content__content_col-4 ol {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.s-content__content.s-content__content_col-3 ul, .s-content__content.s-content__content_col-3 ol {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
}
@media (max-width: 767px) {
  .s-content__content.s-content__content_col-3 ul, .s-content__content.s-content__content_col-3 ol {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.s-content__content.s-content__content_col-2 ul, .s-content__content.s-content__content_col-2 ol {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
@media (max-width: 767px) {
  .s-content__content.s-content__content_col-2 ul, .s-content__content.s-content__content_col-2 ol {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.s-content__content ul, .s-content__content ol {
  list-style: none;
  padding-left: 0;
  counter-reset: ss-counter;
}
.s-content__content li {
  margin-left: 16px;
  counter-increment: ss-counter;
  overflow: hidden;
  /* Fix for firefox and IE 10-11  */
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari, Opera */
  page-break-inside: avoid;
  /* Firefox */
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  /* IE 10+ */
  break-inside: avoid-column;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 42px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .s-content__content li {
    padding-right: 10px;
  }
}
.s-content__content li:nth-child(n+10):before {
  content: counter(ss-counter);
}
.s-content__content li:hover:before {
  background: #039BE5;
  color: #FFFFFF;
}
.s-content__content li:before {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  content: "0" counter(ss-counter);
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #039BE5;
  border: 1px solid #039BE5;
  border-radius: 50%;
  margin-right: 10px;
  left: 0;
  width: 30px;
  height: 30px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.s-content__content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  color: #1F252C;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .s-content__content a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .s-content__content a {
    font-size: 12px;
  }
}
.s-content__content a:hover {
  text-decoration: underline;
  color: #039BE5;
}

/**/
.main__single-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .main__single-post {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.aside__single-post {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 305px;
          flex: 0 0 305px;
  max-width: 305px;
  margin-top: 30px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media (max-width: 991px) {
  .aside__single-post {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 230px;
            flex: 0 0 230px;
    max-width: 230px;
  }
}
@media (max-width: 767px) {
  .aside__single-post {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.aside__colored {
  background: #F0FAFF;
  -webkit-box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
          box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 30px;
}

.section__single-post {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 325px);
          flex: 0 0 calc(100% - 325px);
  max-width: calc(100% - 325px);
  padding-top: 30px;
}
@media (max-width: 991px) {
  .section__single-post {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 250px);
            flex: 0 0 calc(100% - 250px);
    max-width: calc(100% - 250px);
  }
}
@media (max-width: 767px) {
  .section__single-post {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.single-post__media {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.22);
          box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.22);
  border-radius: 16px;
  padding: 19px;
  margin-bottom: 20px;
  position: relative;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
@media (max-width: 991px) {
  .single-post__media {
    padding: 9px;
    border-radius: 20px;
  }
}
.single-post__media img {
  border-radius: 20px;
}

.single-post__text p {
  font-size: 16px;
  line-height: 26px;
  color: #080A0C;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .single-post__text p {
    font-size: 14px;
    line-height: 21px;
  }
}
.single-post__text h2 {
  font-weight: bold;
  font-size: 23px;
  line-height: 1.2;
  color: #080A0C;
  text-align: left;
  margin-top: 16px;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .single-post__text h2 {
    font-size: 17px;
  }
}
.single-post__text .tt__left img {
  float: right;
  padding-left: 15px;
}
@media (max-width: 991px) {
  .single-post__text .tt__left img {
    max-width: 40%;
  }
}
@media (max-width: 767px) {
  .single-post__text .tt__left img {
    float: unset;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.single-post__text .tt__right img {
  float: left;
  padding-right: 15px;
  border-radius: 20px;
}

.single__quote {
  background: #F0FAFF;
  border-radius: 20px;
  padding: 17px 28px 11px;
  -webkit-box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
          box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
  position: relative;
  margin-top: 50px;
  margin-bottom: 30px;
}

.single__quote-image {
  position: relative;
  top: -15px;
  margin-top: -20px;
}

.single__quote-text {
  font-size: 14px;
  line-height: 22px;
  color: #505967;
}

.aside__category-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
          box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
  border-radius: 15px;
  margin-bottom: 10px;
  min-height: 76px;
}

.aside__category-icon {
  max-width: 73px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 73px;
          flex: 0 0 73px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.aside__category-icon img {
  max-width: 45px;
}

.aside__category-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #039BE5;
}
@media (max-width: 991px) {
  .aside__category-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    padding-right: 5px;
  }
}

.aside__category-price {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #080A0C;
}

.aside__posts {
  margin-top: 24px;
  position: relative;
}
.aside__posts .blog-card__title {
  font-size: 14px;
  line-height: 19px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .aside__posts .blog-card__title {
    margin-top: 5px;
  }
}
.aside__posts .blog-card__tag-blog span {
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
}
@media (max-width: 991px) {
  .aside__posts .blog-card__tag-blog span {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    padding: 3px 5px;
  }
}
.aside__posts .blog-card_aside {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 15px;
  margin-top: 30px;
}

.aside__posts-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #080A0C;
  margin-bottom: 10px;
}

.post-slider-block {
  margin-bottom: 30px;
}

.post-slider {
  margin: -20px;
  padding: 20px;
}
@media (max-width: 767px) {
  .post-slider {
    margin: 0;
    padding: 0;
  }
}
.post-slider .swiper-slide {
  border-radius: 16px;
  padding: 16px;
  -webkit-box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.22);
          box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.22);
}
.post-slider .swiper-slide img {
  width: 100%;
}

.post-content h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  color: #080A0C;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .post-content h3 {
    font-size: 18px;
    line-height: 1.2;
  }
}
.post-content h4 {
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  color: #080A0C;
}
.post-content ul {
  list-style: none;
  padding-left: 0;
}
.post-content ul li {
  position: relative;
  padding-left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .post-content ul li {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .post-content ul li:before {
    top: 5px;
  }
}
.post-content ul li:before {
  position: absolute;
  content: "";
  background-image: url(../images/style/li__tooth.svg);
  width: 16px;
  height: 16px;
  left: 0;
}
.post-content ol {
  padding-left: 0;
}
.post-content ol li {
  margin-left: 20px;
}
.post-content li {
  font-size: 14px;
  line-height: 22px;
  color: #080A0C;
}

.post-content__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.post-content__inner-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 508px;
          flex: 0 0 508px;
  max-width: 508px;
}
@media (max-width: 1328px) {
  .post-content__inner-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 1199px) {
  .post-content__inner-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.post-content__inner-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 528px);
          flex: 0 0 calc(100% - 528px);
  max-width: calc(100% - 528px);
  margin-left: 20px;
}
@media (max-width: 1328px) {
  .post-content__inner-right {
    max-width: calc(50% - 20px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 20px);
            flex: 0 0 calc(50% - 20px);
  }
}
@media (max-width: 1199px) {
  .post-content__inner-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.post-content__img {
  position: relative;
  z-index: 2;
}
.post-content__img img {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 1199px) {
  .post-content__img img {
    margin-top: 30px;
  }
}
.post-content__img:before {
  position: absolute;
  content: "";
  width: calc(100% - 40px);
  height: calc(100% + 26px);
  border: 1px solid #039BE5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px;
  left: 20px;
  top: -13px;
  z-index: -1;
}
.post-content__img img {
  border-radius: 16px;
}

@media (max-width: 991px) {
  .post-detail__text {
    font-size: 14px;
    line-height: 26px;
  }
}

.post-detail__doctor-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pd__image {
  margin-right: 20px;
}

.pd__top {
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
}

.pd__bottom {
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
}

.post-share {
  background: #F0FAFF;
  border: 1px solid #039BE5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 26px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 22px;
}

.post-share__text {
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  color: #039BE5;
  margin-right: 10px;
}

.post-share__list a {
  margin-left: auto;
  margin-right: auto;
}
.post-share__list a svg {
  -webkit-animation: rotate-15-cw 1.5s ease-in-out infinite both;
          animation: rotate-15-cw 1.5s ease-in-out infinite both;
}

.stock__item {
  -webkit-box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
          box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
  margin-bottom: 55px;
  position: relative;
  z-index: 0;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .stock__item {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .stock__item {
    margin-bottom: 20px;
  }
}
.stock__item:before {
  content: "";
  position: absolute;
  background-image: url("../images/style/stock_d1.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 559px;
  height: 198px;
  left: 0;
  top: 0;
  z-index: 1;
}
@media (max-width: 991px) {
  .stock__item:before {
    width: 309px;
    height: 109px;
  }
}

.stock__item-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .stock__item-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .stock__item-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
.stock__item_light-blue .stock__item-content:before {
  position: absolute;
  content: "";
  background: url(../images/decor/decor_green.svg);
  width: 370px;
  height: 230px;
  right: 0;
  bottom: 0;
  z-index: 0;
}
@media (max-width: 991px) {
  .stock__item_light-blue .stock__item-content:before {
    width: 160px;
    height: 90px;
  }
}
.stock__item_light-blue .stock__item-content:after {
  position: absolute;
  content: "";
  background: url(../images/decor/decor_grey.svg);
  width: 130px;
  height: 200px;
  left: 0;
  top: 0;
  z-index: 0;
}
@media (max-width: 991px) {
  .stock__item_light-blue .stock__item-content:after {
    width: 150px;
    height: 100px;
  }
}
.stock__item_dark-blue .stock__item-content:before {
  position: absolute;
  content: "";
  background: url(../images/decor/decor_white.svg);
  width: 370px;
  height: 230px;
  right: 0;
  bottom: 0;
  z-index: 0;
}
@media (max-width: 991px) {
  .stock__item_dark-blue .stock__item-content:before {
    width: 160px;
    height: 90px;
  }
}
.stock__item_dark-blue .stock__item-content:after {
  position: absolute;
  content: "";
  background: url(../images/decor/decor_grey.svg);
  width: 130px;
  height: 200px;
  left: 0;
  top: 0;
  z-index: 0;
}
@media (max-width: 991px) {
  .stock__item_dark-blue .stock__item-content:after {
    width: 150px;
    height: 100px;
  }
}

.stock__item-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 500px;
          flex: 0 0 500px;
  max-width: 500px;
  margin-right: 10px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .stock__item-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (max-width: 991px) {
  .stock__item-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
}

.stock__item-right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
  z-index: 2;
}

.stock__item_light-blue {
  background: #F0FAFF;
}
.stock__item_light-blue::after {
  content: "";
  position: absolute;
  background-image: url("../images/style/stock_d2.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 533px;
  height: 198px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 991px) {
  .stock__item_light-blue::after {
    width: 266px;
    height: 99px;
  }
}

.stock__item_dark-blue {
  background: #039BE5;
}
.stock__item_dark-blue::after {
  content: "";
  position: absolute;
  background-image: url("../images/style/stock_d3.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 533px;
  height: 198px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 991px) {
  .stock__item_dark-blue::after {
    width: 266px;
    height: 99px;
  }
}

.stock__title {
  font-weight: bold;
  font-size: 48px;
  line-height: 54px;
  margin-bottom: 25px;
  padding-right: 10px;
}
@media (max-width: 1199px) {
  .stock__title {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .stock__title {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .stock__title {
    font-size: 24px;
    line-height: 1.3;
  }
}
@media (max-width: 575px) {
  .stock__title {
    padding-top: 24px;
  }
}
.stock__item_light-blue .stock__title {
  color: #080A0C;
}
.stock__item_dark-blue .stock__title {
  color: #FFFFFF;
}

.stock__price {
  font-weight: 500;
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .stock__price {
    margin-bottom: 16px;
    font-size: 24px;
  }
}
.stock__item_light-blue .stock__price {
  color: #039BE5;
}
.stock__item_dark-blue .stock__price {
  color: #FFFFFF;
}

.stock__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.stock__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 575px) {
  .stock__button .l-btn__primary {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    width: 189px;
  }
}

.title__content_vc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.title__left_vc {
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media (max-width: 575px) {
  .title__left_vc {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.title__right_vc {
  max-width: calc(50% - 20px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 20px);
          flex: 0 0 calc(50% - 20px);
}
@media (max-width: 575px) {
  .title__right_vc {
    display: none;
  }
}
.title__right_vc img {
  -webkit-filter: drop-shadow(0px 6px 28px rgba(143, 155, 171, 0.4));
          filter: drop-shadow(0px 6px 28px rgba(143, 155, 171, 0.4));
}

.vc__card-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 160%;
  color: #000000;
  margin-top: 16px;
}
.vc__card-title.vc__card-title_bottom {
  margin-bottom: 10px;
}

.vc__card-list ul {
  padding-left: 0;
  list-style: none;
  margin: 10px 0 25px;
}
.vc__card-list li {
  font-size: 16px;
  line-height: 160%;
  color: #000000;
  margin-bottom: 7px;
  position: relative;
  padding-left: 29px;
}
@media (max-width: 991px) {
  .vc__card-list li {
    font-size: 14px;
  }
}
.vc__card-list li:before {
  position: absolute;
  content: "";
  background-image: url("../images/style/__li_i.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 19px;
  height: 16px;
  left: 0;
  top: 2px;
}
.vc__card-list li:last-child {
  margin-bottom: 0;
}

.vacancies__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 30px;
}

.vacancies__details-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(45% - 50px);
          flex: 0 0 calc(45% - 50px);
  max-width: calc(45% - 50px);
  margin-right: 50px;
}
@media (max-width: 991px) {
  .vacancies__details-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 30px);
            flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
    margin-right: 10px;
    margin-left: 20px;
  }
}
@media (max-width: 575px) {
  .vacancies__details-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.vacancies__details-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
  max-width: 55%;
}
@media (max-width: 991px) {
  .vacancies__details-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 30px);
            flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
    margin-left: 30px;
  }
}
@media (max-width: 575px) {
  .vacancies__details-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.vc__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 991px) {
  .vc__contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.vc__contacts .contacts__phones {
  margin-right: 70px;
}
@media (max-width: 991px) {
  .vc__contacts .contacts__phones {
    margin-bottom: 30px;
  }
}
.map__tablet {
  display: none;
}
@media (max-width: 991px) {
  .map__tablet {
    display: block;
  }
}

.vc__map {
  max-width: 100%;
}
@media (max-width: 991px) {
  .vc__map.vc__map_desktop {
    display: none;
  }
}
.vc__map iframe {
  width: 100%;
  max-width: 100%;
  -webkit-box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
          box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
  border-radius: 16px;
}

.ba__1 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.ba__2 {
  max-width: 955px;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

.l-btn__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.l-btn__primary {
  background: #23FFB4;
  -webkit-box-shadow: 0px 8px 12px rgba(35, 255, 180, 0.6);
          box-shadow: 0px 8px 12px rgba(35, 255, 180, 0.6);
  border-radius: 50px;
  padding: 18px 33px;
  max-width: 100%;
  border: 2px solid #FFFFFF;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  color: #080A0C;
  margin-bottom: 10px;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.l-btn__primary:hover {
  background: #6FFFE5;
}
.package__buttons .l-btn__primary {
  padding: 14px 36px;
  -ms-flex-item-align: center;
      align-self: center;
}
@media (max-width: 1199px) {
  .l-btn__primary {
    padding: 12px 34px;
    font-size: 14px;
    line-height: 1;
  }
}
.l-btn__primary:after {
  position: absolute;
  content: "";
  left: -3px;
  top: -3px;
  padding: 19px 34px;
  border: 1px solid #A4F7DB;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

.l-btn__second {
  border: 2px solid #8395A7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 60px;
  padding: 16px 20px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  color: #8395A7;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.l-btn__second:hover {
  background-color: #8395A7;
  color: #ffffff;
  -webkit-box-shadow: 3px 3px 5px rgba(139, 139, 139, 0.3);
          box-shadow: 3px 3px 5px rgba(139, 139, 139, 0.3);
}
@media (max-width: 1199px) {
  .l-btn__second {
    padding: 12px 34px;
    font-size: 14px;
    line-height: 1;
  }
}

.l-btn__third {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.25;
  color: #080A0C;
  padding: 18px 40px;
  border: 2px solid #23FFB4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 60px;
  margin-bottom: 10px;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.l-btn__third.l-btn__third_close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 56px;
}
.l-btn__third.l-btn__third_close svg {
  position: absolute;
  left: 26px;
}
.l-btn__third.l-btn__third_close svg path {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.l-btn__third.l-btn__third_close:hover svg path {
  stroke: #080A0C;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.package__buttons .l-btn__third {
  padding: 14px 36px;
  -ms-flex-item-align: center;
      align-self: center;
}
.l-btn__third:hover {
  background-color: #23FFB4;
  -webkit-box-shadow: 0px 8px 12px rgba(35, 255, 180, 0.6);
          box-shadow: 0px 8px 12px rgba(35, 255, 180, 0.6);
  border: 2px solid #FFFFFF;
}
@media (max-width: 1199px) {
  .l-btn__third {
    padding: 10px 34px;
    font-size: 14px;
    line-height: 1;
  }
}

.l-btn__bg_blue {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  color: #039BE5;
  padding: 16px 36px;
  background: #FFFFFF;
  border-radius: 60px;
  border: 2px solid #039BE5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 10px;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.l-btn__bg_blue:hover {
  border: 2px solid #FFF;
  background: #039BE5;
  color: #FFFFFF;
}
@media (max-width: 1199px) {
  .l-btn__bg_blue {
    padding: 10px 34px;
    font-size: 14px;
    line-height: 1;
  }
}

.package__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 23px 20px 13px;
  border-top: 1px solid #C8D6E5;
}
@media (max-width: 1199px) {
  .package__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.cards__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.category__link {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
          box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
  border-radius: 20px;
  padding: 26px 40px;
  margin-bottom: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 40px) / 3);
          flex: 0 0 calc((100% - 40px) / 3);
  max-width: calc((100% - 40px) / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (max-width: 1328px) {
  .category__link {
    padding: 15px 25px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .category__link {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px) / 2);
            flex: 0 0 calc((100% - 20px) / 2);
    max-width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 575px) {
  .category__link {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.category__link.category__link_mb {
  margin-bottom: 30px;
}
.category__link.category__link_mb .category__card .category__icon {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media (max-width: 1328px) {
  .category__link.category__link_mb {
    margin-bottom: 20px;
  }
}
.category__link.category__link_col2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 20px) / 2);
          flex: 0 0 calc((100% - 20px) / 2);
  max-width: calc((100% - 20px) / 2);
}
@media (max-width: 575px) {
  .category__link.category__link_col2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.category__link:hover {
  -webkit-box-shadow: 0px 32px 76px -40px rgba(38, 38, 38, 0.5);
          box-shadow: 0px 32px 76px -40px rgba(38, 38, 38, 0.5);
}
.category__link:hover .category__price {
  font-weight: bold;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.category__link:hover .category__title_hover {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #039BE5;
}

.category__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.category__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #080A0C;
}
@media (max-width: 1328px) {
  .category__text {
    font-size: 12px;
    line-height: 17px;
  }
}

.category__icon {
  margin-right: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  -ms-flex-item-align: center;
      align-self: center;
}
@media (max-width: 1328px) {
  .category__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
    margin-right: 15px;
  }
}

.category__description {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 20px - 50px);
          flex: 0 0 calc(100% - 20px - 50px);
}

.category__title {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  color: #080A0C;
  margin-bottom: 6px;
}
@media (max-width: 1328px) {
  .category__title {
    font-size: 13px;
    line-height: 16px;
  }
}
.category__title.category__title_mb {
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
}
@media (max-width: 1328px) {
  .category__title.category__title_mb {
    font-size: 14px;
    line-height: 19px;
  }
}

.category__price {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  color: #039BE5;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (max-width: 1328px) {
  .category__price {
    font-size: 12px;
    line-height: 1.5;
  }
}

.package {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 32px 76px -40px rgba(38, 38, 38, 0.5);
          box-shadow: 0px 32px 76px -40px rgba(38, 38, 38, 0.5);
  border-radius: 16px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 10px;
}
.package.package__card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 33.33%;
}
@media (max-width: 767px) {
  .package.package__card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.package__base {
  background: #FFFFFF;
  border: 2px solid #DCE5EF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
          box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
  border-radius: 10px;
}

.package__small-logo img {
  margin-left: auto;
  width: 40px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.package__logo {
  margin-bottom: 5px;
}
.package__logo img {
  margin-left: auto;
  margin-right: auto;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.package__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.17;
  color: #080A0C;
  text-align: center;
  margin-bottom: 5px;
}
@media (max-width: 1328px) {
  .package__title {
    font-size: 14px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .package__title {
    font-size: 18px;
    line-height: 28px;
  }
}

.package__producer {
  font-size: 14px;
  line-height: 1.43;
  color: #8395A7;
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 1328px) {
  .package__producer {
    font-size: 11px;
    line-height: 15px;
  }
}
@media (max-width: 767px) {
  .package__producer {
    font-size: 12px;
    line-height: 20px;
  }
}

.package__info {
  font-size: 16px;
  line-height: 1.25;
  color: #039BE5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px;
  background: #F0FAFF;
}
@media (max-width: 1328px) {
  .package__info {
    font-size: 10px;
    line-height: 20px;
    padding: 8px;
  }
}
@media (max-width: 767px) {
  .package__info {
    font-size: 12px;
    line-height: 20px;
  }
}

.package__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 20px;
}

.package__price2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  border-top: 1px solid #C8D6E5;
  padding: 16px 20px 0;
}
.package__price-left {
  width: 221px;
  margin-right: 46px;
  font-size: 14px;
  line-height: 1.3;
  color: #2D2D2D;
}
@media (max-width: 1328px) {
  .package__price-left {
    width: 100%;
    font-size: 10px;
    line-height: 16px;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .package__price-left {
    font-size: 12px;
    line-height: 16px;
  }
}

.package__price-right {
  max-width: calc(100% - 220px);
}
@media (max-width: 1328px) {
  .package__price-right {
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .package__price-right.package__price-right_с {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .package__price-right.package__price-right_с .price__old {
    width: 100%;
  }
  .package__price-right.package__price-right_с .price__new {
    width: 100%;
  }
}

.package__price-left2 {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  color: #039BE5;
  max-width: 50%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 1328px) {
  .package__price-left2 {
    font-size: 12px;
    line-height: 18px;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .package__price-left2 {
    font-size: 14px;
    line-height: 18px;
  }
}

.package__price-right2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin-left: auto;
  margin-right: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.package__price-right2 .price__old, .package__price-right2 .price__new {
  width: 100%;
}

.price__old {
  font-size: 14px;
  line-height: 1.3;
  text-decoration: line-through;
  color: #8395A7;
  font-weight: 500;
}
@media (max-width: 1328px) {
  .price__old {
    font-size: 11px;
    line-height: 24px;
    width: 50%;
    text-align: right;
  }
}
@media (max-width: 767px) {
  .price__old {
    font-size: 12px;
    line-height: 24px;
  }
}

.price__new {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.33;
  color: #080A0C;
}
@media (max-width: 1328px) {
  .price__new {
    font-size: 11px;
    line-height: 24px;
    width: 50%;
    text-align: right;
  }
}
@media (max-width: 767px) {
  .price__new {
    font-size: 12px;
    line-height: 24px;
  }
}

.package__price-list {
/*  margin-top: -30px;*/
}
.package__price-list ul {
  list-style: none;
  padding-left: 50px;
}
.package__price-list ul li {
  position: relative;
  font-size: 12px;
  line-height: 16px;
  color: #232323;
  margin-bottom: 19px;
  padding-right: 5px;
}
@media (max-width: 1328px) {
  .package__price-list ul li {
    font-size: 10px;
    line-height: 16px;
    margin-bottom: 7px;
  }
}
@media (max-width: 767px) {
  .package__price-list ul li {
    font-size: 12px;
    line-height: 16px;
  }
}
.package__price-list ul li:before {
  content: "";
  position: absolute;
  background-image: url("../images/style/icon__list.png");
  background-repeat: no-repeat;
  width: 19px;
  height: 17px;
  left: -27px;
  top: 0;
}

.package__info-text {
  padding: 12px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #C8D6E5;
}

.package__info-text__left {
  font-size: 14px;
  line-height: 1.3;
  color: #8395A7;
}
@media (max-width: 1328px) {
  .package__info-text__left {
    font-size: 10px;
    line-height: 15px;
  }
}
@media (max-width: 767px) {
  .package__info-text__left {
    font-size: 12px;
    line-height: 13px;
  }
}

.package__info-text__right {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #505967;
}
@media (max-width: 1328px) {
  .package__info-text__right {
    font-size: 12px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .package__info-text__right {
    font-size: 14px;
    line-height: 24px;
  }
}

.package__promotion {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #039BE5;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
@media (max-width: 1328px) {
  .package__promotion {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .package__promotion {
    font-size: 14px;
    line-height: 20px;
  }
}

.d-cards__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
  position: relative;
  z-index: 0;
  padding-top: 30px;
}
@media (max-width: 767px) {
  .d-cards__block {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.d-card {
  margin-bottom: 60px;
  background: #FFFFFF;
  border: 1px solid #DBDBDB;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
          box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
  border-radius: 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 20px);
          flex: 0 0 calc(25% - 20px);
  max-width: calc(25% - 20px);
  padding: 20px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-align: center;
  margin-right: 0;
}
.d-card:last-child {
  margin-right: 0;
}
@media (max-width: 991px) {
  .d-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.33% - 20px);
            flex: 0 0 calc(33.33% - 20px);
    max-width: calc(33.33% - 20px);
  }
}
@media (max-width: 767px) {
  .d-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .d-card {
    padding: 10px;
  }
}
.d-card:hover {
  -webkit-box-shadow: 0px 32px 76px -40px rgba(38, 38, 38, 0.5);
          box-shadow: 0px 32px 76px -40px rgba(38, 38, 38, 0.5);
}
.d-card:before {
  position: absolute;
  content: "";
  border: 1px solid #039BE5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 32px 76px -40px rgba(38, 38, 38, 0.5);
          box-shadow: 0px 32px 76px -40px rgba(38, 38, 38, 0.5);
  border-radius: 15px;
  width: calc(100% - 30px);
  height: calc(100% + 30px);
  left: 15px;
  top: -15px;
  z-index: -1;
}

.dc-cards__block {
  width: 100%;
  max-width: 1328px;
  padding-right: 24px;
  padding-left: 24px;
  margin-left: auto;
  margin-right: auto;
}

.doctors-slider {
  margin: -30px -20px;
  padding: 40px 20px 80px;
}

.dc-card {
  background: #FFFFFF;
  border: 1px solid #DBDBDB;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
          box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
  border-radius: 16px;
  padding: 20px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-align: center;
  justify-self: flex-start;
}
.dc-card:hover {
  -webkit-box-shadow: 0px 32px 76px -40px rgba(38, 38, 38, 0.5);
          box-shadow: 0px 32px 76px -40px rgba(38, 38, 38, 0.5);
}
.dc-card:before {
  position: absolute;
  content: "";
  border: 1px solid #039BE5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 32px 76px -40px rgba(38, 38, 38, 0.5);
          box-shadow: 0px 32px 76px -40px rgba(38, 38, 38, 0.5);
  border-radius: 15px;
  width: calc(100% - 30px);
  height: calc(100% + 30px);
  left: 15px;
  top: -15px;
  z-index: -1;
}

.d-card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.d-card__image {
  margin-top: -60px;
}

.d-card__title {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.1;
  color: #080A0C;
  margin-top: 16px;
  margin-bottom: 16px;
  position: relative;
}
@media (max-width: 1328px) {
  .d-card__title {
    font-size: 14px;
    line-height: 26px;
  }
}
@media (max-width: 575px) {
  .d-card__title {
    line-height: 22px;
  }
}
.d-card__title:after {
  position: absolute;
  content: "";
  background-image: url("../images/style/dc_divider.svg");
  width: 280px;
  height: 1px;
  left: 0;
  bottom: -12px;
  max-width: 100%;
}

.d-card__prof {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.3;
  color: #039BE5;
}
@media (max-width: 1328px) {
  .d-card__prof {
    font-size: 12px;
    line-height: 26px;
  }
}

.d-card__jk {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #8395A7;
  margin-top: 2px;
}
@media (max-width: 1328px) {
  .d-card__jk {
    font-size: 11px;
    line-height: 22px;
    margin-top: 0;
  }
}

h2 {
  font-family: "Fregat", sans-serif;
  font-size: 39px;
  line-height: 46px;
  text-align: center;
  color: #080A0C;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 23px;
    line-height: 23px;
  }

  h3 {
    font-size: 20px;
    line-height: 20px;
  }
}

.p-cards__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 15px);
          flex: 0 0 calc(25% - 15px);
  max-width: calc(25% - 15px);
  background: #FFFFFF;
  -webkit-box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
          box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
  border-radius: 14px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.p-card.package {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.33% - 13.3333333333px);
          flex: 0 0 calc(33.33% - 13.3333333333px);
  max-width: calc(33.33% - 13.3333333333px);
}
.p-card:after {
  position: absolute;
  content: "";
  background: #FFFFFF;
  -webkit-box-shadow: 0px 32px 76px -40px rgba(38, 38, 38, 0.5);
          box-shadow: 0px 32px 76px -40px rgba(38, 38, 38, 0.5);
  border-radius: 16px;
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  left: -8px;
  top: -7px;
  z-index: -1;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.p-card:before {
  position: absolute;
  content: "";
  border-radius: 16px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.p-card:hover {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  z-index: 3;
}
.p-card:hover:before {
  background: #039BE5;
  -webkit-box-shadow: 0px 32px 76px -40px rgba(38, 38, 38, 0.5);
          box-shadow: 0px 32px 76px -40px rgba(38, 38, 38, 0.5);
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  left: -20px;
  top: -20px;
  z-index: -1;
}
.p-card:hover:after {
  background: #FFFFFF;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border-radius: 10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  left: -10px;
  top: -10px;
  z-index: -1;
}
.p-card:hover .p-card__image img {
  -webkit-transform: scale(0.98);
      -ms-transform: scale(0.98);
          transform: scale(0.98);
}

.p-card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-card__image img {
  border-radius: 16px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.p-card__title {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.2;
  color: #080A0C;
  margin-top: 25px;
  margin-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
}

.p-card__time {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
  color: #8395A7;
  margin-left: 29px;
  position: relative;
  margin-bottom: 24px;
  padding-left: 10px;
  padding-right: 10px;
}
.p-card__time .p-card__time--blue {
  font-family: "Inter", sans-serif;
  color: #039BE5;
}
.p-card__time:before {
  position: absolute;
  content: "";
  background-image: url("../images/style/new__time.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  left: -19px;
  top: 2px;
}
.p-card__time:after {
  position: absolute;
  content: "";
  background-image: url("../images/style/dc_divider.svg");
  width: 280px;
  height: 1px;
  left: 0;
  bottom: -12px;
}

.p-card__subtitle {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
  color: #080A0C;
  padding-left: 10px;
  padding-right: 10px;
}

.p-card__list {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.4;
  color: #8395A7;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 12px;
}

.cd-image-container {
  position: relative;
  width: 100%;
  max-width: 768px;
  margin: 0em auto;
  min-height: 200px;
}

.cd-image-container img {
  display: block;
  min-height: 200px;
}

.cd-image-label {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ffffff;
  padding: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  -webkit-transition: opacity 0.3s 0.7s, -webkit-transform 0.3s 0.7s;
  transition: opacity 0.3s 0.7s, -webkit-transform 0.3s 0.7s;
  -o-transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0.3s 0.7s, -webkit-transform 0.3s 0.7s;
}

.cd-image-label.is-hidden {
  visibility: hidden;
}

.is-visible .cd-image-label {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.cd-resize-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cd-resize-img img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
}

.cd-resize-img .cd-image-label {
  right: auto;
  left: 0;
}

.is-visible .cd-resize-img {
  width: 50%;
  /* bounce in animation of the modified image */
  -webkit-animation: cd-bounce-in 0.7s;
  animation: cd-bounce-in 0.7s;
}

@-webkit-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
.cd-handle {
  position: absolute;
  height: 44px;
  width: 44px;
  /* center the element */
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border-radius: 50%;
  background: #dc717d url("../images/style/cd-arrows.svg") no-repeat center center;
  cursor: move;
  -webkit-box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(0);
  -ms-transform: translate3d(0, 0, 0) scale(0);
  transform: translate3d(0, 0, 0) scale(0);
}

.cd-handle.draggable {
  /* change background color when element is active */
  background-color: #445b7c;
}

.is-visible .cd-handle {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
  -webkit-transition: opacity 0s 0.7s, -webkit-transform 0.3s 0.7s;
  transition: opacity 0s 0.7s, -webkit-transform 0.3s 0.7s;
  -o-transition: transform 0.3s 0.7s, opacity 0s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0s 0.7s, -webkit-transform 0.3s 0.7s;
}

.bn-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 15px);
          flex: 0 0 calc(25% - 15px);
  max-width: calc(25% - 15px);
  background: #FFFFFF;
  -webkit-box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
          box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
  border-radius: 14px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-bottom: 30px;
  text-align: center;
  padding: 16px;
}

.bn-card_blue {
  background: #F0FAFF;
  margin-bottom: 15px;
  -webkit-box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
          box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
  border-radius: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .bn-card_blue {
    width: calc(50% - 10px);
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (max-width: 575px) {
  .bn-card_blue {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.bn-card_dark-blue {
  background: #039BE5;
  margin-bottom: 15px;
  -webkit-box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
          box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
  border-radius: 10px;
  padding-bottom: 27px;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .bn-card_dark-blue {
    width: calc(50% - 10px);
    margin-right: 5px;
    margin-left: 5px;
  }
}
@media (max-width: 575px) {
  .bn-card_dark-blue {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.bn__block-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bn__block-image.bn__block-image_decor {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bn__block-image.bn__block-image_decor:before {
  position: absolute;
  content: "";
  background: url(../images/decor/decor_white.svg);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 0;
  width: 60%;
  height: 100%;
  z-index: -1;
}

.bn__block-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #080A0C;
  margin-bottom: 12px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 991px) {
  .bn__block-text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .bn__block-text {
    font-size: 16px;
  }
}

.bn__block-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-bottom: 14px;
}
.bn__block-phone a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bn__block-phone a img {
  margin-right: 18px;
  -webkit-animation: rotate-15-cw 1.5s ease-in-out infinite both;
          animation: rotate-15-cw 1.5s ease-in-out infinite both;
}

.bn__block-price {
  font-weight: 600;
  font-size: 26px;
  line-height: 26px;
  text-align: center;
  color: #039BE5;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .bn__block-price {
    font-size: 20px;
    line-height: 26px;
  }
}

.bn__block-text_white {
  color: #fff;
}

.bn__block-text-small {
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .bn__block-text-small {
    font-size: 12px;
    line-height: 1.3;
  }
}

.bn__block-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bn-card_white {
  background: #039BE5;
  -webkit-box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
          box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
  border-radius: 10px;
  padding: 10px;
}

.bn-card__white-base {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 32px 76px -40px rgba(38, 38, 38, 0.5);
          box-shadow: 0px 32px 76px -40px rgba(38, 38, 38, 0.5);
  border-radius: 16px;
  padding: 25px 12px;
}

.bn-card__white-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 18px;
}

.bn-card__white-title {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  position: relative;
  padding-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bn-card__white-title::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  background: #039BE5;
  bottom: 12px;
}

.bn-card__white-text {
  font-size: 14px;
  line-height: 26px;
  color: #000000;
}
@media (max-width: 991px) {
  .bn-card__white-text {
    font-size: 13px;
    line-height: 22px;
  }
}

.bn-card__white-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

/*  bn__blocks  */
.pn-cards__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pn-cards__block.pn-cards__block_portfolio {
  margin-bottom: 30px;
}

.pn-cards__block_slider {
  margin-left: -20px;
  margin-right: -20px;
  padding-right: 20px;
  padding-left: 20px;
}

.pn-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 15px);
          flex: 0 0 calc(25% - 15px);
  max-width: calc(25% - 15px);
  border-radius: 14px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-bottom: 30px;
  z-index: 2;
}
.pn-cards__block_slider .pn-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 70px;
  margin-top: 20px;
}
.pn-card.pn-card_3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.33% - 15px);
          flex: 0 0 calc(33.33% - 15px);
  max-width: calc(33.33% - 15px);
}
@media (max-width: 991px) {
  .pn-card.pn-card_3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 15px);
            flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}
@media (max-width: 575px) {
  .pn-card.pn-card_3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .pn-card.pn-card_4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 15px);
            flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}
@media (max-width: 575px) {
  .pn-card.pn-card_4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.pn-card.pn-card__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}
.pn-card.package {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.33% - 13.3333333333px);
          flex: 0 0 calc(33.33% - 13.3333333333px);
  max-width: 33.33%;
}
.pn-card:after {
  position: absolute;
  content: "";
  background: #FFFFFF;
  -webkit-box-shadow: 0px 32px 76px -40px rgba(38, 38, 38, 0.5);
          box-shadow: 0px 32px 76px -40px rgba(38, 38, 38, 0.5);
  border-radius: 16px;
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  left: -8px;
  top: -7px;
  z-index: -1;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.pn-card:hover {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  z-index: 3;
}
.pn-card:hover:after {
  background: #039BE5;
  -webkit-box-shadow: 0px 32px 76px -40px rgba(38, 38, 38, 0.5);
          box-shadow: 0px 32px 76px -40px rgba(38, 38, 38, 0.5);
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  left: -10px;
  top: -10px;
  z-index: -10;
}

.pn-card-base {
  -webkit-box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
          box-shadow: 0px 6px 28px rgba(143, 155, 171, 0.4);
  border-radius: 14px;
  background-color: #FFFFFF;
  height: 100%;
}

.pn-card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 0;
}

.pn-card__image figure {
  position: relative;
  z-index: 2;
}
.pn-card__image img {
  border-radius: 14px;
  height: 300px;
}
.pn-card__image > img {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 575px) {
  .pn-card__image {
    width: 100%;
  }
}

.pn-card__title {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.2;
  color: #080A0C;
  margin-top: 20px;
  margin-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .pn-card__title {
    font-size: 14px;
    line-height: 26px;
  }
}
@media (max-width: 575px) {
  .pn-card__title {
    font-size: 18px;
  }
}

.pn-card__time {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
  color: #8395A7;
  margin-left: 29px;
  position: relative;
  margin-bottom: 24px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .pn-card__time {
    font-size: 11px;
    line-height: 22px;
  }
}
@media (max-width: 575px) {
  .pn-card__time {
    font-size: 14px;
  }
}
.pn-card__time .pn-card__time--blue {
  font-family: "Inter", sans-serif;
  color: #039BE5;
}
.pn-card__time:before {
  position: absolute;
  content: "";
  background-image: url("../images/style/new__time.svg");
  background-image: url("../images/gif/time.gif");
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  left: -19px;
  top: 0;
}
@media (max-width: 575px) {
  .pn-card__time:before {
    top: 0;
  }
}

.pn-card__subtitle {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
  color: #080A0C;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
@media (max-width: 767px) {
  .pn-card__subtitle {
    font-size: 14px;
    line-height: 26px;
  }
}
@media (max-width: 575px) {
  .pn-card__subtitle {
    font-size: 14px;
  }
}
.pn-card__subtitle:after {
  position: absolute;
  content: "";
  background-image: url("../images/style/dc_divider.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 280px;
  height: 1.5px;
  left: 10px;
  top: -12px;
  max-width: 100%;
}
@media (max-width: 575px) {
  .pn-card__subtitle:after {
    width: calc(100% - 20px);
  }
}

.pn-card__list {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.4;
  color: #8395A7;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 12px;
}
@media (max-width: 991px) {
  .pn-card__list {
    font-size: 11px;
    line-height: 15px;
  }
}
@media (max-width: 575px) {
  .pn-card__list {
    font-size: 12px;
  }
}

.cd-image-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: auto;
}
@media (max-width: 1328px) {
  .cd-image-container {
    height: 159px;
  }
}

.cd-image-container img {
  display: block;
  height: 200px;
}
@media (max-width: 1328px) {
  .cd-image-container img {
    height: 159px;
  }
}

.cd-image-label {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ffffff;
  padding: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  -webkit-transition: opacity 0.3s 0.7s, -webkit-transform 0.3s 0.7s;
  transition: opacity 0.3s 0.7s, -webkit-transform 0.3s 0.7s;
  -o-transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0.3s 0.7s, -webkit-transform 0.3s 0.7s;
}

.cd-image-label.is-hidden {
  visibility: hidden;
}

.is-visible .cd-image-label {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.cd-resize-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cd-resize-img img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
}

.cd-resize-img .cd-image-label {
  right: auto;
  left: 0;
}

.is-visible .cd-resize-img {
  width: 50%;
  /* bounce in animation of the modified image */
  -webkit-animation: cd-bounce-in 0.7s;
  animation: cd-bounce-in 0.7s;
}

@-webkit-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
.cd-handle {
  position: absolute;
  height: 44px;
  width: 44px;
  /* center the element */
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border-radius: 50%;
  background: #dc717d url("../images/style/cd-arrows.svg") no-repeat center center;
  cursor: move;
  -webkit-box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(0);
  -ms-transform: translate3d(0, 0, 0) scale(0);
  transform: translate3d(0, 0, 0) scale(0);
}

.cd-handle.draggable {
  /* change background color when element is active */
  background-color: #445b7c;
}

.is-visible .cd-handle {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
  -webkit-transition: opacity 0s 0.7s, -webkit-transform 0.3s 0.7s;
  transition: opacity 0s 0.7s, -webkit-transform 0.3s 0.7s;
  -o-transition: transform 0.3s 0.7s, opacity 0s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0s 0.7s, -webkit-transform 0.3s 0.7s;
}
/*# sourceMappingURL=app.css.map */

.portfolio__tabs-nav {
  max-width: unset!important;
}

.portfolio__tabs-nav a {
  color: #363636;
  white-space: nowrap;
}

.portfolio__tabs-nav li {
  border: 2px solid #D2DAE2;
  border-radius: 10px;
}

.portfolio__tabs-nav li.tab-active, .portfolio__tabs-nav li:hover {
  border: 2px solid #039be5;
}

.portfolio__tabs-nav li.tab-active a:before, .portfolio__tabs-nav li:hover a:before {
  display: none;
}

section.feedback .to__tabs-nav li.tab-active a:before, section.feedback .to__tabs-nav li:hover a:before {
  display: none;
}

.portfolio__tabs-content .pn-card__title {
  min-height: 53px;
}

.portfolio__tabs-content .pn-card__list {
  min-height: 57px;
}
.portfolio__tabs-content .pn-card__time {
  min-height: 25px;
}

.section__portfolio-content .pn-card__title {
  min-height: 53px;
}

.section__portfolio-content .pn-card__list {
  min-height: 57px;
}
.section__portfolio-content .pn-card__time {
  min-height: 25px;
}

section.feedback .to__tabs-nav {
  max-width: unset!important;
}

section.feedback .to__tabs-nav a {
  text-align: center;
}

section.feedback li {
  border: 2px solid #D2DAE2;
  border-radius: 10px;
  margin-left: 5px;
}

section.feedback li.tab-active, section.feedback li:hover {
  border: 2px solid #039be5;
}

section.feedback .feedback__video-specialisation {
  min-height: 92px;
}

section.feedback .feedback__video-title {
  min-height: 37px;
}

/*section.feedback .feedback__video {
  background: #039BE5;
  -webkit-box-shadow: 0px 32px 76px -40px rgba(38, 38, 38, 0.5);
  box-shadow: 0px 32px 76px -40px rgba(38, 38, 38, 0.5);
  border-radius: 16px;
}*/

section.feedback .sector-medium {
  max-width: 100%;
}
.footer__social-links ul li a img {
  width: 60px;
  margin: auto;
}
@media (min-width: 1440px) {
  .footer__social-links ul li {
    flex: 1;
    margin-right: unset!important;
  }
}

.section__why-us .category__icon {
 -ms-flex: 0 0 80px!important;
 flex: 0 0 80px!important;
}

.category__description {
  -ms-flex: 0 0 calc(100% - 20px - 80px)!important;
  flex: 0 0 calc(100% - 20px - 80px)!important;
}

.section__single-portfolio .complaints, .section__single-portfolio .pf__text_before, .section__single-portfolio .pf__text_after {
  color: #000000;
}

.section__single-portfolio .completed-works__title {
  color: black;
  text-align: center;
  border-bottom: #039BE5 2px solid;
  padding-bottom: 10px;
}

header {
  position: fixed!important;
  width: 100%!important;
}

main {
  padding-top: 154px;
}

@media (max-width: 767px) {
  main {
    padding-top: 184px;
  }
  body.header_hidden .modal {
    padding-top: 72px!important;
  }
}

body.header_hidden .modal {
  padding-top: 72px;
}

.promo-new-aside-sticky {
  will-change: min-height;
}

.promo-new-aside-sticky.is-affixed .promo-new-aside {
  margin-top: unset;
}

.promo-new-aside {
     position: relative;
     margin-top: 60px;
     max-width: 100%;
     border-radius: 8px;
     background: #D7F1FE;
     transform: translate(0, 0); /* For browsers don't support translate3d. */
     transform: translate3d(0, 0, 0);
     will-change: position, transform;
}
 .promo-new-aside .bottom-shape {
     overflow: hidden;
     height: 28px;
     position: relative;
     bottom: 0px;
}
 .promo-new-aside .promo-new-content {
     padding: 15px;
}
 .promo-new-aside .green-bottom {
     position: absolute;
     border-radius: 0px 0px 8px 8px;
     bottom: 0;
     width: 100%;
     height: 30px;
     background-color: #54D3A4;
}
 .promo-new-aside .bg-elipsis {
     margin-left: -15%;
     background: #D7F1FE;
     height: 70px;
     position: absolute;
     bottom: 0px;
     border-radius: 50%;
     width: 130%;
}
 .promo-new-aside .promo-new-img {
     /* margin-top: -43px; */
     position: relative;
     display: flex;
     justify-content: center;
     min-height: 230px;
     z-index: 2;
}
 .promo-new-aside .promo-new-img .doctor-img {
     max-width: 222px;
     z-index: 2;
}
 .promo-new-aside .promo-new-img .promo-new-img-bg {
     top: 75px;
     position: absolute;
     z-index: 1;
     width: 236px;
}
 .promo-new-aside .promo-new-img .promo-new-img-logo {
     width: 65px;
     height: 17px;
     top: 52px;
     margin-left: 188px;
     z-index: 1;
     position: absolute;
}
 .promo-new-aside .promo-new-title {
     margin-top: 18px;
     display: flex;
     justify-content: center;
}
 .promo-new-aside .promo-new-title span {
     color: #080A0C;
     text-align: center;
     font-family: Fregat;
     font-size: 24px;
     font-style: normal;
     font-weight: 700;
     line-height: 28px;
     max-width: 222px;
}
 .promo-new-aside .promo-new-descr {
     margin-top: 10px;
     display: flex;
     justify-content: center;
}
 .promo-new-aside .promo-new-descr span {
     color: #080A0C;
     text-align: center;
     font-family: Inter;
     font-size: 16px;
     font-style: normal;
     font-weight: 400;
     line-height: 21px;
     max-width: 290px;
}
 .promo-new-aside .promo-new-phone-container {
     display: flex;
     justify-content: center;
     margin-top: 22px;
}
 .promo-new-aside .promo-new-phone {
     max-width: 260px;
}
 .promo-new-aside .promo-new-phone img {
    animation: rotate-15-cw 1.5s ease-in-out infinite both;
     width: 52px;
     height: 52px;
     margin-right: 5px;
     float: left;
}
 .promo-new-aside .promo-new-phone span {
     color: #080A0C;
     font-family: Inter;
     font-size: 16px;
     font-style: normal;
     font-weight: 700;
     line-height: 52px;
}
 .promo-new-aside .promo-new-socials-container {
     display: flex;
     justify-content: center;
     margin-top: 26px;
   }
   
   .promo-new-aside .promo-new-socials span{
    max-width: 218px;
  }
  .promo-new-aside .promo-new-socials {
   max-width: 248px;
   display: flex;
   justify-content: center;
   flex-direction: column;
 }

 .promo-new-aside .promo-new-socials span {
     color: #080A0C;
     text-align: center;
     font-family: Inter;
     font-size: 16px;
     font-style: normal;
     font-weight: 700;
     line-height: 18px;
}
 .promo-new-aside .promo-new-consult-btn {
     display: flex;
     min-width: 182px;
     min-height: 52px;
     padding: 14.612px 32.47px;
     justify-content: center;
     align-items: center;
     gap: 8.118px;
     flex-shrink: 0;
     border-radius: 40.588px;
     border: 0.812px solid rgba(255, 255, 255, 0.30);
     background: #FFF;
     cursor: pointer;
     white-space: nowrap;
     color: #080A0C;
     font-family: Inter;
     font-size: 16px;
     font-style: normal;
     font-weight: 600;
     line-height: 16px;
}
 .promo-new-aside .promo-new-consult-container {
     display: flex;
     justify-content: center;
     margin-top: 26px;
}
 .promo-new-aside .promo-new-socials-icons {
     gap: 12px;
     margin-top: 24px;
     display: flex;
     flex-direction: row;
     justify-content: center;
}
.promo-new-aside .promo-new-socials a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.5);
  height: 60px;
  width: 60px;
  border-radius: 50%;
}

.promo-new-aside .promo-new-socials a .promo-new-social-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 1);
  border-radius: 50%;
  height: 48px;
  width: 48px;
}

 .promo-new-aside .promo-new-socials-icons a img {
  width: 36px;
  height: 36px;
  }

.modal__menu > ul > li.sub_before > a:before {
  width: 30px!important;
  height: 30px!important;
}

.header-menu > ul > li > a:hover:before, .header-menu > ul > li > a.hovered:before {
  filter: unset;
  -webkit-filter: unset;
}

.i__insurance > a:before {
  background-image: url("../images/header/menu_icon_new/insurance.svg");
}

.i__tourism > a:before {
  background-image: url("../images/header/menu_icon_new/turism.svg");
}

.i__services > a:before {
  background-image: url("../images/header/menu_icon_new/services.svg");
}

.i__portfolio > a:before {
  background-image: url("../images/header/menu_icon_new/portfolio.svg");
}

.i__about > a:before {
  background-image: url("../images/header/menu_icon_new/about.svg");
}

.i__price > a:before {
  background-image: url("../images/header/menu_icon_new/uah.svg");
}

body.en-lang .i__price > a:before {
  background-image: url("../images/header/menu_icon_new/usd.svg");
}

.i__contacts > a:before {
  background-image: url("../images/header/menu_icon_new/contacts.svg");
}

.header__phone > a:before {
  background-image: url("../images/header/menu_icon_new/phone.svg");
}

.header__location::before {
  background-image: url("../images/header/menu_icon_new/location.svg");
}
/* .header__location a:before {
  background-image: url("../images/header/menu_icon_new/location.svg");
} */

.section__doctors .d-card__prof {
  min-height: 42px;
}

.portfolio__tabs-nav, section.feedback .to__tabs-nav {
  border: unset;
}

section.feedback .to__tabs-nav a {
  color: #363636;
}

@media (min-width: 1440px) {
  section.feedback .to__tabs {
/*    margin-left: -70px;*/
  }

  body.en-lang section.feedback .to__tabs {
    margin-left: unset;
  }
}

@media (min-width: 1280px) {
  section.feedback .feedback__video-thumbnail .img__video {
    min-height: 280px;
    object-fit: cover;
    -o-object-fit: cover;
  }
}

.section__portfolio.section__portfolio__home .pn-card__time:before {
  width: 60px;
  height: 60px;
  left: -56px;
}

.section__portfolio.section__portfolio__home .pn-card__time {
  min-height: 60px;
  margin-left: 63px;
  display: flex;
  align-items: center;
}

.footer__phones ul li.icon__kyivstar a:before, .contacts__phones li.icon__kyivstar a:before {
  left: -70px;
  width: 60px;
  height: 60px;
  background-image: url("../images/footer/kyivst.svg");
}

.footer__phones ul li.icon__life a:before, .contacts__phones li.icon__life a:before {
  left: -70px;
  width: 60px;
  height: 60px;
  background-image: url("../images/footer/life.svg");
}

.footer__phones ul li.icon__vodafone a:before, .contacts__phones li.icon__vodafone a:before {
  left: -70px;
  width: 60px;
  height: 60px;
  background-image: url("../images/footer/vodafone.svg");
}

.contacts__time:before {
  width: 60px;
  height: 60px;
  background-image: url("../images/svg/contacts/calendar.svg");
}

.contacts__email:before {
  width: 60px;
  height: 60px;
  background-image: url("../images/svg/contacts/email.svg");
}

.contacts__email a {
  line-height: 60px;
}

.contacts__location:before {
  width: 60px;
  height: 60px;
}

.contacts__time, .contacts__email, .contacts__location {
  min-height: 60px;
  margin-bottom: 15px;
  padding-left: 70px;
}

.contacts__phones li {
  margin-left: 50px;
  margin-bottom: 15px;
}

.contacts__phones {
  margin-right: 55px;
}

.contacts__location-heading {
  max-width: 240px;
}

.contacts__phones a {
  display: flex;
  align-items: center;
  min-height: 60px;

}

.footer__phones ul li a {
  min-height: 60px;
  margin-bottom: 15px;
  align-items: center;
  display: flex;
  margin-left: 24px;
}

@media (max-width: 1280px) {
  .footer__phones ul li a {
    margin-left: 45px;
  }
}

.table__base, .table__base tbody {
  display: block;
}

.table__base th {
  font-weight: normal;
  text-align: left;
}

@media(max-width: 1992px) {
  .vector_left {
      background: url(../images/promotions/zub-left-2x.png);
      background-size: contain;
      width: 300px;
      height: 300px;
      position: absolute;
      top: 100px;
      z-index: -100;
      left: 10%;
   }
   .vector_left_after {
      background: url(../images/promotions/bg-1.svg);
      background-size: contain;
      position: absolute;
      width: 649px;
      height: 553px;
      top: 129px;
      left: 15%;
      z-index: -100;
      object-fit: cover;
   }
    .vector-right {
    position: absolute;
    background: url(../images/promotions/implant.png);
    width: 386.99px;
    height: 837px;
    top: 0;
    right: 0;
    z-index: -100;
    background-size: contain;
   }
   .vector-right-circle {
    position: absolute;
    background: url(../images/promotions/bg-paut-2.svg);
    width: 649px;
    height: 553px;
    top: 300px;
    left: 70%;
    z-index: -100;
    background-size: contain;
   }
   .vector-down{
      background: url(../images/promotions/zub-central.png);
      background-size: cover;
      position: absolute;
      top: 350px;
      z-index: -100;
      left: 43%;
      width: 373px;
      height: 603px;
   }
}

@media(max-width:1440px) {
  .vector_left {
      background: url(../images/promotions/zub-left-2x.png);
      background-size: contain;
      width: 300px;
      height: 300px;
      position: absolute;
      top: 100px;
      z-index: -100;
      left: -5%;
   }
   .vector_left_after {
      background: url(../images/promotions/bg-1.svg);
      background-size: contain;
      position: absolute;
      width: 649px;
      height: 553px;
      top: 129px;
      left: 0;
      z-index: -100;
      object-fit: cover;
   }
   
   .vector-right {
    position: absolute;
    background: url(../images/promotions/implant.png);
    width: 386.99px;
    height: 837px;
    top: 0;
    right: -242px;
    z-index: -100;
    background-size: contain;
   }
   .vector-right-circle {
    position: absolute;
    background: url(../images/promotions/bg-paut-2.svg);
    width: 649px;
    height: 553px;
    top: 300px;
    left: 75%;
    z-index: -100;
    background-size: contain;
   }
   .vector-down{
      background: url(../images/promotions/zub-central.png);
      background-size: cover;
      position: absolute;
      top: 350px;
      z-index: -100;
      left: 591.2px;
      width: 373px;
      height: 603px;
   }
}
@media(max-width: 1024px) {
   .vector_left {
      background: url(../images/promotions/zub-left-2x.png);
      background-size: contain;
      width: 300px;
      height: 300px;
      position: absolute;
      top: 100px;
      z-index: -100;
      left: -10%;
   }
   .vector_left_after {
      background: url(../images/promotions/bg-1.svg);
      background-size: contain;
      position: absolute;
      width: 649px;
      height: 553px;
      top: 129px;
      left: 0;
      z-index: -100;
      object-fit: cover;
   }
   
   .vector-right {
    position: absolute;
    background: url(../images/promotions/implant.png);
    width: 386.99px;
    height: 837px;
    top: 0;
    right: -242px;
    z-index: -100;
    background-size: contain;
   }
   .vector-right-circle {
    position: absolute;
    background: url(../images/promotions/bg-paut-2.svg);
    width: 649px;
    height: 553px;
    top: 300px;
    left: 75%;
    z-index: -100;
    background-size: contain;
   }
   .vector-down{
      background: url(../images/promotions/zub-central.png);
      background-size: cover;
      position: absolute;
      top: 250px;
      z-index: -100;
      left: 350px;
      width: 373px;
      height: 603px;
   }
}
@media(max-width: 800px) {
  .vector_left {
     background: url(../images/promotions/zub-left-2x.png);
    background-size: contain;
    width: 300px;
    height: 300px;
    position: absolute;
    top: 50px;
    z-index: -100;
    left: -25%;
   }
   .vector_left_after {
      background: url(../images/promotions/bg-1.svg);
      background-size: contain;
      position: absolute;
      width: 649px;
      height: 553px;
      top: 129px;
      left: 0;
      z-index: -100;
      object-fit: cover;
   }
   
   .vector-right {
    position: absolute;
    background: url(../images/promotions/implant.png);
    width: 386.99px;
    height: 837px;
    top: 0;
    right: -242px;
    z-index: -100;
    background-size: contain;
   }
   .vector-right-circle {
    position: absolute;
    background: url(../images/promotions/bg-paut-2.svg);
    width: 649px;
    height: 553px;
    top: 50%;
    left: 300px;
    z-index: -100;
    background-size: contain;
   }
   .vector-down{
      background: url(../images/promotions/zub-central.png);
      background-size: cover;
      position: absolute;
      top: 58%;
      z-index: -100;
      left: -30%;
      width: 373px;
      height: 603px;
   }
}
@media (min-width: 1024px) {
  main:not(.prices-page) .section__title-price-photo .ss__content-thumbnail:before {
   position: absolute;
   content: "";
   background: url(../images/promotions/decor.svg);
   width: 312px;
   height: 300px;
   top: -90px;
   right: -80px;
   z-index: -1;
 }

/* main:not(.prices-page) .section__title-price-photo .ss__content-thumbnail:after {
   position: absolute;
   content: "";
   background: url(../images/promotions/decor.svg);
   width: 312px;
   height: 300px;
   bottom: -55px;
   left: -55px;
   z-index: -1;
 }*/

  main.prices-page .ss__content-thumbnail:before {
    position: absolute;
    content: "";
    background: url(../images/promotions/decor.svg);
    width: 312px;
    height: 300px;
    top: -40px;
    margin-left: -32px;
    z-index: -1;
  }

  main.prices-page .ss__content-thumbnail:after {
    position: absolute;
    content: "";
    background: url(../images/promotions/decor.svg);
    width: 312px;
    height: 300px;
    bottom: -120px;
    right: -65px;
    z-index: 2;
  }
  main.prices-page .ss__content-thumbnail img {
    z-index: 3;
    position: relative;
  }
}

@media (min-width: 1260px) {
  main.prices-page .ss__content-left:after {
    position: absolute;
    content: "";
    background: url(/wp-content/themes/bionic/images/img/logo.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 581px;
    height: 153px;
    bottom: 8px;
  }
}

main.prices-page .price__general-icon {
  width: 65px;
  height: 65px;
}

main.prices-page .price__general-text {
  text-transform: uppercase;
}

.package__bg-gradient {
  background: linear-gradient(to top left, #d1f2ff, #edf9ff);
}

.package__bg-gradient .package__info {
  background: unset;
}

.contacts__contact-us ul {
  max-width: 220px;
  gap: 20px;
  margin-top: 20px;
}

.contacts__contact-us a {
  margin-right: unset!important;
}

.socials__items img {
  width: 60px;
  height: 60px;
}

.contacts__social-links ul {
  margin-top: 20px;
}

.footer__location:before {
  background-image: url(/wp-content/themes/bionic/images/header/menu_icon_new/location.svg);
  width: 60px;
  height: 60px;
}

.footer__email a:before {
  background-image: url(/wp-content/themes/bionic/images/svg/contacts/email.svg);
  width: 60px;
  height: 60px;
}

.footer__location {
  min-height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
      padding-left: 60px;
}

.footer__email a {
  min-height: 60px;
  display: flex;
  align-items: center;
  padding-left: 60px;
}

.footer__phones {
    margin-right: 170px;
}

.header-menu > ul > li > a {
  display: flex;
  padding: 3px 3px!important;
  align-items: center;
  height: unset;
}

.header-menu > ul > li > a:before {
  margin-right: 7px;
  height: 42px!important;
  width: 42px!important;
  position: relative;
}

.header-menu .menu-item-has-children > a:after {
  position: relative;
  margin-left: 4px;
  right: unset;
}

.header-box {
/*  height: 82px;*/
}

.i__portfolio > a {
  padding-left: unset!important;
}

.i__services > a {
  padding-left: unset!important;
}

.header-menu > ul > li > a:active:before, .header-menu > ul > li > a.activated:before {
     -webkit-filter: unset; 
     filter: unset; 
}

@media (min-width: 768px) {
  .header__location::before, .header__phone > a:before {
    width: 60px;
    height: 60px;
    left: -25px;
  }
  /* .header__location a:before, .header__phone > a:before {
    width: 60px;
    height: 60px;
    left: -25px;
  } */
  .blog-card__image img {
    height: 200px;
    object-fit: cover;
    object-position: center;
  }
}

body.ru-lang .header-box .l-btn__primary {
  padding: 18px 19px;
}
body.ru-lang .header-menu .menu-item-has-children > a:after {
  margin-left: 3px;
}
body.ru-lang .header-menu > ul > li > a {
  padding: 4px 4px!important;
}

.blog-navigation__categories ul img {
  width: 50px;
  height: 50px;
}
.blog-navigation__categories ul {
      justify-content: flex-start;
}
.blog-navigation__categories ul a {
  height: 68px;
      padding: 8px 12px;
}

.blog-navigation__categories ul li {
  height: 70px;
    border-radius: 6px;
    border: 1px solid #D2DAE2;
    flex: 0 1 calc(25% - 8px);
    margin-right: 8px;
    margin-bottom: 8px;
  }

  .blog-navigation__categories ul li:hover, .blog-navigation__categories ul li.active  {
      border: 1px solid #039BE5;
}

@media (max-width: 767px) {
  .blog-navigation__categories ul li {
    flex: 0 1 100%;
    width: 100%;
  }
}

.blog-card__category {
  margin-top: 21px;
  color: #8395A7;
  text-align: center;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
}

.blog-card__title {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 12px;
}

.blog-card__date-blog {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
}

.blog-card__button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 40px;
  margin-top: auto;
}

.blog-card__button span {
  display: flex;
  padding: 18px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.30);
  background: #23FFB4;
  box-shadow: 0px 8px 12px 0px rgba(35, 255, 180, 0.60);
  flex-shrink: 0;
  color: #080A0C;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.blog-card__button span:hover {
  background: #6FFFE5;
}

.post-detail__doctor-info .pd__image img {
  width: 87px;
}


@media (min-width: 1200px) {
  h2 {
    font-size: 40px;
  }
}

.table__base-heading th {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.table__td-value {
  justify-content: center;
  align-items: center;
}

@media (max-width: 1328px) {
  .header-menu_mobile > ul > li > a:before {
    width: 30px;
    height: 30px;
    position: relative;
    margin-right: 10px;
  }
  .header-menu_mobile > ul .menu-item-has-children > a {
    padding: unset;
  }

  .header-menu_mobile > ul > li > a {
    padding: unset;
  }
}

.aside__colored:empty {
  padding: 0 0;
  margin-bottom: 0;
}

  .blog-post-cards__block {
    margin-top: 50px;
    justify-content: flex-start;
    gap: 15px;
  }

@media (min-width: 1200px) {
  .blog-post-cards__block .blog-card {
    flex: 0 0 calc(33.33% - 10px);
    max-width: calc(33.33% - 10px);
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .blog-post-cards__block {
    justify-content: center;
  }
    .blog-post-cards__block .blog-card {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}

@media (max-width: 767px) {
  .package__buttons {
    flex-direction: row;
  }
}

@media (max-width: 424px) {
  .package__buttons a {
    padding: 13px 15px!important;
  }
}

@media (max-width: 1328px) {
  .package__price-left {
    font-size: 13px;
  }

  .package__image-container .package__image img {
    height: 100px;
    margin-left: auto;
    margin-right: auto;
  }
}

  .package__price-right2 {
    max-width: 30%;
  }
  .package__price-left2 {
    max-width: 70%;
  }

@media (min-width: 1329px) {
  .package__price-right {
    max-width: calc(100% - 267px);
  }

  .package__image-container .package__logo {
    max-width: calc(65% - 45px);
    margin-left: 30px;
    float: left;
    margin-bottom: 20px;
  }

   .package__image-container .package__image {
    max-width: 35%;
    float: right;
    height: 150px;
    margin-left: 15px;
   }

   .package__image-container {
    min-height: 150px;
    margin-bottom: 5px;
   }

   .package__image-container .package__title {
    margin-left: 30px;
    max-width: calc(65% - 45px);
   }

   .package__image-container .package__image img{
    height: 150px;
   }
}

.main__single-post .portfolio__tabs-nav {
    justify-content: center;
    gap: 10px;
}


.portfolio-page .pn-card__time:before {
  width: 60px;
  height: 60px;
  left: -56px;
}
.portfolio-page .pn-card__time {
  min-height: 60px;
  margin-left: 63px;
    display: flex;
    align-items: center;
  }

  .appointment-block-new {
        justify-content: center;
    max-width: 100%;
    border-radius: 8px;
    background: #D7F1FE;
    position: relative;
    flex-direction: row-reverse;
    display: flex;
  }

   .appointment-block-new .bottom-shape {
    padding-top: 30px;
     overflow: hidden;
     height: 30px;
     width: 100%;
     position: absolute;
     bottom: 0px;
}

.appointment-block-new__image img {
  max-width: 100%;
  max-height: 480px;
  z-index: 1;
  position: relative;
}

 .appointment-block-new .green-bottom {
     position: absolute;
     border-radius: 0px 0px 8px 8px;
     bottom: 0;
     width: 100%;
     height: 29px;
     background-color: #54D3A4;
}
 .appointment-block-new .bg-elipsis {
     margin-left: -10%;
     background: #D7F1FE;
     height: 120px;
     position: absolute;
     bottom: 0px;
     border-radius: 50%;
     width: 120%;
}

.appointment-block-new__image {
  z-index: 2;
  margin-top: -43px;
  margin-right: 10%;
  max-width: 50%;
  display: flex;
}

.appointment-block-new__image-decor {
  align-self: flex-end;
  position: relative;
}

.appointment-block-new__content {
  max-width: 45%;
  padding-left: 60px;
  padding-right: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.appointment-block-new__top {
  color: #080A0C;
  font-family: Fregat;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 20px;
}

.appointment-block-new__middle {
  color: #080A0C;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 15px;
}

.appointment-block-new__phone img {
  animation: rotate-15-cw 1.5s ease-in-out infinite both;
  width: 52px;
  height: 52px;
  margin-right: 5px;
  float: left;
}

.appointment-block-new__phone span {
  color: #080A0C;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
}
.appointment-block-new__contacts {
  display: flex;
  flex-direction: column-reverse;
  justify-content: left;
  gap: 15px;
}

.appointment-block-new__button {
  display: flex;
  min-width: 70px;
  max-width: 250px;
  height: 52px;
  padding: 14.612px 32.47px;
  justify-content: center;
  align-items: center;
  gap: 8.118px;
  flex-shrink: 0;
  border-radius: 40.588px;
  border: 0.812px solid rgba(255, 255, 255, 0.30);
  background: #FFF;
  cursor: pointer;
  white-space: nowrap;
  color: #080A0C;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
}

.appointment-block-new-socials {
  margin-top: 15px;
  display: flex;
  gap: 10px;
  justify-content: left;
  align-items: center;
  flex-direction: row;
}

 .appointment-block-new .appointment-block-new-socials-icons {
     gap: 12px;
     display: flex;
     flex-direction: row;
     justify-content: center;
}
.appointment-block-new .appointment-block-new-socials a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.5);
  height: 60px;
  width: 60px;
  border-radius: 50%;
}

.appointment-block-new .appointment-block-new-socials span {
  color: #080A0C;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}

.appointment-block-new .appointment-block-new-socials a .appointment-block-new-social-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 1);
  border-radius: 50%;
  height: 48px;
  width: 48px;
}

.appointment-block-new .appointment-block-new-socials-icons a img {
  width: 36px;
  height: 36px;
}

.appointment-block-new__image-decor:before {
  background: url('/wp-content/uploads/decor.svg');
  position: absolute;
  content: "";
  bottom: 25%;
  z-index: 0;
  width: 105%;
  height: calc(65% - 43px);
}

.appointment-block-new__image-decor:after {
  background: url('/wp-content/uploads/promo-new-img-logo-resized.png') no-repeat 0 0;
  position: absolute;
  content: "";
  top: calc(10% + 34px);
  width: 65px;
  height: 17px;
  z-index: 0;
  right: -5%;
}

@media (max-width: 1300px) {
  .appointment-block-new__contacts {
    flex-direction: column-reverse;
    justify-content: center;
  }

  .appointment-block-new-socials {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 1000px) {
  .appointment-block-new-socials {
    flex-direction: column;
    align-items: center;
  }
   .appointment-block-new {
    flex-direction: column;
   }
   .appointment-block-new__image {
    justify-content: center;
    display: flex;
    max-width: 100%;
    margin-right: unset;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
  }
  .appointment-block-new__content {
    text-align: center;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .appointment-block-new__image-decor {
    max-width: 250px;
  }
  .appointment-block-new__contacts {
    align-items: center;
  }
}

.portfolio-page .promo-new-aside-container:first-child .promo-new-aside {
  margin-top: unset;
}

@media (min-width: 768px) {
  .header__promo {
    display: none!important;
  }
}

.header__promo {
  overflow: hidden;
  display: none;
  position: relative;
  border-bottom: 1px solid #C8D6E5;
  background: #D2FFEF;
  width: 100%;
  min-height: 112px;
  padding: 8px 0px;
}

.header__promo .col-2 {
  width: 63%;
}

.header__promo .col-1 {
  margin-left: 2%;
  width: 35%;
}

.header__promo__text {
  color: #080A0C;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 112.5% */
}

.header__promo__price {
  margin-top: 3px;
  color: #039BE5;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 112.5% */
}
.header__promo__img {
  max-height: 84px;
}

.header__promo__btn {
  cursor: pointer;
  margin-top: 8px;
  display: flex;
  padding: 4px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  border: 1px solid #23FFB4;
  background: rgba(240, 250, 255, 0.58);
  color: #080A0C;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
}

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

.header__promo__close {
  height: 16px;
  width: 16px;
  position: absolute;
  top: 5px;
  right: 15px;
  cursor: pointer;
  z-index: 10;
}

@media (max-width: 767px) {
  body.show_header_promo main {
    padding-top: 166px;
  }
}

.header__promo__navigation {
  position: absolute;
  right: 15px;
  bottom: 0px;
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  z-index: 10;
}

.header__promo__navigation div{
  position: relative;
width: 24px;
height: 24px;
}

.header__promo__navigation div div{
  cursor: pointer;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.10);
width: 16.971px;
height: 16.971px;
transform: rotate(-45deg);
flex-shrink: 0;
border-radius: 3px;
border: 0px solid var(--Green-2, #9ECFCD);
background: var(--Green-1, #EAF9F9);
}

.header__promo__navigation div svg {
  cursor: pointer;
  position: absolute;
  width: 10px;
  z-index: 2;
  height: 10px;
  top: 4px;
  left: 3px;
}

.header__promo_decore {
  position: absolute;
  width: 60%;
  right: 0px;
  bottom: 0px;
}

.header__promo_decore img {
  width: 100%;
}

.header__promo_points {
  background-image: url('/wp-content/themes/bionic/images/header/promo_header_points.png');
  position: absolute;
  height: 100%;
  width: 35%;
  right: 0px;
  bottom: 0px;
}

.header__promo_points_left {
  background-image: url('/wp-content/themes/bionic/images/header/promo_header_points.png');
  position: absolute;
  height: 100%;
  width: 35%;
  left: -20%;
  top: -50%;
}

.dictionary-navigation__categories ul li {
    height: 70px;
    border-radius: 6px;
    border: 1px solid #D2DAE2;
    flex: 0 1 calc(25% - 8px);
    margin-right: 8px;
    margin-bottom: 8px;
}

.dictionary-navigation__categories ul {
    justify-content: flex-start;
}

.dictionary-navigation__categories ul a {
    height: 68px;
    padding: 8px 12px;
}

@media (max-width: 767px) {
.dictionary-navigation__categories ul li {
    flex: 0 1 100%;
    width: 100%;
    opacity: 1;
    visibility: visible;
}

.dictionary-navigation__categories ul li.active {
  width: 100%!important;
}
}

.services-modal-mobile, .menu-modal-mobile, .search-modal-mobile {
  display: none;
}

@media (max-width: 767px) {
  .section__c-1 {
    padding-top: 15px;
  }

  .block__image-text {
    margin-bottom: 25px;
  }

  .section__c-2 {
    padding-top: 15px;
  }
  #Modal {
    display: none!important;
  }

  .services-modal-mobile, .menu-modal-mobile, .search-modal-mobile {
    position: fixed;
    z-index: 100000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
  }

  .services-modal-mobile-overlay, .menu-modal-mobile-overlay, .search-modal-mobile-overlay {
    position: relative;
    min-height: 100%;
    z-index: 10;
    background: rgba(240, 250, 255, 0.70);
    width: 100%;
  }

  .services-modal-mobile-container, .menu-modal-mobile-container, .search-modal-mobile-container {
    border-radius: 10px;
    border: 1px solid #8395A7;
    background: #D7F1FE;
    padding: 2px;
    z-index: 11;
    position: relative;
    width: calc(100% - 30px);
    margin: 5px 15px 14px 15px;
  }

  .services-modal-mobile-close, .menu-modal-mobile-close, .search-modal-mobile-close {
    cursor: pointer;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 24px;
    height: 24px;
    border-radius: 3px;
    border: 1px solid #AADEF8;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
  }

  .menu-modal-mobile-close {
    margin-left: auto;
  }

  .menu-modal-mobile-lang-menu ul {
    padding: 0px 0px;
    list-style: none;
    margin: 0px 0px;
    display: flex;
    flex-direction: row;
    gap: 5px;
  }

  .menu-modal-mobile-lang-menu ul li a {
    color: #8D969D;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px; /* 100% */
  }

  .menu-modal-mobile-lang-menu ul li.current-lang a {
    position: relative;
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px; /* 85.714% */
  }

  .menu-modal-mobile-lang-menu ul li.current-lang a:after {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    background: #039BE5;
    bottom: -3px;
    left: calc(50% - 1px);
  }

  .menu-modal-mobile-main-header {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 4px;
  }

  .menu-modal-mobile-header {
    margin-bottom: 16px!important;
  }

  .menu-modal-mobile-main-contacts {
    display: none;
  }

  .menu-modal-mobile-main-contacts-container {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .menu-modal-mobile-main-contacts-container > div {
    border-radius: 4px;
    border: 1px solid #C7D6E1;
    background: #E9F6FD;
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.07);
    display: flex;
    padding: 32px 16px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .menu-modal-mobile-main-contacts-address {
    padding: 24px 16px!important;
    gap: 16px!important;
  }

  .menu-modal-mobile-main-contacts-address-first {
    display: flex;
    align-items: center;
    gap: 4px;
    width: 100%;
    justify-content: flex-start;
  }

  .menu-modal-mobile-main-contacts-address-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .menu-modal-mobile-main-contacts-address-third {
    width: 100%;
    text-align: center;
  }

  .menu-modal-mobile-main-contacts-address-third > div:nth-child(1) {
    color: #080A0C;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 128.571% */
  }

  .menu-modal-mobile-main-contacts-address-third > div:nth-child(2) {
    color: #080A0C;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
  }

  .menu-modal-mobile-main-contacts-address-third > div:nth-child(3) {
    color: #9DA6AD;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
  }

  .menu-modal-mobile-main-contacts-address-first-icon {
    height: 34px;
    width: 34px;
  }

  .menu-modal-mobile-main-contacts-address-second {
    width: 100%;
  }
  .menu-modal-mobile-main-contacts-address-second > div {
    color: #080A0C;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 128.571% */
    width: 100%;
  }

  .menu-modal-mobile-main-contacts-address-second > div:nth-child(2) {
    font-weight: 400;
  }


  .menu-modal-mobile-main-contacts-address-first-text {
    color: #9DA6AD;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .menu-modal-mobile-btn {
    cursor: pointer;
    display: flex;
    width: 100%;
    padding: 10px 8px;
    justify-content: center;
    align-items: center;
    gap: 3px;
    border-radius: 4px;
    border: 1px solid #C8D6E5;
    background: #EFFBFD;
    color: #1E1E1E;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .menu-modal-mobile-btn.active-btn {
    background: #8395A7;
    color: #EFFBFD;
  }

  .menu-modal-mobile-main-contacts-address-map {
    overflow: hidden;
    filter: drop-shadow(0px 4px 7px rgba(0, 0, 0, 0.10));
    border-radius: 10px;
    background: #D9D9D9;
  }

  .menu-modal-mobile-main-contacts-phones-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .menu-modal-mobile-main-contacts-phones-header {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
  }

  .menu-modal-mobile-main-contacts-phones-text {
    color: #9DA6AD;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .menu-modal-mobile-main-contacts-phones-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 4px;
  }

  .menu-modal-mobile-main-contacts-phones-main > div {
    height: 32px;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .menu-modal-mobile-main-contacts-phones-main > div a {
    border-bottom: 1px solid #E2EDF6;
    color: #1E1E1E;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .menu-modal-mobile-main-contacts-phones-main > div img {
    width: 22px;
    height: 22px;
  }

  .menu-modal-mobile-main-contacts-socials-messangers {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }

  .menu-modal-mobile-main-contacts-socials-messangers-title, .menu-modal-mobile-main-contacts-socials-socials-title {
    color: #9DA6AD;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .menu-modal-mobile-main-contacts-socials-messangers-icons {
    display: flex;
    align-items: flex-start;
    gap: 16px;
  }

  .menu-modal-mobile-main-contacts-socials-messangers-icons > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    background: rgba(255, 255, 255, 0.50);
    border-radius: 50%;
    flex-shrink: 0;
  }

  .menu-modal-mobile-main-contacts-socials-messangers-icons > a > div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    background: #FFF;
    border-radius: 50%;
  }

  .menu-modal-mobile-main-contacts-socials-messangers-icons > a > div > img {
    width: 32px;
    height: 32px;
    
  }

  .menu-modal-mobile-main-contacts-socials-socials-icons {
    display: flex;
    align-items: center;
    gap: 24px;
  }

  .menu-modal-mobile-main-contacts-socials-socials-icons img {
    width: 40px;
  }

  .menu-modal-mobile-main-contacts-socials-socials {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .menu-modal-mobile-main-contacts-phones-icon {
    width: 30px;
    height: 30px;
  }

  .services-modal-mobile-header, .menu-modal-mobile-header, .search-modal-mobile-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 24px;
  }

  .menu-modal-mobile-header {
    justify-content: flex-start!important;
  }

  .services-modal-mobile-main ul ul, .menu-modal-mobile-main-menu ul ul {
    display: none;
  }

  .services-modal-mobile-main ul, .menu-modal-mobile-main-menu ul {
    padding: 0px 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .menu-modal-mobile-main-menu > ul {
    margin-top: 24px!important;
  }


  .services-modal-mobile-container:before, .menu-modal-mobile-container:before, .search-modal-mobile-container:before {
    position: absolute;
    content: "";
    background-image: url(/wp-content/themes/bionic/images/header/menu_icon_new/mobile-services-decor.svg);
    width: 40%;
    height: 40px;
    top: 0px;
    left: 0px;
  }

  .services-modal-mobile-content, .menu-modal-mobile-content, .search-modal-mobile-content {
    z-index: 11;
    width: 100%;
  }
  
  .services-modal-mobile-main ul li a, .menu-modal-mobile-main-menu ul li a {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: flex-start;
    color: #1E1E1E;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .menu-modal-mobile-main-menu ul li a {
    width: calc(100% - 20px);
    gap: 12px;
  }

  .services-modal-mobile-main ul li, .menu-modal-mobile-main-menu ul li {
    width: 100%;
    display: flex;
    padding: 10px 8px;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    border: 1px solid #C7D6E1;
    background: #E9F6FD;
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.07);
  }

  .services-modal-mobile-submenu {
    display: none;
  }

    .services-modal-mobile-submenu ul li a {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: flex-start;
    color: #1E1E1E;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .services-modal-mobile-submenu ul li {
    width: 100%;
    display: flex;
    padding: 10px 8px;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    border: 1px solid #C7D6E1;
    background: #E9F6FD;
    padding-left: 16px;
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.07);
  }

  .services-modal-mobile-submenu ul li.submenu-item-active, .menu-modal-mobile-main-menu ul li.submenu-item-active {
    flex-direction: column;
  }

  .menu-modal-mobile-main-menu > ul > li.submenu-item-active > a:before {
    display: none;
  }

  .services-modal-mobile-submenu ul li.submenu-item-active > a, .menu-modal-mobile-main-menu ul li.submenu-item-active > a {
    width: 100%;
    color: #039BE5;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 4px;
    border: 1px solid #AADEF8;
    background: #E9F6FD;
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.07);
    display: flex;
    padding: 8px;
    align-items: center;
    gap: 16px;
  }

  .services-modal-mobile-submenu ul li.submenu-item-active, .menu-modal-mobile-main-menu ul li.submenu-item-active {
    display: flex;
    padding: 15px 8px;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    border: 1px solid #039BE5;
    background: #E4F5FE;
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.07);
  }

  .services-modal-mobile-submenu ul li.submenu-item-active ul li, .menu-modal-mobile-main-menu ul li.submenu-item-active ul li {
    display: flex;
    padding: 9px 8px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 4px;
    border: 1px solid rgba(200, 214, 229, 0.00);
    background: rgba(243, 251, 255, 0.00);
    box-shadow: unset;
    border-bottom: 1px solid #D9E6F1;;
  }

  .services-modal-mobile-submenu ul li.submenu-item-active > ul, .menu-modal-mobile-main-menu ul li.submenu-item-active > ul {
    display: block!important;
  }

  .services-modal-mobile-submenu ul li.submenu-item-active > ul ul, .menu-modal-mobile-main-menu ul li.submenu-item-active > ul ul {
    display: none;
  }

  .services-modal-mobile-submenu-title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
  }

  .services-modal-mobile-submenu-img {
    width: 30px;
    height: 30px;
    background-image: url(/wp-content/themes/bionic/images/menu/Ortopediya.gif);
    background-repeat: no-repeat;
    background-size: contain;
  }

  .services-modal-mobile-submenu-text {
    color: #1E1E1E;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
  }


  .services-modal-mobile-close div, .menu-modal-mobile-close div, .search-modal-mobile-close div {
    justify-content: center;
    align-items: center;
    display: flex;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    border-radius: 2px;
    background: #AADEF8;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.10);
  }

  .services-modal-mobile-container, .menu-modal-mobile-container, .search-modal-mobile-container {
    border-radius: 10px;
    background: #F0FAFF;
    display: inline-flex;
    padding: 5px 14px;
    flex-direction: column;
    align-items: flex-end;
    gap: 24px;
  }

  .search-modal-mobile-container {
    margin-top: 125px;
    padding-bottom: 56px;
  }

  .search-modal-mobile-search-form {
    margin-top: 24px;
    height: 40px;
    display: flex;
    align-items: center;
    flex-direction: row;
    border-radius: 4px;
    border: 1px solid #E1EEF7;
    background: #E9F6FD;
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.07);
    padding: 3px;
  }

  .search-modal-mobile-search-form-icon {
    margin-left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    width: 24px;
  }

  .search-modal-mobile-search-form-icon-active {
    margin-left: 5px;
    display: none;
    align-items: center;
    justify-content: center;
    height: 24px;
    width: 24px;
  }

  .search-modal-mobile-search-form.form_active .search-modal-mobile-search-form-icon {
    display: none;
  }

  .search-modal-mobile-search-form.form_active .search-modal-mobile-search-form-icon-active {
    display: flex;
  }

  .search-modal-mobile-search-form button {
    opacity: 0;
    height: 34px;
    width: 34px;
    border: 0;
    background: transparent;
    cursor: pointer;
    padding: unset;
    margin-left: auto;
    z-index: -1;
  }
  .search-modal-mobile-search-form input::placeholder {
    color: #9CA4A8;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .search-modal-mobile-search-form input {
    height: 40px;
    width: 100%;
    color: #1E1E1E;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: none;
    background: transparent;
  }

  .search-modal-mobile-search-form-hint {
    margin-top: 4px;
    margin-left: 30px;
    color: #9CA4A8;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .search-modal-mobile-search-form.form_active {
    border: 1px solid #039BE5;
  }

  .search-modal-mobile-search-form.form_active button {
    opacity: 1;
    z-index: unset;
  }

  .services-modal-mobile-main > ul > li:after {
    background-image: url(/wp-content/themes/bionic/images/header/menu_icon_new/arrow-right.svg);
    stroke-width: 1px;
    stroke: rgba(30, 30, 30, 0.72);
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 7px;
    height: 11px;
    margin-left: auto;
  }

  .services-modal-mobile-main > ul > li:before {
    position: relative;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
  }

  .menu-modal-mobile-main-menu > ul > li > a:before {
    position: relative;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
  }

  .menu-modal-mobile-main-menu ul li.sub__menu:after {
    background-image: url(/wp-content/themes/bionic/images/header/menu_icon_new/arrow-down.svg);
    stroke-width: 1px;
    stroke: rgba(30, 30, 30, 0.72);
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 7px;
    margin-left: auto;
  }

  .menu-modal-mobile-main-menu ul li.sub__menu.submenu-item-active:after {
    display: none;
  }
  

/*  .services-modal-mobile-submenu .services-modal-mobile-submenu-content > ul > li:not(.menu-item-has-children):after {
    background-image: url(/wp-content/themes/bionic/images/header/menu_icon_new/arrow-right.svg);
    stroke-width: 1px;
    stroke: rgba(30, 30, 30, 0.72);
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 7px;
    height: 11px;
    margin-left: auto;
  }*/

  .services-modal-mobile-submenu .services-modal-mobile-submenu-content > ul > li.menu-item-has-children:after {
    background-image: url(/wp-content/themes/bionic/images/header/menu_icon_new/arrow-down.svg);
    stroke-width: 1px;
    stroke: rgba(30, 30, 30, 0.72);
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 7px;
    margin-left: auto;
  }

  .services-modal-mobile-submenu .services-modal-mobile-submenu-content > ul > li.menu-item-has-children.submenu-item-active:after {
    display: none;
  }

  .services-modal-mobile-submenu .services-modal-mobile-submenu-content > ul > li > ul {
    display: none;
  }

  .services-modal-mobile-submenu ul li a {
    max-width: calc(100% - 20px);
    width: 100%;
  }

  .services-modal-mobile-submenu ul li.submenu-item-active > a {
    max-width: unset;
  }

  .services-modal-mobile-submenu ul li.submenu-item-active > a:after, .menu-modal-mobile-main-menu ul li.sub__menu.submenu-item-active > a:after {
    background-image: url(/wp-content/themes/bionic/images/header/menu_icon_new/arrow-down.svg);
    stroke-width: 1px;
    stroke: rgba(30, 30, 30, 0.72);
    transform: rotate(180deg);
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 7px;
    margin-left: auto;
  }

  .services-modal-mobile-submenu-back span{
    color: #B1B8BB;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .services-modal-mobile-submenu-back {
    cursor: pointer;
    display: flex;
    padding: 4px 5px;
    border-radius: 1px;
    align-items: center;
    gap: 5px;
  }

  .services-modal-mobile-submenu-back:before {
    content: "";
    width: 7px;
    height: 11px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/wp-content/themes/bionic/images/header/menu_icon_new/arrow-left.svg);
  }

  .services-modal-mobile-submenu ul {
    padding: 0px 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .services-modal-mobile-main > ul > li:nth-child(1):before, .services-modal-mobile-submenu .services-modal-mobile-submenu-img.img-index-0 {
    background-image: url(/wp-content/themes/bionic/images/menu/Ortopediya.gif);
  }

  .services-modal-mobile-main > ul > li:nth-child(2):before, .services-modal-mobile-submenu .services-modal-mobile-submenu-img.img-index-1 {
    background-image: url(/wp-content/themes/bionic/images/menu/Protezuvannya-na-implantah.gif);
  }

  .services-modal-mobile-main > ul > li:nth-child(3):before, .services-modal-mobile-submenu .services-modal-mobile-submenu-img.img-index-2 {
    background-image: url(/wp-content/themes/bionic/images/menu/TSifrova-stomatologiya.gif);
  }

  .services-modal-mobile-main > ul > li:nth-child(4):before, .services-modal-mobile-submenu .services-modal-mobile-submenu-img.img-index-3 {
    background-image: url(/wp-content/themes/bionic/images/menu/paradantologiya.gif);
  }

  .services-modal-mobile-main > ul > li:nth-child(5):before, .services-modal-mobile-submenu .services-modal-mobile-submenu-img.img-index-4 {
    background-image: url(/wp-content/themes/bionic/images/menu/implantatsiya.gif);
  }

  .services-modal-mobile-main > ul > li:nth-child(6):before, .services-modal-mobile-submenu .services-modal-mobile-submenu-img.img-index-5 {
    background-image: url(/wp-content/themes/bionic/images/menu/terapevtichna-stomatologiya.gif);
  }

  .services-modal-mobile-main > ul > li:nth-child(7):before, .services-modal-mobile-submenu .services-modal-mobile-submenu-img.img-index-6 {
    background-image: url(/wp-content/themes/bionic/images/menu/Likuvannya-pid-mikroskopom.gif);
  }

  .services-modal-mobile-main > ul > li:nth-child(8):before, .services-modal-mobile-submenu .services-modal-mobile-submenu-img.img-index-7 {
    background-image: url(/wp-content/themes/bionic/images/menu/Endodontiya-plombiruvannya-kanaliv.gif);
  }

  .services-modal-mobile-main > ul > li:nth-child(9):before, .services-modal-mobile-submenu .services-modal-mobile-submenu-img.img-index-8 {
    background-image: url(/wp-content/themes/bionic/images/menu/profilaktika-ta-chistka.gif);
  }

  .services-modal-mobile-main > ul > li:nth-child(10):before, .services-modal-mobile-submenu .services-modal-mobile-submenu-img.img-index-9 {
    background-image: url(/wp-content/themes/bionic/images/menu/Ortodonts.gif);
  }

  .services-modal-mobile-main > ul > li:nth-child(11):before, .services-modal-mobile-submenu .services-modal-mobile-submenu-img.img-index-10 {
    background-image: url(/wp-content/themes/bionic/images/menu/dityacha-stomatologiya.gif);
  }

  .services-modal-mobile-main > ul > li:nth-child(12):before, .services-modal-mobile-submenu .services-modal-mobile-submenu-img.img-index-11 {
    background-image: url(/wp-content/themes/bionic/images/menu/hirurgiya.gif);
  }

  .services-modal-mobile-main > ul > li:nth-child(13):before, .services-modal-mobile-submenu .services-modal-mobile-submenu-img.img-index-12 {
    background-image: url(/wp-content/themes/bionic/images/menu/likuvannya-bez-bolyu.gif);
  }

  .services-modal-mobile-main > ul > li:nth-child(14):before, .services-modal-mobile-submenu .services-modal-mobile-submenu-img.img-index-13 {
    background-image: url(/wp-content/themes/bionic/images/menu/likuvannya-uvi-sni.gif);
  }

  .services-modal-mobile-main > ul > li:nth-child(15):before, .services-modal-mobile-submenu .services-modal-mobile-submenu-img.img-index-14 {
    background-image: url(/wp-content/themes/bionic/images/menu/gnatologiya.gif);
  }

  .services-modal-mobile-main > ul > li:nth-child(16):before, .services-modal-mobile-submenu .services-modal-mobile-submenu-img.img-index-15 {
    background-image: url(/wp-content/themes/bionic/images/menu/diagnostika-zubiv.gif);
  }

  .services-modal-mobile-main > ul > li:nth-child(17):before, .services-modal-mobile-submenu .services-modal-mobile-submenu-img.img-index-16 {
    background-image: url(/wp-content/themes/bionic/images/menu/stomatologiya-dlya-vagitnih.gif);
  }

  .top-header {
    display: block!important;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
  }
  .nav-up {
    top: -42px;
}
  .bottom-header .row.ss-old {
    display: none;
  }
  .header {
    height: 54px;
  }

  main {
    padding-top: 96px;
  }

  main.th-home-page-main {
    padding-top: 54px;
  }

  .header__mobile_btn_group {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .header__search-mobile.ss-old {
    display: none;
  }

  .burger-wrap.ss-old {
    display: none;
  }

  .phone__mobile {
    width: 30px;
    height: 30px;
    background-image: url('../images/header/menu_icon_new/phone.svg');
    background-size: contain;
  }

  .burger__mobile {
    width: 26px!important;
    height: 26px!important;
    background-image: url('/wp-content/themes/bionic/images/header/mobile_icons/burger.png');
  }

  .header__search__mobile {
    width: 16px!important;
    height: 16px!important;
    background-image: url('/wp-content/themes/bionic/images/header/mobile_icons/search.png');
  }
  .burger__mobile.active {
    width: 26px!important;
    height: 26px!important;
  }

  .burger__mobile:active {
    background-image: url('/wp-content/themes/bionic/images/header/mobile_icons/burger-active.png');
  }

  .bottom-header {
    height: 42px;
    border-top: 1px solid #C8D6E5;
    border-bottom: 1px solid #C8D6E5;
    background: rgba(240, 250, 255, 0.40);
  }

  .transparent-mobile ul {
    padding: 0px 0px;
    width: 100%;
    display: flex;
    list-style: none;
    justify-content: space-between;
  }

  .transparent-mobile ul li {
    display: inline-flex;
    padding: 10px 7px;
  }

/*  .transparent-mobile ul li:active {
    border-radius: 4px;
    border: 1px solid #C8D6E5;
    background: rgba(240, 250, 255, 0.80);
  }*/

  .transparent-mobile ul li a {
    align-items: center;
    gap: 2px;
    display: flex;
    position: relative;
    text-decoration: none;
    color: #1E1E1E;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .transparent-mobile .i__services > a:before {
    margin-right: 5px;
    position: relative;
    width: 16px;
    height: 22px;
    content: "";
    background-image: url("../images/header/menu_icon_new/services.svg");
  }

  .transparent-mobile .i__services > a:after {
    margin-top: 2px;
    position: relative;
    width: 12px;
    height: 6px;
    content: "";
    background-image: url("../images/header/menu_icon_new/arrow-down.svg");
  }

  .transparent-mobile .i__price > a:before {
    content: "";
    width: 21px;
    height: 22px;
    background-image: url("../images/header/menu_icon_new/uah.svg");
  }

    .transparent-mobile .i__portfolio > a:before {
    content: "";
    width: 21px;
    height: 20px;
    background-image: url("../images/header/menu_icon_new/portfolio.svg");
  }

  body.en-lang .transparent-mobile .i__price > a:before {
    background-image: url("../images/header/menu_icon_new/usd.svg");
  }
}

@media (max-width: 320px) {
  .services-modal-mobile-main ul li a {
    max-width: 188px;
  }

  .services-modal-mobile-submenu ul li a {
    max-width: 180px;
  }

  .services-modal-mobile-submenu ul li.submenu-item-active > a {
    max-width: unset!important;
  }
}

@media (min-width: 768px) {
  .price__general {
    min-height: 130px;
  }
  .header__mobile_btn_group {
    display: none;
  }

  .bottom-header {
    display: block!important;
  }

  .services-modal-mobile, .menu-modal-mobile, .search-modal-mobile {
    display: none!important;
  }

  .bottom-header .transparent-mobile {
    display: none;
  }
}

.block__image-text blockquote {
 background: #F0FAFF;
 filter: drop-shadow(0px 6px 28px rgba(143, 155, 171, 0.40));
 border-radius: 10px;
 padding: 32px 16px 26px 16px;
 margin-top: 26px;
}

.block__image-text blockquote:before {
  content: "";
  top: -23px;
  left: 29px;
  position: absolute;
  height: 46px;
  width: 46px;
  background: url('/wp-content/themes/bionic/images/quote.svg');
}

.section__price-text p {
  font-size: unset;
  line-height: unset;
  margin-bottom: unset;
  color: unset;
}

.price_item_read_more_btn {
  cursor: pointer;
  display: block;
  font-size: 26px;
  line-height: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

.price__item-text.price_item_text_hiden {
  max-height: 102px;
  overflow: hidden;
}


.price__item.active .price__item-plus-minus img.img-price-plus {
  display: none;
}

.price__item .price__item-plus-minus img.img-price-plus {
  display: block;
}

.price__item.active .price__item-plus-minus img.img-price-minus {
  display: block;
}

.price__item .price__item-plus-minus img.img-price-minus {
  display: none;
}

.price__item-plus-minus {
  margin-left: auto;
}

.price__item-plus-minus {
  width: 15px;
}

.price__item-title-container {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.price__item-title-container .price__item-title {
  width: calc(100% - 30px);
}

.price__item:not(.active) .price__item-text, .price__item:not(.active) .price__content, .price__item:not(.active) .price__item-subtitle, .price__item:not(.active) .price_item_read_more_btn {
  display: none;
}

.price__more a.l-btn__third {
  display: inline-block!important;
  color: #080A0C!important;
}

.price__item:not(.active) .price__item-title {
  margin-bottom: 0px;
}

.home-services-container {
  overflow: hidden;
  justify-content: flex-start;
  position: relative;
  border-radius: 16px;
/*  background: #fff;*/
  background: #A4F7DB;
  box-shadow: 0px 32px 76px -40px rgba(38, 38, 38, 0.50);
  border: 8px solid #fff;
  padding: 0px 0px;
}

.home-services-container:hover {
  border: 8px solid #039BE5;
/*  background: #039BE5;*/
}

.home-services-container:before {
  border-radius: 16px;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  background: url('/wp-content/themes/bionic/images/home-services-decor.png');
}

.home-services-container:after {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  right: -35%;
  bottom: -35%;
  content: "";
  border-radius: 50%;
  background: #FFF;
  filter: blur(65.5px);
}

.home-services-link {
  border: 1px solid #23FFB4;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 8px;
}

.home-services-header {
  align-items: center;
  margin-top: 24px;
  margin-left: 15px;
  display: flex;
  flex-direction: row;
}

.home-services-main {
  height: 100%;
  margin-left: 15px;
  margin-top: 16px;
  display: flex;
  flex-direction: row;
}

.home-services-main-left {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
}

.home-services-title {
  word-break: break-word;
  max-width: calc(100% - 95px);
  color: #080A0C;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 108.333% */
}

.home-services-promo {
  margin-bottom: auto;
  margin-left: auto;
}

.home-services-main-right {
  align-items: end;
  display: flex;
  justify-content: flex-end;
  max-width: 50%;
  margin-left: auto;
}

.home-services-main-right img {
  max-height: 300px;
  }

.home-services-price {
  margin-top: auto;
}

.home-services-price-actual {
  color: #039BE5;
  leading-trim: both;
  text-edge: cap;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 133.333% */
  margin-bottom: 8px;
}

.home-services-price-old {
  color: #5C646C;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  text-decoration: line-through;
}


.home-services-promo > div > div {
  color: #E30613;
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 16px; /* 114.286% */
padding: 6px 22px 5px 22px;
border-radius: 8px 8px 0px 8px;
background: #F7BEC2;
}

.home-services-promo > div {
  border-radius: 10px 10px 0px 10px;
  background: #F9FAFA;
  border: 1px solid #E30613;
  padding: 2px;
}

.home-services-main ul li {
  color: #5C646C;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 114.286% */
}

.home-services-main ul {
  padding: 0px 0px;
  margin: 0px 0px;
  padding-left: 20px;
  margin-bottom: 15px;
}

.section__services .cards__block {
  gap: 20px;
}
.section__services .cards__block .category__link {
  margin-bottom: 0px;
}

@media (max-width: 575px) {
  .section__services .cards__block .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0px 4px!important;
  }

  .home-services-title {
    max-width: unset;
    padding-right: 8px;
  }

  .home-services-container {
    border: 4px solid #fff;
  }

  .home-services-container:hover {
    border: 4px solid #039BE5;
  }

  .home-services-container {
    box-shadow: unset;
  }
  
  .section__services .cards__block .swiper-slide {
    height: auto!important;
  }

  .section__services .cards__block .swiper-pagination {
    position: relative;
    bottom: unset;
    left: unset;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .section__services .cards__block-mobile.swiper {
    display: block!important;
  }

  .cards__block.cards__block-mobile {
    -webkit-box-pack: unset!important;
  }

  .section__services .cards__block-mobile .swiper-slide {
    -webkit-transform: translateZ(0)!important;
    -webkit-transform: translate3d(0, 0, 0)!important;
    -webkit-backface-visibility: hidden;
  }

  .section__services .cards__block-mobile .home-services-container:before, .section__services .cards__block-mobile .home-services-container:after {
    z-index: -1!important;
  }

  .section__services .cards__block:not(.cards__block-mobile) {
    display: none!important;
  }

  .section__services .cards__block-mobile.swiper .services-mobile__navigation {
    position: absolute;
    left: calc(50% - 28px);
    bottom: 60px;
    display: inline-flex;
    align-items: flex-start;
    gap: 8px;
    z-index: 10;
  }

  .section__services .cards__block-mobile.swiper .services-mobile__navigation div{
    position: relative;
    width: 24px;
    height: 24px;
  }

  .section__services .cards__block-mobile.swiper .services-mobile__navigation div div{
    cursor: pointer;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.10);
    width: 16.971px;
    height: 16.971px;
    transform: rotate(-45deg);
    flex-shrink: 0;
    border-radius: 3px;
    border: 0px solid var(--Green-2, #9ECFCD);
    background: var(--Green-1, #EAF9F9);
  }

  .section__services .cards__block-mobile.swiper .services-mobile__navigation div svg {
    cursor: pointer;
    position: absolute;
    width: 10px;
    z-index: 2;
    height: 10px;
    top: 4px;
    left: 3px;
  }
}

@media (min-width: 576px) {
  .section__services .cards__block-mobile.swiper {
    display: none!important;
  }
  .section__services .cards__block:not(.cards__block-mobile) {
    display: flex!important;
  }
}

.package-new {
  margin-right: 5px;
  overflow: hidden;
  justify-content: flex-start;
  position: relative;
  border-radius: 10px;
  box-shadow: 0px 32px 76px -40px rgba(38, 38, 38, 0.50);
  border: 8px solid #fff;
  padding: 0px 0px;
  transition: 0.3s ease-in-out;
}

.package-new:hover {
  border: 8px solid #039BE5;
}

@media (max-width: 575px) {

  .package-new {
    border: 4px solid #fff;
  }

  .package-new:hover {
    border: 4px solid #039BE5;
  }

  .package-new {
    box-shadow: unset;
  }
}

.package-new-base {
  border: 1px solid #23FFB4;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 8px;
}

.package-new-top-block {
  background: #A4F7DB;
  position: relative;
  padding-top: 35px;
  overflow: hidden;
}

.package-new-top-block-content {
  flex-direction: column;
  position: relative;
  z-index: 2;
  display: flex;
}

.package-new-top-block:before {
  border-radius: 16px;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  background: url(/wp-content/themes/bionic/images/home-services-decor.png);
}

.package-new-top-block:after {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  right: -35%;
  bottom: -35%;
  content: "";
  border-radius: 50%;
  background: #FFF;
  filter: blur(65.5px);
}

.package-new-promo {
  z-index: 2;
  align-items: center;
  display: flex;
  position: absolute;
  left: 0px;
  top: 0px;
/*  margin-top: -1px;*/
/*  margin-left: -1px;*/
}

.package-new-promo > div > div {
  color: #E30613;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 114.286% */
  padding: 6px 22px 5px 22px;
  border-radius: 8px 8px 8px 0px;
  background: #F7BEC2;
}

.package-new-promo > div {
  border-radius: 10px 10px 10px 0px;
  border: 1px solid #E30613;
  background: #F9FAFA;
  padding: 1px;
}

.package-new-producer-block {
  display: flex;
  flex-direction: row;
  padding-left: 22px;
  padding-right: 22px;
  gap: 25px;
  width: 100%;
}

.package-new-producer-text {
  color: #5C646C;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 114.286% */
  width: 50%;
}

.package-new-producer-img {
  margin-left: auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  flex-direction: row;
  max-width: 35%;
}

.package-new-producer-img > img {
  max-height: 32px; 
}

.package-new-producer-logo {
}

.package-new-producer-flag {
  border-radius: 0px 8px 0px 0px;
}

.package-new-top-block-img {
  max-height: 200px;
  margin-top: auto;
}

.package-new-title {
  width: 100%;
  padding-left: 22px;
  color: #080A0C;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 120% */
}

.package-new-top-block-main {
  padding-top: 24px;
  display: flex;
  flex-direction: row;
}

.package-new-top-block-left {
  max-width: 50%;
  position: relative;
}

.package-new-top-block-right {
  display: flex;
  margin-left: auto;
  max-width: 50%;
  height: 200px;
}

.package-new-main-content-additional {
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.package-new-main-content-additional > div {
  display: flex;
  flex-direction: row;
  gap: 12px;
}

.package-new-main-content-additional-value {
  margin-left: auto;
  color: #232323;
  text-align: right;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 114.286% */
}

.package-new-main-content-additional-text {
  color: #232323;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  max-width: 60%;
  line-height: 16px; /* 114.286% */
}

.package-new-title-mobile {
  padding: 16px 8px 16px 16px;
  width: 100%;
  color: #080A0C;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 120% */
  display: none;
}

.package-new-tags-list {
  z-index: 3;
  padding-left: 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.package-new-tags-list > div {
  width: fit-content;
  text-wrap: nowrap;
  display: inline-table;
  padding: 6px 13px;
  border-radius: 100px;
  border: 1px solid #C8D6E5;
  background: rgba(255, 255, 255, 0.81);
  color: #232323;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px; /* 92.857% */
}

.package-new-price-block {
    display: flex;
    gap: 8px;
  flex-direction: row;
  border-top: 1px solid #C8D6E5;
  border-bottom: 1px solid #C8D6E5;
  background: #F0FAFF;
  padding: 16px 21px 16px 21px;
}

.package-new-price-text {
  max-width: 58%;
  color: #080A0C;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
}

.package-new-prices {
  align-items: center;
  justify-content: center;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.package-new-price-old {
  color: #5C646C;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration: line-through;
}
.package-new-price-actual {
  color: #039BE5;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 133.333% */
}

.package-new-main-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 26px 20px 20px 20px;
  background: #fff;
}

.package-new-main-content-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.package-new-main-content-list-list ul {
    list-style: none;
    padding-left: 27px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.package-new-main-content-list-list ul li {
  position: relative;
  margin-bottom: 17px;
  padding-right: 5px;
  color: #232323;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 114.286% */
}

.package-new-main-content-list-list ul li:last-child {
  margin-bottom: 0px;
}

.package-new-main-content-list-list ul li:before{
    content: "";
    position: absolute;
    background-image: url(../images/style/icon__list.png);
    background-repeat: no-repeat;
    width: 19px;
    height: 17px;
    left: -27px;
    top: 0;
}

.package-new-main-content-list-title {
  color: #5C646C;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  text-decoration-line: underline;
}

.package-new-buttons {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap-reverse;
}

.package-new-buttons > a {
  color: #080A0C;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 111.111% */
  padding: 14px 32px!important;
  margin-bottom: unset;
}

.package-new-promotion {
  text-align: center;
  color: #E30613;
  font-family: Inter;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px; /* 120% */
}

.package-new-buttons > a.l-btn__third {
  border: 1px solid #23FFB4;
}

@media (max-width: 425px) {
  .package-new-producer-img > img {
    max-height: 20px; 
  }
}

@media (max-width: 768px) {
  .package-new-top-block-right {
    height: 175px;
  }

  .package-new-main-content {
    padding: 24px 16px 16px 16px;
  }

  .package-new-top-block-img {
    max-height: 175px;
  }
  .package-new-price-text {
    max-width: 100%;
  }
  .package-new-price-block {
    flex-direction: column;
    padding: 16px!important;
  }
  .package-new-producer-block {
    padding-left: 16px;
    padding-right: 16px;
  }
  .package-new-top-block-main {
    padding-top: 0px;
  }
  .package-new-title-mobile {
    display: block;
  }
  .package-new-title {
    display: none;
  }
}

@media (min-width: 769px) {
  .package-new-tags-list {
    padding-top: 30px;
    gap: 6px;
  }
}

.menu-aside__button {
  align-items: center;
  display: flex!important;
  transform: rotate(270deg);
  gap: 32px;
  transform-origin: top left;
  top: calc(55% + 125px);
}

.menu-aside__button > a > svg {
  transform: rotate(90deg);
}

@media (max-width: 564px) {
  .menu-aside__button > a.menu-aside-button-hidden span, .menu-aside__button > a.menu-aside-button-hidden svg{
    display: none;
  }

  .menu-aside__button > a.menu-aside-button-hidden {
    width: 150px;
    height: 24px;
    position: relative;
    top: -19px;
    border-radius: 5px;
    background: #3EFFBD;
    border: unset;
    padding: unset;
    margin-right: auto;
  }

}

.menu-aside__button > a > span {
  color: #1E1E1E;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.menu-aside__button > a {
  display: inline-flex;
  padding: 8px 24px;
  align-items: center;
  gap: 8px;
  border-radius: 0px 20px 20px 20px;
  border: 1px solid #23FFB4;
  background: rgba(255, 255, 255, 0.70);
  box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.10);
}

.menu-aside__button-bottom > svg {
  transform: rotate(270deg);
}

.menu-aside__button-top, .menu-aside__button-bottom {
  cursor: pointer;
  width: 29px;
  height: 26px;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 4px;
  border: 1px solid #3EFFBD;
  background: rgba(255, 255, 255, 0.50);
  box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.10);
}

.menu-aside__button-top > svg {
  transform: rotate(90deg);
}

.navigation-modal {
  display: none;
  position: fixed;
  z-index: 100000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.navigation-modal-overlay {
  position: relative;
  min-height: 100%;
  z-index: 10;
  width: 100%;
}

.navigation-modal-container:before {
  position: absolute;
  content: "";
  background-image: url(/wp-content/themes/bionic/images/header/menu_icon_new/mobile-services-decor.svg);
  width: 40%;
  height: 40px;
  top: 0px;
  left: 0px;
}

.navigation-modal-container {
  background: #fff;
  padding: 5px 14px;
  width: 450px;
  top: 30%;
  height: 70%;
  left: -10px;
  border-radius: 10px;
  border: 1px solid #23FFB4;
  box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.10);
  z-index: 11;
  position: absolute;
}

.navigation-modal-title {
  margin-top: 24px;
  text-align: center;
  color: #1E1E1E;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.navigation-modal-main {
  position: relative;
  height: calc(100% - 110px);
  margin-top: 8px;
  width: 100%;
  gap: 8px;
  z-index: 9;
}

.navigation-modal-footer {
  height: 31px;
  width: 100%;
  position: absolute;
  right: 0px;
  bottom: 0px;
  border-radius: 0px 0px 10px 0px;
  z-index: 10;
  background: #FFF;
  box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.05);
}

.navigation-modal-content {
  height: 100%;
}

.navigation-modal-header {
  display: flex;
  justify-content: flex-end;
}

.navigation-modal-main > ul {
  counter-reset: ss-counter-aside;
  display: flex;
  gap: 8px;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
  padding-left: 10px;
  padding-bottom: 8px;
  overflow: auto;
  max-height: 100%;
}

.navigation-modal-main > ul::-webkit-scrollbar {
  width: 5px;
}

.navigation-modal-main > ul::-webkit-scrollbar-thumb {
  margin-left: 10px;
  width: 4px;
  flex-shrink: 0;
  border-radius: 10px;
  border: 1px solid #039BE5;
  background: #A4F7DB;
}

.navigation-modal-main > ul li a {
  max-width: calc(100% - 32px);
  color: #667381;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.navigation-modal-main > ul li:nth-child(n+10):before {
  content: counter(ss-counter-aside);
}

.navigation-modal-main > ul li:before {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  content: counter(ss-counter-aside);
  color: #039BE5;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border: 1px solid #039BE5;
  border-radius: 50%;
  left: 0;
  width: 24px;
  height: 24pxpx;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navigation-modal-main > ul li {
  counter-increment: ss-counter-aside;
  display: flex;
  flex-direction: row;
  padding: 10px 8px;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  border: 1px solid #E1EEF7;
  background: rgba(200, 214, 229, 0.04);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.07);
}



.navigation-modal-close div {
  justify-content: center;
  align-items: center;
  display: flex;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  border-radius: 2px;
  background: #AADEF8;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.10);
}

.navigation-modal-close {
  margin-left: auto;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 24px;
  height: 24px;
  border-radius: 3px;
  border: 1px solid #AADEF8;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
}

@media (max-width: 564px) {
  .navigation-modal-container {
    width: 90%;
  }
  .navigation-modal-overlay {
    background: rgba(255, 255, 255, 0.80);
  }
}

.navigation-modal li:hover a {
  color: #1E1E1E;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.navigation-modal li:hover:before {
  background: #039BE5;
  color: #FFF;
}
.navigation-modal li:hover {
  border: 1px solid #039BE5;
}

.timeline-swiper-pagination {
  padding-top: 2px;
  counter-reset: counter-timeline;
  text-align: center;
  margin-bottom: 24px;
  display: flex;
  row-gap: 12px;
  column-gap: 76px;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}

.timeline-swiper-pagination span + span:after {
  content: "";
  height: 1px;
  width: 80px;
  z-index: -1;
  background: #C8D6E5;
  position: absolute;
  top: 50%;
  left: -78px;
}
.timeline-swiper-pagination span {
  position: relative;
  border-radius: 50%;
  opacity: unset;
  margin: 0!important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  counter-increment: counter-timeline;
  border: 2px solid #89FDD9;
  background: #fff;
/*filter: drop-shadow(0px 4px 12px rgba(59, 59, 72, 0.12));*/
}

.timeline-swiper-pagination span.swiper-pagination-bullet-active {
  background: #039BE5;
  color: #fff;
/*    outline: 2px solid #89FDD9;*/
  border: 2px solid #89FDD9;
}

.timeline-swiper-pagination span.swiper-pagination-bullet-active:before {
  color: #fff;
  }


.timeline-swiper-pagination span:before {
  content: "0" counter(counter-timeline);
color: #AEE5FF;
leading-trim: both;
text-edge: cap;
font-family: Open Sans;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 32px; /* 100% */
}

.timeline-swiper-pagination span:nth-child(n+10):before {
  content: counter(counter-timeline);
}

.timeline-new {
  border-radius: 10px;
  border: 1px solid #C8D6E5;
  background: #F0FAFF;
  padding: 40px;
  overflow: hidden;
}

.decor-lines-1 {
  position: absolute;
  left: min(calc(40% - 531px), 0px);
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  top: 0px;
}

.decor-lines-1 svg {
  position: absolute;
  left: 0px;
  top: 0px;
}

.decor-lines-2 {
  height: 100%;
  width: 100%;
  position: absolute;
  display: flex;
  align-items: flex-end;
  right: min(calc(50% - 589px), 0px);
  bottom: 0px;
}

.decor-lines-2 svg {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.timeline-new-decor-points {
  position: absolute;
  background-image: url('/wp-content/themes/bionic/images/decor-points-timeline.png');
  bottom: -100px;
  right: -126px;
  width: 317px;
  height: 299px;
}

.timeline-new-text {
  position: relative;
  z-index: 5;
  padding: 32px;
  max-height: 360px;
  max-width: 52%;
  overflow-y: scroll;
  border-radius: 10px;
  border: 1px solid #CEEBF9;
  background: #FFF;
  box-shadow: 0px 28px 51px 0px rgba(143, 155, 171, 0.25);
}

.timeline-new-text::-webkit-scrollbar {
  width: 5px;
}

.timeline-new-text::-webkit-scrollbar-thumb {
/*  margin-left: 10px;*/
  width: 4px;
  flex-shrink: 0;
  border-radius: 10px;
  border: 1px solid #039BE5;
  background: #A4F7DB;
}

.timeline-new-text-header {
  display: flex;
  flex-direction: row;
  gap: 14px;
  margin-bottom: 8px;
}

.timeline-new-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 36px;
}

.timeline-new-image-slider {
  position: relative;
  margin-left: auto;
  display: flex;
  align-items: center;
  max-width: calc(48% - 64px);
}

.timeline-new-text-header img {
  width: 48px;
  height: 48px;
  margin-bottom: auto;
}

.timeline-new-text-title {
  max-width: calc(100% - 62px);
  color: #039BE5;
font-family: Inter;
font-size: 26px;
font-style: normal;
font-weight: 500;
line-height: 30px; /* 115.385% */
}

.timeline-new-separator {
  margin-bottom: 16px;
}

.timeline-new-separator-mobile {
  display: none;
  margin-bottom: 16px;
}

.swiper-timeline-child-navigation {
  text-align: center;
}

.swiper-timeline-child-navigation .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0px 4px!important;
}

.timeline-new-image-slider img {
  width: 100%;
  border-radius: 17px;
}

.timeline-new-image-slider .swiper-slide-active img {
    border: 3px solid #039BE5;
}

.timeline-new-navigation {
  z-index: 11;
  position: relative;
  margin-top: 24px;
  max-width: 52%;
  display: flex;
}

.timeline-new-navigation .swiper-button-disabled {
  opacity: 0;
}

.timeline-new-navigation-prev {
  cursor: pointer;
  display: inline-flex;
  padding: 14px 32px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color: #080A0C;
  leading-trim: both;
  text-edge: cap;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 111.111% */
   border-radius: 60px;
}

.timeline-new-navigation-next {
  cursor: pointer;
border: 1px solid #23FFB4;
background: #FFF;
  display: inline-flex;
  padding: 14px 32px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 60px;
  color: #080A0C;
  leading-trim: both;
  text-edge: cap;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 111.111% */
  margin-left: auto;
}

 .timeline-new-image-slider .swiper-button-prev {
  left: -16px;
}

.timeline-new-image-slider .swiper-button-next {
  right: -16px;
}

@media (max-width: 768px) {
  .timeline-new-navigation {
    max-width: unset;
  }
  .timeline-new {
    padding: 20px 16px;
  }
  .timeline-new-text {
    padding: 32px 20px;
    max-width: unset;
  }
  .timeline-new-image-slider {
    max-width: 100%;
  }
  .timeline-new-content {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .decor-lines-2, .timeline-new-decor-points {
    display: none;
  }
}

@media (max-width: 575px) {
  .timeline-new-navigation-next {
    margin-left: unset;
  }
  .timeline-new-navigation {
    align-items: center;
    flex-direction: column-reverse;
    gap: 10px;
  }
  .timeline-new-separator {
    display: none;
  }
  .timeline-new-separator-mobile {
    display: block;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .timeline-new-separator {
    display: none;
  }
  .timeline-new-separator-mobile {
    display: block;
  }
}

@media (max-width: 639px) {
  .timeline-new-text {
    max-height: 480px;
  }
  .timeline-new-text-header {
    gap: 5px;
  }
  .timeline-new-text-header img {
    width: 32px;
    height: 32px;
  }
  .decor-lines-1 {
    left: min(calc(90% - 531px), 0px);
  }

  .timeline-swiper-pagination span {
    width: 56px;
    height: 56px;
  }
  .timeline-swiper-pagination span:before {
    font-size: 24px;
  }
  .timeline-swiper-pagination {
    column-gap: 20px;
  }
  .timeline-swiper-pagination span + span:after {
    width: 24px;
    left: -22px;
  }
}

.pf__desc {
  top: 4px;
  left: 4px;
}

.pf__desc_after {
  color: #616161;
  display: inline-flex;
  padding: 10px 13px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
  border-radius: 16px;
  border: 2px solid #FFF;
  background: #E5F8F7;
}

.pf__desc_before {
  color: #616161;
  border-radius: 16px;
  border: 2px solid #FFF;
  background: #FDF0F1;
  display: inline-flex;
  padding: 10px 13px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
}

.pf__desc .pf__desc-type2 {
  color: #616161;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 100% */
  text-transform: uppercase;
}

.pf__desc .pf__desc-type1 {
  color: #616161;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px; /* 100% */
  text-decoration-line: underline;
  text-transform: uppercase;
}

.section__single-portfolio .pf__text_before {
  border-radius: 10px;
  border: 1px solid #F5A3A8;
  background: #F6F7F9;
  box-shadow: 0px 6px 28px 0px rgba(143, 155, 171, 0.40);
  color: #616161;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
}

.section__single-portfolio .pf__text_after {
  border-radius: 10px;
  border: 1px solid #9ECFCD;
  background: #F6F7F9;
  box-shadow: 0px 6px 28px 0px rgba(143, 155, 171, 0.40);
  color: #616161;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
}

.complaints__block {
  background: #FFF;
  padding: 6px;
  border-radius: 10px;
  border: 1px solid #F5A3A8;
}

.complaints {
  width: 100%;
  border-radius: 8px;
  background: #FDF0F1;
  padding: 20px;
  color: #080A0C;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.info__block {
  background: #fff;
  padding: 6px;
  border-radius: 10px;
  border: 1px solid #9ECFCD;
}

.info__box {
  padding: 32px 20px;
  border-radius: 8px;
  background: #EAF9F9;
}

.diagnosis {
  display: inline-block;
  color: #080A0C;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 100% */
  padding-bottom: 4px;
  border-bottom: 1px solid #C8D6E5;
  margin-bottom: unset;
}

.diagnosis-content {
  margin-bottom: 24px;
}

.diagnosis-content {
  padding-left: 21px;
  display: flex;
  gap: 16px;
  flex-direction: row;
  align-items: center;
}
.diagnosis-value {
  width: 100%;
  padding: 16px 22px;
  border-radius: 10px;
  border: 1px solid #FFF;
  background: #F2FBFB;
  color: #080A0C;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
}

.manipulation {
  margin-left: 21px;
  display: inline-block;
  color: #1A9BDC;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
  padding-bottom: 4px;
  border-bottom: 1px solid #C8D6E5;
  margin-bottom: 16px;
}

.ib-item {
  padding: 16px 22px;
  border-radius: 10px;
  border: 1px solid #FFF;
  background: #F2FBFB;
  margin-bottom: 8px!important;
}

.ib-general {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.ib-image {
  margin-bottom: auto;
  padding-right: unset;
}

.ib-text-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: calc(100% - 48px);
}

.ib-sub-title {
  color: #080A0C;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
  margin-bottom: unset;
}

.ib-text p {
  color: #080A0C;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
  padding-left: unset;
}

.ib-image img {
  width: 40px;
}

.completed-works {
  padding: 32px 24px;
  border-radius: 10px;
  border: 1px solid #23FFB4;
  background: #FFF;
  margin-bottom: 32px;
}

.completed-works:before {
  top: -24px;
  height: calc(100% + 48px);
  background: #1A9BDC;
  border-radius: 16px;
}

.section__single-portfolio .completed-works__title {
  display: inline-block;
  border-bottom: 1px solid #C8D6E5;
  padding-bottom: 4px;
  margin-bottom: 16px;
  text-align: left;
  color: #080A0C;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 108.333% */
}

ul.completed-works__list {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
  gap: 8px;
}

.completed-works__list li {
  padding-left: unset;
  gap: 4px;
  margin-bottom: unset;
  color: #080A0C;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.completed-works__list li span {
  margin-left: auto;
  color: #080A0C;
  text-align: right;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 114.286% */
}

.completed-works__list li:before {
  position: relative;
  width: 19px;
  height: 17px;
  background-image: url(../images/style/icon__list.png);
}

.completed-works__info-list {
  padding-top: 24px;
  border-top: 1px solid #8395A7;
  padding-bottom: 8px;
  border-bottom: 1px solid #8395A7;
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.completed-works__price, .completed-works__time, .completed-works__visits {
  align-items: center;
  margin-bottom: unset!important;
  display: flex;
  gap: 7px;
  padding-left: unset!important;
  flex-direction: row;
  color: #505967;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
}

.completed-works__time span, .completed-works__visits span {
  text-align: right;
  margin-left: auto;
  color: #080A0C;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 144.444% */
}

.completed-works__time:before, .completed-works__visits:before, .completed-works__price:before{
  top: unset;
  background-size: contain;
  background-repeat: no-repeat;
}

.completed-works__time:before {
  background-image: url(/wp-content/uploads/2023/06/termintryvalist-likuvannya.svg);
}

.completed-works__visits:before {
  background-image: url("../images/svg/contacts/calendar.svg");
}

.completed-works__price span {
  text-align: right;
  margin-left: auto;
  color: #1A9BDC;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 144.444% */
}


.completed-works__price:before, .completed-works__time:before, .completed-works__visits:before {
  content: "";
  width: 56px!important;
  height: 56px!important;
  position: relative;
}

.completed-works__button a {
  margin-bottom: unset;
}

@media (max-width: 768px) {
  .completed-works__price, .completed-works__time, .completed-works__visits {
    font-size: 14px;
    line-height: 20px;
  }
  .completed-works__price:before, .completed-works__time:before, .completed-works__visits:before {
    width: 32px!important;
    height: 32px!important;
  }
  .completed-works__list li {
    color: #080A0C;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 114.286% */
  }


  .completed-works {
    padding: 24px 16px;
  } 
  .section__single-portfolio .completed-works__title {
    color: #080A0C;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 130% */
  }
}

@media (max-width: 575px) {
  .diagnosis-content {
    flex-direction: column;
  }

  .diagnosis {
    margin-right: auto;
  }

  .info__box {
    padding: 24px 10px;
  }

  .ib-item {
    padding: 8px 11px;
  }
}

.pn-cards__block-new .pn-card:hover:after {
  background: #F8F8F8;
  height: calc(100% + 12px);
  top: -6px;
}
.pn-cards__block-new .pn-card:hover:after {
  top: -8px;
  height: calc(100% + 16px);
  background: #039BE5;
}

.pn-cards__block-new .pn-card-base {
  border-radius: 12px;
  border: 1px solid #C8D6E5;
  background: #D1F1EF;
  box-shadow: 0px 6px 28px 0px rgba(143, 155, 171, 0.40);
}

.pn-cards__block-new .pn-card-content {
  border-radius: 12px;
  background: #D1F1EF;
  padding: 2px;
}

.pn-card-new-header {
  position: relative;
  z-index: 2;
  padding: 18px 14px 13px 14px;
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.pn-card-new-header-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.pn-card-new-case {
  color: #808D93;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.pn-card-new-patient-info {
  display: flex;
  flex-direction: row;
}

.pn-card-new-age {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px 100px 100px 0px;
  border: 1px solid #C8D6E5;
  background: rgba(248, 249, 250, 0.67);
  color: #808D93;
  padding: 4px 16px;
  text-align: right;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 114.286% */
}

.pn-card-new-sex {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 16px;
  border-radius: 100px 0px 0px 100px;
  border: 1px solid #C8D6E5;
  background: rgba(248, 249, 250, 0.67);
  color: #808D93;
  text-align: right;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 114.286% */
}

.pn-card-new-short-text {
  text-align: center;
  color: #039BE5;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 114.286% */
}

.pn-card-new-title {
  color: #080A0C;
font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 24px; /* 120% */
min-height: 72px;
}

.pn-cards__block-new .pn-card__image img {
  border-radius: 16px;
  height: 270px;
}
.pn-cards__block-new .pn-card__image {
  position: relative;
  z-index: 2;
  border-radius: 13px;
  background: #FFF;
  padding: 3px;
  margin-bottom: 15px;
}

.pn-card-new-main {
  border-radius: 12px;
border: 1px solid #C8D6E5;
background: #F5FAFE;
padding: 20px 12px;
gap: 20px;
}

.pn-cards__block-new .pn-card__time span {
  color: #080A0C;
  text-align: right;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 125% */
  margin-left: auto;
  text-align: right;
}

.pn-cards__block-new .pn-card__time {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
  gap: 5px;
  min-height: unset;
  margin-left: unset;
  color: #8395A7;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
}

.pn-cards__block-new .pn-card__time:before {
  background-image: url(/wp-content/uploads/2023/06/termintryvalist-likuvannya.svg);
  width: 36px;
  height: 36px;
  position: relative;
  left: unset;
}

.pn-card-new-desc {
  min-height: 110px;
  padding: 20px 16px;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px -1px 15px 0px rgba(0, 0, 0, 0.05);
}

.pn-card-new-subtitle {
  display: inline-block;
  color: #080A0C;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
  padding-bottom: 2px;
  border-bottom: 1px solid #E0E8F0;
  margin-bottom: 5px;
}

.pn-card-new-list {
  color: #080A0C;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.pn-card-new-main-open {
  display: none;
}

.pn-card-new-btn-more {
  cursor: pointer;
  text-align: center;
  margin-top: 20px;
  padding: 14px 32px;
  border-radius: 60px;
  border: 1px solid #23FFB4;
  background: var(--White, #FFF);
  box-shadow: 0px 4px 10px 0px rgba(35, 255, 180, 0.40);
  color: #080A0C;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 111.111% */
}

.pn-cards__block-new .pn-card.card-open .pn-card-new-main-open {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 13px;
  background: #fff;
  padding: 3px;
  padding-bottom: 20px;
  margin-top: -35px;
}

.pn-cards__block-new .pn-card.card-open .pn-card-new-main {
  display: none;
}

.pn-cards__block-new .pn-card.card-open .pn-card-base {
  background: #fff;
}

.pn-cards__block-new .pn-card.card-open .pn-card__image {
  margin-bottom: 50px;
}

.pn-card-new-gallery-img {
  padding: 3px;
  border-radius: 10px;
}

.pn-card-new-gallery-img:hover {
  padding: 0px;
  border: 3px solid #0D9BE1;
}

.pn-card-new-gallery-img:hover img {
  border-radius: 7px;
}



.pn-card-new-gallery-img img {
  border-radius: 10px;
  width: 69px;
  height: 69px;
  object-fit: cover;
}

.pn-card-new-gallery {
  display: flex;
  padding: 3px;
  flex-direction: row;
  margin-bottom: 20px;
  gap: 4px;
}

.pn-card-new-gallery:empty {
  display: none;
}

.pn-card-new-complaints > div {
  border-radius: 8px;
  background: #FDF0F1;
  padding: 16px 8px;
  color: #080A0C;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
}

.pn-card-new-complaints {
  padding: 4px;
  border-radius: 8px;
  border: 1px solid #F5A3A8;
}

.pn-card-new-roadmap-text {
  color: #080A0C;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
  padding-left: 12px;
}

.pn-card-new-roadmap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pn-card-new-roadmap-block {
  border-radius: 8px;
  border: 1px solid #9ECFCD;
  padding: 4px;
}

.pn-card-new-roadmap-block > div {
  padding: 16px 8px;
  border-radius: 8px;
  background: #EAF9F9;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pn-card-new-roadmap-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.pn-card-new-roadmap-list li:before {
  min-width: 19px;
  position: relative;
  width: 19px;
  height: 17px;
  background-image: url(../images/style/icon__list.png);
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
}

.pn-card-new-roadmap-list li > span {
  color: #080A0C;
  text-align: right;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 114.286% */
  margin-left: auto;
  min-width: 56px;
}


.pn-card-new-roadmap-list li {
  color: #080A0C;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 114.286% */
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}

.pn-card-new-roadmap-title {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #616161;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 20px; /* 125% */
}

.pn-card-new-bottom {
  border-radius: 12px;
  border: 1px solid #C8D6E5;
  padding: 20px 12px;
  background: #F5FAFE;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.pn-card-new-bottom-price:before, .pn-card-new-bottom-time:before, .pn-card-new-bottom-visits:before {
  width: 36px;
  height: 36px;
  min-width: 36px;
  content: "";
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
}

.pn-card-new-bottom-price > span, .pn-card-new-bottom-time > span, .pn-card-new-bottom-visits > span {
  text-align: right;
  margin-left: auto;
  min-width: 56px;
  color: #080A0C;
  text-align: right;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 125% */
}

.pn-card-new-bottom-price > span {
color: #1A9BDC; 
}

.pn-card-new-bottom-price, .pn-card-new-bottom-time, .pn-card-new-bottom-visits {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 3px;
  align-items: center;
  color: #8395A7;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
}

.l-btn__primary.pn-card-new-bottom-consult:after {
  padding: 14px 32px;
}

.l-btn__primary.pn-card-new-bottom-consult {
  margin-bottom: 0px;
  padding: 14px 32px;
  margin-top: 15px;
  color: #080A0C;

/* P1_but_semiB_16(20) */
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 20px; /* 125% */
}

.pn-card-new-bottom-link {
  text-align: center;
  margin-top: 9px;
color: #080A0C;
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 20px; /* 111.111% */
border-radius: 60px;
border: 1px solid #23FFB4;
background: #FFF;
box-shadow: 0px 4px 10px 0px rgba(35, 255, 180, 0.40);
padding: 14px 32px;
}

.pn-card-new-bottom-price:before {
  background-image: url(../images/gif/price.gif);
}

.pn-card-new-bottom-time:before {
  background-image: url(/wp-content/uploads/2023/06/termintryvalist-likuvannya.svg);
}

.pn-card-new-bottom-visits:before {
  background-image: url("../images/svg/contacts/calendar.svg");
}

.pn-cards__block-new .pn-card-content:before {
  width: 70%;
  height: 40%;
  z-index: 0;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/pn-card-points-decoration.png);
  position: absolute;
  right: 0px;
  top: 0px;
}

@media (min-width: 768px) and (max-width: 850px) {
  .pn-cards__block-new .pn-card__image img {
    height: 200px;
  }
}

@media (max-width: 768px) {
  .pn-cards__block-new .pn-card__time {
    font-size: 14px;
    line-height: 16px;
  }
  .pn-card-new-sex, .pn-card-new-age {
    padding: 4px 8px;
  }

  .pn-card-new-header {
    padding: 18px 10px 13px 10px;
  }
  .pn-card-new-title {
    font-size: 18px;
    line-height: 20px;
    min-height: 60px;
  }
  .pn-cards__block-new .pn-card__time:before {
    width: 32px;
    height: 32px;
    min-width: 32px;
  }
  .pn-card-new-main {
    padding: 20px 5px;
  }
  .pn-cards__block-new .pn-card__time span {
    min-width: 50px;
  }
  .pn-card-new-btn-more {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 28px;
  }
  .pn-card-new-bottom-price, .pn-card-new-bottom-time, .pn-card-new-bottom-visits {
    font-size: 14px;
    line-height: 16px;
  }
  .pn-card-new-bottom-price:before, .pn-card-new-bottom-time:before, .pn-card-new-bottom-visits:before {
    width: 32px;
    height: 32px;
    min-width: 32px;
  }
}

.table__base-name.table__base-name_post {
  -ms-flex: 0 0 calc(75% - 4px);
  flex: 0 0 calc(75% - 4px);
  max-width: calc(75% - 4px);
}

.table__base-value.table__base-value_post {
  -ms-flex: 0 0 calc(25% - 4px);
  flex: 0 0 calc(25% - 4px);
  max-width: calc(25% - 4px);
}

.table__tr .table__td-name.table__td-name_post {
  -ms-flex: 0 0 calc(75% - 4px);
  flex: 0 0 calc(75% - 4px);
  max-width: calc(75% - 4px);
}
.table__tr .table__td-value.table__td-value_post {
-ms-flex: 0 0 calc(25% - 4px);
    flex: 0 0 calc(25% - 4px);
    max-width: calc(25% - 4px);
  }

.table__base {
  border-radius: 14px;
}

.table__tr:last-child .table__td-name:before {
  border-radius: 0px 0px 0px 12px;
}

.table__tr:last-child .table__td-value:before {
  border-radius: 0px 0px 12px 0px;
}
