@charset "UTF-8";
/*
Theme Name: clinica
Theme URI: https://debugni.ru/clinica
Author: Klimovich Ekaterina (Turtle_Onni)
Author URI: https://debugni.ru/
Description: Special theme for clinic
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2024
Requires at least: 5.2
Tested up to: 6.1
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: clinica

*/
@import "css/bootstrap.min.css";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1;
}

a {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

button {
  outline: 0;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

q {
  display: inline;
  font-style: italic;
}

q:before {
  content: '"';
  font-style: normal;
}

q:after {
  content: '"';
  font-style: normal;
}

textarea, input[type=text], input[type=button], input[type=submit], input[type=reset], input[type=search], input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  padding: 2px;
}

big {
  font-size: 120%;
}

small, sup, sub {
  font-size: 80%;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

dd {
  margin-left: 20px;
}

kbd, tt {
  font-family: courier;
  font-size: 12px;
}

ins {
  text-decoration: underline;
}

del, strike, s {
  text-decoration: line-through;
}

dt {
  font-weight: bold;
}

address, cite, var {
  font-style: italic;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}

.screen-reader-text:focus {
  background-color: #f7f7f7;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #007acc;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.skip-link {
  left: -9999rem;
  top: 2.5rem;
  z-index: 999999999;
  text-decoration: underline;
}

.skip-link:focus {
  display: block;
  left: 6px;
  top: 7px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: normal;
  padding: 15px 23px 14px;
  z-index: 100000;
  right: auto;
}

.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active) {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

body {
  font-family: "Manrope";
}

.btn_default {
  background: #3B4652;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 0.02em;
  text-align: left;
  display: block;
  padding: 14px 21px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-family: Manrope;
}

a {
  text-decoration: unset;
  color: #555555;
}
a:hover {
  opacity: 0.7;
}

/* animations icon */
@keyframes shake {
  0% {
    transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
  }
  10% {
    transform: rotateZ(-20deg);
    -ms-transform: rotateZ(-20deg);
    -webkit-transform: rotateZ(-20deg);
  }
  20% {
    transform: rotateZ(15deg);
    -ms-transform: rotateZ(15deg);
    -webkit-transform: rotateZ(15deg);
  }
  30% {
    transform: rotateZ(-10deg);
    -ms-transform: rotateZ(-10deg);
    -webkit-transform: rotateZ(-10deg);
  }
  40% {
    transform: rotateZ(7.5deg);
    -ms-transform: rotateZ(7.5deg);
    -webkit-transform: rotateZ(7.5deg);
  }
  50% {
    transform: rotateZ(-6deg);
    -ms-transform: rotateZ(-6deg);
    -webkit-transform: rotateZ(-6deg);
  }
  60% {
    transform: rotateZ(5deg);
    -ms-transform: rotateZ(5deg);
    -webkit-transform: rotateZ(5deg);
  }
  70% {
    transform: rotateZ(-4.28571deg);
    -ms-transform: rotateZ(-4.28571deg);
    -webkit-transform: rotateZ(-4.28571deg);
  }
  80% {
    transform: rotateZ(3.75deg);
    -ms-transform: rotateZ(3.75deg);
    -webkit-transform: rotateZ(3.75deg);
  }
  90% {
    transform: rotateZ(-3.33333deg);
    -ms-transform: rotateZ(-3.33333deg);
    -webkit-transform: rotateZ(-3.33333deg);
  }
  100% {
    transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
  }
}
#header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  background-color: #fff;
}
#header .call_us svg {
  animation: 1200ms ease 0s normal none 1 running shake;
  animation-iteration-count: infinite;
  -webkit-animation: 1200ms ease 0s normal none 1 running shake;
  -webkit-animation-iteration-count: infinite;
}
#header .call_us a {
  font-family: Manrope;
  font-size: 18px;
  font-weight: 600;
  line-height: 22.5px;
  letter-spacing: -0.01em;
  text-align: left;
}
#header .btn_call div {
  margin-top: 2px;
}
#header nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header nav ul li a {
  color: #555555;
  padding-right: 1.5vw;
  padding-left: 1.5vw;
  font-family: Manrope;
  font-size: 18px;
  font-weight: 400;
  line-height: 22.5px;
  text-align: left;
}
@media (max-width: 1220px) {
  #header .logo_text {
    max-width: 220px;
  }
}

h1 {
  font-family: Playfair Display;
  font-size: 70px;
  font-weight: 700;
  line-height: 80.5px;
  letter-spacing: -0.01em;
  text-align: left;
}
@media (max-width: 1200px) {
  h1 {
    font-size: 34px;
    line-height: 38px;
  }
}

