@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url("/fonts/Montserrat-Light.woff2") format("woff2"), url("/fonts/Montserrat-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url("/fonts/Montserrat-Regular.woff2") format("woff2"), url("/fonts/Montserrat-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url("/fonts/Montserrat-Medium.woff2") format("woff2"), url("/fonts/Montserrat-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url("/fonts/Montserrat-SemiBold.woff2") format("woff2"), url("/fonts/Montserrat-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url("/fonts/Montserrat-Bold.woff2") format("woff2"), url("/fonts/Montserrat-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url("/fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("/fonts/Montserrat-ExtraBold.woff2") format("woff2");
}
.center {
  text-align: center;
}

.fw700 {
  font-weight: 700;
}

.fw600 {
  font-weight: 600;
}

.fw500 {
  font-weight: 500;
}

.white {
  color: #fff;
}
.white b {
  color: #fff;
}

.uppercase {
  text-transform: uppercase;
}

.hide {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.3s all ease;
}

.d_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: wrap;
}

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

.fancybox__caption {
  color: #fff;
}

.mb-3 {
  margin-bottom: 3vw;
}

.mt-4 {
  margin-top: 4vw;
}

.mt-5 {
  margin-top: 5vw;
}

.top_page_image {
  height: 20.313vw;
  margin-top: -11.25vw;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 3vw;
}
.top_page_image.service_page {
  height: -moz-max-content;
  height: max-content;
  min-height: 20.313vw;
  padding-top: 14vw;
}
.top_page_image.service_page .excerpt_page {
  margin-top: 1.5vw;
  max-width: 65%;
  font-size: 1.1vw;
}
.top_page_image video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.top_page_image .scroll_down {
  position: absolute;
  bottom: 0;
  left: 6.5vw;
  border: 1px solid #000;
  border-bottom: none;
  transition: 0.3s all ease;
}
.top_page_image .scroll_down:hover {
  border: 1px solid #fff;
  border-bottom: none;
}
.top_page_image .scroll_down:hover a {
  background-color: transparent;
}
.top_page_image .scroll_down a {
  width: 2.813vw;
  height: 2.813vw;
  background-color: #000;
  justify-content: center;
}
.top_page_image .scroll_down a svg {
  width: 50%;
  height: 50%;
}
.top_page_image.about_page {
  height: 43.75vw;
  justify-content: center;
}
.top_page_image.about_page .video_btn_block {
  position: relative;
  padding-right: 11.75vw;
}
.top_page_image.about_page .video_btn_block:after, .top_page_image.about_page .video_btn_block:before {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #fff;
  transform: translateY(-50%);
}
.top_page_image.about_page .video_btn_block:before {
  width: 2.625vw;
  left: -4.375vw;
}
.top_page_image.about_page .video_btn_block:after {
  width: 10vw;
  right: 0;
}
.top_page_image.about_page .video_btn:hover img {
  transform: scale(1.1);
}
.top_page_image.about_page .video_btn:hover span {
  text-decoration: underline;
}
.top_page_image.about_page .video_btn img {
  margin-right: 2vw;
  transition: 0.3s all ease;
  width: 3.438vw;
}
.top_page_image.about_page h1 {
  padding-left: 4.063vw;
}
.top_page_image .container {
  position: relative;
  z-index: 1;
}
.top_page_image h1 {
  font-size: 2.5vw;
}
.top_page_image h1.sm_text {
  font-size: 2vw;
}
.top_page_image:before {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.47);
}

.scale_bg {
  position: relative;
  overflow: hidden;
}
.scale_bg .image {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  height: 100%;
  width: 100%;
  transform: translate(-50%, -50%);
  transition: 0.3s all ease;
}

.before {
  position: relative;
}
.before:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn {
  background-color: #000;
  color: #fff;
  height: 3vw;
  display: flex;
  align-items: center;
  border: 1px solid #000;
  padding: 0 1.9vw;
  width: -moz-max-content;
  width: max-content;
  font-weight: 500;
  overflow: hidden;
  position: relative;
  transition: 0.3s all ease;
  cursor: pointer;
}
.btn:hover {
  background-color: #fff;
  color: #000;
}
.btn:before {
  content: "";
  position: absolute;
  top: -20%;
  left: -20%;
  width: 10px;
  background-color: #fff;
  height: 140%;
  display: inline-block;
  z-index: 1;
  transform: rotate(30deg);
  animation: 5s moveLine linear infinite;
}
.btn.mobile_btn_show {
  display: none;
}

p.slider-arr {
  position: absolute;
  cursor: pointer;
  z-index: 1;
}

.contact_item svg {
  width: 1.7vw;
  height: 1.7vw;
}
.contact_item .details {
  margin-left: 0.8vw;
}
.contact_item .details p {
  font-size: 0.9vw;
}
.contact_item .details p.header_address {
  font-size: 0.8vw;
  margin-bottom: 0.2vw;
}
.contact_item .details p.hours span {
  width: 4vw;
  display: inline-block;
}
.contact_item .details a {
  font-size: 1.1vw;
}
.contact_item .details a:hover {
  text-decoration: underline;
}

.section_heading {
  text-align: center;
  font-size: 2.5vw;
  margin-bottom: 2.5vw;
}
.section_heading.left {
  text-align: left;
}
.section_heading .sm {
  font-size: 2vw;
}
.section_heading b {
  font-weight: 700;
}

.breadcrumbs ol {
  margin-top: 0.938vw;
  justify-content: flex-start;
}
.breadcrumbs ol li {
  padding-right: 0.3vw;
  position: relative;
}
.breadcrumbs ol li:before {
  content: "-";
  font-size: 1vw;
}
.breadcrumbs ol li:first-child:before {
  display: none;
}
.breadcrumbs ol li a span {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
}
.breadcrumbs ol li a span:hover {
  text-decoration: underline;
  color: #000;
}
.breadcrumbs ol li span {
  font-size: 1vw;
  font-weight: 500;
}

@media only screen and (max-width: 800px) {
  .mb-3 {
    margin-bottom: 8vw;
  }

  .mt-4 {
    margin-top: 10vw;
  }

  .mt-5 {
    margin-top: 16vw;
  }

  .section_heading {
    font-size: 6vw;
    text-align: left;
    margin-bottom: 5vw;
  }
  .section_heading .sm {
    font-size: 4vw;
  }

  .btn {
    width: 100%;
    justify-content: center;
    height: 12.5vw;
  }
  .btn.mobile_btn_show {
    display: flex;
  }

  .contact_item svg {
    width: 5vw;
    height: 5vw;
  }
  .contact_item .details a {
    font-size: 4vw;
    margin-top: 1vw;
    display: inline-block;
  }
  .contact_item .details p {
    font-size: 3vw;
  }
  .contact_item .details p.header_address {
    font-size: 1.8vw;
    max-width: 40vw;
  }
  .contact_item .details p.hours span {
    width: 13vw;
  }

  .slick-dots li {
    width: 2vw;
    height: 2vw;
    margin: 0 0.7vw;
  }
  .slick-dots li.slick-active {
    margin: 0 1.5vw;
  }
  .slick-dots li.slick-active button:before {
    width: 3vw;
    border-radius: 3vw;
  }
  .slick-dots li button:before {
    width: 2vw;
    height: 1.8vw;
  }

  .top_page_image {
    margin-top: -15vw;
    height: -moz-max-content;
    height: max-content;
    padding-bottom: 5vw;
    min-height: 30vw;
  }
  .top_page_image .scroll_down {
    left: 3.5vw;
  }
  .top_page_image .scroll_down a {
    width: 6vw;
    height: 7vw;
  }
  .top_page_image.about_page {
    height: 120vw;
  }
  .top_page_image.about_page h1 {
    padding-left: 0;
    width: 100%;
    font-size: 7vw;
  }
  .top_page_image.about_page .video_btn_block {
    margin-top: 7.5vw;
    left: 4.5vw;
  }
  .top_page_image.about_page .video_btn_block img {
    width: 8vw;
  }
  .top_page_image.service_page h1 {
    font-size: 6vw;
    margin-top: 20vw;
  }
  .top_page_image.service_page .excerpt_page {
    margin-top: 3.5vw;
    max-width: 100%;
    font-size: 3.5vw;
  }
  .top_page_image h1 {
    margin-top: 30vw;
    font-size: 5vw;
  }
  .top_page_image h1.sm_text {
    font-size: 4.5vw;
  }

  .breadcrumbs ol {
    display: inline;
  }
  .breadcrumbs ol li {
    padding-right: 1.3vw;
    display: inline;
  }
  .breadcrumbs ol li:before {
    font-size: 3vw;
  }
  .breadcrumbs ol li span {
    font-size: 2.5vw;
  }
}
@keyframes moveLine {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
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: inherit;
  vertical-align: baseline;
  outline: none;
  font-family: "Montserrat", sans-serif;
  box-sizing: border-box;
  color: #000;
}

