/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

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

body {
  line-height: 1;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

*,
*:before,
*:after {
  box-sizing: border-box;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after {
  clear: both;
}

html {
  font-size: 16px;
  font-weight: 400;
}

body {
  font-family: Gilroy, Arial, Tahoma, sans-serif;
  color: #102D57;
  background: #fff;
}

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

a:hover {
  text-decoration: none;
}

p {
  line-height: 158.5%;
}

.icon {
  display: inline-block;
  vertical-align: middle;
}

*,
*:active,
*:focus {
  outline: none !important;
}

::-webkit-input-placeholder {
  color: #464648;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #464648;
  opacity: 1;
}

::placeholder {
  color: #464648;
  opacity: 1;
}

.page {
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.main-content {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

strong {
  font-weight: 700;
}

.btn {
  display: inline-block;
  transition: all 0.3s ease-out;
  color: #fff;
  font-family: Gilroy, Arial, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 20px 50px;
  text-align: center;
  line-height: 1.2;
  border: none;
  background: #00AC47;
  box-shadow: 0px 4px 10px rgba(0, 172, 71, 0.24);
  border-radius: 23px;
}

.btn:hover {
  background: #008E3B;
}

button.btn {
  cursor: pointer;
  line-height: 1;
  font-family: Gilroy, Arial, Tahoma, sans-serif;
}

.call-mobile {
  display: none;
}

/* intro-section ==========================================*/

.intro-section {
  position: relative;
  z-index: 5;
  padding-bottom: 100px;
  margin-bottom: 50px;
}

.intro-corner {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
}

.intro-corner img {
  max-width: 100%;
  height: auto;
}

.intro-man {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
}

.intro-man-mobile {
  display: none;
}

.intro-width {
  max-width: 600px;
  padding-top: 29px;
}

.main-logo {
  display: inline-block;
}

.main-logo img {
  max-width: 100%;
  height: auto;
}

.intro-logo {
  margin-bottom: 115px;
}

h1 {
  font-weight: 800;
  font-size: 70px;
  line-height: 1.23;
  margin-bottom: 25px;
}

h1 span {
  position: relative;
  display: inline-block;
}

h1 span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 7px;
  background: #8CB3FA;
  border-radius: 6px;
}

.intro-desc {
  font-weight: 500;
  font-size: 34px;
  line-height: 126.2%;
  margin-bottom: 42px;
}

.intro-btn {
  margin-bottom: 64px;
}

.intro-video-link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 8px;
  text-align: left;
}

.intro-video-link:hover span {
  text-decoration: underline;
}

.intro-video-link .img-outer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 41px;
  width: 127px;
  height: 127px;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  border: 1px solid rgba(140, 179, 250, 0.2);
}

.intro-video-link .img-block {
  background: #FFFFFF;
  border: 6px solid rgba(140, 179, 250, 0.17);
  box-shadow: 0px 4px 22px rgba(140, 179, 250, 0.3);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 91px;
  width: 91px;
  border-radius: 50%;
  animation: pulse 1.2s infinite;
}

.intro-video-link span {
  font-weight: bold;
  font-size: 18px;
  line-height: 120%;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(140, 179, 250, 0.3);
  }

  60% {
    box-shadow: 0 0 4px 20px rgba(140, 179, 250, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(140, 179, 250, 0);
  }
}

/* about-section ==========================================*/

.about-section {
  position: relative;
  z-index: 4;
  margin-bottom: 116px;
}

.about-section .self-slogan {
  margin-bottom: 89px;
}

.about-bg {
  position: absolute;
  z-index: -1;
  left: 0;
  top: -29px;
}

.about-bg img {
  max-width: 100%;
  height: auto;
}

.self-slogan {
  text-align: center;
  font-weight: 300;
  font-size: 46px;
  line-height: 120%;
  color: rgba(0, 172, 71, 0.28);
  text-transform: uppercase;
  margin-bottom: 76px;
}

.about-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 125px;
}

.about-content .text {
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 124px;
}

.about-content h2 {
  margin-bottom: 0;
  text-align: left;
}

h2 {
  font-weight: 900;
  font-size: 36px;
  line-height: 126.2%;
  margin-bottom: 40px;
  text-align: center;
}

h2 span {
  font-weight: 500;
}

