* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

:before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a {
  text-decoration: none; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  line-height: 1;
  font-weight: normal; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

button {
  background: none; }

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

input, textarea, select {
  border-radius: 0; }

@media (max-width: 767px) {
  .container {
    padding-left: 10px !important;
    padding-right: 10px !important; }

  .row {
    margin-left: -10px !important;
    margin-right: -10px !important; }

  .col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, [class*="col-auto"], [class*="col-xs-"], [class*="col-sm-"], [class*="col-md-"], [class*="col-lg-"], [class*="col-xl-"] {
    padding-left: 10px !important;
    padding-right: 10px !important; }
    .col.items_wr_full, .col-1.items_wr_full, .col-2.items_wr_full, .col-3.items_wr_full, .col-4.items_wr_full, .col-5.items_wr_full, .col-6.items_wr_full, .col-7.items_wr_full, .col-8.items_wr_full, .col-9.items_wr_full, .col-10.items_wr_full, .col-11.items_wr_full, .col-12.items_wr_full, [class*="col-auto"].items_wr_full, [class*="col-xs-"].items_wr_full, [class*="col-sm-"].items_wr_full, [class*="col-md-"].items_wr_full, [class*="col-lg-"].items_wr_full, [class*="col-xl-"].items_wr_full {
      padding-left: 0 !important;
      padding-right: 0 !important; } }
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?cekg2c");
  src: url("../fonts/icomoon.eot?cekg2c#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?cekg2c") format("truetype"), url("../fonts/icomoon.woff?cekg2c") format("woff"), url("../fonts/icomoon.svg?cekg2c#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
html {
  position: relative; }

body {
  background: #fff;
  /*font-family: 'Rubik', sans-serif;*/
  font-family: 'Rubik-regular', sans-serif;
  font-size: 16px;
  color: #3f3f3f;
  line-height: 21px; }
  body.hidden_scroll-y {
    overflow-y: hidden; }
  body.body-fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s; }
  body.show-block-mobile {
    transform: translate3d(300px, 0, 0);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s; }
    body.show-block-mobile .mobile-menu-hidden {
      z-index: 12;
      opacity: 1; }

@media (max-width: 767px) {
  body.show-block-filters {
    transform: translate3d(-100%, 0, 0); } }
a {
  color: #1fabe2;
  outline: none !important; }
  a:hover {
    text-decoration: underline; }
  a:active {
    color: #26c4e6; }

.style, [class*="section-box"], section, footer, header {
  width: 100%;
  float: left; }

[class*="section-box"], section, footer, header {
  position: relative; }

section, header, nav, article, aside, footer, address {
  display: block; }

.container {
  min-width: 303px; }

.logo, .footer-logo {
  width: 208px;
  display: block; }
  .logo img, .footer-logo img {
    vertical-align: middle; }

.header-button span {
  display: block;
  width: 250px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  background: #1fabe2;
  border-radius: 50px;
  cursor: pointer; }
  .header-button span i {
    font-style: normal; }
  .header-button span:hover {
    background: #26c4e6; }
  .header-button span:active {
    background: #26d0f2; }

.header-phones {
  display: inline-block;
  vertical-align: top; }

.phones {
  position: relative;
  line-height: 26px;
  padding-left: 36px;
  color: #3f3f3f !important;
  font-size: 22px;
  text-decoration: none !important;
  display: block;
  float: left;
  margin: 0 16px;
  font-weight: 500; }
  .phones span {
    position: absolute;
    width: 26px;
    height: 26px;
    left: 0;
    top: 0; }

.header-row {
  height: 74px; }

.section-nav {
  background: #e7e7e7;
  background: -moz-linear-gradient(left, #e7e7e7 0%, #ffffff 43%, #ffffff 57%, #e7e7e7 100%);
  background: -webkit-linear-gradient(left, #e7e7e7 0%, #ffffff 43%, #ffffff 57%, #e7e7e7 100%);
  background: linear-gradient(to right, #e7e7e7 0%, #ffffff 43%, #ffffff 57%, #e7e7e7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#e7e7e7',GradientType=1 );
  border-top: 2px solid #d7dbeb;
  height: 45px; }

.address-ico, .mail-ico {
  position: relative;
  font-size: 18px;
  line-height: 24px;
  padding-left: 30px; }
  .address-ico:before, .mail-ico:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 25px;
    left: 0;
    top: 50%;
    margin-top: -13px;
    background-image: url("../images/ico-all/address.svg");
    color: #0075bd;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 18px 25px; }

.mail-ico {
  color: #3f3f3f;
  text-decoration: none !important; }
  .mail-ico:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 14px;
    left: 0;
    top: 50%;
    margin-top: -7px;
    background-image: url("../images/ico-all/mail.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 18px 14px; }

.lang-select {
  width: 70px;
  height: 29px;
  background: #fff;
  position: relative;
  border-radius: 29px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.48) inset;
  margin-left: 9px; }
  .lang-select span {
    z-index: 1; }
  .lang-select a {
    opacity: 0;
    z-index: 2; }
  .lang-select a, .lang-select span {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: left;
    padding-left: 9px;
    padding-right: 0;
    font-size: 17px;
    color: #3f3f3f;
    text-decoration: none !important;
    line-height: 29px; }
    .lang-select a:before, .lang-select span:before {
      position: absolute;
      width: 22px;
      height: 22px;
      border-radius: 100%;
      top: 4px;
      right: 4px;
      background: #374898;
      content: ''; }
    .lang-select a:first-child, .lang-select span:first-child {
      text-align: right;
      padding-right: 9px;
      padding-left: 0; }
      .lang-select a:first-child:before, .lang-select span:first-child:before {
        right: auto;
        left: 4px; }

.fixed-header .section-nav {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 8;
  height: 80px;
  border-bottom: 2px solid #d7dbeb; }
  .fixed-header .section-nav .main-menu {
    margin-right: -15px;
    margin-left: 13px; }
    .fixed-header .section-nav .main-menu ul li a {
      height: 76px; }
    .fixed-header .section-nav .main-menu ul ul {
      top: 76px;
      padding-top: 4px; }
      .fixed-header .section-nav .main-menu ul ul ul {
        top: 4px;
        padding-top: 0; }
  .fixed-header .section-nav .fixed-header-disabled {
    display: none !important; }
  .fixed-header .section-nav .fixed-header-visible {
    display: block !important; }
  .fixed-header .section-nav .fixed-header-visible-logo {
    display: block !important; }
  .fixed-header .section-nav .header-button span {
    width: 194px; }
.fixed-header .section-box-header {
  padding-bottom: 45px; }

.mobile-phones {
  position: absolute;
  border-left: 1px solid #ebebeb;
  width: 46px;
  height: 42px;
  top: 0;
  right: 0;
  cursor: pointer;
  text-align: center;
  z-index: 2; }
  .mobile-phones:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #374898;
    content: '\e90b';
    font-size: 21px;
    line-height: 42px;
    transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    display: block; }

@media (min-width: 768px) and (max-width: 992px) {
  .lang-select {
    width: 58px;
    height: 24px; }
    .lang-select a, .lang-select span {
      font-size: 14px;
      line-height: 24px;
      padding-left: 6px; }
      .lang-select a:before, .lang-select span:before {
        width: 18px;
        height: 18px;
        top: 3px;
        right: 3px; }
      .lang-select a:first-child, .lang-select span:first-child {
        padding-left: 0;
        padding-right: 6px; } }
@media (max-width: 1276px) {
  .fixed-header .section-nav .main-menu ul li a {
    padding: 0 24px; } }
@media (max-width: 1260px) {
  .fixed-header .section-nav .logo, .fixed-header .section-nav .footer-logo {
    width: 110px; }
  .fixed-header .section-nav .main-menu ul li a {
    padding: 0 20px; } }
@media (max-width: 1220px) {
  .section-nav .section-nav__address .address-ico, .section-nav .section-nav__address .mail-ico {
    font-size: 16px; }

  .section-box-header .phones {
    font-size: 16px; }
  .section-box-header .logo, .section-box-header .footer-logo {
    width: 130px; } }
.fixed-button-write {
  position: fixed;
  bottom: 200px;
  right: -106px;
  z-index: 9;
  width: 260px;
  height: 49px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  background: #1fabe2;
  font-size: 18px;
  line-height: 49px;
  font-weight: 500;
  border: 1px solid #fff;
  border-bottom: 0;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  display: block;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg); }
  .fixed-button-write:hover {
    background: #26c4e6;
    box-shadow: 0px 0px 4px 1px rgba(38, 196, 230, 0.35); }
  .fixed-button-write:active {
    box-shadow: none; }

@media (max-width: 1200px) {
  .header-button span {
    width: 214px;
    font-size: 14px; } }
@media (max-width: 991px) {
  .address-ico:before, .mail-ico:before {
    background-size: 13px 18px;
    background-position: 0 50%; }

  .mail-ico:before {
    background-size: 13px 10px; }

  .header-button span {
    width: 150px;
    height: 40px;
    line-height: 40px; }
  .header-button i {
    display: none; }

  .section-box-header .phones {
    font-size: 13px;
    padding-left: 22px;
    margin: 0 7px; }
    .section-box-header .phones span {
      width: 16px;
      height: 16px;
      top: 50%;
      margin-top: -8px; }
  .section-box-header .logo, .section-box-header .footer-logo {
    width: 120px; }

  .fixed-header .section-nav {
    height: 42px; }
    .fixed-header .section-nav .logo, .fixed-header .section-nav .footer-logo {
      width: 90px; }
    .fixed-header .section-nav .main-menu ul li a {
      height: 38px;
      padding: 0 13px; }
    .fixed-header .section-nav .main-menu ul ul {
      top: 38px; }
      .fixed-header .section-nav .main-menu ul ul ul {
        top: 4px; }
    .fixed-header .section-nav .header-button span {
      width: 130px;
      height: 35px;
      line-height: 35px; }

  .fixed-button-write {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    right: -18px;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    bottom: 100px; } }
@media (max-width: 767px) {
  .fixed-button-write {
    right: -8px;
    font-size: 12px;
    bottom: 0;
    height: 38px;
    line-height: 38px;
    width: 170px;
    border-top-right-radius: 0; }

  body.phones-active .section-box-header .header-phones {
    margin-top: -103px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); }

  .section-box-header {
    height: 0px; }
    .section-box-header .header-phones {
      position: fixed;
      width: 290px;
      left: 50%;
      margin-left: -145px;
      background: #fff;
      top: 50%;
      display: block;
      text-align: center;
      padding: 21px 0 44px 0;
      margin-top: -200%;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      transition: 0.5s;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      z-index: 11; }
      .section-box-header .header-phones .phones {
        display: inline-block;
        vertical-align: top;
        margin: 21px 30px 0 30px;
        float: none;
        font-size: 18px; }
    .section-box-header .close-mob-phones {
      position: absolute;
      top: 8px;
      right: 0;
      width: 38px;
      height: 28px;
      text-align: center;
      z-index: 3;
      background-image: url(../images/ico-all/close.svg);
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: 20px 20px;
      cursor: pointer; }

  .section-nav {
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 8;
    border: 0;
    height: 42px;
    box-shadow: 0px 0px 7.92px 0.08px rgba(1, 10, 57, 0.1); }
    .section-nav .logo-mobile-header {
      display: block !important; }
    .section-nav .fixed-header-visible-logo {
      display: block !important; }
      .section-nav .fixed-header-visible-logo a {
        margin-top: 6px; }
    .section-nav .fixed-header-disabled {
      display: none !important; }

  .fixed-header .section-nav {
    height: 42px; }
    .fixed-header .section-nav .logo-mobile-header {
      display: block !important; }
    .fixed-header .section-nav .fixed-header-visible, .fixed-header .section-nav .fixed-header-disabled {
      display: none !important; }
  .fixed-header .section-box-header {
    padding-bottom: 42px; }
  .fixed-header .fixed-header-visible-logo .logo, .fixed-header .fixed-header-visible-logo .footer-logo {
    width: 120px !important; }

  .section-box-header .logo, .section-box-header .footer-logo {
    margin: 0 auto; } }
.main-menu {
  display: inline-block;
  vertical-align: top; }
  .main-menu > div {
    display: inline-block;
    vertical-align: top; }
  .main-menu ul {
    margin-left: -31px; }
    .main-menu ul li {
      position: relative;
      float: left;
      margin-left: -1px; }
      .main-menu ul li a {
        text-decoration: none !important;
        font-size: 18px;
        line-height: 22px;
        color: #3f3f3f;
        position: relative;
        padding: 0 31px;
        display: inline-block;
        vertical-align: top;
        height: 43px;
        display: table-cell;
        vertical-align: middle; }
        .main-menu ul li a:before, .main-menu ul li a:after {
          position: absolute;
          top: 50%;
          content: '';
          height: 18px;
          width: 1px;
          margin-top: -9px;
          background: #bbe6f6;
          transition: 0.2s;
          -webkit-transition: 0.2s;
          -moz-transition: 0.2s;
          -ms-transition: 0.2s;
          -o-transition: 0.2s; }
        .main-menu ul li a:before {
          left: 0; }
        .main-menu ul li a:after {
          right: 0; }
      .main-menu ul li:first-child a:before {
        opacity: 0; }
      .main-menu ul li:last-child a:after {
        opacity: 0; }
      .main-menu ul li:hover a {
        color: #1fabe2;
        background: #fff; }
        .main-menu ul li:hover a:before, .main-menu ul li:hover a:after {
          height: 100%;
          top: 0;
          margin-top: 0;
          opacity: 1; }
      .main-menu ul li:hover > ul {
        display: block; }
    .main-menu ul ul {
      display: none;
      position: absolute;
      top: 45px;
      left: 0;
      width: 340px;
      z-index: 3;
      margin-left: 0; }
      .main-menu ul ul:after {
        width: 100%;
        height: 2px;
        opacity: 0;
        background: none;
        content: '';
        position: absolute;
        left: 0;
        top: -2px; }
      .main-menu ul ul li {
        width: 100%;
        background: #fff;
        padding: 0 15px;
        display: table;
        position: static; }
        .main-menu ul ul li a {
          height: 56px !important;
          font-size: 16px;
          color: #3f3f3f !important;
          border-top: 1px solid #ebebeb;
          width: 100%;
          padding: 0 0 0 14px;
          transition: 0.2s;
          -webkit-transition: 0.2s;
          -moz-transition: 0.2s;
          -ms-transition: 0.2s;
          -o-transition: 0.2s; }
          .main-menu ul ul li a:before, .main-menu ul ul li a:after {
            display: none; }
        .main-menu ul ul li.menu-item-has-children a:before {
          transition: 0s !important;
          font-family: 'icomoon' !important;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: '\e900';
          display: block;
          color: #3f3f3f;
          position: absolute;
          right: 0;
          left: auto;
          font-size: 9px;
          width: 5px;
          height: 9px;
          top: 50%;
          margin-top: -5px;
          background: none; }
        .main-menu ul ul li:hover {
          padding-right: 0; }
          .main-menu ul ul li:hover a {
            background: #dff1fa;
            border-color: #dff1fa;
            border-left: 6px solid #24c1ff;
            padding-left: 23px; }
            .main-menu ul ul li:hover a:before {
              right: 15px;
              color: #1fabe2; }
            .main-menu ul ul li:hover a:after {
              width: 100%;
              height: 1px;
              background: #dff1fa;
              left: 0;
              bottom: -1px;
              top: auto;
              display: block;
              z-index: 3; }
          .main-menu ul ul li:hover ul li a {
            border-left: 0;
            padding: 0 15px;
            background: none;
            border-color: #e1e1e1; }
        .main-menu ul ul li:first-child a {
          border-top: 0; }
      .main-menu ul ul ul {
        display: none;
        min-height: 100%;
        top: 0;
        padding-top: 0;
        left: 100%;
        margin-left: -1px;
        background: #f5f5f5;
        box-shadow: 17px 33px 26.73px 0.27px rgba(1, 10, 57, 0.09); }
        .main-menu ul ul ul:after {
          display: none; }
        .main-menu ul ul ul li {
          background: none;
          padding: 0 15px !important; }
          .main-menu ul ul ul li a:before, .main-menu ul ul ul li a:after {
            display: none !important; }
          .main-menu ul ul ul li:hover a {
            background: #fff !important;
            color: #1d9acc !important; }

@media (max-width: 1200px) {
  .main-menu ul ul {
    width: 305px; }

  .main-menu ul li a {
    font-size: 15px;
    line-height: 17px; }
  .main-menu ul ul li a {
    font-size: 14px;
    height: 40px !important; }
  .main-menu ul ul ul li a {
    font-size: 13px; } }
@media (max-width: 991px) {
  .main-menu ul ul {
    width: 260px; }

  .main-menu ul {
    margin-left: -25px; }
  .main-menu ul li a {
    font-size: 13px;
    line-height: 15px;
    padding: 0 25px; }
  .main-menu ul ul li a {
    font-size: 14px;
    height: 34px !important; }
  .main-menu ul ul ul li a {
    font-size: 12px; } }
@media (max-width: 767px) {
  .mobile-logo-lang {
    margin: 0 0 0 -300px !important;
    position: fixed;
    left: 0;
    top: 0;
    width: 300px;
    height: 42px;
    background: #fff; }

  .mobile-logo {
    float: left;
    padding-top: 5px;
    margin-left: 14px; }

  .mobile-lang {
    float: right;
    margin-right: 53px;
    padding-top: 7px; }

  .close-mob-menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 42px;
    text-align: center;
    z-index: 3;
    background-image: url("../images/ico-all/close.svg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 22px 22px; }

  .main-menu {
    margin: 0 0 0 -300px !important;
    position: fixed;
    left: 0;
    top: 42px;
    width: 300px;
    overflow: scroll;
    overflow-x: hidden;
    padding-bottom: 45px;
    height: 100%;
    background: #f5f5f5; }
    .main-menu > div {
      width: 100%; }
    .main-menu ul {
      width: 100% !important;
      margin-left: 0;
      float: left; }
      .main-menu ul li {
        width: 100%;
        display: table;
        padding: 0 14px;
        position: relative !important; }
        .main-menu ul li:first-child a {
          border-top: 0; }
        .main-menu ul li a {
          width: 100%;
          border-left: 0;
          border-right: 0;
          border-top: 1px solid #ebebeb;
          padding: 15px 0;
          border-radius: 0;
          display: block;
          height: auto;
          line-height: 16px; }
          .main-menu ul li a:before, .main-menu ul li a:after {
            display: none; }
          .main-menu ul li a:hover {
            color: #3f3f3f !important;
            background: none; }
        .main-menu ul li.menu-item-has-children > .menu-item-arrow {
          position: absolute;
          cursor: pointer;
          z-index: 3;
          top: 0;
          right: 0;
          height: 47px;
          width: 33px; }
          .main-menu ul li.menu-item-has-children > .menu-item-arrow:before {
            font-family: 'icomoon' !important;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-family: 'icomoon' !important;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: '\e900';
            display: block;
            color: #3f3f3f;
            position: absolute;
            right: 50%;
            margin-right: -3px;
            font-size: 9px;
            width: 5px;
            height: 9px;
            top: 50%;
            margin-top: -5px; }
        .main-menu ul li:hover a {
          background: none;
          color: #3f3f3f; }
        .main-menu ul li:hover ul {
          display: none !important; }
        .main-menu ul li.opened {
          padding-left: 0;
          padding-right: 0; }
          .main-menu ul li.opened > .menu-item-arrow:before {
            transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            margin-right: 1px;
            color: #fff; }
          .main-menu ul li.opened > a {
            padding-left: 14px;
            background: #4acafd;
            color: #fff; }
          .main-menu ul li.opened ul {
            display: block !important;
            position: relative;
            top: auto;
            padding: 0;
            left: auto;
            margin: 0; }
            .main-menu ul li.opened ul li.opened ul {
              display: block !important; }
            .main-menu ul li.opened ul ul {
              display: none !important; }
      .main-menu ul ul:after {
        display: none; }
      .main-menu ul ul li.menu-item-has-children > .menu-item-arrow {
        height: 57px; }
      .main-menu ul ul li a {
        height: auto !important;
        padding-top: 20px;
        padding-bottom: 19px; }
      .main-menu ul ul li:hover {
        padding-right: 15px; }
        .main-menu ul ul li:hover a {
          background: none;
          padding-left: 14px;
          border-left: 0;
          border-color: #ebebeb; }
          .main-menu ul ul li:hover a:after {
            display: none; }
      .main-menu ul ul li.opened {
        padding-right: 0;
        padding-left: 14px; }
        .main-menu ul ul li.opened > a {
          background: #dff1fa;
          color: #fff;
          border-left: 5px solid #24c1ff;
          border-top-color: #dff1fa; }
        .main-menu ul ul li.opened.menu-item-has-children > .menu-item-arrow:before {
          color: #24c1ff; }
      .main-menu ul ul ul {
        box-shadow: 17px 17px 16.73px 0.27px rgba(1, 10, 57, 0.09); }
        .main-menu ul ul ul:before {
          width: 100%;
          height: 1px;
          left: 0;
          bottom: -1px;
          background: #f5f5f5;
          content: '';
          position: absolute; }
        .main-menu ul ul ul li a {
          background: #f5f5f5 !important;
          font-size: 13px !important;
          color: #626262 !important;
          padding-top: 12px !important;
          padding-bottom: 12px !important; }
        .main-menu ul ul ul li:hover a {
          background: #f5f5f5 !important;
          color: #626262 !important; }

  .main-menu ul ul li.menu-item-has-children a:before {
    display: none; } }
.section-box-footer {
  background: #f5f5f5;
  padding-top: 46px; }

.footer-social, .first-social, .comments-social {
  float: right; }
  .footer-social li, .first-social li, .comments-social li {
    float: left;
    margin-left: 9px; }
    .footer-social li:first-child, .first-social li:first-child, .comments-social li:first-child {
      margin-left: 0; }
    .footer-social li a, .first-social li a, .comments-social li a {
      width: 30px;
      height: 30px;
      position: relative;
      border-radius: 100%;
      /*border: 1px solid #374898;*/
      transition: 0.2s;
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -ms-transition: 0.2s;
      -o-transition: 0.2s;
      display: block; }
      .footer-social li a:before, .first-social li a:before, .comments-social li a:before {
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-align: center;
        line-height: 30px;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        color: #374898; }
      .footer-social li a.ico-instagram:before, .first-social li a.ico-instagram:before, .comments-social li a.ico-instagram:before {
        /*content: '\f16d';*/
        font-size: 14px; }
      .footer-social li a.ico-fb:before, .first-social li a.ico-fb:before, .comments-social li a.ico-fb:before {
        content: '\e901';
        font-size: 17px; }
      .footer-social li a.ico-youtube:before, .first-social li a.ico-youtube:before, .comments-social li a.ico-youtube:before {
        content: '\e903';
        font-size: 13px; }
      .footer-social li a:hover, .first-social li a:hover, .comments-social li a:hover, .first-social li a:hover:before{
        color: #1fabe2!important;
        border-color: #1fabe2; }
        .footer-social li a:hover:before, .first-social li a:hover:before, .comments-social li a:hover:before {
          color: #1fabe2; }

.footer-logo {
  max-width: 100%; }

.footer-contacts-icons__right {
  padding-left: 65px; }
.footer-contacts-icons .address-ico, .footer-contacts-icons .mail-ico {
  font-size: 16px;
  line-height: 20px;
  display: block; }
.footer-contacts-icons .phones {
  font-size: 18px;
  line-height: 20px;
  margin: 0;
  padding-left: 30px; }
  .footer-contacts-icons .phones span {
    width: 19px;
    height: 19px; }
.footer-contacts-icons p {
  margin-top: 11px;
  display: inline-block;
  vertical-align: top;
  width: 100%; }
  .footer-contacts-icons p:first-child {
    margin-top: 0; }
.footer-contacts-icons__phones {
  margin-top: 26px; }
  .footer-contacts-icons__phones p {
    margin-top: 17px; }

.section-copyright {
  border-top: 1px solid #b2e4f8;
  margin-top: 28px; }

.footer-copyright {
  font-size: 14px;
  line-height: 58px; }

.studio-wr {
  width: 100%;
  float: right;
  height: 58px;
  position: relative;
  color: #3f3f3f; }
  .studio-wr a {
    height: 58px;
    line-height: 58px;
    font-size: 14px;
    float: right;
    padding-right: 24px;
    color: inherit;
    position: relative;
    z-index: 2; }

.studio-img {
  width: 14px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  cursor: default;
  color: #a8a8a8;
  background-image: url("../images/ico-all/studio-logo.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 14px 20px;
  z-index: 1; }

@media (max-width: 1200px) {
  .footer-contacts-icons__right {
    padding-left: 0;
    margin-right: -12px; } }
@media (max-width: 991px) {
  .footer-contacts-icons .address-ico, .footer-contacts-icons .mail-ico {
    font-size: 12px;
    padding-left: 23px; }
  .footer-contacts-icons .phones {
    font-size: 13px; }

  .footer-logo {
    width: 120px; }

  .footer-social, .first-social, .comments-social {
    float: left; }

  .footer-contacts-icons p {
    margin-top: 2px; }
  .footer-contacts-icons__phones {
    margin-top: 13px; }
    .footer-contacts-icons__phones p {
      margin-top: 5px; }

  .section-copyright {
    margin-top: 17px; }

  .footer-contacts-icons .phones span {
    width: 14px;
    height: 14px;
    top: 50%;
    margin-top: -7px; } }
@media (max-width: 767px) {
  .footer-contacts-icons p {
    text-align: center; }
  .footer-contacts-icons .address-ico, .footer-contacts-icons .mail-ico {
    display: inline-block;
    vertical-align: top;
    text-align: left; }
  .footer-contacts-icons .phones {
    display: inline-block;
    vertical-align: top;
    float: none;
    text-align: left; }

  .footer-social, .first-social, .comments-social {
    float: right; }

  .footer-contacts-icons {
    margin-top: 35px; }
    .footer-contacts-icons__right {
      margin-top: 20px; }

  .footer-copyright {
    font-size: 10px;
    line-height: 42px; }

  .studio-wr {
    height: 42px; }
    .studio-wr a {
      height: 42px;
      line-height: 42px;
      font-size: 0;
      color: #f5f5f5; }

  .section-copyright {
    margin-top: 25px; }

  .footer-contacts-icons__right {
    margin-right: 0; } }
.copyright-new {
  font-size: 14px; }

.btn_up {
  display: block !important;
  margin-right: -130px;
  z-index: 8;
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  bottom: 32px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer;
  background: #f5f5f5;
  border: 1px solid #0fcdfd; }
  .btn_up:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e905';
    position: absolute;
    width: 48px;
    height: 48px;
    color: #fff;
    line-height: 46px;
    font-size: 8px;
    z-index: 2;
    text-align: center;
    left: 50%;
    top: 50%;
    margin-left: -24px;
    margin-top: -24px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    background: #374eb9;
    border-radius: 100%; }
  .btn_up:hover:before {
    background: #02cbfd; }
  .btn_up.visible {
    display: block !important; }
    .btn_up.visible:before {
      opacity: 1; }

.btn_call_close {
  width: 46px;
  height: 46px;
  position: fixed;
  bottom: 0;
  left: 0;
  border-top-right-radius: 4px;
  background: #1fabe2;
  z-index: 13;
  cursor: pointer;
  display: none;
  text-align: center; }
  .btn_call_close:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e90f';
    color: #fff;
    line-height: 46px;
    font-size: 18px; }
  .btn_call_close.visible {
    display: block !important; }

.call-mobile-wr {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
  overflow-y: scroll; }
  .call-mobile-wr.open {
    display: block !important; }

.call-mobile {
  width: 100%;
  height: 100%;
  display: table; }

.call-mobile-td {
  display: table-cell;
  vertical-align: bottom;
  padding-bottom: 60px;
  padding-top: 15px; }

.button-call-mob {
  height: 34px;
  background: #fff;
  border-radius: 4px;
  width: 300px;
  position: relative;
  text-align: center;
  margin: 0 auto;
  margin-top: 4px; }
  .button-call-mob:first-child {
    margin-top: 0; }

.call-contact, .call-sms {
  text-decoration: none;
  position: relative;
  color: inherit;
  line-height: 34px; }
  .call-contact:before, .call-sms:before {
    width: 16px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -22px;
    content: ''; }

.button-call_ {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 34px;
  text-decoration: none;
  color: inherit;
  font-size: 13px; }
  .button-call_ div {
    width: 30px;
    height: 100%;
    float: left; }
    .button-call_ div span {
      width: 30px;
      height: 100%;
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
  .button-call_ p {
    margin-left: 35px;
    float: left;
    display: block; }
  .button-call_ span {
    font-size: 18px;
    font-family: Helvetica;
    float: left;
    display: block; }

.call-sms:before {
  background: url('../../images/ico-call/ico-36.png') 50% 50% no-repeat; }

.call-contact:before {
  background: url('../../images/ico-call/ico-37.png') 50% 50% no-repeat; }

.studio_footer {
  background: #fff;
  color: #3f3f3f;
  margin-top: 54px; }

.copyright {
  height: 56px;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  width: auto;
  line-height: 56px;
  color: #595853; }

.btn_call {
  z-index: 9;
  width: 74px;
  height: 74px;
  position: fixed;
  right: 15px;
  bottom: 10px;
  cursor: pointer;
  padding: 5px 5px; }
  .btn_call:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: #64696d;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    animation-name: tocall1;
    -webkit-animation-name: tocall1;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite; }
  .btn_call div {
    width: 64px;
    height: 64px;
    position: relative;
    z-index: 2;
    background: #1fabe2;
    transition: 0.05s;
    -webkit-transition: 0.05s;
    -moz-transition: 0.05s;
    -ms-transition: 0.05s;
    -o-transition: 0.05s;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .btn_call div:before {
      width: 64px;
      height: 64px;
      color: #fff;
      font-size: 24px;
      content: "";
      background: url("../../images/ico-call-big.svg") 50% 50% no-repeat;
      background-size: 24px 24px;
      display: block;
      text-align: center;
      line-height: 64px;
      animation-name: tocall2;
      -webkit-animation-name: tocall2;
      animation-duration: 1.5s;
      -webkit-animation-duration: 1.5s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite; }
  .btn_call.close {
    z-index: 130; }
    .btn_call.close:before {
      animation: none !important; }
    .btn_call.close div:before {
      content: '\e90c';
      animation: none !important;
      background: none; }

@keyframes tocall2 {
  0% {
    transform: rotate(-8deg); }
  50% {
    transform: rotate(8deg); }
  100% {
    transform: rotate(-8deg); } }
@-webkit-keyframes tocall2 {
  0% {
    -webkit-transform: rotate(-8deg); }
  50% {
    -webkit-transform: rotate(8deg); }
  100% {
    -webkit-transform: rotate(-8deg); } }
@-moz-keyframes tocall2 {
  0% {
    -moz-transform: rotate(-8deg); }
  50% {
    -moz-transform: rotate(8deg); }
  100% {
    -moz-transform: rotate(-8deg); } }
@keyframes tocall1 {
  0% {
    transform: scale(0.7);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); }
  100% {
    transform: scale(1.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); } }
@-webkit-keyframes tocall1 {
  0% {
    -webkit-transform: scale(0.7);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); }
  100% {
    -webkit-transform: scale(1.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); } }
@-moz-keyframes tocall1 {
  0% {
    -moz-transform: scale(0.7);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); }
  100% {
    -moz-transform: scale(1.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); } }
@media (max-width: 1540px) {
  .btn_up {
    margin-right: -50px; } }
@media (max-width: 1390px) {
  .btn_up {
    margin-right: 9px; } }
@media (max-width: 767px) {
  .btn_up {
    display: none !important; }
    .btn_up.visible {
      display: none !important; } }
.section-first {
  height: 711px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  color: #fff;
  padding-top: 102px; }
  .section-first__text-first {
    font-size: 17px;
    line-height: 20px;
    text-shadow: 0px 0px 12.87px rgba(1, 10, 57, 0.33); }
  .section-first__text-second {
    margin-top: 2px;
    text-shadow: 0px 0px 12.87px rgba(1, 10, 57, 0.33);
    font-size: 58px;
    font-weight: 700;
    line-height: 72px; }
    .section-first__text-second i {
      font-style: normal;
      text-transform: uppercase;
      display: inline-block;
      vertical-align: top;
      width: 100%; }
  .section-first__text-third {
    margin-top: 31px;
    text-shadow: 0px 0px 12.87px rgba(1, 10, 57, 0.33);
    font-size: 20px;
    line-height: 22px; }
  .section-first__youtube-wrapp span {
    cursor: pointer;
    position: relative;
    padding-left: 61px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 300;
    display: block;
    float: left; }
    .section-first__youtube-wrapp span:before {
      position: absolute;
      width: 50px;
      height: 50px;
      content: '';
      left: 0;
      top: 0;
      background: url("../images/home/first-play.png");
      background-size: 50px 50px;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      transition: 0.2s;
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -ms-transition: 0.2s;
      -o-transition: 0.2s; }
    .section-first__youtube-wrapp span:hover:before {
      background: url("../images/home/first-play-hover.png"); }
  .section-first__social {
    text-align: right;
    padding-top: 10px; }
  .section-first__social_text {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px; }
  .section-first__youtube-social {
    margin-top: 44px; }

.first-social {
  margin-left: 23px; }
  .first-social li a {
    border-color: #fff; }
    .first-social li a:before {
      color: #fff !important; }
    .first-social li a:hover {
      border-color: #70d7ff; }

.header-buttons {
  margin-top: 56px; }
  .header-buttons__signup, .home-tooth__signup, .header-buttons__price, .home-tooth__price {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    height: 50px;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none !important;
    margin: 0 10px;
    line-height: 50px;
    border-radius: 50px;
    color: inherit !important;
    cursor: pointer;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s; }
  .header-buttons__signup, .home-tooth__signup {
    background: #1fabe2;
    border: 1px solid #fff;
    line-height: 47px;
    width: 250px;
    position: relative; }
    .header-buttons__signup i, .home-tooth__signup i {
      font-style: normal; }
    .header-buttons__signup:hover, .home-tooth__signup:hover {
      background: #26c4e6;
      box-shadow: 0px 0px 6px 4px rgba(38, 196, 230, 0.45); }
      .header-buttons__signup:hover:before, .home-tooth__signup:hover:before {
        position: absolute;
        width: 100%;
        height: 100%;
        content: '';
        left: 0;
        top: 0;
        box-shadow: 0px 1px 99.99px 1.01px rgba(0, 0, 0, 0.38);
        border-radius: 50px; }
    .header-buttons__signup:active, .home-tooth__signup:active {
      box-shadow: none; }
      .header-buttons__signup:active:before, .home-tooth__signup:active:before {
        box-shadow: none; }
  .header-buttons__price, .home-tooth__price {
    border: 2px solid #fff;
    line-height: 49px;
    width: 200px; }
    .header-buttons__price:hover, .home-tooth__price:hover {
      background-color: rgba(1, 12, 63, 0.3); }
    .header-buttons__price:active, .home-tooth__price:active {
      background-color: rgba(1, 12, 63, 0.5); }

.home-item-service {
  margin-top: 20px; }
  .home-item-service a {
    display: inline-block;
    vertical-align: top;
    width: 400px;
    max-width: 100%;
    border-radius: 6px;
    background: #fff;
    padding: 2px 2px 38px 2px;
    box-shadow: 0px 0px 26.73px 0.27px rgba(1, 10, 57, 0.17);
    text-decoration: none !important;
    position: relative;
    height: 100%; }
    .home-item-service a div {
      height: 211px; }
    .home-item-service a img {
      border-top-left-radius: 6px;
      float: left; }
    .home-item-service a p, .home-item-service a span p{
      padding: 0 20px; }
    .home-item-service a p {
      font-size: 22px;
      color: #374898;
      line-height: 26px;
      font-weight: 700;
      margin-top: 12px;
      margin-bottom: 14px; }
    .home-item-service a span p{
      font-size: 17px;
      font-weight: normal;
      line-height: 20px;
      color: #3f3f3f;
      display: inline-block;
      vertical-align: top; }
    .home-item-service a i {
      position: absolute;
      left: 50%;
      margin-left: -95px;
      bottom: 0;
      width: 190px;
      height: 40px;
      line-height: 40px;
      border-radius: 6px;
      font-style: normal;
      text-align: center;
      font-size: 18px;
      color: #fff;
      background: #1fabe2;
      opacity: 0;
      transition: 0.3s;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      z-index: 3; }
      .home-item-service a i:hover {
        background: #26c4e6; }
    .home-item-service a:hover i {
      margin-bottom: -12px;
      opacity: 1; }

.section-home-second {
  padding-bottom: 55px;
  margin-top: -180px; }
  .section-home-second__link {
    display: inline-block;
    vertical-align: top;
    margin-top: 30px;
    color: #374898;
    text-decoration: underline;
    font-size: 20px;
    line-height: 24px; }
    .section-home-second__link:hover {
      color: #24c1ff; }

.section-home-form {
  background-position: 50% 0;
  background-repeat: no-repeat;
  padding: 30px 0 29px 0;
  background-image: url("../images/consultation.jpg"); }
  .section-home-form__form {
    display: inline-block;
    vertical-align: top;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 6px;
    padding: 15px;}
    .section-home-form__form form {
      position: relative;
      display: inline-block;
      vertical-align: top;
      border-radius: 6px;
      background: rgba(255, 255, 255, 0.75);
      width: 652px;
      max-width: 100%;
      padding: 45px 56px 50px 56px; }
  .section-home-form__form_title {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
    margin-bottom: 6px; }
    .section-home-form__form_title span {
      color: #00b2cd; }
  .section-home-form__form_date {
    width: 50%;
    float: left;
    padding-right: 10px; }
    .section-home-form__form_date.form-time {
      padding-right: 0;
      padding-left: 10px; }
  .section-home-form__text {
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 18px;
    margin-top: 11px; }
    .section-home-form__text span {
      color: #1fabe2; }

.success-in-form {
  position: absolute;
  display: table;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 6px; }
  .success-in-form.active {
    display: table !important; }
  .success-in-form__text {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 0 133px; }
    .success-in-form__text .success-in-form__text_title {
      font-weight: 700;
      font-size: 28px;
      line-height: 32px;
      color: #1fabe2;
      text-transform: uppercase; }
    .success-in-form__text p {
      font-size: 22px;
      margin-top: 14px;
      line-height: 27px; }

.forms_ .success-in-form {
  background: #fff;
  opacity: 1; }

.section-home-tooth {
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-image: url("../images/above_footer.png");
  padding: 59px 0 52px 0; }

.home-tooth__desk {
  color: #fff; }
.home-tooth__title {
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
  text-shadow: 1px 2px 6.93px rgba(0, 0, 0, 0.38); 
text-align: center;}
.home-tooth__text {
  font-size: 18px;
  line-height: 22px;
  text-shadow: 1px 2px 6.93px rgba(0, 0, 0, 0.38);
  margin-top: 23px;
  text-align: center; }
.home-tooth__signup {
  margin-left: 0; }
.home-tooth__price {
  margin-right: 0; }
.home-tooth__buttons {
  margin-top: 39px;
  display: flex; 
justify-content: center;}

.section-text-home {
  padding-top: 31px;
  padding-bottom: 69px; }
  .section-text-home__title {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: 30px; }
  .section-text-home__text {
    height: 83px;
    overflow: hidden;
    font-size: 16px; }
    .section-text-home__text.visible {
      height: auto; }
    .section-text-home__text p {
      margin-top: 17px; }
  .section-text-home__button {
    text-align: center; }
    .section-text-home__button span {
      cursor: pointer;
      display: inline-block;
      vertical-align: top;
      margin-top: 21px;
      color: #374898;
      text-decoration: underline;
      font-size: 16px;
      line-height: 18px; }
      .section-text-home__button span:hover {
        color: #24c1ff; }

.home-comments {
  margin-top: 3em;
  display: flex;
  justify-content: center!important;
}
  /*overflow: hidden;
  padding: 38px 0 95px 0;*/ 
 .home-comments__title{
    font-size: 48px!important;
    line-height: 54px;
    font-weight: 700; 
    font-family: Rubik-Bold;}

.about-slider_home_wrapper{
     max-width: 850px;
     margin: 0 auto;
     margin-top: 50px;
}
.home-comments-block__date span {
    position: relative;
    font-size: 14px;
    line-height: 16px;
    padding-left: 25px;
}
.home-comments-block__date span:before{
     font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e904';
    color: #00b2cd;
    opacity: 0.51;
    font-size: 15px;
    line-height: 16px;
    position: absolute;
    left: 0;
    top: 1px;
}
.about-slider_home{
    margin-top: 30px;
}
.home_slider_buttons{
    display: flex;
    justify-content: flex-end;
}
.about-slider_home.slick-initialized.slick-slider.slick-dotted > .slick-dots{
  margin-left: 210px;
}
.about-slider_next_home, .about-slider_prev_home{
    width: 47px;
    height: 47px;
     border-radius: 50%;
     cursor: pointer;
     background-color: #00b2cd;
       border: none;
       opacity: 0.3;
       transform: translateY(-30px);
}
.about-slider_next_home:hover, .about-slider_prev_home:hover{
  opacity: 1;
}
.about-slider_prev_home{
  margin-right: 10px;
 background-image: url(../images/arrow-l.png);
    background-repeat: no-repeat;
    background-position: center;
}
.about-slider_next_home{
  margin-right: 10px;
 background-image: url(../images/arrow-r.png);
    background-repeat: no-repeat;
    background-position: center;

}
.comments-social li a{
  border-color: #374898!important;
}
.comments-social li a:before{
  color: #374898!important;
}
.comments-social li a:hover:before{
   color: #00b2cd!important;
}
.comments-social li a:hover{
   border-color: #00b2cd!important;
}
.home_slider_item{
    display: flex!important;
    flex-direction: row;
    justify-content: space-around;
}
.home_slider_img{
   border-radius: 50%;
   overflow: hidden;
    width: 160px;
    height: 160px;
}
.home_slider_img img{
   overflow: hidden;
    width: 100%;
    height: 100%;
}


.home_slider_left{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home_slider_social{
}

.home_slider_right{
     margin-left: 30px;

     display: flex;
     flex-direction: column;
}
.home_slider_title{
  display: flex;
  justify-content: space-between;
}
.home_slider_title p:first-child{
  font-size: 24px;
  font-family: Rubik-Regular;
}
.home_slider_text{
    margin-top: 50px;
    font-family: Rubik-Regular;
    font-size: 14px;
}


/*  .home-comments .btn-l_, .home-comments .btn-r_ {
    right: 30px;
    bottom: 53px;
    top: auto; }
  .home-comments .btn-r_ {
    bottom: 113px; }*/
/*.home-comments-block {

  border: 1px solid coral;
  padding: 23px 7px 7px 7px; }
  .home-comments-block__img {

    border: 1px solid #838ebf;
    border-radius: 100%;}
    .home-comments-block__img span {
      display: table-cell;
      vertical-align: middle;
      width: 91px;
      height: 91px;
      position: relative;
      overflow: hidden;
      border-radius: 100%;
      text-align: center; }
      .home-comments-block__img span img {
        vertical-align: middle;
        border-radius: 100%; }
  .home-comments-block__author_social {
    padding-left: 26px;
    float: left;
    max-width: 340px; }
  .home-comments-block__author {
    min-height: 51px; }
    .home-comments-block__author p {
      font-size: 24px;
      line-height: 28px; }
    .home-comments-block__author i {
      font-size: 16px;
      line-height: 18px;
      margin-top: 5px;
      display: inline-block;
      vertical-align: top; }
  .home-comments-block__date {
    padding-right: 24px;
    float: right; }
    .home-comments-block__date span {
      position: relative;
      font-size: 14px;
      line-height: 16px;
      padding-left: 25px; }
      .home-comments-block__date span:before {
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\e904';
        color: #fff;
        opacity: 0.51;
        font-size: 15px;
        line-height: 16px;
        position: absolute;
        left: 0;
        top: 1px; }
  .home-comments-block__text_wr {
    background: #4e82c2;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    margin-top: 14px;
    padding-right: 73px;
    position: relative;
    padding-top: 6px;
    overflow: hidden; }
    .home-comments-block__text_wr:before {
      content: '';
      position: absolute;
      height: 55px;
      width: 100%;
      left: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0);
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #4469b0 100%);
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #4469b0 100%);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #4469b0 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from-color', endColorstr='$to-color',GradientType=1 );
      z-index: 2; }
  .home-comments-block__text_line {
    width: 100%;
    height: 6px;
    background: #6177da;
    position: absolute;
    left: 0;
    top: 0; }
    .home-comments-block__text_line:before {
      position: absolute;
      content: '';
      height: 100%;
      width: 35%;
      background: #24c1ff;
      top: 0;
      left: 0; }
  .home-comments-block__text {
    background: #4469b0;
    padding: 18px 22px 0 19px;
    font-size: 14px;
    line-height: 27px;
    height: 178px;
    overflow: hidden;
    position: relative;
    margin-bottom: 6px; }
  .home-comments-block__text_p {
    padding-bottom: 40px; }*/

.comments-social {
  float: left;
  margin-top: 24px; }
  .comments-social li a {
    border-color: #bdc3dd; }
    .comments-social li a:before {
      color: #bdc3dd; }
    .comments-social li a:hover {
      border-color: #5da8dd; }
      .comments-social li a:hover:before {
        color: #5da8dd; }

.comments-video {
  height: 100%;
  position: relative; }
  .comments-video iframe {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    left: 0;
    top: 0;
    z-index: 2; }
  .comments-video__bg {
    height: 100%;
    position: relative;
    cursor: pointer;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover; }
    .comments-video__bg:before, .comments-video__bg:after {
      width: 100%;
      height: 100%;
      content: '';
      position: absolute;
      left: 0;
      top: 0; }
    .comments-video__bg:before {
      background-image: url(../images/home/first-play.png);
      background-size: 50px 50px;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      z-index: 2; }
    .comments-video__bg:after {
      background: #000000;
      opacity: 0.22;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=22)";
      filter: alpha(opacity=22);
      z-index: 1; }
    .comments-video__bg:hover:before {
      background-image: url(../images/home/first-play-hover.png); }
  .comments-video__iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
    .comments-video__iframe iframe {
      width: 100% !important;
      height: 100% !important; }

.comments-slider {
  margin-top: 40px; }
  .comments-slider.has-owl {
    overflow: hidden; }
  .comments-slider .owl-dots {
    position: absolute;
    left: 0;
    bottom: -38px; }

.home-care {
  background-position: 50% 100%;
  background-repeat: no-repeat;
  padding: 104px 0 0 0;
  background-image: url("../images/dots_background.png");
  min-height: 1005px; }
  .home-care__title {
    font-size: 48px;
    line-height: 44px;
    font-weight: 700;
    font-family: Rubik-Bold; }

.care-item {
  position: relative; }
  .care-item__text {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    line-height: 22px;
    font-weight: 500; }
    .care-item__text span {
      text-transform: uppercase;
      color: #1d9acc; }

.care-item-1 {
  margin-top: 58px;
  margin-right: 43px;
  float: right; }
  .care-item-1 .care-item__text {
    margin-top: 326px;
    margin-left: 148px;
    font-size: 22px;
    line-height: 24px; }

.care-item-2 {
  float: right;
  margin-top: -38px; }
  .care-item-2 .care-item__img {
    margin-right: -10px;
    margin-left: -6px; }
  .care-item-2 .care-item__text {
    margin-top: 99px;
    margin-left: 53px; }

.care-item-3 {
  float: left;
  margin-left: -24px;
  margin-top: 3px; }
  .care-item-3 .care-item__img {
    margin-left: -46px; }
  .care-item-3 .care-item__text {
    margin-top: 72px;
    margin-left: 23px;
    padding-right: 51px; }

@media (max-width: 1200px) {
  .home-comments .btn-l_, .home-comments .btn-r_ {
    bottom: 22px; }
  .home-comments .btn-r_ {
    bottom: 83px; }

  .home-comments-block__text {
    height: 124px;
    line-height: 22px; }

  .section-home-form__form form {
    width: 520px; }
  .section-home-form__form_title {
    font-size: 22px;
    line-height: 31px; }

  .home-care {
    background-position: 50% 58px;
    padding-top: 55px;
    min-height: 825px;
    background-size: 1605px; }
    .home-care__title {
      font-size: 36px;
      line-height: 36px; }

  .care-item__text {
    font-size: 16px;
    line-height: 18px;
    font-weight: 500; }

  .care-item-1 .care-item__text {
    margin-top: 244px;
    margin-left: 102px;
    font-size: 18px;
    line-height: 20px; }

  .care-item-2 {
    margin-top: 4px; }
    .care-item-2 .care-item__text {
      margin-top: 49px;
      margin-left: 23px; }

  .care-item-3 .care-item__text {
    margin-top: 47px;
    margin-left: -12px;
    padding-right: 42px; }

  .home-item-service a div {
    height: 180px; }

  .home-comments__title {
    font-size: 36px;
    line-height: 44px;
    font-weight: 700; }

  .success-in-form__text {
    padding: 0 67px; } }
@media (max-width: 991px) {
  .home-comments-block__text_wr:before {
    height: 24px; }

  .section-text-home__text {
    font-size: 14px; }
  .section-text-home__title {
    font-size: 20px; }

  .section-first__text-first {
    font-size: 11px; }
  .section-first__text-second {
    line-height: 43px;
    font-size: 34px;
    margin-top: -5px; }
  .section-first__text-third {
    font-size: 15px;
    margin-top: 11px; }

  .header-buttons {
    margin-top: 38px; }
    .header-buttons__signup, .home-tooth__signup {
      width: 180px;
      line-height: 37px; }
      .header-buttons__signup i, .home-tooth__signup i {
        display: none; }
    .header-buttons__signup, .home-tooth__signup, .header-buttons__price, .home-tooth__price {
      height: 40px; }
    .header-buttons__price, .home-tooth__price {
      width: 150px;
      line-height: 38px; }

  .section-first {
    height: auto;
    padding-bottom: 103px; }
    .section-first__youtube-social {
      margin-top: 14px; }
    .section-first__youtube-wrapp span {
      padding-left: 37px;
      font-size: 11px;
      line-height: 11px;
      max-width: 150px;
      text-align: left;
      height: 30px;
      padding-top: 5px; }
      .section-first__youtube-wrapp span:before {
        width: 29px;
        height: 29px;
        background-size: 29px 29px;
        top: 50%;
        margin-top: -14px; }
    .section-first__social_text {
      font-size: 10px;
      line-height: 10px;
      text-align: right;
      width: 87px;
      padding-top: 6px;
      display: inline-block;
      vertical-align: top; }
    .section-first__social {
      padding-top: 0; }
    .section-first .first-social {
      float: right;
      margin-left: 12px; }

  .section-home-second {
    padding-bottom: 25px;
    margin-top: -101px; }
    .section-home-second__link {
      margin-top: 20px;
      font-size: 12px;
      line-height: 20px; }

  .home-item-service {
    margin-top: 11px; }
    .home-item-service a {
      padding-bottom: 9px; }
      .home-item-service a div {
        height: 117px; }
      .home-item-service a p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 6px; }
      .home-item-service a span {
        font-size: 11px;
        line-height: 14px; }

  .section-home-form__form form {
    width: 372px;
    padding: 21px 32px 17px 32px; }
  .section-home-form__form_title {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 1px; }

  .section-home-form__text {
    font-size: 10px;
    line-height: 12px;
    margin-top: 6px; }

  .section-home-form {
    background-size: cover; }

  .home-care__title {
    font-size: 28px;
    line-height: 27px; }

  .care-item__text {
    font-size: 12px;
    line-height: 16px; }

  .care-item-1 {
    margin-top: 37px;
    float: left; }
    .care-item-1 .care-item__img {
      margin-right: -44px; }
    .care-item-1 .care-item__text {
      font-size: 15px;
      line-height: 17px;
      margin-left: 82px;
      margin-top: 203px; }

  .care-item-2 .care-item__text {
    margin-top: 30px;
    margin-left: 19px; }

  .care-item-3 {
    margin-top: -8px; }
    .care-item-3 .care-item__img {
      margin-left: -8px; }
    .care-item-3 .care-item__text {
      margin-top: 31px;
      margin-left: 16px;
      padding-right: 29px; }

  .home-care {
    background-position: 50% 70px;
    padding-top: 53px;
    min-height: 612px;
    background-size: 1136px; }

  .home-comments__title {
    font-size: 28px;
    line-height: 32px; }

  .home-comments-block__img span {
    width: 51px;
    height: 51px; }
  .home-comments-block__author {
    min-height: 39px; }
    .home-comments-block__author p {
      font-size: 14px;
      line-height: 18px; }
    .home-comments-block__author i {
      font-size: 9px;
      line-height: 12px;
      margin-top: 0; }

  .comments-social {
    margin-top: 2px; }
    .comments-social li a {
      width: 24px;
      height: 24px; }
      .comments-social li a:before {
        line-height: 24px; }
      .comments-social li a.ico-instagram:before {
        font-size: 11px; }
      .comments-social li a.ico-fb:before {
        font-size: 13px; }

  .home-comments-block__date {
    padding-right: 7px; }
    .home-comments-block__date span {
      font-size: 9px;
      line-height: 12px;
      padding-left: 20px;
      display: inline-block;
      vertical-align: top; }
      .home-comments-block__date span:before {
        font-size: 12px;
        line-height: 12px;
        top: 0; }

  .home-comments-block {
    padding: 13px 5px 6px 5px; }

  .home-comments-block__author_social {
    max-width: 207px; }

  .home-comments-block__text {
    font-size: 12px;
    line-height: 16px;
    padding: 11px 11px 0 11px;
    height: 103px; }
    .home-comments-block__text:before {
      bottom: 0;
      height: 32px;
      border-bottom: 9px solid #4469b0; }

  .home-comments-block__text_wr {
    padding-right: 40px;
    padding-top: 3px;
    margin-top: 8px; }

  .home-comments {
    padding-top: 18px;
    padding-bottom: 67px; }
    .home-comments .btn-l_, .home-comments .btn-r_ {
      right: 19px;
      bottom: 25px;
      top: auto; }
    .home-comments .btn-r_ {
      bottom: 64px; }

  .home-comments-block__text_line {
    height: 3px; }

  .comments-slider {
    margin-top: 22px; }

  .home-tooth__title {
    font-size: 28px;
    line-height: 34px; }
  .home-tooth__text {
    font-size: 14px;
    line-height: 16px;
    margin-top: 17px; }
  .home-tooth__img {
    max-width: 163px; }

  .home-item-service a i {
    left: 50%;
    margin-left: -75px;
    width: 150px; }
  .home-item-service a:hover i {
    margin-top: -8px; }

  .success-in-form__text .success-in-form__text_title {
    font-size: 20px;
    line-height: 26px; }

  .success-in-form__text p {
    font-size: 16px;
    line-height: 22px; } }
@media (max-width: 767px) {
  .home-item-service a div {
    height: 137px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 100%; }
    .home-item-service a div img {
      max-width: 250px; }
  .home-item-service a p {
    margin-top: 21px;
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 5px;
    padding: 0; }
  .home-item-service a span {
    font-size: 11px;
    line-height: 14px;
    padding: 0 15px; }
  .home-item-service a i {
    display: none !important; }

  .home-item-service {
    margin-top: 10px; }

  .section-home-second {
    padding-bottom: 32px;
    margin-top: -68px; }

  .section-home-second__link {
    margin-top: 22px; }

  .section-first__text-second {
    line-height: 33px;
    font-size: 24px;
    margin-top: 21px; }
    .section-first__text-second i {
      font-size: 26px; }

  .section-first__text-third {
    font-size: 14px;
    margin-top: 24px; }

  .section-home-form {
    padding: 17px 0;
    background-size: cover; }
    .section-home-form__form {
      padding: 7px;
      margin-left: 0; }
      .section-home-form__form form {
        width: 100%;
        text-align: left;
        max-width: 350px;
        padding: 18px 11px 17px 11px; }
      .section-home-form__form .button-wr button {
        width: 100%; }
    .section-home-form__form_title {
      font-size: 14px;
      line-height: 17px;
      margin-bottom: 0; }

  .home-care__title {
    font-size: 20px;
    line-height: 20px;
    text-align: center; }

  .care-item__text {
    font-size: 11px;
    line-height: 15px; }

  .care-item-1 {
    width: 303px;
    margin: 12px auto 0 auto;
    float: none; }
    .care-item-1 .care-item__img {
      margin-right: 0; }
    .care-item-1 .care-item__text {
      font-size: 12px;
      line-height: 14px;
      margin-left: 54px;
      margin-top: 131px; }

  .care-item-2 {
    width: 205px;
    margin: -9px 0 0 0;
    float: none; }
    .care-item-2 .care-item__img {
      margin: 0; }
    .care-item-2 .care-item__text {
      max-width: 100px;
      margin-left: 16px; }

  .care-item-3 {
    margin: -12px 0 0 0;
    width: 262px;
    float: right; }
    .care-item-3 .care-item__img {
      margin: 0; }
    .care-item-3 .care-item__text {
      padding-right: 0; }

  .home-care {
    padding-top: 35px;
    padding-bottom: 30px;
    background-size: auto;
    background-position: 50% -153px; }

  .home-tooth__title {
    font-size: 20px;
    line-height: 33px; }
  .home-tooth__desk {
    text-align: center; }

  .home-tooth__buttons {
    margin-top: 34px; }
    .home-tooth__buttons .home-tooth__signup, .home-tooth__buttons .home-tooth__price {
      font-size: 14px;
      width: 140px; }

  .section-home-tooth {
    padding: 31px 0 39px 0;
    overflow: hidden; }

  .section-text-home {
    padding-top: 21px;
    padding-bottom: 30px; }

  .section-text-home__button span {
    margin-top: 13px; }

  .comments-video {
    height: 164px;
    width: 460px;
    max-width: 100%;
    margin: 0 auto; }

  .home-comments-block {
    margin-top: 12px;
    width: 460px;
    padding-bottom: 55px;
    position: relative; }
    .home-comments-block:before {
      content: '';
      position: absolute;
      height: 41px;
      border-bottom-left-radius: 6px;
      border-bottom-right-radius: 6px;
      bottom: 6px;
      left: 5px;
      right: 5px;
      background: #4469b0; }

  .home-comments {
    padding-top: 18px;
    padding-bottom: 33px; }

  .home-comments__title {
    font-size: 20px;
 }

  .home-comments-block__text_wr {
    padding-right: 0;
    border-radius: 0; }

  .comments-slider-row {
    justify-content: center; }

  .comments-slider-col {
    flex: 0 0 100% !important;
    max-width: 460px !important; }

  .home-comments .btn-l_, .home-comments .btn-r_ {
    bottom: 9px;
    width: 34px;
    height: 34px; }
  .home-comments .btn-l_ {
    left: 27px; }
  .home-comments .btn-r_ {
    right: 27px; }

  .comments-slider .owl-dots {
    bottom: 13px; } }
@media (max-width: 560px) {
  .home-item-service a p {
    margin-top: 11px; }
  .home-item-service a div {
    height: 100px; }
    .home-item-service a div img {
      max-width: 100%;
      max-height: 115px; } }
@media (max-width: 500px) {
  .section-home-form {
    background-size: auto; } }
@media (max-width: 400px) {
  .section-first .header-buttons {
    margin-top: 47px; }
    .section-first .header-buttons__signup, .section-first .home-tooth__signup, .section-first .header-buttons__price, .section-first .home-tooth__price {
      width: 100%;
      margin: 0 0; }
    .section-first .header-buttons__signup i, .section-first .home-tooth__signup i {
      display: inline-block; }
    .section-first .header-buttons__price, .section-first .home-tooth__price {
      margin-top: 20px; } }
@media (max-width: 385px) {
  .home-item-service a div {
    height: 89px; } }
@media (max-width: 360px) {
  .home-item-service a div {
    height: 82px; } }
@media (max-width: 324px) {
  .home-tooth__buttons .home-tooth__price {
    margin-left: 2px; }
  .home-tooth__buttons .home-tooth__signup {
    margin-right: 2px; } }
@media (max-width: 320px) {
  .home-item-service a div {
    height: 77px; } }
.btn_, .button-wr button {
  width: 220px;
  max-width: 100%;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  color: #1fabe2;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  padding: 0 11px 0 11px;
  text-decoration: none;
  position: relative;
  background: #00b2cd;
  border: 1px solid #fff;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  border-radius: 50px; }
  .btn_:hover, .button-wr button:hover {
    text-decoration: none;
    background: #26c4e6;
    box-shadow: 0px 0px 6px 4px rgba(38, 196, 230, 0.45);
    color: #1fabe2; }
  .btn_:active, .button-wr button:active {
    color: #1fabe2;
    background: #26d0f2;
    box-shadow: none; }

@media (max-width: 991px) {
  .btn_, .button-wr button {
    height: 40px;
    line-height: 40px;
    font-size: 14px; } }
input, textarea, select {
  width: 100%;
  float: left;
  outline: none !important;
  height: 57px;
  font-size: 19px;
  background: #fff;
  border: 1px solid #1fabe2;
  padding-left: 18px;
  margin-top: 3px;
  resize: none;
  font-weight: 500;
  border-radius: 6px; }
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
    color: #c9c9c9;
    font-size: 19px; }
  input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
    color: #c9c9c9;
    font-size: 19px; }
  input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
    color: #c9c9c9;
    font-size: 19px; }
  input:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder {
    color: #c9c9c9;
    font-size: 19px; }
  input:focus, textarea:focus, select:focus {
    box-shadow: none;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s; }

input[type=time]::-webkit-clear-button, textarea[type=time]::-webkit-clear-button, select[type=time]::-webkit-clear-button,
input[type=time]::-webkit-outer-spin-button,
textarea[type=time]::-webkit-outer-spin-button,
select[type=time]::-webkit-outer-spin-button,
input[type=time]::-webkit-inner-spin-button,
textarea[type=time]::-webkit-inner-spin-button,
select[type=time]::-webkit-inner-spin-button {
  display: none; }

textarea {
  padding-top: 8px;
  min-height: 96px;
  max-height: 96px;
  max-width: 100%; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(../../images/select-arrow.png) 98% 50% no-repeat !important; }

.button-wr {
  margin-top: 20px; }
  .button-wr button {
    width: 220px;
    margin: 0 auto;
    float: none !important;
    color: #fff !important; }

button[type="submit"] {
  display: block;
  outline: none !important;
  cursor: pointer; }

label {
  margin-top: 16px;
  float: left;
  font-size: 19px;
  font-style: italic; }

.required label {
  position: relative; }
  .required label:before {
    display: block;
    content: "*";
    color: #1fabe2 !important;
    position: absolute;
    top: 0px;
    right: -8px;
    font-size: 19px;
    font-style: italic; }

.help-block {
  display: none;
  font-size: 17px;
  color: #ed0808;
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background: #fff;
  padding-left: 18px;
  height: 54px;
  line-height: 54px;
  padding-right: 40px;
  background-image: url("../images/ico-all/has-error.svg");
  background-repeat: no-repeat;
  background-position: right 13px top 50%;
  background-size: 17px 15px;
  border-radius: 6px; }

.has-error {
  position: relative; }
  .has-error .help-block {
    display: block; }

@media (max-width: 991px) {
  label {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: -1px;
    margin-top: 9px; }

  input, textarea, select {
    height: 33px;
    font-size: 14px;
    margin-top: 0; }

  .help-block {
    height: 31px;
    line-height: 31px;
    bottom: 1px;
    font-size: 14px; }

  .button-wr {
    margin-top: 13px; }
    .button-wr button {
      width: 150px; } }
@media (max-width: 767px) {
  label {
    margin-top: 8px; } }
#overlay.opacity {
  opacity: 0 !important; }

#modal_close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 35px;
  right: 35px;
  cursor: pointer;
  display: block;
  z-index: 11;
  text-align: center;
  background-image: url("../images/ico-all/close.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 30px 30px; }

.forms_ {
  z-index: 11;
  display: none;
  position: absolute;
  width: 692px;
  border-radius: 4px;
  left: 50%;
  margin-left: -346px;
  top: 0;
  opacity: 0;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.6); }
  .forms_ form {
    width: 100%;
    padding: 45px 55px 50px 55px;
    background: rgba(255, 255, 255, 0.9);
    float: left;
    border-radius: 6px;
    position: relative; }

.input-wr, .button-wr {
  padding: 0 0;
  width: 100%;
  float: left; }

/**********************************/
.button-left button {
  float: left !important; }

.button-right button {
  float: right; }

/**********************************/
/**********************************/
.txt-forms_ {
  background: #fff;
  width: 100%;
  padding: 15px;
  width: 100%;
  float: left; }

.txt-forms_overflow {
  height: 500px;
  overflow-x: hidden; }

/**********************************/
/**************success*******************/
#success_form {
  width: 420px;
  height: 152px;
  border-radius: 4px;
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -210px;
  display: none;
  z-index: 99998;
  background: #fff;
  padding: 0 15px; }

.txt-success {
  width: 420px;
  height: 152px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  color: #363636; }
  .txt-success span {
    font-size: 20px; }
  .txt-success p {
    margin-top: 3px; }

/**********************************/
.modal-forms-wrapp {
  background: #fff;
  padding: 26px 15px 29px 15px; }

/**********************************/
@media (max-width: 991px) {
  .forms_ {
    width: 396px;
    margin-left: -198px; }
    .forms_ form {
      padding-left: 30px;
      padding-right: 30px; } }
@media (max-width: 767px) {
  .forms_ {
    width: 100%;
    left: 0;
    margin-left: 0;
    border-radius: 0;
    padding: 0 14px;
    border: 0; }
    .forms_ form {
      background: #fff;
      border-radius: 0;
      padding: 35px 14px 28px 14px; }

  #modal_close {
    background-size: 20px 20px;
    top: 7px;
    right: 18px; } }
@media (max-height: 450px) {
  #success_form {
    width: 300px;
    margin-left: -150px; } }
.owl-height {
  transition: 0.35s;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s; }

.owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  float: left; }

.owl-stage-outer {
  position: relative;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-item {
  float: left;
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  position: relative; }
  .owl-item [class*="col-"] {
    width: 100% !important; }

/*dots*/
.owl-dots {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0 15px;
  margin-top: 8px; }
  .owl-dots .owl-dot {
    display: inline-block;
    width: 14px;
    height: 14px;
    cursor: pointer;
    margin-right: 1px;
    margin-left: 1px;
    margin-top: 5px;
    position: relative;
    border-radius: 100%;
    border: 1px solid #374898; }
    .owl-dots .owl-dot:before {
      content: '';
      display: block;
      width: 6px;
      height: 6px;
      border-radius: 100%;
      position: absolute;
      left: 50%;
      margin-left: -3px;
      top: 50%;
      margin-top: -3px; }
    .owl-dots .owl-dot.active {
      border: none; }
      .owl-dots .owl-dot.active:before {
        background: #24c1ff; }
    .owl-dots .owl-dot:hover {
      opacity: 0.9;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
      filter: alpha(opacity=90); }

.owl-nav.disabled, .owl-dots.disabled {
  display: none; }

/****nav***/
.owl-prev, .owl-next {
  cursor: pointer;
  width: 19px;
  height: 48px;
  line-height: 48px;
  position: absolute;
  top: 50%;
  margin-top: -24px;
  left: -19px; }
  .owl-prev:before, .owl-next:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 48px;
    content: '\e905';
    font-size: 48px;
    color: #dadada;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    display: block; }
  .owl-prev.owl-next, .owl-next.owl-next {
    left: auto;
    right: -19px;
    background-position: -31px 0; }
    .owl-prev.owl-next:before, .owl-next.owl-next:before {
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg); }
  .owl-prev:hover:before, .owl-next:hover:before {
    color: #26c4e6; }
  .owl-prev:active:before, .owl-next:active:before {
    color: #26d0f2; }
  .owl-prev.disabled, .owl-next.disabled {
    cursor: default;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50); }
    .owl-prev.disabled:before, .owl-next.disabled:before {
      color: #dadada !important; }

/*******/
.btn-r_:before {
  padding-top: 2px; }

.btn-l_:before {
  padding-top: 1px; }

.btn-l_, .btn-r_ {
  position: absolute;
  z-index: 3;
  width: 46px;
  height: 46px;
  cursor: pointer;
  float: left;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 100%;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .btn-l_.vis_, .btn-r_.vis_ {
    display: block !important; }
  .btn-l_:before, .btn-r_:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e905';
    position: absolute;
    width: 28px;
    height: 28px;
    color: #fff;
    line-height: 27px;
    font-size: 11px;
    z-index: 2;
    text-align: center;
    left: 50%;
    margin-left: -14px;
    top: 50%;
    margin-top: -14px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    border-radius: 100%; }
  .btn-l_.lock, .btn-r_.lock {
    cursor: default; }
    .btn-l_.lock:before, .btn-r_.lock:before {
      color: #d4d4d4;
      opacity: 1 !important; }
  .btn-l_:hover:after, .btn-r_:hover:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    border: 1px solid #70d7ff;
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -20px;
    border-radius: 100%; }
  .btn-l_:hover:before, .btn-r_:hover:before {
    background: #374eb9; }
  .btn-l_:active:before, .btn-r_:active:before {
    opacity: 0.5; }

.btn-r_:before {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg); }

@media (max-width: 991px) {
  .btn-l_, .btn-r_ {
    width: 30px;
    height: 30px; }
    .btn-l_:before, .btn-r_:before {
      line-height: 18px;
      width: 18px;
      height: 18px;
      margin-top: -9px;
      margin-left: -9px; }
    .btn-l_:hover:after, .btn-r_:hover:after {
      width: 24px;
      height: 24px;
      margin-left: -12px;
      margin-top: -12px; } }
.left-sidebar {
  margin-bottom: 40px; }

.page-nav__title, .button-sidebar-form {
  width: 100%;
  font-size: 24px;
  line-height: 67px;
  height: 67px;
  background: #ebebeb;
  font-weight: 700;
  padding-left: 30px;
  border-radius: 4px; }
.page-nav__list {
  margin-top: -4px; }
  .page-nav__list ul {
    padding-top: 4px;
    width: 100%;
    border: 1px solid #ebebeb;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: 0; }
    .page-nav__list ul li {
      display: table;
      width: 100%;
      padding: 0 15px; }
      .page-nav__list ul li a {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        height: 57px;
        font-size: 16px;
        border-top: 1px solid #ebebeb;
        color: #626262;
        padding-left: 15px;
        padding-right: 8px;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        position: relative; }
        .page-nav__list ul li a:after {
          content: '';
          width: 0;
          left: 0;
          top: -1px;
          z-index: 2;
          bottom: -1px;
          transition: 0.3s;
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -ms-transition: 0.3s;
          -o-transition: 0.3s; }
        .page-nav__list ul li a:after, .page-nav__list ul li a:before {
          position: absolute; }
        .page-nav__list ul li a:hover {
          background: #dff1fa;
          color: #000000;
          font-weight: 500;
          text-decoration: none;
          padding-left: 29px;
          border-top-color: #dff1fa; }
          .page-nav__list ul li a:hover:after {
            background: #24c1ff;
            width: 6px; }
          .page-nav__list ul li a:hover:before {
            left: 0;
            width: 100%;
            background: #dff1fa;
            height: 1px;
            bottom: -1px;
            content: ''; }
      .page-nav__list ul li:hover {
        padding-right: 0; }
      .page-nav__list ul li:first-child a {
        border-top: 0; }

.page-sidebar-form {
  margin-top: 30px; }
  .page-sidebar-form .section-home-form__form_title {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 9px; }
  .page-sidebar-form .section-home-form__text {
    margin-top: 24px; }
  .page-sidebar-form form {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 33px 19px 37px 19px;
    background-image: url("../images/page/form-bg.jpg");
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #c9ecfd;
    overflow: hidden;
    border-radius: 4px; }

@media (max-width: 991px) {
  .page-nav {
    height: 55px;
    overflow: hidden; }
    .page-nav__title, .button-sidebar-form {
      font-size: 20px;
      line-height: 55px;
      height: 55px;
      position: relative; }
      .page-nav__title:before, .button-sidebar-form:before {
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\e900';
        display: block;
        color: #3f3f3f;
        position: absolute;
        right: 10px;
        font-size: 9px;
        width: 5px;
        height: 9px;
        top: 50%;
        margin-top: -5px;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg); }
    .page-nav.active {
      height: auto; }
      .page-nav.active .page-nav__title:before, .page-nav.active .button-sidebar-form:before {
        transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg); }
      .page-nav.active .page-nav__list {
        margin-top: -4px; }

  .page-nav__list {
    margin-top: 0; } }
.button-sidebar-form {
  margin-bottom: 15px;
  height: 40px;
  background: #1fabe2;
  line-height: 40px;
  padding-left: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 500; }
  .button-sidebar-form:before {
    color: #fff; }
  .button-sidebar-form i {
    font-style: normal; }

@media (max-width: 991px) {
  .page-sidebar-form {
    text-align: center;
    height: 40px;
    overflow: hidden;
    margin-top: 20px; }
    .page-sidebar-form.active {
      height: auto; }
      .page-sidebar-form.active .button-sidebar-form:before {
        transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg); }
    .page-sidebar-form form {
      width: 372px;
      max-width: 100%;
      text-align: left; } }
.menu_mob {
  cursor: pointer;
  width: 46px;
  height: 42px;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  border-right: 1px solid #ebebeb; }

.menu_mob div {
  position: absolute;
  width: 17px;
  height: 2px;
  background: #43539e;
  top: 0;
  margin-top: 26px;
  left: 50%;
  margin-left: -8.5px; }

.menu_mob div:first-child {
  margin-top: 14px; }

.menu_mob div:first-child:before {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #43539e;
  top: 0;
  left: 0;
  margin-top: 6px;
  content: ''; }

.mob-overlay, #overlay, .overlay-phones {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: #374898;
  opacity: 0.76;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=76)";
  filter: alpha(opacity=76);
  top: 0;
  left: 0;
  cursor: default; }

.off-scroll {
  overflow-y: hidden;
  height: 100%;
  position: relative; }

@media (max-width: 991px) {
  .off-scroll {
    position: fixed; } }
.section-page-first {
  color: #004773;
  padding-top: 56px;
  padding-bottom: 50px;
  min-height: 400px; }
  .section-page-first__text {
    font-size: 18px; }
    .section-page-first__text p {
      line-height: 23px; }
  .section-page-first__title {
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
    margin-top: 22px; }
  .section-page-first__link {
    margin-top: 39px; }
    .section-page-first__link a {
      font-weight: 500;
      border: 1px solid #004773;
      color: #004773;
      background: none;
      box-shadow: none !important;
      font-size: 18px;
      width: 250px; }
      .section-page-first__link a:hover {
        background: #24c1ff;
        color: #fff; }

.section-page-banner {
  margin-top: 112px;
  padding: 46px 0 53px 0;
  border-top: 1px solid #d7daea; }

.page-banner {
  box-shadow: 0px 0px 9.9px 0.1px rgba(1, 10, 57, 0.17);
  border-radius: 6px;
  overflow: hidden;
  position: relative; }
  .page-banner__img {
    float: left;
    width: 240px;
    position: absolute;
    left: 0;
    top: 0; }
  .page-banner__text_wr {
    float: left;
    padding: 47px 18px 10px 260px;
    min-height: 262px; }
  .page-banner__title {
    line-height: 24px;
    font-size: 22px;
    font-weight: 700;
    color: #004773; }
  .page-banner__text {
    font-size: 17px;
    line-height: 20px;
    margin-top: 15px;
    max-height: 84px;
    overflow: hidden; }
  .page-banner__link {
    margin-top: 33px; }
    .page-banner__link a {
      font-size: 16px;
      color: #004773;
      text-decoration: underline; }
      .page-banner__link a:hover {
        color: #24c1ff; }

.page-title {
  padding-left: 30px;
  font-weight: 700;
  font-size: 45px;
  color: #004773;
  line-height: 45px;
  margin-top: -6px;}

table.editor-table-price {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #ebebeb; }
  table.editor-table-price tr th, table.editor-table-price tr td {
    padding-left: 33px;
    vertical-align: middle;
    padding-right: 10px; }
    table.editor-table-price tr th:first-child, table.editor-table-price tr td:first-child {
      padding-left: 28px; }
  table.editor-table-price tr th {
    background: #9ad8e4;
    height: 62px;
    font-size: 20px;
    text-align: left;
    font-weight: 500;
    line-height: 22px;
    position: relative; }
    table.editor-table-price tr th:before {
      position: absolute;
      width: 1px;
      top: 8px;
      bottom: 8px;
      left: 0;
      background: #fff;
      content: ''; }
    table.editor-table-price tr th:first-child:before {
      display: none; }
  table.editor-table-price tr td {
    height: 45px;
    font-size: 16px; }
    table.editor-table-price tr td.margin-table {
      background: #fff !important;
      height: 10px; }
  table.editor-table-price tr:nth-child(odd) td {
    background: #f5f5f5; }

.page-slider {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  position: relative; }
  .page-slider .has-owl {
    overflow: hidden;
    text-align: center;
    position: relative;
    padding-bottom: 41px; }
  .page-slider .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-top: 0; }

@media (max-width: 1200px) {
  .page-banner__text_wr {
    padding: 25px 18px 10px 224px;
    min-height: 217px; }
  .page-banner__img {
    width: 200px; }
  .page-banner__title {
    line-height: 18px;
    font-size: 18px; }
  .page-banner__text {
    font-size: 15px;
    line-height: 20px; }
  .page-banner__link {
    margin-top: 17px; }
    .page-banner__link a {
      font-size: 15px; } }
@media (max-width: 991px) {
  .page-banner__text_wr {
    padding: 17px 18px 10px 164px;
    min-height: 162px; }
  .page-banner__img {
    width: 149px; }
  .page-banner__title {
    line-height: 16px;
    font-size: 16px; }
  .page-banner__text {
    font-size: 13px;
    line-height: 18px;
    max-height: 73px; }
  .page-banner__link {
    margin-top: 2px; }
    .page-banner__link a {
      font-size: 13px; } }
@media (max-width: 991px) {
  .page-title {
    padding-left: 0; } }
@media (max-width: 767px) {
  .page-banner {
    margin-top: 10px; }

  .section-page-banner {
    margin-top: 102px; }

  .page-banner {
    width: 240px;
    max-width: 100%;
    margin: 0 auto; }
    .page-banner__title {
      font-size: 13px;
      line-height: 15px; }
    .page-banner__text {
      font-size: 11px;
      line-height: 14px;
      margin-top: 6px;
      max-height: none; }
    .page-banner__link {
      margin-top: 6px; }
      .page-banner__link a {
        font-size: 12px; }

  .page-banner__img {
    width: 100%;
    position: relative; }
    .page-banner__img img {
      max-width: 100%; }

  .page-banner__text_wr {
    float: left;
    padding: 10px 15px 10px 15px;
    min-height: auto;
    width: 100%; }

  table.editor-table-price tr th {
    font-size: 13px; }
  table.editor-table-price tr td {
    font-size: 13px;
    line-height: 15px; }

  .section-page-first__text {
    text-align: center; }

  .section-page-first__link {
    margin-top: 21px; } }
.page-editor {
  padding-left: 30px;
  font-size: 18px;
  margin-top: 37px; }
  .page-editor * {
    line-height: 28px; }
  .page-editor img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 3px; }
    .page-editor img[class*="col-"] {
      display: block;
      max-width: none !important;
      float: left; }
    .page-editor img[class*="-1"] {
      width: 8.3333333333%; }
    .page-editor img[class*="-2"] {
      width: 16.6666666667%; }
    .page-editor img[class*="-3"] {
      width: 25%; }
    .page-editor img[class*="-4"] {
      width: 33.3333333333%; }
    .page-editor img[class*="-5"] {
      width: 41.6666666667%; }
    .page-editor img[class*="-6"] {
      width: 50%; }
    .page-editor img[class*="-7"] {
      width: 58.3333333333%; }
    .page-editor img[class*="-8"] {
      width: 66.6666666667%; }
    .page-editor img[class*="-9"] {
      width: 75%; }
    .page-editor img[class*="-10"] {
      width: 83.3333333333%; }
    .page-editor img[class*="-11"] {
      width: 91.6666666667%; }
    .page-editor img[class*="-12"] {
      width: 100%; }
  .page-editor p {
    margin-top: 28px; }
    .page-editor p:first-child {
      margin-top: 0; }
  .page-editor h1, .page-editor h2, .page-editor h3, .page-editor h4, .page-editor h5, .page-editor h6 {
    margin-top: 28px;
    font-weight: 700;
    line-height: normal;
    color: #004773; }
  .page-editor h2 {
    font-size: 36px; }
  .page-editor h3 {
    font-size: 28px; }
  .page-editor h4 {
    font-size: 22px; }
  .page-editor ul, .page-editor ol {
    margin-top: 28px; }
    .page-editor ul li, .page-editor ol li {
      margin-top: 12px; }
      .page-editor ul li:first-child, .page-editor ol li:first-child {
        margin-top: 0; }
  .page-editor ul li {
    position: relative;
    padding-left: 34px; }
    .page-editor ul li:before {
      width: 10px;
      height: 10px;
      border-radius: 100%;
      background: #00b2cd;
      content: '';
      position: absolute;
      top: 9px;
      left: 0; }
  .page-editor ul ol {
    padding-left: 35px;
    margin-top: 0; }
    .page-editor ul ol li:before {
      display: none; }
  .page-editor ol {
    list-style-type: none;
    counter-reset: li; }
    .page-editor ol li {
      padding-left: 35px;
      position: relative; }
      .page-editor ol li:before {
        counter-increment: li;
        content: counter(li,decimal-leading-zero) ".";
        color: #00b2cd;
        font-weight: 500;
        position: absolute;
        left: 0;
        top: 0; }
  .page-editor table {
    margin-top: 28px;
    width: 100%;
    border-collapse: unset;
    border-spacing: 0;
    max-width: 100%; }
  .page-editor blockquote {
    font-size: 22px;
    line-height: 28px;
    font-style: italic;
    font-weight: 500;
    padding-left: 55px;
    position: relative;
    margin-top: 62px; }
    .page-editor blockquote:before {
      position: absolute;
      content: '';
      background-image: url("../images/ico-all/quote.svg");
      background-repeat: no-repeat;
      background-position: 50% 50%;
      width: 51px;
      height: 34px;
      background-size: 51px 34px;
      z-index: -1;
      display: block;
      transform: scale(-1, 1);
      left: 18px;
      top: -12px; }
  .page-editor cite {
    font-size: 12px;
    line-height: 14px;
    position: relative;
    color: #3f3f3f;
    float: right;
    padding-left: 40px;
    margin-top: 8px; }
    .page-editor cite:before {
      position: absolute;
      content: '';
      background: #b7b7b7;
      width: 34px;
      height: 1px;
      left: 0;
      top: 7px; }

.float-left {
  float: left; }

@media (max-width: 991px) {
  .page-editor {
    padding-left: 0; } }
.breadcrumbs {
  margin-left: -12px;
  padding-top: 25px;
  padding-bottom: 30px;
  white-space: nowrap;
  position: relative;
  overflow: hidden; }
  .breadcrumbs:before {
    position: absolute;
    height: 18px;
    right: 0;
    top: 50%;
    margin-top: -9px;
    content: '';
    width: 45px;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from-color', endColorstr='$to-color',GradientType=1 );
    z-index: 2; }
  .breadcrumbs span, .breadcrumbs li {
    color: #00b2db;
    font-size: 14px;
    line-height: 18px;
    margin: 0 12px; }
    .breadcrumbs span span, .breadcrumbs li span {
      margin: 0; }
  .breadcrumbs a {
    color: #3f3f3f;
    position: relative; }
    .breadcrumbs a:before {
      width: 5px;
      height: 5px;
      background: #1fabe2;
      border-radius: 100%;
      right: -15px;
      top: 6px;
      content: '';
      position: absolute; }
    .breadcrumbs a span {
      color: #3f3f3f; }

/*datapicker*/
#ui-datepicker-div {
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #d7d7d7;
  border-radius: 0;
  margin-top: 1px;
  width: 290px;
  right: 0;
  display: none; }
  #ui-datepicker-div:after {
    content: '';
    width: 277px;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    left: 7px;
    top: 68px; }

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
  text-align: center;
  width: 280px;
  position: relative;
  margin: 0 auto;
  height: 29px;
  overflow: hidden;
  margin-top: 26px;
  margin-bottom: 25px;
  padding-left: 1px; }

.ui-datepicker-next.ui-corner-all {
  position: absolute;
  width: 20px;
  height: 20px;
  overflow: hidden;
  text-indent: 100%;
  top: 5px;
  background-position: 0 -36px;
  cursor: pointer;
  right: 1px; }

.ui-datepicker-prev.ui-corner-all {
  position: absolute;
  width: 20px;
  height: 20px;
  overflow: hidden;
  text-indent: 100%;
  top: 5px;
  background-position: 0 -66px;
  cursor: pointer;
  left: 2px; }

.ui-datepicker-next.ui-corner-all, .ui-datepicker-prev.ui-corner-all {
  background-image: url(../images/calendar_arrows.png);
  background-repeat: no-repeat; }

.ui-datepicker-title {
  margin-top: -4px; }
  .ui-datepicker-title select {
    border-radius: 0;
    float: none;
    height: 28px;
    margin: 5px;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    background-image: url(../images/arrowselect.png) !important;
    background-repeat: no-repeat;
    background-position: 88px 11px !important;
    max-width: 104px;
    border-color: #bababa;
    cursor: pointer;
    padding: 2px 17px 4px 14px; }
    .ui-datepicker-title select.ui-datepicker-year {
      background-position: 86px 8px; }

.ui-datepicker-year {
  width: 102px;
  padding-left: 23px !important; }

table.ui-datepicker-calendar {
  width: 260px;
  text-align: center;
  margin: 0 auto;
  font-family: Arial;
  margin-bottom: 23px; }
  table.ui-datepicker-calendar th {
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    text-align: left; }

.ui-datepicker-calendar td, .ui-datepicker-calendar tr {
  margin: 0;
  padding: 0; }

table.ui-datepicker-calendar {
  width: 280px;
  text-align: center;
  margin: 0 auto;
  font-family: Arial;
  margin-bottom: 23px; }
  table.ui-datepicker-calendar th {
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    text-align: left; }
  table.ui-datepicker-calendar td {
    height: 26px; }
  table.ui-datepicker-calendar a {
    font-size: 12px;
    color: #000;
    text-decoration: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: block;
    line-height: 20px;
    left: 0;
    position: relative; }

.ui-datepicker-current-day a {
  background: #1fabe2;
  color: #fff !important; }

.ui-datepicker-today a {
  font-weight: 700;
  color: #1fabe2; }

.modal-link {
  cursor: pointer; }

.empty {
  color: #707376;
  font-size: 16px;
  padding: 0 15px; }

.empty-15 .empty {
  padding-left: 15px; }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }

  .float-sm-right {
    float: right !important; }

  .float-sm-none {
    float: none !important; } }
@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }

  .float-md-right {
    float: right !important; }

  .float-md-none {
    float: none !important; } }
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }

  .float-lg-right {
    float: right !important; }

  .float-lg-none {
    float: none !important; } }
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }

  .float-xl-right {
    float: right !important; }

  .float-xl-none {
    float: none !important; } }
.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }

  .text-sm-right {
    text-align: right !important; }

  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }

  .text-md-right {
    text-align: right !important; }

  .text-md-center {
    text-align: center !important; } }
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }

  .text-lg-right {
    text-align: right !important; }

  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }

  .text-xl-right {
    text-align: right !important; }

  .text-xl-center {
    text-align: center !important; } }
.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 768px) {
  .container {
    max-width: 740px; } }
@media (min-width: 992px) {
  .container {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1260px; } }
.container-fluid {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    order: -1; }

  .order-sm-last {
    order: 13; }

  .order-sm-0 {
    order: 0; }

  .order-sm-1 {
    order: 1; }

  .order-sm-2 {
    order: 2; }

  .order-sm-3 {
    order: 3; }

  .order-sm-4 {
    order: 4; }

  .order-sm-5 {
    order: 5; }

  .order-sm-6 {
    order: 6; }

  .order-sm-7 {
    order: 7; }

  .order-sm-8 {
    order: 8; }

  .order-sm-9 {
    order: 9; }

  .order-sm-10 {
    order: 10; }

  .order-sm-11 {
    order: 11; }

  .order-sm-12 {
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.3333333333%; }

  .offset-sm-2 {
    margin-left: 16.6666666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.3333333333%; }

  .offset-sm-5 {
    margin-left: 41.6666666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.3333333333%; }

  .offset-sm-8 {
    margin-left: 66.6666666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.3333333333%; }

  .offset-sm-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    order: -1; }

  .order-md-last {
    order: 13; }

  .order-md-0 {
    order: 0; }

  .order-md-1 {
    order: 1; }

  .order-md-2 {
    order: 2; }

  .order-md-3 {
    order: 3; }

  .order-md-4 {
    order: 4; }

  .order-md-5 {
    order: 5; }

  .order-md-6 {
    order: 6; }

  .order-md-7 {
    order: 7; }

  .order-md-8 {
    order: 8; }

  .order-md-9 {
    order: 9; }

  .order-md-10 {
    order: 10; }

  .order-md-11 {
    order: 11; }

  .order-md-12 {
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.3333333333%; }

  .offset-md-2 {
    margin-left: 16.6666666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.3333333333%; }

  .offset-md-5 {
    margin-left: 41.6666666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.3333333333%; }

  .offset-md-8 {
    margin-left: 66.6666666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.3333333333%; }

  .offset-md-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    order: -1; }

  .order-lg-last {
    order: 13; }

  .order-lg-0 {
    order: 0; }

  .order-lg-1 {
    order: 1; }

  .order-lg-2 {
    order: 2; }

  .order-lg-3 {
    order: 3; }

  .order-lg-4 {
    order: 4; }

  .order-lg-5 {
    order: 5; }

  .order-lg-6 {
    order: 6; }

  .order-lg-7 {
    order: 7; }

  .order-lg-8 {
    order: 8; }

  .order-lg-9 {
    order: 9; }

  .order-lg-10 {
    order: 10; }

  .order-lg-11 {
    order: 11; }

  .order-lg-12 {
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.3333333333%; }

  .offset-lg-2 {
    margin-left: 16.6666666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.3333333333%; }

  .offset-lg-5 {
    margin-left: 41.6666666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.3333333333%; }

  .offset-lg-8 {
    margin-left: 66.6666666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.3333333333%; }

  .offset-lg-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    order: -1; }

  .order-xl-last {
    order: 13; }

  .order-xl-0 {
    order: 0; }

  .order-xl-1 {
    order: 1; }

  .order-xl-2 {
    order: 2; }

  .order-xl-3 {
    order: 3; }

  .order-xl-4 {
    order: 4; }

  .order-xl-5 {
    order: 5; }

  .order-xl-6 {
    order: 6; }

  .order-xl-7 {
    order: 7; }

  .order-xl-8 {
    order: 8; }

  .order-xl-9 {
    order: 9; }

  .order-xl-10 {
    order: 10; }

  .order-xl-11 {
    order: 11; }

  .order-xl-12 {
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.3333333333%; }

  .offset-xl-2 {
    margin-left: 16.6666666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.3333333333%; }

  .offset-xl-5 {
    margin-left: 41.6666666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.3333333333%; }

  .offset-xl-8 {
    margin-left: 66.6666666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.3333333333%; }

  .offset-xl-11 {
    margin-left: 91.6666666667%; } }
.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline-flex {
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }

  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !important; }

  .d-print-table {
    display: table !important; }

  .d-print-table-row {
    display: table-row !important; }

  .d-print-table-cell {
    display: table-cell !important; }

  .d-print-flex {
    display: flex !important; }

  .d-print-inline-flex {
    display: inline-flex !important; } }
.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }

  .flex-sm-column {
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-sm-start {
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    justify-content: center !important; }

  .justify-content-sm-between {
    justify-content: space-between !important; }

  .justify-content-sm-around {
    justify-content: space-around !important; }

  .align-items-sm-start {
    align-items: flex-start !important; }

  .align-items-sm-end {
    align-items: flex-end !important; }

  .align-items-sm-center {
    align-items: center !important; }

  .align-items-sm-baseline {
    align-items: baseline !important; }

  .align-items-sm-stretch {
    align-items: stretch !important; }

  .align-content-sm-start {
    align-content: flex-start !important; }

  .align-content-sm-end {
    align-content: flex-end !important; }

  .align-content-sm-center {
    align-content: center !important; }

  .align-content-sm-between {
    align-content: space-between !important; }

  .align-content-sm-around {
    align-content: space-around !important; }

  .align-content-sm-stretch {
    align-content: stretch !important; }

  .align-self-sm-auto {
    align-self: auto !important; }

  .align-self-sm-start {
    align-self: flex-start !important; }

  .align-self-sm-end {
    align-self: flex-end !important; }

  .align-self-sm-center {
    align-self: center !important; }

  .align-self-sm-baseline {
    align-self: baseline !important; }

  .align-self-sm-stretch {
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }

  .flex-md-column {
    flex-direction: column !important; }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-md-start {
    justify-content: flex-start !important; }

  .justify-content-md-end {
    justify-content: flex-end !important; }

  .justify-content-md-center {
    justify-content: center !important; }

  .justify-content-md-between {
    justify-content: space-between !important; }

  .justify-content-md-around {
    justify-content: space-around !important; }

  .align-items-md-start {
    align-items: flex-start !important; }

  .align-items-md-end {
    align-items: flex-end !important; }

  .align-items-md-center {
    align-items: center !important; }

  .align-items-md-baseline {
    align-items: baseline !important; }

  .align-items-md-stretch {
    align-items: stretch !important; }

  .align-content-md-start {
    align-content: flex-start !important; }

  .align-content-md-end {
    align-content: flex-end !important; }

  .align-content-md-center {
    align-content: center !important; }

  .align-content-md-between {
    align-content: space-between !important; }

  .align-content-md-around {
    align-content: space-around !important; }

  .align-content-md-stretch {
    align-content: stretch !important; }

  .align-self-md-auto {
    align-self: auto !important; }

  .align-self-md-start {
    align-self: flex-start !important; }

  .align-self-md-end {
    align-self: flex-end !important; }

  .align-self-md-center {
    align-self: center !important; }

  .align-self-md-baseline {
    align-self: baseline !important; }

  .align-self-md-stretch {
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }

  .flex-lg-column {
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-lg-start {
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    justify-content: center !important; }

  .justify-content-lg-between {
    justify-content: space-between !important; }

  .justify-content-lg-around {
    justify-content: space-around !important; }

  .align-items-lg-start {
    align-items: flex-start !important; }

  .align-items-lg-end {
    align-items: flex-end !important; }

  .align-items-lg-center {
    align-items: center !important; }

  .align-items-lg-baseline {
    align-items: baseline !important; }

  .align-items-lg-stretch {
    align-items: stretch !important; }

  .align-content-lg-start {
    align-content: flex-start !important; }

  .align-content-lg-end {
    align-content: flex-end !important; }

  .align-content-lg-center {
    align-content: center !important; }

  .align-content-lg-between {
    align-content: space-between !important; }

  .align-content-lg-around {
    align-content: space-around !important; }

  .align-content-lg-stretch {
    align-content: stretch !important; }

  .align-self-lg-auto {
    align-self: auto !important; }

  .align-self-lg-start {
    align-self: flex-start !important; }

  .align-self-lg-end {
    align-self: flex-end !important; }

  .align-self-lg-center {
    align-self: center !important; }

  .align-self-lg-baseline {
    align-self: baseline !important; }

  .align-self-lg-stretch {
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }

  .flex-xl-column {
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-xl-start {
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    justify-content: center !important; }

  .justify-content-xl-between {
    justify-content: space-between !important; }

  .justify-content-xl-around {
    justify-content: space-around !important; }

  .align-items-xl-start {
    align-items: flex-start !important; }

  .align-items-xl-end {
    align-items: flex-end !important; }

  .align-items-xl-center {
    align-items: center !important; }

  .align-items-xl-baseline {
    align-items: baseline !important; }

  .align-items-xl-stretch {
    align-items: stretch !important; }

  .align-content-xl-start {
    align-content: flex-start !important; }

  .align-content-xl-end {
    align-content: flex-end !important; }

  .align-content-xl-center {
    align-content: center !important; }

  .align-content-xl-between {
    align-content: space-between !important; }

  .align-content-xl-around {
    align-content: space-around !important; }

  .align-content-xl-stretch {
    align-content: stretch !important; }

  .align-self-xl-auto {
    align-self: auto !important; }

  .align-self-xl-start {
    align-self: flex-start !important; }

  .align-self-xl-end {
    align-self: flex-end !important; }

  .align-self-xl-center {
    align-self: center !important; }

  .align-self-xl-baseline {
    align-self: baseline !important; }

  .align-self-xl-stretch {
    align-self: stretch !important; } }

/*# sourceMappingURL=style.css.map */


@font-face {
  font-family: 'Rubik-medium';
  src: url("../fonts/Rubik-Medium.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Rubik-regular';
  src: url("../fonts/Rubik-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Rubik-bold';
  src: url("../fonts/Rubik-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Rubik-light';
  src: url("../fonts/Rubik-Light.ttf");
  font-weight: normal;
  font-style: normal;
}



.fullscreen-bg__video {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  max-width: 100%;
  height: auto;
}
@media all and (max-width: 1600px)
{
  .fullscreen-bg__video
  {
    width: 120%;
  }
}
@media all and (max-width: 1400px)
{
  .fullscreen-bg__video
  {
    width: 140%;
  }
}
@media all and (max-width: 1100px)
{
  .fullscreen-bg__video
  {
    width: 160%;
  }
}
@media (max-width: 768px)
{
  .back_video, .fullscreen-bg__video
  {
    display: none;
  }
  .section-first.text-center
  {
    background-image: url('../images/main.jpg');
  }
}
@media (max-width: 520px)
{

  .section-first.text-center
  {
    background-size: cover;
  }
}
.wpcf7-response-output{
  display: none !important;
}
.wpcf7-not-valid-tip
{
  float: left;
  margin-top: 5px;
}
.section-home-form__form_date
{
  width: 100%;
  float: none;
  padding-right: 0;
}
.section-home-form
{
  background-size: cover;
}
.success_form_overlay_fix
{
  position: inherit!important;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(10px);
}
.success_form_overlay_fix .success-in-form__text
{
  padding: 10px!important;
}
.lang_switcher
{
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 29px;
  border-radius: 29px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.48) inset;
}
.lang_switcher .lang-item-ru
{
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.lang_switcher .lang-item-ru a
{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 10px;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #0a0a0a;
}
.lang_switcher .lang-item-ru a::before
{
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  top: 4px;
  left: 4px;
  background: #374898;
  content: '';
}

.lang_switcher .lang-item-uk
{
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.lang_switcher .lang-item-uk a
{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #0a0a0a;
}
.lang_switcher .lang-item-uk a::before
{
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  top: 4px;
  right: 4px;
  background: #374898;
  content: '';
}

/* all services styles */

.all_services_title h1
{
  margin: 0 auto;
  font-family: 'Rubik-bold';
  text-align: center;
}
.all_services_container
{
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  margin-bottom: 100px;

}
.service_block
{
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.service_img
{
  flex-basis: 49%;
}
.service_img img
{
  width: 100%;
  height: auto;
}
.service_info
{
  flex-basis: 49%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.service_info h2
{
  margin-bottom: 20px;
  font-family: 'Rubik-medium';
  line-height: 28px;

}
.service_info p
{

  font-family: 'Rubik-regular';
  font-size: 18px;
  line-height: 28px;
}

.service_info a
{
  background: #1fabe2;
  border: 1px solid #fff;
  line-height: 47px;
  width: 200px;
  cursor: pointer;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin-top: 20px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: normal;
  font-family: 'Rubik-medium';
}
.service_info a:hover
{
  box-shadow: 0px 0px 6px 4px rgba(38, 196, 230, 0.45);
}
.service_info_left
{
  align-items: flex-end;
}
.service_info_left p
{
  text-align: right;
}
@media all and ( max-width: 992px){
  .service_block
  {
    flex-direction: column;
    margin-top: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid lightgrey;
  }
  .service_img
  {
    display: flex;
    justify-content: center;
  }

  .service_info
  {
    margin-top: 20px;
    justify-content: center;
    align-items: center;
  }
  .service_info p
  {
    text-align: center;
  }
  .service_block_left .service_img
  {
    order: 1;
  }
  .service_block_left .service_info
  {
    order: 2;
  }

}
@media all and (max-width: 420px)
{
  .service_img img
  {
    max-height: 220px;
  }
}
/* end all services styles */

/* promotions styles */

.promotions_container
{
  margin: 50px auto;
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}

.promotions_block
{
  flex-basis: 49%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 350px;
  cursor: pointer;
  position: relative;
  border-radius: 5px;
  margin-top: 20px;

}
.promo_background
{
  width: 100%;
  height: 350px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  border-radius: 5px;
}
.blue_filter{
  width: 100%;
  height: 350px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -5;
  background-color: #53a3c9;
  opacity: 0.8;
  border-radius: 5px;
}
.white_filter{
  width: 100%;
  height: 350px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -15;
  background-color: #f4f4f4;
  opacity: 0.9;
  border-radius: 5px;
}
.promotion_visible
{
  color: white;
  text-align: center;
}
.promotion_visible h2
{
  font-size: 38px;
  line-height: 35px;
}
.promotion_visible p
{
  font-size: 22px;
  margin-top: 15px;
}
.promotion_hidden
{
  width: 100%;
  height: 350px;
  position: absolute;
  top: 0;
  left: 0;
  display: none;

}
.promotions_block:hover .promotion_hidden
{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.promotion_hidden p
{
  font-size: 18px;
  margin-top: 10px;
  font-family: 'Rubik-regular';

}
.promotion_hidden h2
{
  font-size: 20px;
  font-family: 'Rubik-medium';
}
.promotion_hidden p, .promotion_hidden h2
{
  text-align: center;
  line-height: 28px;
  padding-left: 40px;
  padding-right: 40px;

}
.promotions_block:hover .promotion_visible
{
  display: none;
}
.promotions_block:hover .white_filter
{
  z-index: -5;
}
.promotions_block:hover .blue_filter
{
  z-index: -15;
}
@media all and (max-width: 1200px) and (min-width: 992px) {
  .promotion_hidden p, h2 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media all and (max-width: 992px) {
  .promotions_container {

    display: block;
  }

}
@media all and (max-width: 550px)
{
  .promotion_hidden p
  {
   font-size: 16px;
  }
  .promotion_hidden h2
  {
    font-size: 18px;
  }
  .promotions_block, .promotion_hidden, .blue_filter, .white_filter, .promo_background
  {
    height: 450px;
  }
  .promotion_hidden p, h2 {
    padding-left: 3px;
    padding-right: 3px;
  }
}

/* end promotions */

/* contacts styles */

.contacts_container
{

  margin: 50px auto;
}
.contacts_buttons_wrapper
{

}
.contacts_button
{
  width: 200px;
  cursor: pointer;
  height: 40px;
  outline: none;
  border: none;
  color: #00b2cd;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  background-color: #f5f5f5;
  font-family: 'Rubik-regular';
  font-size: 18px;
}
.list_map_wrapper
{
  display: flex;
  justify-content: space-between;
  padding: 20px;
  border: 1px solid #1d9acc;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.contacts_list
{
  flex-basis: 49%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contacts_list_crutch
{
  width: 55%;
}
.contacts_list .footer-contacts-icons p
{

}

.contacts_map
{
  flex-basis: 49%;
  min-height: 400px;

}

#map_myrgorod
{
  display: none;
}
.contacts_button_active
{
  background-color: #00b2cd;
  color: white;
}
.contacts_shedule
{
  margin-top: 11px;
  font-family: 'Rubik-regular';
}
.shedule_bold
{
  font-family: 'Rubik-medium';
  font-weight: bold;
}
.shedule_range
{
  margin-left: 30px;
}

@media all and (max-width: 992px)
{
  .shedule_range
  {
    font-size: 12px;
  }
}

@media all and (max-width: 768px) {
  .list_map_wrapper
  {
    flex-direction: column;
  }

  .contacts_list_crutch
  {
    width: 40%;
  }
  .contacts_list_crutch p
  {
    text-align: left;
  }
  .contacts_map
  {
    margin-top: 20px;
  }
  .contacts_map iframe
  {
    min-height: 400px;
  }
}
@media all and (max-width: 450px)
{
  .contacts_list_crutch
  {
    width: 60%;
  }
  .contacts_button
  {
    width: 49%;
  }
  .contacts_buttons_wrapper
  {
    display: flex;
    justify-content: space-between;
  }
}
@media all and (max-width: 350px)
{
  .contacts_list_crutch
  {
    width: 80%;
  }
}
/* end contacts styles */



/* a few crutches */

.back_crutch
{
  background-image: url("../images/home/main.jpg");
  background-size: 100% 80%;
}

@media all and (min-width: 1201px) {
  .menu_ua li a {
    padding: 0 28px!important;
  }
}
.breadcrumbs
{
  background-color: white;
}
@media all and (max-width: 450px) {
  .home-item-service a span p
  {
    display: block;
    text-align: center;
  }
}

/* end crutches */

/* prices page */
.price_table_container
{
  margin-top: 50px;
}
.price-table tbody tr
{
  display: none;
}
.price-table.active tbody tr
{
  display: table-row;
}
.price-table .column-3
{
  text-align: center;
}
.price-table thead tr .column-1
{
  font-family: 'Rubik-medium';
}
.price-table thead tr .column-2
{
  width: 100px;
}
.price-table thead tr .column-3
{
  text-align: center;
  font-family: 'Rubik-regular';
  font-size: 20px;
  color: #004773;
  width: 200px;
}
.price-table thead tr .column-3 span:before
{
    content: url('../images/ico-all/pen.png');
  margin-right: 10px;
}
.price-target
{
  display: none;
}
.price-target.active
{
  width: 40px;
  height: 40px;
  outline: none;
  border: none;
  cursor: pointer;
  display: table-cell;
}
.price-target.target-plus
{
  background-image: url('../images/ico-all/plus.png');
  background-repeat: no-repeat;
  background-size: 50% 50%;
  background-position: 50%;
}
.price-target.target-minus
{

  background-image: url('../images/ico-all/minus.png');
  background-repeat: no-repeat;
  background-size: 50% 10%;
  background-position: 50%;
}
.price-target-tip
{
  display: none;
  position: absolute;
  width: 100px;
  height: 30px;
  top: 5px;
  left: -70px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 8px 0px lightgrey;
  -moz-box-shadow: 0px 0px 8px 0px lightgrey;
  box-shadow: 0px 0px 8px 0px lightgrey;
  font-family: 'Rubik-light';
  font-size: 16px;

}

.price-target-tip:after
{
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  right: -10px;
  top: 18px;
  border: 5px solid;
  border-color:  transparent transparent transparent #fff;
}
.price-target-tip.active
{
  display: flex;
  justify-content: center;
  align-items: center;

}

table.editor-table-price.price-table
{
  border-collapse: unset;
  border: 1px solid #ebebeb!important;
}


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

  table.editor-table-price thead

  {
    padding: 10px;
  }

  table.editor-table-price tr td
  {
    padding: 10px;
  }
  table.editor-table-price tr th:first-child, table.editor-table-price tr td:first-child
  {
    padding: 10px;
  }
}
@media all and (max-width: 520px)
{

  table.editor-table-price thead


  table.editor-table-price tr td
  {
    padding: 5px;
  }
  table.editor-table-price tr th:first-child, table.editor-table-price tr td:first-child
  {
    padding: 5px;
  }
  .price-table thead tr .column-3 span:before
  {
    display: none;
  }
  .price-target.active
  {
    width: 20px;
    height: 20px;
  }
  .price-table thead tr .column-3
  {
    text-align: center;
    width: 100px;
  }
  .price-table thead tr .column-2
  {
    text-align: center;
    width: 80px;
  }
}
@media all and (max-width: 520px)
{

  table.editor-table-price thead tr th
  {
    font-size: 12px;
    padding: 15px;
  }

  table.editor-table-price tr td
  {
    padding: 5px;
    font-size: 11px;
  }
  table.editor-table-price tr th:first-child, table.editor-table-price tr td:first-child
  {
    padding: 5px;
  }
}
@media all and (max-width: 520px)
{

  table.editor-table-price thead tr th
  {
    font-size: 12px;
    padding: 15px;
  }
  .price-table thead tr .column-3
  {
    font-size: 10px;
  }

  table.editor-table-price tr td
  {
    font-size: 11px;
  }
}
@media all and (max-width: 370px)
{

  table.editor-table-price tr td
  {
    font-size: 11px;
  }
}

/* end prices */

/* about styles */
.about_headline
{
  font-family: 'Rubik-bold';
}
.about_subheadline
{
  font-family: 'Rubik-regular';
}
.about_service p
{
  font-family: 'Rubik-bold';
}
.about_service span
{
  font-family: 'Rubik-regular';
  color: #3f3f3f;
}


@media all and (max-width: 768px){
  .about_service span
  {
    display: none;
  }
  .about_service:nth-child(3)
  {
    margin-left: auto;
    margin-right: auto;
  }
}
.about_clinic_headline h1
{
  font-family: 'Rubik-bold';
  font-size: 45px;
  text-align: center;
}
.about_clinic
{
  margin-top: 50px;
}
.about_clinic p
{
  font-size: 18px;
  font-family: 'Rubik-regular';
  line-height: 24px;
  margin-top: 20px;
}

.about-slider_clinic
{
  margin: 50px auto;
  width: 100%;
}
.about-slider_clinic
{
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.about-slider .has-owl
{
  overflow: hidden;
  text-align: center;
  position: relative;
  padding-bottom: 41px;
}
.about-slider .btn-l_.vis_
{
  border: 1px solid #8ecce5;
  position: relative;
  bottom: 80px;
  left: 91%;
}
.about-slider .btn-l_.vis_:before
{
  display: block;
  color: #8ecce5;
}
.about-slider .btn-r_.vis_:before
{
  display: block;
  color: #8ecce5;
}
.about-slider .btn-l_.vis_:hover:after
{
  display: none;
}
.about-slider .btn-l_.vis_:hover:before, .about-slider .btn-r_.vis_:hover:before
{
  background-color: transparent;
  color: #209bcd;
}
.about-slider
{
  position: relative;
}
.about-slider .slick-arrow
{
  width: 35px;
  height: 35px;
  border: 1px solid #8ecce5;
  margin-right: 10px;
  position: absolute;
  bottom: -10px;
  right: 0;
  cursor: pointer;
  border-radius: 50%;
  outline: none;
}
.about-slider_certs_container .about-slider-item.slick-slide
{

  max-height: 260px!important;
  overflow-y: auto;
  outline: none;
}
/*.slick-track
{
  display: flex !important;
  align-items: center;
}

.slick-slide
{
  height: inherit !important;
  display: flex!important;

}*/

.about-slider .about-slider_prev.slick-arrow, .about-slider_certs_prev.slick-arrow
{
  right: 50px;
  background-image: url("../images/arrow-l_fade.png");
  background-repeat: no-repeat;
  background-position: 50%;
}
.about-slider .about-slider_next.slick-arrow, .about-slider_certs_next.slick-arrow
{
  background-image: url("../images/arrow-r_fade.png");
  background-repeat: no-repeat;
  background-position: center;
}
.about-slider .slick-arrow:hover
{
  border: 1px solid #209bcd;
}
.about-slider .about-slider_prev.slick-arrow:hover, .about-slider .about-slider_certs_prev.slick-arrow:hover
{
  background-image: url("../images/arrow-l.png");
}
.about-slider .about-slider_next.slick-arrow:hover, .about-slider .about-slider_certs_next.slick-arrow:hover
{
  background-image: url("../images/arrow-r.png");
}
.slick-dots
{
  display: flex;
  width: 50%;
  justify-content: flex-start;
  margin-top: 20px;
  margin-left: 10px;
}
.dot_button
{
  width: 15px;
  height: 15px;
  outline: none;
  border: none;
  cursor: pointer;
  margin-right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slick-dots li img:nth-child(1) {
  display: block;
}

.slick-dots li img:nth-child(2) {
  display: none;
}

.slick-dots li.slick-active img:nth-child(1) {
  display: none;
}

.slick-dots li.slick-active img:nth-child(2) {
  display: block;
}




.about-slider .btn-r_.vis_:hover:after
{
  display: none;
}
.about-slider .btn-r_.vis_
{
  border: 1px solid #8ecce5;
  position: relative;
  bottom: 80px;
  left: 92%;

}
.about-slider .btn-r_.vis_:hover, .about-slider .btn-l_.vis_:hover
{
  border: 1px solid #209bcd;
}


.about-slider-item
{
  border: 1px solid #8ecce5;
  border-radius: 5px;
  padding: 10px;
  margin: 0 10px;

}
.about-slider_clinic .owl-dots
{
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: flex-start;
}

@media all and (max-width: 1200px){
  .about-slider .btn-r_.vis_
  {

    left: 89%;

  }
  .about-slider .btn-l_.vis_
  {

    left: 88%;

  }
}
@media all and (max-width: 1000px){
  .about-slider_certs .slick-dots
  {

    width: 70%;
    display: flex!important;
    flex-wrap: wrap;

  }

}
@media all and (max-width: 768px){
  .slick-dots
  {

    visibility: hidden!important;

  }

}
@media all and (max-width: 600px){
  .about-slider .btn-r_.vis_
  {

    left: 87%;

  }
  .about-slider .btn-l_.vis_
  {

    left: 86%;

  }
  .about_clinic p
  {
    font-size: 14px;
  }

}
@media all and (max-width: 500px){
  .about-slider .btn-r_.vis_
  {

    left: 83%;

  }
  .about-slider .btn-l_.vis_
  {

    left: 82%;

  }
}
@media all and (max-width: 400px){
  .about-slider .btn-r_.vis_
  {

    left: 78%;

  }
  .about-slider .btn-l_.vis_
  {

    left: 77%;

  }
}
/* end about */

/* reviews  */

.about_reviews_headline
{
  font-family: 'Rubik-bold';
}
.about-slider_certs_container
{
  margin-top: 30px;
}


.shortcode-site-reviews
{
  margin-top: 50px;
}
.reviews_box
{
  background-color: #f5f5f5;
}
.glsr-review
{
  padding: 5px;
  background-color: white;
  border-radius: 10px;

}
.glsr-reviews
{
  display: flex!important;
  flex-wrap: wrap;
  justify-content: space-around;
}
.glsr-review
{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-basis: 600px;
  margin-bottom: 15px!important;
  -webkit-box-shadow: 1px 1px 8px -2px rgba(201,207,205,1);
  -moz-box-shadow: 1px 1px 8px -2px rgba(201,207,205,1);
  box-shadow: 1px 1px 8px -2px rgba(201,207,205,1);
}
.glsr-review-title
{
  font-family: 'Rubik-regular';
  font-style: italic;
  display: flex;
  justify-content: center;
  padding-top: 10px;
}
.glsr-stars .glsr-star-full
{
  background-image: url("../images/star_full.png") !important;
}
.glsr-stars .glsr-star-empty
{
  background-image: url("../images/star_empty.png") !important;
}
.glsr-review-title h3
{
  text-align: center;
}
.glsr-review-rating
{
  width: 100%;
  display: flex!important;
  justify-content: flex-end;
  margin-bottom: 5px!important;
}
.glsr-review .glsr-review-date
{
  width: 100%;
  display: flex!important;
  justify-content: flex-end;
  padding-right: 5px;
  font-family: 'Rubik-regular';
  font-style: normal!important;
}
.glsr-review-date span
{
  position: relative;
}
.glsr-review-date span:before
{
  content: url("../images/calendar.png");
  margin-right: 5px;
  position: absolute;
  left: -25px;
  top: 2px;
}
.glsr-review-content
{
  padding: 10px;
  background-color: #def6ff;
  position: relative;

}
.glsr-review-content p
{
  height: 140px;
  overflow-y: auto;
  font-family: 'Rubik-regular';
  margin-bottom: 0!important;
  padding-bottom: 50px;
}
.glsr-review-content:after
{
  content: '';
  width: 97%;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  background-color: #def6ff;
  filter: blur(10px);
}
.glsr-review-content:before
{
  content: '';
  width: 97%;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  opacity: 0.9;
  background-color: #def6ff;
  filter: blur(10px);
}
.glsr-review-author
{
  align-self: flex-end;
  padding: 10px;
  font-family: 'Rubik-regular';
}
.glsr-review .glsr-review-author:before
{
  margin-right: 5px!important;
}
.glsr-pagination
{
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.glsr-pagination .navigation .nav-links
{
  display: flex;
  align-items: center;
}
.glsr-pagination .navigation .page-numbers
{
  margin-right: 10px;
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  color: black;
  text-decoration: none;
  font-family: 'Rubik-regular';
}
.glsr-pagination .navigation .page-numbers.current
{
  background-color: #dff1fa;
}
.glsr-pagination .navigation .page-numbers:hover:not(.current):not(.next):not(.prev)
{
  background-color: #dff1fa;
}

.glsr-pagination .navigation .next.page-numbers
{
  margin-left: 20px;
  width: 45px;
  height: 45px;
  border: 1px solid #8ecce5;
  color: #8ecce5;
}
.glsr-pagination .navigation .prev.page-numbers
{
  margin-right: 20px;
  width: 45px;
  height: 45px;
  border: 1px solid #8ecce5;
  color: #8ecce5;
}
 .glsr-pagination .navigation .next.page-numbers:hover, .glsr-pagination .navigation .prev.page-numbers:hover
 {
   border: 1px solid #1d9acc;
    color: #1d9acc;
 }
 .glsr-select-label
 {
   font-family: 'Rubik-regular';
 }

.glsr-form-wrap .gl-star-rating-stars>span, .glsr-star-empty
 {
   background-image: url("../images/star_empty.png") !important;
 }

.glsr-form-wrap>form>.glsr-field>.gl-star-rating>.gl-star-rating-stars.s10>span:nth-child(1), .glsr-form-wrap>form>.glsr-field>.gl-star-rating>.gl-star-rating-stars.s20>span:nth-child(-n+2), .glsr-form-wrap>form>.glsr-field>.gl-star-rating>.gl-star-rating-stars.s30>span:nth-child(-n+3), .glsr-form-wrap>form>.glsr-field>.gl-star-rating>.gl-star-rating-stars.s40>span:nth-child(-n+4), .glsr-form-wrap>form>.glsr-field>.gl-star-rating>.gl-star-rating-stars.s50>span:nth-child(-n+5)
{
  background-image: url("../images/star_full.png") !important;
}

form.glsr-form .glsr-required label span:after
{
  color: #24c1ff!important;
}
.glsr-field .regular-text
{
  border: 1px solid #24c1ff!important;
  width: 50% !important;
  border-radius: 5px!important;
}
.glsr-field textarea
{
  height: 200px!important;
  max-height: 200px!important;
  border: 1px solid #24c1ff!important;
  border-radius: 5px!important;
  width: 50% !important;

}

@media all and (max-width: 1250px) {
  .glsr-field .regular-text
  {
      width: 100%!important;
  }
  .glsr-field textarea
  {
    width: 100%!important;

  }
}
.glsr-button.button.btn
{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 20px;
  font-family: 'Rubik-medium';
  font-size: 18px;
  color: white;
  background-color: #1fabe2;
  outline: none!important;
  border: none;
}
@media all and (max-width: 768px) {
  .glsr-button.button.btn
  {
    margin: 0 auto;
  }
}
.glsr-button.button.btn:hover
{
  background: #26c4e6;
  box-shadow: 0px 0px 4px 1px rgba(38, 196, 230, 0.35);
}
form .glsr-form-message.glsr-has-errors
{
  display: none!important;
}
@media all and (max-width: 768px){
  .glsr-field textarea::placeholder, .glsr-field input::placeholder
  {
    font-size: 12px;
  }
}
/* end reviews */

/* doctors*/
.doctors_back span
{
  background-image: url("../images/doctors_back_circle.png");
  background-repeat: no-repeat;
}
.doctors_container
{
  margin-top: 80px;
  margin-bottom: 50px;
 /* background-image: url("../images/doctors_back_vawe.png"); */
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 25% 18%;

}
.doctors_container_main
{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 50px;
}
.doctors_item_row
{
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
}
.doctors_item
{
  display: flex;
  justify-content: space-between;
  max-width: 700px;
  width: 700px;
}
.doctors_img
{
  flex-basis: 40%;
}
.doctors_item_side
{
  flex-basis: 57%;
}

.doctors_item_side
{
  padding-top: 15px;
  padding-right: 5px;
  padding-bottom: 15px;

}
.doctors_item_headline
{
  height: 40px;
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: #00b2cd;
  transform: translateX(-70px);
  border-radius: 5px;
  font-family: 'Rubik-medium';
}
.doctors_item_headline p
{
  text-align: center;
}
.doctors_item_info
{
  margin-top: 10px;
}
.doctors_item_info .doctors_italic
{
  font-family: 'Rubik-medium';
  font-style: italic;
  font-size: 18px;
}
.doctors_item_info .doctors_regular
{
  font-family: 'Rubik-regular';
  font-size: 18px;
  line-height: 24px;
}
.doctors_item_help_line
{
  height: 4px;
  width: 100px;
  margin-top: 15px;
  background-color: #00b2cd;
}
.doctors_item_list
{
  margin-top: 20px;
}
.doctors_item_list p
{
  font-family: 'Rubik-medium';
  font-size: 18px;
  line-height: 26px;
}
.doctors_item_list ul
{
  margin-left: 30px;
  font-family: 'Rubik-regular';
  font-size: 16px;
}
.doctors_item_list ul li
{
  margin-top: 20px;
  position: relative;

}
.doctors_item_list ul li::before {
  content: "\2022";
  color: #00b2cd;
  font-weight: bold;
  display: inline-block;
  font-size: 30px;
  width: 1em;
  margin-left: -1em;
  position: absolute;
  top: 1px;
}

@media all and (min-width: 1000px) and (max-width: 1300px)
{
  .doctors_item_row .doctors_item .doctors_item_side .doctors_item_headline
  {
    font-size: 12px;
    width: 200px;
  }
  .doctors_item_row .doctors_item .doctors_item_side .doctors_item_info .doctors_italic
  {
    font-size: 12px;
  }
  .doctors_item_row .doctors_item .doctors_item_side .doctors_item_info .doctors_regular
  {
    font-size: 12px;
  }
  .doctors_item_row .doctors_item .doctors_item_side .doctors_item_list p
  {
    font-size: 12px;
  }
  .doctors_item_row .doctors_item .doctors_item_side .doctors_item_list ul li
  {
    font-size: 12px;
  }
}
@media all and (max-width: 1000px)
{
  .doctors_item
  {
    width: auto;
  }
  .doctors_item_row
  {
    flex-direction: column;
    align-items: center;
  }
  .doctors_item_row .doctors_item
  {
    margin-top: 30px;
  }
}
@media all and (max-width: 600px)
{
  .doctors_item .doctors_item_side .doctors_item_headline
  {
    font-size: 12px;
    width: 200px;
  }
 .doctors_item .doctors_item_side .doctors_item_info .doctors_italic
  {
    font-size: 12px;
  }
 .doctors_item .doctors_item_side .doctors_item_info .doctors_regular
  {
    font-size: 12px;
  }
  .doctors_item .doctors_item_side .doctors_item_list p
  {
    font-size: 12px;
  }
  .doctors_item .doctors_item_side .doctors_item_list ul li
  {
    font-size: 12px;
  }
}
@media all and (max-width: 500px)
{
  .doctors_item
  {
    flex-direction: column;
    align-items: center;
  }

  .doctors_item_side
  {
    display: flex;
    flex-direction: column;
  }
  .doctors_item .doctors_item_side .doctors_item_headline
  {
    transform: translateX(0);
    margin: 0 auto;
  }
}
/* end doctors */

/* equipment styles */

.equipment
{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 50px;
  margin-bottom: 50px;
}
.eq_tile
{
  width: 380px;
  margin-top: 20px;
  border-radius: 10px;
  padding-bottom: 20px;
  -webkit-box-shadow: 1px 1px 8px -2px rgba(201,207,205,1);
  -moz-box-shadow: 1px 1px 8px -2px rgba(201,207,205,1);
  box-shadow: 1px 1px 8px -2px rgba(201,207,205,1);
}
.eq_headline
{
  font-family: 'Rubik-bold';
  font-size: 20px;
  text-align: center;
  padding-bottom: 15px;
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  min-height: 75px;
  background-color: #00b2cd;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-box-shadow: 1px 1px 8px -2px rgba(201,207,205,1);
  -moz-box-shadow: 1px 1px 8px -2px rgba(201,207,205,1);
  box-shadow: 1px 1px 8px -2px rgba(201,207,205,1);
}
.eq_img
{
  margin-top: 10px;
}
.eq_text
{
  text-align: center;
  padding: 10px;
}
.equip-slider-container
{
  margin-top: 50px;
  margin-bottom: 50px;
}
.equip-slider
{
  width: 560px;
  margin: 0 auto;
}

.equip-slider .slick-dots
{
  width: 100%;
  justify-content: center;
}

  .youtube_container
  {

  }
  .youtube_container iframe, .youtube_container object, .youtube_container embed
  {
   width: 560px;
    height: 320px;
  }

  @media all and (max-width: 600px)
  {
    .equip-slider .slick-dots
    {
      width: 200px;
      margin: 0 auto;
      max-width: 100%;
    }
    .equip-slider
    {
      width: 320px;
    }
    .youtube_container iframe, .youtube_container object, .youtube_container embed
    {
      width: 320px;
      height: 180px;
    }
  }

/* end equipment */

/* gallery styles */

.gallery
{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 50px;
  margin-bottom: 50px;
  max-height: 1200px;
  overflow-y: hidden;
}
.gallery_showed
{
  height: auto;
  max-height: none;
}

.gal_item
{
  width: 380px;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  position: relative;
  cursor: pointer;

}
.gal_text p
{
  text-align: center;
}
.gal_text
{
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50%;
  color: white;
  padding: 10px;
  font-family: 'Rubik-regular';
}
.gal_text span
{
  font-family: 'Rubik-medium';
  font-size: 24px;
  line-height: 28px;
}
.gal_img_hide
{
  z-index: -5;
}
.gal_blue_filter
{
  position: absolute;
  top: 0;
  left: 0;
  height: 53%;
  width: 100%;
  background-color: #004773;
  opacity: 0.8;
  z-index: -5;
}
.gal_img_visible
{
  border-top: 2px solid white;
 z-index: auto;
}
.gal_item:hover .gal_img_hide
{
  z-index: 10;
}
.gal_item:hover .gal_text
{
  z-index: 5;
}
.view_all_gallery
{
  width: 200px;
  margin: 0 auto;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  cursor: pointer;
  color: #5260a6;
}
.view_all_gallery:hover span
{
  text-decoration: underline;
}
.hide_all_gallery
{
  width: 100px;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 50px;
  cursor: pointer;
  color: #5260a6;
  display: none;
}
.hide_all_gallery:hover span
{
  text-decoration: underline;
}

/* end gallery */

@media all and (max-width: 768px)
{
  .home-item-service a p
  {
    display: block!important;
  }
  .header-buttons__price
  {
    font-size: 16px;
  }
  .page-title
  {
    text-align: center;
  }
}
.not_found
{
  width: 100%;
  min-height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.not_found_container
{
  display: flex;
  width: 700px;
  justify-content: space-between;
}
.not_found_img
{
  flex-basis: 47%;
}
.not_found_img img
{
  width: 100%;
}
.not_found_content
{
  display: flex;
  flex-direction: column;
  flex-basis: 47%;
  padding: 5px;

}
.not_found_headline
{
  font-family: 'Rubik-bold';
  font-size: 100px;
  color: #00b2cd;
  margin-top: 50px;
}
.not_found_text
{
  font-family: 'Rubik-regular';
  font-size: 26px;
  margin-top: 50px;
}
.not_found_link
{
  font-family: 'Rubik-regular';
  font-size: 20px;
  margin-top: 150px;
  color: #004773;
}

@media all and (max-width: 992px)
{
  .section-home-second .container .row div a i
  {
    font-size: 16px;
  }
}

@media all and (max-width: 768px)
{
  .not_found_container
  {
    width: 300px;
    flex-direction: column;
  }
  .not_found_headline, .not_found_content
  {
    text-align: center;
  }
  .not_found_link
  {
    margin-top: 100px;
    margin-bottom: 50px;
  }

}
@media all and (max-width: 600px)
{
  .section-home-second .container .row div a p
  {
    font-size: 11px;
  }
  .wpcf7-not-valid-tip
  {
    font-size: 12px!important;
  }
}


.main-menu div ul .sub-menu
{
  -webkit-box-shadow: 2px 2px 10px 0px rgba(199,193,199,1);
  -moz-box-shadow: 2px 2px 10px 0px rgba(199,193,199,1);
  box-shadow: 2px 2px 10px 0px rgba(199,193,199,1);
}

.page-sidebar-form
{
  position: sticky!important;
  top: 90px;
}



.section-text-home
{
  display: none;
}


.index_subheadline{
  font-size: 48px;
}
@media (max-width: 991px){
  .index_subheadline{
    font-size: 28px;
  }
}
@media (max-width: 767px){
  .index_subheadline{
    font-size: 22px;
  }
}

.footer_row{
  display: flex;
  justify-content: space-between!important;

}
.footer_row .logo_block_container{
    display: flex;

}

.footer_row .logo_block{
 
}

.footer_about_menu, {
    display: flex;
    flex-direction: column;
}
.footer_services_menu{
    display: flex;
    flex-direction: column;
}
}

.footer_services_menu .headline{
  align-self: flex-start;
}

.footer_about_menu ul li, .footer_services_menu ul li{
    margin-top: 1.5em;
}

.footer_about_menu .headline, .footer_services_menu .headline{
  font-weight: bold;
}
.footer_about_menu ul li a{
    color: black;
    font-weight: bold;
}

.footer_services_menu ul li a{
    color: black;
}
.footer_contacts_myrgorod{
  margin-top: 3em;
}
.footer-social{
  margin-bottom: 20px;
  float: none;
}
.footer-social-container{
  display: flex;
  justify-content: flex-start;
  transform: translateY(-30px);
}

.footer_contact{

  margin-left: 0!important;
}
.footer-contacts-icons{

}
.footer_contact:last-child{

}
.footer_phones{
    width: 35%;
}


@media(max-width: 1024px){
  .footer-social li a{
    width: 27px;
    height: 27px;
  }
  .footer-social li a.ico-fb:before{
    font-size: 17px;
  }
  .footer_about_menu ul li, .footer_services_menu ul li{
        font-size: 12px;
    }

}

@media(max-width: 768px){
  .footer_row .logo_block{
   width: 100%;
   display: flex;
   justify-content: space-between;
   margin-left: 20px;
   
  }
  .footer-social-container{
    transform: translateY(0);
  }
  .footer_row{
    display: flex;
      flex-direction: column;

  }
  .footer_phones{

  }
  .footer_about_menu ul li, .footer_services_menu ul li{
        font-size: 12px;
    }

}

.main_back{
  width: 100%;

}
.main_social_crutch_wrapper{
  margin-top: 60px;
}


.section-first__social.social_crutch{
  margin: 0 auto;  display: flex;
  justify-content: center;
}
.banner_above_footer_crutch{
  justify-content: center;
}

.footer_menus{
  display: flex;
  width: 100%;
  justify-content: space-around;
}

@media (max-width: 768px){
  .main_social_crutch_wrapper{
    margin-top: 0;
  }
  .footer_menus{
    width: 100%;
    margin-top: 1em;
    display: flex;
   justify-content: flex-start;
   margin-left: 20px;
  }
   .footer_about_menu, .footer_services_menu{
      width: 50%;
    }
  .footer_phones{
    display: flex;
    width: 100%;
    flex-direction: row;
    margin-left: 20px;
  }
  .footer_contacts_myrgorod{
    margin-top: 0;
  }
  .footer-contacts-icons p{
    text-align: left;
  }
   .home-comments__title {
      font-size: 28px!important;
      line-height: 28px!important;
  }
  .home_slider_img{
    width: 160px!important;
    height: 160px!important;
  }
  .home-comments-block__social{
      margin-top: 50px!important;
  }
}

@media (max-width: 600px){
  .footer_menus{
    flex-direction: column;

  }
  .footer_services_menu{
    margin-top: 30px;
  }
  .footer_phones{
   flex-direction: column;
}
.home_slider_item{
  flex-direction: column;
}
.home_slider_left{
  flex-direction: row;
  justify-content: space-between;
}

.home-comments-block__social{
  margin-top: 0!important;
  align-self: flex-start;
}
.home_slider_right{
  margin-top: 40px;
}

}
@media (max-width: 400px){
   .footer_row .logo_block{
    margin-left: 0;
   }
  .footer_menus{
    margin-left: 0;
  }
  .footer_phones{
   margin-left: 0;
}

}
.embed_video{
  width: 100%;
  height: 600px;

}

@media (max-width: 1024px){
  .embed_video{
    height: 400px;
  }
  .embed_video iframe{
    height: 400px!important;

  }
}

@media (max-width: 758px){
  .embed_video{
    height: 300px;
  }
  .embed_video iframe{
    height: 300px!important;

  }
}

.viber-footer-button {
    /* Фіксоване позиціонування */
    position: fixed !important;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    
    /* Розміри для десктоп */
    width: 60px;
    height: 60px;
    
    /* Центрування зображення */
    display: flex;
    align-items: center;
    justify-content: center;
    
    /* Оформлення */
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    
    /* Анімація пульсації */
    animation: pulse 2s infinite;
    
    /* Скидання стандартних стилів */
    text-decoration: none;
}

.viber-footer-button img {
    width: 35px;
    height: 35px;
    display: block;
}

/* Анімація пульсації */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(123, 81, 157, 0.7);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(123, 81, 157, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(123, 81, 157, 0);
    }
}

/* Ефект при наведенні */
.viber-footer-button:hover {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}

/* Мобільна версія */
@media (max-width: 768px) {
    .viber-footer-button {
        width: 50px;
        height: 50px;
        bottom: 60px;
        right: 20px;
    }
    
    .viber-footer-button img {
        width: 22px;
        height: 22px;
    }
    
    @keyframes pulse {
        0% {
            box-shadow: 0 0 0 0 rgba(123, 81, 157, 0.6);
        }
        70% {
            box-shadow: 0 0 0 10px rgba(123, 81, 157, 0);
        }
        100% {
            box-shadow: 0 0 0 0 rgba(123, 81, 157, 0);
        }
    }
}

.home_slider_img img {
    object-fit: contain;
}

.home_slider_img {
    border-radius: 0px;
}

@media (max-width: 600px) {
    .home_slider_left {
        justify-content: center;
    }
}