html {
  height: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  padding-top: 11.25vw;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  background-color: #fff;
}

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

p {
  font-weight: 400;
  font-size: 1vw;
  color: #000;
}

a {
  text-decoration: none;
  font-size: 1vw;
  font-weight: 400;
  transition: 0.3s all ease;
  color: #000;
}

.container {
  margin: 0 auto;
  width: 86vw;
}

select {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

form button {
  cursor: pointer;
}

b {
  font-weight: 600;
}

ol, ul {
  list-style: none;
}

svg {
  transition: 0.3s all ease;
}

svg path {
  transition: 0.3s all ease;
}

blockquote, q {
  quotes: none;
}

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

strong {
  font-weight: bold;
}

input {
  outline: none;
}

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

img {
  border: 0;
  max-width: 100%;
}

.inner-padding {
  padding: 0 80px;
}

/* Chrome, Opera, Safari */
details summary::-webkit-details-marker {
  display: none;
}

details :focus {
  outline: 0;
}

/* Firefox */
details, summary {
  display: block;
}

details summary:before {
  content: none;
}

details[open] summary:before {
  content: none;
}

::-webkit-scrollbar-track {
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
}

::-webkit-scrollbar {
  width: 12px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

@media only screen and (max-width: 800px) {
  body {
    padding-top: 15vw;
    overflow-x: hidden;
  }

  p, a {
    font-size: 4vw;
  }
  p.sm_fz_3, a.sm_fz_3 {
    font-size: 3vw;
    margin-bottom: 1vw;
  }

  .container {
    width: 93vw;
  }
}
form input, form select, form textarea {
  height: 2.813vw;
  font-size: 1.1vw;
  font-family: "Montserrat", sans-serif;
  padding-left: 1vw;
  border: 1px solid #C7C7C7;
  border-radius: 0;
  font-weight: 400;
  outline: none;
  transition: 0.3s all ease;
  box-sizing: border-box;
}
form input:focus, form select:focus, form textarea:focus {
  border: 1px solid #000;
}
form select {
  background-color: #fff !important;
  color: #000 !important;
}
form textarea {
  padding-top: 0.75vw;
  resize: none;
}
form button {
  transition: 0.3s all ease;
}

@media only screen and (max-width: 800px) {
  form input, form select, form textarea {
    height: 12vw;
    font-size: 3.5vw;
    padding-left: 3vw;
  }
  form textarea {
    padding-top: 3vw;
  }
  form button {
    font-size: 4vw;
  }
}
.content_seo p, .content_seo a, .content_seo ul li {
  font-size: 1.1vw;
  line-height: 1.5vw;
}
.content_seo a {
  text-decoration: underline;
}
.content_seo h1:first-child, .content_seo h2:first-child, .content_seo h3:first-child, .content_seo h4:first-child, .content_seo h5:first-child, .content_seo h6:first-child {
  margin-top: 0;
}
.content_seo h1, .content_seo h2, .content_seo h3, .content_seo h4, .content_seo h5, .content_seo h6 {
  font-weight: 700;
  font-size: 2vw;
  margin-bottom: 1vw;
  margin-top: 3vw;
}
.content_seo p {
  margin-bottom: 1vw;
}
.content_seo .btgrid .row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.content_seo .btgrid .row .col-md-6 {
  width: 49%;
}
.content_seo ul {
  margin-bottom: 1vw;
}
.content_seo ul li {
  position: relative;
  padding-left: 1.25vw;
}
.content_seo ul li:before {
  content: "";
  position: absolute;
  width: 0.75vw;
  height: 0.75vw;
  left: 0;
  top: 0.4vw;
  background-image: url("/img/list_mark.svg");
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}

.blog_posts {
  margin-top: 3.125vw;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 1.875vw;
  grid-row-gap: 3.125vw;
}
.blog_posts .post_item .image_block {
  height: 20vw;
  display: block;
  margin-bottom: 1.25vw;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
}
.blog_posts .post_item .image_block:hover .image {
  transform: translate(-50%, -50%) scale(1.1);
}
.blog_posts .post_item .image_block .date {
  position: absolute;
  top: 1vw;
  left: 1vw;
  background-color: #000;
  width: 5.938vw;
  height: 4.688vw;
  flex-direction: column;
  justify-content: center;
}
.blog_posts .post_item .image_block .date span {
  color: #fff;
  font-size: 0.9vw;
}
.blog_posts .post_item .image_block .date b {
  color: #fff;
  font-weight: 700;
  font-size: 1.2vw;
}
.blog_posts .post_item .name {
  font-size: 1.25vw;
}
.blog_posts .post_item .name:hover {
  text-decoration: underline;
}
.blog_posts .post_item .excerpt {
  margin: 0.625vw 0 0.8vw;
  font-size: 0.875vw;
}
.blog_posts .post_item .more_btn_block {
  margin-top: 0.5vw;
}
.blog_posts .post_item .more {
  text-decoration: underline;
}
.blog_posts .post_item .more:hover:before {
  left: calc(100% + 1vw);
}
.blog_posts .post_item .more:before {
  width: 0.8vw;
  height: 0.5vw;
  left: calc(100% + 0.5vw);
  top: 50%;
  background-image: url("/img/right_arr.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transform: translateY(-50%);
  transition: 0.3s all ease;
}

@media only screen and (max-width: 800px) {
  .content_seo p, .content_seo a, .content_seo ul li {
    font-size: 4vw !important;
    line-height: 130% !important;
  }
  .content_seo p {
    text-align: justify;
    margin-bottom: 3vw;
  }
  .content_seo p span {
    font-size: 4vw !important;
  }
  .content_seo p img {
    width: 100% !important;
    height: auto !important;
  }
  .content_seo h1:first-child, .content_seo h2:first-child, .content_seo h3:first-child, .content_seo h4:first-child, .content_seo h5:first-child, .content_seo h6:first-child {
    margin-top: 0;
  }
  .content_seo h1, .content_seo h2, .content_seo h3, .content_seo h4, .content_seo h5, .content_seo h6 {
    font-size: 5.5vw;
    margin-bottom: 4vw;
    margin-top: 10vw;
  }
  .content_seo h1 img, .content_seo h2 img, .content_seo h3 img, .content_seo h4 img, .content_seo h5 img, .content_seo h6 img {
    width: 100% !important;
    height: auto !important;
  }
  .content_seo ul li {
    padding-left: 4vw;
    margin-bottom: 1vw;
  }
  .content_seo ul li:before {
    top: 1.4vw;
    width: 2.5vw;
    height: 2.5vw;
  }
  .content_seo .btgrid .row .col-md-6 {
    width: 100%;
  }

  .blog_posts_block {
    overflow-x: scroll;
    margin-right: -3.5vw;
    margin-left: -3.5vw;
    padding-left: 3.5vw;
  }
  .blog_posts_block::-webkit-scrollbar {
    display: none;
  }

  .blog_posts {
    width: -moz-max-content;
    width: max-content;
    padding-right: 3.5vw;
    margin-top: 5vw;
    margin-bottom: 7.5vw;
    grid-column-gap: 4vw;
  }
  .blog_posts.blog_page {
    width: 100%;
    grid-template-columns: 1fr;
    grid-row-gap: 8vw;
    padding-right: 0;
    margin-top: 7vw;
  }
  .blog_posts.blog_page .post_item {
    width: 100%;
  }
  .blog_posts .post_item {
    width: 83vw;
  }
  .blog_posts .post_item .image_block {
    height: 50vw;
    margin-bottom: 3.5vw;
    box-shadow: none;
  }
  .blog_posts .post_item .image_block .date {
    top: 2vw;
    left: 2vw;
    height: 12vw;
    width: 15vw;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .blog_posts .post_item .image_block .date b {
    font-size: 3vw;
  }
  .blog_posts .post_item .image_block .date span {
    font-size: 2.5vw;
  }
  .blog_posts .post_item .name {
    font-size: 4vw;
  }
  .blog_posts .post_item .excerpt {
    margin: 1.5vw 0;
    font-size: 3vw;
  }
  .blog_posts .post_item .more_btn_block {
    margin-top: 2.5vw;
  }
  .blog_posts .post_item .more:before {
    left: calc(100% + 2vw);
    width: 4.5vw;
    height: 2vw;
    background-size: contain;
  }
}
.messengers a {
  margin-right: 1.5vw;
}
.messengers a svg {
  width: 1.6vw;
  height: 1.6vw;
}
.messengers a:hover svg {
  transform: scale(1.2);
}
.messengers a:last-child {
  margin: 0;
}

@media only screen and (max-width: 800px) {
  .messengers a {
    margin-right: 5vw;
  }
  .messengers a svg {
    width: 5.5vw;
    height: 5.5vw;
  }
}
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
header.has_top_image p, header.has_top_image a, header.has_top_image span, header.has_top_image b {
  color: #fff !important;
}
header.has_top_image ul li ul li a {
  color: #000 !important;
}
header.has_top_image svg path {
  fill: #fff;
}
header.has_top_image .top_row .logo_block p {
  border-color: #fff;
}
header.has_top_image .top_row .logo_block img.dark {
  display: none;
}
header.has_top_image .top_row .logo_block img.white {
  display: block;
}
header.has_top_image .top_row:before {
  background-color: #919191;
}
header.has_top_image .btn {
  background-color: transparent;
  border: 1px solid #fff;
}
header.has_top_image a.has_menu:before {
  background-image: url("/img/submenu_arr_white.svg") !important;
}
header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
header.fixed .top_row {
  padding: 0.5vw 0;
}
header.fixed .top_row:before {
  width: 200%;
}
header.fixed .top_row .logo_block img {
  width: 6vw;
}
header.fixed .top_row .logo_block p {
  margin-left: 0.5vw;
  padding-left: 1vw;
  font-size: 0.94vw;
  letter-spacing: 0.23vw;
}
header.fixed .menu_row {
  margin-top: 0.65vw;
}
header.fixed .menu_row .lang_block,
header.fixed .menu_row nav ul li {
  padding-bottom: 0.65vw;
}
header .top_row {
  padding: 1.125vw 0 1vw;
  transition: 0.3s all ease;
}
header .top_row:before {
  top: calc(100% - 1px);
  width: 100%;
  left: 50%;
  height: 1px;
  transform: translateX(-50%);
  background-color: #000;
}
header .top_row .logo_block img {
  width: 7.813vw;
  transition: 0.3s all ease;
}
header .top_row .logo_block img.white {
  display: none;
}
header .top_row .logo_block p {
  margin-left: 0.75vw;
  padding-left: 1.063vw;
  font-size: 1.25vw;
  border-left: 1px solid #000;
  letter-spacing: 0.313vw;
  transition: 0.5s all ease;
}
header .top_row .header_btn {
  padding: 0 1vw;
}
header .top_row .header_btn svg {
  margin-right: 0.75vw;
}
header .top_row .header_btn:hover svg path {
  fill: #000;
}
header .top_row .burger_menu_btn {
  display: none;
  width: 7vw;
  height: 5vw;
  position: relative;
}
header .top_row .burger_menu_btn span {
  position: absolute;
  left: 0;
  height: 3px;
  width: 100%;
  display: block;
  background-color: #000;
  transition: 0.3s all ease;
}
header .top_row .burger_menu_btn span:first-child {
  top: 0;
}
header .top_row .burger_menu_btn span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
header .top_row .burger_menu_btn span:last-child {
  bottom: 0;
}
header .menu_row {
  margin-top: 1vw;
  transition: 0.3s all ease;
}
header .menu_row nav ul li {
  padding-bottom: 0.75vw;
  margin-right: 3vw;
  position: relative;
}
header .menu_row nav ul li span.cross_secondary_menu,
header .menu_row nav ul li span.cross_child_menu {
  display: none;
  position: absolute;
  right: 0;
  top: 3.25vw;
  width: 5vw;
  height: 5vw;
}
header .menu_row nav ul li span.cross_secondary_menu:after, header .menu_row nav ul li span.cross_secondary_menu:before,
header .menu_row nav ul li span.cross_child_menu:after,
header .menu_row nav ul li span.cross_child_menu:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #000;
  transform: translate(-50%, -50%);
  transition: 0.3s all ease;
}
header .menu_row nav ul li span.cross_secondary_menu:after,
header .menu_row nav ul li span.cross_child_menu:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
header .menu_row nav ul li span.cross_secondary_menu {
  top: 2.25vw;
  width: 4vw;
  height: 4vw;
}
header .menu_row nav ul li:hover .has_menu:before {
  transform: translateY(-50%) rotate(0);
}
header .menu_row nav ul li:hover .submenu.first {
  opacity: 1;
  z-index: 222;
  visibility: visible;
}
header .menu_row nav ul li .submenu {
  position: absolute;
  top: 100%;
  left: -1.063vw;
  width: -moz-max-content;
  width: max-content;
  background-color: #fff;
  border: 1px solid #C7C7C7;
  box-shadow: 0 4px 13px 0 rgba(0, 0, 0, 0.25);
  padding: 0.938vw 0 1.25vw 1.063vw;
  z-index: 22;
}
header .menu_row nav ul li .submenu.secondary {
  top: -0.563vw;
  left: 100%;
  padding: 0.5vw 0 1vw 1.063vw;
}
header .menu_row nav ul li .submenu li {
  margin-right: 0;
  padding-bottom: 0;
  padding-right: 0.68vw;
  position: relative;
}
header .menu_row nav ul li .submenu li:hover .submenu.secondary {
  opacity: 1;
  z-index: 222;
  visibility: visible;
}
header .menu_row nav ul li .submenu li:hover a:before {
  right: 0 !important;
}
header .menu_row nav ul li .submenu li:last-child a {
  border-bottom: none;
  padding-bottom: 0;
}
header .menu_row nav ul li .submenu li.has_child > a:before {
  content: "";
  position: absolute;
  right: 0.688vw;
  top: 50%;
  width: 0.313vw;
  height: 0.5vw;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
  background-image: url("/img/menu_arr.svg");
  transition: 0.3s all ease;
}
header .menu_row nav ul li .submenu li a {
  padding: 0.563vw 1.75vw 0.563vw 0;
  border-bottom: 1px solid #C9C9C9;
  display: block;
  position: relative;
  line-height: 100%;
}
header .menu_row nav ul li a {
  font-weight: 500;
  font-size: 1.1vw;
}
header .menu_row nav ul li a.has_menu:before {
  left: calc(100% + 0.563vw);
  top: 55%;
  transform: translateY(-50%) rotate(180deg);
  width: 0.625vw;
  height: 0.375vw;
  background-image: url("/img/submenu_arr.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s all ease;
}
header .menu_row nav ul li a.current, header .menu_row nav ul li a:hover {
  text-decoration: underline;
}
header .menu_row .lang_block {
  position: relative;
  padding-bottom: 0.75vw;
}
header .menu_row .lang_block p {
  cursor: pointer;
  font-size: 1.1vw;
}
header .menu_row .lang_block ul.langs {
  position: absolute;
}
header .menu_row .lang_block:hover ul.langs {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}

@media only screen and (max-width: 800px) {
  header.has_top_image .top_row .burger_menu_btn span {
    background-color: #fff;
  }
  header.has_top_image nav ul li a {
    color: #000 !important;
  }
  header.open {
    position: fixed;
    height: 100vh;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    overflow-y: scroll;
    overflow-x: hidden;
    background: rgba(255, 255, 255, 0.8);
  }
  header.open.has_top_image .top_row .logo_block img.dark {
    display: block;
  }
  header.open.has_top_image .top_row .logo_block img.white {
    display: none;
  }
  header.open.has_top_image .top_row .logo_block p {
    border-color: #000;
  }
  header.open.has_top_image svg path {
    fill: #000;
  }
  header.open.has_top_image a, header.open.has_top_image p {
    color: #000 !important;
  }
  header.open .top_row .burger_menu_btn span {
    background-color: #000;
  }
  header.open .burger_menu_btn span:first-child {
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
  }
  header.open .burger_menu_btn span:last-child {
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
  }
  header.open .burger_menu_btn span:nth-child(2) {
    left: 100%;
    opacity: 0;
  }
  header.open .top_row:before {
    display: block !important;
    width: 100% !important;
  }
  header.open .menu_row {
    display: block;
  }
  header .contact_item .details {
    margin-left: 1.5vw;
  }
  header .contact_item .details p {
    font-size: 2.5vw;
  }
  header .contact_item .details a {
    margin-top: 0.5vw;
    font-size: 3.5vw;
  }
  header.fixed .top_row:before {
    display: none;
  }
  header .top_row {
    padding: 1.5vw 0 !important;
  }
  header .top_row .logo_block img {
    width: 15vw !important;
  }
  header .top_row .logo_block p {
    margin-left: 0.5vw;
    padding-left: 1vw;
    letter-spacing: 0.23vw;
    font-size: 2vw !important;
  }
  header .top_row .header_btn,
header .top_row .messengers,
header .top_row .schedule_block {
    display: none;
  }
  header .top_row .burger_menu_btn {
    display: block;
  }
  header .menu_row {
    display: none;
  }
  header .menu_row nav {
    margin-top: 5vw;
  }
  header .menu_row nav ul {
    align-items: flex-start;
    flex-direction: column;
  }
  header .menu_row nav ul li {
    width: 100%;
    padding-bottom: 0 !important;
    border-bottom: 1px solid #C9C9C9;
  }
  header .menu_row nav ul li span.cross_secondary_menu,
header .menu_row nav ul li span.cross_child_menu {
    display: block;
  }
  header .menu_row nav ul li.open .cross_child_menu:after {
    width: 0;
  }
  header .menu_row nav ul li.open ul.submenu.first {
    position: relative;
    opacity: 1;
    z-index: 222;
    visibility: visible;
    left: 0;
  }
  header .menu_row nav ul li a {
    padding: 2.5vw 0;
    font-size: 5vw;
    display: block;
    width: 80%;
  }
  header .menu_row nav ul li a.has_menu:before {
    display: none;
  }
  header .menu_row nav ul li:hover .submenu.first {
    opacity: 0;
    z-index: -1;
    visibility: hidden;
  }
  header .menu_row nav ul li .submenu {
    top: 0;
    left: 100%;
    padding: 0 0 4vw 4vw;
    background-color: transparent;
    border: none;
    box-shadow: none;
    width: 100%;
  }
  header .menu_row nav ul li .submenu li {
    border-bottom: none;
    border-bottom: 1px solid #C9C9C9;
  }
  header .menu_row nav ul li .submenu li:hover ul.submenu.secondary {
    opacity: 0;
    z-index: -1;
    visibility: hidden;
  }
  header .menu_row nav ul li .submenu li.open .cross_secondary_menu:after {
    width: 0;
  }
  header .menu_row nav ul li .submenu li.open ul.submenu.secondary {
    padding: 0 0 3vw 4vw;
    position: relative;
    opacity: 1;
    z-index: 222;
    visibility: visible;
    left: 0;
    top: 0;
  }
  header .menu_row nav ul li .submenu li:last-child {
    border-bottom: none;
  }
  header .menu_row nav ul li .submenu li a {
    font-size: 4vw;
    padding: 2vw 0;
    border-bottom: none;
    width: 85%;
  }
  header .menu_row nav ul li .submenu li a:before {
    display: none;
  }
  header .menu_row .lang_block {
    margin: 6vw 0 8vw;
    display: flex;
  }
  header .menu_row .lang_block > p {
    font-size: 4vw;
  }
  header .menu_row .lang_block ul.langs {
    position: relative;
    opacity: 1;
    visibility: visible;
    z-index: 22;
    display: flex;
  }
  header .menu_row .lang_block ul.langs li {
    margin-left: 4vw;
  }
}
section.hero_section.promo_page {
  margin-bottom: 4vw;
}
section.hero_section .container {
  position: relative;
  align-items: flex-start;
}
section.hero_section .container .left_slider_text {
  position: absolute;
  z-index: 2;
  width: 31.6vw;
  height: 32.625vw;
}
section.hero_section .container .left_slider_text ul.slick-dots {
  left: calc(50% - 2vw);
  transform: translateX(-50%);
}
section.hero_section .container .left_slider_text p.slider-arr {
  top: calc(100% - 1.875vw);
}
section.hero_section .container .left_slider_text p.slider-arr svg {
  height: 1.875vw;
  width: 1.2vw;
}
section.hero_section .container .left_slider_text p.slider-arr:hover svg path {
  fill-opacity: 1;
}
section.hero_section .container .left_slider_text p.slider-arr.prev {
  left: 0;
}
section.hero_section .container .left_slider_text p.slider-arr.next {
  right: 2vw;
}
section.hero_section .container .left_slider_text .inner {
  padding: 5vw 0 0;
}
section.hero_section .container .left_slider_text .inner .hero_offer.sm_text p {
  font-size: 2.2vw;
}
section.hero_section .container .left_slider_text .inner .hero_offer p {
  font-size: 2.2vw;
  line-height: 120%;
  text-shadow: 1px 1px 1px #fff;
}
section.hero_section .container .left_slider_text .inner .secondary {
  margin: 1.6vw 0 2.8vw;
  max-width: 70%;
}
section.hero_section .container .left_slider_text .inner .secondary p {
  color: #666;
  font-size: 1.1vw;
}
section.hero_section .container .right_images_slider {
  width: 54.5vw;
  overflow: hidden;
  height: 32.625vw;
}
section.hero_section .container .right_images_slider .slider_item .image_block {
  display: block;
  height: 32.625vw;
}
section.hero_section .container .right_images_slider .slider_item .image_block:hover .image {
  transform: translate(-50%, -50%) scale(1.1);
}
section.hero_section .container .right_images_slider .slider_item .image_block .date {
  position: absolute;
  top: 1vw;
  right: 1vw;
  background-color: #000;
  width: 5.938vw;
  height: 4.688vw;
  flex-direction: column;
  justify-content: center;
}
section.hero_section .container .right_images_slider .slider_item .image_block .date span {
  color: #fff;
  font-size: 0.9vw;
}
section.hero_section .container .right_images_slider .slider_item .image_block .date b {
  color: #fff;
  font-weight: 700;
  font-size: 1.2vw;
}

section.adv_section {
  margin: 3.75vw 0 0;
}
section.adv_section .container .item {
  width: 23.5%;
  min-height: 11.25vw;
  padding: 2vw 1.25vw 1vw;
  border-radius: 0.5vw;
  flex-direction: column;
  justify-content: flex-start;
  box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.09);
}
section.adv_section .container .item:before {
  border-radius: 0.5vw;
  border: 1px solid #000;
  width: 96%;
  height: 94%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
}
section.adv_section .container .item .title {
  font-size: 1.25vw;
  width: 90%;
  margin-bottom: 1.25vw;
}
section.adv_section .container .item .title.big {
  font-size: 2vw;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
section.adv_section .container .item .title.big span {
  margin-left: 1.5vw;
  font-size: 6vw;
  line-height: 60%;
}
section.adv_section .container .item .secondary {
  font-size: 0.9vw;
}

section.about_section .left {
  width: 45vw;
}
section.about_section .left .heading {
  font-size: 2.6vw;
}
section.about_section .left .heading span {
  position: relative;
  top: -0.4vw;
  font-size: 2.1vw;
}
section.about_section .left .content_seo {
  margin: 1.4vw 0 2.3vw;
}
section.about_section .right {
  width: 34.375vw;
  height: 34.375vw;
  align-items: flex-end;
  padding: 0 0 1.5vw 1.75vw;
}
section.about_section .right .image_desc {
  max-width: 50%;
}
section.about_section .right .name {
  margin-top: 0.5vw;
  font-size: 1.3vw;
}
section.about_section .container {
  align-items: flex-start;
}

.service_items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 1.875vw;
  grid-row-gap: 1.875vw;
}
.service_items .service {
  display: block;
  border: 1px solid #D7D7D7;
}
.service_items .service:hover:before {
  width: 100%;
}
.service_items .service:hover .img_block .image {
  transform: translate(-50%, -50%) scale(1.1);
}
.service_items .service:before {
  top: calc(100% - 4px);
  left: 0;
  width: 2.688vw;
  height: 4px;
  background-color: #000;
  transition: 0.5s all ease;
}
.service_items .service .img_block {
  display: block;
  height: 14.063vw;
}
.service_items .service p {
  text-align: center;
  justify-content: center;
  height: 3.125vw;
  padding: 0 1vw;
  font-size: 1.25vw;
}
.service_items .service p:last-child {
  border-top: 1px solid #D7D7D7;
}

section.news_section.related_blog .heading_block .left .section_heading {
  margin-bottom: 0;
}
section.news_section .heading_block .left .section_heading {
  text-align: left;
  margin-bottom: 1.375vw;
}
section.news_section .heading_block .left .subtitle {
  font-size: 1.25vw;
}

@media only screen and (max-width: 800px) {
  section.hero_section.promo_page {
    margin-bottom: 12vw;
  }
  section.hero_section .container {
    flex-direction: column-reverse;
  }
  section.hero_section .container .left {
    width: 100%;
  }
  section.hero_section .container .left_slider_text {
    position: relative;
    left: 0;
    width: 100%;
    height: -moz-max-content;
    height: max-content;
  }
  section.hero_section .container .left_slider_text p.slider-arr {
    display: none;
  }
  section.hero_section .container .left_slider_text ul.slick-dots {
    left: 50%;
    transform: translateX(-50%);
    top: -8vw !important;
  }
  section.hero_section .container .left_slider_text .inner .hero_offer.sm_text p {
    font-size: 6vw;
  }
  section.hero_section .container .left_slider_text .inner .hero_offer p {
    font-size: 6vw;
  }
  section.hero_section .container .left_slider_text .inner .secondary {
    max-width: 100%;
    margin: 4vw 0 5vw;
  }
  section.hero_section .container .left_slider_text .inner .secondary p {
    font-size: 3.5vw;
  }
  section.hero_section .container .right_images_slider {
    width: 100%;
    height: 90vw;
  }
  section.hero_section .container .right_images_slider .slider_item .image_block {
    height: 90vw;
  }
  section.hero_section .container .right_images_slider .slider_item .image_block .date {
    top: 2vw;
    left: 2vw;
    height: 12vw;
    width: 15vw;
    background-color: rgba(0, 0, 0, 0.8);
  }
  section.hero_section .container .right_images_slider .slider_item .image_block .date b {
    font-size: 3vw;
  }
  section.hero_section .container .right_images_slider .slider_item .image_block .date span {
    font-size: 2.5vw;
  }

  section.adv_section {
    margin: 10vw 0 0;
    overflow-x: scroll;
    padding-left: 3.5vw;
    padding-right: 3.5vw;
  }
  section.adv_section::-webkit-scrollbar {
    display: none;
  }
  section.adv_section .container {
    width: -moz-max-content;
    width: max-content;
    padding: 2.5vw 3.5vw 2.5vw 0;
  }
  section.adv_section .container .item {
    width: 70vw;
    min-height: 35vw;
    padding: 5vw;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.09);
    justify-content: center;
    margin-right: 5vw;
  }
  section.adv_section .container .item:last-child {
    margin-right: 0;
  }
  section.adv_section .container .item:before {
    width: 96%;
    border-radius: 0;
  }
  section.adv_section .container .item .title {
    font-size: 3.75vw;
    margin-bottom: 2vw;
  }
  section.adv_section .container .item .title.big {
    font-size: 6vw;
  }
  section.adv_section .container .item .title.big span {
    margin-left: 5vw;
    font-size: 18vw;
  }
  section.adv_section .container .item .secondary {
    font-size: 3.25vw;
  }

  section.about_section .container {
    flex-direction: column-reverse;
  }
  section.about_section .left {
    width: 100%;
    margin-top: 6vw;
  }
  section.about_section .left .content_seo {
    margin: 2vw 0 7.5vw;
  }
  section.about_section .right {
    width: 100%;
    height: 100vw;
    padding: 0 0 3vw 3vw;
  }
  section.about_section .right .image_desc {
    max-width: 60%;
  }
  section.about_section .right p {
    font-size: 3vw;
  }
  section.about_section .right p.name {
    margin-top: 1.5vw;
    font-size: 4vw;
  }

  .service_items {
    grid-template-columns: 1fr;
    grid-row-gap: 5vw;
  }
  .service_items .service:before {
    width: 9vw;
  }
  .service_items .service .img_block {
    height: 50vw;
  }
  .service_items .service p {
    padding: 1vw;
    font-size: 4vw;
    height: -moz-max-content;
    height: max-content;
    min-height: 10vw;
  }

  section.news_section .heading_block .left .subtitle {
    font-size: 3.5vw;
  }
  section.news_section .heading_block .btn {
    display: none;
  }
}
.price_items {
  margin-top: 1vw;
}
.price_items:before {
  background-color: #fff;
  top: 100%;
  height: 300px;
  width: 100%;
  z-index: -1;
}

.faq_items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 4vw;
}
.faq_items .title_row .number {
  font-size: 1.5vw;
}

.price_item {
  transition: 0.3s all ease;
  position: relative;
  overflow: hidden;
}
.price_item.open {
  padding-bottom: 0;
  border-bottom: none;
}
.price_item.open .title_row {
  padding-bottom: 0;
  border-bottom: none;
}
.price_item.open .title_row .cross:after {
  width: 0;
}
.price_item.open .faq_desc {
  border-bottom: 1px solid #C4C4C4;
  padding-bottom: 0.5vw;
}
.price_item.open .faq_desc,
.price_item.open table {
  height: -moz-max-content;
  height: max-content;
  position: relative;
  opacity: 1;
  top: 0;
  z-index: 1;
}
.price_item .title_row {
  background-color: #fff;
  position: relative;
  z-index: 9;
  border-bottom: 1px solid #C4C4C4;
  padding: 1.875vw 0;
}
.price_item .title_row .name {
  font-size: 1.6vw;
  cursor: pointer;
  max-width: 80%;
}
.price_item .title_row .cross {
  cursor: pointer;
  width: 2vw;
  height: 2vw;
  position: relative;
}
.price_item .title_row .cross:before, .price_item .title_row .cross:after {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 4px;
  background-color: #000;
  transition: 0.3s all ease;
}
.price_item .title_row .cross:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.price_item .faq_desc {
  height: 0;
  position: absolute;
  opacity: 0;
  top: 50px;
  transition: 0.5s all ease;
  padding: 1.5vw 2vw 0;
}
.price_item table {
  margin-top: 0.5vw;
  width: 100%;
  height: 0;
  position: absolute;
  top: 50px;
  z-index: -2;
  opacity: 0;
  transition: 0.5s all ease;
}
.price_item table thead td {
  font-weight: 700;
  font-size: 1.25vw;
}
.price_item table tbody {
  border-top: 3px solid #C4C4C4;
}
.price_item table tbody td {
  border: 1px solid #C4C4C4;
}
.price_item table tbody td:nth-child(2) {
  font-size: 1.25vw;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
}
.price_item table tbody td:last-child {
  font-weight: 600;
  font-size: 1.25vw;
}
.price_item table td {
  padding: 1.3vw;
}
.price_item table td:first-child {
  width: 15%;
  border-left: none;
  font-size: 1.125vw;
}
.price_item table td:nth-child(2) {
  width: 65%;
}
.price_item table td:last-child {
  width: 20%;
  border-right: none;
}
.price_item table tr {
  transition: 0.3s all ease;
}
.price_item table tr:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

@media only screen and (max-width: 800px) {
  .price_items {
    margin-top: 5vw;
  }

  .price_item .faq_desc {
    padding: 4vw 0;
  }
  .price_item .title_row {
    padding: 3vw 0;
  }
  .price_item .title_row .name {
    font-size: 4.5vw;
    font-weight: 600;
  }
  .price_item .title_row .cross {
    width: 5vw;
    height: 5vw;
  }
  .price_item .title_row .cross:after, .price_item .title_row .cross:before {
    height: 2px;
  }
  .price_item table {
    margin-top: 1.5vw;
  }
  .price_item table td {
    padding: 2.5vw;
  }
  .price_item table thead td {
    font-size: 3vw !important;
    font-weight: 500;
  }
  .price_item table tbody td:nth-child(2) {
    font-weight: 500;
  }
  .price_item table tbody td:first-child, .price_item table tbody td:nth-child(2), .price_item table tbody td:last-child {
    font-size: 3.5vw;
  }

  .faq_items {
    grid-template-columns: 1fr;
  }
  .faq_items .title_row .number {
    display: none;
  }
}
.heading_block_with_search {
  align-items: flex-start;
}
.heading_block_with_search .left {
  width: 60%;
}
.heading_block_with_search .right {
  padding-top: 2vw;
}
.heading_block_with_search .right p {
  font-size: 1.1vw;
  margin-right: 2vw;
}
.heading_block_with_search .right form select {
  width: 16.563vw;
}
.heading_block_with_search .right form input.search_blog {
  width: 27.813vw;
}
.heading_block_with_search .section_heading {
  text-align: left;
  margin-bottom: 1vw;
}
.heading_block_with_search .subtitle {
  font-size: 1.25vw;
}

.team_items {
  margin-top: 3.75vw;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
}
.team_items .team_item {
  position: relative;
}
.team_items .team_item .name {
  position: absolute;
  top: 18.5vw;
  right: -1.5vw;
  background-color: #000;
  color: #fff;
  height: 2vw;
  padding: 0 1.063vw;
  z-index: 2;
}
.team_items .team_item .image_block {
  display: block;
  height: 22vw;
  border: 1px solid #B7B7B7;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.25);
}
.team_items .team_item .image_block:hover .image {
  transform: translate(-50%, -50%) scale(1.1);
}
.team_items .team_item .position {
  margin: 1.25vw 0 1vw;
  font-size: 1.1vw;
}
.team_items .team_item .content_seo {
  margin-bottom: 0.75vw;
}
.team_items .team_item .content_seo ul li {
  font-size: 1vw;
  padding-left: 1.1vw;
}
.team_items .team_item .content_seo ul li:before {
  top: 0.35vw;
  width: 0.65vw;
  height: 0.65vw;
}
.team_items .team_item .more_btn {
  font-size: 1.1vw;
}
.team_items .team_item .more_btn:hover:before {
  width: 100%;
}
.team_items .team_item .more_btn:before {
  top: calc(100% - 1px);
  height: 1.5px;
  width: 2vw;
  background-color: #000;
  transition: 0.3s all ease;
}

.doctor_page .inner {
  align-items: flex-start;
  position: relative;
}
.doctor_page .inner .left {
  width: 32.188vw;
  position: sticky;
  top: 8vw;
}
.doctor_page .inner .left .image {
  height: 34.375vw;
}
.doctor_page .inner .left .name {
  font-size: 1.5vw;
  margin: 1.5vw 0 0.5vw;
}
.doctor_page .inner .left .position {
  font-size: 1.125vw;
}
.doctor_page .inner .left .btn {
  margin-top: 1.5vw;
  justify-content: center;
  width: 100%;
}
.doctor_page .inner .content_seo {
  width: 50vw;
}

.doctor_certificates .section_heading {
  text-align: left;
}
.doctor_certificates .certificates_slider .slick-dots {
  bottom: -1.5vw;
}
.doctor_certificates .certificates_slider .slider-arr {
  top: 50%;
  transform: translateY(-50%);
}
.doctor_certificates .certificates_slider .slider-arr svg {
  width: 1.125vw;
  height: 1.875vw;
}
.doctor_certificates .certificates_slider .slider-arr:hover svg path {
  fill-opacity: 1;
}
.doctor_certificates .certificates_slider .slider-arr.prev {
  left: -45px;
}
.doctor_certificates .certificates_slider .slider-arr.next {
  right: -45px;
}
.doctor_certificates .certificates_slider .slick-track {
  margin-top: -1vw;
  padding: 1vw 0;
}
.doctor_certificates .certificates_slider .slick-list {
  margin: 0 -1vw;
}
.doctor_certificates .certificates_slider .slick-list .slick-slide {
  margin: 0 1vw;
}
.doctor_certificates .certificates_slider .slide_item .image_block {
  display: block;
  height: 20vw;
}
.doctor_certificates .certificates_slider .slide_item .image_block .image {
  background-size: contain;
}

@media only screen and (max-width: 800px) {
  .heading_block_with_search .section_heading {
    margin-bottom: 2vw;
  }
  .heading_block_with_search .subtitle {
    font-size: 3.5vw;
  }
  .heading_block_with_search .left {
    width: 100%;
  }
  .heading_block_with_search .right {
    width: 100%;
    padding-top: 5vw;
  }
  .heading_block_with_search .right p {
    font-size: 3.5vw;
    margin-bottom: 2vw;
  }
  .heading_block_with_search .right form {
    width: 100%;
  }
  .heading_block_with_search .right form select,
.heading_block_with_search .right form input.search_blog {
    width: 100%;
  }

  .team_items {
    grid-template-columns: 1fr;
    grid-row-gap: 10vw;
    margin-top: 9vw;
  }
  .team_items .team_item .image_block {
    height: 90vw;
    border: none;
    box-shadow: none;
  }
  .team_items .team_item .name {
    padding: 0 3vw;
    top: 75vw;
    height: 8vw;
  }
  .team_items .team_item .position {
    font-size: 4vw;
    margin: 3vw 0;
  }
  .team_items .team_item .content_seo {
    margin-bottom: 5vw;
  }
  .team_items .team_item .content_seo ul li {
    font-size: 3.5vw;
    padding-left: 3.5vw;
    margin-bottom: 1vw;
  }
  .team_items .team_item .content_seo ul li:before {
    top: 1.4vw;
    width: 2vw;
    height: 2vw;
  }
  .team_items .team_item .more_btn {
    font-size: 4vw;
    background-color: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 12vw;
  }
  .team_items .team_item .more_btn:before {
    display: none;
  }

  .doctor_page .inner .left {
    width: 100%;
    top: 0;
    position: relative;
  }
  .doctor_page .inner .left .image {
    height: 90vw;
  }
  .doctor_page .inner .left .name {
    font-size: 4.5vw;
    margin: 5vw 0 3vw;
  }
  .doctor_page .inner .left .position {
    font-size: 4vw;
  }
  .doctor_page .inner .left .btn {
    margin-top: 5vw;
  }
  .doctor_page .inner .content_seo {
    width: 100%;
    margin-top: 10vw;
  }

  .doctor_certificates .certificates_slider .slick-dots {
    bottom: -6vw;
  }
  .doctor_certificates .certificates_slider .slider-arr svg {
    width: 4vw;
    height: 4vw;
  }
  .doctor_certificates .certificates_slider .slider-arr svg path {
    fill-opacity: 1;
  }
  .doctor_certificates .certificates_slider .slider-arr.prev {
    left: 0;
  }
  .doctor_certificates .certificates_slider .slider-arr.next {
    right: 0;
  }
  .doctor_certificates .certificates_slider .slide_item .image_block {
    height: 50vw;
  }
}
.post_page_date {
  font-size: 1.25vw;
  margin-bottom: 1.75vw;
}

.post_content .container_tight {
  padding-left: 5vw;
  padding-right: 5vw;
}
.post_content a.btn {
  margin: 3vw auto 0;
}
.post_content a.btn:hover svg {
  left: -0.5vw;
}
.post_content a.btn:hover svg path {
  fill: #000;
}
.post_content a.btn svg {
  width: 1.5vw;
  height: 1vw;
  position: relative;
  left: 0;
  margin-right: 0.75vw;
}

.pagination {
  justify-content: center;
  margin-top: 4vw;
}
.pagination .nav-link {
  display: flex;
  justify-content: center;
}
.pagination .nav-link a.back, .pagination .nav-link a.ahead {
  display: none !important;
}
.pagination nav div:first-child {
  display: none;
}
.pagination nav span.relative {
  display: flex;
  align-items: center;
}
.pagination nav span.relative > span {
  width: 2.5vw;
  height: 2.5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  margin-right: 0.5vw;
  color: #000;
  font-size: 1.2vw;
}
.pagination nav span.relative > span > span span {
  color: #fff;
  font-size: 1.2vw;
  position: relative;
}
.pagination nav span.relative > span > span span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.8vw;
  height: 1.8vw;
  background-color: #000;
  border: none !important;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.pagination nav span.relative > span:first-child span span:before, .pagination nav span.relative > span:last-child span span:before {
  display: none;
}
.pagination nav span.relative > span:first-child:before, .pagination nav span.relative > span:last-child:before {
  display: none;
}
.pagination nav span.relative > span:last-child {
  margin-right: 0;
}
.pagination nav span.relative > span svg {
  width: 4.5vw !important;
  height: 2.5vw !important;
  fill: #000;
  opacity: 0.6;
}
.pagination nav span.relative > span:hover svg {
  opacity: 1;
}
.pagination nav span.relative > span button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: #000;
  font-size: 1.2vw;
}

