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: "Manrope", sans-serif;
}

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

body {
  background-color: #fff;
  font-family: "Manrope", sans-serif;
  position: relative;
  overflow-x: hidden;
  padding-top: 146px;
}

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

p {
  line-height: 120%;
  font-size: 16px;
  color: #747474;
}

a {
  text-decoration: none;
  transition: 0.3s all ease;
  color: #282828;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

strong {
  font-weight: bold;
}

.container {
  padding-left: 0;
  padding-right: 0;
  max-width: 1240px;
  margin: 0 auto;
  box-sizing: border-box;
}

span.gray {
  color: #84919A;
}

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: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #009fe3;
  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;
}

@-webkit-keyframes moveLine {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}

@keyframes moveLine {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
@-webkit-keyframes rotateImgBtn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes rotateImgBtn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes rotateWidgetPhone {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(20deg);
  }
  20% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(20deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes rotateWidgetPhone {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(20deg);
  }
  20% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(20deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes scaleBtnBorder {
  0% {
    transform: translate(-50%, -50%) scale(0.9);
    visibility: visible;
    opacity: 1;
  }
  80% {
    transform: translate(-50%, -50%) scale(1.5);
    visibility: hidden;
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.5);
    visibility: hidden;
    opacity: 0;
  }
}
@keyframes scaleBtnBorder {
  0% {
    transform: translate(-50%, -50%) scale(0.9);
    visibility: visible;
    opacity: 1;
  }
  80% {
    transform: translate(-50%, -50%) scale(1.5);
    visibility: hidden;
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.5);
    visibility: hidden;
    opacity: 0;
  }
}
@-webkit-keyframes pulse2 {
  0% {
    box-shadow: 0 0 0 0 rgba(40, 204, 254, 0.7);
  }
  70% {
    box-shadow: 0 0 0 35px rgba(40, 204, 254, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(40, 204, 254, 0);
  }
}
@keyframes pulse2 {
  0% {
    box-shadow: 0 0 0 0 rgba(40, 204, 254, 0.7);
  }
  70% {
    box-shadow: 0 0 0 35px rgba(40, 204, 254, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(40, 204, 254, 0);
  }
}
button.form_btn,
.book_btn {
  position: relative;
  overflow: hidden;
  border: none;
  color: #fff;
  background-color: #009fe3;
  height: 50px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding: 0 20px;
  box-shadow: 0 2px 17px rgba(97, 195, 217, 0.9);
}
button.form_btn span,
.book_btn span {
  color: #fff;
  font-size: 14px;
}
button.form_btn:hover,
.book_btn:hover {
  box-shadow: 0 12px 27px rgba(97, 195, 217, 0.9);
}
button.form_btn:before,
.book_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);
  -webkit-animation: 5s moveLine linear infinite;
          animation: 5s moveLine linear infinite;
}

h3.section_title {
  text-align: center;
  font-size: 35px;
  font-weight: bold;
}

p.section_subtitle {
  font-size: 18px;
  margin-top: 10px;
  text-align: center;
}

header {
  padding-top: 15px;
  position: fixed;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
  top: 0;
  left: 50%;
  width: 100%;
  z-index: 999;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 250%);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  transition: 0.3s all ease;
}
header.fixed {
  padding-top: 5px;
}
header.fixed .container.first {
  padding-bottom: 5px;
}
header.fixed .container .logo a img {
  width: 200px;
}
header.fixed .container .contact_col .icon {
  min-width: 35px;
  min-height: 35px;
}
header.fixed .container .contact_col .content p.desc {
  font-size: 12px;
}
header.fixed .container .btn-block a.book_btn {
  height: 40px;
}
header.fixed .container nav > ul > li > a {
  padding: 7px 20px;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 92vw;
}
header .container.first {
  transition: 0.3s all ease;
  padding-bottom: 15px;
}
header .container .logo a img {
  width: 260px;
  transition: 0.3s all ease;
}
header .container .contact_col {
  display: flex;
  align-items: center;
  max-width: 300px;
}
header .container .contact_col .icon {
  min-width: 40px;
  min-height: 40px;
  border-radius: 50%;
  margin-right: 15px;
  background-color: #009fe3;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 17px rgba(97, 195, 217, 0.9);
  transition: 0.3s all ease;
}
header .container .contact_col .icon img {
  width: 40%;
}
header .container .contact_col .content p.desc {
  font-size: 15px;
  color: #747474;
  line-height: 120%;
  transition: 0.3s all ease;
}
header .container .contact_col .content p.desc.time {
  margin-bottom: 2px;
}
header .container .contact_col .content a.phone {
  font-size: 17px;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
header .container .contact_col .content a.phone:hover {
  text-decoration: underline;
}
header .container .contact_col .content a.phone img {
  margin-right: 5px;
}
header .container .contact_col .content a.show_at_map {
  color: #009fe3;
  font-size: 13px;
  font-weight: bold;
  display: inline-block;
  border-bottom: 1px dotted #009fe3;
}
header .container .btn-block a img {
  width: 25px;
  margin-right: 10px;
}
header .container .burger-mobile {
  width: 40px;
  height: 30px;
  position: relative;
  cursor: pointer;
  display: none;
  z-index: 99999;
}
header .container .burger-mobile span {
  position: absolute;
  left: 0;
  width: 40px;
  height: 4px;
  display: inline-block;
  background-color: #009fe3;
  transition: 0.3s all ease;
}
header .container .burger-mobile span:first-child {
  top: 0;
}
header .container .burger-mobile span:nth-child(2) {
  transform: translateY(-50%);
  top: 50%;
}
header .container .burger-mobile span:last-child {
  bottom: 0;
}
header .container .burger-mobile.active span:first-child {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
header .container .burger-mobile.active span:nth-child(2) {
  left: 100%;
  opacity: 0;
  visibility: hidden;
}
header .container .burger-mobile.active span:last-child {
  transform: translateY(50%) rotate(-45deg);
  bottom: 50%;
}
header .container nav {
  width: 100%;
  position: relative;
}
header .container nav:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 4000px;
  background-color: rgba(0, 0, 0, 0.1);
}
header .container nav:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 4000px;
  background-color: rgba(0, 0, 0, 0.1);
}
header .container nav > ul {
  display: flex;
  justify-content: space-between;
}
header .container nav > ul > li {
  position: relative;
  z-index: 99999;
}
header .container nav > ul > li:first-child > a {
  padding: 10px 20px 10px 0;
}
header .container nav > ul > li.search-block {
  position: absolute;
  right: 5%;
  top: 53%;
  transform: translateY(-50%);
}
header .container nav > ul > li.search-block span.search-btn-show {
  cursor: pointer;
}
header .container nav > ul > li.search-block span.search-btn-show svg {
  width: 17px;
  height: 17px;
}
header .container nav > ul > li.search-block span.search-btn-show svg path {
  fill: #282828;
}
header .container nav > ul > li:hover > a {
  background-color: #009fe3;
  color: #fff;
}
header .container nav > ul > li:hover > a.has_child:before {
  border-top: 4px solid #fff;
}
header .container nav > ul > li > a {
  font-size: 18px;
  padding: 10px 20px;
  display: inline-block;
  font-weight: 600;
}
header .container nav > ul > li > a.has_child {
  position: relative;
}
header .container nav > ul > li > a.has_child:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 5px;
  top: 45%;
  border: 4px solid transparent;
  border-top: 4px solid #282828;
  transition: all 0.4s;
}
header .container nav > ul > li ul {
  position: absolute;
  transform: scale(0);
  top: -100%;
  left: 0;
  background-color: #009fe3;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  transition: 0.3s all ease;
  padding: 10px 0;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}