.about-counters {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -43px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.about-counters li {
  margin: 0 43px;
  position: relative;
}

.about-counters .circle {
  width: 239px;
  height: 239px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  position: relative;
  z-index: 2;
  padding-top: 22px;
}

.about-counters .number {
  font-size: 70px;
}

.about-counters p {
  font-size: 20px;
  line-height: 167.7%;
  text-transform: uppercase;
  color: #00AC47;
}

.about-counters .image {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.about-counters .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about-counters .note {
  position: absolute;
  bottom: -38px;
  left: 0;
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  line-height: 120%;
}

.about-description {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.about-description .img-block {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 67px;
}

.about-description .img-block img {
  max-width: 100%;
  height: auto;
}

.about-description h2 {
  text-align: left;
}

.about-description h3 {
  margin-bottom: 42px;
}

h3 {
  font-size: 18px;
  line-height: 120%;
  font-weight: 700;
}

/* clinic-around-section ==========================================*/

.clinic-around-section {
  margin-bottom: 42px;
  position: relative;
  z-index: 5;
}

.clinic-around-section .title-bg {
  font-weight: 900;
  font-size: 90px;
  color: rgba(232, 236, 249, 0.63);
  margin-bottom: -35px;
  text-align: center;
}

.clinic-around-section h2 {
  margin-bottom: 84px;
}

.clinic-around-list {
  margin: 0 -12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}

.clinic-around-list li {
  padding: 0 44px;
  width: 25%;
  margin-bottom: 45px;
}

.clinic-around-list .image {
  margin-bottom: 22px;
  height: 62px;
}

.clinic-around-list .image img {
  max-width: 100%;
  height: auto;
}

.clinic-around-list h3 {
  max-width: 217px;
  margin: 0 auto 15px;
  min-height: 43px;
}

/* reviews-section ==========================================*/

.reviews-section {
  margin-bottom: 126px;
}

.reviews-slider-outer {
  position: relative;
  z-index: 2;
}

.reviews-bg {
  position: absolute;
  z-index: -1;
  top: 14px;
  left: 50%;
  margin-left: -974px;
}

.js-slick .slick-dots {
  text-align: center;
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 11;
  top: 100%;
  width: 100%;
  margin-top: -3px;
}

.js-slick .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  text-indent: -9999px;
  background: transparent;
  border-radius: 50%;
  cursor: pointer;
  width: 6px;
  height: 6px;
  border: none;
  margin: 0 5px;
  background: rgba(86, 99, 122, 0.26);
  transition: background 0.3s ease-out;
}

.js-slick .slick-dots li:hover {
  background: #102D57;
}

.js-slick .slick-dots .slick-active {
  background: #102D57;
}

.reviews-slider {
  padding: 15px 0;
  margin-top: -29px;
  margin-bottom: 57px;
}

.reviews-slider .slick-list {
  margin: 0 -15px;
}

.reviews-slider .slick-track {
  display: -ms-flexbox;
  display: flex;
}

.reviews-slider-block {
  height: auto !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 29px;
  background: #FFFFFF;
  box-shadow: 0px 4px 15px rgba(140, 179, 250, 0.4);
  border-radius: 20px;
  margin: 15px;
  font-size: 16px;
}

.reviews-slider-block .rating {
  margin-bottom: 24px;
}

.reviews-slider-block .rating img {
  max-width: 100%;
  height: auto;
}

.reviews-slider-block p {
  max-width: 100%;
  margin-bottom: 24px;
}

.reviews-slider-block .author {
  line-height: 120%;
  font-weight: 700;
  color: #95A3BC;
  margin-top: auto;
}

.reviews-phone-outer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.reviews-phone-outer .line {
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 100%;
  width: 100%;
  left: 0;
  margin-top: -32px;
  text-align: center;
  transition: all 0.3s ease-out;
}

.reviews-phone-outer .line img {
  max-width: 100%;
  height: auto;
}

.reviews-phone-outer .arrow img {
  max-width: 100%;
  height: auto;
}

.reviews-phone {
  display: inline-block;
  padding: 0 44px;
  margin: 0 16px;
  color: rgba(140, 179, 250, 0.5);
  font-weight: 300;
  font-size: 50px;
  line-height: 120%;
  position: relative;
  z-index: 2;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.reviews-phone:hover .line {
  opacity: 0;
}

/* faq-section ==========================================*/

.faq-section {
  margin-bottom: 50px;
  position: relative;
  z-index: 5;
}

.btn-centered {
  text-align: center;
}

.faq-content {
  margin-bottom: 43px;
}

.faq-block {
  margin-bottom: 10px;
}

.faq-question {
  background: #FFFFFF;
  border: 1px solid #8CB3FA;
  box-sizing: border-box;
  box-shadow: 0px 4px 20px rgba(140, 179, 250, 0.29);
  border-radius: 20px;
  position: relative;
  padding: 29px;
  padding-right: 75px;
  cursor: pointer;
  transition: all 0.3s ease-out;
}

.faq-question:hover {
  border-color: #102D57;
  background: #FBFCFF;
}

.faq-question:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  right: 28px;
  background: url("../images/plus.svg") center no-repeat;
  background-size: 100% auto;
}

.faq-question.opened {
  color: #fff;
  background: #8CB3FA;
  border-color: #8CB3FA;
}

.faq-question.opened:after {
  background: url("../images/minus.svg") center no-repeat;
  background-size: 100% auto;
}

.faq-answer {
  background: #FBFCFF;
  box-shadow: 0px 4px 20px rgba(140, 179, 250, 0.29);
  border-radius: 20px;
  padding: 30px;
  background: #fff;
  display: none;
}

/* map-section ==========================================*/

.map-link {
  position: relative;
  display: block;
}

.map-image {
  height: 660px;
  width: 100%;
}

.map-image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  display: block;
}

.map-content {
  position: absolute;
  z-index: 5;
  bottom: 69px;
  left: 50%;
  margin-left: -240px;
  width: 480px;
  background: #FFFFFF;
  box-shadow: 0px 4px 22px rgba(140, 179, 250, 0.42);
  border-radius: 20px;
  text-align: center;
  padding: 40px;
  border: 1px solid transparent;
  transition: all 0.3s ease-out;
}

.map-content:hover {
  border-color: #8CB3FA;
}

.map-content h3 {
  margin-bottom: 10px;
}

/* footer ==========================================*/

footer {
  background: #fff;
  padding: 22px 0;
}

.footer-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-phone {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  margin: 0 88px;
}

.footer-phone img {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 9px;
}

.footer-privacy {
  color: #56637A;
  display: inline-block;
}

.footer-privacy:hover {
  text-decoration: underline;
}

/* ========================== MEDIA ================================= */

@media (min-width: 0) {
  .container {
    width: 100%;
  }
}

@media (min-width: 769px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 1020px) {
  .container {
    width: 1000px;
  }
}

@media (min-width: 1260px) {
  .container {
    width: 1230px;
  }
}

@media (max-width: 1599px) {
  .intro-man {
    left: 40%;
  }
}

@media (max-width: 1259px) {
  .intro-man {
    left: 38%;
  }

  .about-content .text {
    padding-left: 60px;
  }

  .about-counters {
    margin: 0 -16px;
  }

  .about-counters li {
    margin: 0 16px;
  }

  .intro-video-link .img-outer {
    margin-right: 30px;
  }

  .clinic-around-section .title-bg {
    margin-bottom: -30px;
    font-size: 80px;
  }

  .clinic-around-list {
    margin: 0 -20px;
  }

  .clinic-around-list li {
    padding: 0 20px;
  }

  .intro-corner {
    left: -50px;
    top: -50px;
  }
}

@media (max-width: 1019px) {
  .intro-section {
    padding-bottom: 0;
    margin-bottom: 90px;
  }

  .intro-logo {
    margin-bottom: 40px;
  }

  .intro-width {
    max-width: 430px;
  }

  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 30px;
  }

  .intro-desc {
    font-size: 25px;
  }

  .intro-video-link {
    max-width: 325px;
  }

  .intro-man img {
    width: 700px;
    height: auto;
  }

  .intro-btn {
    margin-bottom: 40px;
  }

  .self-slogan {
    font-size: 40px;
  }

  .about-section .self-slogan {
    margin-bottom: 60px;
  }

  .about-content {
    display: block;
    margin-bottom: 80px;
  }

  .about-content .text {
    padding-left: 0;
  }

  .about-content h2 {
    text-align: center;
  }

  .about-counters {
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 35px;
  }

  .about-counters .note {
    position: static;
    margin-top: 25px;
  }

  .about-counters .circle {
    width: 200px;
    height: 200px;
  }

  .about-counters .number {
    font-size: 58px;
  }

  .about-description .img-block {
    margin-right: 40px;
  }

  .about-description .img-block img {
    width: 223px;
  }

  .about-description h2 {
    margin-bottom: 20px;
  }

  .about-description h3 {
    margin-bottom: 30px;
  }

  .clinic-around-section .title-bg {
    font-size: 60px;
    margin-bottom: -20px;
  }

  .clinic-around-section h2 {
    margin-bottom: 65px;
  }

  .clinic-around-list li {
    width: 50%;
  }

  .self-slogan {
    margin-bottom: 60px;
  }

  .footer-phone {
    margin: 0 60px;
  }

  .about-bg {
    margin-left: -200px;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  .about-description {
    display: block;
    text-align: center;
  }

  .about-description .img-block {
    margin-right: 0;
    text-align: center;
    margin-bottom: 10px;
  }

  .about-description h2 {
    text-align: center;
  }

  .call-mobile {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: fixed;
    z-index: 99;
    right: 10px;
    top: 32%;
    height: 49px;
    width: 49px;
    box-shadow: 0px 23px 26px 8px rgba(140, 179, 250, 0.28);
    border-radius: 50%;
  }

  .intro-corner,
  .intro-man {
    display: none;
  }

  .intro-section {
    text-align: center;
    margin-bottom: 35px;
  }

  .intro-width {
    max-width: 100%;
    padding-top: 20px;
  }

  .intro-content {
    position: relative;
    z-index: 2;
    margin-bottom: 28px;
  }

  .intro-man-mobile {
    display: block;
    margin-left: 50%;
    position: relative;
    z-index: -1;
  }

  .intro-man-mobile:before {
    content: "";
    bottom: 100%;
    left: 0;
    width: 110vw;
    height: 700px;
    display: block;
    position: absolute;
    background: #F6F9FF;
    margin-left: -55vw;
  }

  .intro-man-mobile img {
    margin-left: -384px;
  }

  .main-logo img {
    max-width: 200px;
  }

  .intro-logo {
    margin-bottom: 25px;
  }

  h1 {
    font-size: 47px;
    margin-bottom: 20px;
  }

  .intro-desc {
    font-size: 20px;
    margin-bottom: 27px;
  }

  .btn {
    font-size: 15px;
  }

  .intro-btn {
    margin-bottom: 10px;
  }

  .intro-video-link .img-outer {
    border: none;
    width: 91px;
    height: 91px;
  }

  .intro-video-link {
    max-width: 290px;
  }

  .self-slogan {
    font-size: 30px;
  }

  .about-bg {
    display: none;
  }

  .about-section .self-slogan {
    margin-bottom: 40px;
  }

  h2 {
    font-size: 26px;
    margin-bottom: 32px;
  }

  .about-content {
    margin-bottom: 40px;
  }

  .about-section {
    margin-bottom: 60px;
  }

  .clinic-around-section {
    margin-bottom: 0;
  }

  .clinic-around-section .title-bg {
    font-size: 50px;
    line-height: 68.7%;
    margin-bottom: -5px;
  }

  .clinic-around-section h2 {
    margin-bottom: 42px;
  }

  .reviews-phone {
    font-size: 30px;
    padding: 0 10px;
  }

  .reviews-phone-outer .line {
    margin-top: -18px;
  }

  .reviews-section {
    margin-bottom: 80px;
  }

  h3 {
    font-size: 16px;
  }

  .faq-question {
    padding: 20px;
    padding-right: 55px;
  }

  .faq-question:after {
    right: 20px;
  }

  .faq-answer {
    padding: 20px;
  }

  .map-image {
    height: 330px;
  }

  .map-content {
    bottom: 20px;
    padding: 25px 20px;
    width: 340px;
    margin-left: -170px;
  }

  .footer-content {
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .footer-phone {
    margin: 21px 0;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 14px;
  }

  .main-logo img {
    max-width: 128px;
  }

  .intro-logo {
    margin-bottom: 16px;
  }

  h1 {
    font-size: 36px;
  }

  h1 span::after {
    height: 5px;
    bottom: 0;
  }

  .intro-video-link {
    max-width: 268px;
  }

  .intro-video-link span {
    font-size: 16px;
  }

  .self-slogan {
    font-size: 22px;
  }

  .about-section .self-slogan {
    margin-bottom: 30px;
  }

  h2 {
    font-size: 24px;
  }

  .about-content {
    margin-bottom: 30px;
  }

  .about-counters .circle {
    height: 140px;
    width: 140px;
  }

  .about-counters .number {
    font-size: 40px;
  }

  .about-counters p {
    font-size: 16px;
  }

  .about-counters .note {
    font-size: 14px;
    margin-top: 20px;
  }

  .clinic-around-section .title-bg {
    font-size: 40px;
  }

  .clinic-around-list {
    margin: 0 -10px;
  }

  .clinic-around-list li {
    padding: 0 10px;
  }

  .clinic-around-list h3 {
    min-height: 38px;
  }

  .self-slogan {
    margin-bottom: 50px;
  }

  .reviews-slider {
    margin-bottom: 40px;
  }

  .reviews-slider-block {
    padding: 30px;
  }

  .reviews-phone {
    font-size: 22px;
    padding: 0 5px;
  }

  .reviews-phone-outer .line {
    margin-top: -15px;
  }

  .reviews-phone-outer .arrow img {
    max-width: 60px;
  }

  .reviews-section {
    margin-bottom: 70px;
  }

  .reviews-bg {
    top: 0;
  }

  .btn {
    width: 100%;
  }
}