.not-found-news {
  margin-top: 4vw;
}
.not-found-news p {
  font-size: 1.4vw;
  margin-bottom: 4vw;
}
.not-found-news a.btn:hover svg path {
  stroke: #000;
}
.not-found-news a.btn svg {
  margin: 0 0.5vw 0 0;
}

@media only screen and (max-width: 800px) {
  .post_page_date {
    font-size: 4vw;
    margin-bottom: 5vw;
  }

  .post_content .container_tight {
    padding-left: 0;
    padding-right: 0;
  }
  .post_content a.btn {
    margin: 10vw auto 0;
  }
  .post_content a.btn svg {
    width: 5vw;
    height: 5vw;
    margin-right: 4vw;
  }

  .not-found-news p {
    font-size: 4vw;
  }
  .not-found-news a.btn svg {
    margin: 0 3vw 0 0;
  }

  .pagination {
    margin-top: 13vw;
  }
  .pagination nav span.relative > span {
    width: 5.5vw;
    height: 5.5vw;
    margin-right: 2vw;
  }
  .pagination nav span.relative > span > span span:before {
    width: 5vw;
    height: 5vw;
  }
  .pagination nav span.relative > span button,
.pagination nav span.relative > span > span span {
    font-size: 4vw;
  }
  .pagination nav span.relative > span svg {
    width: 6vw !important;
    height: 6vw !important;
    opacity: 1;
  }
}
.gallery_items {
  margin-top: 3.438vw;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 1.875vw;
  grid-row-gap: 3.438vw;
}
.gallery_items .gallery_item {
  border: 1px solid #D7D7D7;
  position: relative;
}
.gallery_items .gallery_item img {
  position: absolute;
  opacity: 0;
  z-index: -1;
  height: 0;
  width: 0;
}
.gallery_items .gallery_item .desc {
  border-top: 1px solid #D7D7D7;
  padding: 1.25vw 1.5vw 0.5vw;
}
.gallery_items .gallery_item .desc .doctor {
  font-size: 1.275vw;
  margin-bottom: 0.65vw;
}
.gallery_items .gallery_item .desc .doctor a {
  font-size: 1.275vw;
  position: relative;
}
.gallery_items .gallery_item .desc .doctor a:hover img {
  opacity: 1;
  z-index: 99;
}
.gallery_items .gallery_item .desc .doctor a img {
  position: absolute;
  top: -1vw;
  left: 110%;
  min-width: 7vw;
  height: auto;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  transition: 0.3s all ease;
}
.gallery_items .gallery_item .desc .content_seo {
  margin-top: 0.5vw;
}
.gallery_items .gallery_item .desc a {
  text-decoration: underline;
}
.gallery_items .gallery_item .image_block {
  height: 23.125vw;
  display: block;
}
.gallery_items .gallery_item .image_block .image {
  background-size: contain;
}
.gallery_items .gallery_item .image_block .total {
  position: absolute;
  top: 1vw;
  right: 1vw;
  background-color: #000;
  color: #fff;
  padding: 0.5vw 1vw;
}
.gallery_items .gallery_item .image_block .total b {
  color: #fff;
  font-size: 1.5vw;
}
.gallery_items .gallery_item .image_block:hover .image {
  transform: translate(-50%, -50%) scale(1.1);
}

