@font-face {
  font-family: 'Montserrat',sans-serif;
  src: url(../fonts/Montserrat-Regular.ttf);
}

@font-face {
  font-family: 'Roboto',sans-serif;
  src: url(../fonts/Roboto-Regular.ttf);
}

.content_block {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

.banner_top {
  background: url(../img/banner2.png) top/cover no-repeat, url(../img/banner.png) right no-repeat;
  height: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.text_banner h1 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 61px;
  text-transform: uppercase;
  color: #5FBDAA;
  margin-bottom: 17px;
}

.text_banner .subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 56px;
}

.text_banner .subtitle span {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  display: block;
  color: #ffff;
  background: -webkit-gradient(linear, left bottom, left top, from(#5FBDAA), to(#5FBDAA)), #5FBDAA;
  background: linear-gradient(0deg, #5FBDAA, #5FBDAA), #5FBDAA;
  border-radius: 10px 0px 0px 0px;
  padding: 10px 20px;
}

.text_banner .banner_text_content {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  max-width: 566px;
  width: 100%;
}

.about .title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 45px;
  line-height: 55px;
  color: #C4C4C4;
  text-transform: uppercase;
  margin-bottom: 60px;
}

.about .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.about .items .item_one {
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  background: #7557D4;
  border: 1px solid #C4C4C4;
  padding: 10px 20px;
  margin-top: -14px;
}

.about .items .list_item {
  margin-top: -14px;
}

.about .items .list_item span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  border: 1px solid #c4c4c4;
  padding: 10px 20px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  margin-bottom: 1rem;
}

.svg_two {
  margin-top: -17px;
}

.arrow_one {
  max-width: 131px;
}

.svg_three {
  margin-top: -81px;
}

.green_content {
  background: #F8F8F8;
  padding-left: 59px;
  padding-top: 128px;
  padding-bottom: 138px;
}

.green_content .title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 45px;
  line-height: 55px;
  text-transform: uppercase;
  color: #5FBDAA;
}

.green_content .list_item .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.green_content .list_item .item:nth-child(2) {
  margin-top: -0.5rem;
}

.green_content .list_item .item span {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 60px;
  line-height: 73px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1), 0px 24px 48px rgba(95, 189, 170, 0.2);
  margin-right: 36px;
  min-width: 36px;
}

.green_content .list_item .item p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(95, 189, 170, 0.5);
  border-radius: 4px;
  padding: 15px 30px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
}

.item_one {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  background: #EE734F;
  border: 1px solid #C4C4C4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  color: #FFFFFF;
  padding: 10px 20px;
}

.mt_section {
  margin-top: 138px;
  overflow-x: hidden;
}

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

.item_list_arrows span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  border: 1px solid #c4c4c4;
  padding: 10px 20px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  margin-bottom: 1rem;
}

.svg_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.svg_wrapper .svg_four {
  position: absolute;
}

.svg_wrapper .svg_five {
  position: absolute;
  top: 5px;
}

.svg_wrapper .svg_six {
  position: absolute;
  top: 5px;
}

.svg_wrapper .svg_seven {
  position: absolute;
  top: 5px;
}

.item_list_arrows span {
  margin: 0;
}

.item_list_arrows .time {
  margin-bottom: 84px;
}

.item_list_arrows .room {
  margin-bottom: 84px;
}

.item_list_arrows .doctor {
  margin-bottom: 1rem;
}

.components {
  margin-top: 100px;
  background: url(../img/0.jpg);
  padding-top: 127px;
  padding-bottom: 238px;
  position: relative;
}

.components .book {
  padding-right: 0;
}

.components .book_col {
  padding-left: 0;
}

.components .title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 45px;
  line-height: 55px;
  text-transform: uppercase;
  color: #C4C4C4;
  margin-bottom: 99px;
}

.components .subitle {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 240px;
  line-height: 200px;
}

