﻿@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700&subset=latin,cyrillic);

@font-face {
    font-family: 'Museo Cyrillic';
  src: url("/fonts/MuseoCyrillic-100.eot");
  src: url("/fonts/MuseoCyrillic-100.eot?#iefix") format("embedded-opentype"), url("/fonts/MuseoCyrillic-100.woff2") format("woff2"), url("/fonts/MuseoCyrillic-100.woff") format("woff"), url("/fonts/MuseoCyrillic-100.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
    font-family: 'Museo Cyrillic';
  src: url("/fonts/MuseoCyrillic-700.eot");
  src: url("/fonts/MuseoCyrillic-700.eot?#iefix") format("embedded-opentype"), url("/fonts/MuseoCyrillic-700.woff2") format("woff2"), url("/fonts/MuseoCyrillic-700.woff") format("woff"), url("/fonts/MuseoCyrillic-700.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
    font-family: 'Museo Cyrillic';
  src: url("/fonts/MuseoCyrillic-900.eot");
  src: url("/fonts/MuseoCyrillic-900.eot?#iefix") format("embedded-opentype"), url("/fonts/MuseoCyrillic-900.woff2") format("woff2"), url("/fonts/MuseoCyrillic-900.woff") format("woff"), url("/fonts/MuseoCyrillic-900.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'Museo Cyrillic';
  src: url("/fonts/MuseoCyrillic-900Italic.eot");
  src: url("/fonts/MuseoCyrillic-900Italic.eot?#iefix") format("embedded-opentype"), url("/fonts/MuseoCyrillic-900Italic.woff2") format("woff2"), url("/fonts/MuseoCyrillic-900Italic.woff") format("woff"), url("/fonts/MuseoCyrillic-900Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
    font-family: 'Museo Cyrillic';
  src: url("/fonts/MuseoCyrillic-300Italic.eot");
  src: url("/fonts/MuseoCyrillic-300Italic.eot?#iefix") format("embedded-opentype"), url("/fonts/MuseoCyrillic-300Italic.woff2") format("woff2"), url("/fonts/MuseoCyrillic-300Italic.woff") format("woff"), url("/fonts/MuseoCyrillic-300Italic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
    font-family: 'Museo Cyrillic';
  src: url("/fonts/MuseoCyrillic-700Italic.eot");
  src: url("/fonts/MuseoCyrillic-700Italic.eot?#iefix") format("embedded-opentype"), url("/fonts/MuseoCyrillic-700Italic.woff2") format("woff2"), url("/fonts/MuseoCyrillic-700Italic.woff") format("woff"), url("/fonts/MuseoCyrillic-700Italic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
    font-family: 'Museo Cyrillic';
  src: url("/fonts/MuseoCyrillic-300.eot");
  src: url("/fonts/MuseoCyrillic-300.eot?#iefix") format("embedded-opentype"), url("/fonts/MuseoCyrillic-300.woff2") format("woff2"), url("/fonts/MuseoCyrillic-300.woff") format("woff"), url("/fonts/MuseoCyrillic-300.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
    font-family: 'Museo Cyrillic';
  src: url("/fonts/MuseoCyrillic-500.eot");
  src: url("/fonts/MuseoCyrillic-500.eot?#iefix") format("embedded-opentype"), url("/fonts/MuseoCyrillic-500.woff2") format("woff2"), url("/fonts/MuseoCyrillic-500.woff") format("woff"), url("/fonts/MuseoCyrillic-500.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
    font-family: 'Museo Cyrillic';
  src: url("/fonts/MuseoCyrillic-100Italic.eot");
  src: url("/fonts/MuseoCyrillic-100Italic.eot?#iefix") format("embedded-opentype"), url("/fonts/MuseoCyrillic-100Italic.woff2") format("woff2"), url("/fonts/MuseoCyrillic-100Italic.woff") format("woff"), url("/fonts/MuseoCyrillic-100Italic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}

@font-face {
    font-family: 'Museo Cyrillic';
  src: url("/fonts/MuseoCyrillic-500Italic.eot");
  src: url("/fonts/MuseoCyrillic-500Italic.eot?#iefix") format("embedded-opentype"), url("/fonts/MuseoCyrillic-500Italic.woff2") format("woff2"), url("/fonts/MuseoCyrillic-500Italic.woff") format("woff"), url("/fonts/MuseoCyrillic-500Italic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}

* {
    box-sizing: border-box;
}

html,
body {
    min-height: 100vh;
}

body {
    background: #f8f8f8;
    font-size: 14px;
    line-height: 1.4;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 400;
    color: #333333;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
.text-align-justify{
	text-align: justify;
}
ul,
ol {
    margin: 0;
    padding: 0;
}

img {
    vertical-align: top;
    width: 100%;
}

h1 {
    font-family: Roboto, Arial, sans-serif;
    font-size: 48px;
    text-transform: uppercase;
    margin-top: 78px;
    margin-bottom: 28px;
    text-align: center;
    color: #00bde6;
	font-weight:bold;
}
.slide_header,
h1,h2,
.dark-blue{
	color:#006ba0 !important;
}

h2 {
    font-family: Roboto, Arial, sans-serif;
    font-size: 36px;
    margin-top: 23px;
    margin-bottom: 19px;
    padding-bottom: 19px;
    text-align: left;
    color: #00bde6;
	font-weight:bold;
}

.container {
    max-width: 1260px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}

.container_mobile_nav {
    max-width: 1230px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.inner_page .main_header {
    position: relative;
}

.main_header {
    position: absolute;
    z-index: 10;
    width: 100%;
    padding-top: 9px;
}

.main_header .container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.site_logo {
    max-width: 284px;
    height: 100px;
}

.site_logo img {
    width: auto;
}

.user_action_stuff {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 17px;
    width: 100px;
}

.search_box_button {
    width: 19px;
    height: 19px;
    cursor: pointer;
}

.search_box_button path {
    transition: all 150ms ease-in-out;
    fill: #003f75;
}

.search_box_button:hover path {
    fill: #006ba0;
}

.search_box_button:active path {
    fill: #003f75;
}

.search_box {
    margin-right: 30px;
    position: relative;
}

.header_search_wrap_helper {
    position: absolute;
    right: 0;
    top: -18px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all 200ms ease-in-out;
}

.header_search_wrap::before {
    content: "";
    width: 19px;
    height: 19px;
    background-image: url(/img/icon_search.png);
    position: absolute;
    left: 9px;
    top: 10px;
}

.header_search {
    background: none;
    border: none;
    outline: none;
    background-color: #006ba0;
    font-size: 16px;
    height: 42px;
    width: 0;
    padding: 15px 38px;
    color: white;
    border-bottom: 2px solid #00bde6;
    font-family: inherit;
    transition: all 200ms ease-in-out;
}

.header_search::-webkit-input-placeholder {
    color: #b3dcff;
}

.header_search:-moz-placeholder {
    color: #b3dcff;
}

.header_search::-moz-placeholder {
    color: #b3dcff;
}

.header_search:-ms-input-placeholder {
    color: #b3dcff;
}

.lang_box {
    width: 22px;
    height: 14px;
    background-image: url(/img/icon_lang.png);
    background-position: center;
    cursor: pointer;
    transition: all 150ms ease-in-out;
}

.lang_box:hover {
    box-shadow: 0px 3px 0px 0px #006ba0;
}

.call_back {
    position: absolute;
    top: 11px;
    right: 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.call_back .tel {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    margin-right: 40px;
    letter-spacing: normal;
}

.close_header_search {
    position: absolute;
    right: 10px;
    top: 11px;
    cursor: pointer;
    width: 20px;
    height: 20px;
}

.close_header_search:hover span {
    background-color: #00bde6;
}

.close_header_search:active span {
    background-color: #003f75;
}

.close_header_search span {
    background-color: #fff;
    transition: all 150ms ease-in-out;
    width: 20px;
    height: 2px;
    position: absolute;
    top: 8px;
    left: 0;
}

.close_header_search span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close_header_search span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.main_footer {
    font-size: 18px;
    color: #fff;
    background-color: #003f75;
}

.footer_contacts {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: start;/*center;*/
    -ms-flex-align: start;/*center;*/
    align-items: start;/*center;*/
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 32px;
    padding-bottom: 29px;
    border-bottom: 1px solid #00bde6;
}

.footer_logo img {
    width: auto;
}

.footer_addr a, .footer_tel a {
    color: inherit;
    font-weight: 500;
    transition: all 150ms ease-in-out;
}

.footer_addr a:hover, .footer_tel a:hover {
    color: #00bde6;
}

.footer_addr a:active, .footer_tel a:active {
    color: #0092b3;
}

.footer_addr p {
    margin: 0;
}

.footer_tel span {
    font-weight: 500;
}

.footer_social a {
    color: inherit;
}

.footer_social > a {
    transition: all 150ms ease-in-out;
}

.footer_social > a:hover {
    color: #00bde6;
}

.footer_social > a:active {
    color: #0092b3;
}

.footer_social_row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    /*justify-content: space-between;*/
    justify-content: space-around;
}

.social_item {
    display: block;
    width: 30px;
    height: 30px;
    background-color: white;
    border-radius: 3px;
    transition: all 150ms ease-in-out;
}

.social_item:hover {
    border: 3px solid #00bde6;
}

.social_item:active {
    border: 3px solid #006ba0;
}

.social_item_fb {
    background-image: url(/img/icon_fb.png);
    background-position: center;
    background-size: 8px 14px;
    background-repeat: no-repeat;
}

.social_item_vk {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.social_item_vk svg {
    width: 18px;
    height: 9px;
    margin: auto;
}

.social_item_vk path {
    fill: #006ba0;
}

.social_item_in {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.social_item_in svg {
    width: 15px;
    height: 15px;
    margin: auto;
}

.social_item_in path {
    fill: #006ba0;
}

.social_item_gplus {
    background-image: url(/img/icon_google_plus.png);
    background-position: center;
    background-size: 16px 16px;
    background-repeat: no-repeat;
}

.social_item_youtube {
    background-image: url(/img/icon_youtube.png);
    background-position: center;
    background-size: 16px 16px;
    background-repeat: no-repeat;
}

.social_item_play {
    background-image: url(/img/icon_play.png);
    background-position: center;
    background-size: 10px 9px;
    background-repeat: no-repeat;
}

.social_item_instagram {
    background-image: url(/img/instagram-icon.png);
    background-position: center;
    background-size: 19px 19px;
    background-repeat: no-repeat;
}

.footer_callback {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.footer_nav {
    padding: 20px 0 35px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer_nav_list {
	min-width: 150px;
    list-style: none;
}

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

.footer_nav_list_item {
    margin-bottom: 6px;
}

.footer_nav_list_item a {
    color: #b3dcff;
    text-decoration: none;
    transition: all 150ms ease-in-out;
}

.footer_nav_list_item a:hover {
    color: #00bde6;
}

.footer_nav_list_item a:active {
    color: #0092b3;
}

.footer_nav_list_item.list_title {
    margin-bottom: 7px;
}

.footer_nav_list_item.list_title a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    pointer-events: none;
}

.footer_legal {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 59px;
    font-size: 16px;
}

.footer_legal a {
    color: inherit;
    transition: all 150ms ease-in-out;
}

.footer_legal a:hover {
    color: #00bde6;
}

.footer_legal a:active {
    color: #0092b3;
}

.dev_logo {
    width: 27px;
    height: 23px;
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
    margin-right: -4px;
    background-image: url(/img/icon_dev.png);
    background-position: center;
}

.contacts_form input[type="text"] {
    height: 46px;
    width: 100%;
    margin-bottom: 25px;
}

.contacts_form textarea {
    width: 100%;
    min-height: 180px;
    resize: none;
}

.field_group {
    position: relative;
}

.field_group.push_down {
    margin-bottom: 20px;
}

.field_label {
    font-size: 16px;
    color: #999;
    position: absolute;
    top: 12px;
    left: 30px;
    pointer-events: none;
    transition: all 200ms ease-in-out;
}

.txt_area {
    top: 20px;
    left: 30px;
}

.form_inputs {
    background-color: #f1f1f1;
    border: none;
    outline: none;
    border-bottom: 2px solid #00bde6;
    font-size: 16px;
    padding: 20px 30px 4px;
}

.call_form_wrap {
    position: fixed;
    top: 20px;
    width: 100%;
    z-index: 99;
    transition: all 200ms ease-in-out;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.call_form_wrap.is_hidden {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    transform: translateY(-200%);
}

.call_request {
    max-width: 693px;
    width: 100%;
    min-height: 418px;
    background-color: white;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
    padding: 20px;
    padding-bottom: 35px;
}

.call_request .field_group {
    margin-bottom: 25px;
}

.call_request .form_inputs {
    height: 46px;
    width: 388px;
}

.field_ok::after {
    content: "";
    width: 18px;
    height: 14px;
    background-image: url(/img/icon_field_ok.png);
    position: absolute;
    top: 14px;
    right: 10px;
}

.field_wrong::after {
    content: "";
    width: 14px;
    height: 14px;
    background-image: url(/img/icon_field_wrong.png);
    position: absolute;
    top: 15px;
    right: 10px;
}

.lightboxOverlay {
    background-color: rgba(0, 63, 117, 0.8);
    opacity: none;
}

.lb-data .lb-close {
    background: url(/img/gallery/close.png) top right no-repeat;
}

.lb-nav a.lb-prev {
    background: url(/img/gallery/prev.png) left 48% no-repeat;
}

.lb-nav a.lb-next {
    background: url(/img/gallery/next.png) right 48% no-repeat;
}

.btn {
    background: none;
    outline: none;
    border: none;
    display: inline-block;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.call_back_btn {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: normal;
    text-decoration: none;
    color: #003f75;
    border-bottom: 5px solid #00bde6;
    transition: all 100ms ease-in-out;
}

.call_back_btn:hover {
    color: #006ba0;
    border-color: #006ba0;
}

.call_back_btn:active {
    color: #003f75;
    border-color: #003f75;
}

.slide_btn {
    font-family: Roboto, Arial, sans-serif;
    font-size: 18px;
	font-weight:bold;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    padding: 12px 30px 8px;
    background-color: #f1f1f1;
    border-bottom: 4px solid #00bde6;
    transition: all 150ms ease-in-out;
	background:#00bde6;
}

.slide_btn:hover {
    background-color: #006ba0;
    color: #fff;
}

.slide_btn:active {
    background-color: #003f75;
    color: #fff;
}

.slide_down_btn {
    width: 46px;
    height: 46px;
    border: 3px solid #003f75;
    background-color: rgba(255, 255, 255, 0.5);
    transition: all 150ms ease-in-out;
}

.slide_down_btn:hover {
    background-color: #006ba0;
}

.slide_down_btn:hover path {
    fill: #fff;
}

.slide_down_btn:active {
    background-color: #003f75;
}

.slide_down_btn:active path {
    fill: #fff;
}

.slide_down_btn svg {
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    width: 18px;
    height: 18px;
}

.slide_down_btn path {
    fill: #003f75;
}

.btn_wide {
    background-color: #fff;
    border-bottom: 4px solid #00bde6;
    max-width: 385px;
    width: 100%;
    font-size: 24px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Roboto, Arial, sans-serif;
	font-weight:bold;
    color: #003f75;
    padding: 12px 47px 8px;
    transition: all 150ms ease-in-out;
}

.btn_wide:hover {
    background-color: #006ba0;
    color: #fff;
}

.btn_wide:active {
    background-color: #003f75;
}

.btn_normal {
    width: auto;
}

.contacts_subm_btn {
    padding: 11px 60px 12px;
    background-color: #006ba0;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    transition: all 150ms ease-in-out;
}

.contacts_subm_btn:hover {
    background-color: #00bde6;
}

.contacts_subm_btn:active {
    background-color: #003f75;
}

.contacts_subm_btn.incorrect {
    background-color: #cccccc;
    pointer-events: none;
}

.footer_call_back_btn {
    color: #fff;
    transition: all 150ms ease-in-out;
}

.footer_call_back_btn:hover {
    color: #00bde6;
    border-bottom-color: #00bde6;
}

.footer_call_back_btn:active {
    color: #0092b3;
    border-bottom-color: #0092b3;
}

.close_btn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    color: #006ba0;
    transition: all 150ms ease-in-out;
}

.close_btn:hover {
    color: #00bde6;
}

.close_btn:active {
    color: #003f75;
}

.btn_disabled {
    background-color: #ccc;
    cursor: auto;
}

.btn_disabled:hover {
    background-color: #ccc;
}

.btn_disabled:active {
    background-color: #ccc;
}

.main_slider {
    position: relative;
    background-color: #fff;
}

.main_slider .container_helper {
    position: absolute;
    width: 100%;
    top: 50%;
}

.main_slider .container {
    position: relative;
}

.swiper-slide {
    position: relative;
}
.swiper-wrapper .swiper-slide:first-child .slide_header{
    margin-top:  333px;/*271px;*/
}
.slide_header {
    text-align: center;
    font-size: 60px;/*80px;120px;*/
    font-family: Roboto, "Museo Cyrillic", Arial, sans-serif;
    font-weight: 500;
    color: #00bde6;
    /*text-shadow: 0 10px 10px rgba(3, 79, 117, 0.5);*/
    margin-bottom: -13px;
    margin-top:  299px;/*271px;*/
	line-height: .9;
}

#patient_counter {
	font-size: 100px;
}


.slide_desc {
    text-align: center;
    font-size: 36px;
    font-weight: 300;
    color: #003f75;
    margin-bottom: 55px;
}

.slide_btn_wrap,
.slide_down_btn_wrap {
    text-align: center;
}

.slide_btn_wrap {
    margin-bottom: 95px;
}

.slide_down_btn_wrap {
    margin-bottom: 70px;
}

.container_slider_nav {
    max-width: 1230px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.slider_nav {
    background-color: rgba(255, 255, 255, 0.8);
    position: relative;
}

.slider_nav_list {
    list-style: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 40px;
}

.nav_switch {
    font-family: "Museo Cyrillic", Arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    color: #999;
    transition: all 200ms ease-in-out;
}

.nav_switch.switch_active {
    color: #003f75;
    cursor: default;
}

.nav_switch.switch_active.switch_active_speed::before {
    content: "";
    position: absolute;
    height: 38px;
    width: 100%;
    left: 0;
    top: -35px;
    z-index: 10;
    background-image: url(/img/triangle_speed.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.nav_switch.switch_active.switch_active_doc::before {
    content: "";
    position: absolute;
    height: 38px;
    width: 100%;
    left: 0;
    top: -35px;
    z-index: 10;
    background-image: url(/img/triangle_doc.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.nav_switch.switch_active.switch_active_users::before {
    content: "";
    position: absolute;
    height: 38px;
    width: 100%;
    left: 0;
    top: -35px;
    z-index: 10;
    background-image: url(/img/triangle_users.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.nav_switch.switch_active.switch_active_ecology::before {
    content: "";
    position: absolute;
    height: 38px;
    width: 100%;
    left: 0;
    top: -35px;
    z-index: 10;
    background-image: url(/img/triangle_ecology.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.nav_switch.switch_active.switch_active_time::before {
    content: "";
    position: absolute;
    height: 38px;
    width: 100%;
    left: 0;
    top: -35px;
    z-index: 10;
    background-image: url(/img/triangle_time.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.nav_switch.switch_active.switch_active_patient::before {
    content: "";
    position: absolute;
    height: 38px;
    width: 100%;
    left: 0;
    top: -35px;
    z-index: 10;
    background-image: url(/img/triangle_patient.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
}

#patient_counter {width: 100%; text-align: left; margin-left: 20%; }

.nav_switch:hover:not(.switch_active) {
    cursor: pointer;
    color: #00bde6;
}

.main_slider_button_prev,
.main_slider_button_next {
    width: 31px;
    height: 70px;
    position: absolute;
    top: 50%;
    margin-top: -54px;
    cursor: pointer;
    z-index: 10;
    -webkit-filter: drop-shadow(0 2px 0 #fff);
    filter: drop-shadow(0 2px 0 #fff);
}

.main_slider_button_prev path,
  .main_slider_button_next path {
    transition: all 150ms ease-in-out;
    fill: #003f75;
}

.main_slider_button_prev:hover path,
  .main_slider_button_next:hover path {
    fill: #006ba0;
}

.main_slider_button_prev:active path,
  .main_slider_button_next:active path {
    fill: #00bde6;
}

.main_slider_button_prev {
    left: 16px;
}

.main_slider_button_next {
    right: 16px;
}

.main_slider_button_next.swiper-button-disabled,
.main_slider_button_prev.swiper-button-disabled {
    pointer-events: none;
}

.main_slider_button_next.swiper-button-disabled path,
  .main_slider_button_prev.swiper-button-disabled path {
    fill: #D5D6D6;
}

.main_slider .swiper-slide {
    height: 716px;
}

.main_slider .swiper-slide.without_btn .slide_desc {
    margin-bottom: 200px;
}

.main_slider .swiper-slide.slide_doc {
   /* background-image: url(/img/slide_doc_img.jpg);*/
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

#doc_counter {width: 100%; text-align: left; margin-left: 22%; }

.main_slider .swiper-slide.slide_users {
    /*background-image: url(/img/slide_screen_img.jpg);*/
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.main_slider .swiper-slide.slide_ecology {
    /*background-image: url(/img/slide_ecology_img.jpg);*/
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.main_slider .swiper-slide.slide_ecology .slide_desc {
    color: #fff;
}

.main_slider .swiper-slide.slide_time {
    /*background-image: url(/img/slide_time_img.jpg);*/
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.main_slider .swiper-slide.slide_time .slide_desc {
    color: #000;
}

.main_slider .swiper-slide.slide_patient {
    /*background-image: url(/img/slide_patient_img.jpg);*/
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.main_slider .swiper-slide.slide_patient .slide_desc {
    color: #fff;
}

.bg_video {
/*	border-top: 1px #006ba0 solid;*/
    position: absolute;
    z-index: 1;
    min-width: 426px;
    min-height: auto;
    width: 426px;
    height: auto;
    overflow: hidden;
    top: 77%;
    left: 33%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
}

#skrollr-body {
    float: left;
    width: 100%;
    height: 100%;
}

.overflow::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 63, 117, 0.8);
    z-index: 15;
    transition: all 200ms ease-in-out;
}

.overflow.is_hidden::before {
    visibility: hidden;
    opacity: 0;
}

.header_nav {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.header_nav_list {
    list-style: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 100px;
    margin-right: 0;
}

.header_nav_list_item {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: #003f75;
    position: relative;
}

.header_nav_list_item.has_no_inner_menu:hover {
    color: #006ba0;
}

.header_nav_list_item::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 52px 0 0 12px;
    border-color: transparent transparent transparent #006ba0;
    position: absolute;
    top: 0;
    right: -12px;
    visibility: hidden;
    opacity: 0;
}

.header_nav_list_item:hover:not(.has_no_inner_menu) {
    background-color: #006ba0;
    color: #00bde6;
}

.header_nav_list_item:hover:not(.has_no_inner_menu)::after {
    visibility: visible;
    opacity: 1;
}

.header_nav_list_item:hover:not(.has_no_inner_menu) .header_inner_nav {
    display: block;
}

.header_nav_list_item a {
    text-decoration: none;
    color: inherit;
    display: block;
    padding: 15px 8px 12px 20px;
    transition: color 150ms ease-in-out;
}

.header_inner_nav {
    display: none;
    list-style: none;
    position: absolute;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    background-color: #006ba0;
    color: #fff;
    padding: 15px 0;
}

.header_inner_nav a {
    padding: 19px 30px 14px;
    transition: all 150ms ease-in-out;
}

.header_inner_nav.align_right {
    left: 0;
}

.header_inner_nav_item {
    transition: all 150ms ease-in-out;
}

.header_inner_nav_item:hover {
    background-color: #00bde6;
}

.header_inner_nav_item:hover a {
    color: #003f75;
}

.about_cards {
    list-style: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.about_cards_item {
    width: 325px;
    margin-bottom: 72px;
}

.about_cards_item:nth-child(2n+1) {
    margin-right: 92px;
}

.about_cards_item:nth-child(2n) {
    margin-left: 92px;
}

.about_cards_item .item_logo {
    text-align: center;
    margin-bottom: 25px;
    min-height: 78px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.about_cards_item .item_logo img {
    width: auto;
    text-align: center;
    margin: auto;
}

.about_cards_item .item_desc {
    text-align: center;
    font-weight: 400;
    font-size: 24px;
    color: #006ba0;
}

.laptop_text_slider_wrapper .swiper-slide {
    visibility: hidden !important;
    opacity: 0 !important;
    transition: all 600ms ease-in-out;
}

.laptop_text_slider_wrapper .swiper-slide.swiper-slide-active {
    visibility: visible !important;
    opacity: 1 !important;
}

.laptop_slider_wrapper {
    position: relative;
}

.laptop_slider_wrapper .swiper-slide {
    text-align: center;
    margin-top: 30px;
}

.laptop_slider_wrapper .swiper-slide img {
    width: auto;
}

.laptop_slide_prev,
.laptop_slide_next {
    width: 24px;
    height: 55px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 10;
}

.laptop_slide_prev path,
  .laptop_slide_next path {
    transition: all 150ms ease-in-out;
    fill: #003f75;
}

.laptop_slide_prev:hover path,
  .laptop_slide_next:hover path {
    fill: #006ba0;
}

.laptop_slide_prev:active path,
  .laptop_slide_next:active path {
    fill: #00bde6;
}

.laptop_slide_prev {
    left: -76px;
}

.laptop_slide_next {
    right: -76px;
}

.news_list_item {
    width: 384px;
    border-radius: 5px;
    background-color: #fff;
    min-height: 400px;
    position: relative;
}

.news_list_item:hover {
    box-shadow: 0 10px 15px #006ba0;
}

.news_list_item:hover .new_overflow {
    visibility: visible;
    opacity: 1;
}

.news_list_item:active .overflow_label {
    color: #78d7eb;
}

.news_list_item:active .new_overflow {
    background-color: rgba(0, 63, 117, 0.7);
}

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

.news_list_item span {
    display: block;
}

.news_list_item .new_image {
    margin-bottom: 24px;
}

.news_list_item .new_image img {
	width:100%;
	height:auto;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-khtml-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.news_list_item .new_overflow {
    position: absolute;
    width: 100%;
    height: 213px;
    border-radius: 5px 5px 0 0;
    top: 0;
    left: 0;
    background-color: rgba(0, 107, 160, 0.7);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    opacity: 0;
    transition: all 250ms ease-in-out;
}

.news_list_item .new_overflow p {
    margin: auto;
}

.news_list_item .overflow_label {
    font-family: "Museo Cyrillic";
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 4px solid #00bde6;
}

.news_list_item .new_content {
    padding: 0 20px;
    padding-bottom: 35px;
}

.news_list_item .new_header {
    color: #003f75;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1.2;
}

.news_list_item .new_desc {
    color: #666666;
    font-size: 16px;
    line-height: 1.2;
}

.news_list_item .new_date {
	position: absolute;
    color: #666666;
    font-size: 14px;
    line-height: 1.2;
    bottom: 24px;
}

.projects_item {
    width: 588px;
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    color: #fff;
    position: relative;
    overflow: hidden;
    transition: all 800ms ease-in-out;
    position: relative;
}

.projects_item img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.projects_item span {
    display: block;
}

.projects_item a {
    color: inherit;
    text-decoration: none;
    display: block;
}

.projects_item:hover {
    background-size: 120% auto;
}

.projects_item:hover .projects_overflow {
    visibility: visible;
    opacity: 1;
}

.projects_item:hover .overflow_label {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.projects_item:active .projects_overflow {
    background-color: rgba(0, 63, 117, 0.7);
}

.projects_item:active .overflow_label {
    color: #78d7eb;
}

.projects_item .projects_content {
    padding: 47px 102px;
    padding-right: 136px;
    height: 100%;
    position: relative;
    z-index: 10;
    min-height: 290px;
}

.projects_item .projects_header {
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 25px;
    position: relative;
}

.projects_item .projects_header::after {
    content: "";
    width: 40px;
    height: 4px;
    background-color: #00bde6;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.projects_item .projects_desc {
    font-size: 18px;
    line-height: 1.2;
}

.projects_item .projects_overflow {
    background-color: rgba(0, 107, 160, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 250ms ease-in-out;
}

.projects_item .overflow_label {
    font-family: "Museo Cyrillic";
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 4px solid #00bde6;
    display: inline-block;
    margin: 0;
    position: absolute;
    z-index: 10;
    bottom: 23px;
    left: 102px;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    transition: all 200ms ease-in-out;
}

.clients_slider .client_item {
    width: 202px;
    height: 120px;
    background-color: #fff;
    border-radius: 5px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.clients_slider .client_item img {
    width: 160px;
    /*height: auto;*/
    margin: auto;
    height: 100%;
    object-fit: contain;
    padding: 5px;
}

.client_btn_prev,
.client_btn_next {
    width: 24px;
    height: 55px;
    position: absolute;
    top: 50%;
    margin-top: -27px;
    cursor: pointer;
    z-index: 10;
    -webkit-filter: drop-shadow(0 2px 2px #ccc);
    filter: drop-shadow(0 2px 2px #ccc);
}

.client_btn_prev path,
  .client_btn_next path {
    transition: all 150ms ease-in-out;
    fill: #fff;
}

.client_btn_prev:hover path,
  .client_btn_next:hover path {
    fill: #00bde6;
}

.client_btn_prev:active path,
  .client_btn_next:active path {
    fill: #006ba0;
}

.client_btn_prev {
    left: 10px;
}

.client_btn_next {
    right: 10px;
}

.client_list .client_item {
	float: left;
    width: 220px;
    height: 146px;
    background-color: #fff;
    border-radius: 5px;
    margin: 40px;
    box-shadow: 0px 3px 0px 0px #006ba0;
    border: 1px #006ba0 solid;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.reviews_slider .swiper-wrapper {
    padding: 0 10px;
}

.reviews_slider .reviews_item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #003f75;
}

.reviews_slider .reviews_item img {
    width: auto;
    border-radius: 5px;
    transition: all 250ms ease-in-out;
}

.reviews_slider .reviews_item a {
    color: inherit;
    text-decoration: none;
}

.reviews_slider .reviws_item_img_wrap {
    margin-bottom: 31px;
}

.reviews_slider .image_overflow {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    background-color: rgba(0, 107, 160, 0.7);
    width: 100%;
    height: 320px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    opacity: 0;
    transition: all 250ms ease-in-out;
}

.reviews_slider .image_overflow svg {
    width: 71px;
    height: 72px;
    margin: auto;
}

.reviews_slider .image_overflow path {
    fill: #fff;
}

.reviews_slider .reviews_item_inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 224px;
    width: 100%;
    position: relative;
    text-align: center;
}

.reviews_slider .reviews_item_inner:hover img {
    box-shadow: 0 10px 15px #006ba0;
}

.reviews_slider .reviews_item_inner:hover .image_overflow {
    visibility: visible;
    opacity: 1;
}

.reviews_slider .reviews_item_inner:hover .review_title,
  .reviews_slider .reviews_item_inner:hover .review_desc {
    color: #006ba0;
}

.reviews_slider .reviews_item_inner:active .image_overflow {
    background-color: rgba(0, 63, 117, 0.7);
}

.reviews_slider .review_title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 4px;
    transition: all 250ms ease-in-out;
}

.reviews_slider .review_desc {
    font-size: 18px;
    transition: all 250ms ease-in-out;
}

.reviews_btn_prev,
.reviews_btn_next {
    width: 24px;
    height: 55px;
    position: absolute;
    top: 50%;
    margin-top: -65px;
    cursor: pointer;
    z-index: 10;
}

.reviews_btn_prev path,
  .reviews_btn_next path {
    transition: all 150ms ease-in-out;
    fill: #006ba0;
}

.reviews_btn_prev:hover path,
  .reviews_btn_next:hover path {
    fill: #00bde6;
}

.reviews_btn_prev:active path,
  .reviews_btn_next:active path {
    fill: #003f75;
}

.reviews_btn_prev {
    left: 10px;
}

.reviews_btn_next {
    right: 10px;
}

.scroll_up {
    width: 30px;
    position: fixed;
    height: 100%;
    background-color: rgba(0, 63, 117, 0.1);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 11;
    transition: all 150ms ease-in-out;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.scroll_up:hover {
    background-color: rgba(0, 63, 117, 0.3);
}

.scroll_up:hover .scroll_arrow {
    margin-bottom: 30px;
}

.scroll_up:hover .scroll_arrow path {
    fill: #003f75;
}

.scroll_up.is_visible {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.scroll_arrow {
    width: 18px;
    height: 18px;
    margin-bottom: 20px;
    transition: all 150ms ease-in-out;
}

.scroll_arrow path {
    transition: all 150ms ease-in-out;
    fill: rgba(0, 63, 117, 0.3);
}

.bread_crumbs_list {
    list-style: none;
    margin-left: 4px;
}

.bread_crumbs_list_item {
    padding-right: 40px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.bread_crumbs_list_item::after {
    content: "";
    width: 5px;
    height: 9px;
    position: absolute;
    top: 7px;
    right: 16px;
    background-image: url(/img/svg_icons/icon_crumbs_arrow.svg);
    background-repeat: no-repeat;
}

.bread_crumbs_list_item:last-child .bread_crumbs_link {
    color: #666666;
    pointer-events: none;
    text-decoration: none;
}

.bread_crumbs_list_item:last-child::after {
    display: none;
}

.bread_crumbs_link {
    font-size: 16px;
    color: #003f75;
    transition: all 200ms ease-in-out;
}

.bread_crumbs_link:hover {
    color: #006ba0;
}

.pagination {
    text-align: right;
}

.pagination_switches {
    list-style: none;
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
}

.pagination_switches_item {
    width: 42px;
    height: 42px;
    background-color: #fff;
    font-size: 18px;
    line-height: 42px;
    font-weight: 700;
    text-align: center;
    transition: all 200ms ease-in-out;
    display: inline-block;
    vertical-align: top;
}

.pagination_switches_item:hover {
    background-color: rgba(0, 107, 160, 0.1);
}

.pagination_switches_item a {
    display: block;
    text-decoration: none;
    color: #003f75;
    transition: all 200ms ease-in-out;
}

.pagination_switches_arrow_prev {
    margin-right: 10px;
}

.pagination_switches_arrow_next {
    margin-left: 10px;
}

.pagination_switches_arrow_prev,
.pagination_switches_arrow_next {
    border: 3px solid #003f75;
    transition: all 200ms ease-in-out;
}

.pagination_switches_arrow_prev svg,
  .pagination_switches_arrow_next svg {
    width: 10px;
    height: 18px;
}

.pagination_switches_arrow_prev svg path,
    .pagination_switches_arrow_next svg path {
    transition: all 200ms ease-in-out;
    fill: #003f75;
}

.pagination_switches_arrow_prev:hover,
  .pagination_switches_arrow_next:hover {
    background-color: #006ba0;
}

.pagination_switches_arrow_prev:hover svg path,
    .pagination_switches_arrow_next:hover svg path {
    fill: #fff;
}

.pagination_switches_arrow_prev:active,
  .pagination_switches_arrow_next:active {
    background-color: #003f75;
}

.pagination_switches_item.pagination_switches_item_current {
    pointer-events: none;
    opacity: 0.35;
}

.burger_menu, .burger_menu_mobile {
    width: 46px;
    height: 46px;
    border: 3px solid #006ba0;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-right: 20px;
    cursor: pointer;
    display: none;
    position: relative;
    transition: all 200ms ease-in-out;
    margin-bottom: 7px;
}

.burger_menu:hover, .burger_menu_mobile:hover {
    background-color: #00bde6;
}

.burger_menu.is_open .bar, .is_open.burger_menu_mobile .bar {
    background-color: transparent;
}

.burger_menu.is_open .bar::before, .is_open.burger_menu_mobile .bar::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -0px;
}

.burger_menu.is_open .bar::after, .is_open.burger_menu_mobile .bar::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0px;
}

.burger_menu .bar, .burger_menu_mobile .bar {
    position: absolute;
    left: 7px;
    top: 19px;
    height: 3px;
    width: 26px;
    background-color: #006ba0;
    transition: all 200ms ease-in-out;
}

.burger_menu .bar::before, .burger_menu_mobile .bar::before {
    content: "";
    position: absolute;
    left: 0px;
    top: -7px;
    height: 3px;
    width: 26px;
    background-color: #006ba0;
    transition: all 200ms ease-in-out;
}

.burger_menu .bar::after, .burger_menu_mobile .bar::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 7px;
    height: 3px;
    width: 26px;
    background-color: #006ba0;
    transition: all 200ms ease-in-out;
}

.burger_menu_mobile {
    display: none;
}

.mobile_nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 25;
    background-color: #003f75;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    transform: translateY(-200%);
    transition: all 200ms ease-in-out;
}

.mobile_nav.is_visible {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.mobile_nav .header_nav {
    margin-bottom: 10px;
    border-bottom: 1px solid #00bde6;
}

.mobile_nav .header_nav_list {
    margin-left: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.mobile_nav .header_nav_list_item {
    color: #fff;
}

.mobile_nav .header_nav_list_item::after {
    display: none;
}

.mobile_nav .header_nav_list_item:last-child {
    margin-bottom: 20px;
}

.mobile_nav .header_nav_list_item.has_no_inner_menu:hover {
    color: #00bde6;
}

.mobile_nav .header_nav_list_item:hover:not(.has_no_inner_menu) .header_inner_nav {
    display: none;
}

.mobile_nav .header_inner_nav {
    display: block;
    position: static;
    padding-top: 0;
    display: none;
}

.mobile_nav .mobile_nav_logo {
    margin-bottom: 15px;
    padding-left: 20px;
}

.mobile_nav .mobile_nav_logo img {
    width: auto;
}

.mobile_nav .mobile_user_stuff {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
}

.mobile_nav .mobile_user_stuff > div {
    margin-top: 10px;
}

.mobile_nav .mobile_user_stuff .call_back_btn {
    margin-top: 10px;
}

.mobile_nav .search_box {
    position: static;
}

.mobile_nav .search_box_button path {
    transition: all 150ms ease-in-out;
    fill: #fff;
}

.mobile_nav .search_box_button:hover path {
    fill: #00bde6;
}

.mobile_nav .search_box_button:active path {
    fill: #006ba0;
}

.mobile_nav .header_search_wrap_helper {
    right: inherit;
    left: 2px;
    top: 0px;
}

.mobile_nav .tel {
    color: #fff;
    font-size: 18px;
}

.mobile_nav .call_back_btn {
    color: #fff;
}

.mobile_nav .call_back_btn:hover {
    color: #00bde6;
    border-color: #00bde6;
}

.mobile_nav .call_back_btn:active {
    color: #006ba0;
    border-color: #006ba0;
}

.mobile_nav .close_mobile_nav {
    color: #fff;
    position: absolute;
    top: 45px;
    right: 20px;
    font-size: 40px;
    line-height: 1;
    cursor: pointer;
    transition: all 150ms ease-in-out;
}

.mobile_nav .close_mobile_nav:hover {
    color: #00bde6;
}

.about {
    color: #333;
    font-weight: 300;
    font-size: 24px;
    padding-top: 78px;
    background-image: url(/img/about_triangle_bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}

.about h1 {
    margin-top: 0;
}
.big-h1{
	font-size: 90px;
}
.big-b {
    font-size: 22px;
    font-weight: bold;
    display: block;
    text-align: justify;
    max-width: 954px;
	color:#333 !important;
}
.about .laptop_preview {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -20px;
}

.about .about_desc {
    text-align: left;/*center;*/
    font-weight: 300;
    line-height: 1.2;
    /*max-width: 997px;*/
    margin: 0 auto;
	font-size: 22px;
    margin-bottom: 33px;
}

.about .preview_desc {
    margin-top: 19px;/*65px;*/
    width: 486px;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.2;
}

.about .laptop_face_wrap {
    width: 530px;
    margin: 0 auto;
    position: relative;
}

.about .laptop_face {
    width: 695px;
    height: 583px;
    background-image: url(/img/laptop_slider_bg.png);
    background-position: center;
    background-repeat: no-repeat;
}

.why {
    background-color: #003f75;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(/img/clients_bg_img.svg);
    background-repeat: no-repeat;
    background-position: -202px -175px;
    background-size: 778px 599px;
	margin-top:100px;
}
.automatization.why h1 {
	color:#fff !important;
}

.automatization h1 {
    margin-top: 40px;
    margin-bottom: 34px;
}

.automatization .automatization_list {
    list-style: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.automatization .automatization_list li{
	padding:0;
}
.automatization .automatization_list li:before{ 
	display:none;
}


.automatization .automatization_list .item_logo {
    text-align: center;
    margin-bottom: 17px;
}
.automatization .automatization_list .item_logo img {
    width: auto;
}

.automatization .automatization_list .item_descr {
    text-align: center;
}
.automatization.why .automatization_list .item_descr {
    font-weight: 500;
    font-size: 18px;
    color: #006ba0;
    text-align: center;
    line-height: 1.2;
}
.automatization-2{
	margin:100px 0;
}
.w-33{
	width:33%;
}
.automatization .automatization_list .counters {
    font-weight: 700;
    font-size: 40px;
	margin-bottom:10px;
	color:#00bde6
}
.automatization .automatization_list .c-txt {
    /*color: #000;
	font-weight: 300;
	*/
	font-weight: 500;
    font-size: 18px;
    color: #006ba0;
}
.automatization.why .automatization_list .counters {
	color:#fff
}
.automatization .automatization_list .c-txt {
	color:#fff
}
.automatization.in-material .automatization_list .c-txt {
	color:#000;
}

.news h1 {
    margin-top: 67px;
    margin-bottom: 32px;
}

.news_list {
    list-style: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 46px;
}

.news_btn_wrap {
    text-align: center;
}

.projects h1 {
    margin-top: 101px;
}

.projects .projects_list {
    list-style: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 46px;
}

.projects .proj_btn_wrap {
    text-align: center;
    margin-bottom: 100px;
}

.clients {
    background-color: #003f75;
    padding-top: 100px;
    padding-bottom: 0.1px;
    background-image: url(/img/clients_bg_img.svg);
    background-repeat: no-repeat;
    background-position: -202px -175px;
    background-size: 778px 599px;
}

.clients h1 {
    color: #fff !important;
    margin-top: 0;
    margin-bottom: 34px;
}

.clients .clients_slider {
    margin-bottom: 100px;
}

.clients .clients_container_helper {
    max-width: 1130px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.reviews h1 {
    margin-top: 102px;
    margin-bottom: 29px;
}

.container_additional {
    max-width: 1230px;
    width: 100%;
    padding: 0 65px;
    margin: 0 auto;
    position: relative;
}

.reviews_slider {
    margin-bottom: 38px;
}

.reviews_btn_wrap {
    text-align: center;
    margin-bottom: 94px;
}

.contacts {
    margin-bottom: -155px;
    position: relative;
    z-index: 10;
}

.contacts .container_contacts {
    background-color: #fff;
    padding: 71px 100px 40px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.contacts h1 {
    margin-top: 0;
    text-align: left;
    margin-bottom: 60px;
    line-height: 1;
}

.contacts_content {
    max-width: 588px;
    width: 100%;
}

.contacts_content .inner_content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #000;
    font-size: 18px;
}

.contacts_content .inner_content strong {
    font-size: 18px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}

.contacts_content .inner_content p {
    margin: 0;
    margin-bottom: 3px;
}

.contacts_content .inner_content .addr {
    max-width: 210px;
    width: 100%;
    margin-right: 118px;
}

.contacts_mail {
    color: #003f75;
    transition: all 150ms ease-in-out;
}

.contacts_mail:hover {
    color: #006ba0;
}

.contacts_form_wrap {
    max-width: 388px;
    width: 100%;
}

.submit_btn_wrap {
    text-align: right;
}

.map {
    min-height: 475px;
}

.company_news {
    padding: 29px 0 70px;
}

.company_news_desc {
    font-size: 18px;
    color: #666666;
    max-width: 812px;
    margin-bottom: 25px;
}

.company_news_list {
    list-style: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.news_list_item {
    margin-bottom: 30px;
    margin-right: 10px;
}

.body_img {
    background-image: url(/img/about_triangle_bg.png);
    background-position: center 200px;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #f8f8f8;
}

.body_img .bread_crumbs {
    margin-top: 29px;
    margin-bottom: 23px;
}

.new_content {
    padding: 66px 81px;
    background-color: #fff;
    margin-bottom: 50px;
}

.new_content h1 {
    margin-bottom: 0;
    margin-top: 0;
    line-height: 36px;
    font-size: 36px;
    text-align: left;
    text-transform: none;
}
/*
.new_content .new_header h1{
	text-align:center;
	width:100%;
}*/

.new_content h2 {
    color: black;
    font-size: 24px;
	font-weight:bold;
    font-family: "Roboto", Arial, sans-serif;
}

.new_content h3 {
    font-size: 16px;
    color: black;
}

.new_content h2,
  .new_content h3 {
    margin-bottom: 0;
    margin-top: 40px;
}

.new_content h4 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
}

.new_content ol {
    padding-left: 20px;
	list-style-position: outside;
    list-style-type: none; /* Убираем исходные маркеры */
    counter-reset: num; /* Задаём имя счетчика */
}

.new_content ol li {
    padding-left: 10px;
    margin: 10px;
    position: relative;
    font-weight: 400;
}

.new_content ol li::before {
    content: counter(num) '. '; 
    counter-increment: num; 
    color: #00bde6;
    font-weight: bold;
    font-family: "Museo Cyrillic", Arial, sans-serif;
    font-size: 22px;
    position: absolute;
    left: -20px;
}

.new_content ul {
    list-style: none;
}

.new_content ul li {
    padding-left: 30px;
    position: relative;
    font-weight: 400;
}

.new_content ul li {
    padding-left: 30px;
    position: relative;
    font-weight: 400;
}

.new_content ul li::before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 100%;
    background-color: #00bde6;
    position: absolute;
    left: 0;
    top: 7px;
}

.new_content ul li li::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #00bde6;
    position: absolute;
    left: 0;
    top: 10px;
}

.new_content img {
    height: auto;
}

.table_w-noslide img{
	width: 180px;
	height: 240px;
}

.new_content .new_image {
    margin-bottom: 23px;
}

.list_title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.new_header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 26px;
}

.new_header .post_date {
    color: #999;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

.new_header p {
    font-weight: 300;
}

.new_main_content {
    /*max-width: 937px;*/
    font-size: 16px;
    color: #000;
}

.new_main_content a {
    color: #006ba0;
    transition: all 150ms ease-in-out;
}

.new_main_content a:hover {
    color: #00bde6;
}

.new_main_content p {
    margin-bottom: 10px;
}

.new_main_content .new_desc {
    margin-bottom: 44px;
    font-size: 18px;
    color: #666666;
}

.new_main_content .new_desc a {
    color: #003f75;
    transition: all 150ms ease-in-out;
}

.new_main_content .new_desc a:hover {
    color: #006ba0;
}

.new_aside_content {
    max-width: 700px;
    padding-right: 11px;
    position: relative;
}

.new_aside_content h5 {
    font-size: 16px;
    font-weight: 700;
}

.new_aside_content .uppercase_text {
    font-size: 18px;
}

.aside_box {
    max-width: 408px;
    position: absolute;
    top: 30px;
    right: -419px;
}

.aside_box_header {
    font-size: 24px;
    font-weight: 400;
    font-family: "Museo Cyrillic", Arial, sans-serif;
    color: #00bde6;
    margin-bottom: 30px;
}

.aside_box_img {
    margin-bottom: 10px;
}

.aside_box_desc {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}

blockquote {
    padding: 33px 40px;
    font-size: 18px;
    background-color: #f1f1f1;
    margin-top: 45px;
    display: block;
    font-style: normal;
}

.read_more_title {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #006ba0;
    margin-bottom: 20px;
}

.read_more .news_btn_wrap {
    margin-bottom: 70px;
}

.main_header._fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: white;
    z-index: 12;
    padding-bottom: 10px;
}

a.social_item {
    display: flex;
    align-items: center;
    justify-content: center;
	overflow:hidden;
}

a.social_item img {
    width: 20px;
    height: 20px;
}

.table_w-noslide table tbody tr {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(191px, 1fr));
    width: 100%;
    grid-gap: 20px;
    margin: 0 auto;
    align-items: flex-start;
    justify-items: center;
}
.thumb-wrap {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
  overflow: hidden;
}
.thumb-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}
.d-flex{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.justify-content-space-between{
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
	justify-content: space-between;
}
.justify-content-space-around{
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
	justify-content: space-around;
}
.flex-wrap{
	flex-wrap: wrap;
}
.text-align-center{
	text-align:center !important;
}
.w-25{
	width:25%;
}
.w-33{
	width:33.33333333%;
}
.w-50{
	width:50%;
}
.mt-50{
	margin-top:70px;
}
.icon-p{
	line-height: 90px;
	height: 90px;
    vertical-align: middle;
}

.ps-0{padding-left:0!important}
.ps-1{padding-left:.25rem!important}
.ps-2{padding-left:.5rem!important}
.ps-3{padding-left:1rem!important}
.ps-4{padding-left:1.5rem!important}
.ps-5{padding-left:3rem!important}
.ps-auto{padding-left:auto!important}

.pe-0{padding-right:0!important}
.pe-1{padding-right:.25rem!important}
.pe-2{padding-right:.5rem!important}
.pe-3{padding-right:1rem!important}
.pe-4{padding-right:1.5rem!important}
.pe-5{padding-right:3rem!important}
.pe-auto{padding-right:auto!important}

.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}

mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}

.btn-text{
    background: #00bde6;
    border: none;
    padding: 10px;
    border-radius: 5px;
    color: #fff !important;
    display: inline-block;
}
.btn-text:hover{
    background: #006ba0; 
}
.contacts-smi{
	background:#fff;
	display: flex;
	padding:26px;
	/*margin-top:-76px;*/
}
.contacts-smi .b-1{
	width:384px;
}
.contacts-smi .b-2{
	width:174px;
}
.contacts-smi .b-1{
	/*width:384px;*/
}

@media (max-width: 1335px) {
    .container .header_inner_nav.align_right {
        right: -12px;
        left: inherit;
    }

    .about {
        padding-bottom: 100px;
    }

    .about .laptop_preview {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
    }

    .about .laptop_face {
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .about .preview_desc {
        margin-top: -70px;
        width: 100%;
        text-align: center;
    }

    .automatization .automatization_list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .automatization .automatization_list li {
        max-width: 300px;
        margin: 20px;
    }

    .projects .projects_list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .projects_item {
        margin-bottom: 20px;
    }

    .aside_box {
        position: static;
        margin-top: 30px;
        max-width: 100%;
    }

    .new_aside_content {
        max-width: 100%;
    }
}

@media (max-width: 1150px) {
    .container .header_nav_list {
        margin-left: 20px;
        margin-right: 10px;
    }

    .contacts_content .inner_content {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start;
    }

    .contacts_content .inner_content .addr {
        margin-right: 0;
        margin-bottom: 30px;
    }

	#patient_counter {
		font-size: 90px;
	}
}

@media (max-width: 1060px) {
    .main_header .container .header_nav {
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        position: absolute;
        left: 0;
        bottom: -60px;
        width: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        background-color: #006ba0;
        transition: all 200ms ease-in-out;
    }

    .main_header .container .header_nav.is_visible {
        visibility: visible;
        opacity: 1;
        pointer-events: all;
    }

    .container .header_nav_list_item {
        color: #fff;
    }

    .container .header_nav_list_item.has_no_inner_menu:hover {
        color: #00bde6;
    }

    .burger_menu, .burger_menu_mobile {
        display: block;
    }

    .burger_menu_mobile {
        display: none;
    }

    .main_header .container {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .main_header .user_action_stuff {
        width: auto;
        margin-bottom: 0px;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .slide_desc {
        text-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
    }
}

@media (max-width: 960px) {
    .footer_nav {
        display: none;
    }

    .footer_contacts {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
        text-align: center;
    }

    .footer_contacts > div {
        margin-bottom: 20px;
    }

    .footer_callback {
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;
    }

    .footer_legal {
        padding-top: 20px;
        padding-bottom: 39px;
        text-align: center;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
    }

    .footer_legal > div {
        margin-bottom: 20px;
    }
}

@media (max-width: 940px) {
    /*.slide_header {
        font-size: 80px;
        text-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
    }*/

    .news_list {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .news_list_item {
        margin-right: 0;
    }

    .read_more_title {
        text-align: center;
    }

	#patient_counter {
		font-size: 70px;
	}
}

@media (max-width: 900px) {
    .about_cards {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
    }

    .about_cards_item:nth-child(2n+1) {
        margin-right: 0;
    }

    .about_cards_item:nth-child(2n) {
        margin-left: 0;
    }

    .contacts .container_contacts {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
    }

    .contacts_content .inner_content {
        margin-bottom: 30px;
    }

    .contacts h1 {
        text-align: center;
    }

    .contacts_content .inner_content {
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
        text-align: center;
    }

    .contacts_content .inner_content .addr {
        max-width: 100%;
    }

    .contacts_subm_btn {
        width: 100%;
    }

	#patient_counter {
		font-size: 60px;
	}
}

@media (max-width: 800px) {
    .slider_nav_list {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .nav_switch {
        margin-right: 20px;
        border-radius: 100%;
        overflow: hidden;
        text-indent: 101%;
        white-space: nowrap;
        width: 15px;
        height: 15px;
        background-color: #00bde6;
        transition: all 200ms ease-in-out;
    }

    .nav_switch::before {
        display: none;
    }

    .nav_switch.switch_active {
        width: 20px;
        height: 20px;
        background-color: #006ba0;
    }

    .laptop_slide_next {
        right: 0;
    }

    .laptop_slide_prev {
        left: 0;
    }

    .about .laptop_face {
        background: none;
        width: 100%;
    }

    .about .laptop_face_wrap {
        width: 100%;
    }

    .laptop_slider_wrapper .swiper-slide img {
        width: 100%;
        height: auto;
    }

    .new_header {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start;
    }

    .new_header .post_date {
        margin-top: 10px;
    }

	#patient_counter {
		font-size: 60px;
	}
}

@media (max-width: 720px) {
    .main_header {
        z-index: 11;
    }

    .main_header .container .header_nav,
  .main_header .container .user_action_stuff {
        display: none;
    }

    .burger_menu_mobile_wrap {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .burger_menu_mobile {
        display: block;
        margin-right: 0;
    }

    .call_request {
        max-width: 400px;
    }

    .call_request .form_inputs {
        width: 100%;
    }

    .slide_header {
        font-size: 72px;
    }

    .about .laptop_face {
        height: auto;
    }

    .about .preview_desc {
        margin-top: 65px;
    }

    .projects_item .projects_content {
        padding: 20px;
    }

    .projects_item {
        background-size: cover;
    }

    .projects_item:hover {
        background-size: cover;
    }

    .reviews_slider .reviews_item img {
        width: 100%;
    }

    .reviews_slider .swiper-wrapper {
        padding: 0;
    }

    .contacts .container_contacts {
        padding-left: 20px;
        padding-right: 20px;
    }

    .pagination {
        text-align: center;
    }

    .new_content h1 {
        font-size: 28px;
    }

    .new_content {
        padding: 30px 20px;
    }

	#patient_counter {
		font-size: 50px;
	}
}

@media (max-width: 600px) {
	.main_slider .swiper-slide {
		height: 400px;
	}

.slide_header {
    margin-top: auto;
    font-size: 50px !important;
    margin-bottom: 20px;
    margin-top: 159px !important;
}
.slide_speed .slide_header {
    margin-top: 180px !important;
}
.slide_doc .slide_header {
    margin-top: 140px !important;
}
	.index-bg_video {
		height: 100% !important;
		margin-left: 50px;
	}
	.main_slider .swiper-slide {
		background-size: 100% 100%;
	}
.why .automatization_list li {
    text-shadow: 0 2px black;
}
    .slide_desc {
        font-size: 30px;
    }

    h1 {
        font-size: 38px;
    }

	#patient_counter {
		font-size: 40px;
	}
	
	.contacts-smi{
		display: box;
		padding:26px;
		margin-top:-76px;
	}
	.contacts-smi .b-1{
		width: auto;
	}
	.contacts-smi .b-2{
		width:auto;
	}
	
	.automatization .automatization_list li {
		max-width: 100%;
		margin: 20px 0;
		padding:0 20px;
		box-sizing:border-box;
		width: 100%;
	}
	
	.automatization .automatization_list li .item_descr{
		text-align:center;
	}
	.automatization .automatization_list li .item_descr br{
		display:none;
	}
	
}

@media (max-width: 480px) {
    .pagination_switches_item {
        display: none;
    }

    .pagination_switches_item:first-child,
  .pagination_switches_item:last-child {
        display: inline-block;
    }

	#patient_counter {
		font-size: 30px;
	}
}

@media (max-width: 470px) {
    .main_header .container .call_back {
        display: none;
    }

/*    .slide_header {
        text-shadow: 0 5px 5px rgba(0, 0, 0, 0.7);
    }*/
	
.automatization-2{
	margin:50px 0;
}
.w-33{
	width:100%;
}
}

@media (max-width: 425px) {
    .Xslide_btn, .slide_down_btn_wrap {
    	display: none;
    }
	
	.slide_btn{
		font-size: 14px;
		padding: 8px 20px 8px;
		border-bottom: none;
	}
    .call_request {
        max-width: 300px;
    }

    .main_header .site_logo img {
        width: 100%;
    }

    .main_header .site_logo {
        max-width: 180px;
    }

    .burger_menu_mobile {
        margin-bottom: 14px;
    }

    .slide_header {
		font-size: 28px !important;
		margin-top: 174px !important;
	}
	.slide_doc .slide_header {
    margin-top: 175px !important;
}
    .slide_header br{
		display:none;
	}

    .about_cards_item {
        width: auto;
    }

    .reviews_slider .reviews_item_inner:hover img {
        box-shadow: none;
    }
}

@media (max-width: 380px) {
    .Xslide_btn, .slide_down_btn_wrap {
    	display: none;
    }
    h1 {
        font-size: 20px;
    }

    .about .about_desc {
        font-size: 22px;
    }

    .projects_item .overflow_label {
        bottom: 20px;
    }
}

table{margin-bottom:20px; width:100%; overflow: auto;}
table th{padding:15px 20px; background:#00bde6; font:bold 15px "Museo Cyrillic", Arial, sans-serif; color:#fff; text-transform:uppercase; white-space: nowrap}
table td{padding:10px 20px; }
table tr:nth-child(even){background:#ffffff;}
table tr:nth-child(odd){background:#f8f8f8;}

.table_w {
    overflow: auto;
    overflow-y: auto;
    margin: 18px 0 22px
}

.col-left {
}

.preview {
	width: 200px;
	height: auto;
}

.preview:hover {
    box-shadow: 0 10px 15px #006ba0;
}

.left {
float: left;
padding-left: 25px;
padding-bottom: 25px;
}

.clear {
clear: both;
}

hr {
	border:none; background:#00bde6; height:1px;
	margin-top: 30px;
	margin-bottom: 30px;
}