@media only screen and (max-width: 800px) {
  .gallery_items {
    margin-top: 10vw;
    grid-template-columns: 1fr;
    grid-row-gap: 7.5vw;
  }
  .gallery_items .gallery_item .image_block {
    height: 75vw;
  }
  .gallery_items .gallery_item .image_block .total {
    font-size: 3vw;
    top: 2vw;
    right: 2vw;
  }
  .gallery_items .gallery_item .image_block .total b {
    font-size: 4vw;
  }
  .gallery_items .gallery_item .desc {
    padding: 4vw;
  }
  .gallery_items .gallery_item .desc .doctor {
    font-size: 4vw;
    margin-bottom: 3vw;
  }
  .gallery_items .gallery_item .desc .doctor a {
    font-size: inherit;
  }
  .gallery_items .gallery_item .desc .doctor a img {
    display: none;
  }
  .gallery_items .gallery_item .desc .content_seo {
    margin-top: 1.5vw;
  }
}
.slider_block.container {
  width: 100%;
  padding-left: 7vw;
}
.slider_block .images_slider .slick-dots {
  bottom: -3vw;
}
.slider_block .images_slider .slider-arr {
  position: absolute;
  bottom: 0.4vw;
  left: 0;
  width: 4vw;
  height: 4vw;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider_block .images_slider .slider-arr:hover svg path {
  fill-opacity: 1;
}
.slider_block .images_slider .slider-arr svg {
  width: 40%;
  height: 40%;
}
.slider_block .images_slider .slider-arr svg path {
  fill: #fff;
  fill-opacity: 0.6;
}
.slider_block .images_slider .slider-arr.next {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  left: 4vw;
}
.slider_block .images_slider .slick-list {
  margin: 0 -2.5vw;
  padding-right: 15vw;
}
.slider_block .images_slider .slick-slide {
  margin: 0 2.5vw;
}
.slider_block .slider_item .image_block {
  height: 37.5vw;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 800px) {
  .slider_block.container {
    padding-left: 3.5vw;
  }
  .slider_block .images_slider .slider-arr {
    bottom: 1vw;
    width: 8vw;
    height: 8vw;
  }
  .slider_block .images_slider .slider-arr.next {
    left: 8vw;
  }
  .slider_block .images_slider .slick-dots {
    bottom: -7vw;
  }
  .slider_block .slider_item .image_block {
    height: 50vw;
  }
}
.contact_page .container {
  align-items: flex-start;
}
.contact_page .contact_item .details {
  width: 85%;
}
.contact_page .contact_details .col_title {
  font-size: 1.2vw;
  padding-left: 2vw;
  margin-bottom: 0.85vw;
}
.contact_page .contact_details .col_title:before {
  width: 1.2vw;
  background-color: #000;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
}
.contact_page .contact_details .item {
  width: 48%;
  margin-bottom: 2.5vw;
}
.contact_page .contact_details .item .messengers,
.contact_page .contact_details .item .contact_item {
  justify-content: flex-start;
}
.contact_page .left {
  width: 42vw;
}
.contact_page .left .section_heading {
  text-align: left;
}
.contact_page .right {
  width: 42.875vw;
  height: 30vw;
}

.contact_page_form form {
  padding: 0 10vw;
}
.contact_page_form form input {
  width: 47%;
}
.contact_page_form form textarea {
  width: 100%;
  height: 10vw;
  margin: 1.563vw 0;
}
.contact_page_form form .btn {
  font-weight: 600;
  width: 100%;
  justify-content: center;
}

@media only screen and (max-width: 800px) {
  .contact_page .contact_details .item {
    width: 100%;
    margin-bottom: 7vw;
  }
  .contact_page .contact_details .item .details {
    margin-left: 3vw;
  }
  .contact_page .contact_details .col_title {
    padding-left: 3vw;
    font-size: 4vw;
    margin-bottom: 3vw;
  }
  .contact_page .left {
    width: 100%;
  }
  .contact_page .right {
    margin-top: 10vw;
    width: 100%;
    height: 100vw;
  }

  .contact_page_form form {
    padding: 0;
  }
  .contact_page_form form input {
    width: 100%;
    margin-bottom: 4vw;
  }
  .contact_page_form form textarea {
    margin: 0 0 4vw;
    height: 30vw;
  }
  .contact_page_form form .btn {
    font-weight: 500;
  }
}
.service_page_content .container {
  align-items: flex-start;
  position: relative;
}
.service_page_content .container .content_seo {
  width: 75%;
}
.service_page_content .container .nav_services {
  position: sticky;
  top: 8vw;
  width: 23%;
  height: -moz-max-content;
  height: max-content;
}
.service_page_content .container .nav_services > li {
  border-bottom: 1px solid #C9C9C9;
}
.service_page_content .container .nav_services > li:first-child {
  border-top: 1px solid #C9C9C9;
}
.service_page_content .container .nav_services > li > a {
  padding: 0.6vw 1vw 0.6vw 0;
}
.service_page_content .container .nav_services > li > a.ho_child:before {
  display: none !important;
}
.service_page_content .container .nav_services > li > a:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 0.5vw;
  height: 0.65vw;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
  background-image: url("/img/menu_arr.svg");
  transition: 0.3s all ease;
}
.service_page_content .container .nav_services li:hover > a, .service_page_content .container .nav_services li.open > a {
  background-color: #000;
  color: #fff;
  padding: 0.6vw 1vw 0.6vw 0.75vw;
}
.service_page_content .container .nav_services li:hover > a:before, .service_page_content .container .nav_services li.open > a:before {
  right: 0.75vw;
  transform: translateY(-50%) rotate(90deg);
  background-image: url("/img/menu_arr_white.svg");
}
.service_page_content .container .nav_services li:hover ul, .service_page_content .container .nav_services li.open ul {
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 2;
}
.service_page_content .container .nav_services li a {
  position: relative;
  font-size: 1.15vw;
  display: block;
}
.service_page_content .container .nav_services li ul {
  border-top: 1px solid #C9C9C9;
  position: absolute;
  padding: 0.6vw 0 0.6vw 1.25vw;
  transition: 0s all ease-out;
}
.service_page_content .container .nav_services li ul li {
  margin-bottom: 0.2vw;
}
.service_page_content .container .nav_services li ul li a {
  font-size: 1.1vw;
}
.service_page_content .container .nav_services li ul li a.current, .service_page_content .container .nav_services li ul li a:hover {
  background-color: #fff;
  color: #000;
  padding: 0;
  text-decoration: underline;
}

