.grecaptcha-badge {display:none!important;}
@font-face {
  font-family: 'Roboto Bold';
  src: url("../fonts/Roboto/RobotoBold.eot");
  src: url("../fonts/Roboto/RobotoBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/RobotoBold.woff") format("woff"), url("../fonts/Roboto/RobotoBold.ttf") format("truetype");
  font-style: normal; }

@font-face {
  font-family: 'Roboto Light';
  src: url("../fonts/Roboto/RobotoLight.eot");
  src: url("../fonts/Roboto/RobotoLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/RobotoLight.woff") format("woff"), url("../fonts/Roboto/RobotoLight.ttf") format("truetype");
  font-style: normal; }

@font-face {
  font-family: 'Roboto Medium';
  src: url("../fonts/Roboto/RobotoMedium.eot");
  src: url("../fonts/Roboto/RobotoMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/RobotoMedium.woff") format("woff"), url("../fonts/Roboto/RobotoMedium.ttf") format("truetype");
  font-style: normal; }

@font-face {
  font-family: 'Roboto Regular';
  src: url("../fonts/Roboto/RobotoRegular.eot");
  src: url("../fonts/Roboto/RobotoRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/RobotoRegular.woff") format("woff"), url("../fonts/Roboto/RobotoRegular.ttf") format("truetype");
  font-style: normal; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?v6xali");
  src: url("../fonts/icomoon.eot?v6xali#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?v6xali") format("truetype"), url("../fonts/icomoon.woff?v6xali") format("woff"), url("../fonts/icomoon.svg?v6xali#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.header-top_link {
  display: none;
}
.icon-arrow-right:before {
  content: "\e900"; }

.icon-arr-right .path1:before {
  content: "\e901"; }

.icon-arr-right .path2:before {
  content: "\e902";
  margin-left: -3.5em; }

.icon-arr-right .path3:before {
  content: "\e903";
  margin-left: -3.5em; }

.icon-arr-right .path4:before {
  content: "\e904";
  margin-left: -3.5em; }

.icon-chevron-right:before {
  content: "\e905"; }

.icon-facebook:before {
  content: "\e906"; }

.icon-home:before {
  content: "\e907"; }

.icon-instagram:before {
  content: "\e908"; }

.icon-map:before {
  content: "\e909"; }

.icon-quote-end:before {
  content: "\e90a"; }

.icon-quote-start:before {
  content: "\e90b"; }

.icon-tri-down:before {
  content: "\e90c"; }

.icon-viber:before {
  content: "\e90d"; }

* {
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a,
textarea,
input,
button,
legend,
label {
  font-weight: normal;
  font-style: normal;
  outline: 0;
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
  text-decoration: none;
  text-transform: none; }
  a:focus, a:active, a:hover,
  textarea:focus,
  textarea:active,
  textarea:hover,
  input:focus,
  input:active,
  input:hover,
  button:focus,
  button:active,
  button:hover,
  legend:focus,
  legend:active,
  legend:hover,
  label:focus,
  label:active,
  label:hover {
    border: none;
    text-decoration: none;
    outline: 0; }

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%; }

p {
  margin-top: 0;
  margin-bottom: 10px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  margin-top: 0;
  margin-bottom: 20px; }

.custom-container {
  width: 1440px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; }

@media all and (max-width: 1399px) {
  .custom-container {
    width: 1300px; } }

@media all and (max-width: 1320px) {
  .custom-container {
    width: 970px;
    padding-left: 10px;
    padding-right: 10px; } }

@media all and (max-width: 991px) {
  .custom-container {
    width: 760px;
    padding-left: 10px;
    padding-right: 10px; } }

@media all and (max-width: 767px) {
  .custom-container {
    width: 100%;
    max-width: 100%; } }

body {
  background-color: #ffffff;
  font-family: "Roboto Regular";
  font-size: 17px;
  line-height: 1.25;
  color: #000000;
  margin: 0; }
  body.overflow {
    overflow: hidden; }

.wrapper {
  padding-top: 118px; }

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  max-width: 1920px;
  margin: 0 auto; }

.header-top {
  position: fixed;
  z-index: 210;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.25);
  top: 0;
  right: 0;
  left: 0; }

.header-top--container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 11px 20px; }

.header-top_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.header-top_btn {
  margin-right: auto; }
  .header-top_btn .btn_modal {
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    background-color: #395173;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.2;
    padding: 7px 10px;
    border-radius: 34px;
    cursor: pointer;
    border: 1px solid #395173; }
    .header-top_btn .btn_modal:hover {
      background-color: transparent;
      color: #395173; }

.header-top_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto; }
  .header-top_nav .tel-link {
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    margin-right: 27px;
    font-size: 20px;
    line-height: 1.15;
    color: #86b3b3; }
  .header-top_nav .btn_menu {
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    width: 28px;
    height: 22px;
    cursor: pointer;
    position: relative;
    display: block; }
    .header-top_nav .btn_menu span {
      display: block;
      height: 2px;
      background-color: #000000;
      position: absolute;
      left: 0;
      right: 0;
      max-width: 100%;
      -webkit-transition: 0.3s ease all;
      transition: 0.3s ease all; }
      .header-top_nav .btn_menu span:first-child {
        top: 0;
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s; }
      .header-top_nav .btn_menu span:nth-child(2) {
        top: 6px;
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s; }
      .header-top_nav .btn_menu span:nth-child(3) {
        top: 12px;
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s; }
      .header-top_nav .btn_menu span:last-child {
        top: 18px; }
    .header-top_nav .btn_menu.open span:nth-child(1) {
      max-width: 0; }
    .header-top_nav .btn_menu.open span:nth-child(2) {
      top: 50%;
      -webkit-transform: translateY(-50%) rotate(45deg);
      transform: translateY(-50%) rotate(45deg); }
    .header-top_nav .btn_menu.open span:nth-child(3) {
      top: 50%;
      -webkit-transform: translateY(-50%) rotate(-45deg);
      transform: translateY(-50%) rotate(-45deg); }
    .header-top_nav .btn_menu.open span:nth-child(4) {
      max-width: 0; }

.header-bottom {
  position: fixed;
  background-color: #ffffff;
  top: 56px;
  left: 0;
  right: 0;
  z-index: 10;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all; }
  .header-bottom.scrolled {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px); }
  .header-bottom.open {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  .header-bottom ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .header-bottom ul li {
      margin-right: 35px; }
      .header-bottom ul li:last-child {
        margin-right: 0; }
      .header-bottom ul li.current_page_item a {
        background-color: #395173;
        color: #ffffff; }
    .header-bottom ul a {
      display: block;
      -webkit-transition: 0.3s ease all;
      transition: 0.3s ease all;
      text-transform: uppercase;
      padding: 7px 20px;
      color: #6c6c6c;
      font-size: 15px;
      line-height: 1.2; }

.header-menu--overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.8); }

.header-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-400px);
  transform: translateY(-400px);
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all; }
  .header-menu.open {
    max-height: 4000px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1; }

.header-menu--container {
  width: 1200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 115px auto 20px;
  position: relative;
  z-index: 20;
  overflow-y: auto;
  max-height: calc(100vh - 135px);
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.35); }

.header-menu_nav {
  min-width: 365px;
  background-color: #bbbbbb;
  padding: 25px 30px;
  max-width: 450px;
  height: 100%;
  position: relative;
  text-align: center; }
  .header-menu_nav .nav-list {
    text-align: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    padding-bottom: 22px;
    position: relative;
    z-index: 3; }
    .header-menu_nav .nav-list:after {
      content: '';
      display: block;
      position: absolute;
      left: -15px;
      right: -15px;
      bottom: 0;
      height: 1px;
      background-color: rgba(239, 239, 239, 0.4); }
    .header-menu_nav .nav-list .sub-list {
      display: none; }
    .header-menu_nav .nav-list li {
      margin-bottom: 5px; }
      .header-menu_nav .nav-list li:last-child {
        margin-bottom: 0; }
    .header-menu_nav .nav-list a {
      color: #ffffff;
      padding: 6px 15px 10px 13px;
      -webkit-transition: 0.3s ease all;
      transition: 0.3s ease all;
      margin-right: -30px;
      display: block;
      text-transform: uppercase;
      font-size: 20px; }
      .header-menu_nav .nav-list a.active {
        background-color: #395173; }
  .header-menu_nav .btn_modal {
    display: block;
    background-color: #395173;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 35px;
    font-size: 19px;
    border: 1px solid #395173;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    text-align: center;
    width: 100%;
    color: #ffffff;
    cursor: pointer; }
  .header-menu_nav .tel-link {
    position: relative;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    color: #ffffff;
    font-size: 20px;
    display: inline-block;
    margin-top: 17px;
    padding-bottom: 1px; }
    .header-menu_nav .tel-link:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      max-width: 0;
      background-color: #ffffff;
      height: 1px;
      -webkit-transition: 0.3s ease all;
      transition: 0.3s ease all; }

.header-menu_lang {
  position: absolute;
  top: 33px;
  right: 30px;
  z-index: 4; }
  .header-menu_lang ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .header-menu_lang ul li {
      border-right: 1px solid #ffffff; }
      .header-menu_lang ul li:last-child {
        border-right: none; }
    .header-menu_lang ul a {
      display: block;
      padding: 0 5px;
      -webkit-transition: 0.3s ease all;
      transition: 0.3s ease all;
      font-size: 17px;
      color: #ffffff;
      font-family: "Roboto Light";
      font-weight: 300; }
      .header-menu_lang ul a.active {
        text-decoration: underline; }

.header-menu_sub {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #ffffff;
  background-image: url(../img/nav-bg.jpg);
  background-repeat: no-repeat;
  background-size: 500px;
  background-position: bottom center;
  max-height: 100%;
  overflow-y: auto;
  padding: 25px 30px; }
.header-menu_sub::-webkit-scrollbar {
    width: 8px;
    border-radius: 5px; }
  .header-menu_sub::-webkit-scrollbar-track {
    width: 8px;
    border-radius: 5px;
    background-color: #ecebeb; }
  .header-menu_sub::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #395173; }
.header-menu_sub-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 60px; }
  .header-menu_sub-head .tel-link {
    margin-right: 30px;
    font-size: 20px;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    color: #bbbbbb; }
  .header-menu_sub-head .btn_close {
    position: relative;
    cursor: pointer;
    width: 21px;
    height: 20px;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all; }
    .header-menu_sub-head .btn_close span {
      -webkit-transition: 0.3s ease all;
      transition: 0.3s ease all;
      width: 2px;
      height: 25px;
      background-color: #000000;
      position: absolute;
      top: 50%;
      left: 50%; }
      .header-menu_sub-head .btn_close span:nth-child(1) {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg); }
      .header-menu_sub-head .btn_close span:nth-child(2) {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg); }

