@import url(https://fonts.googleapis.com/css?family=Roboto:400,900,500,700,300);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
/* Document
 * ==========================================================================
 */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

/* Sections
 * ==========================================================================
 */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article, aside, footer, header, nav, section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
 * ==========================================================================
 */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption, figure, main {
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Text-level semantics
 * ==========================================================================
 */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:active, a:hover {
    outline-width: 0; }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b, strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio, video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
 * ==========================================================================
 */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font: inherit;
  margin: 0; }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *        controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *        `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

/* Interactive
 * ==========================================================================
 */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details, menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
 * ==========================================================================
 */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template, [hidden] {
  display: none; }

/* Hidden
 * ==========================================================================
 */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

html, body {
  height: 100%; }

body {
  font: 14px/1.6 "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
  background: #fff;
  color: #383838;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  color: #4ab3dd;
  text-decoration: none; }
  a:hover {
    color: #35aad9; }

img {
  max-width: 100%;
  height: auto; }

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

p {
  margin: 10px 0; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

input,
textarea {
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none; }

button {
  border: 0;
  padding: 0;
  outline: none;
  background: transparent;
  cursor: pointer; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0; }

input,
textarea,
button,
select,
label,
a {
  -webkit-tap-highlight-color: transparent; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal; }

h1 {
  font-size: 46px;
  font-weight: 300; }

h2 {
  font-size: 26px; }

h3 {
  font-size: 20px; }

hr {
  clear: both;
  border: none;
  height: 2px;
  background: #ececec;
  margin: 50px -40px; }

.table-responsive {
  margin-top: 20px;
  margin-bottom: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border: 1px solid #ececec; }
  .table-responsive table {
    border: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  max-width: 100%;
  border: 1px solid #ececec; }
  table thead td {
    font-size: 20px; }
  table tr:first-child td {
    border-top: 0; }
  table tbody tr:last-child td {
    border-bottom: 0; }
  table td {
    padding: 25px 30px;
    font-size: 14px;
    box-sizing: border-box;
    border: 1px solid #ececec; }
    table td:first-child {
      border-left: 0; }
    table td:last-child {
      border-right: 0; }

.tabbed-pane-content ul, .content ul {
  margin: 10px 0 10px 8px; }
  .tabbed-pane-content ul li, .content ul li {
    margin: 5px 0;
    padding-left: 20px; }
    .tabbed-pane-content ul li:before, .content ul li:before {
      content: "";
      display: block;
      float: left;
      margin-top: 0.55em;
      margin-left: -20px;
      box-sizing: border-box;
      width: 6px;
      height: 6px;
      background: #b5b5b5; }
    .tabbed-pane-content ul li ul, .content ul li ul {
      margin-left: 0; }
    .tabbed-pane-content ul li li:before, .content ul li li:before {
      background: transparent;
      border: 1px solid #b5b5b5; }

.header-nav-toggle:before, .support-item:before, .contacts-details-link:before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased; }

.main {
  padding-top: 90px; }

.wrapper {
  min-height: 100%;
  margin-bottom: -80px; }
  .wrapper:after {
    content: '';
    display: block;
    z-index: -1;
    height: 80px; }

.container {
  max-width: 1160px;
  margin: 0 auto;
  padding-right: 40px;
  padding-left: 40px; }
  .container-narrow {
    max-width: 980px; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignleft {
  float: left;
  margin-top: 0;
  margin-right: 20px; }

.alignright {
  float: right;
  margin-top: 0;
  margin-left: 20px; }

@media (max-width: 640px) {
  .wrapper {
    margin-bottom: 0; }
    .wrapper:after {
      content: none;
      display: none; } }

@media (max-width: 740px) {
  .alignleft,
  .alignright {
    float: none;
    margin-left: auto;
    margin-right: auto; } }

.btn-group {
  margin: 40px 0; }
  .btn-group .btn {
    display: block;
    width: 100%;
    margin: 0 auto;
    max-width: 300px;
    min-width: 1px; }
  .btn-group .btn + .btn {
    margin-top: 30px; }

.btn {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  min-width: 300px;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  border-radius: 4px;
  font-size: 22px;
  text-align: center;
  text-decoration: none;
  background-image: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s; }
  .btn .material-icons {
    overflow: hidden;
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    font-size: 24px;
    text-align: center; }

.btn-default {
  color: #383838; }

.btn-primary {
  color: #fff;
  background: #4ab3dd;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25); }
  .btn-primary:hover {
    color: #fff;
    background: #279ecd; }

.btn-secondary {
  color: #fff;
  background: #73c896;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25); }
  .btn-secondary:hover {
    color: #fff;
    background: #4eba7b; }
  .is-dentas-site .btn-secondary {
    background: #73c896; }
    .is-dentas-site .btn-secondary:hover {
      color: #fff;
      background: #4eba7b; }
  .is-ekliinik-site .btn-secondary {
    background: #e94e4f; }
    .is-ekliinik-site .btn-secondary:hover {
      color: #fff;
      background: #e32122; }
  .is-medispa-site .btn-secondary {
    background: #51c7ea; }
    .is-medispa-site .btn-secondary:hover {
      color: #fff;
      background: #23b8e5; }
  .is-vetis-site .btn-secondary {
    background: #6096cc; }
    .is-vetis-site .btn-secondary:hover {
      color: #fff;
      background: #3c7dbd; }

.btn-transparent {
  color: #fff;
  background: transparent; }
  .btn-transparent:hover {
    color: #fff;
    background: transparent; }

.header {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 90px;
  line-height: 90px;
  background: #444;
  -webkit-transition: .3s;
  transition: .3s; }
  .header .container {
    position: relative;
    height: 100%; }
    .header .container:after {
      content: '';
      display: block;
      clear: both; }
  .header.is-sticky {
    height: 50px;
    line-height: 50px; }
    .header.is-sticky .header-logo-image {
      width: 140px; }
    .header.is-sticky .header-logo-text {
      display: none; }
  .is-dentas-site .header .header-logo-image {
    width: 165px; }
  .is-dentas-site .header.is-sticky .header-logo-image {
    width: 130px; }
  .is-ekliinik-site .header .header-logo-image {
    width: 150px; }
  .is-medispa-site .header .header-logo-image {
    width: 160px; }
  .is-medispa-site .header.is-sticky .header-logo-image {
    width: 120px; }
  .is-vetis-site .header .header-logo-image {
    width: 120px; }

.header-inner {
  position: relative;
  height: 100%; }

.header-logo {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: top .3s;
  transition: top .3s; }

.header-logo-link {
  color: #fff;
  line-height: 1;
  display: inline-block;
  vertical-align: middle; }
  .header-logo-link:hover {
    color: #fff; }

.header-logo-image {
  -webkit-transition: .3s;
  transition: .3s;
  width: 180px; }

.header-logo-text {
  margin-top: 8px;
  display: block;
  font-size: 11px;
  letter-spacing: 0.07em; }

.header-menu {
  text-align: center; }
  .header-menu ul {
    font-size: 0; }
  .header-menu li {
    display: inline-block;
    vertical-align: top; }
    .header-menu li.is-active a, .header-menu li.current-menu-item a {
      color: #fff;
      cursor: default;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      .header-menu li.is-active a:before, .header-menu li.current-menu-item a:before {
        background: #4ab3dd; }
  .header-menu a {
    position: relative;
    display: block;
    padding: 0 20px;
    font-size: 15px;
    color: #fff;
    -webkit-transition: color .3s;
    transition: color .3s; }
    .header-menu a:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 4px;
      -webkit-transition: .3s;
      transition: .3s; }

.header-language {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0; }
  .header-language li {
    display: inline-block;
    vertical-align: top; }
    .header-language li.is-active a {
      color: #fff;
      cursor: default; }
      .header-language li.is-active a:before {
        background: #4ab3dd; }
  .header-language a {
    position: relative;
    display: block;
    padding: 0 10px;
    font-size: 15px;
    color: #fff;
    -webkit-transition: color .3s;
    transition: color .3s;
    text-transform: uppercase; }
    .header-language a:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 4px;
      -webkit-transition: .3s;
      transition: .3s; }

.header-nav-toggle {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: -15px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  border: 0;
  background: transparent;
  outline: none;
  text-align: center;
  color: #fff;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer; }
  .header-nav-toggle:before {
    content: "\e5d2";
    display: block;
    font-size: 32px; }
  .header-nav-toggle.is-active:before {
    content: "\e5cd"; }

.header-mobilenav {
  display: none;
  box-sizing: border-box;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 100vh;
  padding: 20px;
  background: rgba(56, 56, 56, 0.9);
  line-height: 1.5;
  text-align: center; }

.header-mobilenav-language {
  display: none;
  margin-top: -20px;
  margin-left: -40px;
  margin-right: -40px;
  margin-bottom: 20px;
  padding-top: 15px;
  font-size: 0;
  background: #505050; }
  .header-mobilenav-language li {
    display: inline-block;
    vertical-align: top; }
    .header-mobilenav-language li.is-active a {
      color: #fff;
      cursor: default; }
      .header-mobilenav-language li.is-active a:before {
        background: #4ab3dd; }
  .header-mobilenav-language a {
    position: relative;
    display: block;
    height: 45px;
    line-height: 45px;
    padding: 0 10px 10px;
    font-size: 15px;
    color: #fff;
    -webkit-transition: color .3s;
    transition: color .3s;
    text-transform: uppercase; }
    .header-mobilenav-language a:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 4px;
      -webkit-transition: .3s;
      transition: .3s; }

.header-mobilenav-menu ul {
  font-size: 0; }

.header-mobilenav-menu li {
  height: 50px;
  line-height: 50px; }
  .header-mobilenav-menu li.is-active a, .header-mobilenav-menu li.current-menu-item a {
    color: #fff;
    cursor: default;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .header-mobilenav-menu li.is-active a:before, .header-mobilenav-menu li.current-menu-item a:before {
      background: #4ab3dd; }

.header-mobilenav-menu a {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  font-size: 15px;
  color: #fff;
  -webkit-transition: color .3s;
  transition: color .3s; }
  .header-mobilenav-menu a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    -webkit-transition: .3s;
    transition: .3s; }

@media (max-width: 980px) {
  .header-menu {
    display: none; }
  .header-language {
    right: 40px; }
  .header-nav-toggle {
    display: block; } }

@media (max-width: 640px) {
  .header-language {
    display: none; }
  .header-mobilenav-language {
    display: block; } }

.footer {
  box-sizing: border-box;
  height: 60px;
  margin-top: 20px;
  padding: 20px 0;
  border-top: 2px solid #ececec; }

.footer-contact {
  line-height: 1;
  text-align: center; }

.footer-contact-item {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  font-size: 13px;
  color: #848484; }
  .footer-contact-item-mail .footer-contact-link {
    position: relative; }
    .footer-contact-item-mail .footer-contact-link:before, .footer-contact-item-mail .footer-contact-link:after {
      content: '';
      position: absolute;
      top: 100%;
      left: 0;
      width: 0;
      height: 1px;
      -webkit-transition: .3s;
      transition: .3s; }
    .footer-contact-item-mail .footer-contact-link:before {
      width: 100%;
      background: #ccc; }
    .footer-contact-item-mail .footer-contact-link:after {
      background: #4ab3dd; }
    .footer-contact-item-mail .footer-contact-link:hover:after {
      width: 100%; }

.footer-contact-text,
.footer-contact-link {
  display: inline-block;
  vertical-align: top;
  line-height: 20px; }

.footer-contact-link {
  color: #848484;
  -webkit-transition: .3s;
  transition: .3s; }

@media (max-width: 640px) {
  .footer {
    height: auto; }
  .footer-contact-item {
    padding-bottom: 5px; } }

.section {
  padding: 60px 0; }
  .section-home {
    padding: 115px 0; }
    .section-home .section-title {
      margin-bottom: 28px; }
  .section-home + .section-home {
    border-top: 2px solid #ececec; }
  .section-cards {
    padding: 45px 0 90px; }
  .section .tabbed-pane {
    margin-top: 70px; }

.section-header {
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.section-title {
  position: relative;
  margin-bottom: 20px;
  line-height: 1.1;
  font-size: 46px;
  font-weight: 300; }
  .section-title .material-icons {
    overflow: hidden;
    position: relative;
    top: -3px;
    display: inline-block;
    vertical-align: middle;
    width: 44px;
    height: 44px;
    margin-right: 25px;
    color: #bac1c4;
    font-size: 44px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: default; }

.section-subtitle {
  font-size: 17px;
  color: #444; }

.section-description:first-child {
  margin-top: 0; }

@media (max-width: 980px) {
  .section {
    padding: 40px 0; }
    .section-home {
      padding: 60px 0; } }

@media (max-width: 740px) {
  .section .tabbed-pane {
    margin-top: 40px; }
  .section-title {
    font-size: 32px; }
    .section-title .material-icons {
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      margin: 0; }
    .section-title .material-icons + .section-title-text {
      padding-top: 50px;
      display: block; } }

.cards-list {
  margin: -30px 0 0 -100px;
  font-size: 0;
  text-align: center; }

.cards-item {
  display: inline-block;
  vertical-align: top;
  margin: 30px 0 0 100px;
  width: 300px;
  height: 250px;
  font-size: 15px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.cards-link {
  display: block;
  height: 100%;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer; }
  .cards-link:hover {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.09); }
    .cards-link:hover .cards-description {
      color: #444; }

.cards-media {
  padding-top: 30px;
  padding-bottom: 30px;
  height: 110px;
  line-height: 110px; }

.cards-image {
  display: inline-block;
  vertical-align: middle;
  line-height: 1; }

.cards-description {
  position: relative;
  max-width: 165px;
  margin: 0 auto;
  padding-top: 25px;
  font-size: 13px;
  color: #848484;
  -webkit-transition: .3s;
  transition: .3s; }
  .cards-description:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 97px;
    margin: 0 auto;
    height: 2px;
    background: #ececec; }

@media (max-width: 480px) {
  .cards-item {
    width: 240px; } }

.support {
  margin-top: 85px; }
  .support-mod {
    margin-top: 50px;
    margin-bottom: 50px; }
    .support-mod .container {
      position: relative; }
      .support-mod .container:after {
        content: "";
        display: block;
        height: 2px;
        background: #ececec;
        margin: 50px -40px; }

.support-list {
  margin-top: -60px;
  margin-left: -60px;
  text-align: center; }

.support-item {
  margin-top: 60px;
  margin-left: 60px;
  display: inline-block;
  vertical-align: top;
  width: 320px; }
  .support-item:before {
    overflow: hidden;
    display: inline-block;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    margin-bottom: 20px;
    font-size: 30px;
    color: #383838; }
  .support-item:nth-child(1):before {
    content: "looks_one"; }
  .support-item:nth-child(2):before {
    content: "looks_two"; }

.support-title {
  font-size: 16px;
  color: #444; }

.support-action {
  margin-top: 35px; }

.support-button {
  display: block;
  width: 100%;
  min-width: 1px; }

@media (max-width: 480px) {
  .support-item {
    width: calc(100% - 60px); } }

.contacts {
  margin-top: 75px; }
  .contacts:after {
    content: '';
    display: block;
    clear: both; }

.contacts-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  box-sizing: border-box;
  max-width: 910px;
  margin: 60px auto 0; }

.contacts-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 18px; }

.contacts-header {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 1.1; }

.contacts-title {
  font-size: 32px;
  font-weight: 300;
  color: #444; }

.contacts-description {
  margin-top: 5px; }

.contacts-details {
  margin-top: 30px; }

.contacts-details-item {
  line-height: 1.1; }
  .contacts-details-item + .contacts-details-item {
    margin-top: 10px; }
  .contacts-details-item-phone .contacts-details-link:before {
    content: "phone"; }
  .contacts-details-item-mail .contacts-details-link {
    color: #4ab3dd; }
    .contacts-details-item-mail .contacts-details-link:before {
      content: "mail_outline"; }

.contacts-details-link {
  position: relative;
  padding-left: 40px;
  color: #383838;
  -webkit-transition: .3s;
  transition: .3s; }
  .contacts-details-link:before {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    color: #383838; }

.contacts-form {
  margin-top: 60px;
  padding: 60px;
  background: #f7f8f9; }
  .contacts-form .form {
    max-width: 600px;
    margin: 0 auto; }

@media (max-width: 840px) {
  .contacts-list {
    display: block; }
  .contacts-item {
    text-align: center; }
  .contacts-item + .contacts-item {
    margin-top: 60px; }
  .contacts-form {
    padding-left: 40px;
    padding-right: 40px;
    margin-left: -40px;
    margin-right: -40px; }
    .contacts-form .form-col-left,
    .contacts-form .form-col-right {
      float: none;
      margin-left: auto;
      margin-right: auto; }
    .contacts-form .form-col-right {
      margin-top: 50px; }
    .contacts-form .form-subtitle {
      text-align: center; }
    .contacts-form .radio-group {
      margin-left: 0; } }

@media (max-width: 480px) {
  .contacts-form .form-col-left,
  .contacts-form .form-col-right {
    width: auto; }
  .contacts-form .form-button {
    min-width: 1px;
    width: 100%; } }

.form-title {
  margin-bottom: 50px;
  line-height: 1.1;
  font-size: 32px;
  font-weight: 300;
  text-align: center; }

.form-cols:after {
  content: '';
  display: block;
  clear: both; }

.form-col-left,
.form-col-right {
  width: 300px; }

.form-col-left {
  float: left; }

.form-col-right {
  float: right; }

.form-subtitle {
  margin-bottom: 20px;
  font-size: 14px;
  color: #707070; }

.form-action {
  margin-top: 50px;
  text-align: center; }

.form-field + .form-field {
  margin-top: 28px; }

.radio-group {
  margin-left: 15px; }

.wpcf7-radio {
  display: block;
  margin: 15px 0; }

.wpcf7-form-control-wrap {
  display: block; }

span.wpcf7-list-item {
  display: block;
  margin: 15px 0 15px 0; }
  span.wpcf7-list-item label {
    position: relative;
    display: inline-block;
    padding-left: 40px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer; }
  span.wpcf7-list-item input {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0; }
    span.wpcf7-list-item input:checked + .wpcf7-list-item-label:before {
      border-color: #4ab3dd; }
    span.wpcf7-list-item input:checked + .wpcf7-list-item-label:after {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 1; }
  span.wpcf7-list-item .wpcf7-list-item-label {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #383838; }
    span.wpcf7-list-item .wpcf7-list-item-label:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      box-sizing: border-box;
      width: 20px;
      height: 20px;
      border-radius: 100%;
      border: 2px solid #b0b0b0; }
    span.wpcf7-list-item .wpcf7-list-item-label:after {
      content: "";
      position: absolute;
      top: 5px;
      left: 5px;
      width: 10px;
      height: 10px;
      border-radius: 100%;
      opacity: 0;
      background: #4ab3dd;
      -webkit-transition: .3s;
      transition: .3s;
      -webkit-transform: scale(0);
              transform: scale(0); }

div.wpcf7 img.ajax-loader {
  display: block;
  margin: 5px auto 0; }

.input,
.textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 8px 0;
  border: none;
  border-bottom: 1px solid #b8b8b9;
  box-shadow: none;
  outline: none;
  font-size: 16px;
  color: #383838;
  background: transparent; }
  .input::-webkit-input-placeholder,
  .textarea::-webkit-input-placeholder {
    color: #707070; }
  .input::-moz-placeholder,
  .textarea::-moz-placeholder {
    color: #707070; }
  .input:-ms-input-placeholder,
  .textarea:-ms-input-placeholder {
    color: #707070; }
  .input::placeholder,
  .textarea::placeholder {
    color: #707070; }
  .input:focus::-webkit-input-placeholder,
  .textarea:focus::-webkit-input-placeholder {
    color: transparent; }
  .input:focus::-moz-placeholder,
  .textarea:focus::-moz-placeholder {
    color: transparent; }
  .input:focus:-ms-input-placeholder,
  .textarea:focus:-ms-input-placeholder {
    color: transparent; }
  .input:focus::placeholder,
  .textarea:focus::placeholder {
    color: transparent; }

.textarea {
  resize: vertical;
  -webkit-transition: height .3s;
  transition: height .3s;
  height: 42px; }
  .textarea:focus {
    height: 100px; }

@media (max-width: 480px) {
  .form-title {
    font-size: 28px; } }

.main-slider {
  padding-top: 90px;
  margin-top: -90px;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/bg-slider.jpg"); }
  .is-dentas-site .main-slider {
    background-image: url("../img/bg-slider.jpg"); }
  .is-ekliinik-site .main-slider {
    background-image: url("../img/bg-slider-ekliinik.jpg"); }
  .is-medispa-site .main-slider {
    background-image: url("../img/bg-slider-medispa.jpg"); }
  .is-vetis-site .main-slider {
    background-image: url("../img/bg-slider-vetis.jpg"); }
  .main-slider .slick-dots {
    position: absolute;
    right: 0;
    bottom: 20px;
    left: 0;
    font-size: 0;
    text-align: center; }
    .main-slider .slick-dots li {
      display: inline-block;
      vertical-align: top;
      margin: 0 8px; }
      .main-slider .slick-dots li.slick-active button {
        opacity: 1; }
    .main-slider .slick-dots button {
      display: block;
      width: 13px;
      height: 13px;
      border-radius: 100%;
      background: #fff;
      opacity: 0.3; }

.main-slider-item {
  display: none;
  padding: 70px 0;
  text-align: center;
  color: #fff; }

.main-slider-inner {
  max-width: 700px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto; }

.main-slider-title {
  font-size: 50px;
  font-weight: 300;
  line-height: 1; }

.main-slider-description {
  margin-top: 30px;
  font-size: 20px;
  line-height: 20px; }

.main-slider-action {
  margin-top: 30px; }
  .main-slider-action a {
    display: inline-block;
    padding: 0 8px 6px;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    border-bottom: 1px solid #fff; }

@media (max-width: 740px) {
  .main-slider-item {
    padding: 40px 0 70px; }
  .main-slider-title {
    font-size: 36px; }
  .main-slider-description {
    margin-top: 30px;
    font-size: 15px; } }

.stats {
  padding: 60px 0;
  border-bottom: 2px solid #ececec; }

.stats-list {
  margin: -30px 0 0 -30px;
  font-size: 0;
  text-align: center; }

.stats-item {
  display: inline-block;
  vertical-align: top;
  width: calc(33.3% - 30px);
  margin: 30px 0 0 30px;
  font-size: 15px; }

.stats-image {
  height: 135px;
  line-height: 135px;
  margin-bottom: 30px; }
  .stats-image img {
    display: inline-block;
    vertical-align: middle;
    line-height: 1; }

.stats-number {
  font-size: 65px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 20px; }

.stats-description {
  max-width: 150px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.1; }

@media (max-width: 740px) {
  .stats-list {
    margin-left: 0; }
  .stats-item {
    width: 100%;
    margin-left: 0; } }

.clients {
  margin-top: 50px; }

.clients-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -20px;
  text-align: center; }

.clients-item {
  box-sizing: border-box;
  margin-top: 20px;
  padding: 0 10px; }
  .clients-item img {
    display: inline-block;
    vertical-align: middle; }

.tabbed-pane.tabbed-pane-mod .container {
  position: relative; }
  .tabbed-pane.tabbed-pane-mod .container:after {
    content: "";
    display: block;
    height: 2px;
    background: #ececec;
    margin: 50px -40px; }

.tabbed-pane-tabs {
  float: left;
  width: 195px;
  margin-top: 35px;
  margin-right: -195px; }

.tabbed-pane-tab {
  position: relative;
  padding: 4px 15px;
  font-size: 16px;
  color: #73c896;
  cursor: pointer; }
  .tabbed-pane-tab + .tabbed-pane-tab {
    margin-top: 10px; }
  .tabbed-pane-tab.is-active {
    color: #fff;
    background: #73c896; }
    .tabbed-pane-tab.is-active:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 100%;
      width: 0px;
      height: 0px;
      border-style: solid;
      border-width: 4.5px 0 4.5px 7px;
      border-color: transparent transparent transparent #73c896;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%); }
  .is-dentas-site .tabbed-pane-tab {
    color: #73c896; }
    .is-dentas-site .tabbed-pane-tab.is-active {
      background: #73c896;
      color: #fff; }
      .is-dentas-site .tabbed-pane-tab.is-active:after {
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 4.5px 0 4.5px 7px;
        border-color: transparent transparent transparent #73c896; }
  .is-ekliinik-site .tabbed-pane-tab {
    color: #e94e4f; }
    .is-ekliinik-site .tabbed-pane-tab.is-active {
      background: #e94e4f;
      color: #fff; }
      .is-ekliinik-site .tabbed-pane-tab.is-active:after {
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 4.5px 0 4.5px 7px;
        border-color: transparent transparent transparent #e94e4f; }
  .is-medispa-site .tabbed-pane-tab {
    color: #51c7ea; }
    .is-medispa-site .tabbed-pane-tab.is-active {
      background: #51c7ea;
      color: #fff; }
      .is-medispa-site .tabbed-pane-tab.is-active:after {
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 4.5px 0 4.5px 7px;
        border-color: transparent transparent transparent #51c7ea; }
  .is-vetis-site .tabbed-pane-tab {
    color: #6096cc; }
    .is-vetis-site .tabbed-pane-tab.is-active {
      background: #6096cc;
      color: #fff; }
      .is-vetis-site .tabbed-pane-tab.is-active:after {
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 4.5px 0 4.5px 7px;
        border-color: transparent transparent transparent #6096cc; }

.tabbed-pane-main {
  margin-left: 195px; }

.tabbed-pane-content {
  display: none;
  box-sizing: border-box;
  min-height: 300px;
  padding: 40px;
  line-height: 1.3;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.09); }
  .tabbed-pane-content ul li {
    font-weight: bold; }
  .tabbed-pane-content > :first-child {
    margin-top: 0; }
  .tabbed-pane-content.is-active {
    display: block; }

@media (max-width: 740px) {
  .tabbed-pane-tabs {
    float: none;
    width: auto;
    margin-right: 0;
    margin-bottom: 30px; }
  .tabbed-pane-tab {
    text-align: center; }
    .tabbed-pane-tab:after {
      content: none;
      display: none; }
  .tabbed-pane-main {
    margin-left: 0; }
  .tabbed-pane-content {
    min-height: 1px; } }

@media (max-width: 480px) {
  .tabbed-pane-tab {
    margin-left: -40px;
    margin-right: -40px; }
  .tabbed-pane-main {
    margin-left: -40px;
    margin-right: -40px; } }

.cabinet-price {
  margin-top: 70px;
  margin-bottom: 55px;
  text-align: center; }

.cabinet-price-inner {
  display: inline-block;
  line-height: 1;
  font-size: 43px;
  color: #444;
  padding: 0 15px 15px;
  border-bottom: 4px solid #73c896; }
  .is-dentas-site .cabinet-price-inner {
    border-color: #73c896; }
  .is-ekliinik-site .cabinet-price-inner {
    border-color: #e94e4f; }
  .is-medispa-site .cabinet-price-inner {
    border-color: #51c7ea; }
  .is-vetis-site .cabinet-price-inner {
    border-color: #6096cc; }

@media (max-width: 480px) {
  .cabinet-price-inner {
    font-size: 36px; } }

.download {
  margin-top: 50px; }
  .download:after {
    content: '';
    display: block;
    clear: both; }

.download-demo {
  float: left;
  width: calc(100% - 500px);
  margin-top: 60px;
  text-align: center; }

.download-demo-title {
  margin-bottom: 80px;
  font-size: 32px;
  font-weight: 300;
  color: #444;
  line-height: 1.1; }

.download-demo-tooltip {
  position: relative;
  box-sizing: border-box;
  width: 275px;
  padding: 20px 30px 20px 65px;
  margin: 0 auto;
  text-align: left;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.21); }
  .download-demo-tooltip:before {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 5px 0 5px;
    border-color: #eee transparent transparent transparent; }
  .download-demo-tooltip:after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 8px 4px 0 4px;
    border-color: #fff transparent transparent transparent; }

.download-demo-tooltip-icon {
  position: absolute;
  top: 20px;
  left: 25px; }

.download-demo-tooltip-text {
  font-size: 16px;
  color: #444; }

.download-demo-action {
  margin-top: 33px; }

.download-demo-button {
  min-width: 340px; }

.download-form {
  box-sizing: border-box;
  float: right;
  width: 435px;
  padding: 60px 60px 30px;
  background-color: #73c896;
  background-image: -webkit-linear-gradient(286deg, #73c896 0%, #4ab3dd 100%);
  background-image: linear-gradient(164deg, #73c896 0%, #4ab3dd 100%);
  color: #fff; }
  .is-dentas-site .download-form {
    background-color: #73c896;
    background-image: -webkit-linear-gradient(286deg, #73c896 0%, #4ab3dd 100%);
    background-image: linear-gradient(164deg, #73c896 0%, #4ab3dd 100%); }
  .is-ekliinik-site .download-form {
    background-color: #e94e4f;
    background-image: -webkit-linear-gradient(286deg, #984ddd 0%, #e94e4f 100%);
    background-image: linear-gradient(164deg, #984ddd 0%, #e94e4f 100%); }
  .is-medispa-site .download-form {
    background-color: #51c7ea;
    background-image: -webkit-linear-gradient(286deg, #3060ce 0%, #51c7ea 100%);
    background-image: linear-gradient(164deg, #3060ce 0%, #51c7ea 100%); }
  .is-vetis-site .download-form {
    background-color: #6096cc;
    background-image: -webkit-linear-gradient(286deg, #9064f4 0%, #6096cc 100%);
    background-image: linear-gradient(164deg, #9064f4 0%, #6096cc 100%); }
  .download-form .input,
  .download-form .textarea {
    border-color: #fff;
    color: #fff; }
    .download-form .input::-webkit-input-placeholder,
    .download-form .textarea::-webkit-input-placeholder {
      color: #fff; }
    .download-form .input::-moz-placeholder,
    .download-form .textarea::-moz-placeholder {
      color: #fff; }
    .download-form .input:-ms-input-placeholder,
    .download-form .textarea:-ms-input-placeholder {
      color: #fff; }
    .download-form .input::placeholder,
    .download-form .textarea::placeholder {
      color: #fff; }
    .download-form .input:focus::-webkit-input-placeholder,
    .download-form .textarea:focus::-webkit-input-placeholder {
      color: transparent; }
    .download-form .input:focus::-moz-placeholder,
    .download-form .textarea:focus::-moz-placeholder {
      color: transparent; }
    .download-form .input:focus:-ms-input-placeholder,
    .download-form .textarea:focus:-ms-input-placeholder {
      color: transparent; }
    .download-form .input:focus::placeholder,
    .download-form .textarea:focus::placeholder {
      color: transparent; }
  .download-form .form-title {
    margin-bottom: 30px; }
  .download-form .form-action {
    margin-top: 20px; }
  .download-form .form-button {
    min-width: 1px;
    width: 100%; }

@media (max-width: 940px) {
  .download-demo {
    float: none;
    width: auto;
    margin-top: 0; }
  .download-demo-title {
    margin-bottom: 40px;
    font-size: 24px; }
  .download-demo-button {
    width: 100%;
    max-width: 340px;
    min-width: 1px; }
  .download-form {
    float: none;
    width: auto;
    max-width: 435px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto; } }

@media (max-width: 480px) {
  .download-demo-tooltip {
    width: auto;
    max-width: 275px; }
  .download-form {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 480px; } }

.page-header {
  padding: 70px 0 40px;
  text-align: center; }

.page-title {
  line-height: 1.1;
  font-size: 60px;
  font-weight: 300; }

.page-subtitle {
  margin-top: 30px;
  line-height: 1.1;
  font-size: 20px; }

@media (max-width: 740px) {
  .page-header {
    padding: 40px 0 30px; }
  .page-title {
    font-size: 36px; }
  .page-subtitle {
    margin-top: 20px;
    font-size: 18px; } }

.content {
  margin-bottom: 80px; }
  .content h1,
  .content h2,
  .content h3 {
    text-align: center; }
  .content h2 {
    margin-bottom: 50px;
    line-height: 1.1;
    font-weight: 300;
    font-size: 46px; }
  .content img {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px; }

@media (max-width: 740px) {
  .content h2 {
    margin-bottom: 30px;
    font-size: 28px; }
  .content .aligncenter {
    margin-left: -40px;
    margin-right: -40px;
    width: 100vw;
    max-width: 100vw; } }

.calculator .container {
  padding: 45px 40px;
  background: #f7f8f9; }

.calculator-columns {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto; }
  .calculator-columns:after {
    content: '';
    display: block;
    clear: both; }

.calculator-column {
  float: left;
  width: 50%; }

.calculator-title {
  margin-top: 20px;
  margin-bottom: 50px;
  line-height: 1.1;
  font-size: 32px;
  font-weight: 300; }

.calculator-values-feild {
  padding-left: 70px; }
  .calculator-values-feild:after {
    content: '';
    display: block;
    clear: both; }
  .calculator-values-feild + .calculator-values-feild {
    margin-top: 5px; }

.calculator-values-field-input {
  float: left;
  margin-left: -70px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  padding: 0;
  text-align: center; }

.calculator-values-field-label {
  display: block;
  padding-top: 4px;
  font-size: 16px; }

.calculator-results:after {
  content: '';
  display: block;
  clear: both; }

.calculator-results-item {
  float: left;
  width: 50%;
  text-align: center; }

.calculator-results-logo {
  height: 65px;
  line-height: 65px;
  margin-bottom: 55px; }

.calculator-results-logo-image {
  display: inline-block;
  vertical-align: middle;
  line-height: 1; }

.calculator-results-total {
  display: block;
  width: 136px;
  height: 136px;
  line-height: 136px;
  margin: 0 auto;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  background: #73c896; }
  .calculator-results-total-soft {
    background: #e1e3e5;
    color: #757575; }

.calculator-results-total-sum {
  font-size: 38px;
  font-weight: 300; }

.calculator-results-total-currency {
  font-size: 24px; }

@media (max-width: 940px) {
  .calculator-column {
    float: none;
    width: auto;
    max-width: 490px;
    margin-left: auto;
    margin-right: auto; }
  .calculator-column-results {
    margin-top: 40px; }
  .calculator-title {
    text-align: center; } }

@media (max-width: 480px) {
  .calculator-results-item {
    float: none;
    width: auto; }
    .calculator-results-item + .calculator-results-item {
      margin-top: 50px; }
  .calculator-results-logo {
    margin-bottom: 20px; } }

.updates-entries {
  margin-bottom: 80px; }

.updates-entry + .updates-entry:before {
  content: '';
  display: block;
  margin: 45px -40px;
  border-top: 2px solid #ececec; }

.updates-entry-header {
  margin-bottom: 25px; }

.updates-entry-title {
  line-height: 1.4;
  font-weight: 300;
  font-size: 28px; }

.updates-entry-date {
  font-size: 13px;
  color: #848484; }

.updates-entry-content {
  margin-bottom: 0; }
  .updates-entry-content ul {
    margin: 0; }
  .updates-entry-content p {
    margin: 0; }

@media (max-width: 740px) {
  .updates-entry-header {
    margin-bottom: 30px; } }

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