.price_service_block .section_heading {
  margin-bottom: 0;
}
.price_service_block .price_items {
  margin-top: 0;
}

.faq_service_block .section_heading {
  margin-bottom: 0.5vw;
}
.faq_service_block .subtitle {
  font-size: 1.75vw;
}
.faq_service_block .price_items {
  margin-top: 1.75vw;
}

.team_service_block {
  margin-bottom: 5vw;
}
.team_service_block .team_items {
  margin-top: 1.75vw;
  display: block;
  grid-template-columns: none;
}
.team_service_block .team_items .slick-list {
  margin: 0 -2vw;
}
.team_service_block .team_items .slick-list .slick-slide {
  margin: 0 2vw;
}
.team_service_block .team_items .slick-dots {
  bottom: -3.5vw;
}
.team_service_block .team_items .slider-arr {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.team_service_block .team_items .slider-arr:hover svg path {
  fill-opacity: 1;
}
.team_service_block .team_items .slider-arr.prev {
  left: -40px;
}
.team_service_block .team_items .slider-arr.next {
  right: -40px;
}

.gallery_service_block .gallery_items {
  margin-top: 2.5vw;
}

.book_service_low {
  margin-top: 8.438vw;
}
.book_service_low .container {
  padding-top: 3.438vw;
  border-top: 6px solid #000;
  justify-content: center;
}
.book_service_low .container .left_part {
  padding-left: 5.625vw;
  width: 50%;
  border-right: 1px solid #C4C4C4;
}
.book_service_low .container .left_part .section_heading {
  margin-bottom: 0.5vw;
}
.book_service_low .container .left_part .subtitle {
  font-size: 1.5vw;
}
.book_service_low .container .left_part .btn {
  padding: 0 1.5vw;
  height: 3.25vw;
  margin-top: 1.563vw;
}
.book_service_low .container .left_part .btn:hover svg path {
  fill: #000;
}
.book_service_low .container .left_part .btn svg {
  margin-right: 0.75vw;
}
.book_service_low .container .right {
  width: 50%;
  padding-left: 6.938vw;
}
.book_service_low .container .right .contact_item {
  justify-content: flex-start;
  margin-bottom: 2vw;
}
.book_service_low .container .right .contact_item a {
  font-size: 1.4vw;
  margin-top: 0.1vw;
  display: inline-block;
}
.book_service_low .container .right .contact_item:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 800px) {
  .service_page_content .container .content_seo {
    width: 100%;
  }
  .service_page_content .container .nav_services {
    display: none;
  }

  .team_service_block {
    margin-bottom: 23vw;
  }
  .team_service_block .team_items .slick-list {
    padding-right: 15vw;
  }
  .team_service_block .team_items .slick-dots {
    bottom: -9vw;
  }

  .faq_service_block .subtitle {
    font-size: 3.5vw;
  }

  .book_service_low {
    margin-top: 15vw;
  }
  .book_service_low .container {
    padding-top: 6vw;
  }
  .book_service_low .container .left_part {
    width: 100%;
    border-right: none;
    padding-left: 0;
  }
  .book_service_low .container .left_part .subtitle {
    margin-top: 2vw;
    font-size: 4vw;
  }
  .book_service_low .container .left_part .btn {
    height: 12vw;
    margin-top: 4vw;
  }
  .book_service_low .container .left_part .btn svg {
    margin-right: 3vw;
  }
  .book_service_low .container .right {
    margin-top: 7vw;
    width: 100%;
    padding-left: 0;
  }
  .book_service_low .container .right .contact_item {
    margin-bottom: 4vw;
  }
  .book_service_low .container .right .contact_item .details {
    margin-left: 3vw;
  }
  .book_service_low .container .right .contact_item a {
    margin-top: 0.5vw;
    font-size: 5vw;
  }
}
.testims_slider {
  margin-top: 2.5vw;
}
.testims_slider ul.slick-dots {
  bottom: -3vw;
}
.testims_slider .slider-arr {
  top: 45%;
}
.testims_slider .slider-arr:hover svg path {
  fill-opacity: 1;
}
.testims_slider .slider-arr.prev {
  left: -3vw;
}
.testims_slider .slider-arr.next {
  right: -3vw;
}
.testims_slider .slick-list {
  margin: 0 -2vw;
}
.testims_slider .slick-list .slick-slide {
  margin: 0 2vw;
}