.header-menu_sub-body {
  position: relative; }
  .header-menu_sub-body .list {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 70px;
    grid-row-gap: 5px;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
    visibility: hidden; }
    .header-menu_sub-body .list.active {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateX(0);
      transform: translateX(0); }
    .header-menu_sub-body .list li {
      display: block; }
    .header-menu_sub-body .list a {
      display: inline-block;
      padding: 13px 18px;
      -webkit-transition: 0.3s ease all;
      transition: 0.3s ease all;
      font-size: 20px;
      color: #3e3e3e; }

.home-intro {
  background-image: url("https://andreykharkov.com/wp-content/uploads/2021/01/home-intro.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.home-intro--container {
  padding: 105px 120px; }

.home-intro_info .st-title {
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 17px;
  padding-bottom: 30px;
  max-width: 730px;
  font-size: 44px;
  line-height: 1.25;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-weight: normal;
  position: relative; }
  .home-intro_info .st-title:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 76px;
    height: 3px;
    background-color: #ffffff; }

.home-intro_info .st-text {
  max-width: 750px;
  color: #ffffff;
  position: relative;
  margin-top: 0;
  margin-bottom: 45px;
  font-size: 23px;
  line-height: 1.2; }

.home-intro_info .btn_modal {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  background-color: #395173;
  position: relative;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.2;
  padding: 7px 10px;
  border-radius: 34px;
      animation: pulse 1s infinite;
  cursor: pointer;
  border: 1px solid #395173;
  padding: 14px 20px;
  font-size: 19px; }
  .home-intro_info .btn_modal:hover {
    background-color: transparent;
    color: #395173; }
  .home-intro_info .btn_modal:hover {
    background-color: #ffffff; }

.home-doctor {
  margin-top: 20px;
  padding-top: 40px;
  background-color: #ffffff;
  margin-bottom: 50px; }

.home-doctor--container {
  padding: 50px 55px 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  max-width: 1310px;
  margin: 0 auto; }

.home-doctor_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 45px; }

.home-doctor_info--img {
  min-width: 487px;
  max-width: 487px;
  margin-right: 50px; }

.home-doctor_info--text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  .home-doctor_info--text .st-title {
    margin-top: 0px;
    margin-bottom: 12px;
    padding-bottom: 23px;
    position: relative;
    font-size: 33px;
    line-height: 1.27;
    font-weight: 300;
    font-family: "Roboto Light"; }
    .home-doctor_info--text .st-title:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: #395173;
      height: 3px;
      width: 76px; }
  .home-doctor_info--text .sub-title {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 18px;
    color: #799e9e;
    font-weight: 500; }
  .home-doctor_info--text p {
    margin-bottom: 15px;
    color: #555555;
    font-size: 17px;
    line-height: 1.2; }
    .home-doctor_info--text p:last-child {
      margin-bottom: 0; }

.home-doctor_edu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.home-doctor_edu--item {
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.home-safety {
  margin-bottom: 50px; }

.home-safety--container {
  max-width: 1205px;
  margin: 0 auto;
  padding-left: 75px;
  position: relative; }
  .home-safety--container:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 56px;
    height: 55px;
    background-image: url(../img/logo-sm.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
  .home-safety--container:after {
    content: '';
    display: block;
    position: absolute;
    top: 75px;
    left: 28px;
    width: 1px;
    background-color: #395173;
    bottom: 0; }

.home-safety_title {
  margin-bottom: 40px; }
  .home-safety_title .st-title {
    margin: 0;
    font-family: "Roboto Light";
    font-weight: 300;
    font-size: 36px;
    color: #000000; }
    .home-safety_title .st-title span {
      font-family: "Roboto Regular";
      font-weight: 400;
      color: #395173; }

.home-safety_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.home-safety_info__tabs {
  min-width: 520px;
  max-width: 520px; }

.home-safety_info__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 40px; }

.home-safety_info__content-list {
  margin-bottom: 50px;
  max-width: 480px; }
  .home-safety_info__content-list .list {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .home-safety_info__content-list .list li {
      position: relative;
      margin-bottom: 12px;
      font-size: 22px;
      font-weight: 300;
      color: #000000;
      font-family: "Roboto Light";
      padding-left: 18px; }
      .home-safety_info__content-list .list li:last-child {
        margin-bottom: 0; }
      .home-safety_info__content-list .list li:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 11px;
        width: 9px;
        height: 9px;
        background-color: #86b3b3;
        border-radius: 50%; }

.home-safety_info__content-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.home-safety_info__content-tabs_list {
  margin-right: 30px;
  min-width: 160px; }
  .home-safety_info__content-tabs_list .list {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .home-safety_info__content-tabs_list .list li {
      display: block;
      margin-bottom: 30px; }
      .home-safety_info__content-tabs_list .list li:last-child {
        margin-bottom: 0; }
      .home-safety_info__content-tabs_list .list li.active a {
        color: #395173; }
      .home-safety_info__content-tabs_list .list li a {
        display: block;
        text-align: right;
        font-size: 36px;
        color: #bbbbbb;
        -webkit-transition: 0.3s ease all;
        transition: 0.3s ease all; }

.home-safety_info__content-tabs_tabs {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 350px;
  position: relative;
  overflow-y: auto; }
  .home-safety_info__content-tabs_tabs::-webkit-scrollbar {
    width: 5px;
    border-radius: 5px; }
  .home-safety_info__content-tabs_tabs::-webkit-scrollbar-track {
    width: 5px;
    border-radius: 5px;
    background-color: #395173; }
  .home-safety_info__content-tabs_tabs::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #ffffff; }

.home-safety_info__content-tabs_tabs--single {
  display: none;
  top: 0;
  left: 0;
  right: 0;
  min-height: 100%;
  padding: 29px 25px 50px 22px;
  background-color: #bbbbbb; }
  .home-safety_info__content-tabs_tabs--single.active {
    display: block; }
  .home-safety_info__content-tabs_tabs--single .list {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .home-safety_info__content-tabs_tabs--single .list li {
      margin-bottom: 20px;
      display: block; }
      .home-safety_info__content-tabs_tabs--single .list li:last-child {
        margin-bottom: 0; }
    .home-safety_info__content-tabs_tabs--single .list a {
      color: #ffffff;
      -webkit-transition: 0.3s ease all;
      transition: 0.3s ease all;
      font-size: 21px;
      font-family: "Roboto Light";
      font-weight: 400;
      position: relative; }
      .home-safety_info__content-tabs_tabs--single .list a:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
        background-color: #ffffff;
        max-width: 0;
        -webkit-transition: 0.3s ease all;
        transition: 0.3s ease all; }
      .home-safety_info__content-tabs_tabs--single .list a.active {
        cursor: default; }
        .home-safety_info__content-tabs_tabs--single .list a.active:after {
          max-width: 100%; }

.home-safety_info__tabs {
  border: 16px solid #bbbbbb;
  position: relative;
  height: 625px; }

.home-safety_info__overlay {
  display: none; }

.home-safety_info__tabs--img {
  height: 100%;
  width: 100%;
  -webkit-transition: 0.3s ease all;
  position: relative;
  transition: 0.3s ease all;
  max-height: 100%; }
 .home-safety_info__tabs--img:after {
 	content: '';
 	display: block;
 	position: absolute;
 	top: 0;
 	bottom: 0;
 	left: 0;
 	right: 0;
 	background-color: rgba(0,0,0,0.38);
 }
  .home-safety_info__tabs--img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.home-safety_info__tabs--info {
  position: absolute;
  bottom: 40px;
  left: 30px;
  right: 30px; }
  .home-safety_info__tabs--info .st-title {
    margin-top: 0;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 36px;
    font-family: "Roboto Light";
    padding-left: 30px;
    position: relative;
    font-weight: 300; }
    .home-safety_info__tabs--info .st-title:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 2px;
      background-color: #ffffff; }
  .home-safety_info__tabs--info .st-info {
    font-size: 22px;
    line-height: 1.3;
    color: #ffffff;
    font-weight: 300;
    font-family: "Roboto Light";
    margin-bottom: 28px; }
  .home-safety_info__tabs--info .st-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0; }
  .home-safety_info__tabs--info .st-link {
    padding: 13px 16px;
    background-color: #395173;
    border-radius: 35px;
    line-height: 1;
    color: #ffffff;
    font-size: 19px;
    border: 1px solid #395173;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all; }
  .home-safety_info__tabs--info .sm-link {
    position: relative;
    margin-left: auto;
    padding-bottom: 1px;
    font-size: 19px;
    color: #ffffff;
    padding-left: 15px;
    padding-right: 15px; }
    .home-safety_info__tabs--info .sm-link:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 15px;
      right: 15px;
      height: 1px;
      background-color: #ffffff;
      max-width: 0;
      -webkit-transition: 0.3s ease all;
      transition: 0.3s ease all; }

.home-feedback {
  margin-top: 60px;
  margin-bottom: 55px;
  background-color: #f2f2f2; }

.home-feedback--container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.home-feedback_img {
  min-width: 470px;
  max-width: 470px;
  position: relative; }
  .home-feedback_img:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 40px;
    top: -40px;
    background-color: rgba(134, 179, 179, 0.2);
    z-index: -1; }
  .home-feedback_img:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    height: 25px;
    background-color: rgba(134, 179, 179, 0.2);
    z-index: -1; }

.home-feedback_info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 70px 120px 20px 100px; }

.home-feedback_info--title {
  margin-bottom: 30px; }
  .home-feedback_info--title .st-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-family: "Roboto Light";
    font-weight: 300;
    font-size: 36px; }
  .home-feedback_info--title .sm-title {
    margin-top: 0;
    margin-bottom: 30px;
    padding-bottom: 25px;
    font-size: 24px;
    font-family: "Roboto Light";
    font-weight: 300;
    position: relative; }
    .home-feedback_info--title .sm-title:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 75px;
      height: 2px;
      background-color: #898989; }
  .home-feedback_info--title .st-text {
    margin: 0;
    
    font-size: 24px;
    font-family: "Roboto Regular"; }
  .home-feedback_info--text .tel-link {
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    margin-right: 27px;
    font-size: 20px;
    line-height: 1.15;
    color: #86b3b3;
    position: relative;
    /*padding-top: 15px;*/
    /*margin-top: 15px;*/
    display: inline-block;
  }
  .home-feedback_info--text .link-title {
    margin-bottom: 15px;
    color: #395173;
    margin-top: 15px;
    display: flex;
    align-items: center;
    position: relative;
/*    padding-left: 65px;
*/
  }
  .home-feedback_info--text .link-title:before {
    content: '';
    left: 0;
    top: 0;
    display: block;
    height: 2px;
    width: 60px;
    background-color: #395173;
    margin-right: 10px;
  }

  .home-feedback_info--text .tel-link:hover {
    color: #395173;
  }

.home-feedback_info--text .st-text {
  margin: 0;
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 1.15;
  font-family: "Roboto Light";
  font-weight: 300; }

.home-feedback_info--form {
  margin-bottom: 30px; }
  .home-feedback_info--form .form--container {
    display: grid;
    grid-template-columns: 1.52fr 1fr;
    grid-column-gap: 30px;
    max-width: 500px;
    grid-row-gap: 20px; }
  .home-feedback_info--form .input-text {
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #395173;
    padding-left: 12px;
    padding-right: 10px;
    font-size: 20px;
    background-color: #ffffff;
    font-family: "Roboto Light"; }
    .home-feedback_info--form .input-text:hover {
      -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
      box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25); }
    .home-feedback_info--form .input-text:focus {
      -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
      box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
      border-color: #395173; }
  .home-feedback_info--form .btn_submit {
    border: 1px solid #395173;
    background-color: #395173;
    width: 100%;
    height: 50px;
    border-radius: 35px;
    font-size: 19px;
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffffff;
    cursor: pointer;
        animation: pulse 1s infinite;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all; }

.home-quote {
  margin-bottom: 70px; }

.home-quote--container {
  max-width: 1212px;
  margin: 0 auto; }

.home-quote_info {
  margin-bottom: 45px; }
  .home-quote_info .st-title {
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;
    font-size: 22px;
    color: #8b8b8b;
    text-align: center;
    font-family: "Roboto Regular";
    font-weight: 400; }
    .home-quote_info .st-title:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 75px;
      height: 2px;
      background-color: #395173; }
  .home-quote_info .st-quote {
    font-weight: normal;
    font-style: normal;
    padding-left: 135px;
    padding-right: 135px;
    position: relative;
    font-family: "Roboto Light";
    font-weight: 300;
    font-size: 36px;
    text-align: center;
    margin: 0; }
    .home-quote_info .st-quote:before {
      content: "\e90b";
      display: block;
      position: absolute;
      font-family: 'icomoon' !important;
      speak: never;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 50px;
      color: #86B3B3;
      top: -20px;
      left: 35px; }
    .home-quote_info .st-quote:after {
      content: "\e90a";
      display: block;
      position: absolute;
      font-family: 'icomoon' !important;
      speak: never;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 50px;
      color: #86B3B3;
      bottom: -20px;
      right: 35px; }

.home-quote_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.home-quote_list--item {
  text-align: center;
  margin-right: 50px; }
  .home-quote_list--item:last-child {
    margin-right: 0; }
  .home-quote_list--item .st-title {
    margin-top: 0;
    margin-bottom: 0px;
    font-size: 60px;
    font-weight: normal; }
  .home-quote_list--item .st-info {
    margin: 0;
    text-transform: uppercase;
    font-size: 22px;
    font-family: "Roboto Light";
    font-weight: 300; }

.home-gallery {
  background: #131313;
  position: relative; }
  .home-gallery:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 1440px;
    margin: 0 auto;
    z-index: 1;
    background-image: url(../img/gallery-bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover; }
  .home-gallery .custom-container {
    position: relative;
    z-index: 3; }

.home-gallery_info {
  max-width: 900px;
  margin: 0 auto;
  padding-top: 250px;
  padding-bottom: 140px;
  text-align: center; }
  .home-gallery_info .st-title {
    margin-top: 0;
    margin-bottom: 37px;
    padding-bottom: 34px;
    position: relative;
    color: #ffffff;
    font-size: 80px;
    line-height: 1.2;
    font-weight: normal;
    font-family: "Roboto Regular"; }
    .home-gallery_info .st-title:after {
      content: '';
      display: block;
      position: absolute;
      width: 250px;
      height: 2px;
      background-color: #ffffff;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
  .home-gallery_info .st-info {
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 60px;
    padding-bottom: 43px;
    position: relative;
    font-size: 36px;
    font-family: "Roboto Light";
    font-weight: 300; }
    .home-gallery_info .st-info:after {
      content: '';
      display: block;
      position: absolute;
      width: 250px;
      height: 2px;
      background-color: #ffffff;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
  .home-gallery_info .st-link {
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    line-height: 1;
    color: #ffffff;
    font-size: 28px;
    padding: 12px 46px;
    display: inline-block;
    border: 2px solid #ffffff; }

.home-process {
  padding-top: 80px;
  margin-bottom: 55px; }

.home-process--container {
  max-width: 1200px;
  margin: 0 auto; }

.home-process_title {
  margin-bottom: 45px; }
  .home-process_title .st-title {
    margin-top: 0;
    margin-bottom: 3px;
    font-family: "Roboto Light";
    font-weight: 300;
    font-size: 36px; }
  .home-process_title .st-info {
    position: relative;
    padding-bottom: 15px;
    margin: 0;
    font-size: 24px;
    font-family: "Roboto Light";
    font-weight: 300; }
    .home-process_title .st-info:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 75px;
      height: 2px;
      background-color: #898989; }

.home-process_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 106px;
  grid-row-gap: 80px; }

.home-process_list--item {
  position: relative; }
  .home-process_list--item:after {
    content: '';
    display: block;
    position: absolute;
    top: -30px;
    left: -50px;
    background-image: url(../img/pr-bgi.png);
    width: 214px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    height: 141px; }
  .home-process_list--item:nth-child(4) .arrow, .home-process_list--item:nth-child(8) .arrow {
    display: none; }
  .home-process_list--item .arrow {
    position: absolute;
    top: 50%;
    right: -75px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .home-process_list--item .arrow .path2,
    .home-process_list--item .arrow .path4 {
      color: #395173; }
  .home-process_list--item .st-text {
    font-size: 17px;
    margin: 0; }
  .home-process_list--item .st-img {
    position: relative;
    margin-top: 0;
    margin-bottom: 12px;
    padding-bottom: 4px;
    padding-left: 24px;
    max-width: 107px;
    margin-right: auto; }
    .home-process_list--item .st-img img {
      margin-left: auto; }
    .home-process_list--item .st-img:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      height: 2px;
      left: 29px;
      right: 0;
      background-color: #395173;
      z-index: 1; }
    .home-process_list--item .st-img:before {
      content: '';
      display: block;
      position: absolute;
      bottom: -2px;
      height: 6px;
      width: 6px;
      background-color: #000000;
      left: 27px;
      border-radius: 50%;
      z-index: 2; }
    .home-process_list--item .st-img .count {
      display: block;
      position: absolute;
      bottom: -11px;
      left: 0;
      width: 37px;
      height: 53px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      font-family: "Roboto Light";
      font-weight: 300;
      font-size: 45px; }

.home-catch_info {
  text-align: center;
  max-width: 1020px;
  margin: 0 auto; }
  .home-catch_info .st-title {
    margin-bottom: 27px;
    font-size: 30px;
    font-weight: 300;
    font-family: "Roboto Light"; }
  .home-catch_info .btn_modal {
    position: relative;
    display: inline-block;
    background-color: #395173;
    color: #ffffff;
    padding: 13px 28px;
    font-size: 19px;
    line-height: 1;
    border: 1px solid #395173;
    border-radius: 35px;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    animation: pulse 1s infinite;
    cursor: pointer; }
  @keyframes pulse {
    0% {
      box-shadow: 0 0 0 0 rgba(0,100,87, 0.4);
    }
    50% {
      box-shadow: 0 0 0 10px rgba(0,100,87, 0);
    }
    100% {
      box-shadow: 0 0 0 0 rgba(0,100,87, 0);
    }
  }
    .home-catch_info .btn_modal:before {
      content: '';
      display: block;
      position: absolute;
      left: -290px;
      top: 50%;
      width: 210px;
      height: 1px;
      background-color: #b6b6b6;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    .home-catch_info .btn_modal:after {
      content: '';
      display: block;
      position: absolute;
      right: -290px;
      top: 50%;
      width: 210px;
      height: 1px;
      background-color: #b6b6b6;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }

.home-services {
  margin-top: 70px;
  margin-bottom: 50px; }

.home-services--container {
  padding-left: 8%; }

.home-services_item {
  margin-bottom: 33px;
  margin-left: auto;
  margin-right: auto; }
  .home-services_item:last-child {
    margin-bottom: 0; }

.home-services_item--link {
  margin-top: 20px;
  padding-right: 15%;
  text-align: right; }
  .home-services_item--link a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 25px;
    font-family: "Roboto Light";
    font-weight: 300;
    color: #000000;
    line-height: 1; }
    .home-services_item--link a .icon {
      margin-left: 10px;
      font-size: 16px;
      -webkit-transition: 0.3s ease all;
      transition: 0.3s ease all;
      position: relative;
      top: 2px; }

.home-services_item--list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.home-services_item--list-head {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 210px;
  min-width: 275px;
  max-width: 275px; }
  .home-services_item--list-head .st-title {
    padding-bottom: 13px;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    font-size: 25px; }
    .home-services_item--list-head .st-title:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 65px;
      height: 1px;
      background-color: #86b3b3; }
  .home-services_item--list-head .st-link {
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    display: inline-block;
    padding: 8px 30px;
    background-color: #395173;
    color: #ffffff;
    border: 1px solid #395173;
    font-size: 24px;
    line-height: 1; }

.home-services_item--list-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 10px; }
  .home-services_item--list-body::-webkit-scrollbar {
    height: 5px; }
  .home-services_item--list-body::-webkit-scrollbar-track {
    height: 5px;
    background-color: #b6b6b6;
    border-radius: 20px; }
  .home-services_item--list-body::-webkit-scrollbar-thumb {
    height: 5px;
    background-color: #395173;
    border-radius: 20px; }

.home-services_item--list-body--item {
  position: relative;
  overflow: hidden;
  min-width: 275px;
  max-width: 275px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }
  .home-services_item--list-body--item .img {
    display: block;
    min-width: 275px;
    height: 210px;
    position: relative; }
    .home-services_item--list-body--item .img:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
      z-index: 3; }
    .home-services_item--list-body--item .img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -webkit-transition: 0.3s ease all;
      transition: 0.3s ease all;
      position: relative;
      z-index: 2; }
  .home-services_item--list-body--item .st-title {
    position: absolute;
    z-index: 3;
    top: 23px;
    left: 26px;
    padding-left: 17px;
    max-width: 220px;
    font-size: 25px;
    color: #ffffff;
    font-weight: normal;
    font-family: "Roboto Regular";
    line-height: 1.18;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all; }
    .home-services_item--list-body--item .st-title:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 1px;
      background-color: #ffffff;
      -webkit-transition: 0.3s ease all;
      transition: 0.3s ease all; }

.home-clinic {
  padding-top: 40px;
  margin-bottom: 100px; }

.home-clinic--container {
  max-width: 1205px;
  margin: 0 auto; }

.home-clinic_title {
  margin-bottom: 27px; }
  .home-clinic_title .st-title {
    font-weight: 300;
    font-family: "Roboto Light";
    margin-top: 0;
    margin-bottom: 3px;
    font-size: 36px; }
  .home-clinic_title .st-info {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 15px;
    font-weight: 300;
    font-family: "Roboto Light";
    font-size: 24px;
    position: relative; }
    .home-clinic_title .st-info:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      height: 1px;
      width: 75px;
      background-color: #898989; }

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

.home-clinic_content--list {
  min-width: 500px;
  max-width: 500px;
  margin-right: 35px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 34px;
  grid-column-gap: 50px; }

.home-clinic_content--list-item .image {
  display: inline-block;
  margin-bottom: 12px;
  padding-bottom: 4px;
  position: relative; }
  .home-clinic_content--list-item .image:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #395173; }

.home-clinic_content--list-item .st-info {
  margin: 0;
  font-size: 17px; }

.home-clinic_content--image {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
  max-width: 670px;
  position: relative; }
  .home-clinic_content--image .slick-prev {
    position: absolute;
    top: 40px;
    bottom: 48px;
    left: 0;
    width: 60px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.2);
    color: #ffffff;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all; }
    .home-clinic_content--image .slick-prev span {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(180deg);
      transform: translate(-50%, -50%) rotate(180deg); }
  .home-clinic_content--image .slick-next {
    position: absolute;
    top: 40px;
    bottom: 48px;
    right: 0;
    width: 60px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.2);
    color: #ffffff;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all; }
    .home-clinic_content--image .slick-next span {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .home-clinic_content--image .st-image {
    margin: 0;
    padding-top: 40px;
    position: relative; }
    .home-clinic_content--image .st-image:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 60px;
      height: 40px;
      width: 426px;
      background-color: #e7f0f0; }
    .home-clinic_content--image .st-image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .home-clinic_content--image .st-address {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 426px;
    background-color: #e7f0f0;
    padding-left: 10px;
    padding-right: 10px;
    height: 48px;
    margin-right: 60px;
    font-weight: normal;
    font-style: normal;
    font-family: "Roboto Light";
    font-weight: 300;
    font-size: 22px;
    line-height: 1; }
    .home-clinic_content--image .st-address .icon {
      margin-right: 7px;
      font-size: 29px; }

.footer-top {
  background-color: #829595;
  padding-top: 22px;
  padding-bottom: 22px; }

.footer--container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  max-width: 1200px; }

.footer-top_logo {
  margin-right: auto;
  max-width: 310px; }

.footer-top_soc {
  margin-right: 32px; }
  .footer-top_soc ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .footer-top_soc ul li {
      margin-right: 28px; }
      .footer-top_soc ul li:last-child {
        margin-right: 0; }
    .footer-top_soc ul a {
      -webkit-transition: 0.3s ease all;
      transition: 0.3s ease all;
      color: rgba(252, 254, 254, 0.8);
      font-size: 32px; }

.footer-top_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .footer-top_links .tel-link {
    margin-right: 20px;
    color: #FCFEFE;
    font-size: 20px;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all; }
  .footer-top_links .btn_modal {
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    padding: 7px 14px;
    background-color: #395173;
    color: #ffffff;
    border: 1px solid #395173;
    border-radius: 35px;
    line-height: 1;
    font-size: 15px;
    cursor: pointer; }

.footer-nav {
  background-color: #bbbbbb; }

.footer-nav_list {
  padding-top: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #D1D5D4;
  display: block;
  width: 100%; }
  .footer-nav_list ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .footer-nav_list ul li {
      margin-right: 20px; }
      .footer-nav_list ul li:last-child {
        margin-right: 0; }
    .footer-nav_list ul a {
      display: block;
      padding: 9px 20px;
      font-size: 15px;
      line-height: 1;
      color: #ffffff;
      -webkit-transition: 0.3s ease all;
      transition: 0.3s ease all;
      text-transform: uppercase; }

.footer-bottom {
  background-color: #bbbbbb;
  padding-top: 25px;
  padding-bottom: 30px; }

.footer-bottom--info {
  margin-right: auto; }
  .footer-bottom--info .st-text {
    font-size: 17px;
    color: #ffffff;
    line-height: 1.25;
    margin: 0; }

.footer-bottom--lang ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .footer-bottom--lang ul li {
    border-right: 1px solid #ffffff; }
    .footer-bottom--lang ul li:last-child {
      border-right: none; }
  .footer-bottom--lang ul a {
    display: block;
    padding: 0 5px;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    font-size: 17px;
    color: #ffffff; }

.c-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 300;
  display: none; }

.c-modal-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 10; }

.c-modal-content {
  max-width: 650px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.35);
  position: relative;
  z-index: 20;
  margin: 40px auto 0;
  max-height: 90vh;
  overflow-y: auto; }

.c-modal-content--head {
  position: relative;
  padding: 23px 25px 30px; }
  .c-modal-content--head .st-title {
    margin-top: 0;
    margin-bottom: 6px;
    font-size: 28px;
    font-family: "Roboto Light";
    font-weight: 300; }
  .c-modal-content--head .st-info {
    margin: 0;
    font-family: "Roboto Light";
    font-weight: 300;
    font-size: 22px; }
  .c-modal-content--head .btn_close {
    position: absolute;
    top: 28px;
    right: 28px;
    cursor: pointer;
    width: 21px;
    height: 20px;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all; }
    .c-modal-content--head .btn_close span {
      -webkit-transition: 0.3s ease all;
      transition: 0.3s ease all;
      width: 2px;
      height: 25px;
      background-color: #000000;
      position: absolute;
      top: 50%;
      left: 50%; }
      .c-modal-content--head .btn_close span:nth-child(1) {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg); }
      .c-modal-content--head .btn_close span:nth-child(2) {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg); }

.c-modal-content--text {
  padding: 16px 50px;
  background-color: #bbbbbb; }
  .c-modal-content--text .st-text {
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    font-weight: normal; }

.c-modal-content--form {
  padding-top: 25px;
  padding-bottom: 18px;
  text-align: center; }
  .c-modal-content--form .input-container {
    max-width: 480px;
    margin: 0 auto 25px;
    text-align: left; }
  .c-modal-content--form .input-text {
    width: 100%;
    display: block;
    height: 50px;
    padding-left: 14px;
    padding-right: 10px;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    background-color: #ffffff;
    font-family: "Roboto Light";
    border: 1px solid #898989;
    font-size: 18px;
    color: #000000; }
    .c-modal-content--form .input-text:hover {
      -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
      box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25); }
    .c-modal-content--form .input-text:focus {
      -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
      box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
      border-color: #395173; }
  .c-modal-content--form .submit-container {
    padding-bottom: 18px;
    position: relative; }
    .c-modal-content--form .submit-container:after {
      content: '';
      display: block;
      position: absolute;
      left: 50%;
      bottom: 0;
      height: 2px;
      background-color: #395173;
      width: 85px;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
  .c-modal-content--form .btn_submit {
    display: inline-block;
    background-color: #395173;
    line-height: 1;
    color: #ffffff;
    padding: 14px 35px;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    text-transform: uppercase;
        animation: pulse 1s infinite;
    font-size: 17px;
    border-radius: 35px;
    cursor: pointer;
    border: 1px solid #395173; }

.c-modal-content--foot {
  padding-bottom: 35px;
  text-align: center; }
  .c-modal-content--foot .tel-link {
    display: inline-block;
    margin-bottom: 18px;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    font-size: 20px;
    color: #bbbbbb; }
  .c-modal-content--foot .st-text {
    font-size: 18px;
    font-family: "Roboto Light";
    font-weight: 300;
    max-width: 380px;
    margin: 0 auto; }

.st-nav {
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 23px;
  padding-bottom: 23px;
  border-top: 1px solid #9D9D9D; }
  .st-nav.blog {
    background-color: #f2f2f2;
    margin-left: 0;
    margin-right: 0; }
    .st-nav.blog .st-nav--container {
      max-width: 1200px; }

.st-nav--container {
  max-width: 1310px;
  margin: 0 auto; }

.breadcrumbs-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .breadcrumbs-list li {
    color: #799e9e;
    font-size: 16px; }
  .breadcrumbs-list a {
    display: block;
    color: #6C6C6C; }
    .breadcrumbs-list a .icon-home {
      margin-right: 8px;
      font-size: 14px; }
    .breadcrumbs-list a .icon {
      margin-left: 7px;
      margin-right: 7px; }

.text-block {
  margin-bottom: 65px; }

.text-block--container {
  margin: 0 auto;
  max-width: 1310px;
  border-radius: 2px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.25);
  padding: 50px 55px 35px;
  overflow: hidden;
  position: relative; }
  .text-block--container:after {
    content: '';
    background-image: url(../img/text-block-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    width: 507px;
    height: 233px;
    position: absolute;
    bottom: -50px;
    right: -40px; }

.text-block_content .st-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: "Roboto Light";
  font-weight: 300;
  font-size: 30px;
  position: relative;
  padding-bottom: 23px; }
  .text-block_content .st-title:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 75px;
    height: 3px;
    background-color: #395173; }

.text-block_content .sub-title {
  margin-bottom: 13px;
  color: #799e9e;
  font-family: "Roboto Medium"; }
.text-block_content a {
  color: #799e9e;
}
.text-block_content p {
  font-size: 17px;
  line-height: 1.3;
  font-weight: normal;
  font-family: "Roboto Light";
  font-weight: 300;
  margin-bottom: 0px;
  margin-bottom: 1em;
    margin-top: 1em; 
  margin-top: 0; }
  .text-block_content p strong {
    font-weight: 700;
    font-family: "Roboto Bold"; }
.text-block_content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.text-block_content table {
  width: 100%;
  border-collapse: collapse;
}
.text-block_content table td {
  padding: 1em;
}
.text-block_content table tr {
  border: 1px solid #799e9e;
  transition: 0.3s ease all;
}
.text-block_content table tr:hover {
  background-color: #799e9e;
  color: #fff;
}
.text-block_content ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .text-block_content ul li {
    display: block;

margin-top: 0.5em;
      margin-bottom: 0.5em;
    padding-left: 25px;
    position: relative; }
    .text-block_content ul li:before {
      content: "\e905";
      display: block;
      position: absolute;
      top: 5px;
      left: 0;
      color: #395173;
      font-family: 'icomoon' !important;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 10px; }

.text-block_content ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
  counter-reset: ol; }
  .text-block_content ol li {
    padding-left: 25px;
    position: relative;
    counter-increment: ol; }
    .text-block_content ol li:before {
      content: counter(ol);
      color: #ffffff;
      display: block;
      position: absolute;
      left: 0;
      top: 4px;
      min-width: 15px;
      text-align: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      height: 16px;
      background-color: #395173;
      border-radius: 50%;
      font-size: 12px;
      line-height: 16px;
      padding-left: 1px; }

.text-block_content h1 {
  margin-top: 0;
  margin-bottom: 0px;
  font-family: "Roboto Light";
  font-weight: 300;
  font-size: 30px; }

.text-block_content h2,
.text-block_content h3,
.text-block_content h4,
.text-block_content h5,
.text-block_content h6 {
  margin-top: 0;
  
  margin-bottom: 0;
margin-top: 0.5em;
      margin-bottom: 0.5em;
  font-family: "Roboto Light";
  font-weight: 300; }

.text-block_content h2 {
  font-size: 28px; }

.text-block_content h3 {
  font-size: 24px; }

.text-block_content h4 {
  font-size: 20px; }

.text-block_content h5 {
  font-size: 18px; }

.text-block_content h6 {
  font-size: 16px; }

.home-safety.mb {
  margin-bottom: 0; }

.home-safety.mt {
  margin-top: 55px; }

.home-process.mb {
  margin-bottom: 100px; }

.blog-more {
  margin-top: -20px;
  margin-bottom: 70px; }

.blog-more--container {
  max-width: 1200px;
  margin: 0 auto; }

.blog-more_title {
  margin-bottom: 30px;
  text-align: center; }
  .blog-more_title .st-title {
    padding-bottom: 12px;
    margin-bottom: 12px;
    margin-top: 0;
    font-size: 30px;
    font-weight: 300;
    font-family: "Roboto Light";
    position: relative; }
    .blog-more_title .st-title:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 50%;
      height: 2px;
      width: 75px;
      background-color: #898989;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
  .blog-more_title .st-info {
    margin: 0;
    font-family: "Roboto Light";
    font-weight: 300;
    color: #8b8b8b;
    font-size: 22px; }

.blog-more_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 25px;
  grid-column-gap: 25px; }

.blog-more_list--item a {
  height: 100%;
  display: block;
  background-color: #ffffff;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  border-radius: 2px;
  -webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.25);
  padding: 30px 30px 20px;
  position: relative; }
  .blog-more_list--item a:after {
    content: '';
    display: block;
    position: absolute;
    width: 395px;
    height: 182px;
    bottom: -50px;
    right: -35px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    background-image: url(../img/art-bg.png);
    background-repeat: no-repeat;
    background-size: cover; }
  .blog-more_list--item a .st-title {
    font-family: "Roboto Light";
    font-weight: 300;
    margin-bottom: 14px;
    padding-bottom: 22px;
    font-size: 22px;
    position: relative;
    color: #000000; }
    .blog-more_list--item a .st-title:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      height: 3px;
      width: 85px;
      background-color: #395173; }
  .blog-more_list--item a .st-date {
    margin: 0;
    font-family: "Roboto Light";
    font-weight: 300;
    font-size: 17px;
    color: #000000; }

.blog-page {
  padding-top: 20px;
  padding-bottom: 65px;
  position: relative;
  margin-bottom: 40px; }
  .blog-page:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f2f2f2;
    z-index: -2; }

.st-service {
  position: relative;
  padding-bottom: 40px; }
  .st-service:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    background-color: #f2f2f2; }

.st-service--container {
  max-width: 1310px;
  margin: 0 auto;
  position: relative; }

.service-info {
  padding: 50px 55px 37px;
  background-color: #ffffff;
  border-radius: 2px;
  -webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.25);
  position: relative; }
  .service-info:after {
    content: '';
    background-image: url(../img/text-block-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    width: 507px;
    height: 233px;
    position: absolute;
    bottom: -50px;
    right: -40px; }
  .service-info:before {
    content: '';
    background-image: url(../img/text-block-bg-left.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    width: 507px;
    height: 233px;
    position: absolute;
    bottom: -50px;
    left: -40px; }

.service-info_content {
  margin-bottom: 15px;
  max-height: 295px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  overflow: hidden; }
  .service-info_content.open {
    max-height: 50000px; }
  .service-info_content .st-title {
    margin-top: 0;
    margin-bottom: 11px;
    padding-bottom: 23px;
    position: relative;
    font-size: 30px;
    font-weight: 300;
    font-family: "Roboto Light"; }
    .service-info_content .st-title:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 75px;
      height: 3px;
      background-color: #395173; }
  .service-info_content .sub-title {
    margin-bottom: 13px;
    margin-top: 0;
    font-size: 18px;
    font-family: "Roboto Medium";
    font-weight: normal;
    color: #799e9e; }
  .service-info_content p {
    font-size: 17px;
    line-height: 1.3;
    font-weight: normal;
    font-family: "Roboto Light";
    font-weight: 300;
    margin-bottom: 1em;
    margin-top: 1em; }
    .service-info_content p strong {
      font-weight: 700;
      font-family: "Roboto Bold"; }
    .service-info_content p a {
      color: #395173; }
  .service-info_content ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .service-info_content ul li {
      display: block;
      padding-left: 25px;
      margin-top: 0.5em;
      margin-bottom: 0.5em;
      position: relative; }
      .service-info_content ul li:before {
        content: "\e905";
        display: block;
        position: absolute;
        top: 5px;
        left: 0;
        color: #395173;
        font-family: 'icomoon' !important;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 10px; }
  .service-info_content ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
    counter-reset: ol; }
    .service-info_content ol li {
      padding-left: 25px;
      position: relative;
      margin-top: 0.5em;
      margin-bottom: 0.5em;
      counter-increment: ol; }
      .service-info_content ol li:before {
        content: counter(ol);
        color: #ffffff;
        display: block;
        position: absolute;
        left: 0;
        top: 4px;
        min-width: 16px;
        text-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        height: 16px;
        background-color: #395173;
        border-radius: 50%;
        font-size: 12px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; }
  .service-info_content h1 {
    margin-top: 1em;
    margin-bottom: 1em;
    font-family: "Roboto Light";
    font-weight: 300;
    font-size: 30px; }
  .service-info_content h2,
  .service-info_content h3,
  .service-info_content h4,
  .service-info_content h5,
  .service-info_content h6 {
    margin-top: 1em;
    margin-bottom: 1em;
    font-family: "Roboto Light";
    font-weight: 300; }
  .service-info_content h2 {
    font-size: 28px; }
  .service-info_content h3 {
    font-size: 24px; }
  .service-info_content h4 {
    font-size: 20px; }
  .service-info_content h5 {
    font-size: 18px; }
  .service-info_content h6 {
    font-size: 16px; }

.service-info_list {
  margin-bottom: 10px; }
.service-info_list .anch-st {
   -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    line-height: 1;
    margin-bottom: 20px;
    display: inline-block;
    margin-right: 0px;
    font-size: 20px;
    color: #4a4a4a;
    padding: 9px 15px;
    border: 1px solid #4A4A4A;
    font-family: "Roboto Light";
    font-weight: 300;
    cursor: pointer;
}
  .service-info_list ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .service-info_list ul li {
      margin-right: 10px;
      margin-bottom: 10px;
      overflow: hidden;
      min-width: 160px; }
    .service-info_list ul .st-title {
      display: block;
      min-height: 24px;
      background-color: #395173;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      color: #ffffff;
      font-size: 16px;
      -webkit-transition: 0.3s ease all;
      transition: 0.3s ease all; }
    .service-info_list ul .st-text {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      background-color: #fff;
      -ms-flex-pack: center;
      justify-content: center;
      font-size: 18px;
      font-family: "Roboto Light";
      font-weight: 300;
      color: #000000;
      transition: 0.3s ease all;
      border: 1px solid #DCDCDC;
      min-height: 46px; }
@keyframes s-item-anim {
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(-70px);
	}
	100% {
		transform: translateY(0px);
	}
}
body.not-mobile .service-info_list ul li:hover .st-text {
  max-height: 300px;
  /*min-height: 46px;*/
  opacity: 1;
  visibility: visible;
  animation: s-item-anim 0.5s 1;
}
body.not-mobile .service-info_list ul .st-text {
  max-height: 0;
  /*min-height: 0;*/
  /*opacity: 0;*/
  /*visibility: hidden;*/
}
.service-info_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: block;
  text-align: center;
}
  .service-info_links .st-info {
    margin: 0 auto 10px;
    /*margin-right: 120px;*/
    /*max-width: 500px;*/
    font-size: 16px;
    text-align: left;
    color: #6C6C6C; }
  .service-info_links .anch-st {
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    line-height: 1;
    margin-right: 23px;
    font-size: 20px;
    color: #4a4a4a;
    padding: 9px 15px;
    border: 1px solid #4A4A4A;
    font-family: "Roboto Light";
    font-weight: 300;
    cursor: pointer; }
  .service-info_links .btn_modal {
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    line-height: 1;
    display: inline-block;
    font-size: 20px;
    /*color: #395173;*/
    color: #ffffff;
    background-color: #395173;
    padding: 12px 25px;
    border-radius: 45px;
    animation: pulse 1s infinite;
    border: 1px solid #395173;
    font-family: "Roboto Light";
    font-weight: 300;
    cursor: pointer; }

.service-articles {
  position: relative;
  padding-top: 40px; }
  .service-articles.open .btn_dropdown {
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.45);
    background-color: #f2f2f2; }
    .service-articles.open .btn_dropdown .icon {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
  .service-articles.open .dropdown-list {
    max-height: 1000px;
    opacity: 1;
    visibility: visible;
    border-top: 1px solid #C4C4C4;
    background-color: #f2f2f2;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding-top: 23px;
    padding-bottom: 20px; }
  .service-articles .btn_dropdown {
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 16px 24px 15px 15px;
    line-height: 1;
    font-size: 13px;
    font-weight: 300;
    font-family: "Roboto Light";
    font-size: 24px;
    background-color: #ffffff;
    color: #4a4a4a;
    cursor: pointer;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }
    .service-articles .btn_dropdown .icon {
      margin-left: auto;
      font-size: 14px;
      color: #86b3b3;
      -webkit-transition: 0.3s ease all;
      transition: 0.3s ease all; }
  .service-articles .dropdown-list {
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 5;
    border-top: 1px solid transparent;
    list-style-type: none;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 20px; }
    .service-articles .dropdown-list:before {
      content: '';
      display: block;
      position: absolute;
      top: 15px;
      bottom: 15px;
      left: 33%;
      width: 1px;
      background-color: #c4c4c4; }
    .service-articles .dropdown-list:after {
      content: '';
      display: block;
      position: absolute;
      top: 15px;
      bottom: 15px;
      right: 33%;
      width: 1px;
      background-color: #c4c4c4; }
    .service-articles .dropdown-list a {
      display: block;
      -webkit-transition: 0.3s ease all;
      transition: 0.3s ease all;
      padding-left: 15px;
      padding-right: 15px;
      font-size: 20px;
      color: #3e3e3e; }

.mt-expert {
  padding-top: 40px;
  padding-bottom: 30px; }

.mt-expert--container {
  max-width: 1310px;
  margin: 0 auto; }

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

.mt-expert_content_img {
  min-width: 440px;
  max-width: 440px;
  margin-right: 45px; }

.mt-expert_content_info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.mt-expert_content_info--title {
  margin-bottom: 15px; }
  .mt-expert_content_info--title .st-title {
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 30px;
    font-family: "Roboto Light";
    font-weight: 300; }
    .mt-expert_content_info--title .st-title:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 75px;
      height: 3px;
      background-color: #395173; }
  .mt-expert_content_info--title .sub-title {
    margin: 0;
    font-weight: normal;
    font-family: "Roboto Medium";
    color: #799e9e;
    font-size: 17px; }

.mt-expert_content_info--exp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  border-radius: 12px;
  background-color: #f2f2f2;
  padding: 20px 30px;
  margin-bottom: 20px; }
  .mt-expert_content_info--exp .st-item {
    margin: 0 auto; }
  .mt-expert_content_info--exp .st-title {
    display: block;
    text-align: center;
    font-size: 46px;
    line-height: 1.15; }
  .mt-expert_content_info--exp .st-text {
    display: block;
    text-align: center;
    font-weight: 300;
    font-family: "Roboto Light";
    font-size: 20px;
    line-height: 1; }

.mt-expert_content_info--educ .st-title {
  margin-top: 0;
  margin-bottom: 35px;
  position: relative;
  padding-bottom: 17px;
  font-weight: 300;
  font-family: "Roboto Light";
  font-size: 25px; }

.mt-expert_content_info--educ .st-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 35px;
  grid-column-gap: 100px;
  padding-right: 80px; }
  .mt-expert_content_info--educ .st-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .mt-expert_content_info--educ .st-list li:nth-child(3), .mt-expert_content_info--educ .st-list li:nth-child(6) {
      margin-right: 0; }

.st-gallery {
  margin-bottom: 30px; }

.st-gallery--container {
  margin: 0 auto;
  max-width: 1200px; }

.st-gallery_title {
  position: relative;
  padding-top: 5px;
  margin-top: 15px;
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 25px; }
  .st-gallery_title:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../img/gal-logo.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 56px;
    height: 55px; }
  .st-gallery_title:after {
    content: '';
    display: block;
    position: absolute;
    top: 70px;
    left: 28px;
    width: 1px;
    height: 30px;
    background-color: #395173; }
  .st-gallery_title .st-title {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 300;
    font-family: "Roboto Light";
    font-size: 33px;
    text-align: center;
    position: relative;
    /*-webkit-flex-wrap: wrap;*/
    /*-ms-flex-wrap: wrap;*/
    /*flex-wrap: wrap;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .st-gallery_title .st-title:before {
      content: '';
      display: block;
      height: 1px;
      max-width: 165px;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      background-color: #395173;
      margin-right: 25px; }
    .st-gallery_title .st-title:after {
      content: '';
      display: block;
      height: 1px;
      max-width: 165px;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      background-color: #395173;
      margin-left: 25px; }
  .st-gallery_title .st-info {
    margin: 0;
    font-size: 22px;
    font-family: "Roboto Light";
    font-weight: 300;
    text-align: center; }

.st-gallery_content {
  position: relative;
  width: 100%;
  margin-bottom: 15px; }

.st-gallery_content--arrows .slick-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 60px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.2);
  color: #ffffff;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  opacity: 0;
  visibility: hidden; }
  .st-gallery_content--arrows .slick-prev span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg); }

.st-gallery_content--arrows .slick-next {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 60px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.2);
  color: #ffffff;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  opacity: 0;
  visibility: hidden; }
  .st-gallery_content--arrows .slick-next span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.st-gallery_content--info {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .st-gallery_content--info .st-text {
    display: inline-block;
    padding: 5px 15px;
    background-color: #000000;
    color: #ffffff;
    margin: 0;
    font-size: 15px;
    font-family: "Roboto Light";
    font-weight: 300; }

.st-gallery_content--submit {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #bbbbbb;
  padding-top: 150px;
  padding-left: 100px;
  padding-right: 100px;
  text-align: center; }
  .st-gallery_content--submit .st-title {
    color: #ffffff;
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
    font-size: 24px;
    font-weight: 300;
    font-family: "Roboto Light"; }
    .st-gallery_content--submit .st-title:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 50%;
      height: 2px;
      width: 250px;
      background-color: #ffffff;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
  .st-gallery_content--submit .btn_show {
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    cursor: pointer;
    font-size: 24px;
    padding: 15px 45px;
    color: #ffffff;
    border: 2px solid #ffffff;
    display: inline-block;
    text-transform: uppercase;
    line-height: 1;
    position: relative; }
    .st-gallery_content--submit .btn_show:after {
      content: '';
      display: block;
      position: absolute;
      bottom: -30px;
      left: 50%;
      height: 2px;
      width: 250px;
      background-color: #ffffff;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }

.st-gallery_content--slider-item {
  height: 560px;
}
.st-gallery_content--slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0 auto; }

.st-gallery_link {
  text-align: center; }
  .st-gallery_link .st-link {
    display: inline-block;
    font-size: 25px;
    color: #000000;
    border: 2px solid #000000;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    text-transform: uppercase;
    padding: 15px 45px;
    line-height: 1; }

.home-process.pt {
  padding-top: 30px; }

.st-faq {
  margin-top: 35px; }

.st-faq--container {
  max-width: 1200px;
  margin: 0 auto; }

.st-faq_title {
  text-align: center;
  margin-bottom: 22px; }
  .st-faq_title .st-title {
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 30px;
    font-weight: 300;
    font-family: "Roboto Light";
    position: relative; }
    .st-faq_title .st-title:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 75px;
      height: 2px;
      background-color: #898989;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
  .st-faq_title .st-info {
    margin: 0;
    font-weight: 300;
    font-family: "Roboto Light";
    color: #8b8b8b;
    font-size: 22px; }

.st-faq_nav {
  margin-bottom: 50px; }
  .st-faq_nav .st-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .st-faq_nav .st-list li {
      margin-right: 25px; }
      .st-faq_nav .st-list li:last-child {
        margin-right: 0; }
      .st-faq_nav .st-list li.active a .icon {
        max-height: 50px;
        opacity: 1;
        visibility: visible; }
      .st-faq_nav .st-list li a {
        display: block;
        position: relative;
        cursor: pointer;
        -webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.25);
        border-bottom: 4px solid #395173;
        color: #000000;
        padding: 8px 14px 10px;
        background-color: #ffffff;
        font-size: 16px;
        font-weight: 300;
        font-family: "Roboto Light";
        -webkit-transition: 0.3s ease all;
        transition: 0.3s ease all;
        min-width: 150px;
        max-width: 150px;
        text-align: center; }
        .st-faq_nav .st-list li a .icon {
          position: absolute;
          max-height: 0;
          padding-top: 0;
          padding-bottom: 0;
          opacity: 0;
          visibility: hidden;
          top: 100%;
          left: 0;
          right: 0;
          background-color: #395173;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          color: #ffffff;
          font-size: 14px;
          padding-top: 5px;
          padding-bottom: 5px;
          -webkit-transition: 0.3s ease all;
          transition: 0.3s ease all;
          line-height: 1; }
          .st-faq_nav .st-list li a .icon:after {
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 10px 8px 0 8px;
            border-color: #395173 transparent transparent transparent;
            display: block;
            position: absolute;
            bottom: -10px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }

.st-faq_tabs--single {
  display: none; }
  .st-faq_tabs--single.active {
    display: block; }

.st-faq_tabs_answers--single {
  border-bottom: 1px solid #dedede; }
  .st-faq_tabs_answers--single.open .st-faq_tabs_answers--single-body {
    max-height: 1000px;
    opacity: 1;
    visibility: visible;
    padding-top: 17px;
    padding-bottom: 18px; }
  .st-faq_tabs_answers--single.open .st-faq_tabs_answers--single-head .icon {
    color: #86b3b3; }

.st-faq_tabs_answers--single-head {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  padding: 13px 20px 12px 15px;
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .st-faq_tabs_answers--single-head .st-title {
    margin: 0;
    margin-right: auto;
    font-weight: 300;
    font-family: "Roboto Light";
    font-size: 23px; }
  .st-faq_tabs_answers--single-head .icon {
    color: #c4c4c4;
    font-size: 12px;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all; }

.st-faq_tabs_answers--single-body {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  max-height: 0;
  padding-left: 15px;
  opacity: 0;
  visibility: hidden;
  padding-right: 20px;
  background: rgba(134, 179, 179, 0.2); }
  .st-faq_tabs_answers--single-body p {
    font-size: 16px;
    margin: 0; }

.gallery-list {
  margin-bottom: 60px; }

.gallery-list--container {
  max-width: 1310px;
  margin: 0 auto; }

.gallery-list_title {
  text-align: center;
  background-color: #000000;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 25px; }
  .gallery-list_title .st-title {
    margin: 0;
    color: #ffffff;
    font-weight: 300;
    font-family: "Roboto Light";
    font-size: 30px; }

.gallery-list_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 45px;
  grid-column-gap: 90px; }

.gallery-list_list--item .st-title {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 32px; }

.gallery-list_list--item .st-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .gallery-list_list--item .st-list li {
    display: block; }
    .gallery-list_list--item .st-list li:last-child a {
      border-bottom: 2px solid #898989; }
  .gallery-list_list--item .st-list a {
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    padding: 10px 0;
    border-top: 2px solid #898989;
    display: block;
    font-size: 18px;
    color: #3E3E3E; }

.gallery-list_list--item .sub-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-left: 15px;
  margin-bottom: 10px; }
  .gallery-list_list--item .sub-list li {
    margin-bottom: 10px; }
    .gallery-list_list--item .sub-list li:last-child {
      margin-bottom: 0; }
    .gallery-list_list--item .sub-list li a {
      border-bottom: none !important;
      border-top: none;
      padding: 0; }

.st-gallery_describe {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  max-height: 0; }
  .st-gallery_describe.open {
    max-height: 600px;
    padding-top: 25px;
    opacity: 1;
    visibility: visible; }
  .st-gallery_describe .st-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px; }
  .st-gallery_describe .st-text {
    font-weight: 300;
    font-family: "Roboto Light";
    margin: 0;
    font-size: 20px; }

.gallery-info {
  padding-top: 10px;
  margin-bottom: 45px; }

.gallery-info--container {
  max-width: 1200px;
  margin: 0 auto; }

.gallery-info_title {
  margin-bottom: 25px; }
  .gallery-info_title .st-title {
    margin: 0;
    text-align: center;
    position: relative;
    padding-bottom: 23px;
    font-weight: 300;
    font-family: "Roboto Light";
    font-size: 30px; }
    .gallery-info_title .st-title:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 75px;
      height: 3px;
      background-color: #395173;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }

.gallery-info_list .service-info_list ul {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.gallery-info_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .gallery-info_links .st-link {
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    line-height: 1;
    margin-right: 23px;
    font-size: 20px;
    color: #4a4a4a;
    padding: 12px 25px;
    border: 1px solid #4A4A4A;
    font-family: "Roboto Light";
    font-weight: 300;
    cursor: pointer; }
  .gallery-info_links .btn_modal {
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    line-height: 1;
    font-size: 20px;
    color: #fff;
    background-color: #395173;
    padding: 12px 25px;
    border-radius: 45px;
    animation: pulse 1s infinite;
    border: 1px solid #395173;
    font-family: "Roboto Light";
    font-weight: 300;
    cursor: pointer; }

@media all and (max-width: 1430px) {
  .home-safety_info__tabs--info .st-info {
    font-size: 20px; }
  .home-safety_info__tabs--info .st-title {
    font-size: 33px; } }

@media all and (max-width: 1399px) {
  .home-feedback_info {
    padding-left: 40px;
    padding-top: 50px; }
  .home-quote_info .st-quote {
    font-size: 32px; }
  .home-quote_list--item .st-title {
    font-size: 48px; }
  .home-gallery_info {
    padding-top: 200px; }
  .home-feedback_info--title .st-title {
    font-size: 32px; }
  .footer-nav_list ul li {
    margin-right: 5px; }
  .text-block--container:after {
    right: 0; }
  .service-info:after {
    right: 0; } }

@media all and (max-width: 1320px) {
  .home-doctor_info--text .st-title {
    font-size: 28px; }
  .home-doctor_info--img {
    min-width: 400px;
    max-width: 400px; }
  .home-doctor_edu--item {
    margin-right: 20px;
    margin-bottom: 20px; }
  .header-menu--container {
    width: 960px; }
  .header-bottom--container {
    max-width: 100%;
    overflow-x: auto;
    padding-right: 10px; }
  .header-bottom ul a {
    white-space: nowrap; }
  .header-bottom ul {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .header-menu_sub-body .list a {
    font-size: 18px; }
  .header-menu_sub-body .list.active {
    grid-column-gap: 30px;
    grid-row-gap: 0px; }
  .home-safety_title .st-title {
    font-size: 30px; }
  .home-safety_info__content-list .list li {
    font-size: 18px; }
  .home-safety_info__content-tabs_list .list li a {
    font-size: 28px; }
  .home-safety_info__content-tabs_list .list li {
    margin-bottom: 20px; }
  .home-safety_info__content-tabs_list {
    margin-right: 20px;
    min-width: 0; }
  .home-safety_info__content-tabs_tabs--single .list a {
    font-size: 18px; }
  .home-safety_info__tabs {
    min-width: 420px;
    max-width: 420px; }
  .home-safety_info__tabs--info .st-title {
    font-size: 30px; }
  .home-safety_info__tabs--info .st-info {
    font-size: 18px; }
  .home-safety_info__tabs--info .st-links {
    display: block;
    text-align: center; }
  .home-safety_info__tabs--info .st-link {
    display: inline-block;
    margin-right: 0;
    margin-bottom: 15px; }
  .home-safety_info__tabs--info .sm-link {
    display: inline-block; }
  .home-feedback_info {
    padding: 40px 20px; }
  .home-feedback_info--title .st-title {
    font-size: 26px;
    font-family: "Roboto Regular"; }
  .home-feedback_info--title .sm-title {
    font-size: 20px; }
  .home-feedback_info--form .form--container {
    grid-template-columns: 1fr 1fr; }
  .home-feedback_info--title .sm-title {
    margin-bottom: 15px;
    padding-bottom: 15px; }
  .home-feedback_info--title .st-text {
    font-size: 20px; }
  .home-feedback_info--text .st-text {
    font-size: 18px; }
  .home-catch_info .st-title {
    font-size: 24px; }
  .home-gallery_info {
    padding-top: 110px;
    padding-bottom: 70px; }
  .home-quote_info .st-quote {
    font-size: 26px; }
  .home-gallery_info .st-title {
    font-size: 60px; }
  .home-gallery_info .st-info {
    font-size: 28px; }
  .home-intro_info .st-title {
    font-size: 36px; }
  .home-services--container {
    padding-left: 0; }
  .home-clinic_content--list {
    min-width: 450px;
    max-width: 450px; }
  .footer-nav_list ul a {
    font-size: 14px; }
  .footer--container {
    padding-left: 10px;
    padding-right: 10px; }
  .footer-nav_list ul a {
    padding: 5px 10px; }
  .text-block--container {
    margin-left: 10px;
    margin-right: 10px; }
  .gallery-list_list {
    grid-column-gap: 60px; }
  .gallery-list--container {
    margin-left: 10px;
    margin-right: 10px; }
  .mt-expert_content_info--exp {
    padding-left: 0;
    padding-right: 0; }
  .mt-expert_content_info--exp .st-title {
    font-size: 36px; }
  .mt-expert_content_info--exp .st-text {
    font-size: 18px; }
  .mt-expert_content_img {
    margin-right: 20px;
    max-width: 360px;
    min-width: 360px; }
  .mt-expert_content_info--educ .st-list {
    padding-right: 0;
    grid-column-gap: 60px; } }

@media all and (max-width: 991px) {
  .st-gallery_content--arrows .slick-next,
  .st-gallery_content--arrows .slick-prev {
    opacity: 1;
    visibility: visible; }
  .header-top_btn {
    display: none; }
  .header-top_logo {
    position: static;
    margin-right: auto;
    -webkit-transform: none;
    transform: none; }
  .header-menu_nav {
    min-width: 350px; }
  .header-menu--container {
    width: 750px; }
  .header-menu_sub-body .list {
    grid-template-columns: 1fr;
    grid-row-gap: 0px; }
  .header-menu_sub-head {
    margin-bottom: 30px; }
  .home-intro--container {
    padding-left: 40px;
    padding-right: 40px; }
  .home-doctor_info {
    display: block; }
  .home-doctor_info--img {
    min-width: 0;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px; }
    .home-doctor_info--img img {
      margin: 0 auto; }
  .home-safety_info__tabs {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 50;
    display: none; }
  .home-safety_info__overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 30;
    display: none; }
  .home-clinic_content {
    display: block; }
  .home-process_list {
    grid-template-columns: 1fr 1fr 1fr; }
  .home-process_list--item:nth-child(4) .arrow, .home-process_list--item:nth-child(8) .arrow {
    display: block; }
  .home-process_list--item:nth-child(3) .arrow, .home-process_list--item:nth-child(6) .arrow, .home-process_list--item:nth-child(9) .arrow, .home-process_list--item:last-child .arrow {
    display: none; }
  .home-feedback--container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .home-feedback_img:after, .home-feedback_img:before {
    content: none; }
  .home-feedback_img {
    min-width: 0;
    max-width: 100%;
    margin-top: 20px; }
    .home-feedback_img img {
      margin: 0 auto; }
  .home-feedback_info--title {
    text-align: center; }
  .home-feedback_info--title .sm-title:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .home-quote_info .st-quote:before {
    font-size: 20px;
    top: 15px;
    left: 0; }
  .home-quote_info .st-quote {
    padding-left: 40px;
    padding-right: 40px; }
  .home-quote_info .st-quote:after {
    font-size: 20px;
    bottom: 15px;
    right: 0; }
  .home-quote_list--item {
    margin-right: 0; }
  .home-quote_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 30px; }
  .home-catch_info .btn_modal:before,
  .home-catch_info .btn_modal:after {
    content: none; }
  .home-gallery_info {
    padding-top: 170px; }
  .home-catch_info .st-title br {
    display: none; }
  .home-clinic_content--list {
    max-width: 100%;
    min-width: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
    grid-template-columns: repeat(3, 1fr); }
  .footer--container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .footer-top_logo {
    min-width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    text-align: center; }
    .footer-top_logo img {
      margin: 0 auto; }
  .home-clinic {
    margin-bottom: 50px; }
  .footer-nav_list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .footer-bottom--info .st-text {
    font-size: 15px; }
  .home-process {
    padding-top: 50px; }
  .home-process_title .st-title {
    font-size: 30px; }
  .home-process_title .st-info {
    font-size: 22px; }
  .text-block--container {
    padding: 30px 20px; }
  .gallery-list_list {
    grid-template-columns: 1fr 1fr; }
  .mt-expert_content_img {
    max-width: 270px;
    min-width: 270px; }
  .st-gallery_content--submit {
    padding-top: 50px; }
  .st-gallery_content--info .st-text {
    white-space: nowrap; }
  .st-gallery_title:before {
    content: none; }
  .st-gallery_title:after {
    content: none; }
  .st-gallery_title {
    padding: 0;
    margin-top: 40px;
    margin-bottom: 20px; }
  .service-info_links {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .service-info_links .st-info {
      min-width: 100%;
      margin: 0 auto 20px; }
  .mt-expert_content_info--exp {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .mt-expert_content_info--exp .st-item {
    margin-bottom: 20px; }
  .service-articles .dropdown-list {
    grid-template-columns: 1fr 1fr; }
    .service-articles .dropdown-list:before {
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
    .service-articles .dropdown-list:after {
      content: none; }
  .mt-expert_content_info--title .st-title {
    font-size: 26px; } }

@media all and (max-width: 767px) {
  .c-modal-content {
    max-width: 90vw; }
  .c-modal-content--head {
    padding-right: 70px; }
  .header-bottom ul li {
    margin-right: 15px; }
  .header-menu--container {
    width: 100vw; }
  .header-menu_sub-body {
    display: none; }
  .header-menu_sub-head {
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 0; }
    .header-menu_sub-head .tel-link {
      margin-right: auto; }
    .header-menu_sub-head .btn_close {
      position: absolute;
      top: 0;
      right: 15px; }
  .header-menu_sub {
    padding: 0;
    background-image: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0;
    position: static; }
  .header-menu_nav {
    min-width: 100%;
    padding-top: 60px; }
  .header-menu_sub-head .tel-link {
    color: #ffffff; }
  .header-menu_lang {
    top: 20px;
    right: 100px; }
  .header-menu_nav .nav-list a + .sub-list {
    position: static;
    max-height: 0;
    display: block;
    opacity: 0;
    visibility: hidden; }
  .header-menu_nav .nav-list a.active + .sub-list {
    max-height: 1000vh;
    opacity: 1;
    visibility: visible; }
  .home-intro_info .st-title {
    font-size: 30px; }
  .home-intro_info .st-text {
    font-size: 18px; }
  .home-quote_info .st-quote br {
    display: none; }
  .home-gallery_info .st-title {
    font-size: 38px; }
  .home-gallery_info .st-info {
    font-size: 22px; }
  .home-gallery_info .st-link {
    font-size: 20px; }
  .home-process_list {
    grid-template-columns: 1fr 1fr; }
  .home-process_list--item:nth-child(3) .arrow, .home-process_list--item:nth-child(6) .arrow, .home-process_list--item:nth-child(9) .arrow, .home-process_list--item:last-child .arrow {
    display: block; }
  .home-process_list--item:nth-child(even) .arrow {
    display: none; }
  .home-process_list--item:last-child .arrow {
    display: none; }
  .home-services_item {
    margin-right: -10px; }
  .home-clinic {
    padding-top: 20px; }
  .home-clinic_content--list {
    grid-template-columns: 1fr 1fr; }
  .header-top_logo {
    max-width: 230px; }
  .header-bottom {
    top: 51px; }
  .wrapper {
    padding-top: 110px; }
  .header-menu--container {
    margin-top: 50px;
    max-height: calc(100vh - 50px); }
  .blog-more_list--item a .st-title {
    font-size: 18px; }
  .blog-more_title .st-title {
    font-size: 26px; }
  .blog-more_title .st-info {
    font-size: 20px; }
  .blog-more_list--item a {
    padding: 20px; }
  .home-clinic_title .st-title {
    font-size: 30px; }
  .home-clinic_title .st-info {
    font-size: 20px; }
  .text-block--container:after {
    content: none; }
  .blog-more_list--item a:after {
    content: none; }
  .gallery-list_title .st-title {
    font-size: 24px; }
  .gallery-list_list--item .st-title {
    font-size: 28px; }
  .gallery-list_list--item .st-list a {
    font-size: 16px; }
  .service-info {
    padding: 20px; }
  .service-info_links .anch-st {
    margin-bottom: 20px; }
  .service-info_links .btn_modal {
    margin-bottom: 20px; }
  .service-articles .btn_dropdown {
    font-size: 18px; }
  .mt-expert_content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .mt-expert_content_img {
    max-width: 100%;
    min-width: 100%;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
    margin-right: 0;
    margin-top: 25px; }
    .mt-expert_content_img img {
      margin: 0 auto; }
  .st-gallery_title .st-title {
    font-size: 24px; }
    .st-gallery_title .st-title:before, .st-gallery_title .st-title:after {
      content: none; }
  .st-gallery_title .st-info {
    font-size: 16px; }
  .st-gallery_content--submit {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px; }
  .st-faq_nav .st-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .st-faq_nav .st-list li {
      margin-right: 10px;
      margin-left: 10px;
      margin-bottom: 35px; }
  .st-faq_nav .st-list li:last-child {
    margin-right: 10px; }
  .st-faq_tabs_answers--single-head .st-title {
    font-size: 18px; }
  .st-faq_nav {
    margin-bottom: 0; }
  .st-faq_title .st-title {
    font-size: 26px; }
  .st-faq_title .st-info {
    font-size: 18px; } }

@media all and (max-width: 578px) {
  .c-modal-content.catch .new--catch-form-info .st-title {
    padding-top: 0
  }
  .c-modal-content.catch .new--catch-form-img img {
    display: none
  }
  .st-gallery_content--slider-item {
    height: 50vw;
  }
  .home-doctor--container {
    padding: 10px; }
  .home-intro--container {
    padding-left: 0;
    padding-right: 0; }
  .c-modal-content--head .btn_close {
    top: 5px;
    right: -35px; }
  .c-modal-content--head {
    padding: 15px 10px; }
  .c-modal-content--form {
    padding-left: 10px;
    padding-right: 10px; }
  .c-modal-content--text {
    padding-left: 20px;
    padding-right: 20px; }
  .header-top_nav .tel-link {
    display: none; }
  .home-safety--container {
    padding-left: 0;
    padding-top: 70px; }
    .home-safety--container:before {
      content: '';
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
  .home-safety--container:after {
    content: none; }
  .home-safety_title {
    margin-bottom: 20px; }
  .home-safety_info__content-tabs_list .list li a {
    font-size: 22px; }
  .home-safety_info__content-tabs {
    display: block; }
  .home-safety_info__content-tabs_list {
    margin-right: 0; }
  .home-safety_info__content-tabs_list .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .home-safety_info__content-tabs_list .list li {
    margin-bottom: 10px;
    margin-right: 8px;
    margin-left: 8px; }
  .home-safety_info__content-tabs_list .list li:last-child {
    margin-bottom: 10px; }
  .home-safety_info__tabs {
    min-width: 300px;
    max-width: 300px; }
  .home-safety_info__tabs--info {
    left: 10px;
    right: 10px;
    bottom: 20px; }
  .home-feedback_info--form .form--container {
    grid-template-columns: 1fr; }
  .home-feedback_info {
    padding-left: 5px;
    padding-right: 5px; }
  .home-quote_list {
    grid-template-columns: 1fr; }
  .header-menu_lang {
    right: auto;
    left: 15px; }
  .header-menu_sub-head .tel-link {
    margin-top: 40px; }
  .header-menu_nav {
    padding-top: 100px;
    padding-left: 10px;
    padding-right: 10px; }
  .header-menu_nav .nav-list a {
    margin-right: -5px;
    font-size: 1; }
  .header-menu_nav .nav-list a + .sub-list {
    padding-left: 20px;
    list-style-type: none; }
    .header-menu_nav .nav-list a + .sub-list a {
      text-transform: none; }
  .footer-top_soc {
    min-width: 100%;
    margin-right: 0;
    margin-bottom: 20px; }
    .footer-top_soc ul {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
  .footer-top_links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .footer-top_links .tel-link {
      margin-right: 0;
      margin-bottom: 15px; }
  .footer-nav_list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .footer-nav_list ul li {
    margin-right: 0;
    margin-bottom: 5px; }
    .footer-nav_list ul li a {
      font-size: 16px; }
  .footer-bottom--lang {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 20px;
    min-width: 100%; }
    .footer-bottom--lang ul {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
  .home-clinic_content--image .st-address {
    min-width: 0; }
  .home-clinic_content--list {
  	margin-left: -10px;
  	margin-right: -10px;
  	max-width: 100vw;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px; }
    .home-clinic_content--list-item .st-info {
    	font-size: 15px;
    }
  .home-clinic_title .st-title {
    font-size: 28px; }
  .home-clinic_title .st-info {
    font-size: 20px; }
  .home-clinic_content--list-item .image {
    display: block; }
    .home-clinic_content--list-item .image img {
      margin: 0 auto; }
  .home-clinic_content--list-item {
    text-align: center; }
  .home-clinic_title {
    text-align: center; }
  .home-clinic_title .st-info:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .home-clinic_content--image .st-address {
    font-size: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px; }
  .home-services_item--link a {
    font-size: 17px; }
  .home-feedback_info--form .input-text {
    font-size: 15px; }
  .home-process_list {
    grid-template-columns: 1fr; }
  .home-process_list--item:nth-child(even) .arrow {
    display: block; }
  .home-process_list--item .arrow {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
    right: auto;
    top: auto; }
  .home-process_list--item {
    padding-bottom: 40px; }
    .home-process_list--item:last-child .arrow {
      display: none; }
  .home-process_list--item .st-img {
    margin-left: auto;
    margin-right: auto; }
  .home-process_list--item .st-text {
    font-size: 15px;
    text-align: center; }
  .home-process_title {
    text-align: center; }
  .home-process_title .st-title {
    font-size: 24px;
    font-family: "Roboto Regular"; }
  .home-process_title .st-info {
    font-size: 18px; }
  .header-bottom {
    padding-top: 5px;
    top: 57px;
    padding-bottom: 5px; }
  .wrapper {
    padding-top: 93px; }
  .header-bottom ul a {
    padding: 5px 10px; }
  .c-modal-content--head .st-title {
    font-size: 22px;
    font-family: "Roboto Regular"; }
  .c-modal-content--head {
    padding-right: 50px; }
  .c-modal-content--head .st-info {
    font-size: 19px; }
  .c-modal-content--head .btn_close {
    right: 5px; }
  .header-menu_nav .nav-list a {
    font-size: 16px; }
  .home-safety_title .st-title {
    font-size: 26px; }
  .home-safety_info__content-list .list li {
    font-size: 17px; }
  .home-safety_info__content-list .list li:before {
    top: 8px; }
  .home-safety_info__content {
    margin-right: 0; }
  .home-quote_info .st-quote {
    font-size: 24px; }
  .home-quote_list--item .st-title {
    font-size: 40px; }
  .home-gallery_info .st-link {
    padding-left: 30px;
    padding-right: 30px; }
  .home-process_title .st-info:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .home-services_item--list {
    display: block; }
  .home-services_item--list-head {
    min-width: 100%;
    max-width: 100%; }
  .home-services_item {
    margin-left: -10px;
    border-top: 1px solid #dedede; }
  .home-services_item--list-body--item .st-title {
    top: 15px;
    left: 15px;
    font-size: 21px; }
  .home-clinic_title .st-title {
    font-family: "Roboto Regular"; }
  .text-block_content .st-title {
    font-size: 24px; }
  .text-block_content h2 {
    font-size: 22px; }
  .text-block_content h3 {
    font-size: 20px; }
  .text-block_content h4 {
    font-size: 18px; }
  .text-block_content h5 {
    font-size: 16px; }
  .text-block_content h6 {
    font-size: 14px; }
  .st-nav {
    display: none; }
  .text-block--container:after {
    content: none; }
  .blog-more_list {
    grid-template-columns: 1fr; }
  .gallery-list_list {
    grid-template-columns: 1fr; }
  .service-info:before {
    content: none; }
  .service-info:after {
    content: none; }
  .service-info_links .anch-st {
    min-width: 100%;
    font-size: 18px; }
  .service-info_links .btn_modal {
    font-size: 18px;
    min-width: 100%;
    padding-left: 5px;
    padding-right: 5px; }
  .service-info_list ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .service-info_links .st-info {
    text-align: center; }
  .service-articles .dropdown-list {
    grid-template-columns: 1fr; }
    .service-articles .dropdown-list:before {
      content: none; }
  .mt-expert_content_info--exp {
    display: block; }
  .mt-expert_content_info--educ .st-list {
    grid-template-columns: 1fr 1fr; 
    grid-row-gap: 20px;
    grid-column-gap: 20px;
}
  .mt-expert_content_info--educ .st-title {
    font-size: 23px;
    text-align: center; }
  .st-gallery_content--info .st-text {
    white-space: normal;
    text-align: center; }
  .st-gallery_link {
    margin-top: 70px; }
  .st-gallery_link .st-link {
    font-size: 16px;
    padding-left: 5px;
    padding-right: 5px;
    min-width: 100%; }
  .st-gallery_content--info {
    left: 0;
    right: 0;
    bottom: auto;
    top: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .st-gallery_content--submit .btn_show {
    font-size: 17px;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
    width: 100%; }
  .st-gallery_content--submit .st-title {
    font-size: 18px; }
  .st-gallery_content--arrows .slick-prev {
    width: 40px;
    font-size: 10px; }
  .st-gallery_content--arrows .slick-next {
    width: 40px;
    font-size: 10px; }
  .service-info_content .st-title {
    font-size: 22px; }
  .st-gallery_content--submit .st-title:after {
    content: none; }
  .st-gallery_content--submit {
    padding-left: 10px;
    padding-right: 10px; }
  .st-gallery_content--submit .st-title {
    margin-bottom: 15px;
    padding-bottom: 0; }
  .st-gallery_content--submit .st-title {
    font-size: 15px; }
  .gallery-info_links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .gallery-info_links .st-link {
    margin-right: 0;
    margin-bottom: 15px;
    min-width: 100%;
    text-align: center; }
  .gallery-info_links .btn_modal {
    min-width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center; }
  .c-modal-content--text {
    display: none; }
  .c-modal-content--head {
    padding-right: 40px; }
  .c-modal-content--head .btn_close {
    top: 20px;
    right: 10px; }
  .c-modal-content {
    max-width: 100vw;
    height: 100vh;
    margin-top: 0;
    margin-bottom: 0;
    max-height: 100vh; }
  .header-top--container {
    padding-left: 10px;
    padding-right: 10px; }
  .home-doctor_info--img {
    margin-bottom: 15px; }
  .home-doctor_info--text .st-title {
    padding-bottom: 15px;
    margin-bottom: 15px; }
  .home-doctor_edu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 20px;
    grid-column-gap: 20px; }
  .home-doctor {
    margin-bottom: 30px; }
  .home-safety--container {
    padding-top: 0px;
    padding-left: 50px; }
  .home-safety--container::before {
    top: 10px;
    left: 0;
    -webkit-transform: translate(0);
    transform: translate(0);
    width: 40px;
    height: 40px;
    background-size: contain; }
  .home-safety--container:after {
    content: '';
    left: 20px; }
  .home-safety_info__content-tabs_tabs--single {
    position: relative; }
    .home-safety_info__content-tabs_tabs--single:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%); }
  .home-safety_info__content-tabs_tabs--single .list {
    position: relative;
    z-index: 3; }
  .home-safety {
    margin-bottom: 30px; }
  .home-feedback_info {
    padding-top: 25px;
    padding-bottom: 0; }
  .home-feedback {
    margin-top: 30px;
    margin-bottom: 30px; }
  .home-process_list {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 35px; }
  .home-process_list--item {
    padding-bottom: 0; }
  .home-process_list--item .arrow {
    display: none !important; }
  .home-clinic_content--image .slick-prev {
    width: 40px;
    font-size: 10px;
    bottom: 53px; }
  .home-clinic_content--image .slick-next {
    width: 40px;
    font-size: 10px;
    bottom: 53px; }
  .home-clinic_content--image .st-address {
    font-size: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 10px;
    padding-bottom: 10px; }
  .home-clinic_content--image .st-image:before {
    width: auto;
    right: 0;
    left: 0; }
  .home-process_list--item:after {
    content: none; }
  .st-gallery_content {
    min-width: 100%;
    width: auto;
    margin-left: -10px;
    margin-right: -10px; }
  .st-gallery_content--info {
    text-align: center; }
  .service-info_links .anch-st {
    text-align: center; }
  .home-services_item--list-head .st-title {
    margin-bottom: 15px;
  }
  .home-services_item--list-body--item {
    min-width: 190px;
    max-width: 190px;
  }
  .home-services_item--list-body--item .img {
    height: 160px;
    min-width: 190px;
    max-width: 190px;
  }
  .service-info_list {
  	margin-left: -10px;
  	margin-right: -10px;
  }
  .service-info_list ul {
  	display: grid;
  	grid-template-columns: 1fr 1fr;
  	grid-column-gap: 10px;
  	grid-row-gap: 10px;
  }
  .service-info_list ul li {
  	min-width: 0;
  	display: block;
  	margin-right: 0;
  	margin-bottom: 0;
  }
  .service-info_list .anch-st {
    font-size: 18px;
    text-align: center;
    min-width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .service-info_list h4 {
    text-align: center;
  }
  .service-info_list ul .st-title {
  	font-size: 13px;
  }
  .service-info_list ul .st-text {
  	font-size: 15px;
  }
  .service-info_content {
    margin-bottom: 20px;
  }
  .home-services_item--list-head {
    height: 120px; } }

body.not-mobile.overflow {
  padding-right: 17px; }
  body.not-mobile.overflow .header-menu {
    right: 17px; }
  body.not-mobile.overflow .c-modal {
    right: 17px; }
  body.not-mobile.overflow .header-top {
    right: 17px; }

body.not-mobile .header-top_nav .tel-link:hover {
  color: #395173; }

body.not-mobile .header-top_nav .btn_menu:not(.open):hover span {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important; }
  body.not-mobile .header-top_nav .btn_menu:not(.open):hover span:nth-child(1) {
    max-width: 22px; }
  body.not-mobile .header-top_nav .btn_menu:not(.open):hover span:nth-child(2) {
    max-width: 24px; }
  body.not-mobile .header-top_nav .btn_menu:not(.open):hover span:nth-child(3) {
    max-width: 26px; }

body.not-mobile .header-bottom ul a:hover {
  background-color: #395173; 
  color: #fff;
}

body.not-mobile .home-feedback_info--form .btn_submit:hover {
  background-color: #ffffff;
  color: #395173; }

body.not-mobile .home-gallery_info .st-link:hover {
  border-left-color: transparent;
  border-right-color: transparent; }

body.not-mobile .home-catch_info .btn_modal:hover {
  background-color: #ffffff;
  color: #395173; }

body.not-mobile .home-services_item--link a:hover {
  color: #395173; }
  body.not-mobile .home-services_item--link a:hover .icon {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }

body.not-mobile .home-services_item--list-head .st-link:hover {
  color: #395173;
  background-color: #ffffff; }

body.not-mobile .home-services_item--list-body--item a:hover .img img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15); }

body.not-mobile .home-services_item--list-body--item a:hover .st-title {
  color: #FCFEFE; }
  body.not-mobile .home-services_item--list-body--item a:hover .st-title:before {
    background-color: #395173; }

body.not-mobile .footer-top_soc ul a:hover {
  color: #fcfefe; }

body.not-mobile .footer-top_links .tel-link:hover {
  color: #ffffff; }

body.not-mobile .footer-top_links .btn_modal:hover {
  background-color: transparent;
  border-color: #ffffff; }

body.not-mobile .footer-nav_list ul a:hover {
  background-color: #395173; }

body.not-mobile .footer-bottom--lang ul a:hover {
  text-decoration: underline; }

body.not-mobile .home-safety_info__content-tabs_tabs--single .list a:hover:after {
  max-width: 100%; }

body.not-mobile .home-safety_info__tabs--info .st-link:hover {
  color: #395173;

  background-color: #fff; }

body.not-mobile .home-safety_info__tabs--info .sm-link:hover:after {
  max-width: 100%; }

body.not-mobile .header-menu_lang ul a:hover {
  text-decoration: underline; }

body.not-mobile .header-menu_nav .nav-list a:hover {
  background-color: #395173; }

body.not-mobile .header-menu_nav .btn_modal:hover {
  background-color: #ffffff;
  color: #395173; }

body.not-mobile .header-menu_nav .tel-link:hover {
  color: #395173; }
  body.not-mobile .header-menu_nav .tel-link:hover:after {
    background-color: #395173;
    max-width: 100%; }

body.not-mobile .header-menu_sub-head .tel-link:hover {
  color: #395173; }

body.not-mobile .header-menu_sub-head .btn_close:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }
  body.not-mobile .header-menu_sub-head .btn_close:hover span {
    background-color: #395173; }

body.not-mobile .header-menu_sub-body .list a:hover {
  background-color: #bbbbbb;
  color: #ffffff; }

body.not-mobile .c-modal-content--head .btn_close:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }
  body.not-mobile .c-modal-content--head .btn_close:hover span {
    background-color: #395173; }

body.not-mobile .c-modal-content--foot .tel-link:hover {
  color: #395173; }

body.not-mobile .c-modal-content--form .btn_submit:hover {
  color: #395173;
  background-color: transparent; }

body.not-mobile .blog-more_list--item a:hover:after {
  opacity: 1;
  visibility: visible; }
body.not-mobile .service-info_list .anch-st:hover {
  color: #395173;
  border-color: #395173; }
body.not-mobile .service-info_links .anch-st:hover,
body.not-mobile .service-info_links .st-link:hover,
body.not-mobile .gallery-info_links .anch-st:hover,
body.not-mobile .gallery-info_links .st-link:hover {
  color: #395173;
  border-color: #395173; }

body.not-mobile .service-info_links .btn_modal:hover {
  color: #395173;
  background-color: transparent;
}
body.not-mobile .gallery-info_links .btn_modal:hover {
  color: #395173;
  background-color: #fff; }

body.not-mobile .service-articles .btn_dropdown:hover {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.45); }

body.not-mobile .service-articles .dropdown-list a:hover {
  color: #395173; }

body.not-mobile .st-gallery_content--arrows .slick-prev:hover,
body.not-mobile .st-gallery_content--arrows .slick-next:hover {
  background-color: rgba(0, 0, 0, 0.35); }

body.not-mobile .st-gallery_content--submit .btn_show:hover {
  background-color: #ffffff;
  color: #bbbbbb; }

body.not-mobile .st-gallery_link .st-link:hover {
  background-color: #bbbbbb;
  border-color: #bbbbbb;
  color: #ffffff; }

body.not-mobile .st-faq_tabs_answers--single-head:hover .icon {
  color: #86b3b3; }

body.not-mobile .gallery-list_list--item .st-list a:hover {
  color: #395173; }

body.not-mobile .home-process_list--item:hover:after {
  opacity: 1;
  visibility: visible; }

body.not-mobile .service-info_list ul li:hover .st-title {
  background-color: #86b3b3; }

body.not-mobile .st-gallery_content--slider:hover + .st-gallery_content--arrows .slick-prev,
body.not-mobile .st-gallery_content--slider:hover + .st-gallery_content--arrows .slick-next {
  opacity: 1;
  visibility: visible; }

body.not-mobile .st-gallery_content--arrows:hover .slick-prev,
body.not-mobile .st-gallery_content--arrows:hover .slick-next {
  opacity: 1;
  visibility: visible; }
.contacts {
  padding-top: 40px;
  position: relative;
  margin-bottom: 30px; }
  .contacts:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    margin: 0 auto;
    height: 1px;
    background-color: #9d9d9d;
    max-width: 1400px; }

.contacts--container {
  max-width: 1310px;
  margin: 0 auto; }

.contacts_main {
  padding-top: 50px;
  padding-bottom: 30px;
  background-color: #ffffff;
  border-radius: 2px;
  -webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.25);
  position: relative; }
  .contacts_main:after {
    content: '';
    background-image: url(../img/text-block-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    width: 507px;
    height: 233px;
    position: absolute;
    bottom: -50px;
    right: -40px; }
  .contacts_main:before {
    content: '';
    background-image: url(../img/text-block-bg-left.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    width: 507px;
    height: 233px;
    position: absolute;
    bottom: -50px;
    left: -40px; }

.contacts_main--info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 50px;
  padding-left: 55px;
  padding-right: 55px; }

.contacts_main--info-map {
  max-width: 490px;
  min-width: 490px;
  margin-right: 50px; }
  .contacts_main--info-map iframe {
    width: 100%;
    height: 100%; }

.contacts_main--info-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  .contacts_main--info-text .st-title {
    margin-top: 0;
    margin-bottom: 12px;
    padding-bottom: 20px;
    position: relative;
    font-weight: 300;
    font-family: "Roboto Light";
    font-size: 30px; }
    .contacts_main--info-text .st-title:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 75px;
      height: 2px;
      background-color: #395173; }
  .contacts_main--info-text .sub-title {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 17px;
    color: #799e9e; }
  .contacts_main--info-text p {
    font-size: 17px;
    font-weight: 300;
    font-family: "Roboto Regular";
    margin-bottom: 20px;
    color: #505555; }
    .contacts_main--info-text p strong {
      font-family: "Roboto Bold";
      display: block;
      font-weight: 700; }
  .contacts_main--info-text .st-text {
    margin-bottom: 5px; }
  .contacts_main--info-text .sm-title {
    font-family: "Roboto Bold";
    font-weight: 300; }
  .contacts_main--info-text .st-soc {
    color: #395173;
    display: inline-block;
    position: relative; }
    .contacts_main--info-text .st-soc:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      -webkit-transition: 0.3s ease all;
      transition: 0.3s ease all;
      height: 1px;
      background-color: #395173;
      max-width: 0; }
    .contacts_main--info-text .st-soc:hover:after {
      max-width: 100%; }

.contacts_main--form {
  text-align: center; }
  .contacts_main--form .st-title {
    padding: 23px 0;
    background-color: #000000;
    line-height: 1;
    color: #ffffff;
    font-size: 30px;
    font-family: "Roboto Light";
    font-weight: 300;
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px; }
  .contacts_main--form .form--container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding-left: 55px;
    padding-right: 55px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    margin-bottom: 27px; }
  .contacts_main--form .input-text {
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    border: 1px solid #395173;
    height: 50px;
    padding-left: 15px;
    width: 100%;
    padding-right: 15px;
    font-size: 18px;
    font-weight: 300;
    font-family: "Roboto Light"; }
    .contacts_main--form .input-text:focus, .contacts_main--form .input-text:hover {
      -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
      box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25); }
  .contacts_main--form .btn_submit {
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    padding: 15px 50px;
    border-radius: 40px;
    background-color: #395173;
    color: #ffffff;
    font-size: 18px;
    font-family: "Roboto Light";
    cursor: pointer;
    line-height: 1;
    border: 1px solid #395173;
    text-transform: uppercase; }
    .contacts_main--form .btn_submit:hover {
      background-color: #ffffff;
      color: #395173; }
  .contacts_main--form .phone-link {
    display: inline-block;
    margin-top: 25px;
    padding-top: 20px;
    position: relative;
    font-size: 20px;
    color: #bbbbbb;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all; }
    .contacts_main--form .phone-link:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 50%;
      height: 2px;
      width: 85px;
      background-color: #395173;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
    .contacts_main--form .phone-link:hover {
      color: #395173; }

@media all and (max-width: 1320px) {
  .contacts_main--info {
    padding-left: 20px;
    padding-right: 20px; }
  .contacts_main--info-map {
    min-width: 400px;
    max-width: 400px;
    margin-right: 30px; }
  .contacts_main--form .form--container {
    padding-left: 20px;
    padding-right: 20px; }
  .contacts_main:before,
  .contacts_main:after {
    content: none; } }

@media all and (max-width: 991px) {
  .contacts_main--info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .contacts_main--info-map {
    min-width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-top: 20px; }
  .contacts_main {
    padding-top: 20px; }
  .contacts_main--form .st-title {
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px; }
  .contacts_main--form .form--container {
    grid-template-columns: 1fr; } }

@media all and (max-width: 767px) {
  .contacts {
    padding-top: 10px; } }

@media all and (max-width: 578px) {

  .contacts_main--info-map iframe {
    height: 90vw; }
  .c-modal-content.catch {
    padding-left: 10px;
    padding-right: 10px;
  }
  .contacts:before {
    content: none; }
  .header-top_link {
    display: block;
    margin-left: 10px;
    margin-right: 10px;
  }
  .header-top_link .btn_modal {
    border: 1px solid #395173;
    background-color: #395173;
    width: 100%;
    white-space: nowrap;
    height: 35px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 35px;
    font-size: 16px;
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffffff;
    cursor: pointer;
    animation: pulse 1s infinite;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
  }
  .new--catch-form-info .form--container .input-text {
    height: 45px;
  }
  .new--catch-form-info .form--container .btn_submit {
    font-size: 16px;
    height: 45px;
    width: 100%;
  }
}
.alignleft {
  float: left;
  margin: 10px;
  margin-right: 20px;
  margin-top: 0px;
  margin-left: 0;
}
.alignleft:after {
  content: '';
  clear: both;
}
.alignright {
  float: right;
}
  .new--catch-form {
    margin-top: 45px;
    margin-bottom: 0px;
  }
  .new--catch-form--container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 1180px;
    margin: 0 auto;
  }
  .new--catch-form-img {
    max-width: 317px;
    min-width: 317px;
    margin-right: 22px;
  }
  .new--catch-form-info .st-title {
    padding-top: 30px;
    margin-bottom: 40px;
    font-size: 32px;
    /*font-weight: 300;*/
    font-family: 'Roboto Light';
  }
  .new--catch-form-info .st-title span {
    /*font-weight: 500;*/
    font-family: 'Roboto Medium';
  }
  .new--catch-form-info .form--container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 3px solid #395173;
    border-radius: 34px;
  }
  .new--catch-form-info .form--container .input-text {
    padding-left: 16px;
    padding-right: 20px;
    font-size: 22px;
    font-weight: 300;
    height: 58px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .new--catch-form-info .form--container .btn_submit {
    margin-left: auto;
    cursor: pointer;
    padding: 10px 44px;
    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;
    height: 58px;
    border-radius: 34px;
    background-color: #395173;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    margin-right: -1px;
    transition: 0.3s ease all;
    white-space: nowrap;
  }
  .new--catch-form-info .form--container .btn_submit:hover {
    background-color: transparent;
    color: #395173;
  }
  .new--catch-form-info form {
    margin-bottom: 30px;
  }
  .new--catch-form-info .list {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .new--catch-form-info .list li {
    display: block;
    position: relative;
    padding-left: 18px;
    font-size: 20px;
    font-family: 'Roboto Light';
    margin-bottom: 15px;
  }
  .new--catch-form-info .list li:last-child {
    margin-bottom: 0;
  }
  .new--catch-form-info .list  li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #86b3b3;
  }
  @media all and (max-width: 1320px) {
    .new--catch-form-info .st-title {
      font-size: 28px;
    }
    .new--catch-form-info .form--container .btn_submit {
      font-size: 17px;
    }
    .new--catch-form-info .form--container .input-text {
      max-width: 370px;
    }
  }
  @media all and (max-width: 991px) {
    .new--catch-form-info .st-title {
      font-size: 20px;
    }
    .new--catch-form-info .list li {
      font-size: 17px;
    }
    .new--catch-form-info .form--container {
      display: block;
      border: none;
      text-align: center;
    }
    .new--catch-form-info .form--container .btn_submit {
      margin-right: auto;
    }
    .new--catch-form-info .form--container .input-text {
      border-radius: 30px;
      width: 100%;
      text-align: left;
      font-size: 16px;
      margin-bottom: 15px;
      border: 2px solid #395173;
      max-width: 100%;
    }
  }
  @media all and (max-width: 578px) {
    .new--catch-form--container {
      /*display: block;*/
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    .new--catch-form-img {
      min-width: 0;
      max-width: 100%;
      margin-right: 0;
      -webkit-box-ordinal-group: 6;
          -ms-flex-order: 5;
              order: 5;
      margin-bottom: 0px;
      width: 100%;
      margin-top: 15px;
    }
    .new--catch-form-img img {
      margin: 0 auto;
      display: block!important;
    }
    .new--catch-form {
      margin-bottom: 30px;
    }
  }



  /*add calculator*/


.calculator-main {
  padding-top: 60px;
  padding-bottom: 80px; }

.calculator-main--container {
  margin: 0 auto;
  max-width: 1210px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.calculator-main__img {
  max-width: 558px;
  min-width: 558px;
  margin-right: 30px; }

.calculator-main__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.calculator-main__content--title {
  margin-bottom: 20px; }
  .calculator-main__content--title .st-title {
    margin: 0;
    font-size: 36px;
    font-weight: 300;
    line-height: 1.35;
    color: #000; }

.calculator-main__content--steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px; }
  .calculator-main__content--steps .st-line {
    margin-right: 9px;
    height: 3px;
    width: 76px;
    background-color: #395173; }
  .calculator-main__content--steps .st-text {
    font-size: 28px;
    color: #395173; }

.calculator-main__content--form .submit-container {
  text-align: center; }
  .calculator-main__content--form .submit-container .btn_submit {
    display: inline-block;
    text-transform: uppercase;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    background-color: #395173;
    border: 2px solid #395173;
    border-radius: 24px;
    font-size: 19px;
    color: #fff;
    padding: 12px 23px;
    line-height: 1;
    cursor: pointer; }
    .calculator-main__content--form .submit-container .btn_submit:hover {
      background-color: transparent;
      color: #395173; }

.calculator-main__content--form-step {
  margin-bottom: 30px;
  display: none; }
  .calculator-main__content--form-step .radio--container {
    margin-bottom: 20px; }
    .calculator-main__content--form-step .radio--container:last-child {
      margin-bottom: 0; }
  .calculator-main__content--form-step .radio--container-title {
    margin-bottom: 20px; }
    .calculator-main__content--form-step .radio--container-title .radio-title {
      margin: 0;
      font-size: 24px;
      color: #000; }
  .calculator-main__content--form-step .radio--container-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .calculator-main__content--form-step .single-radio {
    margin-bottom: 20px;
    margin-right: 30px;
    position: relative; }
    .calculator-main__content--form-step .single-radio .input-radio {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
      z-index: 5;
      cursor: pointer;
      opacity: 0; }
      .calculator-main__content--form-step .single-radio .input-radio:checked + .radio-value:before {
        border-color: #395173; }
      .calculator-main__content--form-step .single-radio .input-radio:checked + .radio-value:after {
        opacity: 1;
        background-color: #395173; }
      .calculator-main__content--form-step .single-radio .input-radio:hover + .radio-value:before {
        border-color: #395173; }
    .calculator-main__content--form-step .single-radio .radio-value {
      padding-left: 37px;
      height: 26px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 20px;
      line-height: 1;
      position: relative; }
      .calculator-main__content--form-step .single-radio .radio-value:before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: 0.3s ease all;
        transition: 0.3s ease all;
        border: 3px solid #86B3B3;
        border-radius: 50%;
        width: 20px;
        height: 20px; }
      .calculator-main__content--form-step .single-radio .radio-value:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 5px;
        width: 16px;
        height: 16px;
        -webkit-transition: 0.3s ease all;
        transition: 0.3s ease all;
        background-color: #86b3b3;
        border-radius: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 0; }
  .calculator-main__content--form-step .file--container {
    margin-bottom: 30px; }
  .calculator-main__content--form-step .file--container-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
    .calculator-main__content--form-step .file--container-input .icon {
      max-width: 32px;
      margin-right: 11px;
      position: relative;
      z-index: 1; }
    .calculator-main__content--form-step .file--container-input .st-title {
      font-size: 20px;
      color: #395173;
      position: relative;
      z-index: 1; }
    .calculator-main__content--form-step .file--container-input .st-text {
      font-size: 20px;
      color: #898989;
      padding-left: 10px;
      position: relative;
      z-index: 1; }
    .calculator-main__content--form-step .file--container-input .input-file {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      height: 100%;
      width: 100%;
      margin: 0;
      padding: 0;
      opacity: 0;
      z-index: 5;
      cursor: pointer; }
      .calculator-main__content--form-step .file--container-input .input-file:hover + .st-title {
        text-decoration: underline; }
  .calculator-main__content--form-step .file--container-list {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all; }
    .calculator-main__content--form-step .file--container-list.open {
      max-height: 200px;
      margin-top: 20px;
      opacity: 1;
      visibility: visible; }
    .calculator-main__content--form-step .file--container-list .st-item {
      height: 80px;
      width: 100%;
      position: relative; }
      .calculator-main__content--form-step .file--container-list .st-item .btn_remove {
        position: absolute;
        z-index: 10;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        display: block;
        cursor: pointer;
        top: 5px;
        right: 5px;
        background-color: #fff;
        border: 1px solid #395173; }
        .calculator-main__content--form-step .file--container-list .st-item .btn_remove span {
          display: block;
          width: 12px;
          border-radius: 4px;
          height: 2px;
          background-color: #395173;
          position: absolute;
          top: 50%;
          left: 50%; }
          .calculator-main__content--form-step .file--container-list .st-item .btn_remove span:first-child {
            -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg); }
          .calculator-main__content--form-step .file--container-list .st-item .btn_remove span:last-child {
            -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg); }
      .calculator-main__content--form-step .file--container-list .st-item img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
  .calculator-main__content--form-step .select--container-input {
    position: relative; }
    .calculator-main__content--form-step .select--container-input .icon {
      position: absolute;
      z-index: 1;
      top: 50%;
      right: 20px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    .calculator-main__content--form-step .select--container-input .select-input {
      position: relative;
      z-index: 5;
      width: 100%;
      background-color: transparent;
      border: 1px solid #395173;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
      box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
      height: 50px;
      font-weight: 300;
      font-size: 20px;
      padding-left: 15px;
      padding-right: 15px;
      outline: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      text-indent: 1px;
      text-overflow: ''; }
  .calculator-main__content--form-step .image--container-file {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px; }
    .calculator-main__content--form-step .image--container-file img {
      margin: 0 auto; }
  .calculator-main__content--form-step .input--container-input .input-tel {
    width: 100%;
    background-color: transparent;
    border: 1px solid #395173;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
    height: 50px;
    font-weight: 300;
    font-size: 20px;
    padding-left: 15px;
    padding-right: 15px;
    outline: none;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all; }
    .calculator-main__content--form-step .input--container-input .input-tel:focus {
      -webkit-box-shadow: 0px 4px 12px rgba(0, 100, 87, 0.25);
      box-shadow: 0px 4px 12px rgba(0, 100, 87, 0.25); }

@media all and (max-width: 1280px) {
  .calculator-main__img {
    max-width: 500px;
    min-width: 500px; }
  .calculator-main--container {
    padding-left: 15px;
    padding-right: 15px; } }

@media all and (max-width: 1199px) {
  .calculator-main__img {
    min-width: 420px;
    max-width: 420px; }
  .calculator-main__content--title .st-title {
    font-size: 30px; }
  .calculator-main__content--form-step .radio--container-title .radio-title {
    font-size: 22px; }
  .calculator-main__content--form-step .single-radio .radio-value {
    font-size: 18px; } }

@media all and (max-width: 1023px) {
  .calculator-main__content--form-step .file--container-input .st-title {
    font-size: 18px; }
  .calculator-main__content--form-step .file--container-input .st-text {
    font-size: 18px; } }

@media all and (max-width: 991px) {
  .calculator-main__img {
    display: none; } }

@media all and (max-width: 767px) {
  .calculator-main {
    padding-top: 40px;
    padding-bottom: 50px; } }

@media all and (max-width: 579px) {
  .calculator-main__content--form-step .radio--container-title .radio-title {
    font-size: 20px; }
  .calculator-main__content--title .st-title {
    font-size: 28px; }
  .calculator-main__content--form .submit-container .btn_submit {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px; }
  .calculator-main__content--form-step .file--container-input {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .gallery-info {
    padding-top: 40px;
  }
  .calculator-main__content--form-step .file--container-input .st-text {
    min-width: 100%;
    padding-left: 0;
    padding-top: 10px; } }
