@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,800&subset=cyrillic');
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select {
    font-family: sans-serif; } }

.zone-header {
  background-color: white; }
  .zone-header .uk-button-primary {
    transition: 0.2s; }
  .zone-header .top4ik {
    display: flex;
    height: 157px;
    align-items: center;
    justify-content: space-between; }
    .zone-header .top4ik-logo {
      width: 380px; }
    .zone-header .top4ik-address {
      font-size: 18px;
      color: #324046;
      line-height: 1.3; }
      .zone-header .top4ik-address:first-line {
        font-weight: 900; }
      .zone-header .top4ik-address--email {
        text-decoration: underline; }
        .zone-header .top4ik-address--email a {
          color: #324046; }
    .zone-header .top4ik-phone a:first-of-type {
      font-weight: 900;
      color: #009640;
      font-size: 30px;
      line-height: 1.1;
      display: block; }
      .zone-header .top4ik-phone a:first-of-type:hover {
        text-decoration: none; }
      .zone-header .top4ik-phone a:last-of-type {
        color: #333;
        text-decoration: underline; }
    .zone-header .top4ik-registration-counter .counter {
      height: 40px; }
    .zone-header .top4ik .mainbtn {
      display: block;
      margin: 0 auto;
      width: 150px;
      white-space: nowrap; }
    @media (max-width: 1200px) {
  .zone-header .top4ik-logo {
    width: 270px; }
  .zone-header .top4ik-address {
    font-size: 16px; }
  .zone-header .top4ik-phone a:first-of-type {
    font-size: 24px; } }
    @media (max-width: 960px) {
  .zone-header .top4ik {
    height: auto;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px 0px; }
    .zone-header .top4ik-logo {
      width: 270px;
      order: 1;
      margin-bottom: 30px; }
    .zone-header .top4ik-address {
      font-size: 16px;
      order: 3;
      width: 48%; }
    .zone-header .top4ik-phone {
      display: none; }
    .zone-header .top4ik-registration {
      order: 2;
      display: flex;
      flex-direction: column;
      align-items: flex-end; } }
    @media (max-width: 640px) {
  .zone-header .top4ik-logo {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    justify-content: center; }
  .zone-header .top4ik-address {
    font-size: 14px;
    order: 2;
    width: 50%; }
  .zone-header .top4ik-phone {
    display: none; }
  .zone-header .top4ik-registration {
    order: 3;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-size: 14px;
    text-align: right; }
    .zone-header .top4ik-registration .uk-button-small {
      padding: 0 6px;
      line-height: 1.2; } }
    @media (max-width: 420px) {
  .zone-header .top4ik-address {
    line-height: 1.5; } }
  .zone-header .uk-navbar-container:not(.uk-navbar-transparent) {
    background-color: #e5e7e4;
    transition: 0.2s; }
  .zone-header .uk-sticky-fixed .uk-navbar-container {
    background-color: white;
    border-bottom: 1px solid #009640; }
    .zone-header .uk-sticky-fixed .uk-navbar-container .uk-navbar-nav > li {
      border-bottom: 3px solid white; }
      .zone-header .uk-sticky-fixed .uk-navbar-container .uk-navbar-nav > li:hover {
        border-bottom: 3px solid #ef4692; }
  .zone-header .uk-navbar-transparent .uk-navbar-nav > li > a {
    color: white; }
  .zone-header .uk-navbar > * {
    flex-wrap: nowrap; }
  .zone-header .uk-navbar-nav ul div {
    display: none; }
  .zone-header .uk-navbar-nav {
    padding: 10px 0;
    flex-wrap: wrap;
    gap: 10px 20px;
    justify-content: flex-start; }
    .zone-header .uk-navbar-nav > li {
      display: flex;
      justify-content: center;
      border-bottom: 3px solid #e5e7e4;
      transition: 0.3s;
      position: relative; }
      .zone-header .uk-navbar-nav > li:hover {
        border-bottom: 3px solid #ef4692; }
      .zone-header .uk-navbar-nav > li > a {
        text-align: center;
        padding: 0;
        font-size: 16px;
        min-height: 30px; }
    .zone-header .uk-navbar-nav > li > a {
      font-weight: 700; }
      @media (max-width: 1100px) {
  .zone-header .uk-navbar-nav > li > a {
    font-size: 14px; } }
  .zone-header .uk-button[data-backcall] {
    border-radius: 20px;
    background-color: #ef4692;
    color: white;
    margin-right: 20px;
    padding-top: 5px;
    font-weight: bold; }
    @media (max-width: 516px) {
  .zone-header .uk-button[data-backcall] {
    line-height: 1.1; } }
    @media (max-width: 420px) {
  .zone-header .uk-button[data-backcall] {
    margin-right: 20px;
    padding: 4px;
    font-size: 12px;
    line-height: 1.2; } }
  .zone-header .uk-logo {
    height: 100px; }
  .zone-header__phone {
    font-weight: bold;
    color: #424242; }
  .zone-header .uk-navbar-dropdown {
    max-width: unset;
    border-top: 3px solid #ef4692;
    background-color: #ef4692;
    margin-top: 0;
    box-shadow: none;
    padding: 10px;
    transition: 0.2s; }
    .zone-header .uk-navbar-dropdown a {
      color: white;
      padding: 6px; }
      .zone-header .uk-navbar-dropdown a:hover {
        text-decoration: underline; }
    .zone-header .uk-navbar-dropdown li.uk-active a {
      color: white;
      font-weight: bold; }
  @media (max-width: 1200px) {
  .zone-header > .uk-container {
    padding: 0px 20px; } }
  @media (max-width: 960px) {
  .zone-header .uk-navbar-right {
    line-height: 1.1;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    justify-content: space-between;
    width: 200px;
    align-items: flex-end;
    padding: 6px 16px; }
    .zone-header .uk-navbar-right a:first-of-type {
      font-size: 18px;
      color: #009640; }
      .zone-header .uk-navbar-right a:first-of-type:hover {
        text-decoration: none; }

    .zone-header .uk-navbar-right a:last-of-type {
      color: #333; }
      .zone-header .uk-navbar-right a:last-of-type:hover {
        text-decoration: none; } }
  @media (max-width: 420px) {
  .zone-header > .uk-container {
    padding: 0px 10px; } }

.zone-main {
  background-color: white;
  min-height: 70vh;
  padding-bottom: 20px; }

.zone-sidebar {
  padding-left: 24px; }
  .zone-sidebar ul.uk-nav {
    list-style-type: none;
    padding: 10px;
    margin: 0;
    background: linear-gradient(135deg, rgba(213, 226, 229, 1) 0%, rgba(255, 255, 255, 1) 100%); }
    .zone-sidebar ul.uk-nav li {
      display: block;
      line-height: 1; }
      .zone-sidebar ul.uk-nav li a {
        color: #444; }
      .zone-sidebar ul.uk-nav li a:hover {
        color: #ef4692; }
  .zone-sidebar .uk-nav-sub {
    display: none; }
  .zone-sidebar .registration {
    display: block;
    margin: 20px auto; }
  .zone-sidebar .certificate {
    font-size: 16px;
    text-align: center;
    color: #444; }
    .zone-sidebar .certificate img {
      display: block;
      margin: 0 auto; }
  .zone-sidebar .sidebar-title {
    color: #ef4692 !important;
    font-weight: 700;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #ef4692;
    font-size: 18px;
    background: rgba(213, 226, 229, 1);
    margin-top: 20px; }
  .zone-sidebar .zone-sidebar__content {
    padding: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    color: black; }
  .zone-sidebar .zone-sidebar__overlay {
    opacity: 0;
    transition: 0.1s; }
  .zone-sidebar .zone-sidebar__toggle {
    display: none;
    position: fixed;
    left: 0;
    top: 75%;
    width: 40px;
    height: 40px;
    padding: 0;
    transition: 0.3s;
    opacity: 0.8; }
  @media (max-width: 1000px) {
  .zone-sidebar {
    z-index: 10000;
    position: fixed;
    left: -260px;
    top: 0;
    height: 100vh;
    padding-left: 0;
    overflow-y: scroll;
    width: 260px;
    transition: 0.3s; }
    .zone-sidebar .zone-sidebar__content {
      height: auto;
      box-sizing: border-box; }

    .zone-sidebar .zone-sidebar__toggle {
      display: inline-block; } }
  .zone-sidebar.uk-open {
    left: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); }
    .zone-sidebar.uk-open ul.uk-nav {
      margin-bottom: 60px; }
      .zone-sidebar.uk-open ul.uk-nav li, .zone-sidebar.uk-open ul.uk-nav .sidebar-title {
        display: flex;
        align-items: center;
        font-size: 19px; }
      .zone-sidebar.uk-open ul.uk-nav li:before, .zone-sidebar.uk-open ul.uk-nav .sidebar-title:before {
        content: "\2022";
        color: #ef4692;
        font-weight: bold;
        font-size: 30px;
        display: inline-block;
        margin-right: 14px; }
    .zone-sidebar.uk-open .uk-nav-sub {
      display: none; }
    .zone-sidebar.uk-open .sidebar-title {
      display: flex;
      align-items: center;
      font-size: 22px;
      margin-top: 0; }
      .zone-sidebar.uk-open .sidebar-title:before {
        content: "\2022";
        color: #ef4692;
        font-weight: bold;
        font-size: 30px;
        display: inline-block;
        margin-right: 14px; }
    .zone-sidebar.uk-open .zone-sidebar__overlay {
      display: block;
      width: 200%;
      height: 100%;
      background: rgba(50, 50, 50, 0.4);
      position: fixed;
      z-index: -1;
      opacity: 1; }
    .zone-sidebar.uk-open .zone-sidebar__content {
      box-sizing: border-box;
      height: 100%; }
    .zone-sidebar.uk-open .zone-sidebar__toggle {
      left: 260px; }

@media (max-width: 640px) {
    .zone-breadcrumbs {
      display: none; } }

.zone-h1 {
  margin-top: 10px; }

.zone-footer {
  background: #e5e7e4 url(../themes/rofl/assets/images/footer.png) bottom center no-repeat;
  padding: 20px;
  min-height: 160px;
  font-size: 14px;
  position: relative; }
  .zone-footer .uk-container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .zone-footer .uk-container:before, .zone-footer .uk-container:after {
      display: none; }
  .zone-footer h4 {
    font-size: 16px;
    color: #444;
    margin-bottom: 6px; }
  .zone-footer-copyright, .zone-footer-license {
    white-space: normal; }
  .zone-footer-icons {
    width: 320px; }
    .zone-footer-icons-logo {
      margin-bottom: 20px; }
      .zone-footer-icons-logo a {
        display: flex;
        justify-content: space-around;
        align-items: flex-end; }
      .zone-footer-icons-logo-heart {
        width: 70px; }
      .zone-footer-icons-logo-text {
        width: 210px; }
    .zone-footer-icons-socials {
      display: flex;
      justify-content: center;
      gap: 20px;
      width: 210px;
      margin: 0 auto; }
      .zone-footer-icons-socials img {
        width: 30px;
        transition: 0.2s; }
      .zone-footer-icons-socials img:hover {
        transform: scale(1.06); }
      .zone-footer-icons-socials a:hover {
        text-decoration: none; }
  .zone-footer-phones {
    display: flex;
    flex-direction: column; }
    .zone-footer-phones a {
      color: #444; }
      .zone-footer-phones a:hover {
        text-decoration: none; }
  .zone-footer-buttons {
    display: flex;
    flex-direction: column; }
    .zone-footer-buttons > :first-child {
      margin-bottom: 20px; }
    @media (max-width: 420px) {
  .zone-footer-buttons > * {
    padding: 0; }
  .zone-footer-buttons > :last-child {
    font-size: 13px; } }
  .zone-footer .map-image {
    width: 300px;
    position: absolute;
    box-sizing: border-box;
    top: 27px;
    left: 70px;
    padding: 4px;
    background: white; }
    .zone-footer .map-image .subtitle {
      text-align: center;
      color: #666; }
  .zone-footer .protivopokazania {
    color: #999;
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 20px; }
  @media (max-width: 1200px) {
  .zone-footer .uk-container {
    padding: 0px 8px; }
  .zone-footer-icons {
    width: 240px; }
    .zone-footer-icons-logo-heart {
      width: 50px; }
      .zone-footer-icons-logo-text {
        width: 150px; }

    .zone-footer-icons-socials img {
      width: 30px; } }
  @media (max-width: 960px) {
  .zone-footer {
    font-size: 13px;
    padding: 20px 10px; }
    .zone-footer .uk-container {
      flex-wrap: wrap; }

    .zone-footer-icons {
      width: 100%;
      margin-bottom: 20px; }
      .zone-footer-icons-logo {
        width: 400px;
        margin: 0px auto 20px; }
        .zone-footer-icons-logo-heart {
          width: 70px; }
        .zone-footer-icons-logo-text {
          width: 256px; }
      .zone-footer-icons-socials {
        width: 210px;
        margin: 0px auto; }
        .zone-footer-icons-socials img {
          width: 30px; }
          .zone-footer-icons-socials img:hover {
            transform: scale(1.06); } }
  @media (max-width: 640px) {
  .zone-footer {
    font-size: 14px; }
    .zone-footer-icons-logo {
      width: 280px; }
      .zone-footer-icons-logo-heart {
        width: 50px; }
      .zone-footer-icons-logo-text {
        width: 202px; }

    .zone-footer-address {
      width: 46%;
      text-align: right;
      margin-bottom: 20px; }

    .zone-footer-schedule {
      width: 46%;
      margin-bottom: 20px; }

    .zone-footer-phones {
      width: 46%;
      text-align: right; }

    .zone-footer-buttons {
      width: 46%;
      text-align: left; }
      .zone-footer-buttons a {
        padding: 0 0px;
        width: 156px; } }
  @media (max-width: 420px) {
  .zone-footer {
    font-size: 13px; }
    .zone-footer-buttons a {
      font-size: 13px;
      width: 140px; }

    .zone-footer .map-image {
      position: unset;
      width: 100%;
      margin-bottom: 20px; } }

.zone-offcanvas .uk-nav > li > ul {
  padding: 0; }
  .zone-offcanvas .uk-nav > li > ul > li > a:before {
    content: '- ';
    display: inline-block; }
  .zone-offcanvas .uk-nav-default > li > a {
    color: #eee;
    font-size: 18px; }

.el-expander:not(.el-expander-wrapper) {
  margin-left: -40px;
  margin-right: -40px; }
  @media (max-width: 640px) {
    .el-expander:not(.el-expander-wrapper) {
      margin-left: -20px;
      margin-right: -20px; } }
  .el-expander.el-expander-wrapper {
    margin-left: calc(50% - 1600px / 2);
    margin-right: calc(50% - 1600px / 2); }
  @media (max-width: 1600px) {
    .el-expander.el-expander-wrapper {
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw); } }

.el-anchor {
  top: -80px;
  position: relative; }

.snippet-agreement .link {
  cursor: pointer; }
  .snippet-agreement .link:hover {
    text-decoration: underline; }

.snippet-advantages h2 {
  text-align: center;
  font-size: 24px;
  color: #009640;
  position: relative;
  font-weight: 700; }
  .snippet-advantages h2:before {
    content: '';
    height: 1px;
    background-color: #7997a4;
    position: absolute;
    top: 50%;
    width: 100%;
    display: block; }
  .snippet-advantages h2 span {
    background-color: #fff;
    position: relative;
    padding: 0px 30px; }
  .snippet-advantages h3 {
    text-transform: uppercase;
    font-size: 30px;
    padding: 20px;
    text-align: center;
    color: white !important;
    position: relative;
    background-image: linear-gradient(90deg, rgba(239, 70, 146, 0), rgba(239, 70, 146, 1), rgba(239, 70, 146, 1), rgba(239, 70, 146, 0)); }
  .snippet-advantages h3:after {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -16px;
    border-top: 1px solid #ef4692;
    border-bottom: 2px solid #009640; }
  .snippet-advantages .cards {
    padding: 40px 0px 30px;
    display: flex;
    justify-content: space-around;
    text-transform: uppercase; }
  .snippet-advantages .cards .card {
    display: flex;
    padding: 0px 20px;
    width: 20%;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center; }
    .snippet-advantages .cards .card img {
      margin-bottom: 20px; }
    .snippet-advantages .cards .card .subtitle {
      padding-bottom: 20px;
      line-height: 1.1;
      font-size: 16px;
      color: #666; }
    .snippet-advantages .cards .card .title {
      border-top: 1px solid #009640;
      padding-top: 20px;
      font-size: 20px;
      line-height: 1.1;
      width: 100%; }
  @media (max-width: 1200px) {
  .snippet-advantages h3 {
    font-size: 28px; }
  .snippet-advantages .cards .card .subtitle {
    font-size: 14px; }
    .snippet-advantages .cards .card .title {
      font-size: 17px;
      white-space: nowrap; } }
  @media (max-width: 960px) {
  .snippet-advantages h3 {
    font-size: 24px; }
  .snippet-advantages .cards {
    flex-wrap: wrap; }
    .snippet-advantages .cards .card {
      width: 32%;
      margin-bottom: 42px; }
      .snippet-advantages .cards .card .subtitle {
        font-size: 14px;
        padding-bottom: 10px; }
      .snippet-advantages .cards .card .title {
        padding-top: 10px;
        font-size: 17px;
        white-space: nowrap; } }
  @media (max-width: 640px) {
  .snippet-advantages h2 {
    font-size: 20px; }
  .snippet-advantages h3 {
    font-size: 22px; }
  .snippet-advantages br {
    display: none; }
  .snippet-advantages .cards .card {
    width: 100%;
    margin-bottom: 42px;
    flex-direction: row;
    text-align: left;
    justify-content: flex-start; }
    .snippet-advantages .cards .card .text-wrapper {
      padding-left: 40px;
      padding-right: 20px;
      box-sizing: border-box;
      width: 100%; }

    .snippet-advantages .cards .card .subtitle {
      font-size: 14px;
      padding-bottom: 10px; }

    .snippet-advantages .cards .card .title {
      padding-top: 10px;
      font-size: 17px;
      white-space: normal; }

    .snippet-advantages .cards .card:nth-child(even) {
      flex-direction: row-reverse;
      text-align: right; }
      .snippet-advantages .cards .card:nth-child(even) .text-wrapper {
        padding-right: 40px;
        padding-left: 20px; } }
  @media (max-width: 420px) {
  .snippet-advantages h3 {
    font-size: 17px; }
  .snippet-advantages .cards .card {
    margin-bottom: 32px;
    padding: 0px 10px; }
    .snippet-advantages .cards .card img {
      width: 90px; }

    .snippet-advantages .cards .card .text-wrapper {
      padding-left: 20px;
      padding-right: 10px; }

    .snippet-advantages .cards .card .subtitle {
      font-size: 12px; }

    .snippet-advantages .cards .card .title {
      font-size: 16px; }

    .snippet-advantages .cards .card:nth-child(even) .text-wrapper {
      padding-right: 20px;
      padding-left: 10px; } }

.snippet-front-slider .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }
  .snippet-front-slider .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }
  .snippet-front-slider .swiper-slide {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /*
     &-0 {
     div {
     display: none;
     background-size: cover;
     height: 400px;
     background-position: center;
     background-repeat: no-repeat;
     }
     @media (max-width: 420px) { div.w480 { height: 340px } }
     @media (max-width: 880px) { div.w480 {display: block;} }
     @media (min-width: 879px) and (max-width: 1040px) { div.w640 {display: block;} }
     @media (min-width: 1039px) and (max-width: 1360px) { div.w960 {display: block;} }
     @media (min-width: 1359px) { div.full {display: block;} }
     }
     &-1 {
     background-image: url(../images/snippets/front-slider/1.jpg);
     }
     &-2 {
     text-align: center;
     }
     */ }
  .snippet-front-slider .swiper-slide .uk-container {
    height: 100%;
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    padding: 20px 40px; }
    .snippet-front-slider .swiper-slide .uk-container:before, .snippet-front-slider .swiper-slide .uk-container:after {
      display: none; }
    .snippet-front-slider .swiper-slide .uk-container h2, .snippet-front-slider .swiper-slide .uk-container h3 {
      color: white;
      background-color: rgba(0, 0, 0, 0.4);
      padding: 20px;
      margin: 0;
      text-transform: uppercase;
      text-align: center; }
    .snippet-front-slider .swiper-slide .uk-container h2 {
      font-size: 42px;
      width: 600px; }
    .snippet-front-slider .swiper-slide .uk-container h3 {
      padding: 10px;
      align-self: auto; }
  @media (max-width: 1200px) {
  .snippet-front-slider .swiper-slide-1 {
    background-position: left; } }
  @media (max-width: 960px) {
  .snippet-front-slider .swiper-slide .uk-container h2 {
    width: 460px;
    font-size: 36px; }
    .snippet-front-slider .swiper-slide .uk-container h3 {
      font-size: 20px; } }
  @media (max-width: 640px) {
  .snippet-front-slider .swiper-slide {
    background-position: -100px; }
    .snippet-front-slider .swiper-slide .uk-container h2, .snippet-front-slider .swiper-slide .uk-container h3 {
      width: 100%;
      box-sizing: border-box; }
      .snippet-front-slider .swiper-slide .uk-container h2 {
        font-size: 32px; }
      .snippet-front-slider .swiper-slide .uk-container h3 {
        font-size: 18px; }
        .snippet-front-slider .swiper-slide .uk-container h3:first-of-type {
          width: unset; } }
  @media (max-width: 420px) {
  .snippet-front-slider .swiper-slide .uk-container h2 {
    font-size: 24px;
    line-height: 1.1; }
    .snippet-front-slider .swiper-slide .uk-container h3 {
      font-size: 16px; } }

.snippet-services-list h3 {
  text-transform: uppercase;
  font-size: 36px;
  font-style: italic;
  padding: 6px;
  text-align: center;
  color: white !important;
  position: relative;
  font-weight: 700;
  background-image: linear-gradient(90deg, rgba(0, 150, 64, 0), rgba(0, 150, 64, 1), rgba(0, 150, 64, 1), rgba(0, 150, 64, 0)); }
  .snippet-services-list h3:after {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -16px;
    border-top: 2px solid #009640;
    border-bottom: 1px solid #ef4692; }
  .snippet-services-list ul {
    list-style: none;
    padding: 30px 0px;
    column-count: 2;
    width: 900px;
    margin: 0px auto; }
  .snippet-services-list ul li {
    font-size: 22px;
    line-height: 0.9;
    margin-bottom: 10px;
    padding: 10px 0px 10px 40px;
    background: url(../themes/rofl/assets/images/check.png) no-repeat left;
    -webkit-column-break-inside: avoid;
    /* Chrome, Safari */
    page-break-inside: avoid;
    /* Theoretically FF 20+ */
    break-inside: avoid-column; }
    .snippet-services-list ul li span {
      font-size: 14px; }
  @media (max-width: 960px) {
  .snippet-services-list h3 {
    font-size: 28px; }
  .snippet-services-list ul {
    width: 100%;
    column-count: 1; } }
  @media (max-width: 640px) {
  .snippet-services-list h3 {
    font-size: 20px; }
  .snippet-services-list ul li {
    font-size: 18px; } }

.snippet-services-map > ul {
  column-count: 3; }
  .snippet-services-map > ul > li {
    -webkit-column-break-inside: avoid;
    /* Chrome, Safari */
    page-break-inside: avoid;
    /* Theoretically FF 20+ */
    break-inside: avoid-column; }
    .snippet-services-map > ul > li a {
      color: #444; }
    .snippet-services-map > ul > li > a {
      font-size: 20px; }
    .snippet-services-map > ul > li > ul {
      list-style: disc; }
  @media (max-width: 960px) {
    .snippet-services-map > ul {
      column-count: 2; } }
  @media (max-width: 640px) {
    .snippet-services-map > ul {
      column-count: 1; } }

.snippet-services {
  margin-right: -10px;
  margin-bottom: 40px; }
  .snippet-services h2 {
    text-align: center;
    text-transform: uppercase;
    color: #009640;
    font-weight: 300;
    font-size: 26px; }
  .snippet-services-wrapper {
    column-count: 3;
    column-gap: 32px; }
  .snippet-services-wrapper-block {
    -webkit-column-break-inside: avoid;
    /* Chrome, Safari */
    page-break-inside: avoid;
    /* Theoretically FF 20+ */
    break-inside: avoid-column; }
    .snippet-services-wrapper-block h4 {
      height: 40px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 8px 0px 12px 40px;
      list-style: none;
      background-repeat: no-repeat;
      background-position-y: 10px;
      font-weight: bold;
      font-size: 17px; }
      .snippet-services-wrapper-block h4.review {
        background-image: url('../themes/rofl/assets/images/snippets/services/review.png'); }
      .snippet-services-wrapper-block h4.certificate {
        background-image: url('../themes/rofl/assets/images/snippets/services/certificate.png'); }
      .snippet-services-wrapper-block h4.diagnostics {
        background-image: url('../themes/rofl/assets/images/snippets/services/diagnostics.png'); }
      .snippet-services-wrapper-block h4.analysis {
        background-image: url('../themes/rofl/assets/images/snippets/services/analysis.png'); }
      .snippet-services-wrapper-block h4.doctor {
        background-image: url('../themes/rofl/assets/images/snippets/services/doctor.png'); }
      .snippet-services-wrapper-block h4.vaccination {
        background-image: url('../themes/rofl/assets/images/snippets/services/vaccination.png'); }
      .snippet-services-wrapper-block h4.dna {
        background-image: url('../themes/rofl/assets/images/snippets/services/dna.png'); }
      .snippet-services-wrapper-block h4.massage {
        background-image: url('../themes/rofl/assets/images/snippets/services/massage.png'); }
  .snippet-services ul {
    padding: 0px; }
  .snippet-services ul li {
    line-height: 1.1;
    margin-left: 40px;
    margin-bottom: 20px;
    font-size: 15px; }
    .snippet-services ul li a {
      color: #444; }
    .snippet-services ul li a:hover {
      text-decoration: none; }
  @media (max-width: 1200px) {
  .snippet-services {
    margin-right: 0; }
    .snippet-services-wrapper {
      column-count: unset; }
      .snippet-services-wrapper-block {
        border-bottom: 1px solid #ef4692; }
        .snippet-services-wrapper-block h4 {
          margin-bottom: 0; }
        .snippet-services-wrapper-block ul {
          column-count: 3;
          margin-top: 4px; }
          .snippet-services-wrapper-block ul li {
            font-size: 16px;
            -webkit-column-break-inside: avoid;
            /* Chrome, Safari */
            page-break-inside: avoid;
            /* Theoretically FF 20+ */
            break-inside: avoid-column; } }
  @media (max-width: 960px) {
  .snippet-services h2 {
    font-size: 22px; }
  .snippet-services-wrapper-block ul {
    column-count: 2; }
    .snippet-services-wrapper-block ul li {
      font-size: 16px; } }
  @media (max-width: 640px) {
  .snippet-services h2 {
    font-size: 20px; }
  .snippet-services-wrapper-block ul li {
    font-size: 14px;
    margin-left: 16px; } }
  @media (max-width: 420px) {
  .snippet-services-wrapper-block ul {
    column-count: 1; } }

.snippet-partners h2 {
  text-align: center;
  text-transform: uppercase;
  color: #009640;
  font-weight: 300;
  font-size: 26px;
  margin-bottom: 0; }
  .snippet-partners .swiper-wrapper {
    align-items: flex-end; }
  .snippet-partners .swiper-wrapper img {
    padding: 10px 40px 40px; }
  @media (max-width: 1200px) {
  .snippet-partners .swiper-wrapper img {
    padding: 32px; } }
  @media (max-width: 960px) {
  .snippet-partners h2 {
    font-size: 28px; }
  .snippet-partners .swiper-wrapper img {
    padding: 30px; } }
  @media (max-width: 640px) {
  .snippet-partners h2 {
    font-size: 24px; }
  .snippet-partners .swiper-wrapper img {
    padding-top: 20px; } }

.snippet-SR-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .snippet-SR-cards-record {
    width: 49%;
    border: 1px solid #dedddd;
    background: #e5e7e4;
    box-shadow: 1px 1px 10px -3px rgba(0, 1, 0, 1);
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .snippet-SR-cards-record h2 {
    color: black;
    font-weight: bold;
    font-size: 18px;
    text-align: center; }
  .snippet-SR-cards-record a:not(.uk-button) {
    color: black; }
    .snippet-SR-cards-record a:not(.uk-button):hover {
      text-decoration: none; }
  .snippet-SR-cards-record .wrapper-top, .snippet-SR-cards-record .wrapper-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .snippet-SR-cards-record .wrapper-top {
    margin-bottom: 20px;
    flex: 1; }
  .snippet-SR-cards-record .wrapper-bottom {
    align-items: flex-end; }
  .snippet-SR-cards-record-preview {
    width: 43%;
    margin-right: 2%; }
  .snippet-SR-cards-record-short {
    width: 55%; }
  @media (max-width: 1200px) {
  .snippet-SR-cards h2 {
    min-height: 50px; }
  .snippet-SR-cards-record-preview {
    width: 80%;
    display: block;
    margin: 0 auto 16px; }
    .snippet-SR-cards-record-preview img {
      width: 100%; }

    .snippet-SR-cards-record-short {
      width: 100%; } }
  @media (max-width: 960px) {
  .snippet-SR-cards-record {
    width: 48%; }
    .snippet-SR-cards-record-preview {
      width: 100%; }

    .snippet-SR-cards-record-date {
      margin-bottom: 10px; } }
  @media (max-width: 640px) {
  .snippet-SR-cards-record {
    width: 100%; }
    .snippet-SR-cards-record-preview {
      width: 50%;
      margin-right: 3%; }

    .snippet-SR-cards-record-short {
      width: 47%; }

    .snippet-SR-cards-record-date {
      margin-bottom: 0px; } }
  @media (max-width: 540px) {
  .snippet-SR-cards h2 {
    min-height: unset; }
  .snippet-SR-cards-record {
    width: 100%;
    padding: 12px; }
    .snippet-SR-cards-record h2 {
      font-size: 16px; }

    .snippet-SR-cards-record-short {
      width: 100%;
      font-size: 14px; }

    .snippet-SR-cards-record-preview {
      width: 100%;
      margin-right: 0;
      margin-bottom: 12px; }

    .snippet-SR-cards-record-date {
      margin-bottom: 10px; } }

.snippet-fancyslider h2 {
  text-align: center;
  font-size: 24px;
  color: #009640;
  position: relative;
  font-weight: 700; }
  .snippet-fancyslider h2:before {
    content: '';
    height: 1px;
    background-color: #7997a4;
    position: absolute;
    top: 50%;
    width: 100%;
    display: block; }
  .snippet-fancyslider h2 span {
    background-color: #fff;
    position: relative;
    padding: 0px 30px; }
  .snippet-fancyslider .swiper-container {
    width: 1100px;
    margin: 20px auto; }
  @media (max-width: 1200px) {
    .snippet-fancyslider .swiper-container {
      width: auto; } }
  .snippet-fancyslider .swiper-slide {
    display: flex;
    justify-content: center; }

.fancybox-bg {
  background: rgba(0, 0, 0, 0.5); }

.fancybox-content {
  border: 6px solid white;
  box-sizing: border-box;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.9); }

.fancybox-close-small {
  right: -44px; }

.snippet-physician-cards {
  display: flex;
  flex-wrap: wrap; }
  .snippet-physician-cards .physician {
    box-sizing: border-box;
    background-color: #cef1f6;
    text-align: center;
    padding: 20px 30px 30px;
    transition: 0.2s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; }
  .snippet-physician-cards .physician .wrapper {
    display: flex;
    flex-direction: column;
    flex: 1; }
  .snippet-physician-cards .physician:hover {
    background-color: #ecfdff; }
    .snippet-physician-cards .physician:hover a {
      text-decoration: none; }
    .snippet-physician-cards .physician:hover .surname, .snippet-physician-cards .physician:hover .name {
      color: #009640; }
  .snippet-physician-cards .physician .preview-wrapper {
    height: 310px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (max-width: 1200px) {
    .snippet-physician-cards .physician .preview-wrapper {
      height: calc(20vw + 100px); } }
    @media (max-width: 960px) {
    .snippet-physician-cards .physician .preview-wrapper {
      height: calc(40vw + 100px); } }
    @media (max-width: 640px) {
    .snippet-physician-cards .physician .preview-wrapper {
      background: none;
      height: unset; } }
  .snippet-physician-cards .physician .preview {
    max-width: 100%;
    width: 100%;
    display: block;
    border-radius: 3px 3px 0px 0px; }
  .snippet-physician-cards .physician .description {
    border-radius: 0px 0px 3px 3px;
    background-color: #009640;
    min-height: 40px;
    color: #fff;
    font-size: 18px;
    padding: 12px 8px;
    line-height: 1.1;
    position: relative;
    top: -20px;
    font-size: 16px; }
  .snippet-physician-cards .physician .surname {
    font-size: 22px;
    color: #333;
    font-weight: 700;
    transition: 0.2s; }
  .snippet-physician-cards .physician .name {
    font-size: 18px;
    color: #333;
    font-weight: 700;
    transition: 0.2s;
    flex: 1;
    margin-bottom: 10px; }
  .snippet-physician-cards .physician .abovename {
    margin-bottom: 10px; }
  .snippet-physician-cards .physician .experience {
    margin: 20px 0px;
    margin-top: 0;
    text-align: right;
    color: #333;
    white-space: nowrap; }
    .snippet-physician-cards .physician .experience span {
      padding: 6px 10px;
      background-color: #e5ffff;
      font-weight: 700;
      border-radius: 4px;
      margin-left: 10px; }
  @media (max-width: 480px) {
  .snippet-physician-cards {
    justify-content: center; }
    .snippet-physician-cards .physician {
      padding: 20px; } }

.snippet-physician-testimonial h3 {
  color: #339 !important;
  margin: 20px 0;
  font-size: 22px; }

.snippet-countto {
  /*    float: left;*/
  padding: 2px;
  border: solid 1px #ef4692;
  border-radius: 5px;
  background: #527f40;
  background: linear-gradient(#ef4692, #d84285);
  background: -webkit-linear-gradient(#ef4692, #d84285);
  background: -ms-linear-gradient(#ef4692, #d84285);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  display: block;
  width: 132px;
  height: 30px;
  margin: 5px auto; }

.snippet-countto span {
  float: left;
  width: 22px;
  height: 30px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  font-size: 0.0001em;
  background-image: url(../themes/rofl/assets/images/snippets/countto/digits.png); }
/* Set all the background positions, and hook up all the animations */
.snippet-countto .digit-0 {
  background-position: 0 -300px;
  animation-name: digitSpin0;
  animation-duration: 3s;
  animation-iteration-count: 1;
  -webkit-animation-name: digitSpin0;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-name: digitSpin0;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: 1; }

.snippet-countto .digit-1 {
  background-position: 0 -30px;
  animation-name: digitSpin1;
  animation-duration: 3s;
  animation-iteration-count: 1;
  -webkit-animation-name: digitSpin1;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-name: digitSpin0;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: 1; }

.snippet-countto .digit-2 {
  background-position: 0 -60px;
  animation-name: digitSpin2;
  animation-duration: 3s;
  animation-iteration-count: 1;
  -webkit-animation-name: digitSpin2;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-name: digitSpin2;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: 1; }

.snippet-countto .digit-3 {
  background-position: 0 -90px;
  animation-name: digitSpin3;
  animation-duration: 3s;
  animation-iteration-count: 1;
  -webkit-animation-name: digitSpin3;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-name: digitSpin3;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: 1; }

.snippet-countto .digit-4 {
  background-position: 0 -120px;
  animation-name: digitSpin4;
  animation-duration: 3s;
  animation-iteration-count: 1;
  -webkit-animation-name: digitSpin4;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-name: digitSpin4;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: 1; }

.snippet-countto .digit-5 {
  background-position: 0 -150px;
  animation-name: digitSpin5;
  animation-duration: 3s;
  animation-iteration-count: 1;
  -webkit-animation-name: digitSpin5;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-name: digitSpin5;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: 1; }

.snippet-countto .digit-6 {
  background-position: 0 -180px;
  animation-name: digitSpin6;
  animation-duration: 3s;
  animation-iteration-count: 1;
  -webkit-animation-name: digitSpin6;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-name: digitSpin6;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: 1; }

.snippet-countto .digit-7 {
  background-position: 0 -210px;
  animation-name: digitSpin7;
  animation-duration: 3s;
  animation-iteration-count: 1;
  -webkit-animation-name: digitSpin7;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-name: digitSpin7;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: 1; }

.snippet-countto .digit-8 {
  background-position: 0 -240px;
  animation-name: digitSpin8;
  animation-duration: 3s;
  animation-iteration-count: 1;
  -webkit-animation-name: digitSpin8;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-name: digitSpin8;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: 1; }

.snippet-countto .digit-9 {
  background-position: 0 -270px;
  animation-name: digitSpin9;
  animation-duration: 3s;
  animation-iteration-count: 1;
  -webkit-animation-name: digitSpin9;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-name: digitSpin9;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: 1; }
/* Animation */
@keyframes digitSpin0 {
  from {
    background-position: 0 0; }

  to {
    background-position: 0 -300px; } }

@keyframes digitSpin1 {
  from {
    background-position: 0 0; }

  to {
    background-position: 0 -30px; } }

@keyframes digitSpin2 {
  from {
    background-position: 0 0; }

  to {
    background-position: 0 -60px; } }

@keyframes digitSpin3 {
  from {
    background-position: 0 0; }

  to {
    background-position: 0 -90px; } }

@keyframes digitSpin4 {
  from {
    background-position: 0 0; }

  to {
    background-position: 0 -120px; } }

@keyframes digitSpin5 {
  from {
    background-position: 0 0; }

  to {
    background-position: 0 -150px; } }

@keyframes digitSpin6 {
  from {
    background-position: 0 0; }

  to {
    background-position: 0 -180px; } }

@keyframes digitSpin7 {
  from {
    background-position: 0 0; }

  to {
    background-position: 0 -210px; } }

@keyframes digitSpin8 {
  from {
    background-position: 0 0; }

  to {
    background-position: 0 -240px; } }

@keyframes digitSpin9 {
  from {
    background-position: 0 0; }

  to {
    background-position: 0 -270px; } }
/* Animation for Webkit */
@-webkit-keyframes digitSpin0 {
  from {
    background-position: 0 0; }

  to {
    background-position: 0 -300px; } }

@-webkit-keyframes digitSpin1 {
  from {
    background-position: 0 0; }

  to {
    background-position: 0 -30px; } }

@-webkit-keyframes digitSpin2 {
  from {
    background-position: 0 0; }

  to {
    background-position: 0 -60px; } }

@-webkit-keyframes digitSpin3 {
  from {
    background-position: 0 0; }

  to {
    background-position: 0 -90px; } }

@-webkit-keyframes digitSpin4 {
  from {
    background-position: 0 0; }

  to {
    background-position: 0 -120px; } }

@-webkit-keyframes digitSpin5 {
  from {
    background-position: 0 0; }

  to {
    background-position: 0 -150px; } }

@-webkit-keyframes digitSpin6 {
  from {
    background-position: 0 0; }

  to {
    background-position: 0 -180px; } }

@-webkit-keyframes digitSpin7 {
  from {
    background-position: 0 0; }

  to {
    background-position: 0 -210px; } }

@-webkit-keyframes digitSpin8 {
  from {
    background-position: 0 0; }

  to {
    background-position: 0 -240px; } }

@-webkit-keyframes digitSpin9 {
  from {
    background-position: 0 0; }

  to {
    background-position: 0 -270px; } }
/* Animation for Gecko (Firefox) */
@-moz-keyframes digitSpin0 {
  from {
    background-position: 0 0; }

  to {
    background-position: 0 -300px; } }

@-moz-keyframes digitSpin1 {
  from {
    background-position: 0 0; }

  to {
    background-position: 0 -30px; } }

@-moz-keyframes digitSpin2 {
  from {
    background-position: 0 0; }

  to {
    background-position: 0 -60px; } }

@-moz-keyframes digitSpin3 {
  from {
    background-position: 0 0; }

  to {
    background-position: 0 -90px; } }

@-moz-keyframes digitSpin4 {
  from {
    background-position: 0 0; }

  to {
    background-position: 0 -120px; } }

@-moz-keyframes digitSpin5 {
  from {
    background-position: 0 0; }

  to {
    background-position: 0 -150px; } }

@-moz-keyframes digitSpin6 {
  from {
    background-position: 0 0; }

  to {
    background-position: 0 -180px; } }

@-moz-keyframes digitSpin7 {
  from {
    background-position: 0 0; }

  to {
    background-position: 0 -210px; } }

@-moz-keyframes digitSpin8 {
  from {
    background-position: 0 0; }

  to {
    background-position: 0 -240px; } }

@-moz-keyframes digitSpin9 {
  from {
    background-position: 0 0; }

  to {
    background-position: 0 -270px; } }

.snippet-reception_form {
  width: 420px; }
  @media (max-width: 640px) {
  .snippet-reception_form {
    width: 90%;
    margin: 0 auto; } }

.snippet-infoblock img {
  width: 100%;
  display: none; }
  @media (min-width: 961px) {
  .snippet-infoblock .l {
    display: inline-block; } }
  @media (max-width: 960px) and (min-width: 641px) {
  .snippet-infoblock .m {
    display: inline-block; } }
  @media (max-width: 640px) {
  .snippet-infoblock .s {
    display: inline-block; } }

.snippet-vacancies .item {
  border-bottom: 1px solid #009640; }
  .snippet-vacancies .item .title {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    font-weight: bold;
    cursor: pointer;
    color: #009640; }
    @media (max-width: 620px) {
    .snippet-vacancies .item .title {
      display: block; } }
    .snippet-vacancies .item .title:hover {
      background-color: #e5e7e4; }
  .snippet-vacancies .item .name {
    color: #009640; }
  .snippet-vacancies .item .description {
    color: #666; }
  .snippet-vacancies .item .content {
    display: none;
    padding: 10px;
    background-color: #eee; }
  .snippet-vacancies .item.openned .title {
    background-color: #e5e7e4; }
  .snippet-vacancies .item.openned .content {
    display: block; }

.snippet-review_form {
  display: flex;
  gap: 15px;
  flex-direction: column; }

.snippet-servicesbox {
  margin-block: 2rem; }
  .snippet-servicesbox h2 {
    text-align: center;
    font-weight: bold; }
  .snippet-servicesbox .cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px; }
  @media (max-width: 960px) {
    .snippet-servicesbox .cards {
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 480px) {
    .snippet-servicesbox .cards {
      grid-template-columns: repeat(2, 1fr); } }

.modal-agreement .uk-modal-dialog {
  width: 800px; }
  @media (max-width: 420px) {
    .modal-agreement .uk-modal-footer {
      padding: 15px 0px;
      display: flex;
      justify-content: space-around; } }

#BackcallForm_forms_flash {
  display: none; }

.BackcallForm_forms_flash {
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 99999;
  transform: translateX(-50%);
  width: 100%;
  max-width: 600px; }

.t-ww {
  word-wrap: break-word;
  word-break: break-word; }

.border-none {
  border: 0; }

.pos-r {
  position: relative !important; }

.pos-a {
  position: absolute !important; }

.pos-f {
  position: fixed !important; }

.w-sm {
  width: 25% !important; }

.w-md {
  width: 50% !important; }

.w-lg {
  width: 75% !important; }

.w-full {
  width: 100% !important; }

.w-50 {
  width: 50px !important; }

.w-100 {
  width: 100px !important; }

.w-120 {
  width: 120px !important; }

.w-130 {
  width: 130px !important; }

.w-140 {
  width: 140px !important; }

.w-150 {
  width: 150px !important; }

.w-200 {
  width: 200px !important; }

.w-300 {
  width: 300px !important; }

.w-350 {
  width: 350px !important; }

.m-a-0 {
  margin: 0 !important; }

.m-t-0 {
  margin-top: 0 !important; }

.m-r-0 {
  margin-right: 0 !important; }

.m-b-0 {
  margin-bottom: 0 !important; }

.m-l-0 {
  margin-left: 0 !important; }

.m-a {
  margin: 20px !important; }

.m-t {
  margin-top: 20px !important; }

.m-r {
  margin-right: 20px !important; }

.m-b {
  margin-bottom: 20px !important; }

.m-l {
  margin-left: 20px !important; }

.m-x {
  margin-right: 20px !important;
  margin-left: 20px !important; }

.m-y {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.m-a-xs {
  margin: 5px !important; }

.m-t-xs {
  margin-top: 5px !important; }

.m-r-xs {
  margin-right: 5px !important; }

.m-b-xs {
  margin-bottom: 5px !important; }

.m-l-xs {
  margin-left: 5px !important; }

.m-x-xs {
  margin-right: 5px !important;
  margin-left: 5px !important; }

.m-y-xs {
  margin-top: 5px !important;
  margin-bottom: 5px !important; }

.m-a-sm {
  margin: 10px !important; }

.m-t-sm {
  margin-top: 10px !important; }

.m-r-sm {
  margin-right: 10px !important; }

.m-b-sm {
  margin-bottom: 10px !important; }

.m-l-sm {
  margin-left: 10px !important; }

.m-x-sm {
  margin-right: 10px !important;
  margin-left: 10px !important; }

.m-y-sm {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.m-a-md {
  margin: 30px !important; }

.m-t-md {
  margin-top: 30px !important; }

.m-r-md {
  margin-right: 30px !important; }

.m-b-md {
  margin-bottom: 30px !important; }

.m-l-md {
  margin-left: 30px !important; }

.m-x-md {
  margin-right: 30px !important;
  margin-left: 30px !important; }

.m-y-md {
  margin-top: 30px !important;
  margin-bottom: 30px !important; }

.m-a-lg {
  margin: 60px !important; }

.m-t-lg {
  margin-top: 60px !important; }

.m-r-lg {
  margin-right: 60px !important; }

.m-b-lg {
  margin-bottom: 60px !important; }

.m-l-lg {
  margin-left: 60px !important; }

.m-x-lg {
  margin-right: 60px !important;
  margin-left: 60px !important; }

.m-y-lg {
  margin-top: 60px !important;
  margin-bottom: 60px !important; }

.p-a-0 {
  padding: 0 !important; }

.p-t-0 {
  padding-top: 0 !important; }

.p-r-0 {
  padding-right: 0 !important; }

.p-b-0 {
  padding-bottom: 0 !important; }

.p-l-0 {
  padding-left: 0 !important; }

.p-a {
  padding: 20px !important; }

.p-t {
  padding-top: 20px !important; }

.p-r {
  padding-right: 20px !important; }

.p-b {
  padding-bottom: 20px !important; }

.p-l {
  padding-left: 20px !important; }

.p-x {
  padding-right: 20px !important;
  padding-left: 20px !important; }

.p-y {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.p-a-xs {
  padding: 5px !important; }

.p-t-xs {
  padding-top: 5px !important; }

.p-r-xs {
  padding-right: 5px !important; }

.p-b-xs {
  padding-bottom: 5px !important; }

.p-l-xs {
  padding-left: 5px !important; }

.p-x-xs {
  padding-right: 5px !important;
  padding-left: 5px !important; }

.p-y-xs {
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

.p-a-sm {
  padding: 10px !important; }

.p-t-sm {
  padding-top: 10px !important; }

.p-r-sm {
  padding-right: 10px !important; }

.p-b-sm {
  padding-bottom: 10px !important; }

.p-l-sm {
  padding-left: 10px !important; }

.p-x-sm {
  padding-right: 10px !important;
  padding-left: 10px !important; }

.p-y-sm {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.p-a-md {
  padding: 30px !important; }

.p-t-md {
  padding-top: 30px !important; }

.p-r-md {
  padding-right: 30px !important; }

.p-b-md {
  padding-bottom: 30px !important; }

.p-l-md {
  padding-left: 30px !important; }

.p-x-md {
  padding-right: 30px !important;
  padding-left: 30px !important; }

.p-y-md {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

.p-a-lg {
  padding: 60px !important; }

.p-t-lg {
  padding-top: 60px !important; }

.p-r-lg {
  padding-right: 60px !important; }

.p-b-lg {
  padding-bottom: 60px !important; }

.p-l-lg {
  padding-left: 60px !important; }

.p-x-lg {
  padding-right: 60px !important;
  padding-left: 60px !important; }

.p-y-lg {
  padding-top: 60px !important;
  padding-bottom: 60px !important; }

.oc-text-bordered {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 4px solid #ef4692;
  border-bottom: 4px solid #ef4692;
  background-color: #f0faff; }

body.layout-default {
  overflow-x: hidden;
  background-color: #e1f5fe; }
  body.layout-default .layout-default__wrapper {
    max-width: 1600px;
    margin: auto; }
  @media (max-width: 576px) {
  body.layout-default h1 {
    font-size: 7vw; } }
  body.layout-default em {
    color: #444; }
  body.layout-default h1, body.layout-default h2, body.layout-default h3, body.layout-default h4, body.layout-default h6, body.layout-default .uk-h1, body.layout-default .uk-h2, body.layout-default .uk-h3, body.layout-default .uk-h4, body.layout-default .uk-h5, body.layout-default .uk-h6 {
    color: #009640; }
  body.layout-default h1 strong {
    font-size: 26px;
    color: #ef4692; }
  @media (max-width: 640px) {
    body.layout-default h1 strong {
      font-size: 20px; } }
  body.layout-default h5 {
    margin-top: 0;
    color: #ef4692;
    font-size: 22px; }
  @media (max-width: 640px) {
    body.layout-default h5 {
      font-size: 18px; } }
  body.layout-default h2 {
    font-size: 30px;
    margin-top: 0; }
  body.layout-default h2 strong {
    color: #333;
    font-weight: 300; }
    body.layout-default h2 strong em {
      color: #ef4692;
      font-style: normal; }
  @media (max-width: 1200px) {
    body.layout-default h2 {
      margin-bottom: 10px;
      font-size: 28px; } }
  @media (max-width: 960px) {
    body.layout-default h2 {
      margin-bottom: 6px;
      font-size: 24px; } }
  @media (max-width: 640px) {
    body.layout-default h2 {
      font-size: 20px; } }
  body.layout-default video {
    width: 70%;
    margin: 0px auto;
    display: block; }
  @media (max-width: 576px) {
    body.layout-default video {
      width: 100%; } }
  body.layout-default .BackcallForm_forms_flash .uk-alert-success {
    background: #bfde8c;
    color: #003f03;
    border: 1px solid #06981c;
    border-radius: 10px;
    box-shadow: 1px 1px 1px rgba(81, 128, 14, 0.7); }
  body.layout-default .uk-overflow-auto table thead th {
    background-color: #ef4692;
    color: #fff;
    font-weight: 700; }
  body.layout-default .uk-overflow-auto table th, body.layout-default .uk-overflow-auto table td {
    padding: 6px 10px;
    text-align: left;
    border-bottom: 1px solid #333;
    width: 100%;
    min-width: 100px; }

#special .avtor {
  opacity: 0.2; }

body.page-article .zone-main .article img {
  float: left;
  padding-right: 24px; }
  @media (max-width: 960px) {
  body.page-article .zone-main .article .preview_image {
    width: 50%; } }
  @media (max-width: 540px) {
  body.page-article .zone-main .article .preview_image {
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px; } }

body.page-akciya .zone-main .akciya img {
  width: 100%; }

body.page-price .zone-page table {
  max-width: 700px; }
  body.page-price .zone-page table th, body.page-price .zone-page table td {
    padding: 6px 10px;
    text-align: left;
    border-bottom: 1px solid #333;
    width: auto;
    min-width: 100px; }
  body.page-price .zone-page table thead th {
    background-color: #ef4692;
    color: #fff;
    font-weight: 700; }

.page-physician h4 {
  text-transform: uppercase; }
  .page-physician > :first-child .wrapper {
    max-width: 320px; }
  .page-physician > :first-child .preview {
    border-radius: 3px 3px 0px 0px; }
  .page-physician > :first-child .description {
    text-align: center;
    border-radius: 0px 0px 3px 3px;
    background-color: #009640;
    color: #fff;
    font-size: 18px;
    padding: 12px 8px;
    line-height: 1.1;
    position: relative;
    top: -20px; }
  .page-physician > :first-child .experience {
    text-align: center; }
    .page-physician > :first-child .experience span {
      font-weight: bold; }
  @media (max-width: 960px) {
  .page-physician > :first-child .description {
    font-size: 16px; } }

body.page-uslugi .snippet-services-map > ul > li > a {
  color: #ef4692; }
  body.page-uslugi a[href*="/zapisatsya-na-diagnostiku"] {
    color: #ef4692; }

body.page-search .zone-page .ss-result {
  display: flex; }
  body.page-search .zone-page .ss-result__aside {
    margin-right: 20px; }
  body.page-search .zone-page .ss-result__badge {
    display: none; }