.testimonials_page .testims_slider {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 4vw;
  grid-row-gap: 2vw;
}
.testimonials_page .testims_slider .testim {
  padding-bottom: 2vw;
  border-bottom: 1px solid #C4C4C4;
}

.testim .name_block {
  margin-bottom: 1vw;
}
.testim .name_block .name {
  font-size: 1.3vw;
}
.testim .date {
  margin-top: 1vw;
  justify-content: flex-start;
}
.testim .date svg {
  width: 1.5vw;
  height: 1.5vw;
  margin-right: 0.75vw;
}

.total_rating_block {
  flex-direction: column;
  align-items: center;
  margin-top: 5vw;
}
.total_rating_block .rating {
  margin-bottom: 0.5vw;
}

.rating {
  width: 120px;
  height: 24px;
  position: relative;
  background-color: gray;
}

.rating progress.rating-bg {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  display: inline-block;
  height: 24px;
  width: 100%;
  color: orange;
}

.rating progress.rating-bg::-webkit-progress-value {
  background-color: orange;
}

.rating progress.rating-bg::-moz-progress-bar {
  background-color: orange;
}

.rating svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 800px) {
  .testims_slider {
    margin-top: 5vw;
  }
  .testims_slider .slider-arr {
    display: none !important;
  }

  .testimonials_page .testims_slider {
    grid-template-columns: 1fr;
    grid-row-gap: 6vw;
  }
  .testimonials_page .testims_slider .testim {
    padding-bottom: 6vw;
  }

  .testim .name_block {
    margin-bottom: 4vw;
  }
  .testim .name_block .name {
    font-size: 4.5vw;
  }
  .testim .date {
    margin-top: 4vw;
  }
  .testim .date svg {
    margin-right: 3vw;
    width: 4vw;
    height: 4vw;
  }

  .total_rating_block {
    margin-top: 10vw;
  }
  .total_rating_block .rating {
    margin-bottom: 2vw;
  }
}
.related_page_links {
  margin-top: 8.75vw;
  height: 5.313vw;
  margin-bottom: -6.25vw;
  border-top: 1px solid #C4C4C4;
  border-bottom: 1px solid #fff;
}
.related_page_links a {
  width: 50%;
  height: 100%;
  justify-content: center;
  font-size: 1.375vw;
  position: relative;
}
.related_page_links a:hover {
  background-color: #000;
  color: #fff;
}
.related_page_links a:hover svg path {
  fill: #fff;
}
.related_page_links a:first-child {
  border-right: 1px solid #C4C4C4;
}
.related_page_links a:first-child svg {
  left: 6.5vw;
}
.related_page_links a:last-child svg {
  right: 6.5vw;
}
.related_page_links a svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