.top_banner {
  padding-top: 10vh;
  padding-bottom: 10vh;
}
.top_banner h1 {
  margin-top: 10vh;
  margin-bottom: 24px;
}
@media (max-height: 900px) {
  .top_banner h1 {
    font-size: 54px;
    line-height: 58px;
  }
}
@media (max-width: 1400px) {
  .top_banner h1 {
    padding-right: 20px;
  }
}
@media (max-width: 1200px) {
  .top_banner h1 {
    padding-right: 40px;
  }
}
.top_banner .subtitle {
  font-family: Manrope;
  font-size: 19px;
  font-weight: 400;
  line-height: 32.3px;
  text-align: left;
  margin-bottom: 43px;
}
@media (max-width: 1200px) {
  .top_banner .subtitle {
    padding-right: 40px;
  }
}
.top_banner .btn_call {
  font-family: Manrope;
  font-size: 14px;
  font-weight: 800;
  line-height: 17.5px;
  letter-spacing: 0.12em;
  text-align: center;
}
.top_banner:before {
  position: absolute;
  z-index: -1;
  content: "";
  background: #EBF3F5;
  top: 0;
  left: 0;
  width: 50vw;
  bottom: 0;
}
.top_banner:after {
  top: 0;
  right: 0;
  width: 50vw;
  bottom: 0;
  position: absolute;
  z-index: -1;
  content: "";
  background-image: url("./img/top_banner-back.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.top_banner .top_banner-items > div {
  width: 50%;
}
@media (max-width: 992px) {
  .top_banner .top_banner-items > div {
    width: 100%;
  }
}
.top_banner .img_lay {
  border-bottom: 3px solid #fff;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  padding: 6vh 6vh 6vh 0;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 1200px) {
  .top_banner .img_lay {
    margin-top: 30px;
  }
}
.top_banner .img_lay .img {
  height: 53vh;
  width: 55vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  margin-left: -2vw;
}
@media (max-width: 1200px) {
  .top_banner .img_lay .img {
    width: 40vw;
  }
}
@media (max-width: 992px) {
  .top_banner .img_lay .img {
    width: 85vw;
  }
}

#header.scrolling {
  position: fixed;
}

#container.scrolling {
  margin-top: 125px;
}
@media (max-width: 992px) {
  #container.scrolling {
    margin-top: 125px;
  }
}

@media (max-width: 1200px) {
  #header nav ul li a {
    padding-right: 1vw;
    padding-left: 1vw;
  }
}
.service-block {
  margin-top: 150px;
  margin-bottom: 150px;
}
.service-block .serv_bl {
  width: 25%;
}
@media (max-width: 1300px) {
  .service-block .serv_bl {
    width: 30%;
  }
}
@media (max-width: 992px) {
  .service-block .serv_bl {
    width: 100%;
    margin-bottom: 30px;
  }
}
.service-block .service-block-item h2 {
  font-family: Playfair Display;
  font-size: 26px;
  font-weight: 700;
  line-height: 31.2px;
  text-align: left;
  margin-bottom: 11px;
  margin-top: 26px;
}
.service-block .service-block-item .item-exp {
  font-family: Manrope;
  font-size: 18px;
  font-weight: 400;
  line-height: 29.7px;
  letter-spacing: 0.02em;
  text-align: left;
  margin-bottom: 30px;
}
.service-block .service-block-item .item-img {
  min-height: 339px;
  min-width: 369px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1200px) {
  .service-block .service-block-item .item-img {
    min-height: 259px;
    min-width: 259px;
  }
}
@media (max-width: 992px) {
  .service-block .service-block-item .item-img {
    min-height: unset;
    min-width: unset;
    width: 100%;
    height: 300px;
  }
}
.service-block .service-block-item .btn {
  font-family: Manrope;
  font-size: 14px;
  font-weight: 800;
  line-height: 17.5px;
  letter-spacing: 0.12em;
  text-align: center;
  width: 187px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  box-shadow: 0px 37px 60px 0px rgba(0, 0, 0, 0.0196078431);
  border: 2px solid #5C8692;
}