header .container nav > ul > li ul.lang_block {
  width: 100%;
}
header .container nav > ul > li ul li a {
  color: #fff;
  font-size: 18px;
  padding: 5px 20px;
  display: inline-block;
}
header .container nav > ul > li ul li a:hover {
  color: #000;
}
header .container nav > ul > li:hover ul {
  transform: scale(1);
  top: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

section.hero {
  margin-top: -15px;
}
section.hero .hero-slider p.slider-arr {
  position: absolute;
  top: 50%;
  cursor: pointer;
  transition: 0.3s all ease;
  z-index: 2;
  opacity: 0.5;
  transform: translateY(-50%);
  background-color: #009fe3;
  width: 30px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.hero .hero-slider p.slider-arr img {
  width: 50%;
}
section.hero .hero-slider p.slider-arr:hover {
  opacity: 1;
}
section.hero .hero-slider p.slider-arr.prev {
  left: 0;
}
section.hero .hero-slider p.slider-arr.next {
  right: 0;
}
section.hero .hero-slider .slider-item {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 60px;
  box-sizing: border-box;
  height: 650px;
}
section.hero .hero-slider .slider-item .img-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}
section.hero .hero-slider .slider-item .img-bg:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(196, 196, 196, 0) 100%);
}
section.hero .hero-slider .slider-item h2 {
  font-size: 50px;
  color: #fff;
}
section.hero .hero-slider .slider-item .desc {
  margin-top: 20px;
  margin-bottom: 40px;
  max-width: 500px;
}
section.hero .hero-slider .slider-item .desc p {
  font-size: 15px;
  line-height: 140%;
  font-weight: 500;
}
section.hero .hero-slider .slider-item .desc ul li {
  font-size: 15px;
  padding-left: 15px;
  font-weight: 500;
  line-height: 140%;
  position: relative;
  color: #747474;
}
section.hero .hero-slider .slider-item .desc ul li:before {
  content: "";
  position: absolute;
  top: 11.5px;
  left: 0;
  transform: translateY(-50%);
  height: 1px;
  width: 5px;
  background-color: #009fe3;
}
section.hero .hero-slider .slider-item a.book_btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
section.hero .hero-slider ul.slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
section.hero .hero-slider ul.slick-dots li {
  background-color: #009fe3;
  width: 10px;
  height: 10px;
  margin-right: 10px;
}
section.hero .hero-slider ul.slick-dots li:last-child {
  margin-right: 0;
}
section.hero .hero-slider ul.slick-dots li button {
  width: 20px;
  height: 20px;
}
section.hero .hero-slider ul.slick-dots li.slick-active button:before {
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 20px;
  height: 20px;
  border: 2px solid #69c0ac;
}

section.about {
  margin-top: 70px;
}
section.about h3.section_title {
  margin-bottom: 50px;
}
section.about .inner {
  display: flex;
  justify-content: space-between;
}
section.about .inner .left {
  width: 50%;
}
section.about .inner .left .about_desc p {
  font-size: 15px;
  margin-bottom: 10px;
}
section.about .inner .left .about_desc ul {
  margin-top: 15px;
}
section.about .inner .left .about_desc ul li {
  font-size: 14px;
  color: #000;
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative;
  font-weight: 100;
}
section.about .inner .left .about_desc ul li b {
  font-weight: bold;
}
section.about .inner .left .about_desc ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 12px;
  height: 12px;
  background-image: url("/img/v.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
section.about .inner .left .go-to-about-page {
  margin-top: 40px;
}
section.about .inner .right {
  width: 45%;
}
section.about .inner .right .about-slider {
  position: relative;
}
section.about .inner .right .about-slider p.slider-arr {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  background-color: #009fe3;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s all ease;
}
section.about .inner .right .about-slider p.slider-arr:hover {
  background-color: #fff;
}
section.about .inner .right .about-slider p.slider-arr img {
  width: 20%;
}
section.about .inner .right .about-slider p.slider-arr.prev {
  left: 10px;
}
section.about .inner .right .about-slider p.slider-arr.next {
  right: 10px;
}
section.about .inner .right .about-slider ul.slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
section.about .inner .right .about-slider ul.slick-dots li {
  background-color: #009fe3;
  width: 10px;
  height: 10px;
  margin-right: 10px;
}
section.about .inner .right .about-slider ul.slick-dots li:last-child {
  margin-right: 0;
}
section.about .inner .right .about-slider ul.slick-dots li button {
  width: 20px;
  height: 20px;
}
section.about .inner .right .about-slider ul.slick-dots li.slick-active button:before {
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 20px;
  height: 20px;
  border: 2px solid #69c0ac;
}
section.about .inner .right .about-slider .about-bg {
  height: 500px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 10px;
}

section.directions {
  margin-top: 50px;
}
section.directions.directions-page {
  margin-top: 100px;
}
section.directions.directions-page .container .items {
  justify-content: space-around;
}
section.directions .container .items {
  margin-top: 40px;
  display: grid;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
}
section.directions .container .items .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 200px;
  border-radius: 10px;
  padding: 0 20px;
  box-sizing: border-box;
  box-shadow: 0 7px 27px rgba(0, 0, 0, 0.17);
  position: relative;
  transition: 0.3s all ease;
}
section.directions .container .items .item:hover {
  box-shadow: inset 0 0 25px rgba(0, 159, 227, 0.8);
  transform: scale(1.05);
}
section.directions .container .items .item:hover .img:before {
  transform: scale(1.01);
}
section.directions .container .items .item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 15px;
  border: 1px solid #f3f3f5;
  transform: translate(-50%, -50%);
  width: calc(100% - 16px);
  height: calc(100% - 16px);
}
section.directions .container .items .item .left {
  width: 121px;
  height: 100px;
}
section.directions .container .items .item .left .img {
  height: 100%;
  width: 100%;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5px;
}
section.directions .container .items .item .right {
  width: 55%;
}
section.directions .container .items .item .right h3.title {
  font-weight: bold;
  font-size: 21px;
}
section.directions .container .items .item .right p.subtitle {
  margin-top: 10px;
  font-size: 14px;
}
section.directions .container .items .item.watch-all {
  display: flex;
  justify-content: center;
  box-shadow: none;
}
section.directions .container .items .item.watch-all a.title {
  font-size: 25px;
  font-weight: bold;
  text-decoration: underline;
}
section.directions .container .items .item.watch-all p.secondary {
  color: #000;
  font-size: 14px;
  margin: 0 0 20px;
}
section.directions .container .items .item.watch-all:hover {
  transform: scale(1);
}
section.directions .container .items .item.watch-all:before {
  display: none;
}
section.directions .container .items .item.watch-all .inner {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

section.services {
  margin-top: 75px;
}
section.services.services-page {
  margin-top: 150px;
}
section.services .container .services {
  margin-top: 40px;
  display: grid;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
}
section.services .container .services .service h4 {
  font-weight: bold;
  font-size: 22px;
  position: relative;
  padding-bottom: 10px;
}
section.services .container .services .service h4:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #009fe3;
}
section.services .container .services .service ul {
  margin-top: 20px;
}
section.services .container .services .service ul li {
  position: relative;
  margin-bottom: 10px;
}
section.services .container .services .service ul li.show p.desc {
  transform: scale(1);
  height: auto;
}
section.services .container .services .service ul li.show span {
  transform: rotate(180deg);
  top: 2px;
}
section.services .container .services .service ul li a {
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
}
section.services .container .services .service ul li a .img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -170px;
  width: 150px;
  height: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 5px;
  display: none;
  z-index: 999;
}
section.services .container .services .service ul li a:hover {
  text-decoration: underline;
}
section.services .container .services .service ul li a:hover .img {
  display: block;
}
section.services .container .services .service ul li span {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 7px;
  border: 5px solid transparent;
  border-top: 5px solid #282828;
  cursor: pointer;
  transition: 0.3s all ease;
}
section.services .container .services .service ul li p.desc {
  font-size: 14px;
  padding-right: 30px;
  transition: 0.3s all ease;
  transform: scale(0);
  height: 0;
}
section.services .container .services .service:nth-child(3) ul li .img, section.services .container .services .service:nth-child(6) ul li .img {
  left: -170px !important;
}