footer {
  background-color: #000;
  margin-top: 6.25vw;
  padding: 3.438vw 0 1.125vw;
}
footer .container {
  align-items: flex-start;
}
footer p, footer a, footer b, footer span {
  color: #fff;
}
footer .col_title {
  font-size: 1.2vw;
  margin-bottom: 1vw;
}
footer ul.menu_links.alter_links {
  margin-top: 2vw;
}
footer ul.menu_links li {
  margin-bottom: 0.4vw;
  max-width: 20vw;
}
footer ul.menu_links li a {
  color: rgba(255, 255, 255, 0.8);
}
footer ul.menu_links li a:hover {
  color: #fff;
  text-decoration: underline;
}
footer .contacts_col .contact_item {
  justify-content: flex-start;
  margin-bottom: 1.563vw;
}
footer .contacts_col .contact_item .header_address {
  max-width: 15vw;
}
footer .contacts_col .contact_item.instagram .details a {
  font-size: 0.9vw;
  margin-top: 0.2vw;
  display: inline-block;
}
footer .contacts_col svg path {
  fill: #fff;
}
footer .logo_col .logo_link {
  position: relative;
}
footer .logo_col .logo_link img {
  width: 11.25vw;
}
footer .logo_col .logo_link p {
  position: absolute;
  bottom: 2.4vw;
  right: -2.6vw;
  margin-left: 0.5vw;
  padding-left: 1vw;
  font-size: 0.74vw;
  letter-spacing: 0.15vw;
  transition: 0.5s all ease;
}
footer .logo_col .col_title {
  margin-top: 2.188vw;
  font-size: 1.1vw;
}
footer .logo_col .messengers {
  justify-content: flex-start;
  margin-top: 1.563vw;
}
footer .logo_col .messengers a svg path {
  fill: #fff;
}
footer .rights_row {
  width: 100%;
  border-top: 1px solid #464646;
  padding-top: 1vw;
  position: relative;
}
footer .rights_row p, footer .rights_row a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9vw;
}
footer .rights_row .mid {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
footer .rights_row a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 800px) {
  .related_page_links {
    height: 10vw;
    margin-top: 17.5vw;
    margin-bottom: -20vw;
  }
  .related_page_links a {
    font-size: 3.5vw;
  }
  .related_page_links a svg {
    width: 5vw;
    height: 5vw;
  }
  .related_page_links a:first-child svg {
    left: 3.5vw;
  }
  .related_page_links a:last-child svg {
    right: 3.5vw;
  }

  footer {
    margin-top: 20vw;
    padding: 12.5vw 0 5vw;
  }
  footer ul.menu_links.alter_links {
    margin-top: 4vw;
  }
  footer ul.menu_links li {
    margin-bottom: 2.5vw;
    max-width: 100%;
  }
  footer .logo_col {
    margin-bottom: 10vw;
    width: 100%;
  }
  footer .logo_col .logo_link img {
    width: 55vw;
  }
  footer .logo_col .logo_link p {
    font-size: 3.2vw;
    letter-spacing: 0.75vw;
    bottom: 11.5vw;
    right: -10.5vw;
  }
  footer .logo_col .col_title {
    font-size: 4vw;
    margin-top: 3vw;
  }
  footer .logo_col ul.menu_links li a {
    font-size: 3vw;
  }
  footer .col_title {
    font-size: 4vw;
    margin-bottom: 4vw;
  }
  footer .menu_col {
    width: 100%;
    margin-bottom: 10vw;
  }
  footer .contact_item svg {
    width: 5vw;
    height: 5vw;
  }
  footer .contact_item .details {
    margin-left: 3vw;
  }
  footer .contacts_col {
    width: 100%;
  }
  footer .contacts_col .contact_item {
    margin-bottom: 4.5vw;
  }
  footer .contacts_col .contact_item .header_address {
    max-width: 100%;
  }
  footer .contacts_col .contact_item.instagram .details a {
    font-size: 4vw;
    margin-top: 1vw;
  }
  footer .rights_row {
    padding-top: 3vw;
    flex-direction: column;
  }
  footer .rights_row .mid {
    position: relative;
    left: 0;
    transform: translateX(0);
  }
  footer .rights_row p {
    margin-bottom: 1vw;
  }
  footer .rights_row p, footer .rights_row a {
    font-size: 3vw;
  }
}