.about-block {
  background: #EBF3F5;
  box-shadow: 0px 37px 60px 0px rgba(0, 0, 0, 0.0196078431);
  padding-top: 150px;
  padding-bottom: 60px;
}
.about-block .about-block-title {
  font-family: Manrope;
  font-size: 15px;
  font-weight: 600;
  line-height: 23.17px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #5C8692;
  margin-bottom: 9px;
  text-transform: uppercase;
}
.about-block .block > div {
  width: 50%;
}
@media (max-width: 992px) {
  .about-block .block > div {
    width: 100%;
  }
  .about-block .block > div:first-child {
    margin-bottom: 40px;
  }
}
.about-block .block > div:first-child {
  padding-right: 8vw;
}
@media (max-width: 1200px) {
  .about-block .block > div:first-child {
    padding-right: 3vw;
  }
}
.about-block .block > div:first-child > div:last-child > div {
  width: 32%;
  font-family: Playfair Display;
  font-size: 18px;
  font-weight: 700;
  line-height: 22.4px;
  text-align: center;
  border: 1px solid #1E2C30;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 21px;
  padding-top: 21px;
  padding-left: 5px;
  padding-right: 5px;
}
.about-block .block > div:first-child > div:last-child svg {
  margin-bottom: 15px;
}
.about-block .block .title {
  font-family: Playfair Display;
  font-size: 45px;
  font-weight: 700;
  line-height: 58.5px;
  letter-spacing: -0.01em;
  text-align: left;
  margin-bottom: 16px;
}
.about-block .subtitle {
  font-family: Manrope;
  font-size: 18px;
  font-weight: 400;
  line-height: 29.7px;
  text-align: left;
  margin-bottom: 37px;
}
.about-block .block_img {
  position: relative;
}
.about-block .block_img > div {
  height: 80%;
  width: 30vw;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.about-block .block_img .bg_img {
  background-image: url("./img/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -30px;
  left: 30px;
  bottom: 0;
  z-index: 0;
}

.service_section {
  margin-top: 150px;
  margin-bottom: 83px;
}
.service_section-title {
  font-family: Manrope;
  font-size: 15px;
  font-weight: 600;
  line-height: 23.17px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #5C8692;
  margin-bottom: 13px;
  text-transform: uppercase;
}
.service_section .title {
  font-family: Playfair Display;
  font-size: 45px;
  font-weight: 700;
  line-height: 58.5px;
  letter-spacing: -0.01em;
  text-align: center;
  margin-bottom: 50px;
  max-width: 659px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  .service_section .title {
    width: 100%;
  }
}
.service_section-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
@media (max-width: 992px) {
  .service_section-block {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
}
.service_section-block .serv_img {
  height: 100%;
  grid-area: 1/1/2/2;
  box-shadow: 0px 20px 40px 0px rgba(42, 68, 75, 0.2);
}
@media (max-width: 992px) {
  .service_section-block .serv_img {
    grid-area: 1/1/2/2;
  }
}
.service_section-block .serv_img > div {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.service_section-block .serv {
  grid-area: 1/2/2/3;
  padding-top: 15px;
  padding-left: 4vw;
  padding-bottom: 8vw;
}
@media (max-width: 992px) {
  .service_section-block .serv {
    grid-area: 2/1/3/2;
    padding-left: 0;
    padding-top: 30px;
  }
}
.service_section-block .serv .s_title {
  font-family: Playfair Display;
  font-size: 22px;
  font-weight: 700;
  line-height: 28.6px;
  text-align: left;
}
.service_section-block .serv .serv_item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 18px;
}
.service_section-block .serv .liter {
  border-bottom: 1px dotted #555555;
  width: 50%;
  flex: 1;
}
.service_section-block .serv .price {
  font-family: Playfair Display;
  font-size: 22px;
  font-weight: 400;
  line-height: 28.6px;
  text-align: right;
  width: 100px;
}
.service_section-block .serv .serv_btn {
  margin-top: 30px;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 900;
  line-height: 17.5px;
  letter-spacing: 0.12em;
  text-align: center;
  width: 238px;
  height: 65px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #5C8692;
}
.service_section-block .serv .serv_btn:hover {
  opacity: 0.7;
}
.service_section-block .serv .serv_desc {
  margin-top: 5px;
  padding-bottom: 22px;
  border-bottom: 1px solid #9BB7BF;
}
.service_section-block.bl_left .serv_img {
  position: relative;
}
.service_section-block.bl_left .serv_img:before {
  content: "";
  width: 200px;
  height: 200px;
  position: absolute;
  bottom: -100px;
  right: -100px;
  background-image: url("./img/top_banner-back.png");
  background-size: cover;
  z-index: -1;
}
@media (max-width: 1200px) {
  .service_section-block.bl_left .serv_img:before {
    width: 140px;
    height: 140px;
    position: absolute;
    bottom: -70px;
    right: -70px;
  }
}
@media (max-width: 992px) {
  .service_section-block.bl_left .serv_img:before {
    display: none;
  }
}
.service_section-block.bl_right .serv {
  grid-area: 1/1/2/2;
  padding-right: 4vw;
  padding-left: 0;
  padding-bottom: 8vw;
  padding-top: 150px;
}
@media (max-width: 992px) {
  .service_section-block.bl_right .serv {
    grid-area: 2/1/3/2;
    padding-right: 0;
    padding-top: 40px;
  }
}
.service_section-block.bl_right .serv_img {
  height: 100%;
  grid-area: 1/2/2/3;
}
@media (max-width: 992px) {
  .service_section-block.bl_right .serv_img {
    grid-area: 1/1/2/2;
  }
}

.review_section {
  padding-top: 150px;
  padding-bottom: 150px;
  background: #EDF5F7;
}
.review_section-title {
  font-family: Manrope;
  font-size: 15px;
  font-weight: 600;
  line-height: 23.17px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #5C8692;
  margin-bottom: 13px;
  text-transform: uppercase;
}
.review_section .title {
  font-family: Playfair Display;
  font-size: 45px;
  font-weight: 700;
  line-height: 58.5px;
  letter-spacing: -0.01em;
  text-align: center;
  max-width: 659px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .review_section .title {
    width: 100%;
  }
}
.review_section .review {
  margin-bottom: 20px;
}
.review_section .review .item-exp {
  background: #fff;
  padding: 3vw;
  font-family: Manrope;
  font-size: 19px;
  font-weight: 400;
  line-height: 34.2px;
  text-align: left;
}
@media (min-width: 992px) {
  .review_section .review:first-child {
    padding-right: 1vw;
  }
}
@media (min-width: 992px) {
  .review_section .review:last-child {
    padding-left: 1vw;
  }
}
.review_section .review .item-desc {
  background: #1E2C30;
  padding: 1vw 3vw;
}
.review_section .review .item-img {
  width: 74px;
  height: 74px;
}
.review_section .review .name {
  font-family: Playfair Display;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.01em;
  text-align: left;
  margin-top: 4px;
  color: #fff;
}

.advert_section {
  padding-top: 140px;
  padding-bottom: 140px;
  background: #fff;
}
.advert_section-title {
  font-family: Manrope;
  font-size: 15px;
  font-weight: 600;
  line-height: 23.17px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #5C8692;
  margin-bottom: 13px;
  text-transform: uppercase;
}
.advert_section .title {
  font-family: Playfair Display;
  font-size: 45px;
  font-weight: 700;
  line-height: 58.5px;
  letter-spacing: -0.01em;
  text-align: center;
  max-width: 659px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .advert_section .title {
    width: 100%;
  }
}
.advert_section .advert {
  margin-bottom: 35px;
}
.advert_section .advert svg {
  margin-bottom: 20px;
}
.advert_section .advert .item-t {
  font-family: Playfair Display;
  font-size: 26px;
  font-weight: 700;
  line-height: 31.2px;
  text-align: left;
  margin-bottom: 10px;
}
.advert_section .advert .item-desc {
  font-family: Manrope;
  font-size: 18px;
  font-weight: 400;
  line-height: 29.7px;
  letter-spacing: 0.02em;
  text-align: left;
}

.contact_section {
  padding-top: 130px;
  padding-bottom: 150px;
  background: #EDF5F7;
}
.contact_section-title {
  font-family: Manrope;
  font-size: 15px;
  font-weight: 600;
  line-height: 23.17px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #5C8692;
  margin-bottom: 13px;
  text-transform: uppercase;
}
.contact_section .title {
  font-family: Playfair Display;
  font-size: 45px;
  font-weight: 700;
  line-height: 58.5px;
  letter-spacing: -0.01em;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 14px;
}
.contact_section .subtitle {
  font-family: Manrope;
  font-size: 18px;
  font-weight: 400;
  line-height: 31.5px;
  text-align: left;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .contact_section .contact_form-desc {
    padding-right: 5vw;
  }
}

.contact_form {
  padding: 3vw;
  background: #fff;
}
.contact_form input {
  border: 1px solid #5C8692;
  height: 65px;
  width: 100%;
  margin-bottom: 15px;
}
.contact_form input[type=submit] {
  background: #3B4652;
  color: #fff;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 800;
  line-height: 17.5px;
  letter-spacing: 0.12em;
  text-align: center;
}
.contact_form input[name=name] {
  padding-left: 30px;
}
.contact_form input[name=name]:before {
  content: url("./img/user.svg");
  display: inline-block;
}
.contact_form input[name=tel] {
  padding-left: 30px;
}
.contact_form input[name=tel]:before {
  content: url("./img/phone.svg");
  display: inline-block;
}

.blog_section {
  padding-top: 130px;
  padding-bottom: 250px;
  background: #fff;
}
.blog_section-title {
  font-family: Manrope;
  font-size: 15px;
  font-weight: 600;
  line-height: 23.17px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #5C8692;
  margin-bottom: 13px;
  text-transform: uppercase;
}
.blog_section .title {
  font-family: Playfair Display;
  font-size: 45px;
  font-weight: 700;
  line-height: 58.5px;
  letter-spacing: -0.01em;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 14px;
}
.blog_section .blog {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
.blog_section .blog .item-img {
  height: 325px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.blog_section .blog .item-d {
  font-family: Manrope;
  font-size: 13px;
  font-weight: 700;
  line-height: 16.25px;
  letter-spacing: 0.06em;
  text-align: left;
  color: #5C8692;
  margin-bottom: 8px;
}
.blog_section .blog .item-t {
  font-family: Playfair Display;
  font-size: 22px;
  font-weight: 700;
  line-height: 30.8px;
  letter-spacing: 0.02em;
  text-align: left;
  margin-bottom: 14px;
}
.blog_section .blog .item-desc {
  padding: 25px;
  background: #EDF5F7;
}
.blog_section .blog:last-child .item-op, .blog_section .blog:first-child .item-op {
  padding-bottom: 5vw;
}
.blog_section .blog_posts {
  margin-bottom: 60px;
}
.blog_section .more_posts {
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog_section .more_posts a {
  font-family: Manrope;
  font-size: 14px;
  font-weight: 800;
  line-height: 17.5px;
  letter-spacing: 0.12em;
  text-align: center;
  border: 2px solid #5C8692;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 197px;
}

footer {
  background: #1E2C30;
}
footer .footer_logo {
  padding-top: 60px;
  padding-bottom: 50px;
  border-bottom: 1px solid #FFFFFF;
  margin-bottom: 50px;
}
footer .footer-menu {
  margin-bottom: 70px;
}
footer .footer-menu-t {
  font-family: Playfair Display;
  font-size: 22px;
  font-weight: 700;
  line-height: 30.8px;
  text-align: left;
  margin-bottom: 20px;
  color: #fff;
}
footer .footer-menu ul li {
  font-family: Manrope;
  font-size: 17px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: -0.01em;
  text-align: left;
  color: #fff;
}
footer .footer-menu ul li a {
  color: #fff;
  font-family: Manrope;
  font-size: 17px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: -0.01em;
  text-align: left;
}

.attention {
  padding-bottom: 21px;
  padding-top: 10px;
  background: #111E22;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: -0.01em;
  text-align: center;
}

@media (min-width: 992px) {
  #mega-menu-main-menu .call_us {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .top_banner {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .top_banner h1 {
    font-size: 34px;
    line-height: 44px;
  }
  .top_banner .subtitle {
    font-size: 18px;
  }
  .service-block {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .service-block .service-block-item h2 {
    font-size: 24px;
  }
  .service-block .service-block-item .item-exp {
    font-size: 16px;
  }
  .about-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .about-block .block .title {
    font-size: 24px;
    line-height: 28px;
  }
  .about-block .subtitle {
    font-size: 16px;
    line-height: 27.7px;
  }
  .about-block .block > div:first-child > div:last-child > div {
    font-size: 16px;
    line-height: 23px;
    width: 100%;
  }
  .service_section {
    margin-top: 30px;
    margin-bottom: 33px;
  }
  .service_section .title {
    font-size: 24px;
    line-height: 28px;
  }
  .service_section .service_section-block .serv .s_title {
    font-size: 16px;
    line-height: 18.6px;
  }
  .service_section .service_section-block.bl_left .serv_img {
    height: 500px;
  }
  .service_section .service_section-block .serv .serv_btn {
    height: 50px;
    font-size: unset;
  }
  .service_section .service_section-block .serv .serv_btn a {
    font-size: 16px;
  }
  .service_section .service_section-block .serv {
    padding-bottom: 0px;
  }
  .review_section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .review_section .title {
    font-size: 24px;
    line-height: 28px;
  }
  .review_section .review .item-exp {
    padding: 2vw;
    font-size: 16px;
    font-weight: 400;
    line-height: 24.2px;
  }
  .review_section .review .name {
    font-size: 16px;
    font-weight: 700;
    line-height: 27px;
  }
  .review_section .review .item-img {
    width: 65px;
    height: 65px;
  }
  .review_section .review > div > div:last-child svg {
    width: 45px;
  }
  .advert_section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .advert_section .title {
    font-size: 24px;
    line-height: 28px;
  }
  .advert_section .advert .item-t {
    font-size: 18px;
    font-weight: 700;
    line-height: 19.2px;
  }
  .advert_section .advert .item-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 23.7px;
  }
  .contact_section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .contact_section .title {
    font-size: 24px;
    line-height: 28px;
  }
  .contact_section .subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 24.5px;
  }
  .blog_section {
    padding-top: 30px;
    padding-bottom: 80px;
  }
  .blog_section .title {
    font-size: 24px;
    line-height: 28px;
  }
  .blog_section .item-t {
    font-family: Playfair Display;
    font-size: 18px;
    font-weight: 700;
    line-height: 24.8px;
    letter-spacing: 0.02em;
    text-align: left;
    margin-bottom: 14px;
  }
  .blog_section .item-op {
    font-size: 16px;
    line-height: 20px;
  }
  .blog_section .blog_posts {
    margin-bottom: 20px;
  }
  .attention {
    font-size: 18px;
    line-height: 26px;
  }
  .blog_section .more_posts a {
    height: 50px;
  }
  #mega-menu-wrap-main-menu .mega-menu-toggle.mega-menu-open + #mega-menu-main-menu {
    height: 100vw;
    padding-top: 40px;
  }
}
@media (max-width: 768px) {
  .service_section .service_section-block.bl_left .serv_img {
    height: 300px;
  }
}
.header {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding-top: 6vh;
  padding-bottom: 6vh;
  background-image: url("./img/header_back.png");
  color: #fff;
}
.header .subtitle {
  font-family: Manrope;
  font-size: 15px;
  font-weight: 600;
  line-height: 23.17px;
  letter-spacing: 0.1em;
  text-align: center;
}
.header h1, .header h2 {
  font-family: Playfair Display;
  font-size: 55px;
  font-weight: 700;
  line-height: 66px;
  letter-spacing: -0.01em;
  text-align: center;
  margin-bottom: 1.5vh;
}
@media (min-width: 992px) {
  .header h1, .header h2 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 992px) {
  .header h1, .header h2 {
    font-size: 28px;
    line-height: 30px;
  }
}
.header a:hover {
  color: #fff;
}

.preim {
  padding-top: 71px;
  padding-bottom: 40px;
  max-width: 992px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 992px) {
  .preim {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.preim .subtitle {
  color: #5C8692;
  font-family: Manrope;
  font-size: 15px;
  font-weight: 600;
  line-height: 23.17px;
  letter-spacing: 0.1em;
  text-align: center;
}
.preim h2 {
  font-family: Playfair Display;
  font-size: 45px;
  font-weight: 700;
  line-height: 58.5px;
  letter-spacing: -0.01em;
  text-align: center;
  color: #141414;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .preim h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
.preim .preim_items {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 992px) {
  .preim .preim_items {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.preim .preim_items > div {
  border-bottom: 1px solid #D3D3D3;
  padding-top: 30px;
  padding-bottom: 30px;
}
.preim .preim_items > div:last-child {
  border: none;
}
.preim .preim_items > div .pr_img {
  border: 1px solid #1E2C30;
  background-color: #F2FCFF;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  min-width: 100px;
  height: 100px;
  min-height: 100px;
}
.preim .preim_items > div b {
  font-family: Playfair Display;
  font-size: 22px;
  font-weight: 700;
  line-height: 26.4px;
  text-align: left;
  margin-bottom: 8px;
  display: block;
}
@media (max-width: 992px) {
  .preim .preim_items > div b {
    font-size: 20px;
    line-height: 22px;
  }
}
.preim .preim_items > div p {
  font-family: Manrope;
  font-size: 18px;
  font-weight: 400;
  line-height: 27.5px;
  text-align: left;
}
@media (max-width: 992px) {
  .preim .preim_items > div p {
    font-size: 16px;
    line-height: 20px;
  }
}

.block_about {
  padding-top: 130px;
  padding-bottom: 130px;
  background: #EBF3F5;
  box-shadow: 0px 37px 60px 0px rgba(0, 0, 0, 0.0196078431);
}
@media (max-width: 992px) {
  .block_about {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.block_about > div {
  max-width: 992px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("./img/header_back.png");
  padding-right: 3vw;
  padding-left: 3vw;
  color: #fff;
}
@media (min-width: 992px) {
  .block_about > div > img {
    margin-bottom: -4vh;
    margin-top: -4vh;
  }
}
@media (max-width: 992px) {
  .block_about > div > img {
    display: none;
  }
}
.block_about > div .subtitle {
  font-family: Manrope;
  font-size: 15px;
  font-weight: 600;
  line-height: 23.17px;
  letter-spacing: 0.1em;
  text-align: left;
  margin-bottom: 8px;
}
.block_about > div b {
  font-family: Playfair Display;
  font-size: 45px;
  font-weight: 700;
  line-height: 50.5px;
  letter-spacing: -0.01em;
  text-align: left;
  margin-bottom: 10px;
  display: block;
}
@media (max-width: 992px) {
  .block_about > div b {
    font-size: 24px;
    line-height: 28px;
  }
}
.block_about > div p {
  font-family: Manrope;
  font-size: 18px;
  font-weight: 400;
  line-height: 31.5px;
  text-align: left;
}
.block_about > div > div {
  padding: 3vw;
}
@media (max-width: 992px) {
  .block_about > div > div {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }
}

.comand {
  padding-top: 130px;
  padding-bottom: 130px;
}
@media (max-width: 992px) {
  .comand {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.comand .subtitle {
  color: #5C8692;
  font-family: Manrope;
  font-size: 15px;
  font-weight: 600;
  line-height: 23.17px;
  letter-spacing: 0.1em;
}
.comand .pr_img {
  text-align: center;
}
@media (max-width: 992px) {
  .comand .pr_img img {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .comand img {
    width: 100%;
  }
}
.comand .title {
  font-family: Playfair Display;
  font-size: 45px;
  font-weight: 700;
  line-height: 58.5px;
  letter-spacing: -0.01em;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .comand .title {
    font-size: 24px;
    line-height: 28px;
  }
}
.comand b {
  font-family: Playfair Display;
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  text-align: center;
  color: #141414;
  margin-bottom: 4px;
  display: block;
  margin-top: 20px;
}
.comand span {
  color: #5C8692;
  font-family: Manrope;
  font-size: 15px;
  font-weight: 600;
  line-height: 23.17px;
  letter-spacing: 0.1em;
  text-align: center;
  display: block;
}
.comand p {
  font-family: Manrope;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  text-align: center;
  color: #555555;
  margin-bottom: 20px;
}

.cabinet {
  padding-top: 130px;
  padding-bottom: 130px;
}
@media (max-width: 992px) {
  .cabinet {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.cabinet .subtitle {
  color: #5C8692;
  margin-bottom: 8px;
  font-family: Manrope;
  font-size: 15px;
  font-weight: 600;
  line-height: 23.17px;
  letter-spacing: 0.1em;
  text-align: left;
}
.cabinet b {
  font-family: Playfair Display;
  font-size: 45px;
  font-weight: 700;
  line-height: 58.5px;
  letter-spacing: -0.01em;
  text-align: left;
  color: #141414;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cabinet b {
    font-size: 26px;
    line-height: 28.8px;
  }
}
.cabinet p {
  font-family: Manrope;
  font-size: 18px;
  font-weight: 400;
  line-height: 31.5px;
  text-align: left;
  color: #555555;
  margin-bottom: 50px;
}
.cabinet .c_img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-services .block_top {
  background: #EBF3F5;
}
.single-services .block_top > div:first-child {
  padding-top: 100px;
  padding-right: 3vw;
}
@media (max-width: 992px) {
  .single-services .block_top > div:first-child {
    padding-top: 30px;
  }
}
.single-services .block_top > div:first-child .sub_title {
  font-family: Manrope;
  font-size: 15px;
  font-weight: 600;
  line-height: 23.17px;
  letter-spacing: 0.1em;
  text-align: left;
  margin-bottom: 6px;
}
.single-services .block_top > div:first-child .desc h2 {
  font-family: Playfair Display;
  font-size: 45px;
  font-weight: 700;
  line-height: 58.5px;
  letter-spacing: -0.01em;
  text-align: left;
  color: #141414;
}
.single-services .block_top > div:first-child .desc p {
  font-family: Manrope;
  font-size: 18px;
  font-weight: 400;
  line-height: 31.5px;
  text-align: left;
  color: #555555;
  margin-bottom: 33px;
}
.single-services .block_top > div:first-child .recom > div {
  margin-bottom: 20px;
}
.single-services .block_top > div:first-child .recom > .recom_t {
  display: block;
  font-family: Playfair Display;
  font-size: 22px;
  font-weight: 700;
  line-height: 28.6px;
  letter-spacing: -0.01em;
  text-align: left;
  color: #141414;
  margin-bottom: 20px;
}
.single-services .block_top > div:first-child .recom svg {
  margin-top: 5px;
}
.single-services .block_top > div:first-child .recom b {
  font-family: Manrope;
  font-size: 19px;
  font-weight: 700;
  line-height: 38px;
  text-align: left;
  color: #141414;
  margin-bottom: 5px;
}
.single-services .block_top > div:first-child .recom p {
  font-family: Manrope;
  font-size: 18px;
  font-weight: 400;
  line-height: 31.5px;
  text-align: left;
  color: #555555;
}
.single-services .pd_widget_app {
  margin-left: auto;
  margin-right: auto;
}
.single-services .block_top-video {
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .single-services .block_top-video {
    padding-right: 0;
  }
}
.single-services .block_top-video > div {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.single-services .block_top-video video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.price_t {
  padding-top: 130px;
  padding-bottom: 130px;
}
@media (max-width: 992px) {
  .price_t {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.price_t .subtitle {
  font-family: Manrope;
  font-size: 15px;
  font-weight: 600;
  line-height: 23.17px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #5F849C;
  margin-bottom: 8px;
}
.price_t .title {
  font-family: Playfair Display;
  font-size: 45px;
  font-weight: 700;
  line-height: 58.5px;
  letter-spacing: -0.01em;
  text-align: center;
  color: #141414;
  margin-bottom: 43px;
}
@media (max-width: 992px) {
  .price_t .title {
    font-size: 24px;
    line-height: 28px;
  }
}
.price_t .price_items > div {
  position: relative;
  background: #1E2C30;
  padding: 2vw;
  margin-bottom: 30px;
  width: 100%;
}
@media (min-width: 992px) {
  .price_t .price_items > div {
    width: 48%;
    margin-bottom: 20px;
  }
}
.price_t .price_items > div .btn_call {
  min-width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .price_t .price_items > div .btn_call {
    min-width: 100%;
  }
}
.price_t .price_items > div .price {
  position: absolute;
  right: 10px;
  top: 0px;
  font-family: Manrope;
  font-size: 55px;
  font-weight: 800;
  line-height: 71.5px;
  letter-spacing: -0.01em;
  text-align: center;
  color: #fff;
}
@media (max-width: 768px) {
  .price_t .price_items > div .price {
    font-size: 29px;
    top: 5px;
    line-height: 30px;
  }
}
.price_t .price_items > div .naimenovanie {
  font-family: Playfair Display;
  font-size: 26px;
  font-weight: 700;
  line-height: 33.8px;
  letter-spacing: -0.01em;
  text-align: left;
  color: #fff;
  margin-bottom: 16px;
}
.price_t .price_items > div .desc {
  color: #fff;
  font-family: Manrope;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
}
.price_t .price_items > div .desc ul {
  list-style-type: none;
}
.price_t .price_items > div .desc ul li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.price_t .price_items > div .desc ul li:before {
  content: url("./img/check-circle.svg");
  display: inline-block;
  margin-right: 10px;
}

.contact_hor {
  padding-top: 130px;
  padding-bottom: 130px;
  background: #EBF3F5;
}
@media (max-width: 992px) {
  .contact_hor {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.contact_hor .title {
  font-family: Playfair Display;
  font-size: 45px;
  font-weight: 700;
  line-height: 58.5px;
  letter-spacing: -0.01em;
  text-align: center;
}
@media (max-width: 992px) {
  .contact_hor .title {
    font-size: 24px;
    line-height: 28px;
  }
}
.contact_hor .subtitle {
  font-family: Manrope;
  font-size: 18px;
  font-weight: 400;
  line-height: 31.5px;
  text-align: center;
  color: #555555;
}
@media (min-width: 992px) {
  .contact_hor .subtitle {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
}
.contact_hor .contact_hor-form {
  background: #fff;
  padding-left: 2vw;
  padding-right: 2vw;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.contact_hor .contact_hor-form > div {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.contact_hor .contact_hor-form > div .contact_form {
  box-shadow: unset;
}

article .entry-title {
  font-family: Playfair Display;
  font-size: 30px;
  font-weight: 700;
  line-height: 34.4px;
  text-align: left;
  margin-bottom: 8px;
  display: block;
  margin-top: 3vw;
}
@media (max-width: 992px) {
  article .entry-title {
    font-size: 20px;
    line-height: 22px;
  }
}

.post img {
  width: 100%;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.ays_pb_show_title_on_mobile.ays_pb_title_styles_1 {
  margin-top: 20px !important;
  font-weight: 600 !important;
}

.ays_content_box {
  padding: 0 !important;
}

.dikidi a {
  background: #3B4652;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 0.02em;
  text-align: left;
  display: block;
  padding: 14px 21px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-family: Manrope;
  margin-left: auto;
  margin-right: auto;
}

.header .btn_call {
  background: #5F849C;
}

.vertical-signup-button {
  position: fixed;
  right: 0;
  top: 50%; /* Кнопка по центру экрана по вертикали */
  transform: translateY(-50%);
  z-index: 9999; /* Чтобы кнопка была поверх других элементов */
}

.signup-link {
  display: block;
  background: #5F849C; /* Цвет фона */
  color: white !important;
  padding: 15px 10px;
  writing-mode: vertical-rl; /* Вертикальный текст */
  text-orientation: mixed;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px 0 0 5px;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

a:hover {
  color: rgba(95, 132, 156, 0.95);
}

a.btn_default:hover {
  color: #fff;
}

.signup-link:hover {
  background: rgba(95, 132, 156, 0.95); /* Цвет при наведении */
  padding: 20px 10px;
}

header#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000; /* Важно: должен быть выше других элементов */
  background: #fff; /* Цвет фона */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Тень для эффекта "отделения" */
  transition: all 0.3s ease; /* Плавные анимации */
}

/* Отступ для основного контента (чтобы не скрывался под header) */
body {
  padding-top: 80px; /* Должен соответствовать высоте вашего header */
}

.top_banner-content {
  background: rgba(255, 255, 255, 0.9);
  padding-left: 10px;
  padding-bottom: 10px;
}

.post-type-archive-services .service_card {
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0px 6px 14px 1px rgba(17, 30, 34, 0.1490196078);
  padding-left: 15px;
  padding-right: 15px;
}
.post-type-archive-services .service_card .entry-title {
  margin-bottom: 10px;
}
.post-type-archive-services .service_card img {
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  min-height: 300px;
}
.post-type-archive-services div[itemprop=description] {
  padding: 15px;
}
@media (max-width: 992px) {
  .post-type-archive-services article .entry-title {
    font-size: 24px;
    line-height: 22px;
  }
}

.wp-block-list {
  list-style: circle;
  margin-left: 30px;
}/*# sourceMappingURL=style.css.map */