.components .sub_content {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.components .sub_content p {
  font-family: 'Montserrat',sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 40px;
}

.components .sub_content span {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 26px;
}

.components .sub_content span:last-child {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}

.f-colum {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.link_items {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

.link_items a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

.link_items a:hover {
  text-decoration: none;
}

.link_items a span {
  font-family: 'Montserrat',sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  margin-top: 27px;
  display: block;
}

.link_items a:last-child {
  margin-right: 0;
}

.relative_group {
  position: relative;
}

.relative_group .poup_img {
  position: absolute;
  left: 42%;
  top: 60%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.relative_group .picker {
  margin-top: 37rem;
}

.relative_group .form {
  position: absolute;
  left: 30%;
  top: 30%;
}

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

.menu ul .title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #333333;
  margin-right: 42px;
}

.menu ul li {
  list-style: none;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  margin-right: 72px;
  position: relative;
}

.menu ul li::after {
  content: '';
  display: block;
  background: url(../img/arrow_down.png) center no-repeat;
  width: 10px;
  height: 6px;
  position: absolute;
  top: 42%;
  right: -21px;
}

.menu ul li .sub_menu {
  position: absolute;
  background: #ffff;
  width: 293px;
  padding: 17px 30px;
  top: 44px;
}

.menu ul li .sub_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
}

.menu ul li .sub_menu ul p {
  color: #5FBDAA;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 30px;
}

.menu ul li .sub_menu ul .orange {
  color: #EE734F;
}

.menu ul li .sub_menu ul .pink {
  color: #7557D4;
}

.menu ul li .sub_menu ul li {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 12px;
  margin-bottom: 1rem;
  color: #333333;
}

.menu ul li .sub_menu ul li::after {
  display: none;
}

.footer_banner {
  background: url(../img/bg_footer.png) center no-repeat;
  height: 1440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 184px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-size: cover;
}

.footer_banner span {
  width: 100%;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 50px;
  line-height: 61px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.add_link {
  background: -webkit-gradient(linear, left bottom, left top, from(#5FBDAA), to(#5FBDAA)), #FFFFFF;
  background: linear-gradient(0deg, #5FBDAA, #5FBDAA), #FFFFFF;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1), 0px 24px 48px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1), 0px 24px 48px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  width: 240px;
  height: 80px;
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 53%;
  top: 18%;
}

.add_link span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.add_link span::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/plus.png) center no-repeat;
  margin-right: 10px;
}

#svg_anim {
  width: auto;
}

@-webkit-keyframes animSvg {
  0% {
    transform: translateX(0) skewX(10deg);
    -webkit-transform: translateX(0) skewX(10deg);
    -moz-transform: translateX(0) skewX(10deg);
    -ms-transform: translateX(0) skewX(10deg);
    -o-transform: translateX(0) skewX(10deg);
  }
  100% {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    display: none;
  }
}

@keyframes animSvg {
  0% {
    transform: translateX(0) skewX(10deg);
    -webkit-transform: translateX(0) skewX(10deg);
    -moz-transform: translateX(0) skewX(10deg);
    -ms-transform: translateX(0) skewX(10deg);
    -o-transform: translateX(0) skewX(10deg);
  }
  100% {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    display: none;
  }
}

.w-full {
  position: relative;
  overflow-x: hidden;
}

.w-full .white_obj {
  position: absolute;
  background: #ffff;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  -webkit-animation-name: animSvg;
          animation-name: animSvg;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}

.logo_2 {
  display: none;
}

.descr_modile {
  display: none;
}

.descr_modile .about_mobile,
.descr_modile .tasks {
  padding: 0 15px;
}

.descr_modile .about_mobile .title,
.descr_modile .tasks .title {
  margin-bottom: 12px;
  font-family: 'Montserrat',sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #C4C4C4;
}

.descr_modile .about_mobile .descr,
.descr_modile .tasks .descr {
  font-family: 'Montserrat',sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #333333;
  margin-bottom: 35px;
}

.descr_modile .tasks .title {
  color: #5FBDAA;
  margin-bottom: 21px;
}

.descr_modile .tasks .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}

.descr_modile .tasks .item p {
  display: block;
  margin-bottom: 0;
  font-family: 'Montserrat',sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
}

.descr_modile .tasks .item span {
  display: block;
  min-width: 24px;
  font-family: 'Montserrat',sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #AFDED5;
}

.about_mobile {
  display: none;
}

.component_modile {
  display: none;
  padding-left: 15px;
}

.component_modile .title {
  font-family: 'Montserrat',sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #5FBDAA;
  margin-top: 41px;
  margin-bottom: 30px;
}

.component_modile .wrapper_word {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.component_modile .word_mini {
  margin-left: 41px;
}

.component_modile .word_mini p,
.component_modile .word_mini span {
  display: block;
}

.component_modile .word_mini p {
  font-family: 'Montserrat',sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  color: #333333;
}

.component_modile .word_mini span {
  font-family: 'Montserrat',sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 24px;
  color: #333333;
}

.component_modile .word_mini span:last-child {
  font-weight: bold;
  margin-top: 6px;
}

.wrapper_link_mini {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 50px;
}

.wrapper_link_mini a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
}

.wrapper_link_mini a img {
  max-width: 39.6px;
  width: 100%;
  margin-right: 20px;
}

.wrapper_link_mini a span {
  font-family: 'Montserrat',sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
}

.books_section {
  display: none;
  margin-left: -20px;
}

.footer_mini {
  display: none;
  height: 590px;
  background: url(../img/bg_footer.png) no-repeat;
  background-size: cover;
  padding-bottom: 56px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer_mini span {
  font-family: 'Montserrat',sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
}

.wrapper_map {
  min-width: 320px;
  margin-right: 5rem;
}

.svg_2 {
  height: 300px;
}


.col-2_custom {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-2_custom {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%}
.offset-4_custom {
  margin-left: 33.333333%
}

.col-6_custom {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%}

.offset-2_custom {
  margin-left: 16.666667%
}

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

.books_section .table-responsive{
  margin-bottom: 0;
}

.bg_mobile .table-responsive{
  border: none;
}

.row_custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.container-fluid_custom {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.d-flex {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
}
/*# sourceMappingURL=style.css.map */