@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400&subset=cyrillic,cyrillic-ext,latin-ext");
@keyframes dragandrelease {
  from, to {
    transform: translate3d(0, 0, 0); }
  45% {
    transform: translateY(0); }
  60% {
    transform: translateY(60px); }
  80% {
    transform: translateY(60px); }
  95% {
    transform: translateY(0); } }

@media only screen and (max-width: 767px) {
  @keyframes dragandrelease {
    from, to {
      transform: translate3d(0, 0, 0); }
    45% {
      transform: translateY(0); }
    60% {
      transform: translateY(20px); }
    80% {
      transform: translateY(20px); }
    95% {
      transform: translateY(0); } } }

@font-face {
  font-family: "Futura Medium";
  src: url("../fonts/Futura-Medium.woff2") format("woff2"), url("../fonts/Futura-Medium.woff") format("woff"), url("../fonts/Futura-Medium.ttf") format("truetype"); }

@font-face {
  font-family: "Open Sans SemiBold";
  src: url("../fonts/OpenSans-SemiBold.woff") format("woff"); }

html[lang="ru-RU"] *:not(.fa) {
  font-family: "Open Sans SemiBold", sans-serif !important; }

html {
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased; }

body {
  height: 100%;
  padding: 0;
  margin: 0;
  color: #6d6d6d;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  transition: all 350ms ease;
  background: #ffffff; }
  body.lukins-main-menu-open .lukins-main-menu {
    transform: translate(0); }
  body.lukins-main-menu-open .lukins-btn-menu span {
    opacity: 0; }
  body.lukins-main-menu-open .lukins-btn-menu:after {
    transform: rotate(45deg);
    top: 28px; }
  body.lukins-main-menu-open .lukins-btn-menu:before {
    transform: rotate(-45deg);
    top: 28px; }
  body.lukins-main-menu-open .lukins-btn-menu:hover:after, body.lukins-main-menu-open .lukins-btn-menu:hover:before {
    background: #272727; }
  body.lukins-header-dark .lukins-header .dock .phone {
    color: #272727;
    background: url(../img/icon-phone-3.svg) center left no-repeat; }
  body.lukins-header-dark .lukins-header .dock .languages a {
    color: #272727; }
    body.lukins-header-dark .lukins-header .dock .languages a:hover {
      color: #d9590d; }

.mobile-wrap {
  position: relative;
  overflow: hidden;
  top: 0; }

a {
  color: #d9590d;
  text-decoration: none;
  outline: none !important;
  transition: all 350ms ease; }
  a:hover, a:active, a:focus {
    color: #272727;
    text-decoration: none; }

::-moz-selection {
  background: #d9590d;
  color: #ffffff; }

::selection {
  background: #d9590d;
  color: #ffffff; }

h1, h2, h3, h4, h5, h6, p, blockquote, cite {
  margin: 0;
  padding: 0; }

ul, li {
  list-style: none;
  padding: 0;
  margin: 0; }

::-webkit-input-placeholder {
  color: #b1b1b1; }

::-moz-placeholder {
  color: #b1b1b1; }

:-ms-input-placeholder {
  color: #b1b1b1; }

:-moz-placeholder {
  color: #b1b1b1; }

.input-wrapper {
  margin-bottom: 20px; }
  .input-wrapper label {
    display: block;
    float: left;
    width: 100%;
    font-family: "Futura Medium", sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 12px 0;
    color: #484848; }
    .input-wrapper label b {
      color: #d9590d; }
  .input-wrapper.checkbox-wrapper {
    padding: 10px 0 0 0;
    overflow: hidden; }
  .input-wrapper.error label, .input-wrapper.error label b {
    color: red; }
  .input-wrapper.error input {
    border: 1px solid #ff8d8d; }
  .input-wrapper.error .message {
    color: red;
    font-size: 14px;
    padding-top: 10px; }

input[type="checkbox"] {
  display: none; }
  input[type="checkbox"] + label {
    margin: 0;
    padding-left: 40px;
    position: relative;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 300;
    cursor: pointer;
    transition: all 350ms ease;
    font-family: "Futura Medium", sans-serif;
    font-size: 20px;
    color: #000000; }
    input[type="checkbox"] + label:before {
      content: "";
      width: 25px;
      height: 25px;
      margin: -8px 20px 0 -40px;
      vertical-align: middle;
      background: #ffffff;
      display: inline-block;
      transition: all 350ms ease;
      border: none; }
    input[type="checkbox"] + label:after {
      width: 9px;
      height: 14px;
      border: solid #272727;
      border-width: 0 4px 4px 0;
      transform: rotate(45deg) scale(0);
      content: "";
      display: block;
      position: absolute;
      top: 7px;
      left: 8px;
      opacity: 0;
      transition: all 350ms ease; }
    input[type="checkbox"] + label:hover {
      color: #d9590d; }
  input[type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: rotate(45deg) scale(1); }

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
  -webkit-appearance: none; }

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea,
select {
  color: #000000;
  width: 100%;
  font-family: "Futura Medium", sans-serif;
  font-size: 18px;
  line-height: 50px;
  padding: 0 15px;
  border: none;
  border-radius: 0;
  background: #f0f0f0;
  outline: none !important;
  min-height: 50px;
  box-shadow: none !important;
  transition: all 500ms ease; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus,
  input[type="password"]:focus,
  textarea:focus,
  select:focus {
    background: #e3e3e3; }
  input[type="text"].big,
  input[type="email"].big,
  input[type="tel"].big,
  input[type="password"].big,
  textarea.big,
  select.big {
    font-size: 22px;
    line-height: 60px;
    min-height: 60px; }

textarea {
  padding: 15px 20px;
  line-height: 26px; }

.is-loading {
  opacity: 1;
  transform: translateY(-50px);
  transition: all 500ms ease; }
  .is-loading.is-visible {
    opacity: 1;
    transform: translateY(0); }

.lukins-spacer {
  width: 100%;
  clear: both; }
  .lukins-spacer.very-big {
    height: 12vw; }
  .lukins-spacer.big {
    height: 8vw; }
  .lukins-spacer.medium {
    height: 6vw; }
  .lukins-spacer.small {
    height: 4vw; }

body.lightbox-open, html.lightbox-open {
  width: 100%;
  height: 100%;
  overflow: hidden !important; }
  body.lightbox-open #fp-nav, html.lightbox-open #fp-nav {
    display: block; }

html.lightbox-open {
  position: fixed; }

.lightbox {
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  color: #6d6d6d;
  z-index: 1000000;
  opacity: 1;
  transition: all 650ms ease; }
  .lightbox > div:first-child {
    transition: all 650ms ease; }
  .lightbox.hidden {
    display: none; }
  .lightbox.visuallyhidden {
    opacity: 0;
    transform: scale(1); }
    .lightbox.visuallyhidden > div:first-child {
      transform: scale(0.98); }
  .lightbox .bg-lightbox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.2); }

.lukins-lightbox-signup-wrapper, .lukins-lightbox-subscribe-wrapper {
  padding: 5%; }
  .lukins-lightbox-signup-wrapper.hidden, .lukins-lightbox-subscribe-wrapper.hidden {
    display: flex !important;
    visibility: hidden !important; }
  .lukins-lightbox-signup-wrapper.visuallyhidden .lukins-btn-close, .lukins-lightbox-subscribe-wrapper.visuallyhidden .lukins-btn-close {
    transform: scale(0); }

.lukins-lightbox-subscribe {
  background: #ffffff;
  position: relative;
  z-index: 100;
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center; }
  .lukins-lightbox-subscribe .lukins-mc-subscribe-form-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff; }
  .lukins-lightbox-subscribe.is-compact .lukins-mc-subscribe-form-wrapper {
    align-items: flex-start;
    overflow-y: auto; }
  .lukins-lightbox-subscribe form {
    width: 70%;
    padding-bottom: 45px;
    padding-top: 70px; }
    .lukins-lightbox-subscribe form .lukins-error-msg {
      font-size: 14px;
      margin-top: 5px;
      display: none; }
    .lukins-lightbox-subscribe form.errors-visible .lukins-error-msg {
      display: block; }
    .lukins-lightbox-subscribe form h3 {
      font-family: "Futura Medium", sans-serif;
      font-size: 2vw;
      line-height: 3vw;
      color: #000000;
      text-align: center;
      margin-bottom: 45px; }
    .lukins-lightbox-subscribe form .input-wrapper {
      transition: all 500ms ease; }
      .lukins-lightbox-subscribe form .input-wrapper.success {
        max-height: 0;
        opacity: 0;
        text-align: center; }
        .lukins-lightbox-subscribe form .input-wrapper.success label {
          color: #d9590d; }
      .lukins-lightbox-subscribe form .input-wrapper:last-child {
        margin-bottom: 0 !important; }
    .lukins-lightbox-subscribe form.success-visible .input-wrapper {
      max-height: 0;
      opacity: 0; }
      .lukins-lightbox-subscribe form.success-visible .input-wrapper.success {
        max-height: none;
        opacity: 1; }
    .lukins-lightbox-subscribe form input[type="text"], .lukins-lightbox-subscribe form input[type="tel"], .lukins-lightbox-subscribe form input[type="email"], .lukins-lightbox-subscribe form textarea {
      font-size: 20px;
      line-height: 60px;
      padding: 0 20px; }
    .lukins-lightbox-subscribe form input[type="checkbox"] + label:before {
      background: #f0f0f0;
      position: absolute;
      left: 0;
      top: 2px;
      margin: 0; }
    .lukins-lightbox-subscribe form input[type="submit"][disabled="disabled"] {
      background: #e3e3e3; }
    .lukins-lightbox-subscribe form .lukins-field-note {
      padding-left: 40px; }
    .lukins-lightbox-subscribe form textarea {
      height: 150px;
      display: block;
      line-height: 30px;
      padding: 20px; }
    .lukins-lightbox-subscribe form .lukins-btn {
      width: 100%; }
  .lukins-lightbox-subscribe .input-wrapper {
    overflow: hidden; }
  .lukins-lightbox-subscribe .lukins-btn-close {
    position: absolute;
    top: 15px;
    right: 15px; }
    .lukins-lightbox-subscribe .lukins-btn-close span s {
      background: #000000; }
    .lukins-lightbox-subscribe .lukins-btn-close:hover span s {
      background: #d9590d; }

.lukins-lightbox-signup {
  background: #d9590d;
  position: relative;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: flex; }
  .lukins-lightbox-signup .image {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff; }
    .lukins-lightbox-signup .image .logo {
      display: block; }
      .lukins-lightbox-signup .image .logo span {
        display: inline-block;
        font-size: 0;
        line-height: 0;
        margin-bottom: 10px; }
        .lukins-lightbox-signup .image .logo span s {
          margin: 0 4px;
          width: 56px;
          height: 56px;
          background: url(../img/logo-lukins-circle-1.svg) 0 0 no-repeat;
          background-size: cover;
          display: inline-block;
          transition: all 500ms ease; }
          .lukins-lightbox-signup .image .logo span s:nth-child(2), .lukins-lightbox-signup .image .logo span s:nth-child(3) {
            transform: rotate(90deg); }
          .lukins-lightbox-signup .image .logo span s:nth-child(1) {
            background: url(../img/logo-lukins-circle-3.svg) 0 0 no-repeat;
            background-size: cover; }
          .lukins-lightbox-signup .image .logo span s:nth-child(4) {
            background: url(../img/logo-lukins-circle-3.svg) 0 0 no-repeat;
            background-size: cover; }
      .lukins-lightbox-signup .image .logo img {
        margin-bottom: 3px; }
      .lukins-lightbox-signup .image .logo p {
        font-size: 25px;
        font-family: "Futura Medium", sans-serif;
        color: #272727;
        text-align: center; }
  .lukins-lightbox-signup .form {
    width: 50%;
    background: #d9590d;
    display: flex;
    align-items: center;
    justify-content: center; }
    .lukins-lightbox-signup .form h3 {
      font-family: "Futura Medium", sans-serif;
      font-size: 2vw;
      line-height: 3vw;
      color: #ffffff;
      text-align: center;
      margin-bottom: 60px; }
    .lukins-lightbox-signup .form input[type="text"], .lukins-lightbox-signup .form input[type="tel"], .lukins-lightbox-signup .form input[type="email"], .lukins-lightbox-signup .form textarea, .lukins-lightbox-signup .form select {
      font-size: 20px;
      line-height: 60px;
      padding: 0 20px; }
    .lukins-lightbox-signup .form select {
      color: #a9a9a8;
      height: 60px;
      -webkit-appearance: caret; }
    .lukins-lightbox-signup .form textarea {
      height: 150px;
      display: block;
      line-height: 30px;
      padding: 20px; }
    .lukins-lightbox-signup .form .lukins-btn {
      width: 100%; }
  .lukins-lightbox-signup .lukins-btn-close {
    position: absolute;
    top: 15px;
    right: 15px; }
    .lukins-lightbox-signup .lukins-btn-close span s {
      background: #ffffff; }
    .lukins-lightbox-signup .lukins-btn-close:hover span s {
      background: #000000; }

.lukins-lightbox-banner-wrapper {
  padding: 20px; }
  .lukins-lightbox-banner-wrapper.visuallyhidden .lukins-btn-close {
    transform: scale(0); }

.lukins-lightbox-banner {
  position: relative;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%; }
  .lukins-lightbox-banner .banner-image {
    position: relative;
    max-width: 100%;
    max-height: 100%; }
  .lukins-lightbox-banner .banner-image-link {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .lukins-lightbox-banner img {
    max-width: 100%;
    max-height: calc(100vh - 40px);
    width: auto;
    height: auto;
    display: block; }
  .lukins-lightbox-banner .lukins-btn-close {
    position: absolute;
    top: 0;
    right: 0; }
    .lukins-lightbox-banner .lukins-btn-close span s {
      background: #ffffff; }
    .lukins-lightbox-banner .lukins-btn-close:hover span s {
      background: #000000; }

input.error {
  border: none !important;
  box-shadow: #d9590d 0 1px 0 0 inset, #d9590d 0 -1px 0 0 inset, #d9590d 0 0 0 1px inset, #d9590d 0 0 0 -1px inset !important; }

.lukins-btn {
  text-align: center;
  background: #d9590d;
  font-family: "Futura Medium", sans-serif;
  font-size: 22px;
  line-height: 60px;
  color: #ffffff !important;
  display: inline-block;
  padding: 0 30px;
  border: none;
  border-radius: 0 !important;
  text-decoration: none !important;
  transition: all 350ms ease;
  outline: none !important; }
  .lukins-btn:hover {
    color: #ffffff !important;
    background: #272727; }
  .lukins-btn.big {
    line-height: 70px;
    padding: 0 45px; }
  .lukins-btn.black {
    background: #000000;
    color: #ffffff; }
    .lukins-btn.black:hover {
      background: #272727; }
  .lukins-btn.gray {
    background: #272727;
    color: #ffffff; }
    .lukins-btn.gray:hover {
      background: #d9590d; }
  .lukins-btn.white {
    background: #ffffff;
    color: #d9590d !important; }
    .lukins-btn.white:hover {
      background: #272727;
      color: #ffffff !important; }
  .lukins-btn.small {
    font-size: 16px;
    line-height: 40px;
    padding: 0 15px; }

.lukins-btn-close {
  width: 54px;
  height: 54px;
  float: left; }
  .lukins-btn-close span {
    width: 54px;
    height: 54px;
    display: block;
    position: relative;
    transition: all 350ms ease; }
  .lukins-btn-close s {
    display: block;
    position: absolute;
    height: 2px;
    background: #000000;
    transition: all 350ms ease; }
    .lukins-btn-close s:nth-of-type(1) {
      width: 28px;
      top: 27px;
      left: 14px;
      transform: rotate(-45deg); }
    .lukins-btn-close s:nth-of-type(2) {
      width: 28px;
      top: 27px;
      left: 14px;
      opacity: 0;
      transform: rotate(-45deg); }
    .lukins-btn-close s:nth-of-type(3) {
      width: 28px;
      top: 27px;
      left: 14px;
      transform: rotate(45deg); }

.lukins-btn-menu {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background: #ffffff;
  display: inline-block;
  position: relative;
  z-index: 10000; }
  .lukins-btn-menu:after, .lukins-btn-menu:before, .lukins-btn-menu span {
    content: "";
    background: #d9590d;
    position: absolute;
    width: 28px;
    height: 2px;
    transition: all 350ms ease; }
  .lukins-btn-menu span {
    top: 28px;
    left: 16px;
    opacity: 0; }
  .lukins-btn-menu:after {
    top: 22px;
    left: 16px; }
  .lukins-btn-menu:before {
    top: 34px;
    left: 16px; }
  .lukins-btn-menu:hover span {
    opacity: 1; }
  .lukins-btn-menu:hover:after {
    transform: translateY(-3px); }
  .lukins-btn-menu:hover:before {
    transform: translateY(3px); }

.lukins-dock-mobile {
  display: none;
  background: #d9590d;
  color: #ffffff;
  height: 54px;
  justify-content: center;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100000; }
  .lukins-dock-mobile .logo {
    margin-top: 15px;
    display: block;
    transition: all 500ms ease; }
    .lukins-dock-mobile .logo span {
      display: inline-block;
      font-size: 0;
      line-height: 0; }
      .lukins-dock-mobile .logo span s {
        margin: 0 2px;
        width: 20px;
        height: 20px;
        background: url(../img/logo-lukins-circle-2.svg) 0 0 no-repeat;
        background-size: contain;
        display: inline-block;
        transition: all 500ms ease; }
        .lukins-dock-mobile .logo span s:nth-child(2), .lukins-dock-mobile .logo span s:nth-child(3) {
          transform: rotate(90deg); }
        .lukins-dock-mobile .logo span s:nth-child(1) {
          background: url(../img/logo-lukins-circle-4.svg) 0 0 no-repeat;
          background-size: contain; }
        .lukins-dock-mobile .logo span s:nth-child(4) {
          background: url(../img/logo-lukins-circle-4.svg) 0 0 no-repeat;
          background-size: contain; }

.lukins-header {
  height: 50vw;
  position: relative;
  overflow: hidden; }
  .lukins-header .lukins-btn-menu {
    position: fixed;
    top: 30px;
    left: 30px;
    z-index: 100000; }
  .lukins-header .dock {
    position: absolute;
    width: 100%;
    z-index: 1000;
    display: flex;
    justify-content: space-between; }
    .lukins-header .dock > div {
      text-align: center;
      flex-grow: 1; }
      .lukins-header .dock > div:nth-child(1) {
        width: 40%;
        text-align: left;
        padding-left: 30px;
        padding-top: 30px; }
        .lukins-header .dock > div:nth-child(1) > div {
          display: flex;
          align-items: center; }
      .lukins-header .dock > div:nth-child(2) {
        width: 20%; }
      .lukins-header .dock > div:nth-child(3) {
        width: 40%;
        text-align: right;
        padding: 30px; }
        .lukins-header .dock > div:nth-child(3) .lukins-btn {
          position: fixed;
          display: block;
          right: 30px;
          z-index: 100; }
        .lukins-header .dock > div:nth-child(3) span {
          float: right;
          height: 60px;
          position: relative; }
    .lukins-header .dock .languages {
      font-size: 16px;
      font-family: "Futura Medium", sans-serif;
      padding-left: 90px;
      padding-top: 15px; }
      .lukins-header .dock .languages a {
        margin-right: 30px;
        color: #ffffff; }
        .lukins-header .dock .languages a:hover {
          color: #d9590d; }
    .lukins-header .dock .phone {
      font-size: 24px;
      font-family: "Futura Medium", sans-serif;
      color: #ffffff;
      display: inline-block;
      background: url(../img/icon-phone-1.svg) center left no-repeat;
      padding-left: 40px;
      padding-right: 30px;
      margin-top: 15px; }
    .lukins-header .dock .logo {
      padding-top: 50px;
      display: block; }
      .lukins-header .dock .logo span {
        display: inline-block;
        font-size: 0;
        line-height: 0; }
        .lukins-header .dock .logo span s {
          margin: 0 3px;
          width: 40px;
          height: 40px;
          background: url(../img/logo-lukins-circle-1.svg) 0 0 no-repeat;
          display: inline-block;
          transition: all 500ms ease; }
          .lukins-header .dock .logo span s:nth-child(2), .lukins-header .dock .logo span s:nth-child(3) {
            transform: rotate(90deg); }
          .lukins-header .dock .logo span s:nth-child(1) {
            background: url(../img/logo-lukins-circle-3.svg) 0 0 no-repeat; }
          .lukins-header .dock .logo span s:nth-child(4) {
            background: url(../img/logo-lukins-circle-3.svg) 0 0 no-repeat; }
      .lukins-header .dock .logo img {
        margin-bottom: 3px; }
      .lukins-header .dock .logo p {
        font-size: 18px;
        font-family: "Futura Medium", sans-serif;
        color: #272727; }
  .lukins-header .title {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-flow: column; }
    .lukins-header .title h1, .lukins-header .title h2 {
      width: 1170px;
      margin: 0 auto;
      font-family: "Futura Medium", sans-serif;
      font-size: 4vw;
      line-height: 5vw;
      color: #d9590d;
      margin-bottom: 30px; }
    .lukins-header .title h3 {
      font-family: "Futura Medium", sans-serif;
      font-size: 2vw;
      line-height: 3vw;
      color: #272727; }
  .lukins-header .scroll {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-family: "Futura Medium", sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
    color: #d9590d;
    padding-bottom: 9vw;
    animation: dragandrelease 7s infinite;
    cursor: pointer; }
    .lukins-header .scroll:after {
      content: "";
      width: 2px;
      height: 7.5vw;
      background: #d9590d;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
  .lukins-header .bg-parallax .image:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0; }
  .lukins-header.section {
    height: auto; }
    .lukins-header.section .breadcrumbs {
      position: absolute;
      top: 1vw;
      text-align: left;
      font-family: "Futura Medium", sans-serif;
      font-size: 1.1vw;
      left: 50%;
      transform: translateX(-50%);
      padding: 0; }
      .lukins-header.section .breadcrumbs a {
        color: #ffffff;
        position: relative;
        padding-right: 3vw; }
        .lukins-header.section .breadcrumbs a:after {
          content: "";
          width: 2px;
          height: 1.2vw;
          width: 0.15vw;
          background: #ff9252;
          display: inline-block;
          position: absolute;
          transform: skewX(20deg);
          top: 0.2vw;
          margin-left: 1.6vw; }
        .lukins-header.section .breadcrumbs a:hover {
          color: #000000; }
        .lukins-header.section .breadcrumbs a:last-child {
          padding-right: 0; }
          .lukins-header.section .breadcrumbs a:last-child:after {
            display: none; }
    .lukins-header.section .title {
      background: #d9590d;
      color: #ffffff;
      position: relative;
      margin-top: 165px;
      height: 280px; }
      .lukins-header.section .title h1, .lukins-header.section .title h2 {
        color: #ffffff;
        margin: 0;
        font-size: 3.5vw; }

.bg-parallax, .bg-static, .bg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden; }
  .bg-parallax .image, .bg-static .image, .bg-overlay .image {
    width: 100%;
    height: 110%;
    top: 0;
    left: 0;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat; }

.lukins-main-menu {
  width: 360px;
  height: 100%;
  background: #ffffff;
  position: fixed;
  z-index: 100000;
  transform: translateX(-100%);
  transition: all 500ms ease;
  display: flex;
  align-items: center;
  padding-left: 50px;
  font-family: "Futura Medium", sans-serif;
  font-size: 24px; }
  .lukins-main-menu > div:last-child {
    display: none; }
  .lukins-main-menu ul li {
    transition: all 350ms ease; }
    .lukins-main-menu ul li a {
      padding: 20px 0;
      display: block; }
    .lukins-main-menu ul li:hover {
      transform: translateX(10px); }

.lukins-promo-banner-wrapper {
  display: flex; }
  .lukins-promo-banner-wrapper .lukins-promo-banner {
    flex-basis: 100%; }

.lukins-promo-banner {
  position: relative;
  text-align: center;
  background-size: cover;
  background-position: center center;
  color: #ffffff;
  overflow: hidden; }
  .lukins-promo-banner h3 {
    font-family: "Futura Medium", sans-serif;
    font-size: 3vw;
    line-height: 4vw;
    text-align: center;
    transition: all 650ms ease;
    padding: 0 15%;
    z-index: 100;
    width: 100%; }
  .lukins-promo-banner:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    transition: all 500ms ease; }
  .lukins-promo-banner > div {
    padding-bottom: 130%;
    z-index: 10; }
    .lukins-promo-banner > div .image-mobile {
      display: none; }
    .lukins-promo-banner > div .title {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-flow: column; }
      .lukins-promo-banner > div .title .details {
        padding: 0 15%;
        z-index: 100;
        width: 100%;
        max-height: 0;
        opacity: 0;
        font-size: 18px;
        line-height: 30px;
        position: relative;
        transition: all 650ms ease; }
        .lukins-promo-banner > div .title .details:before {
          content: "";
          width: 40px;
          height: 2px;
          background: #ffffff;
          position: absolute;
          top: 0;
          left: 50%;
          transform: translateX(-50%); }
  .lukins-promo-banner:hover:after {
    background: #d9590d; }
  .lukins-promo-banner:hover h3 {
    padding-bottom: 50px; }
  .lukins-promo-banner:hover > div .title .details {
    max-height: 250px;
    opacity: 1;
    padding-top: 50px; }

.lukins-promo-section {
  overflow: hidden;
  position: relative; }
  .lukins-promo-section img {
    position: absolute;
    left: 55%; }
    .lukins-promo-section img.is-loading {
      opacity: 1;
      transform: translateX(50px);
      transition: all 650ms ease; }
      .lukins-promo-section img.is-loading.is-visible {
        opacity: 1;
        transform: translateX(0); }
  .lukins-promo-section .content {
    padding-right: 0;
    width: 50%;
    min-height: 28vw;
    display: flex;
    flex-flow: column;
    justify-content: center; }
    .lukins-promo-section .content h2 {
      font-size: 4vw;
      line-height: 5vw;
      color: #000000;
      font-family: "Futura Medium", sans-serif;
      margin-bottom: 2vw; }
    .lukins-promo-section .content h3 {
      font-size: 2.2vw;
      line-height: 3.2vw;
      color: #d9590d;
      font-family: "Futura Medium", sans-serif;
      margin-bottom: 2vw; }

.bg-menu-close {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 10000;
  transition: all 500ms ease; }
  .bg-menu-close.hidden {
    display: none; }
  .bg-menu-close.visuallyhidden {
    opacity: 0; }

.lukis-title {
  text-align: center; }
  .lukis-title h2 {
    font-size: 4.2vw;
    line-height: 5.2vw;
    color: #9a9a9a;
    font-family: "Futura Medium", sans-serif; }

.lukins-promo-icons {
  display: flex; }
  .lukins-promo-icons .item {
    flex-basis: 100%;
    text-align: center;
    padding: 0 5%; }
    .lukins-promo-icons .item .icon {
      margin-bottom: 3vw; }
      .lukins-promo-icons .item .icon img {
        height: 10.5vw; }
    .lukins-promo-icons .item h2 {
      text-align: center;
      font-family: "Futura Medium", sans-serif;
      font-size: 2.3vw;
      line-height: 3.3vw;
      margin-bottom: 1.6vw; }
      .lukins-promo-icons .item h2 a {
        color: #000000; }
        .lukins-promo-icons .item h2 a:hover {
          color: #d9590d; }
    .lukins-promo-icons .item p {
      margin-bottom: 1vw; }
    .lukins-promo-icons .item h3 {
      text-align: center;
      font-family: "Futura Medium", sans-serif;
      font-size: 1.2vw;
      line-height: 2.2vw; }
    .lukins-promo-icons .item:nth-child(2n) .icon {
      transition-delay: 0.1s !important; }
    .lukins-promo-icons .item:nth-child(3n) .icon {
      transition-delay: 0.2s !important; }

.lukins-calculator {
  background: #d9590d; }
  .lukins-calculator .input-wrapper label {
    float: none;
    width: auto; }
  .lukins-calculator .calculator {
    display: flex;
    justify-content: space-between; }
    .lukins-calculator .calculator .left {
      width: 65%;
      padding: 0 7vw 4vw 0; }
    .lukins-calculator .calculator .right {
      width: 35%;
      display: flex;
      flex-flow: column; }
  .lukins-calculator .notes {
    color: #ffffff;
    text-align: center; }
    .lukins-calculator .notes a {
      color: #ebb053;
      text-decoration: underline; }
      .lukins-calculator .notes a:hover {
        text-decoration: none; }
  .lukins-calculator .benefits {
    padding: 0 2vw;
    display: flex; }
    .lukins-calculator .benefits .item {
      background: #ffffff;
      padding: 8vw 9%;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      flex-basis: 100%; }
      .lukins-calculator .benefits .item h2 {
        font-family: "Futura Medium", sans-serif;
        font-size: 2.5vw;
        line-height: 3.5vw;
        color: #000000; }
        .lukins-calculator .benefits .item h2 a {
          color: #000000; }
          .lukins-calculator .benefits .item h2 a:hover {
            color: #d9590d; }
      .lukins-calculator .benefits .item h3 {
        font-family: "Futura Medium", sans-serif;
        font-size: 1.2vw;
        line-height: 2.2vw;
        position: absolute;
        bottom: 2.5vw;
        left: 0;
        right: 0;
        text-align: center; }
      .lukins-calculator .benefits .item:nth-child(even) {
        background: #f3f3f3; }
      .lukins-calculator .benefits .item .icon {
        width: 6vw;
        height: 6vw;
        border-radius: 6vw;
        display: block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -3vw;
        background: #ea8416; }
        .lukins-calculator .benefits .item .icon:after {
          content: "";
          width: 3.2vw;
          height: 0.44vw;
          background: #ffffff;
          position: absolute;
          top: 2.8vw;
          left: 1.43vw; }
        .lukins-calculator .benefits .item .icon:before {
          content: "";
          width: 0.44vw;
          height: 3.2vw;
          background: #ffffff;
          position: absolute;
          top: 1.43vw;
          left: 2.8vw; }
  .lukins-calculator h2 {
    font-family: "Futura Medium", sans-serif;
    font-size: 4vw;
    line-height: 5vw;
    color: #ffffff;
    text-align: center; }
  .lukins-calculator .input-wrapper {
    width: 100%;
    position: relative;
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 1.5vw; }
    .lukins-calculator .input-wrapper:last-child {
      margin-bottom: 0; }
    .lukins-calculator .input-wrapper label {
      color: #ffffff;
      font-family: "Futura Medium", sans-serif;
      font-size: 1.5vw;
      line-height: 2.5vw;
      font-weight: 400;
      margin-bottom: 0.7vw; }
    .lukins-calculator .input-wrapper .value {
      padding: 0 !important;
      height: 3vw !important;
      font-size: 2vw;
      line-height: 3vw !important;
      font-weight: 400;
      color: #ffffff;
      background: none;
      border: none;
      width: auto;
      text-align: right;
      width: 3vw;
      outline: none;
      -webkit-appearance: none;
      -webkit-text-fill-color: #ffffff;
      opacity: 1;
      position: absolute;
      right: 0;
      margin-top: -0.4vw; }
    .lukins-calculator .input-wrapper .type {
      display: flex;
      justify-content: space-between; }
      .lukins-calculator .input-wrapper .type a {
        color: #d9590d;
        flex-grow: 1;
        display: block;
        background: #ea8416;
        font-family: "Futura Medium", sans-serif;
        font-size: 2vw;
        line-height: 5vw;
        height: 5vw;
        text-align: center; }
        .lukins-calculator .input-wrapper .type a.active {
          background: #272727 !important;
          color: #ffffff !important; }
        .lukins-calculator .input-wrapper .type a:hover {
          background: #6d6d6d;
          color: #ffffff; }
  .lukins-calculator .ui-slider {
    float: left;
    width: 100%;
    height: 2vw; }
    .lukins-calculator .ui-slider .ui-slider-handle {
      position: absolute;
      width: 4vw;
      height: 4vw;
      top: 0;
      margin-left: -25px;
      outline: none;
      border: none;
      border-radius: 0;
      background: none;
      top: 50%;
      transform: translateY(-50%); }
      .lukins-calculator .ui-slider .ui-slider-handle:after {
        content: "";
        width: 4vw;
        height: 4vw;
        border-radius: 4vw;
        background: #ffffff;
        position: absolute;
        box-shadow: rgba(0, 0, 0, 0.2) 0 3px 20px;
        cursor: pointer;
        transition: all 350ms ease; }
      .lukins-calculator .ui-slider .ui-slider-handle:before {
        content: "";
        width: 2.2vw;
        height: 2.2vw;
        border-radius: 2.2vw;
        background: #e2e2e2;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: all 350ms ease;
        z-index: 10; }
      .lukins-calculator .ui-slider .ui-slider-handle:hover {
        cursor: pointer; }
        .lukins-calculator .ui-slider .ui-slider-handle:hover:after {
          box-shadow: rgba(0, 0, 0, 0.4) 0 10px 30px; }
        .lukins-calculator .ui-slider .ui-slider-handle:hover:before {
          background: #d0d0d0; }
      .lukins-calculator .ui-slider .ui-slider-handle:active:after {
        transform: scale(0.9); }
      .lukins-calculator .ui-slider .ui-slider-handle:active:before {
        background: #d0d0d0;
        transform: translate(-50%, -50%) scale(0.9); }
  .lukins-calculator .ui-widget.ui-widget-content {
    border: none;
    border-radius: 28px;
    background: none; }
    .lukins-calculator .ui-widget.ui-widget-content:after {
      content: "";
      height: 2vw;
      cursor: pointer;
      border-radius: 0;
      border: none;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      background: #ea8416; }
  .lukins-calculator .ui-slider-range-min {
    background: #272727;
    border-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .lukins-calculator .total-value {
    position: relative;
    width: 100%;
    height: 100%;
    flex-grow: 1;
    display: flex;
    flex-flow: column; }
    .lukins-calculator .total-value span {
      position: absolute;
      font-family: "Futura Medium", sans-serif;
      font-size: 2.5vw;
      color: #ffffff;
      top: 1.3vw;
      left: 1.3vw; }
    .lukins-calculator .total-value:before {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 2vw 2vw 2vw 0;
      border-color: transparent #272727 transparent transparent;
      position: absolute;
      left: -1.9vw;
      top: 50%;
      transform: translateY(-50%); }
  .lukins-calculator #total-value {
    text-align: center;
    border: none;
    outline: none;
    color: #ffffff;
    font-family: "Futura Medium", sans-serif;
    font-size: 5vw;
    width: 100%;
    height: 100%;
    line-height: 100%;
    font-weight: 400;
    background: #272727;
    display: inline-block;
    cursor: default;
    letter-spacing: 3px;
    padding: 0;
    flex-grow: 1;
    border-radius: 0; }

.lukins-promo-signup {
  height: 50vw;
  width: 100%;
  position: relative; }
  .lukins-promo-signup .title {
    padding-top: 0;
    padding-right: 14vw;
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-align: center; }
    .lukins-promo-signup .title h2 {
      font-family: "Futura Medium", sans-serif;
      font-size: 3.3vw;
      line-height: 4.3vw;
      margin-bottom: 3vw;
      text-align: center; }
    .lukins-promo-signup .title h3 {
      font-family: "Futura Medium", sans-serif;
      font-size: 1.2vw;
      line-height: 2.2vw;
      bottom: 3vw;
      left: 0;
      right: 14vw;
      text-align: center;
      position: absolute; }
    .lukins-promo-signup .title .intro {
      margin-bottom: 3.5vw; }

.lukins-footer {
  position: relative; }
  .lukins-footer > .container .row {
    display: flex;
    flex-wrap: wrap; }
  .lukins-footer ul li {
    font-family: "Futura Medium", sans-serif;
    font-size: 1.8vw;
    line-height: 2.8vw;
    color: #484848;
    margin: 1.5vw 0;
    display: flex;
    align-items: center; }
    .lukins-footer ul li span {
      width: 4vw;
      height: 4vw;
      background: #d9590d;
      color: #ffffff;
      display: flex;
      justify-content: center;
      align-items: center;
      font-family: "Futura Medium", sans-serif;
      font-size: 2vw;
      margin-right: 2vw; }
      .lukins-footer ul li span:before {
        font-family: "FontAwesome"; }
    .lukins-footer ul li:first-child {
      margin-top: 0; }
    .lukins-footer ul li:last-child {
      margin-bottom: 0; }
  .lukins-footer .center {
    flex-basis: 100%;
    display: flex;
    justify-content: center; }
  .lukins-footer .left {
    flex-basis: 49.90%;
    border-right: 2px solid #f0f0f0; }
  .lukins-footer .right {
    flex-basis: 49.90%;
    text-align: center;
    display: flex;
    flex-flow: column;
    justify-content: space-between; }
  .lukins-footer .logo {
    display: inline-block; }
    .lukins-footer .logo span {
      display: inline-block;
      font-size: 0;
      line-height: 0; }
      .lukins-footer .logo span s {
        margin: 0 3px;
        width: 50px;
        height: 50px;
        background: url(../img/logo-lukins-circle-1.svg) 0 0 no-repeat;
        background-size: contain;
        display: inline-block;
        transition: all 500ms ease; }
        .lukins-footer .logo span s:nth-child(2), .lukins-footer .logo span s:nth-child(3) {
          transform: rotate(90deg); }
        .lukins-footer .logo span s:nth-child(1) {
          background: url(../img/logo-lukins-circle-3.svg) 0 0 no-repeat;
          background-size: contain; }
        .lukins-footer .logo span s:nth-child(4) {
          background: url(../img/logo-lukins-circle-3.svg) 0 0 no-repeat;
          background-size: contain; }
    .lukins-footer .logo img {
      margin-bottom: 3px; }
    .lukins-footer .logo p {
      font-size: 22px;
      font-family: "Futura Medium", sans-serif;
      color: #272727;
      text-align: center; }
  .lukins-footer .hours {
    font-size: 1.5vw;
    font-family: "Futura Medium", sans-serif;
    color: #272727;
    background: url(../img/icon-clock-1.svg) center left no-repeat;
    background-size: contain;
    line-height: 2.5vw;
    padding-left: 3.5vw; }
  .lukins-footer .newsletter .input-wrapper {
    margin: 0;
    padding: 0 18%;
    overflow: hidden;
    transition: all 350ms ease;
    max-height: 125px;
    opacity: 1; }
    .lukins-footer .newsletter .input-wrapper.is-hidden {
      max-height: 0;
      opacity: 0; }
    .lukins-footer .newsletter .input-wrapper > div {
      display: flex;
      width: 100%;
      float: left; }
  .lukins-footer .newsletter .lukins-btn {
    line-height: 50px;
    font-size: 16px;
    width: 50px;
    text-align: center;
    padding: 0;
    flex-shrink: 0; }
  .lukins-footer .copyright {
    background: #fbfbfb;
    font-size: 15px;
    color: #afafaf;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .lukins-footer .copyright .logo {
      color: #afafaf;
      display: inline-block;
      margin-left: 15px; }
      .lukins-footer .copyright .logo img {
        vertical-align: middle;
        margin-bottom: 1px;
        margin-left: 5px;
        transition: all 350ms ease;
        opacity: 0.5; }
      .lukins-footer .copyright .logo:hover {
        color: #000000;
        opacity: 1; }
        .lukins-footer .copyright .logo:hover img {
          transform: translateX(5px);
          opacity: 1; }

.lukins-social {
  display: flex;
  justify-content: center; }
  .lukins-social a {
    width: 4vw;
    height: 4vw;
    border-radius: 4vw;
    background: #d9590d;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Futura Medium", sans-serif;
    font-size: 1.5vw;
    margin: 0 1vw; }
    .lukins-social a img {
      height: 50%; }
    .lukins-social a:before {
      font-family: "FontAwesome"; }
    .lukins-social a:hover {
      background: #272727; }

.lukins-services .item {
  padding: 60px 0; }
  .lukins-services .item .row {
    display: flex;
    justify-content: space-between; }
    .lukins-services .item .row > div {
      flex-grow: 1; }
    .lukins-services .item .row .image {
      width: 50%;
      padding-right: 30px;
      display: flex;
      flex-shrink: 0;
      align-items: center; }
      .lukins-services .item .row .image > div {
        background: #d9590d;
        flex-grow: 1; }
      .lukins-services .item .row .image a {
        display: block;
        width: 100%;
        padding-bottom: 60%;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        transition: all 500ms ease; }
        .lukins-services .item .row .image a:hover {
          opacity: 0.7; }
    .lukins-services .item .row .text {
      width: 50%;
      padding-left: 30px;
      display: flex;
      justify-content: center;
      align-items: flex-start;
      flex-flow: column; }
      .lukins-services .item .row .text h2 {
        font-family: "Futura Medium", sans-serif;
        font-size: 2.4vw;
        line-height: 3.2vw;
        margin-bottom: 2vw;
        width: 100%; }
        .lukins-services .item .row .text h2 a {
          color: #000000; }
          .lukins-services .item .row .text h2 a:hover {
            color: #d9590d; }
      .lukins-services .item .row .text h3 {
        width: 100%;
        font-family: "Futura Medium", sans-serif;
        font-size: 1.5vw; }
      .lukins-services .item .row .text .intro {
        width: 100%;
        margin-bottom: 2vw; }
        .lukins-services .item .row .text .intro p {
          margin: 0; }
  .lukins-services .item:nth-child(even) {
    background: #f3f3f3; }

.lukins-services.news {
  padding: 45px 0; }
  .lukins-services.news .item {
    background: none !important;
    padding: 15px 0; }
    .lukins-services.news .item .row .image a {
      padding-bottom: 70%; }
    .lukins-services.news .item .row .text h2 {
      font-size: 1.9vw;
      line-height: 2.7vw;
      margin-bottom: 0.8vw; }
    .lukins-services.news .item .row .text h3 {
      font-family: "Futura Medium", sans-serif;
      font-size: 1.2vw; }
    .lukins-services.news .item .row .text .intro {
      margin-bottom: 1.2vw; }

.lukins-promo-text {
  background: #d9590d;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 65px;
  color: #ffffff; }
  .lukins-promo-text h3 {
    font-family: "Futura Medium", sans-serif;
    font-size: 2.4vw;
    margin-right: 6vw; }
  .lukins-promo-text .lukins-btn {
    flex-shrink: 0; }

.lukins-pagination {
  background: #f3f3f3;
  font-family: "Futura Medium", sans-serif;
  font-size: 2vw;
  padding: 70px 0;
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .lukins-pagination a, .lukins-pagination span {
    width: 4vw;
    height: 4vw;
    border-radius: 4vw;
    display: flex;
    align-items: center;
    justify-content: center; }
    .lukins-pagination a.active, .lukins-pagination a.current, .lukins-pagination span.active, .lukins-pagination span.current {
      background: #d9590d;
      color: #ffffff;
      margin: 0 1.3vw; }

.lukins-prices, .lukins-togglemore {
  margin-top: -3.3vw; }
  .lukins-prices .title, .lukins-togglemore .title {
    font-family: "Futura Medium", sans-serif;
    font-size: 2.2vw;
    line-height: 3.2vw;
    border-bottom: 2px solid #e6e6e6;
    padding-bottom: 3.3vw;
    padding-top: 3.3vw; }
    .lukins-prices .title h2, .lukins-togglemore .title h2 {
      font-size: inherit;
      font-weight: inherit;
      line-height: inherit;
      padding-right: 20px; }
    .lukins-prices .title .toggle, .lukins-togglemore .title .toggle {
      display: flex;
      align-items: center; }
      .lukins-prices .title .toggle i, .lukins-togglemore .title .toggle i {
        width: 41px;
        height: 41px;
        border-radius: 41px;
        background: #d9590d;
        display: inline-block;
        margin-left: auto;
        position: relative;
        flex-shrink: 0;
        transition: all 500ms ease; }
        .lukins-prices .title .toggle i:before, .lukins-prices .title .toggle i:after, .lukins-togglemore .title .toggle i:before, .lukins-togglemore .title .toggle i:after {
          content: "";
          transition: all 500ms ease;
          background: #ffffff;
          position: absolute; }
        .lukins-prices .title .toggle i:before, .lukins-togglemore .title .toggle i:before {
          width: 27px;
          height: 3px;
          top: 19px;
          left: 7px;
          transform: rotate(180deg); }
        .lukins-prices .title .toggle i:after, .lukins-togglemore .title .toggle i:after {
          width: 3px;
          height: 27px;
          left: 19px;
          top: 7px;
          transform: rotate(270deg); }
      .lukins-prices .title .toggle.collapsed i:before, .lukins-togglemore .title .toggle.collapsed i:before {
        transform: rotate(0); }
      .lukins-prices .title .toggle.collapsed i::after, .lukins-togglemore .title .toggle.collapsed i::after {
        transform: rotate(0); }
    .lukins-prices .title:hover .toggle i, .lukins-togglemore .title:hover .toggle i {
      background: #000000; }
  .lukins-prices .content ul li, .lukins-togglemore .content ul li {
    font-family: "Futura Medium", sans-serif;
    font-size: 1.5vw;
    line-height: 2.5vw;
    color: #000000;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 2px solid #e6e6e6;
    padding: 15px 0; }
    .lukins-prices .content ul li h3, .lukins-togglemore .content ul li h3 {
      font-size: inherit;
      font-weight: inherit;
      line-height: inherit; }
    .lukins-prices .content ul li .leasing, .lukins-togglemore .content ul li .leasing {
      margin-top: 10px;
      width: 100%;
      font-family: "Open Sans", sans-serif;
      font-size: 18px;
      background: url(../img/icon-info-small.svg) center left no-repeat;
      padding-left: 38px;
      color: #6d6d6d;
      line-height: 30px; }
      .lukins-prices .content ul li .leasing a, .lukins-togglemore .content ul li .leasing a {
        text-decoration: underline; }
        .lukins-prices .content ul li .leasing a:hover, .lukins-togglemore .content ul li .leasing a:hover {
          text-decoration: none; }

.lukins-togglemore {
  margin-top: 0 !important; }

body.page-testimonials .lukins-pagination {
  background: none; }

.lukins-testimonials {
  margin-bottom: -60px;
  overflow: hidden; }
  .lukins-testimonials > .container > .row {
    overflow: hidden;
    margin: 0 -45px; }
  .lukins-testimonials > .container > .row[data-columns]::before {
    content: '2 .column.size-1of2'; }
  .lukins-testimonials .column {
    float: left;
    margin: 0 30px; }
    .lukins-testimonials .column > div {
      width: 100%; }
    .lukins-testimonials .column.size-1of2 {
      width: calc(50% - 60px); }
  .lukins-testimonials .item {
    background: #f2f2f2;
    padding: 4.5vw 5vw;
    text-align: center;
    margin-bottom: 60px; }
    .lukins-testimonials .item p {
      font-size: inherit !important;
      line-height: inherit !important; }
    .lukins-testimonials .item .client {
      padding-top: 2.5vw; }
      .lukins-testimonials .item .client img {
        border-radius: 120px;
        margin-bottom: 2vw; }
      .lukins-testimonials .item .client h3 {
        font-family: "Futura Medium", sans-serif;
        font-size: 1.6vw;
        color: #d9590d;
        display: flex;
        justify-content: center;
        align-items: center; }
      .lukins-testimonials .item .client .email {
        width: 50px;
        height: 50px;
        border-radius: 50px;
        background: #d9590d;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #ffffff;
        margin-left: 20px; }
        .lukins-testimonials .item .client .email:hover {
          background: #000000; }

.lukins-testimonial-form {
  background: #f3f3f3; }
  .lukins-testimonial-form h3 {
    color: #272727;
    text-align: center;
    font-family: "Futura Medium", sans-serif;
    font-size: 2.5vw; }
  .lukins-testimonial-form form {
    width: 500px;
    margin: 0 auto -20px auto;
    overflow: hidden; }
    .lukins-testimonial-form form input[type="text"] {
      background: #ffffff;
      line-height: 60px;
      height: 60px;
      padding: 0 20px;
      font-size: 20px; }
      .lukins-testimonial-form form input[type="text"]:active, .lukins-testimonial-form form input[type="text"]:focus {
        background: #fafafa; }
    .lukins-testimonial-form form input[type="file"] {
      opacity: 0;
      position: absolute;
      height: 80px;
      width: 100%;
      cursor: pointer !important; }
    .lukins-testimonial-form form .input-wrapper {
      overflow: hidden; }
    .lukins-testimonial-form form .lukins-btn {
      width: 100%;
      margin-top: 10px; }
    .lukins-testimonial-form form .input-file {
      height: 80px;
      width: 100%;
      background: url(../img/icon-plus-big.svg) center left no-repeat;
      line-height: 80px;
      display: flex;
      align-items: center; }
    .lukins-testimonial-form form .input-wrapper.file {
      position: relative;
      cursor: pointer !important;
      font-family: "Futura Medium", sans-serif;
      font-size: 1.5vw;
      color: #d9590d; }
      .lukins-testimonial-form form .input-wrapper.file svg {
        margin-right: 20px; }
      .lukins-testimonial-form form .input-wrapper.file .cls-1 {
        fill: #fff;
        transition: all 500ms ease; }
      .lukins-testimonial-form form .input-wrapper.file .cls-2 {
        fill: #d9590d;
        fill-rule: evenodd;
        transition: all 500ms ease; }
      .lukins-testimonial-form form .input-wrapper.file:hover .cls-1 {
        fill: #000000; }
      .lukins-testimonial-form form .input-wrapper.file:hover .cls-2 {
        fill: #ffffff;
        fill-rule: evenodd; }
    .lukins-testimonial-form form textarea {
      background: #ffffff;
      padding: 20px;
      font-size: 20px;
      height: 150px;
      display: block; }

#googlemap {
  width: 100%;
  height: 715px; }

.lukins-contacts-wrapper > .container {
  display: flex; }
  .lukins-contacts-wrapper > .container .vc_col-sm-6 {
    width: 50%;
    display: flex;
    align-items: center; }
    .lukins-contacts-wrapper > .container .vc_col-sm-6:first-child {
      padding-right: 6vw;
      border-right: 2px solid #f0f0f0; }
    .lukins-contacts-wrapper > .container .vc_col-sm-6:last-child {
      padding-left: 6vw; }

.lukins-contacts-wrapper h3 {
  text-align: center;
  font-family: "Futura Medium", sans-serif;
  font-size: 2.5vw;
  color: #272727; }

.lukins-contacts-wrapper p {
  width: 100%; }
  .lukins-contacts-wrapper p a {
    text-decoration: underline; }
    .lukins-contacts-wrapper p a:hover {
      text-decoration: none; }

.lukins-contacts-list li {
  margin: 1vw 0;
  padding-left: 80px;
  min-height: 60px;
  font-family: "Futura Medium", sans-serif;
  font-size: 2vw;
  background-position: center left;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  color: #272727; }

.lukins-contacts-hours {
  font-size: 1.6vw;
  font-family: "Futura Medium", sans-serif;
  color: #272727;
  background: url(../img/icon-clock-1.svg) 10px center no-repeat;
  background-size: contain;
  line-height: 2.5vw;
  padding-left: 80px;
  display: inline-block;
  min-height: 35px; }

.lukins-contacts > .container > .row {
  display: flex; }
  .lukins-contacts > .container > .row .left, .lukins-contacts > .container > .row .right {
    width: 50%; }
  .lukins-contacts > .container > .row .left {
    border-right: 2px solid #f0f0f0; }

.lukins-contacts .left {
  padding-right: 5vw;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-flow: column; }
  .lukins-contacts .left ul li {
    margin: 1vw 0;
    padding-left: 80px;
    min-height: 60px;
    font-family: "Futura Medium", sans-serif;
    font-size: 2vw;
    background-position: center left;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    color: #272727; }
  .lukins-contacts .left .hours {
    font-size: 1.6vw;
    font-family: "Futura Medium", sans-serif;
    color: #272727;
    background: url(../img/icon-clock-1.svg) center left no-repeat;
    background-size: contain;
    line-height: 2.5vw;
    padding-left: 3.9vw;
    display: inline-block; }
  .lukins-contacts .left p {
    width: 100%; }
    .lukins-contacts .left p a {
      text-decoration: underline; }
      .lukins-contacts .left p a:hover {
        text-decoration: none; }

.lukins-contacts .right {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  padding-left: 6vw; }
  .lukins-contacts .right h3 {
    text-align: center;
    font-family: "Futura Medium", sans-serif;
    font-size: 2.5vw;
    color: #272727; }
  .lukins-contacts .right form {
    width: 100%; }
    .lukins-contacts .right form input[type="text"] {
      line-height: 60px;
      height: 60px;
      padding: 0 20px;
      font-size: 20px; }
    .lukins-contacts .right form textarea {
      display: block;
      padding: 20px;
      font-size: 20px;
      height: 150px; }
    .lukins-contacts .right form .lukins-btn {
      width: 100%; }

.lukins-blog-post > .container {
  padding-bottom: 4vw; }
  .lukins-blog-post > .container > .row .vc_row .container {
    padding: 0; }

.lukins-blog-post .alignleft {
  margin-right: 3vw; }

.lukins-blog-post img {
  max-width: 100%;
  margin: 0 auto;
  display: block; }

.lukins-blog-post p {
  margin-bottom: 2vw; }
  .lukins-blog-post p:last-child {
    margin-bottom: 0; }

.lukins-blog-post a {
  text-decoration: underline; }
  .lukins-blog-post a:hover {
    color: #d9590d;
    text-decoration: none; }

.lukins-blog-post h2 {
  font-family: "Futura Medium", sans-serif;
  font-size: 1.8vw;
  line-height: 2.8vw;
  color: #000000;
  margin-bottom: 1vw; }

.lukins-blog-post ul {
  margin-bottom: 2vw;
  padding-left: 4vw; }
  .lukins-blog-post ul:last-child {
    margin-bottom: 0; }
  .lukins-blog-post ul li {
    margin: 12px 0;
    position: relative;
    padding-left: 25px; }
    .lukins-blog-post ul li:before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 8px;
      background: #d9590d;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0; }

.lukins-blog-post .wpb_single_image {
  margin: 0;
  margin-right: 60px; }
  .lukins-blog-post .wpb_single_image figure {
    display: block; }
    .lukins-blog-post .wpb_single_image figure img {
      width: 100%; }
    .lukins-blog-post .wpb_single_image figure .vc_single_image-wrapper {
      display: block; }

.lukins-doctor-post > .container {
  width: 100%; }
  .lukins-doctor-post > .container > .row .vc_row .container {
    padding: 0; }

.lukins-doctor-post .alignleft {
  margin-right: 3vw; }

.lukins-doctor-post img {
  max-width: 100%;
  margin: 0 auto;
  display: block; }

.lukins-doctor-post p {
  margin-bottom: 2vw; }
  .lukins-doctor-post p:last-child {
    margin-bottom: 0; }

.lukins-doctor-post a {
  text-decoration: underline; }
  .lukins-doctor-post a:hover {
    color: #d9590d;
    text-decoration: none; }

.lukins-doctor-post h2 {
  font-family: "Futura Medium", sans-serif;
  font-size: 1.8vw;
  line-height: 2.8vw;
  color: #000000;
  margin-bottom: 1vw; }

.lukins-doctor-post ul {
  margin-bottom: 2vw;
  padding-left: 4vw; }
  .lukins-doctor-post ul:last-child {
    margin-bottom: 0; }
  .lukins-doctor-post ul li {
    margin: 12px 0;
    position: relative;
    padding-left: 25px; }
    .lukins-doctor-post ul li:before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 8px;
      background: #d9590d;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0; }

.lukins-doctor-post .wpb_single_image {
  margin: 0;
  margin-right: 60px; }
  .lukins-doctor-post .wpb_single_image figure {
    display: block; }
    .lukins-doctor-post .wpb_single_image figure img {
      width: 100%; }
    .lukins-doctor-post .wpb_single_image figure .vc_single_image-wrapper {
      display: block; }

.lukins-languages {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 1000;
  color: #ffffff;
  height: 54px;
  transition: all 500ms ease; }
  .lukins-languages .dropdown, .lukins-languages .dropdown-toggle {
    height: 54px;
    display: block; }
  .lukins-languages span {
    font-size: 15px;
    line-height: 54px;
    font-family: "Futura Medium", sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 500ms ease; }
    .lukins-languages span .icon {
      top: 1px;
      margin-right: 8px; }
    .lukins-languages span .arrow {
      top: -3px;
      margin-left: 5px;
      transition: all 500ms ease; }
    .lukins-languages span svg {
      display: inline-block;
      position: relative; }
      .lukins-languages span svg path {
        fill: #ffffff;
        transition: all 500ms ease; }
    .lukins-languages span:hover {
      color: #ffffff; }
      .lukins-languages span:hover svg path {
        fill: #ffffff; }
    .lukins-languages span:focus {
      color: #ffffff; }
      .lukins-languages span:focus svg path {
        fill: #ffffff; }
  .lukins-languages s {
    text-decoration: none; }
  .lukins-languages .lukins-dropdown {
    display: block !important;
    overflow: hidden;
    margin-top: 0;
    max-height: 0;
    transition: all 500ms ease;
    right: -15px;
    left: auto;
    top: 54px; }
  .lukins-languages .dropdown.open .lukins-dropdown {
    max-height: 200px; }
  .lukins-languages .dropdown.open .arrow {
    transform: rotate(-180deg); }
  @media (min-width: 992px) {
    .lukins-languages .dropdown:hover > .dropdown-menu {
      display: block;
      max-height: 200px; }
    .lukins-languages .dropdown:hover .arrow {
      transform: rotate(-180deg); } }

.lukins-dropdown {
  min-width: auto;
  padding: 0 30px;
  margin: 0;
  background: #272727;
  color: #ffffff;
  border-radius: 0;
  border: none;
  box-shadow: none;
  text-transform: uppercase; }
  .lukins-dropdown li {
    font-size: 15px;
    line-height: 25px;
    font-family: "Futura Medium", sans-serif; }
    .lukins-dropdown li:first-child {
      margin-top: 22px; }
    .lukins-dropdown li:last-child {
      margin-bottom: 22px; }
    .lukins-dropdown li a {
      padding: 0;
      margin: 17px 0;
      color: #ffffff; }
      .lukins-dropdown li a:hover {
        background: none;
        color: #bfbfbf; }

.lukins-title h2 {
  font-family: "Futura Medium", sans-serif;
  font-size: 2.7vw;
  line-height: 3.8vw;
  color: #000000;
  text-align: center;
  padding: 0 10%; }

.lukins-bullet-points ul {
  display: flex;
  width: 100%;
  flex-wrap: wrap; }
  .lukins-bullet-points ul li {
    padding: 15px 0;
    width: 50%;
    font-family: "Futura Medium", sans-serif;
    font-size: 2vw;
    line-height: 2.8vw;
    color: #000000;
    position: relative;
    padding-left: 70px;
    display: flex;
    align-items: center; }
    .lukins-bullet-points ul li:before {
      content: "";
      position: absolute;
      width: 40px;
      height: 40px;
      background: url(../img/icon-check-1.svg) 0 0 no-repeat;
      top: 50%;
      transform: translateY(-50%);
      left: 0; }

.lukins-video-block .video-wrapper {
  margin: 0 auto;
  display: block;
  width: 50%;
  position: relative;
  font-size: 0;
  line-height: 0; }
  .lukins-video-block .video-wrapper video {
    width: 100%; }

.lukins-video-block.is-youtube .video-wrapper {
  padding-bottom: 28%; }

.lukins-video-block.is-youtube iframe {
  position: absolute;
  width: 100% !important;
  height: 100% !important; }

.lukins-playpause {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  cursor: pointer; }
  .lukins-playpause span {
    width: 60px;
    height: 60px;
    background: #d9590d;
    border-radius: 60px;
    display: inline-block;
    position: relative;
    transition: all 350ms ease; }
    .lukins-playpause span:after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 11.5px 0 11.5px 18px;
      border-color: transparent transparent transparent #ffffff;
      position: absolute;
      top: 18px;
      left: 24px;
      transition: all 350ms ease;
      transform: scale(1); }
    .lukins-playpause span:before {
      content: "";
      width: 15px;
      height: 21px;
      background: url(../img/icon-pause-1.svg) 0 0 no-repeat;
      position: absolute;
      top: 19px;
      left: 23px;
      transform: scale(0);
      transition: all 350ms ease; }
  .lukins-playpause:hover span {
    background: #d9590d; }
  .lukins-playpause.paused span {
    opacity: 0; }
    .lukins-playpause.paused span:after {
      transform: scale(0); }
    .lukins-playpause.paused span:before {
      transform: scale(1); }
  .lukins-playpause.paused:hover span {
    opacity: 1; }

.lukins-promo-paragraph-1 {
  background: #f3f3f3; }
  .lukins-promo-paragraph-1 h2, .lukins-promo-paragraph-1 h3 {
    font-family: "Futura Medium", sans-serif;
    font-size: 2.7vw;
    line-height: 3.8vw;
    color: #000000;
    text-align: center; }
  .lukins-promo-paragraph-1 .text {
    padding: 0 120px; }

.lukins-promo-photos-static {
  display: flex; }
  .lukins-promo-photos-static > div {
    flex-basis: 100%; }
  .lukins-promo-photos-static .image {
    padding-bottom: 117.40%;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }

.lukins-promo-paragraph-2 .content {
  display: flex; }
  .lukins-promo-paragraph-2 .content .left {
    padding-right: 100px; }
  .lukins-promo-paragraph-2 .content .right {
    display: flex;
    align-items: center; }

.lukins-promo-paragraph-2 h2 {
  font-family: "Futura Medium", sans-serif;
  font-size: 2.7vw;
  line-height: 3.8vw;
  color: #000000;
  text-align: left; }

.lukins-promo-paragraph-2 .text {
  padding: 0 120px; }

.lukins-gallery-slider .item {
  height: auto;
  padding-bottom: 65%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.lukins-gallery-slider .owl-nav {
  width: 100%; }
  .lukins-gallery-slider .owl-nav > div {
    position: absolute;
    font-size: 0;
    line-height: 0;
    top: calc(50% - 45px); }
    .lukins-gallery-slider .owl-nav > div:hover .bg {
      fill: #000000; }
  .lukins-gallery-slider .owl-nav .owl-next {
    right: 0; }
    .lukins-gallery-slider .owl-nav .owl-next:active .arrow {
      transform: translateX(4px); }
  .lukins-gallery-slider .owl-nav .owl-prev {
    left: 0; }
    .lukins-gallery-slider .owl-nav .owl-prev:active .arrow {
      transform: translateX(-4px); }
  .lukins-gallery-slider .owl-nav .bg {
    fill: #d9590d;
    transition: all 350ms ease; }
  .lukins-gallery-slider .owl-nav .arrow {
    fill: #ffffff;
    transition: all 350ms ease; }

.lukins-promo-pair-blocks {
  display: flex;
  padding: 0 30px; }
  .lukins-promo-pair-blocks .item {
    padding: 6vw 5vw 5vw 5vw;
    flex-basis: 50%;
    text-align: center;
    background: #f3f3f3; }
    .lukins-promo-pair-blocks .item .text {
      margin-bottom: 4vw; }
    .lukins-promo-pair-blocks .item h2 {
      font-family: "Futura Medium", sans-serif;
      font-size: 2.3vw;
      line-height: 3.2vw;
      margin-bottom: 3vw; }
      .lukins-promo-pair-blocks .item h2 a {
        color: #000000; }
        .lukins-promo-pair-blocks .item h2 a:hover {
          color: #d9590d; }
    .lukins-promo-pair-blocks .item h3 {
      font-family: "Futura Medium", sans-serif;
      font-size: 22px; }
    .lukins-promo-pair-blocks .item.has-accent {
      background: #d9590d;
      color: #ffffff; }
      .lukins-promo-pair-blocks .item.has-accent h2 a {
        color: #ffffff; }
        .lukins-promo-pair-blocks .item.has-accent h2 a:hover {
          color: #000000; }
      .lukins-promo-pair-blocks .item.has-accent h3 a {
        color: #ffffff; }
        .lukins-promo-pair-blocks .item.has-accent h3 a:hover {
          color: #000000; }

.lukins-more-info {
  border-top: 2px solid #d9590d;
  border-bottom: 2px solid #d9590d;
  margin-top: -2px; }
  .lukins-more-info h2 {
    font-family: "Futura Medium", sans-serif;
    font-size: 2.7vw;
    line-height: 3.8vw;
    color: #000000;
    text-align: center; }
  .lukins-more-info .text {
    padding: 0 120px; }
  .lukins-more-info .title {
    font-family: "Futura Medium", sans-serif;
    font-size: 1.7vw;
    line-height: 2vw;
    padding-bottom: 20px;
    padding-top: 20px; }
    .lukins-more-info .title .toggle {
      display: flex;
      align-items: center;
      color: #000000; }
      .lukins-more-info .title .toggle span {
        padding-right: 20px; }
      .lukins-more-info .title .toggle i {
        width: 30px;
        height: 30px;
        border-radius: 30px;
        background: #d9590d;
        display: inline-block;
        margin-left: auto;
        position: relative;
        flex-shrink: 0;
        transition: all 500ms ease; }
        .lukins-more-info .title .toggle i:before, .lukins-more-info .title .toggle i:after {
          content: "";
          transition: all 500ms ease;
          background: #ffffff;
          position: absolute; }
        .lukins-more-info .title .toggle i:before {
          width: 20px;
          height: 2px;
          left: 5px;
          top: 14px;
          transform: rotate(180deg); }
        .lukins-more-info .title .toggle i:after {
          width: 2px;
          height: 20px;
          left: 14px;
          top: 5px;
          transform: rotate(270deg); }
      .lukins-more-info .title .toggle.collapsed i:before {
        transform: rotate(0); }
      .lukins-more-info .title .toggle.collapsed i::after {
        transform: rotate(0); }
    .lukins-more-info .title:hover .toggle {
      color: #d9590d; }
      .lukins-more-info .title:hover .toggle i {
        background: #000000; }
  .lukins-more-info .content .text {
    padding: 15px 0 40px 0; }
    .lukins-more-info .content .text ul {
      padding: 25px; }
      .lukins-more-info .content .text ul li {
        position: relative;
        padding-left: 20px;
        padding-top: 5px;
        padding-bottom: 5px; }
        .lukins-more-info .content .text ul li:before {
          content: "•";
          position: absolute;
          top: 5px;
          left: 0;
          font-size: 36px; }

.lukins-buttons {
  width: 100%;
  text-align: center; }
  .lukins-buttons a {
    margin: 0 15px;
    width: 300px; }

.lukins-promo-about-1 {
  display: flex; }
  .lukins-promo-about-1 .text {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-family: "Futura Medium", sans-serif;
    font-size: 2.5vw;
    line-height: 4vw;
    color: #272727; }
    .lukins-promo-about-1 .text .content {
      width: 582px;
      padding-right: 100px; }
  .lukins-promo-about-1 .photo {
    width: 50%;
    position: relative; }
    .lukins-promo-about-1 .photo > div {
      width: 100%;
      padding-bottom: 79.33%;
      position: relative; }

.lukins-list {
  font-size: 2vw;
  line-height: 3vw;
  font-family: "Futura Medium", sans-serif;
  color: #d9590d; }
  .lukins-list li {
    position: relative;
    padding: 0.5vw 0 0.5vw 45px; }
    .lukins-list li:before {
      content: "";
      width: 10px;
      height: 10px;
      border-radius: 10px;
      background: #000000 !important;
      position: absolute;
      top: 1.7vw !important;
      transform: none !important;
      left: 0; }

.lukins-doctors .intro {
  text-align: center;
  padding: 0 10%; }

.lukins-doctors .doctors {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden; }
  .lukins-doctors .doctors .item {
    width: 25%;
    position: relative; }
    .lukins-doctors .doctors .item > div {
      padding-bottom: 121.87%; }
    .lukins-doctors .doctors .item .content {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .lukins-doctors .doctors .item .content .image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat; }
      .lukins-doctors .doctors .item .content .overlay {
        opacity: 0;
        transition: all 500ms ease;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        z-index: 100;
        color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        font-family: "Futura Medium", sans-serif;
        letter-spacing: 1px; }
        .lukins-doctors .doctors .item .content .overlay .link {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 10; }
        .lukins-doctors .doctors .item .content .overlay h2 {
          font-size: 1.8vw;
          margin-bottom: 15px;
          transform: translateY(-10px);
          transition: all 350ms ease;
          padding: 0 10%;
          text-align: center; }
        .lukins-doctors .doctors .item .content .overlay h3 {
          font-size: 1.1vw;
          transform: translateY(-10px);
          transition: all 350ms ease; }
        .lukins-doctors .doctors .item .content .overlay > div {
          position: absolute;
          bottom: 50px;
          width: 100%;
          text-align: center;
          transform: translateY(10px);
          transition: all 350ms ease;
          z-index: 1000; }
    .lukins-doctors .doctors .item:hover .content .overlay {
      opacity: 1; }
      .lukins-doctors .doctors .item:hover .content .overlay h2 {
        transform: translateY(0); }
      .lukins-doctors .doctors .item:hover .content .overlay h3 {
        transform: translateY(0); }
      .lukins-doctors .doctors .item:hover .content .overlay > div {
        transform: translateY(0); }

.lukins-lightbox-signup .nf-response-msg, .lukins-contacts-wrapper .nf-response-msg {
  color: #ffffff;
  text-align: center; }

.lukins-lightbox-signup .nf-form-cont, .lukins-contacts-wrapper .nf-form-cont {
  width: 70%; }

.lukins-lightbox-signup .nf-field-label, .lukins-contacts-wrapper .nf-field-label {
  display: none; }

.lukins-lightbox-signup .nf-before-form-content, .lukins-contacts-wrapper .nf-before-form-content {
  display: none; }

.lukins-lightbox-signup .nf-error-msg, .lukins-contacts-wrapper .nf-error-msg {
  font-size: 14px; }

.lukins-lightbox-signup .nf-error .ninja-forms-field, .lukins-contacts-wrapper .nf-error .ninja-forms-field {
  border: none;
  background: #ffe1d9; }

.lukins-lightbox-signup textarea, .lukins-contacts-wrapper textarea {
  display: block; }

.lukins-lightbox-signup input[type="button"], .lukins-contacts-wrapper input[type="button"] {
  width: 100% !important; }

.lukins-lightbox-signup .nf-form-wrap {
  padding-bottom: 45px;
  padding-top: 70px; }

.lukins-lightbox-signup .nf-error-msg {
  color: #ffffff; }

.lukins-lightbox-signup h3 {
  margin-bottom: 20px !important; }

.lukins-lightbox-signup .nf-response-msg {
  color: #ffffff;
  font-family: "Futura Medium", sans-serif;
  font-size: 22px; }
  .lukins-lightbox-signup .nf-response-msg p {
    padding: 5px 0; }

.lukins-lightbox-signup.is-compact .form {
  align-items: flex-start;
  overflow-y: auto; }
  .lukins-lightbox-signup.is-compact .form .input-wrapper {
    margin-bottom: 15px; }

.lukins-contacts-wrapper h3 {
  margin-bottom: 6vw; }

.lukins-contacts-wrapper .nf-form-cont {
  width: 100%; }

.lukins-contacts-wrapper .nf-field-container {
  margin-bottom: 20px; }

.lukins-contacts-wrapper input[type="button"] {
  text-align: center;
  background: #d9590d;
  font-family: "Futura Medium", sans-serif;
  font-size: 22px;
  line-height: 60px;
  color: #ffffff !important;
  display: inline-block;
  padding: 0 30px;
  border: none;
  border-radius: 0 !important;
  transition: all 350ms ease; }
  .lukins-contacts-wrapper input[type="button"]:hover {
    color: #ffffff !important;
    background: #272727; }

.lukins-contacts-wrapper .nf-response-msg {
  color: #000000;
  font-family: "Futura Medium", sans-serif;
  font-size: 22px; }
  .lukins-contacts-wrapper .nf-response-msg p {
    padding: 5px 0; }

.lukins-cookies {
  width: 100%;
  position: fixed;
  bottom: 0;
  background: #d9590d;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  z-index: 1000;
  padding: 20px 30px;
  display: flex;
  justify-content: space-between; }
  .lukins-cookies > div {
    display: flex;
    align-items: center;
    flex-wrap: nowrap; }
    .lukins-cookies > div:first-child {
      flex-grow: 1;
      padding-right: 15%;
      font-size: 16px;
      line-height: 22px; }
    .lukins-cookies > div:last-child {
      flex-shrink: 0; }
      .lukins-cookies > div:last-child > div {
        display: flex; }
        .lukins-cookies > div:last-child > div > div {
          display: flex; }
        .lukins-cookies > div:last-child > div:last-child a {
          display: block;
          min-width: 150px;
          text-align: center;
          padding: 0 0 0 30px;
          font-size: 16px; }
  .lukins-cookies a {
    color: #ffffff;
    text-decoration: underline; }
    .lukins-cookies a:hover {
      text-decoration: none; }
  .lukins-cookies .lukins-btn {
    margin: 0 5px;
    text-decoration: none; }

div.wpb_content_element {
  margin-bottom: 0; }

@media only screen and (min-width: 1530px) {
  .container {
    width: 1470px; }
  .lukins-promo-about-1 .text .content {
    width: 735px; }
  .lukins-header .title h1, .lukins-header .title h2 {
    width: 1470px; }
  .lukins-bullet-points ul li {
    padding: 22px 0;
    padding-left: 70px; } }

@media only screen and (max-width: 1200px) {
  .lukins-promo-banner > div .title {
    padding: 0 10%; }
  .lukins-promo-banner:hover h3 {
    padding-bottom: 25px; }
  .lukins-promo-banner:hover > div .title .details {
    padding-top: 25px; }
  .lukins-header.section .title {
    height: 200px; }
    .lukins-header.section .title h1, .lukins-header.section .title h2 {
      width: 970px; }
  .lukins-promo-about-1 .text .content {
    width: 485px; } }

@media only screen and (max-width: 992px) {
  html.lukins-main-menu-open {
    overflow: hidden; }
  body {
    padding-top: 54px; }
    body.lukins-main-menu-open {
      overflow: hidden; }
      body.lukins-main-menu-open .lukins-dock-mobile .logo {
        transform: translateX(550%); }
      body.lukins-main-menu-open .lukins-dock-mobile .lukins-languages {
        transform: translateX(300%); }
      body.lukins-main-menu-open .lukins-btn-menu {
        left: calc(100% - 60px) !important; }
        body.lukins-main-menu-open .lukins-btn-menu:after, body.lukins-main-menu-open .lukins-btn-menu:before {
          background: #ffffff !important; }
  .lukins-promo-banner-wrapper {
    flex-wrap: wrap; }
  .lukins-promo-banner {
    background: none !important; }
    .lukins-promo-banner > div {
      padding-bottom: 50%; }
      .lukins-promo-banner > div h3 {
        padding-bottom: 25px; }
      .lukins-promo-banner > div .image-mobile {
        display: block;
        width: 50%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-size: cover;
        background-position: center center; }
      .lukins-promo-banner > div .title {
        width: 50%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        left: auto;
        background: #d9590d;
        padding: 0 5%; }
        .lukins-promo-banner > div .title .details {
          max-height: none;
          opacity: 1;
          padding-top: 25px; }
    .lukins-promo-banner:nth-child(even) .image-mobile {
      left: auto;
      right: 0; }
    .lukins-promo-banner:nth-child(even) .title {
      right: auto;
      left: 0; }
    .lukins-promo-banner:after {
      display: none !important; }
  .lukins-footer .newsletter .input-wrapper {
    padding: 0 10%; }
  .lukins-footer .hours {
    font-size: 2vw;
    line-height: 3vw;
    padding-left: 5vw; }
  .lukins-footer ul li {
    font-size: 2.5vw;
    line-height: 3.5vw;
    margin: 3vw 0; }
    .lukins-footer ul li span {
      margin-right: 2vw;
      width: 6vw;
      height: 6vw;
      font-size: 4vw; }
  .lukins-promo-signup {
    height: auto; }
    .lukins-promo-signup .title {
      position: relative;
      width: 100%;
      padding: 10vw; }
      .lukins-promo-signup .title .intro {
        margin-bottom: 5.5vw; }
      .lukins-promo-signup .title h2 {
        font-size: 6vw;
        line-height: 7vw;
        margin-bottom: 5.5vw; }
      .lukins-promo-signup .title h3 {
        position: relative;
        top: auto;
        bottom: auto;
        font-size: 2vw;
        line-height: 3vw;
        margin-top: 5vw; }
  .lukins-lightbox-signup {
    flex-flow: column; }
    .lukins-lightbox-signup .image {
      width: 100%; }
      .lukins-lightbox-signup .image .logo {
        padding: 50px 0; }
    .lukins-lightbox-signup .form {
      width: 100%;
      padding-top: 50px; }
      .lukins-lightbox-signup .form h3 {
        font-size: 3.5vw;
        line-height: 4.5vw; }
    .lukins-lightbox-signup .lukins-btn-close {
      top: 0;
      right: 0; }
      .lukins-lightbox-signup .lukins-btn-close span s {
        background: #000000; }
  .lukins-lightbox-subscribe {
    width: 100%; }
    .lukins-lightbox-subscribe form h3 {
      font-size: 3.5vw;
      line-height: 4.5vw; }
    .lukins-lightbox-subscribe .lukins-btn-close {
      top: 0;
      right: 0; }
  .lukins-lightbox-banner-wrapper {
    padding: 15px; }
  .lukins-lightbox-banner img {
    max-height: calc(100vh - 30px); }
  .lukins-btn-menu {
    transition: all 500ms ease;
    background: none;
    top: -2px !important;
    left: 0 !important; }
    .lukins-btn-menu:after, .lukins-btn-menu:before, .lukins-btn-menu span {
      background: #ffffff; }
    .lukins-btn-menu:hover span {
      opacity: 0; }
    .lukins-btn-menu:hover:after {
      transform: translateY(0); }
    .lukins-btn-menu:hover:before {
      transform: translateY(0); }
  .lukins-dock-mobile {
    display: flex; }
  .lukins-header .dock {
    display: none; }
  .lukins-header.section .breadcrumbs {
    font-size: 1.6vw; }
    .lukins-header.section .breadcrumbs a:after {
      height: 1.7vw;
      width: 0.25vw;
      margin-left: 1.7vw; }
  .lukins-header .title {
    margin-top: 0 !important; }
    .lukins-header .title h1, .lukins-header .title h2 {
      width: 750px !important; }
  .lukins-main-menu {
    width: calc(100% - 60px);
    height: auto;
    top: 0;
    bottom: 0;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    padding: 15px;
    overflow-y: auto; }
    .lukins-main-menu > div {
      width: 100%; }
      .lukins-main-menu > div:last-child {
        display: block; }
    .lukins-main-menu ul {
      margin-bottom: 20px; }
      .lukins-main-menu ul li {
        transition: all 350ms ease; }
        .lukins-main-menu ul li a {
          padding: 10px 0;
          display: block;
          text-align: center;
          font-size: 20px; }
        .lukins-main-menu ul li:hover {
          transform: translateX(0); }
          .lukins-main-menu ul li:hover a {
            color: #d9590d; }
    .lukins-main-menu .phone {
      color: #000000;
      text-align: center;
      display: block;
      font-size: 25px;
      margin-bottom: 25px; }
      .lukins-main-menu .phone span {
        padding-left: 32px;
        background: url(../img/logo-phone-1.svg) center left no-repeat; }
    .lukins-main-menu .lukins-btn {
      letter-spacing: 1px;
      padding: 0 10px;
      font-size: 17px;
      width: 100%; }
  .lukins-services .item .row .image a {
    padding-bottom: 70%; }
  .lukins-services .item .row .text h2 {
    font-size: 3vw;
    line-height: 4vw; }
  .lukins-services .item .row .text h3 {
    font-size: 2.2vw; }
  .lukins-services.news .item {
    padding: 20px 0; }
    .lukins-services.news .item .row .image {
      padding-right: 20px; }
    .lukins-services.news .item .row .text {
      padding-left: 20px; }
      .lukins-services.news .item .row .text h2 {
        font-size: 2.4vw;
        line-height: 3.3vw;
        margin-bottom: 1.8vw; }
      .lukins-services.news .item .row .text h3 {
        font-size: 2.2vw; }
      .lukins-services.news .item .row .text .intro {
        margin-bottom: 2.2vw; }
  .lukins-pagination {
    font-size: 2.5vw; }
    .lukins-pagination a {
      width: 4.5vw;
      height: 4.5vw;
      border-radius: 4.5vw; }
  .lukins-prices .title, .lukins-togglemore .title {
    font-size: 3.2vw;
    line-height: 4.2vw; }
  .lukins-prices .content ul li, .lukins-togglemore .content ul li {
    font-size: 2vw;
    line-height: 3vw; }
  .lukins-testimonials {
    margin-bottom: -30px;
    overflow: hidden; }
    .lukins-testimonials > .container > .row {
      overflow: hidden;
      margin: 0 -30px; }
    .lukins-testimonials > .container > .row[data-columns]::before {
      content: '2 .column.size-1of2'; }
    .lukins-testimonials .column {
      float: left;
      margin: 0 15px; }
      .lukins-testimonials .column.size-1of2 {
        width: calc(50% - 30px); }
    .lukins-testimonials .item {
      margin-bottom: 30px; }
      .lukins-testimonials .item p {
        font-size: 1.6vw;
        line-height: 3vw; }
      .lukins-testimonials .item .client .image img {
        width: 30%; }
  .lukins-blog-post > .container > .row img {
    width: 100%;
    height: auto;
    margin-bottom: 4vw; }
  .lukins-blog-post > .container > .row .wpb_column {
    width: 100%;
    margin: 0 0 60px 0; }
  .lukins-blog-post .alignleft {
    margin-right: 0; }
  .lukins-blog-post h2 {
    font-size: 2.8vw;
    line-height: 3.8vw; }
  .lukins-blog-post .wpb_single_image {
    margin: 0;
    margin-right: 0; }
  body.doctor .lukins-blog-post img {
    margin: 0 auto 4vw auto !important;
    float: none !important;
    max-width: 100%;
    display: block; }
  .vc-row {
    padding: 0 15px;
    display: flex;
    flex-flow: column-reverse;
    width: 100%; }
    .vc-row > div {
      width: 100% !important;
      padding: 0 !important; }
      .vc-row > div img {
        margin-bottom: 15px; }
  .lukins-promo-about-1 .text {
    font-size: 3vw;
    line-height: 4.5vw; }
    .lukins-promo-about-1 .text .content {
      width: 735px;
      padding-left: 50px;
      padding-right: 50px; }
  .lukins-list {
    margin-top: 40px; }
    .lukins-list li {
      padding-left: 35px; }
      .lukins-list li:before {
        top: 1.5vw !important; }
  .lukins-doctors .doctors .item {
    width: 33.33%;
    position: relative; }
    .lukins-doctors .doctors .item .content .overlay {
      opacity: 1;
      background: none;
      justify-content: flex-end; }
      .lukins-doctors .doctors .item .content .overlay:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.3;
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, black 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, black));
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, black 100%);
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, black 100%);
        background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, black 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, black 100%); }
      .lukins-doctors .doctors .item .content .overlay .lukins-btn {
        font-size: 2vw;
        line-height: 40px;
        padding: 0 15px;
        background: none;
        color: #d9590d !important; }
      .lukins-doctors .doctors .item .content .overlay h2 {
        font-size: 2.5vw;
        margin-bottom: 10px;
        transform: translateY(0); }
      .lukins-doctors .doctors .item .content .overlay h3 {
        font-size: 1.8vw;
        margin-bottom: 10px;
        transform: translateY(0); }
      .lukins-doctors .doctors .item .content .overlay > div {
        position: relative;
        transform: translateY(0);
        bottom: auto;
        margin-bottom: 20px; }
  .lukins-cookies {
    flex-flow: column;
    padding: 15px; }
    .lukins-cookies > div:first-child {
      font-size: 14px;
      line-height: 18px;
      margin-bottom: 15px; }
    .lukins-cookies .buttons {
      position: relative;
      bottom: auto;
      right: auto; }
      .lukins-cookies .buttons > div:last-child {
        margin-left: auto;
        font-size: 12px; }
  .lukins-promo-paragraph-1 h2, .lukins-promo-paragraph-1 h3 {
    font-size: 3.7vw;
    line-height: 4.8vw; }
  .lukins-promo-paragraph-1 .text {
    padding: 0 0; }
  .lukins-more-info .title {
    padding-right: 15px; }
  .lukins-more-info .title, .lukins-more-info h2 {
    font-size: 2.7vw;
    line-height: 7vw; }
  .lukins-video-block.is-youtube {
    margin-bottom: 0; }
    .lukins-video-block.is-youtube .video-wrapper {
      width: 100%;
      padding-bottom: 56%; } }

@media only screen and (max-width: 767px) {
  .lukins-spacer.small {
    height: 6vw; }
  .bg-parallax .image, .bg-static .image, .bg-overlay .image {
    height: 150%; }
  .lukins-btn {
    font-size: 18px;
    line-height: 50px;
    padding: 0 20px; }
    .lukins-btn.big {
      line-height: 60px;
      padding: 0 25px; }
  .lukins-spacer.medium {
    height: 10vw; }
  .lukis-title h2 {
    font-size: 9vw;
    line-height: 10vw; }
  .lukins-header {
    height: calc(70vh); }
    .lukins-header .title {
      padding-bottom: 50px; }
      .lukins-header .title h1 {
        width: 100%;
        padding: 0 20px;
        font-size: 10vw;
        line-height: 12vw;
        margin-bottom: 30px; }
      .lukins-header .title h3 {
        width: 100%;
        font-size: 8vw;
        line-height: 9vw; }
    .lukins-header .scroll {
      padding-bottom: 12vw; }
      .lukins-header .scroll:after {
        height: 10.5vw; }
  .lukins-promo-banner {
    background: none !important; }
    .lukins-promo-banner > div {
      padding-bottom: 0;
      display: flex;
      flex-flow: column-reverse;
      position: relative; }
      .lukins-promo-banner > div h3 {
        padding-bottom: 25px;
        font-size: 7vw;
        line-height: 10vw;
        padding-left: 0;
        padding-right: 0; }
      .lukins-promo-banner > div .image-mobile {
        width: 100%;
        height: 50%;
        position: relative;
        top: 0;
        left: 0;
        padding-bottom: 80%; }
      .lukins-promo-banner > div .title {
        width: 100%;
        height: auto;
        position: relative;
        top: auto;
        bottom: 0;
        right: auto;
        left: 0;
        padding: 10%; }
        .lukins-promo-banner > div .title .details {
          max-height: none;
          opacity: 1;
          padding-top: 25px;
          padding-left: 0;
          padding-right: 0; }
    .lukins-promo-banner:nth-child(even) .image-mobile {
      left: auto;
      right: 0; }
    .lukins-promo-banner:nth-child(even) .title {
      right: auto;
      left: 0; }
  .lukins-promo-section img {
    height: auto !important;
    position: relative;
    left: 50%;
    width: 80%;
    transform: translateX(-50%) !important; }
  .lukins-promo-section .content {
    width: 100%;
    text-align: center;
    padding: 12vw 15px 0 15px; }
    .lukins-promo-section .content h2 {
      font-size: 7vw;
      line-height: 9vw;
      margin-bottom: 5vw; }
    .lukins-promo-section .content h3 {
      font-size: 5vw;
      line-height: 7vw;
      margin-bottom: 5vw; }
  .lukins-promo-icons {
    flex-flow: column; }
    .lukins-promo-icons .item {
      margin-bottom: 10vw; }
      .lukins-promo-icons .item:last-child {
        margin-bottom: 0; }
      .lukins-promo-icons .item h2 {
        font-size: 7vw;
        line-height: 8vw;
        margin-bottom: 8vw; }
      .lukins-promo-icons .item h3 {
        font-size: 5vw;
        line-height: 6vw; }
      .lukins-promo-icons .item p {
        margin-bottom: 5vw; }
      .lukins-promo-icons .item .icon {
        margin-bottom: 8vw; }
        .lukins-promo-icons .item .icon img {
          height: 40vw; }
  .lukins-promo-signup {
    height: auto; }
    .lukins-promo-signup .title {
      position: relative;
      width: 100%;
      padding: 10vw; }
      .lukins-promo-signup .title .intro {
        margin-bottom: 5.5vw; }
      .lukins-promo-signup .title h2 {
        font-size: 7vw;
        line-height: 8vw;
        margin-bottom: 5.5vw; }
      .lukins-promo-signup .title h3 {
        position: relative;
        top: auto;
        bottom: auto;
        font-size: 5vw;
        line-height: 6vw;
        margin-top: 8vw; }
  .lukins-footer ul li {
    flex-flow: column;
    font-size: 5.8vw;
    line-height: 6.8vw;
    margin: 7.5vw 0; }
    .lukins-footer ul li span {
      margin-bottom: 4vw;
      margin-right: 0;
      width: 14vw;
      height: 14vw;
      font-size: 7vw; }
  .lukins-footer .left {
    width: 100%;
    flex-basis: 100%; }
  .lukins-footer .right {
    width: 100%;
    flex-basis: 100%; }
  .lukins-footer .newsletter .input-wrapper {
    padding: 0 15px; }
  .lukins-footer .lukins-social {
    padding: 10vw 0; }
  .lukins-footer .hours {
    font-size: 5vw;
    line-height: 6vw;
    padding-left: 8.5vw; }
  .lukins-footer .copyright {
    flex-flow: column;
    text-align: center;
    line-height: 25px;
    padding: 20px 15px;
    height: auto; }
    .lukins-footer .copyright .logo {
      margin: 10px 0 0 0; }
  .lukins-social a {
    width: 14vw;
    height: 14vw;
    border-radius: 14vw;
    font-size: 6.5vw;
    margin: 0 2vw; }
  .lukins-calculator h2 {
    font-size: 7vw;
    line-height: 9vw;
    padding: 0 15px; }
    .lukins-calculator h2 br {
      display: none; }
  .lukins-calculator .input-wrapper {
    margin-bottom: 5vw; }
    .lukins-calculator .input-wrapper label {
      font-size: 5vw;
      line-height: 6vw;
      margin-bottom: 2vw; }
    .lukins-calculator .input-wrapper .value {
      width: 10vw;
      font-size: 7vw;
      line-height: 8vw !important;
      margin-top: -6vw; }
    .lukins-calculator .input-wrapper .type {
      margin-bottom: 10vw; }
      .lukins-calculator .input-wrapper .type a {
        font-size: 6vw;
        line-height: 14vw;
        height: 14vw;
        flex-basis: 100%; }
  .lukins-calculator .calculator {
    flex-flow: column;
    padding: 0 15px; }
    .lukins-calculator .calculator .left {
      width: 100%;
      padding: 0; }
    .lukins-calculator .calculator .right {
      width: 100%;
      padding: 0;
      display: block; }
    .lukins-calculator .calculator .ui-slider {
      height: 6vw; }
      .lukins-calculator .calculator .ui-slider .ui-slider-handle {
        width: 9vw;
        height: 9vw; }
        .lukins-calculator .calculator .ui-slider .ui-slider-handle:after {
          width: 9vw;
          height: 9vw;
          border-radius: 9vw; }
        .lukins-calculator .calculator .ui-slider .ui-slider-handle:before {
          content: "";
          width: 5vw;
          height: 5vw; }
    .lukins-calculator .calculator .ui-widget.ui-widget-content:after {
      height: 6vw; }
  .lukins-calculator #total-value {
    font-size: 12vw;
    width: 100%;
    height: 28vw;
    line-height: 28vw; }
  .lukins-calculator .total-value span {
    font-size: 5vw;
    top: 0;
    left: 2vw; }
  .lukins-calculator .total-value:before {
    transform: rotate(90deg) translateX(-50%);
    top: -2vw;
    left: 50%; }
  .lukins-calculator .benefits {
    flex-flow: column;
    padding: 0 15px; }
    .lukins-calculator .benefits .item {
      flex-flow: column;
      padding: 12vw 9%;
      display: block; }
      .lukins-calculator .benefits .item h2 {
        font-size: 6.5vw;
        line-height: 8.5vw; }
      .lukins-calculator .benefits .item h3 {
        position: relative;
        font-size: 5vw;
        line-height: 6vw;
        margin-top: 9vw;
        margin-bottom: -2vw; }
      .lukins-calculator .benefits .item .icon {
        width: 13vw;
        height: 13vw;
        border-radius: 13vw;
        top: -6vw; }
        .lukins-calculator .benefits .item .icon:after {
          width: 7vw;
          height: 1vw;
          top: 5.6vw;
          left: 3.1vw; }
        .lukins-calculator .benefits .item .icon:before {
          content: "";
          width: 1vw;
          height: 7vw;
          top: 2.8vw;
          left: 6vw; }
  .lukins-calculator .notes {
    padding: 0 15px; }
  .lukins-lightbox-signup-wrapper {
    padding: 15px; }
  .lukins-lightbox-signup {
    overflow-y: auto; }
    .lukins-lightbox-signup .nf-form-wrap {
      padding-bottom: 0;
      padding-top: 0; }
    .lukins-lightbox-signup .image {
      width: 100%; }
      .lukins-lightbox-signup .image .logo {
        padding: 15px 0;
        transform: scale(0.6); }
    .lukins-lightbox-signup .form {
      width: 100%;
      padding: 15px;
      padding-top: 25px;
      align-items: flex-start; }
      .lukins-lightbox-signup .form .nf-form-cont {
        width: 100%; }
      .lukins-lightbox-signup .form form {
        width: 100%; }
      .lukins-lightbox-signup .form h3 {
        font-size: 6vw;
        line-height: 7vw;
        margin-bottom: 25px; }
      .lukins-lightbox-signup .form .input-wrapper, .lukins-lightbox-signup .form .nf-field-container {
        margin-bottom: 10px; }
        .lukins-lightbox-signup .form .input-wrapper input, .lukins-lightbox-signup .form .nf-field-container input {
          font-size: 16px;
          line-height: 40px;
          min-height: 40px;
          padding: 0 15px; }
        .lukins-lightbox-signup .form .input-wrapper textarea, .lukins-lightbox-signup .form .nf-field-container textarea {
          font-size: 16px;
          line-height: 40px;
          line-height: 26px;
          padding: 15px;
          height: 115px; }
  .lukins-lightbox-subscribe form {
    width: 100%;
    padding: 55px 15px 15px; }
    .lukins-lightbox-subscribe form h3 {
      font-size: 6vw;
      line-height: 7vw;
      margin-bottom: 35px; }
    .lukins-lightbox-subscribe form .input-wrapper {
      margin-bottom: 10px; }
      .lukins-lightbox-subscribe form .input-wrapper:last-child {
        margin-bottom: 0; }
    .lukins-lightbox-subscribe form input[type="text"], .lukins-lightbox-subscribe form input[type="tel"], .lukins-lightbox-subscribe form input[type="email"], .lukins-lightbox-subscribe form textarea {
      font-size: 16px;
      line-height: 40px;
      min-height: 40px;
      padding: 0 15px; }
    .lukins-lightbox-subscribe form input[type="checkbox"] + label {
      font-size: 4vw; }
    .lukins-lightbox-subscribe form .lukins-error-msg {
      margin-top: 0; }
    .lukins-lightbox-subscribe form .lukins-field-note {
      font-size: 4vw;
      line-height: 5vw; }
  .lukins-header .title h1, .lukins-header .title h2 {
    width: 100% !important;
    font-size: 10vw;
    line-height: 12vw; }
  .lukins-header.section .title {
    height: auto;
    padding: 20px 0 35px 0; }
    .lukins-header.section .title h1, .lukins-header.section .title h2 {
      width: 100% !important;
      font-size: 8vw;
      line-height: 11vw; }
  .lukins-header.section .breadcrumbs {
    position: relative;
    left: auto;
    transform: none;
    text-align: center;
    font-size: 4vw;
    margin-bottom: 5vw; }
    .lukins-header.section .breadcrumbs a {
      padding-right: 10vw; }
      .lukins-header.section .breadcrumbs a:after {
        height: 4vw;
        width: 0.55vw;
        margin-left: 5.5vw;
        margin-top: 0.2vw; }
  .lukins-services .item {
    padding: 15px 0; }
    .lukins-services .item .row {
      flex-flow: column;
      padding: 0 15px; }
      .lukins-services .item .row .image {
        margin-bottom: 25px;
        width: 100%;
        padding: 0; }
        .lukins-services .item .row .image a {
          padding-bottom: 60%; }
      .lukins-services .item .row .text {
        width: 100%;
        padding: 0; }
        .lukins-services .item .row .text .intro {
          margin-bottom: 25px; }
        .lukins-services .item .row .text h2 {
          font-size: 7vw;
          line-height: 9vw;
          margin-bottom: 25px; }
        .lukins-services .item .row .text h3 {
          font-size: 5.2vw;
          margin-bottom: 15px; }
  .lukins-promo-text {
    justify-content: center;
    align-items: center;
    padding: 35px 0;
    flex-flow: column; }
    .lukins-promo-text h3 {
      font-size: 6.4vw;
      line-height: 9vw;
      margin-bottom: 6vw;
      text-align: center;
      margin-right: 0; }
  .lukins-services.news {
    padding: 15px 0; }
    .lukins-services.news .item {
      padding: 10px 0; }
      .lukins-services.news .item:first-child {
        padding-top: 0; }
      .lukins-services.news .item .row .image {
        padding-right: 0; }
      .lukins-services.news .item .row .text {
        padding-left: 0; }
        .lukins-services.news .item .row .text h2 {
          font-size: 7vw;
          line-height: 10vw;
          margin-bottom: 4vw; }
        .lukins-services.news .item .row .text h3 {
          font-size: 6vw; }
        .lukins-services.news .item .row .text .intro {
          margin-bottom: 4vw; }
  .lukins-pagination {
    padding: 30px 0;
    padding-top: 5px;
    font-size: 6vw; }
    .lukins-pagination a, .lukins-pagination span {
      width: 12vw;
      height: 12vw;
      border-radius: 12vw; }
  .lukins-prices, .lukins-togglemore {
    padding: 0 15px;
    margin-top: -6.3vw; }
    .lukins-prices .title, .lukins-togglemore .title {
      font-size: 7.2vw;
      line-height: 10vw;
      padding-bottom: 6.3vw;
      padding-top: 6.3vw; }
    .lukins-prices .content ul li, .lukins-togglemore .content ul li {
      font-size: 5.5vw;
      line-height: 8vw; }
      .lukins-prices .content ul li > div:first-child, .lukins-togglemore .content ul li > div:first-child {
        width: 70%; }
  .lukins-testimonials {
    margin-bottom: -15px;
    overflow: hidden; }
    .lukins-testimonials > .container > .row {
      overflow: hidden;
      margin: 0 0; }
    .lukins-testimonials > .container > .row[data-columns]::before {
      content: '2 .column.size-1of2'; }
    .lukins-testimonials .column {
      float: left;
      margin: 0; }
      .lukins-testimonials .column.size-1of2 {
        width: calc(100%); }
    .lukins-testimonials .item {
      margin-bottom: 15px;
      padding: 6.5vw 7vw; }
      .lukins-testimonials .item p {
        font-size: 5vw;
        line-height: 7.5vw; }
      .lukins-testimonials .item .client {
        padding-top: 4vw; }
        .lukins-testimonials .item .client .image img {
          width: 30%;
          margin-bottom: 4vw; }
        .lukins-testimonials .item .client h3 {
          font-size: 5.5vw; }
  .lukins-testimonial-form h3 {
    font-size: 7vw; }
  .lukins-testimonial-form form {
    width: auto;
    padding: 0 20px; }
    .lukins-testimonial-form form .input-wrapper input[type="checkbox"] + label {
      font-size: 4vw; }
    .lukins-testimonial-form form .input-wrapper.file {
      font-size: 6.5vw; }
    .lukins-testimonial-form form .lukins-btn {
      margin-top: 0; }
  .lukins-contacts-wrapper > .container {
    flex-wrap: wrap; }
    .lukins-contacts-wrapper > .container > .wpb_column {
      width: 100%;
      padding: 0 !important;
      border: none !important; }
      .lukins-contacts-wrapper > .container > .wpb_column:first-child {
        margin-bottom: 10vw; }
      .lukins-contacts-wrapper > .container > .wpb_column ul {
        margin-top: -25px; }
        .lukins-contacts-wrapper > .container > .wpb_column ul li {
          margin: 1vw 0;
          padding-left: 70px;
          min-height: 60px;
          font-family: "Futura Medium", sans-serif;
          font-size: 6vw;
          background-position: center left;
          background-repeat: no-repeat;
          display: flex;
          align-items: center;
          color: #272727; }
      .lukins-contacts-wrapper > .container > .wpb_column .lukins-contacts-hours {
        display: flex;
        font-size: 5.4vw;
        line-height: 8.5vw;
        padding-left: 70px;
        background-size: inherit; }
      .lukins-contacts-wrapper > .container > .wpb_column h3 {
        font-size: 7.5vw; }
  .lukins-contacts-wrapper .wpb_text_column {
    margin-bottom: 0; }
  .lukins-contacts-wrapper .lukins-spacer.medium {
    display: none; }
  .lukins-contacts-wrapper .lukins-contacts-list {
    padding-top: 30px; }
  .lukins-contacts > .container > .row {
    flex-wrap: wrap;
    padding: 0 15px; }
    .lukins-contacts > .container > .row .left, .lukins-contacts > .container > .row .right {
      width: 100%;
      padding: 0; }
    .lukins-contacts > .container > .row .left {
      border: none; }
    .lukins-contacts > .container > .row .left {
      margin-top: -25px; }
      .lukins-contacts > .container > .row .left ul li {
        margin: 1vw 0;
        padding-left: 70px;
        min-height: 60px;
        font-family: "Futura Medium", sans-serif;
        font-size: 6vw;
        background-position: center left;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
        color: #272727; }
      .lukins-contacts > .container > .row .left .hours {
        display: flex;
        font-size: 5.4vw;
        line-height: 8.5vw;
        padding-left: 12vw; }
    .lukins-contacts > .container > .row .right {
      padding-top: 25px;
      margin-bottom: -35px; }
      .lukins-contacts > .container > .row .right h3 {
        font-size: 7.5vw; }
  #googlemap {
    height: 400px; }
  body.blog-post .lukins-header .title h2 {
    padding: 0 15px;
    font-size: 6vw;
    line-height: 7vw; }
  body.blog-post .lukins-blog-post > .container .row {
    padding: 0 25px; }
  body.doctor .lukins-blog-post > .container .row {
    padding: 0 25px; }
  .lukins-blog-post {
    padding: 0 15px; }
    .lukins-blog-post > .container {
      padding-bottom: 6vw; }
      .lukins-blog-post > .container > .row {
        padding: 0; }
        .lukins-blog-post > .container > .row img {
          width: 100%;
          height: auto;
          margin-bottom: 6vw; }
        .lukins-blog-post > .container > .row .vc_row .container {
          padding: 0 25px; }
        .lukins-blog-post > .container > .row .wpb_column {
          width: 100%;
          margin: 0 0 25px 0; }
          .lukins-blog-post > .container > .row .wpb_column:last-child {
            margin: 0; }
    .lukins-blog-post p, .lukins-blog-post ul {
      margin-bottom: 6vw; }
    .lukins-blog-post ul {
      padding-left: 0; }
    .lukins-blog-post br {
      line-height: 10px;
      font-size: 10px;
      height: 10px; }
    .lukins-blog-post h2 {
      font-size: 7.8vw;
      line-height: 8.8vw;
      margin-bottom: 4vw; }
  .lukins-doctor-post > .container {
    width: 100%; }
    .lukins-doctor-post > .container > .row {
      padding: 0; }
      .lukins-doctor-post > .container > .row img {
        width: 100%;
        height: auto;
        margin-bottom: 6vw; }
      .lukins-doctor-post > .container > .row .vc_row .container {
        padding: 0 25px; }
      .lukins-doctor-post > .container > .row .wpb_column {
        width: 100%;
        margin: 0 0 25px 0; }
        .lukins-doctor-post > .container > .row .wpb_column:last-child {
          margin: 0; }
  .lukins-doctor-post p, .lukins-doctor-post ul {
    margin-bottom: 6vw; }
  .lukins-doctor-post ul {
    padding-left: 0; }
  .lukins-doctor-post br {
    line-height: 10px;
    font-size: 10px;
    height: 10px; }
  .lukins-doctor-post h2 {
    font-size: 7.8vw;
    line-height: 8.8vw;
    margin-bottom: 4vw; }
  .lukins-title h2 {
    padding: 10px 15px;
    font-family: "Futura Medium", sans-serif;
    font-size: 7.4vw;
    line-height: 9.4vw;
    color: #000000;
    text-align: center; }
  .lukins-bullet-points {
    padding: 0 15px; }
    .lukins-bullet-points ul li {
      padding: 15px 0;
      width: 100%;
      font-family: "Futura Medium", sans-serif;
      font-size: 6vw;
      line-height: 8vw;
      padding-left: 60px; }
      .lukins-bullet-points ul li:before {
        top: 3.1vw;
        transform: none; }
  .lukins-video-block {
    padding: 0 15px;
    margin-bottom: -15px; }
    .lukins-video-block .video-wrapper {
      width: 100%; }
  .lukins-playpause.paused span {
    opacity: 0 !important; }
  .lukins-promo-paragraph-1 h2 {
    font-size: 7.4vw;
    line-height: 9.4vw; }
  .lukins-promo-paragraph-1 .text {
    padding: 0 15px; }
  .lukins-promo-paragraph-2 .content {
    padding: 0 15px;
    flex-flow: column; }
    .lukins-promo-paragraph-2 .content h2 {
      font-size: 7.4vw;
      line-height: 9.4vw;
      text-align: center; }
    .lukins-promo-paragraph-2 .content .left {
      padding: 0; }
    .lukins-promo-paragraph-2 .content .right {
      padding-top: 35px;
      justify-content: center; }
  .lukins-promo-photos-static {
    flex-wrap: wrap; }
    .lukins-promo-photos-static .image {
      padding-bottom: 120%; }
  .lukins-promo-pair-blocks {
    padding: 0 15px;
    flex-wrap: wrap; }
    .lukins-promo-pair-blocks .item {
      flex-basis: 100%;
      width: 100%;
      padding: 10vw; }
      .lukins-promo-pair-blocks .item h2 {
        font-family: "Futura Medium", sans-serif;
        font-size: 7.3vw;
        line-height: 8.2vw;
        margin-bottom: 6vw; }
      .lukins-promo-pair-blocks .item .text {
        margin-bottom: 7vw; }
      .lukins-promo-pair-blocks .item h3 {
        font-size: 18px; }
  .lukins-more-info {
    margin-left: 15px;
    margin-right: 15px; }
    .lukins-more-info h2 {
      font-family: "Futura Medium", sans-serif;
      font-size: 7.3vw;
      line-height: 8.2vw;
      margin-bottom: 0; }
    .lukins-more-info .toggle {
      font-size: 20px; }
    .lukins-more-info .content .text ul {
      padding: 15px 0; }
  .lukins-buttons {
    margin: -10px 0;
    padding: 0 15px; }
    .lukins-buttons a {
      width: 100%;
      margin: 10px 0; }
  .lukins-promo-about-1 {
    flex-flow: column-reverse; }
    .lukins-promo-about-1 .text {
      width: 100%;
      font-size: 7vw;
      line-height: 10vw; }
      .lukins-promo-about-1 .text .content {
        width: 100%;
        padding: 15px; }
    .lukins-promo-about-1 .photo {
      width: 100%; }
  .lukins-list {
    margin-top: 30px;
    font-size: 6vw;
    line-height: 8vw; }
    .lukins-list li {
      padding-left: 30px;
      margin: 17px 0; }
      .lukins-list li:before {
        top: 4vw !important; }
  .lukins-doctors .doctors .item {
    width: 100%; }
    .lukins-doctors .doctors .item .content .overlay .lukins-btn {
      font-size: 6vw; }
    .lukins-doctors .doctors .item .content .overlay h2 {
      font-size: 8vw;
      margin-bottom: 10px; }
    .lukins-doctors .doctors .item .content .overlay h3 {
      font-size: 5vw;
      margin-bottom: 10px; }
  .lukins-promo-paragraph-1 {
    padding: 0 15px; }
    .lukins-promo-paragraph-1 h2, .lukins-promo-paragraph-1 h3 {
      font-size: 7.4vw;
      line-height: 9.4vw; }
    .lukins-promo-paragraph-1 .text {
      padding: 0 0; }
  .vc_column_container > .vc_column-inner {
    padding: 0 !important; } }

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
  .lukins-main-menu > div:last-child {
    margin-bottom: 15px; } }

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
  .lukins-main-menu > div:last-child {
    margin-bottom: 15px; } }