section.team {
  margin-top: 100px;
}
section.team .container .team-items,
section.team .container .team-slider {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
section.team .container .team-items .item,
section.team .container .team-slider .item {
  padding: 0 30px;
  box-sizing: border-box;
}
section.team .container .team-items .item a.doctor-img,
section.team .container .team-slider .item a.doctor-img {
  display: block;
  height: 300px;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
}
section.team .container .team-items .item .desc,
section.team .container .team-slider .item .desc {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.team .container .team-items .item p.name,
section.team .container .team-slider .item p.name {
  color: #000;
  font-size: 18px;
  width: 80%;
  text-align: center;
  font-weight: bold;
  margin: 20px 0 10px;
}
section.team .container .team-items .item p.position,
section.team .container .team-slider .item p.position {
  font-size: 14px;
}
section.team .container .team-items .item p.position.category,
section.team .container .team-slider .item p.position.category {
  margin-top: 10px;
}
section.team .container .team-items .item a.order_btn,
section.team .container .team-slider .item a.order_btn {
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 10px;
  border-bottom: 1px dashed #009fe3;
  color: #009fe3;
  font-size: 14px;
}
section.team .container .team-items p.slider-arr,
section.team .container .team-slider p.slider-arr {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}
section.team .container .team-items p.slider-arr img,
section.team .container .team-slider p.slider-arr img {
  width: 10px;
  opacity: 0.6;
}
section.team .container .team-items p.slider-arr:hover img,
section.team .container .team-slider p.slider-arr:hover img {
  opacity: 1;
}
section.team .container .team-items p.slider-arr.prev,
section.team .container .team-slider p.slider-arr.prev {
  left: 0;
}
section.team .container .team-items p.slider-arr.next,
section.team .container .team-slider p.slider-arr.next {
  right: 0;
}
section.team .container .team-items {
  display: grid;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
}
section.team .container .team-items .item {
  margin-bottom: 50px;
}
section.team .container .go-to-team-page {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

section.news {
  margin-top: 100px;
}
section.news .container .news-items {
  margin-top: 40px;
  display: grid;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
}
section.news .container .news-items .item a.img {
  display: block;
  height: 200px;
  background-color: #000;
  border-radius: 10px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
section.news .container .news-items .item a.img:hover {
  transform: scale(1.01);
  box-shadow: 0 0 15px 15px rgba(0, 0, 0, 0.1);
  background-position: bottom center;
}
section.news .container .news-items .item a.img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
section.news .container .news-items .item a.img .date {
  position: absolute;
  bottom: 15px;
  left: 20px;
  background-color: #69c0ac;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 5px;
}
section.news .container .news-items .item a.img .date img {
  margin-right: 5px;
  width: 15px;
}
section.news .container .news-items .item a.img .date span {
  font-size: 13px;
}
section.news .container .news-items .item h4 {
  margin-top: 20px;
  font-weight: bold;
}
section.news .container .news-items .item p.desc {
  margin-top: 10px;
  font-size: 13px;
}
section.news .container .news-items .item a.more {
  font-size: 13px;
  border-bottom: 1px dashed #009fe3;
  margin-top: 10px;
  display: inline-block;
  color: #009fe3;
}
section.news .container .go-to-news-page {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
section.news .container .go-to-news-page a.book_btn img {
  margin-right: 15px;
  width: 15px;
  -webkit-animation: 4s rotateImgBtn linear infinite;
          animation: 4s rotateImgBtn linear infinite;
}

footer {
  margin-top: 100px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 40px;
}
footer .container {
  display: flex;
  justify-content: space-between;
  max-width: 92vw;
}
footer .container .logo-block {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
footer .container .logo-block.terms {
  width: 22%;
}
footer .container .logo-block a.logo_link img {
  width: 160px;
}
footer .container .logo-block p.desc {
  margin-top: 20px;
  font-size: 13px;
}
footer .container .logo-block .right-links {
  display: flex;
  flex-direction: column;
}
footer .container .logo-block .right-links a {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 13px;
  color: #009fe3;
  text-decoration: underline;
}
footer .container .links-block p.title {
  color: #000;
  font-weight: bold;
}
footer .container .links-block ul li {
  margin-bottom: 10px;
}
footer .container .links-block ul li a {
  font-size: 18px;
}
footer .container .links-block ul li a:hover {
  color: #009fe3;
}
footer .container .contacts p.title {
  color: #000;
  font-weight: bold;
}
footer .container .contacts .phone-block {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
footer .container .contacts .phone-block p.title {
  font-size: 14px;
  text-decoration: underline;
  margin-bottom: 10px;
}
footer .container .contacts .phone-block a.phone {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-top: 5px;
}
footer .container .contacts .phone-block a.phone.email {
  margin-top: 15px;
}
footer .container .contacts .phone-block a.phone:hover {
  color: #009fe3;
}
footer .container .contacts .phone-block a.phone img {
  margin-right: 5px;
}
footer .container .contacts .contact_col {
  display: flex;
  align-items: center;
  max-width: 300px;
  margin-bottom: 15px;
}
footer .container .contacts .contact_col:first-child {
  margin-top: 0;
}
footer .container .contacts .contact_col .icon {
  min-width: 35px;
  min-height: 35px;
  border-radius: 50%;
  margin-right: 15px;
  background-color: #009fe3;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 17px rgba(97, 195, 217, 0.9);
}
footer .container .contacts .contact_col .icon img {
  width: 40%;
}
footer .container .contacts .contact_col .content a {
  display: block;
}
footer .container .contacts .contact_col .content p.title {
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 10px;
  color: #282828;
}
footer .container .contacts .contact_col .content p.desc {
  font-size: 13px;
  color: #747474;
  line-height: 120%;
}
footer .container .contacts .contact_col .content p.desc.time {
  margin-bottom: 2px;
}
footer .container .contacts .contact_col .content a.show_at_map {
  color: #009fe3;
  font-size: 13px;
  font-weight: bold;
  display: inline-block;
  border-bottom: 1px dotted #009fe3;
}
footer .rights {
  margin-top: 40px;
  background-color: #282828;
  padding: 20px 0;
}
footer .rights .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .rights .container .col p {
  font-size: 13px;
  color: #fff;
  line-height: 16px;
}
footer .rights .container .col a {
  line-height: 16px;
  color: #009fe3;
  font-size: 13px;
}
footer .rights .container .col:last-child {
  text-align: right;
}

@media only screen and (max-width: 1300px) {
  header .container nav > ul > li > a {
    font-size: 15px;
  }
  .container {
    width: 100%;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 1200px) {
  header .container.first .contact_col:nth-child(2) {
    display: none;
  }
  section.hero .container .hero-slider .slider-item {
    height: 520px;
  }
  section.about .inner .right .about-slider .about-bg {
    height: 400px;
  }
  section.hero .container .hero-slider .slider-item .desc {
    max-width: 400px;
  }
  section.services .container .services,
section.directions .container .items {
    grid-template-columns: 1fr 1fr;
  }
  footer .container {
    flex-flow: wrap;
  }
  footer .container .logo-block {
    width: 100%;
    margin-bottom: 40px;
  }
  header .container .logo a img {
    width: 180px;
  }
  header .container.first {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    padding-top: 10px;
    background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 250%);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  }
  header .container {
    max-width: 100%;
  }
  header .container .contact_col.col_time {
    display: none;
  }
  header .container .burger-mobile {
    display: block;
  }
  header .container.menu-container {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(180deg, #fff 0%, rgb(255, 255, 255) 250%);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    z-index: 9999;
    display: none;
  }
  header .container.menu-container.show {
    display: flex;
  }
  header .container.menu-container.show nav {
    top: 0;
  }
  header .container.menu-container nav {
    position: relative;
    top: 100px;
    transition: 0.3s all ease;
  }
  header .container.menu-container nav:before, header .container.menu-container nav:after {
    display: none;
  }
  header .container.menu-container nav > ul {
    flex-direction: column;
    align-items: center;
  }
  header .container.menu-container nav > ul > li:last-child > a.has_child {
    display: none;
  }
  header .container.menu-container nav > ul > li > a {
    font-size: 20px;
  }
  header .container.menu-container nav > ul > li > a:before {
    display: none;
  }
  header .container.menu-container nav > ul > li ul {
    display: none;
  }
  header .container.menu-container nav > ul > li ul.lang_block {
    display: flex;
    margin-top: 80px;
    justify-content: center;
    align-items: center;
    transform: translateY(-50%);
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    flex-direction: row;
  }
  header .container.menu-container nav > ul > li ul.lang_block li a {
    color: #282828;
  }
  header .container nav > ul > li.search-block {
    right: 49%;
    top: 108%;
  }
}
@media only screen and (max-width: 1000px) {
  body {
    padding-top: 120px;
  }
  section.hero .container .hero-slider .slider-item .img-bg:before {
    width: 100%;
  }
  footer .container .contacts,
footer .container .links-block {
    width: 45%;
    margin-bottom: 40px;
  }
  section.team .container .team-items {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 800px) {
  footer .container .logo-block.terms {
    width: 100%;
  }
  section.hero {
    margin-top: -25px;
  }
  section.hero .hero-slider .slider-item h2 {
    font-size: 26px;
    text-align: center;
  }
  section.hero .container .hero-slider .slider-item {
    padding-left: 10px;
    padding-right: 10px;
  }
  section.hero .container .hero-slider .slider-item .desc {
    max-width: 100%;
  }
  section.hero .container .hero-slider ul.slick-dots {
    left: 10px;
  }
  section.hero .container .hero-slider p.slider-arr.next,
section.hero .container .hero-slider p.slider-arr.prev {
    display: none !important;
  }
  html, body {
    overflow-x: hidden;
  }
  body {
    padding-top: 90px;
  }
  .container {
    padding: 0 20px;
  }
  header .container .contact_col .content p.title {
    display: none;
  }
  header .container .contact_col .content a.phone img {
    width: 10px;
  }
  header .container.first .btn-block a.book_btn {
    height: 30px;
    padding: 0 10px;
  }
  header .container.first .btn-block img {
    margin-right: 0;
    width: 15px;
  }
  header .container.first .btn-block span {
    display: none;
  }
  header .container .contact_col .content a.phone {
    font-size: 12px;
  }
  header .container .contact_col .content a.phone:last-child {
    margin-bottom: 0;
  }
  header .container .burger-mobile {
    width: 30px;
    height: 25px;
  }
  header .container .burger-mobile span {
    width: 30px;
  }
  header.fixed .container .logo a img,
header .container .logo a img {
    width: 100px;
  }
  h3.section_title {
    font-size: 30px;
  }
  p.section_subtitle {
    font-size: 16px;
  }
  section.services .container .services, section.directions .container .items {
    grid-template-columns: 1fr;
  }
  section.about .inner {
    flex-flow: wrap;
  }
  section.about .inner .left {
    width: 100%;
  }
  section.about .inner .left h3.section_title {
    max-width: 100%;
    font-size: 30px;
  }
  section.about .inner .right {
    width: 100%;
    margin-top: 50px;
  }
  section.news .container .news-items {
    grid-template-columns: 1fr;
  }
  footer .container .contacts {
    width: 100%;
  }
  footer .container .logo-block a {
    display: block;
    text-align: center;
  }
  footer .rights {
    padding: 10px 0;
    margin-top: 10px;
  }
  footer .rights .container {
    flex-flow: wrap;
  }
  footer .rights .container .col {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer .rights .container .col a, footer .rights .container .col p {
    font-size: 10px;
  }
  footer .rights .container .col a {
    margin-left: 5px;
  }
  section.team .container .team-items {
    grid-template-columns: 1fr;
  }
  section.services.services-page {
    margin-top: 70px;
  }
  header.fixed .container nav > ul > li > a {
    padding: 10px 20px;
  }
}
section.breadcrumbs {
  margin-top: 20px;
}
section.breadcrumbs .container {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 20px;
  border-radius: 10px;
}
section.breadcrumbs .container.bg-repeat {
  background-repeat: repeat;
  background-size: contain;
}
section.breadcrumbs .container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
section.breadcrumbs .container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.35) 50%, rgba(196, 196, 196, 0) 100%);
  border-radius: 10px;
}
section.breadcrumbs .container ol {
  position: relative;
  z-index: 2;
  display: flex;
  flex-flow: wrap;
}
section.breadcrumbs .container ol li {
  margin-right: 20px;
  position: relative;
}
section.breadcrumbs .container ol li:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -12px;
  width: 5px;
  height: 1px;
  background-color: #fff;
}
section.breadcrumbs .container ol li:last-child:before {
  display: none;
}
section.breadcrumbs .container ol li,
section.breadcrumbs .container ol li a {
  font-size: 14px;
  color: #fff;
}
section.breadcrumbs .container ol li a:hover {
  text-decoration: underline;
  color: #009fe3;
}
section.breadcrumbs.with-bg .container {
  padding-top: 30px;
  position: relative;
}
section.breadcrumbs.with-bg .container h1 {
  font-size: 35px;
  font-weight: 900;
  margin-top: 30px;
  margin-bottom: 50px;
  max-width: 50%;
  text-align: left;
  color: #fff;
  position: relative;
  z-index: 2;
}
section.breadcrumbs.with-bg.post {
  margin-bottom: 80px;
}
section.breadcrumbs.with-bg.post.no-bg {
  margin-bottom: 30px;
}
section.breadcrumbs.with-bg.post.no-bg .container {
  min-height: 0;
  padding-top: 0;
}
section.breadcrumbs.with-bg.post.no-bg .container:before, section.breadcrumbs.with-bg.post.no-bg .container:after {
  display: none;
}
section.breadcrumbs.with-bg.post.no-bg ol li {
  color: rgba(0, 0, 0, 0.7);
}
section.breadcrumbs.with-bg.post.no-bg ol li:before {
  background-color: rgba(0, 0, 0, 0.7);
}
section.breadcrumbs.with-bg.post.no-bg ol li a {
  color: rgba(0, 0, 0, 0.7);
}
section.breadcrumbs.with-bg.post.no-bg h1.post-title {
  min-width: 80%;
  color: #282828;
  margin-bottom: 0;
}
section.breadcrumbs.with-bg.post .container {
  min-height: 400px;
}
section.breadcrumbs.with-bg.post h1 {
  margin: 30px 0 20px;
}
section.breadcrumbs.with-bg.post h1.post-title {
  margin-bottom: 400px;
}
section.breadcrumbs.with-bg.post .desc-content {
  max-width: 40%;
  position: relative;
  z-index: 2;
  margin-bottom: 350px;
}
section.breadcrumbs.with-bg.post .desc-content p {
  color: #fff;
}
section.breadcrumbs.with-bg.post.direction-item {
  min-height: 420px;
}
section.breadcrumbs.with-bg.post.direction-item h1 {
  margin-bottom: 20px;
}
section.breadcrumbs.with-bg.post.direction-item .desc-content {
  max-width: 50%;
}
section.breadcrumbs.with-bg.post.direction-item .desc-content p {
  color: #fff;
}
section.breadcrumbs.with-bg.post.direction-item .bg-img img {
  height: 0 !important;
}

section.contact-page-contacts {
  margin-top: 20px;
}
section.contact-page-contacts .inner {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
section.contact-page-contacts .inner .left {
  width: 100%;
}
section.contact-page-contacts .inner .left h1 {
  font-size: 35px;
  text-decoration: underline;
  font-weight: bold;
}
section.contact-page-contacts .inner .left .contacts-block {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
section.contact-page-contacts .inner .left .contacts-block .col {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  width: 50%;
}
section.contact-page-contacts .inner .left .contacts-block .col p.title {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  text-decoration: underline;
  text-align: center;
  margin-bottom: 15px;
}
section.contact-page-contacts .inner .left .contacts-block .col .row {
  margin-top: 20px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
}
section.contact-page-contacts .inner .left .contacts-block .col .row.phones {
  flex-direction: column;
  align-items: center;
}
section.contact-page-contacts .inner .left .contacts-block .col .row.phones a {
  margin-bottom: 10px;
  font-size: 17px;
  display: flex;
  align-items: center;
}
section.contact-page-contacts .inner .left .contacts-block .col .row.phones a:hover {
  color: #009fe3;
  text-decoration: underline;
}
section.contact-page-contacts .inner .left .contacts-block .col .row.phones a img {
  margin-right: 5px;
}
section.contact-page-contacts .inner .left .contacts-block .col .row .icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #009fe3;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 17px rgba(97, 195, 217, 0.9);
  margin-bottom: 20px;
}
section.contact-page-contacts .inner .left .contacts-block .col .row .icon svg {
  width: 50%;
  height: 50%;
}
section.contact-page-contacts .inner .left .contacts-block .col .row .desc {
  width: 78%;
  text-align: center;
}
section.contact-page-contacts .inner .left .contacts-block .col .row .desc ul {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
section.contact-page-contacts .inner .left .contacts-block .col .row .desc ul li {
  margin-bottom: 10px;
}
section.contact-page-contacts .inner .left .contacts-block .col .row .desc ul li a {
  display: flex;
  align-items: center;
}
section.contact-page-contacts .inner .left .contacts-block .col .row .desc ul li a img {
  width: 25px;
  margin-right: 10px;
}
section.contact-page-contacts .inner .left .contacts-block .col .row .desc p {
  font-size: 16px;
}
section.contact-page-contacts .inner .left .contacts-block .col .row .desc a {
  font-size: 18px;
}
section.contact-page-contacts .inner .left .contacts-block .col .row .desc a:hover {
  color: #009fe3;
  text-decoration: underline;
}
section.contact-page-contacts .inner .right {
  width: 100%;
}
section.contact-page-contacts .inner .right p.address {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #000;
}
section.contact-page-contacts .inner .right iframe {
  border-radius: 10px;
}

section.contact-form {
  margin-top: 100px;
}
section.contact-form .form-container {
  border-radius: 10px;
  margin-top: 30px;
  display: flex;
  margin-left: 50px;
  margin-right: 50px;
  background-size: cover;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center center;
  justify-content: space-between;
}
section.contact-form .form-container .left {
  width: 30%;
}
section.contact-form .form-container .left .img {
  border-radius: 10px;
  display: block;
  position: relative;
  height: 400px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
section.contact-form .form-container .right {
  width: 62%;
  padding-right: 50px;
}
section.contact-form .form-container .right h3 {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 40px;
}
section.contact-form .form-container .right form .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
section.contact-form .form-container .right form .row input {
  width: 48%;
  height: 40px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  padding-left: 20px;
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 25px;
}
section.contact-form .form-container .right form .row input.tel {
  padding-left: 45px;
  background-image: url("/img/ua_flag.svg");
}
section.contact-form .form-container .right form .row input:focus {
  outline: none;
  border: 1px solid #009fe3;
}
section.contact-form .form-container .right form textarea {
  width: 100%;
  border-radius: 5px;
  height: 140px;
  box-sizing: border-box;
  padding: 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-family: "Manrope", sans-serif;
  color: #282828;
  margin-bottom: 10px;
}
section.contact-form .form-container .right form textarea:focus {
  outline: none;
  border: 1px solid #009fe3;
}
section.contact-form .form-container .right form .agree {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
}
section.contact-form .form-container .right form .agree button {
  width: 30%;
  cursor: pointer;
}
section.contact-form .form-container .right form .agree .agree-desc {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
section.contact-form .form-container .right form .agree .agree-desc input {
  width: 13px;
  height: 13px;
}
section.contact-form .form-container .right form .agree .agree-desc label {
  width: 95%;
  font-size: 12px;
  color: #747474;
}
section.contact-form .form-container .right form .agree .agree-desc label a {
  color: #009fe3;
  text-decoration: underline;
}

@media only screen and (max-width: 1300px) {
  section.breadcrumbs.with-bg.post {
    margin-left: 30px;
    margin-right: 30px;
  }
  section.breadcrumbs.with-bg.post .bg-img {
    height: 300px;
  }
}
@media only screen and (max-width: 1200px) {
  section.contact-form .form-container {
    background-position: center center;
    margin-left: 0;
    margin-right: 0;
  }
  section.contact-form .form-container .right {
    width: 63%;
  }
  section.contact-form .form-container .right form .row input {
    background-position: 5px center;
    padding-left: 38px;
  }
  section.contact-form .form-container .right form textarea {
    padding: 10px;
  }
}
@media only screen and (max-width: 1000px) {
  section.contact-page-contacts .inner {
    flex-flow: wrap;
  }
  section.contact-page-contacts .inner .left {
    width: 100%;
  }
  section.contact-page-contacts .inner .right {
    width: 100%;
  }
  section.contact-form .form-container .right {
    padding: 30px;
  }
  section.breadcrumbs {
    margin-top: 0;
  }
}
@media only screen and (max-width: 800px) {
  section.breadcrumbs .container ol li, section.breadcrumbs .container ol li a {
    font-size: 10px;
  }
  section.breadcrumbs.with-bg.post {
    margin-left: 0;
    margin-right: 0;
  }
  section.breadcrumbs.with-bg.post .container {
    min-height: 200px;
  }
  section.breadcrumbs.with-bg .container .desc-content {
    max-width: 70%;
  }
  section.breadcrumbs.with-bg .container .desc-content p {
    font-size: 12px;
  }
  section.breadcrumbs.with-bg .container .bg-img {
    right: 20px;
    height: 300px;
  }
  section.breadcrumbs.with-bg .container h1 {
    font-size: 25px;
    margin-bottom: 30px;
  }
  section.contact-form h3 {
    font-size: 25px;
  }
  section.contact-form .form-container {
    padding: 30px 20px;
  }
  section.contact-form .form-container .right form .row {
    flex-flow: wrap;
  }
  section.contact-form .form-container .right form .row input {
    width: 100%;
    margin-bottom: 15px;
  }
  section.contact-form .form-container .right form .row input:last-child {
    margin-bottom: 0;
  }
  section.contact-form .form-container .right form .agree {
    flex-flow: wrap;
  }
  section.contact-form .form-container .right form .agree .agree-desc,
section.contact-form .form-container .right form .agree button.form_btn {
    width: 100%;
  }
  section.contact-form .form-container .right form .agree .agree-desc {
    margin-top: 15px;
  }
  section.contact-page-contacts .inner .left .contacts-block {
    flex-flow: wrap;
  }
  section.contact-page-contacts .inner .left .contacts-block .col {
    width: 100%;
  }
  section.breadcrumbs.with-bg .container h1 {
    max-width: 100%;
  }
  section.contact-form .form-container .right {
    padding: 20px 10px;
  }
  section.breadcrumbs .container:before,
section.breadcrumbs .container:after {
    border-radius: 0;
  }
  section.breadcrumbs.with-bg.post.direction-item {
    min-height: 200px;
  }
  section.directions {
    margin-top: 70px;
  }
}
section.about.about-page .container .inner .right a.about-bg {
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 300px;
  border-radius: 10px;
  position: relative;
}
section.about.about-page .container .inner .right a.about-bg span.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  background-color: #009fe3;
  display: flex;
  transform: translate(-50%, -50%);
  align-items: center;
  -webkit-animation: pulse2 1.5s infinite;
          animation: pulse2 1.5s infinite;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s all ease;
}
section.about.about-page .container .inner .right a.about-bg span.play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
section.about.about-page .container .inner .right a.about-bg span.play-btn img {
  width: 40%;
}

section.clients-section {
  margin-top: 30px;
}
section.clients-section .section-heading .inner h2 {
  font-size: 25px;
}
section.clients-section .partners-slider {
  position: relative;
}
section.clients-section .partners-slider .slick-list {
  padding: 20px 2px;
}
section.clients-section .partners-slider span.item {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 120px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
section.clients-section .partners-slider span.item:first-child {
  margin-left: -2px;
}
section.clients-section .partners-slider span.item img {
  width: 60%;
  transition: 0.3s all ease;
  transform: scale(0.9);
}
section.clients-section .partners-slider span.item:hover {
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
}
section.clients-section .partners-slider span.item:hover img {
  transform: scale(1);
}
section.clients-section .partners-slider p.slider-arr {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  cursor: pointer;
}
section.clients-section .partners-slider p.slider-arr:hover svg path {
  stroke: red;
}
section.clients-section .partners-slider p.slider-arr {
  width: auto;
  height: auto;
  background-color: transparent;
  box-shadow: none;
}
section.clients-section .partners-slider p.slider-arr svg {
  width: 1vw;
  height: 2vw;
  transition: 0.3s all ease;
}
section.clients-section .partners-slider p.slider-arr:hover svg {
  transform: scale(1.1);
}
section.clients-section .partners-slider p.slider-arr:hover svg path {
  stroke: #69c0ac;
}
section.clients-section .partners-slider p.slider-arr.prev {
  left: -3vw;
}
section.clients-section .partners-slider p.slider-arr.next {
  right: -3vw;
}

section.second-row {
  margin-top: 100px;
}
section.second-row .inner {
  display: flex;
  justify-content: space-between;
}
section.second-row .inner .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 45%;
  height: 200px;
  border-radius: 10px;
  padding: 0 20px;
  box-sizing: border-box;
  box-shadow: 0 7px 27px rgba(0, 0, 0, 0.17);
  position: relative;
  transition: 0.3s all ease;
}
section.second-row .inner .item:hover {
  box-shadow: inset 0 0 25px rgba(0, 159, 227, 0.8);
  transform: scale(1.05);
}
section.second-row .inner .item:hover .img:before {
  transform: scale(1.01);
}
section.second-row .inner .item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 15px;
  border: 1px solid #f3f3f5;
  transform: translate(-50%, -50%);
  width: calc(100% - 16px);
  height: calc(100% - 16px);
}
section.second-row .inner .item .left {
  width: 151px;
  height: 150px;
  margin-right: 30px;
}
section.second-row .inner .item .left .img {
  height: 100%;
  width: 100%;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5px;
}
section.second-row .inner .item .right {
  width: 55%;
}
section.second-row .inner .item .right h3.title {
  font-weight: bold;
  font-size: 21px;
}
section.second-row .inner .item .right p.subtitle {
  margin-top: 10px;
  font-size: 14px;
}
section.second-row .inner .item.watch-all {
  display: flex;
  justify-content: center;
  box-shadow: none;
}
section.second-row .inner .item.watch-all a.title {
  font-size: 25px;
  font-weight: bold;
  text-decoration: underline;
}
section.second-row .inner .item.watch-all p.secondary {
  color: #000;
  font-size: 14px;
  margin: 0 0 20px;
}
section.second-row .inner .item.watch-all:hover {
  transform: scale(1);
}
section.second-row .inner .item.watch-all:before {
  display: none;
}
section.second-row .inner .item.watch-all .inner {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

section.about-photos {
  margin-top: 100px;
}
section.about-photos .slider-about-page {
  margin-top: 30px;
  position: relative;
}
section.about-photos .slider-about-page p.slider-arr {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}
section.about-photos .slider-about-page p.slider-arr:hover img {
  opacity: 1;
}
section.about-photos .slider-about-page p.slider-arr img {
  opacity: 0.5;
  transition: 0.3s all ease;
}
section.about-photos .slider-about-page p.slider-arr.prev {
  left: 20px;
}
section.about-photos .slider-about-page p.slider-arr.next {
  right: 20px;
}
section.about-photos .slider-about-page a {
  display: block;
  height: 600px;
  border-radius: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media only screen and (max-width: 800px) {
  section.second-row .inner {
    flex-flow: wrap;
  }
  section.second-row .inner .item {
    width: 100%;
    margin-bottom: 30px;
  }
  section.second-row,
section.about {
    margin-top: 50px;
  }
  section.second-row .inner {
    flex-flow: wrap;
  }
  section.second-row .inner .left, section.second-row .inner .right {
    width: 100%;
  }
  section.about-photos .slider-about-page a {
    height: 325px;
  }
}
section.news.news_page_posts {
  margin-top: 100px;
}

@media only screen and (max-width: 800px) {
  section.news.news_page_posts {
    margin-top: 75px;
  }
}
section.post-content .content.program-page-content {
  display: flex;
  align-items: flex-start;
  flex-flow: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
section.post-content .content.program-page-content .left {
  width: 30%;
}
section.post-content .content.program-page-content .right {
  width: 65%;
}
section.post-content .content.program-page-content .right ul {
  grid-template-columns: 1fr;
}
section.post-content .content p {
  font-size: 15px;
  margin: 20px 0;
  color: #242424;
}
section.post-content .content h2 {
  text-align: center;
  color: #009fe3;
  font-size: 18px;
  margin: 15px 0 10px;
}
section.post-content .content ul {
  display: grid;
  grid-column-gap: 30px;
  grid-row-gap: 5px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  margin: 30px 0;
}
section.post-content .content ul li {
  padding-left: 20px;
  font-size: 15px;
  color: #242424;
  position: relative;
  margin: 5px 0;
}
section.post-content .content ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  transform: translateY(-50%);
  width: 1px;
  height: 4px;
  left: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 9px solid #009fe3;
}
section.post-content .content a {
  color: #009fe3;
  text-decoration: underline;
}
section.post-content .post-page-inner {
  display: flex;
  justify-content: center;
}
section.post-content .post-page-inner .content {
  width: 100%;
}
section.post-content .post-page-inner .content img {
  max-width: 60% !important;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
}

@media only screen and (max-width: 1300px) {
  section.post-content .inner-padding {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 800px) {
  section.post-content .content.program-page-content {
    flex-direction: column-reverse;
  }
  section.post-content .content.program-page-content .left,
section.post-content .content.program-page-content .right {
    width: 100%;
  }
  section.post-content .content.program-page-content .left {
    margin-top: 20px;
  }
  section.post-content .content ul {
    grid-template-columns: 1fr 1fr;
  }
  section.post-content .inner-padding {
    padding: 0 20px;
  }
  section.post-content .post-page-inner {
    flex-flow: wrap;
  }
  section.post-content .post-page-inner .content {
    width: 100%;
  }
  section.post-content .post-page-inner .img {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  section.post-content .post-page-inner .content img {
    max-width: 100% !important;
  }
  section.post-content .content ul {
    grid-template-columns: 1fr;
  }
}
section.team_member_page {
  margin-top: 50px;
}
section.team_member_page .container .first-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.team_member_page .container .first-row .left {
  width: 50%;
  display: flex;
  justify-content: center;
}
section.team_member_page .container .first-row .left .img {
  width: 300px;
  border-radius: 20px;
  height: 350px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
section.team_member_page .container .first-row .left .img img {
  opacity: 0;
}
section.team_member_page .container .first-row .left .book-doctor-meeting {
  margin-top: 40px;
}
section.team_member_page .container .first-row .exp {
  width: 45%;
}
section.team_member_page .container .first-row .exp .row {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
section.team_member_page .container .first-row .exp .row .img {
  min-width: 40px;
  min-height: 40px;
  margin-right: 20px;
  background-color: #009fe3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.team_member_page .container .first-row .exp .row .img img {
  width: 15px;
}
section.team_member_page .container .first-row .exp .row .img img.position {
  width: 20px;
}
section.team_member_page .container .first-row .exp .row .text h1 {
  font-weight: bold;
  font-size: 35px;
}
section.team_member_page .container .first-row .exp .row .text p.title {
  font-weight: bold;
  color: #000;
  margin-bottom: 5px;
}
section.team_member_page .container .first-row .exp .row .text p.title.name {
  font-size: 25px;
}
section.team_member_page .container .first-row .exp .row .text .position p {
  font-weight: 400;
  font-size: 14px;
  color: #747474;
}
section.team_member_page .container .second-row {
  margin-top: 40px;
}
section.team_member_page .container .second-row h2 {
  color: #009fe3;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0 10px;
}
section.team_member_page .container .second-row ul {
  margin: 20px 0;
}
section.team_member_page .container .second-row ul li {
  padding-left: 20px;
  font-size: 15px;
  color: #242424;
  position: relative;
  margin: 5px 0;
}
section.team_member_page .container .second-row ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  transform: translateY(-50%);
  width: 1px;
  height: 4px;
  left: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 9px solid #009fe3;
}
section.team_member_page .container .second-row p {
  color: #242424;
  font-size: 14px;
  margin: 10px 0;
}

.modal-doctor {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.modal-doctor.show {
  z-index: 999999;
  visibility: visible;
  opacity: 1;
}
.modal-doctor.show .inner {
  top: 30%;
}
.modal-doctor .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: 700px;
  box-sizing: border-box;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  transition: 0.3s all ease;
}
.modal-doctor .inner span.close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 1.5vw;
  height: 1.5vw;
  cursor: pointer;
}
.modal-doctor .inner span.close-btn:hover:after, .modal-doctor .inner span.close-btn:hover:before {
  background-color: red;
}
.modal-doctor .inner span.close-btn:after, .modal-doctor .inner span.close-btn:before {
  position: absolute;
  left: 50%;
  content: "";
  height: 100%;
  width: 2px;
  background-color: #9f9f9f;
  transition: all 0.4s;
  border-radius: 3px;
}
.modal-doctor .inner span.close-btn:after {
  transform: rotate(-45deg);
}
.modal-doctor .inner span.close-btn:before {
  transform: rotate(45deg);
}
.modal-doctor .inner p.title {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #000;
}
.modal-doctor .inner form {
  margin-top: 20px;
}
.modal-doctor .inner form .row {
  display: flex;
  justify-content: space-between;
}
.modal-doctor .inner form .row input {
  width: 32%;
  height: 40px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 10px;
  box-sizing: border-box;
}
.modal-doctor .inner form .row input:focus {
  outline: none;
  border: 1px solid #009fe3;
}
.modal-doctor .inner form textarea {
  box-sizing: border-box;
  border-radius: 5px;
  margin-top: 10px;
  width: 100%;
  height: 100px;
  padding: 10px;
  font-family: "Manrope", sans-serif;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.modal-doctor .inner form textarea:focus {
  outline: none;
  border: 1px solid #009fe3;
}
.modal-doctor .inner form .btn-row {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.modal-doctor .inner form .btn-row button {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  cursor: pointer;
}
.modal-doctor .inner form .btn-row .agree {
  margin-left: 20px;
  display: flex;
}
.modal-doctor .inner form .btn-row .agree input {
  min-width: 12px;
  min-height: 12px;
  margin-right: 10px;
}
.modal-doctor .inner form .btn-row .agree label {
  font-size: 12px;
  cursor: pointer;
}
.modal-doctor .inner form .btn-row .agree label a {
  color: #009fe3;
  text-decoration: underline;
}

@media only screen and (max-width: 1200px) {
  section.team_member_page .container .first-row .left {
    width: 40%;
  }
  section.team_member_page .container .first-row .left .img {
    width: 250px;
    height: 370px;
  }
  section.team_member_page .container .first-row .exp {
    width: 55%;
  }
}
@media only screen and (max-width: 800px) {
  section.team_member_page .container .first-row .exp .row .text h1 {
    font-size: 25px;
  }
  section.team_member_page .container .first-row {
    flex-flow: wrap;
  }
  section.team_member_page .container .first-row .left {
    width: 100%;
    margin-bottom: 40px;
  }
  section.team_member_page .container .first-row .exp {
    width: 100%;
  }
  .modal-doctor .inner span.close-btn {
    width: 4vw;
    height: 4vw;
  }
  .modal-doctor .inner form .row {
    flex-flow: wrap;
  }
  .modal-doctor .inner form .row input {
    width: 100%;
    margin-bottom: 10px;
  }
  .modal-doctor .inner form .row input:last-child {
    margin-bottom: 0;
  }
  .modal-doctor .inner form .btn-row {
    flex-flow: wrap;
    width: 100%;
  }
  .modal-doctor .inner form .btn-row button.book_btn {
    min-width: 100%;
    box-sizing: border-box;
  }
  .modal-doctor .inner form .btn-row .agree {
    width: 100%;
    margin-top: 20px;
  }
  .modal-doctor .inner {
    width: 90%;
  }
  .modal-doctor.show .inner {
    top: 10%;
  }
}
.modal-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.modal-search.show {
  z-index: 999999;
  opacity: 1;
  visibility: visible;
}
.modal-search.show form {
  top: 50%;
}
.modal-search form {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 30px 20px 20px;
  border-radius: 5px;
  transition: 0.3s all ease;
}
.modal-search form span.search-btn-close-modal {
  position: absolute;
  top: 3px;
  right: 5px;
  cursor: pointer;
}
.modal-search form span.search-btn-close-modal svg {
  width: 13px;
  height: 13px;
}
.modal-search form input {
  padding: 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  font-size: 18px;
  font-weight: 100;
  width: 300px;
}
.modal-search form input:focus {
  border: 1px solid #009fe3;
}
.modal-search form button {
  position: absolute;
  top: 56%;
  right: 30px;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.modal-search form button:hover svg {
  transform: scale(1.3);
}
.modal-search form button svg {
  width: 20px;
  height: 20px;
  transition: 0.3s all ease;
}
.modal-search form button svg path {
  fill: #009fe3;
}

.modal-service {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.modal-service.show {
  z-index: 999999;
  opacity: 1;
  visibility: visible;
}
.modal-service.show .inner {
  top: 10%;
}
.modal-service .inner {
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
  padding: 30px;
  box-sizing: border-box;
  transition: 0.3s all ease;
}
.modal-service .inner span.close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 1.5vw;
  height: 1.5vw;
  cursor: pointer;
}
.modal-service .inner span.close:hover:after, .modal-service .inner span.close:hover:before {
  background-color: red;
}
.modal-service .inner span.close:after, .modal-service .inner span.close:before {
  position: absolute;
  left: 50%;
  content: "";
  height: 100%;
  width: 2px;
  background-color: #9f9f9f;
  transition: all 0.4s;
  border-radius: 3px;
}
.modal-service .inner span.close:after {
  transform: rotate(-45deg);
}
.modal-service .inner span.close:before {
  transform: rotate(45deg);
}
.modal-service .inner .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-service .inner .top img {
  width: 120px;
  border-radius: 10px;
}
.modal-service .inner .top p.title {
  color: #000;
  font-weight: 100;
  line-height: 130%;
  font-size: 16px;
  margin-left: 20px;
  text-align: left;
}
.modal-service .inner .top p.title b {
  font-weight: bold;
}
.modal-service .inner p.get-call {
  color: #000;
  font-weight: 100;
  font-size: 14px;
  margin-top: 10px;
}
.modal-service .inner p.get-call b {
  font-weight: bold;
}
.modal-service .inner p.get-call span {
  font-weight: bold;
  color: #009fe3;
}
.modal-service .inner form {
  margin-top: 10px;
}
.modal-service .inner form .input-group {
  margin-top: 5px;
}
.modal-service .inner form .input-group.agreement {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.modal-service .inner form .input-group.agreement input {
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.modal-service .inner form .input-group.agreement label {
  width: 90%;
}
.modal-service .inner form .input-group.agreement label a {
  color: #009fe3;
  text-decoration: underline;
}
.modal-service .inner form .input-group label {
  color: #747474;
  font-size: 12px;
  display: inline-block;
  margin-bottom: 5px;
}
.modal-service .inner form .input-group input,
.modal-service .inner form .input-group select {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  font-size: 13px;
  color: #000;
  font-family: "Manrope", sans-serif;
}
.modal-service .inner form .input-group input::-moz-placeholder, .modal-service .inner form .input-group select::-moz-placeholder {
  font-size: 13px;
  color: #222;
  font-family: "Manrope", sans-serif;
}
.modal-service .inner form .input-group input:-ms-input-placeholder, .modal-service .inner form .input-group select:-ms-input-placeholder {
  font-size: 13px;
  color: #222;
  font-family: "Manrope", sans-serif;
}
.modal-service .inner form .input-group input::placeholder,
.modal-service .inner form .input-group select::placeholder {
  font-size: 13px;
  color: #222;
  font-family: "Manrope", sans-serif;
}
.modal-service .inner form .input-group input:focus,
.modal-service .inner form .input-group select:focus {
  outline: none;
  border: 1px solid #009fe3;
}
.modal-service .inner form button {
  margin-top: 20px;
  width: 100%;
  cursor: pointer;
}

.modal-thx {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  background-color: rgba(0, 0, 0, 0.4);
  visibility: hidden;
  opacity: 0;
  z-index: -22;
}
.modal-thx.show {
  visibility: visible;
  opacity: 1;
  z-index: 999;
}
.modal-thx.show .inner {
  top: 50%;
}
.modal-thx .inner {
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  padding: 40px 30px 30px;
  box-sizing: border-box;
  transition: 0.3s all ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal-thx .inner span.close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 1.5vw;
  height: 1.5vw;
  cursor: pointer;
}
.modal-thx .inner span.close:hover:after, .modal-thx .inner span.close:hover:before {
  background-color: red;
}
.modal-thx .inner span.close:after, .modal-thx .inner span.close:before {
  position: absolute;
  left: 50%;
  content: "";
  height: 100%;
  width: 2px;
  background-color: #9f9f9f;
  transition: all 0.4s;
  border-radius: 3px;
}
.modal-thx .inner span.close:after {
  transform: rotate(-45deg);
}
.modal-thx .inner span.close:before {
  transform: rotate(45deg);
}
.modal-thx .inner img {
  width: 200px;
  border-radius: 10px;
}
.modal-thx .inner p.thx {
  text-align: center;
  color: #009fe3;
  font-size: 30px;
  font-weight: bold;
  margin: 20px 0 10px;
}

span.pop-up-btn {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  cursor: pointer;
  bottom: 40px;
  right: 40px;
  width: 100px;
  height: 100px;
  background-color: #69c0ac;
  border-radius: 50%;
  letter-spacing: 1px;
  transition: 0.3s all ease;
  z-index: 10;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}
span.pop-up-btn svg {
  width: 50%;
  height: 100%;
  -webkit-animation: 3s rotateWidgetPhone linear infinite;
          animation: 3s rotateWidgetPhone linear infinite;
}
span.pop-up-btn svg path {
  fill: #F4ECE6;
}
span.pop-up-btn:hover {
  transform: scale(1.1);
}
span.pop-up-btn:after, span.pop-up-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  transform: translate(-50%, -50%);
  height: 100px;
  border: 1px solid #69c0ac;
  border-radius: 50%;
  transition: 0.3s all ease;
  visibility: visible;
  opacity: 1;
  -webkit-animation: 3s scaleBtnBorder linear infinite;
  animation: 3s scaleBtnBorder linear infinite;
  z-index: -222;
}
span.pop-up-btn:before {
  -webkit-animation: 3s scaleBtnBorder ease-in infinite;
          animation: 3s scaleBtnBorder ease-in infinite;
}
span.pop-up-btn:after {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

@media only screen and (max-width: 1200px) {
  span.pop-up-btn:after, span.pop-up-btn:before,
span.pop-up-btn {
    width: 80px;
    height: 80px;
    right: 30px;
    bottom: 30px;
  }
}
@media only screen and (max-width: 1000px) {
  section.contact-form {
    margin-top: 75px;
  }
  section.contact-form .form-container .left {
    display: none;
  }
  section.contact-form .form-container .right {
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  .modal-service .inner form .input-group {
    display: flex;
    flex-direction: column;
  }
  .modal-service .inner form .input-group label,
.modal-service .inner form .input-group input {
    width: 100% !important;
  }
  .modal-service .inner span.close {
    width: 4vw;
    height: 4vw;
  }
  .modal-service .inner {
    width: 90%;
  }
  .modal-service .inner .top img {
    width: 100px;
  }
  .modal-service .inner form .input-group input, .modal-service .inner form .input-group select,
.modal-service .inner p.get-call,
.modal-service .inner .top p.title {
    font-size: 12px;
  }
  span.pop-up-btn:after, span.pop-up-btn:before,
span.pop-up-btn {
    width: 60px;
    height: 60px;
    right: 20px;
  }
}
section.price {
  margin-top: 75px;
}
section.price.price-page {
  margin-top: 150px;
}
section.price.price-page .container {
  box-sizing: border-box;
  padding-left: 80px;
  padding-right: 80px;
}
section.price .services {
  margin-top: 40px;
}
section.price .services > ul > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
section.price .services > ul > li .row {
  cursor: pointer;
  display: flex;
  background-color: #dcf2f9;
  padding: 20px 40px;
  justify-content: space-between;
  position: relative;
}
section.price .services > ul > li .row:before {
  content: "";
  position: absolute;
  top: 27px;
  right: 70px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top: 8px solid #282828;
  transition: all 0.4s;
  cursor: pointer;
}
section.price .services > ul > li .row a:hover {
  text-decoration: underline;
}
section.price .services > ul > li .row p {
  font-weight: 100;
  color: #000;
}
section.price .services > ul > li .row p.price-title {
  width: 30%;
}
section.price .services > ul > li ul {
  background-color: rgba(0, 0, 0, 0.03);
  display: none;
}
section.price .services > ul > li ul li {
  padding: 15px 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
}
section.price .services > ul > li ul li p {
  color: #000;
  font-weight: bold;
  font-size: 14px;
}
section.price .services > ul > li ul li p.price {
  width: 30%;
  font-size: 15px;
  color: #009fe3;
  display: flex;
  justify-content: space-between;
}
section.price .services > ul > li ul li p.price span.book_service_btn {
  font-weight: 300;
  font-size: 14px;
  border-bottom: 1px dashed #009fe3;
  display: inline-block;
  cursor: pointer;
}
section.price .services > ul > li.show .row:before {
  transform: rotate(180deg);
  top: 18px;
}
section.price .services > ul > li.show ul {
  display: block;
}

@media only screen and (max-width: 1000px) {
  section.price.price-page {
    margin-top: 70px;
  }
  section.price.price-page .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 600px) {
  section.price.price-page {
    margin-top: 40px;
  }
  section.price.price-page .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  section.price.price-page .container .services > ul > li .row {
    padding: 20px;
  }
  section.price.price-page .container .services > ul > li .row:before {
    right: 20px;
    border: 4px solid transparent;
    border-top: 6px solid #282828;
  }
  section.price.price-page .container .services > ul > li .row p,
section.price.price-page .container .services > ul > li .row a {
    font-size: 12px;
  }
  section.price.price-page .container .services > ul > li ul li {
    padding: 15px 20px;
  }
  section.price.price-page .container .services > ul > li ul li p {
    font-size: 12px;
  }
  section.price.price-page .container .services > ul > li ul li p.serv-name {
    width: 80%;
  }
  section.price.price-page .container .services > ul > li ul li p.price {
    font-size: 12px;
  }
  section.price.price-page .container .services > ul > li ul li p span.book_service_btn {
    display: none !important;
  }
}
section.our-partners {
  margin-top: 70px;
}
section.our-partners .items .item {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 70px;
  margin-bottom: 70px;
}
section.our-partners .items .item:last-child {
  border-bottom: none;
}
section.our-partners .items .item .left {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.our-partners .items .item .left .img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 200px;
  width: 300px;
}
section.our-partners .items .item .right {
  width: 40%;
}
section.our-partners .items .item .right h3 {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 20px;
}

@media only screen and (max-width: 800px) {
  section.our-partners .items .item {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  section.our-partners .items .item .left {
    width: 100%;
    margin-bottom: 30px;
  }
  section.our-partners .items .item .right {
    width: 100%;
  }
  section.our-partners .items .item .right .desc p {
    font-size: 14px;
  }
}
section.search-page {
  margin-top: 70px;
}
section.search-page .items {
  margin-top: 40px;
  display: grid;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
}
section.search-page .items .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 200px;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 0 7px 27px rgba(0, 0, 0, 0.17);
  position: relative;
  transition: 0.3s all ease;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  padding: 20px;
}
section.search-page .items .item:hover {
  box-shadow: inset 0 0 25px rgba(0, 159, 227, 0.8);
  transform: scale(1.05);
}
section.search-page .items .item:hover .img:before {
  transform: scale(1.01);
}
section.search-page .items .item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 15px;
  border: 1px solid #f3f3f5;
  transform: translate(-50%, -50%);
  width: calc(100% - 16px);
  height: calc(100% - 16px);
}
section.search-page .items .item .left {
  width: 121px;
  height: 100px;
}
section.search-page .items .item .left .img {
  height: 100%;
  width: 100%;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5px;
}
section.search-page .items .item .right {
  width: 55%;
}
section.search-page .items .item .right h3.title {
  font-weight: bold;
  font-size: 18px;
}

@media only screen and (max-width: 1100px) {
  section.search-page .items {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 800px) {
  section.search-page .items {
    grid-template-columns: 1fr;
  }
  .modal-search form {
    width: 90%;
    box-sizing: border-box;
  }
  .modal-search form input {
    width: 100%;
    box-sizing: border-box;
  }
  header .container nav > ul > li.search-block {
    right: 48%;
    top: 108%;
  }
  header .container nav > ul > li.search-block span.search-btn-show svg {
    width: 20px;
    height: 20px;
  }
}
section.programs {
  margin-top: 80px;
}
section.programs .container .items {
  display: grid;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
}
section.programs .container .items .item {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px;
  border-radius: 5px;
  transition: 0.3s all ease;
  margin-bottom: 30px;
}
section.programs .container .items .item:hover {
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}
section.programs .container .items .item:hover a.img {
  transform: scale(1.03);
}
section.programs .container .items .item a.img {
  display: block;
  height: 400px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
section.programs .container .items .item a.title {
  font-weight: bold;
  display: block;
  color: #009fe3;
  min-height: 80px;
  font-size: 20px;
  margin: 20px 0;
  text-align: center;
}
section.programs .container .items .item a.title:hover {
  text-decoration: underline;
}
section.programs .container .items .item .inner-2 {
  padding: 0 20px;
}
section.programs .container .items .item .inner-2 .price {
  margin: 20px 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 20px 0;
}
section.programs .container .items .item .inner-2 .price span {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  margin: 0 2px;
}
section.programs .container .items .item a.book_btn {
  margin: 0 auto 20px;
}

@media only screen and (max-width: 1000px) {
  section.programs .container .items {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 800px) {
  section.programs .container .items {
    grid-template-columns: 1fr;
  }
  section.programs .container .items .item a.title {
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
  }
}
