div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, textarea, p, blockquote, th, td {
  padding: 0;
  margin: 0; }

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

fieldset, img, iframe {
  border: 0; }

ul, nav {
  list-style: none; }

input:focus, button:focus, a:focus, textarea:focus, select:focus {
  outline: none !important; }

textarea {
  resize: none; }

html, body {
  height: 100%;
  min-height: 100%;
  zoom: 100%;
}

body {
  font: normal 16px/24px  'Lato-Regular', sans-serif;
  background: #fff;
  min-width: 320px;
  color: #393939;
  margin: 0;
  overflow-x: hidden;
  overflow-y: scroll; }

section {
  max-width: 100%; }

a {
  color: #393939;
  text-decoration: none; }

a:hover, a:active, a:focus {
  text-decoration: none;
  color: #ee6161; }

a img {
  border: none; }

img {
  max-width: 100%;
  display: block;
  border-style: none;
  width: 100%; }

noscript div {
  position: relative;
  top: 0;
  background: #fff;
  z-index: 77777;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  padding: 50px;
  border: 3px solid red;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #707070; }

noscript div a {
  text-decoration: underline;
  color: blue; }

input,
textarea,
select {
  vertical-align: middle;
  color: #393939; }

form, fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type="text"],
input[type="file"],
input[type="password"],
input[type="submit"],
input[type="email"],
input[type="tel"],
textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0px; }

input[type="email"] {
  box-shadow: none;
  -webkit-box-shadow: none; }

input[type="image"] {
  padding: 0;
  border: none; }

input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0; }

input[type="submit"],
input[type="button"] {
  cursor: pointer; }

input[type="submit"]:focus,
input[type="button"]:focus {
  outline: none;
  border: none;
  box-shadow: none; }

button:focus {
  outline: none;
  border: none;
  box-shadow: none; }

button {
  cursor: pointer; }

p {
  max-width: 100%;
  margin: 0; }

p, span, label, h1, h2, h3, h4, h5, h6, b, strong, i, em {
  max-width: 100%;
  word-wrap: break-word; }

b, strong {
  font-weight: bold; }

div {
  word-wrap: break-word; }

hr {
  margin: 50px 0; }

.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1); }

.progress {
  z-index: 15;
  margin: 0;
  background-color: #cecece; }

.progress .determinate, .progress .indeterminate {
  background-color: #393939; }

.preloader-logo-box {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  -webkit-transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1); }

.preloader-logo {
  position: absolute;
  z-index: 15;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  -webkit-transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1); }
  .preloader-logo svg {
    display: inline-block;
    overflow: visible;
    width: 241px;
    height: 250px; }
    .preloader-logo svg path {
      opacity: 0;
      -webkit-transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1);
      transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1); }
    .preloader-logo svg rect {
      stroke-dasharray: 1000;
      stroke-dashoffset: 1000;
      -webkit-transition: all 0.8s ease-in-out;
      transition: all 0.8s ease-in-out;
      stroke-opacity: 0; }

@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0;
    stroke-opacity: 1; } }

@keyframes dash {
  to {
    stroke-dashoffset: 0;
    stroke-opacity: 1; } }

@-webkit-keyframes dash2 {
  from {
    stroke-dashoffset: 0; }
  to {
    stroke-dashoffset: 1000;
    stroke-opacity: 1; } }

@keyframes dash2 {
  from {
    stroke-dashoffset: 0; }
  to {
    stroke-dashoffset: 1000;
    stroke-opacity: 1; } }

.loading .preloader-logo svg path {
  opacity: 1; }

.loading .preloader-logo svg rect {
  stroke-dashoffset: 0;
  stroke-opacity: 1; }
  .loading .preloader-logo svg rect:last-of-type {
    -webkit-transition: all 0.8s ease-in-out 0.4s;
    transition: all 0.8s ease-in-out 0.4s; }

.loading .preloader {
  height: 5px;
  -webkit-transition-delay: 1s;
  transition-delay: 1s; }

.loading .preloader-logo {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: 1s;
  transition-delay: 1s; }

.loading .preloader-logo-box {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: 1s;
  transition-delay: 1s; }

.loading.loaded .preloader {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

/*--------- font-face ---------*/
@font-face {
  font-family: 'Lato-Black';
  font-display: swap;
  src: url("fonts/Lato-Black.eot");
  src: url("fonts/Lato-Black.eot") format("embedded-opentype"), url("fonts/Lato-Black.woff") format("woff"), url("fonts/Lato-Black.ttf") format("truetype"), url("fonts/Lato-Black.svg#Lato-Black") format("svg"); }

@font-face {
  font-family: 'Lato-Bold';
  font-display: swap;
  src: url("fonts/Lato-Bold.eot");
  src: url("fonts/Lato-Bold.eot") format("embedded-opentype"), url("fonts/Lato-Bold.woff") format("woff"), url("fonts/Lato-Bold.ttf") format("truetype"), url("fonts/Lato-Bold.svg#Lato-Bold") format("svg"); }

@font-face {
  font-family: 'Lato-Heavy';
  font-display: swap;
  src: url("fonts/Lato-Heavy.eot");
  src: url("fonts/Lato-Heavy.eot") format("embedded-opentype"), url("fonts/Lato-Heavy.woff") format("woff"), url("fonts/Lato-Heavy.ttf") format("truetype"), url("fonts/Lato-Heavy.svg#Lato-Heavy") format("svg"); }

@font-face {
  font-family: 'Lato-Light';
  font-display: swap;
  src: url("fonts/Lato-Light.eot");
  src: url("fonts/Lato-Light.eot") format("embedded-opentype"), url("fonts/Lato-Light.woff") format("woff"), url("fonts/Lato-Light.ttf") format("truetype"), url("fonts/Lato-Light.svg#Lato-Light") format("svg"); }

@font-face {
  font-family: 'Lato-Medium';
  font-display: swap;
  src: url("fonts/Lato-Medium.eot");
  src: url("fonts/Lato-Medium.eot") format("embedded-opentype"), url("fonts/Lato-Medium.woff") format("woff"), url("fonts/Lato-Medium.ttf") format("truetype"), url("fonts/Lato-Medium.svg#Lato-Medium") format("svg"); }

@font-face {
  font-family: 'Lato-Regular';
  font-display: swap;
  src: url("fonts/Lato-Regular.eot");
  src: url("fonts/Lato-Regular.eot") format("embedded-opentype"), url("fonts/Lato-Regular.woff") format("woff"), url("fonts/Lato-Regular.ttf") format("truetype"), url("fonts/Lato-Regular.svg#Lato-Regular") format("svg"); }

@font-face {
  font-family: 'Lato-Semibold';
  font-display: swap;
  src: url("fonts/Lato-Semibold.eot");
  src: url("fonts/Lato-Semibold.eot") format("embedded-opentype"), url("fonts/Lato-Semibold.woff") format("woff"), url("fonts/Lato-Semibold.ttf") format("truetype"), url("fonts/Lato-Semibold.svg#Lato-Semibold") format("svg"); }

@font-face {
  font-family: "Icons";
  font-display: swap;
  src: url("fonts/Icons.eot");
  src: url("fonts/Icons.eot?#iefix") format("eot"), url("fonts/Icons.woff") format("woff"), url("fonts/Icons.ttf") format("truetype"), url("fonts/Icons.svg#Icons") format("svg"); }

[class*='icon-']:before {
  font-family: "Icons";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-02-kievstar:before {
  content: '\E001'; }

.icon-arrow-down:before {
  content: '\E002'; }

.icon-arrow:before {
  content: '\E003'; }

.icon-arrowandcircle:before {
  content: '\E004'; }

.icon-Bukva:before {
  content: '\E005'; }

.icon-bukva_fon:before {
  content: '\E006'; }

.icon-calendar:before {
  content: '\E007'; }

.icon-calendar2:before {
  content: '\E008'; }

.icon-cancel:before {
  content: '\E009'; }

.icon-city:before {
  content: '\E00A'; }

.icon-close-envelope:before {
  content: '\E00B'; }

.icon-Dialog:before {
  content: '\E00C'; }

.icon-facebook-logo:before {
  content: '\E00D'; }

.icon-fbcircle:before {
  content: '\E00E'; }

.icon-forma:before {
  content: '\E00F'; }

.icon-gloves:before {
  content: '\E010'; }

.icon-instacircle:before {
  content: '\E011'; }

.icon-instagram-logo:before {
  content: '\E012'; }

.icon-Kvadrat:before {
  content: '\E013'; }

.icon-Kvadrat_border:before {
  content: '\E014'; }

.icon-Kvadrat_dlya_fona:before {
  content: '\E015'; }

.icon-Kvadrat_dlya_ikonok:before {
  content: '\E016'; }

.icon-Kvadrat_small:before {
  content: '\E017'; }

.icon-lifecell:before {
  content: '\E018'; }

.icon-Listai_vniz:before {
  content: '\E019'; }

.icon-logo-mini:before {
  content: '\E01A'; }

.icon-Logo:before {
  content: '\E01B'; }

.icon-logotext:before {
  content: '\E01C'; }

.icon-logo_small:before {
  content: '\E01D'; }

.icon-magnifier:before {
  content: '\E01E'; }

.icon-menu:before {
  content: '\E01F'; }

.icon-microscope:before {
  content: '\E020'; }

.icon-molecule:before {
  content: '\E021'; }

.icon-phone-call:before {
  content: '\E022'; }

.icon-phone-mini:before {
  content: '\E023'; }

.icon-placeholder:before {
  content: '\E024'; }

.icon-playvideo:before {
  content: '\E025'; }

.icon-plus-black-symbol:before {
  content: '\E026'; }

.icon-question:before {
  content: '\E027'; }

.icon-Right-arrow:before {
  content: '\E028'; }

.icon-search:before {
  content: '\E029'; }

.icon-share:before {
  content: '\E02A'; }

.icon-skype:before {
  content: '\E02B'; }

.icon-Strelka_pop_ap:before {
  content: '\E02C'; }

.icon-Strelka_pop_ap_left:before {
  content: '\E02D'; }

.icon-two-quotes:before {
  content: '\E02E'; }

.icon-vk-social-network-logo:before {
  content: '\E02F'; }

.icon-vkcircle:before {
  content: '\E030'; }

.icon-vodafone:before {
  content: '\E031'; }

.icon-Vrachiicon:before {
  content: '\E032'; }

.icon-w-checkbox:before, .progress-button .content:before {
  content: '\E033'; }

.icon-www:before {
  content: '\E034'; }

.icon-ytcircle:before {
  content: '\E035'; }

b, strong {
  font-weight: bold;
  font-family: 'Lato-Bold',sans-serif; }

.mark-txt {
  color: #ee6161; }

*, *:after, *:before {
  box-sizing: border-box !important; }

.clearfix:before, .container:before,
.clearfix:after, .container:after {
  display: table;
  content: " "; }

.clearfix:after, .container:after {
  clear: both; }

.desktop ::-webkit-scrollbar {
  width: 5px; }

.desktop ::-webkit-scrollbar:horizontal {
  height: 5px; }

.desktop ::-webkit-scrollbar-thumb {
  width: 5px;
  border-color: #393939;
  background-color: #393939; }

.desktop ::-webkit-scrollbar-thumb:hover {
  border-width: 1px 1px 1px 2px;
  border-color: #393939;
  background-color: #393939; }

.desktop ::-webkit-scrollbar-track {
  border-width: 0; }

.desktop ::-webkit-scrollbar-track-piece {
  background: #cecece; }

body {
  max-width: 100%;
  /*@include anim;*/ }

body.noscroll {
  overflow: hidden; }

.visible-md {
  display: none !important; }

.wrapper {
  position: relative;
  max-width: 100%; }

.container {
  width: 1560px;
  max-width: 100%;
  padding: 0 15px; }

.row {
  margin-bottom: 0; }

.container .row {
  margin: 0 -15px; }

.row .col {
  padding: 0 15px; }

.align-left {
  text-align: left; }

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

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

.tt-upp {
  text-transform: uppercase; }

.mobile .animated {
  -webkit-animation: none !important;
  animation: none !important;
  visibility: visible !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  opacity: 1 !important; }

button:focus {
  background: #fff; }

h1, h2, h3, h4, h5 {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: normal;
  font-family: 'Lato-Bold',sans-serif; }

h1 {
  font-size: 30px;
  line-height: 38px; }

h2 {
  font-size: 28px;
  line-height: 36px; }

h3 {
  font-size: 26px;
  line-height: 34px; }

h4 {
  font-size: 24px;
  line-height: 32px; }

h5 {
  font-size: 20px;
  line-height: 28px; }

.content p {
  margin-bottom: 20px;
  font-size: 18px; }

.content ul li, .list-box li {
  margin-bottom: 5px;
  list-style-position: inside;
  position: relative;
  list-style-type: disc; }

.content ol, .list-number-box {
  list-style-position: inside; }

.content ol li, .list-number-box li {
  margin-bottom: 15px;
  color: #868686; }

.content ol li span, .list-number-box li span {
  padding-left: 10px;
  color: #393939; }

[type=radio].with-gap:checked + label:after, [type=radio]:checked + label:after {
  background-color: #000000; }

[type=radio].with-gap:checked + label:after, [type=radio].with-gap:checked + label:before, [type=radio]:checked + label:after {
  border-color: #000000; }

[type=checkbox]:checked + label:before {
  border-right: 2px solid #000000 !important;
  border-bottom: 2px solid #000000 !important; }

[type=checkbox].filled-in:checked + label:after, [type=checkbox].filled-in + label:after {
  border: 1px solid #000000 !important;
  background-color: transparent; }

.page-wrap {
  width: 100%;
  height: 100%;
  min-width: 320px;
  display: table;
  table-layout: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1); }

.footer {
  display: table-footer-group; }

.note {
  font-size: 14px;
  line-height: 18px;
  display: block;
  color: #8B8B8B; }

.realetive {
  position: relative; }

.mb150 {
  margin-bottom: 150px; }

.left-container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background: #fff;
  z-index: 7777;
  border-right: 1px solid #c5c5c5;
  width: 69px;
  text-align: center;
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1); }

.left-container-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }
  .left-container-nav ul {
    display: block; }
    .left-container-nav ul li {
      display: block;
      height: 60px;
      line-height: 60px;
      text-align: center;
      cursor: pointer;
      color: #505050;
      font-size: 24px; }
      .left-container-nav ul li:hover {
        color: #868686; }
      .left-container-nav ul li.last {
        cursor: pointer;
        background: #ee6161;
        color: #fff;
        line-height: 66px;
        -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
        transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1); }
        .left-container-nav ul li.last span {
          display: inline-block;
          -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
          transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1); }
        .left-container-nav ul li.last.open span {
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
        .left-container-nav ul li.last:hover {
          background: #ee6161;
          color: #f5a0a0; }

.left-fixed-nav {
  overflow: visible !important;
  z-index: 7775;
  border-right: 1px solid #c5c5c5;
  margin-left: 70px;
  height: 100%; }

.open-level-menu .left-fixed-nav {
  margin-left: 0px; }

.open-level-menu .left-container {
  left: -70px; }

.left-fixed-nav__body {
  position: relative;
  background: none !important; }
  .left-fixed-nav__body .left-fixed-nav__over {
    max-height: 100%;
    overflow: hidden;
    overflow-y: auto;
    padding: 0 22px; }
  .left-fixed-nav__body .left-fixed-nav__over ul {
    margin-top: 85px;
    display: block; }

.left-fixed-nav__over ul li.with-menu {
  position: relative; }

.left-fixed-nav__over ul li.with-menu ul {
  margin: 0; }

.left-fixed-nav__over ul li.with-menu ul li a, .left-fixed-nav__over ul li.with-menu ul li span {
  height: 32px;
  line-height: 32px;
  padding-left: 22px;
  max-width: none;
  text-align: center;
  font-size: 14px;
  color: #5c5c5c;
  background: none !important;
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1); }
  .left-fixed-nav__over ul li.with-menu ul li a:hover, .left-fixed-nav__over ul li.with-menu ul li span:hover {
    color: #393939; }

.left-fixed-nav__over ul li .drop-nav {
  cursor: pointer;
  width: 100%;
  position: absolute;
  z-index: 15;
  top: 0;
  left: 0;
  font-size: 10px;
  height: 32px;
  line-height: 36px;
  text-align: right;
  color: #a5a5a5;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1); }

.left-fixed-nav__over ul li {
  background: none !important; }

.left-fixed-nav__over ul li a, .left-fixed-nav__over ul li span:not(.drop-nav):not(.icon-Right-arrow) {
  display: block;
  height: auto;
  line-height: 24px;
  padding-left: 22px;
  max-width: none;
  text-align: left;
  font-size: 14px;
  text-transform: uppercase;
  color: #5c5c5c;
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1); }

.left-fixed-nav__over ul li a:hover, .left-fixed-nav__over ul li span:not(.drop-nav):not(.icon-Right-arrow) {
  color: #393939;
  background: none; }

.left-menu-level {
  position: fixed;
  z-index: 545;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 100%;
  overflow-y: auto;
  background: #fff;
  border-right: 1px solid #c5c5c5;
  width: 270px;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  visibility: hidden;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  .left-menu-level.visible {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    visibility: visible; }
  .left-menu-level ul {
    margin-top: 1px !important;
    display: block;
    padding-top: 1px; }
    .left-menu-level ul li {
      padding: 10px 30px;
      line-height: normal; }
      .left-menu-level ul li a, .left-menu-level ul li span {
        font-size: 13px !important;
        line-height: 16px !important;
        padding: 0 !important;
        display: inline !important;
        text-transform: uppercase;
        font-family: 'Lato-Light',sans-serif; }

.menu-level-head {
  border-bottom: 1px solid #cbcbcb;
  height: 20px;
  line-height: 68px;
  padding: 0 30px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 24px;
  color: #5c5c5c;
  font-family: 'Lato-Light',sans-serif; }

.menu-level-back {
  cursor: pointer;
  border-bottom: 1px solid #cbcbcb;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #5c5c5c;
  font-family: 'Lato-Heavy',sans-serif; }
  .menu-level-back span {
    display: inline-block;
    vertical-align: -3px;
    margin-left: 12px;
    line-height: normal; }

.left-fixed-nav__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 25px; }

.side-nav .lang-list li a.active {
  font-weight: 700 !important;
  background-color: rgba(0, 0, 0, 0.05);
  cursor: default; }

.phone-group, .social-group {
  border-top: 1px solid #c7c7c7;
  padding: 10px 0 0; }
  .phone-group li, .social-group li {
    line-height: normal; }
    .phone-group li a, .social-group li a {
      padding: 0;
      font-size: 16px;
      line-height: 18px;
      height: auto;
      color: #393939;
      background: none !important;
      font-family: 'Lato-Light',sans-serif; }
      .phone-group li a:hover, .social-group li a:hover {
        color: #868686; }

.phone-group li {
  padding-left: 26px;
  position: relative;
  margin-bottom: 5px; }
  .phone-group li a {
    display: block;
    margin-bottom: 5px; }
    .phone-group li a:last-of-type {
      margin-bottom: 0; }
  .phone-group li.viber-vodafone {
    padding: 0; }
    .phone-group li.viber-vodafone a {
      display: inline-block;
      vertical-align: top;
      margin: 0 0 0 10px; }
  .phone-group li .icon {
    font-size: 15px;
    display: inline-block;
    vertical-align: middle; }
    .phone-group li .icon + .icon {
      margin-left: 5px; }
  .phone-group li:before {
    position: absolute;
    z-index: 2;
    top: 13px;
    left: 0;
    font-size: 15px;
    color: #888888; }
  .phone-group li.icon-lifecell:before {
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(../images/lifecell.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    top: 0; }

.macintosh .header .phone-group li:before {
  top: 0;
  line-height: 18px; }

.social-group {
  padding-bottom: 11px;
  margin-top: 15px; }

.social-group li {
  display: inline-block !important;
  vertical-align: top;
  margin-right: 36px;
  line-height: 60px; }
  .social-group li a {
    color: #888888;
    font-size: 16px;
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1); }
    .social-group li a.icon-vk-social-network-logo {
      font-size: 12px; }
    .social-group li a:hover {
      color: #adadad; }

.fast-help {
  display: block;
  cursor: pointer;
  height: 60px;
  line-height: 60px;
  color: #ee6161;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Lato-Light',sans-serif;
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1); }
  .fast-help:hover {
    color: #868686; }

#sidenav-overlay {
  background: rgba(255, 255, 255, 0.8); }

.menu-button, .menu-button-general {
  cursor: pointer;
  background: #fff;
  display: block;
  width: 68px;
  height: -webkit-calc(100% - 180px);
  height: calc(100% - 180px);
  position: relative;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out; }

.menu-button:hover span, .menu-button-general:hover span {
  background: #747474; }

.menu-button-general i {
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  text-align: center;
  font-style: normal;
  text-transform: uppercase;
  font-size: 10px;
  font-family: 'Lato-Regular',sans-serif;
  color: #7b7b7b; }

.menu-button span, .menu-button-general span {
  display: block;
  position: absolute;
  height: 2px;
  background: #747474;
  opacity: 1;
  left: 21px;
  right: 21px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

.menu-button span:first-child, .menu-button-general span:first-child {
  top: 18px; }

.menu-button span:nth-child(2), .menu-button-general span:nth-child(2) {
  top: 24px; }

.menu-button span:nth-child(3), .menu-button-general span:nth-child(3) {
  top: 30px; }

.open-menu .menu-button span:nth-child(1), .open-menu .menu-button-general span:nth-child(1) {
  top: 27px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg); }

.open-menu .menu-button span:nth-child(2), .open-menu .menu-button-general span:nth-child(2) {
  left: auto;
  right: 0;
  opacity: 0; }

.open-menu .menu-button span:nth-child(3), .open-menu .menu-button-general span:nth-child(3) {
  top: 27px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.progress-counter {
  position: fixed;
  right: 5px;
  top: 30%;
  height: 52px;
  border-radius: 50%;
  background: #fff;
  width: 52px;
  font-size: 12px;
  color: #393939;
  font-family: 'Lato-Light',sans-serif;
  line-height: 52px;
  text-align: center;
  z-index: 555; }

.progress-counter--animating {
  -webkit-animation: progress-pause 1s ease-in-out .3s infinite alternate forwards;
  animation: progress-pause 1s ease-in-out .3s infinite alternate forwards; }

.progress-counter__outer {
  border: 1px solid #ebebeb;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  -webkit-animation: clock-rotate 3s linear 0s infinite;
  animation: clock-rotate 3s linear 0s infinite; }

.progress-counter__inner {
  background: url(../images/progress-counter.png) no-repeat center center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  -webkit-animation: clock-rotate 1s linear 0s infinite;
  animation: clock-rotate 1s linear 0s infinite; }

.progress-counter:before, .progress-counter:after {
  position: absolute;
  content: "";
  width: 0;
  border-left: 1px solid #ebebeb;
  left: 26px;
  height: 1000px; }

.progress-counter:before {
  bottom: 100%; }

.progress-counter:after {
  top: 100%; }

@-webkit-keyframes progress-pause {
  0%, 100% {
    -webkit-transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-7px); } }

@keyframes progress-pause {
  0%, 100% {
    -webkit-transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-7px); } }

.header {
  top: 0;
  right: 0;
  left: 0;
  position: fixed;
  background: #fff;
  box-shadow: 0 0px 60px 10px rgba(0, 0, 0, 0.12);
  z-index: 333;
  padding: 7px 80px 15px;
  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-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1); }
  .header .phone-group {
    border-top: 0;
    padding: 0; }
    .header .phone-group li {
      display: inline-block;
      vertical-align: middle;
      margin: 0 0 0 15px; }
      .header .phone-group li:before {
        top: 11px; }
      .header .phone-group li a {
        font-family: 'Lato-Heavy',sans-serif; }
      .header .phone-group li .for-inner {
        display: none; }
  .header.fix {
    position: fixed;
    background: #fff;
    padding: 7px 80px 15px;
    box-shadow: 0 0px 60px 10px rgba(0, 0, 0, 0.12); }

.navigation-general {
  display: inline-block;
  position: relative;
  padding: 20px 0 0;
  font-size: 0;
  line-height: 0; }
  .navigation-general ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block; }
    .navigation-general ul > li {
      margin: 0;
      padding: 0; }
    .navigation-general ul li {
      display: inline-block;
      vertical-align: top;
      padding: 0 25px 0 35px; }
      .navigation-general ul li a, .navigation-general ul li span {
        display: block;
        font-size: 13px;
        line-height: 16px;
        color: #5c5c5c;
        text-transform: uppercase;
        font-style: normal;
        font-family: 'Lato-Heavy',sans-serif;
        -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
        transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1); }
      .navigation-general ul li a:hover, .navigation-general ul li a:focus, .navigation-general ul li span, .navigation-general ul li a.active {
        color: #868686; }
      .navigation-general ul li.active > ul {
        display: none; }

.header-contacts > * {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 24px; }

.header-contacts address {
  font-style: normal;
  font-family: 'Lato-Light',sans-serif;
  padding-left: 37px; }
  .header-contacts address a:hover, .header-contacts address a:focus {
    color: #393939; }

.header-contacts .work-time-list {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  -webkit-transition: none;
  transition: none;
  opacity: 1; }
  .header-contacts .work-time-list li {
    margin: 0; }

.with-drop-menu {
  position: relative; }

#drop-header {
  display: none !important;
  opacity: 0 !important;
}

#drop-header.active {
  display: block !important;
  opacity: 1 !important;
}

.dropdown-header {
  position: absolute;
  display: none;
  width: 815px !important;
  max-width: 100vw;
  top: 100% !important;
  left: 0 !important;
  border: none;
  box-shadow: none;
  padding-top: 15px;
  background: none;
  overflow: visible; }
  .dropdown-header ul {
    background: #fff;
    position: relative;
    padding: 11px 15px; }
    .dropdown-header ul:before {
      content: '';
      position: absolute;
      left: 50px;
      top: -9px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 10px 10px 10px;
      border-color: transparent transparent #fff transparent; }
    .dropdown-header ul li {
      background: none !important;
      display: inline-block;
      vertical-align: top;
      padding: 0 0 12px 15px;
      width: 33%;
      height: auto;
      min-height: 1px;
      line-height: normal; }
      .dropdown-header ul li a, .dropdown-header ul li span {
        padding: 0;
        font-family: 'Lato-Heavy',sans-serif;
        font-weight: 700; }
  .dropdown-header .dropdown-header--second {
    padding: 2px 0 0 10px; }
    .dropdown-header .dropdown-header--second:before {
      display: none; }
    .dropdown-header .dropdown-header--second li {
      width: 100%;
      padding: 0 0 1px; }
      .dropdown-header .dropdown-header--second li:last-of-type {
        padding: 0; }
      .dropdown-header .dropdown-header--second li a, .dropdown-header .dropdown-header--second li span {
        font-size: 10px;
        font-family: 'Lato-Light',sans-serif; }

.form-fast {
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  position: absolute;
  z-index: 150;
  bottom: 0;
  left: 70px;
  width: 520px;
  padding: 40px 44px 45px;
  border: 1px solid #e57c7c;
  background-color: #fff;
  box-shadow: 0 33px 125px 14px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1); }
  .form-fast.visible {
    visibility: visible;
    opacity: 1;
    pointer-events: auto; }
  .form-fast label {
    color: #393939 !important;
    opacity: 0.5;
    line-height: 43px;
    left: 15px;
    top: 0;
    font-size: 13px; }
    .form-fast label.active {
      opacity: 0;
      visibility: hidden;
      pointer-events: none; }

.form-fast-close {
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 16px;
  color: #393939;
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1); }
  .form-fast-close:hover {
    color: #868686; }

.form-fast__head {
  display: block;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 28px;
  color: #df5b5b;
  text-align: center;
  font-family: 'Lato-Light',sans-serif; }
  .form-fast__head span {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
    color: #393939; }

.input-field {
  position: relative;
  margin: 0 0 30px; }
  .input-field input, .input-field textarea {
    margin: 0 !important;
    border: 1px solid #a5a5a5 !important;
    box-shadow: none !important;
    height: 43px;
    min-height: 43px;
    padding: 0 15px;
    font-family: 'Lato-Regular',sans-serif;
    font-size: 16px;
    color: #393939; }

.input-field:after,
.check-item:after {
  content: attr(data-error);
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 5px;
  font-size: 13px;
  line-height: 15px;
  color: #ff0000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out; }

.input-field.error input, .input-field.error textarea, .input-field.error .select-wrapper input {
  border-color: #ff5252 !important; }

.input-field.error:after,
.check-item.error:after {
  visibility: visible;
  opacity: 1; }

.check-item.error:after {
  margin-top: 0; }

.check-item.error [type=checkbox].filled-in + label:after {
  border-color: #ff5252 !important; }

.btn {
  border: none;
  background: #393939;
  height: 50px;
  line-height: 50px;
  padding: 0 45px;
  cursor: pointer;
  font-size: 12px;
  font-family: 'Lato-Light',sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  box-shadow: none !important;
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1); }
  .btn:hover, .btn:focus {
    background: #ee6161;
    color: #fff; }

.progress-button {
  position: relative;
  overflow: hidden; }
  .progress-button:hover, .progress-button:focus {
    background: #181818; }

.progress-button .progress {
  top: 0;
  width: 0px;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  background: #ee6161; }

.progress-button .content {
  position: relative;
  z-index: 3;
  display: block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }

.progress-button .content:before {
  position: absolute;
  top: 100%;
  right: auto;
  left: 50%;
  line-height: 65px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.progress-button.state-success .content, .progress-button.state-error .content {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%); }

.progress-button.state-success .content::before, .progress-button.state-error .content::after {
  opacity: 1; }
#form-modal .progress-button.state-success .content::before, #form-modal .progress-button.state-error .content::after {
  line-height: 50px; }
.progress-button .content:before {
  font-family: "Icons"; }

.progress-button .progress-inner {
  top: 0;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  background: #ee6161; }

.first-section {
  height: 100%;
  min-height: 100%;
  position: relative; }
  .first-section .bg1, .first-section .bg2, .first-section .bg3 {
    position: absolute;
    margin: auto;
    top: -5%;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: 50% 50% !important; }
    .first-section .bg1 img, .first-section .bg2 img, .first-section .bg3 img {
      position: absolute;
      top: 50%;
      left: 50%;
      opacity: 0.5; }
.first-section2 {
  position: relative;

}
@media (min-width: 991px){
  .first-section2 {
    height: 100vh;

  }
}
.first-img {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center; }
  .first-img img {
    max-width: 100%;
    display: inline-block; }

.bg-animate.no-animate {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important; }

.next-step,
.next-step:before {
  position: absolute;
  left: 50%; }

.next-step {
  cursor: pointer;
  width: 25px;
  height: 25px;
  bottom: 50px;
  z-index: 55;
  margin: -20px 0 0 -20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-left: none;
  border-top: none;
  border-right: 2px #b8b8b8 solid;
  border-bottom: 2px #b8b8b8 solid; }

.next-step:before {
  content: "";
  width: 15px;
  height: 15px;
  top: 5px;
  left: 5px;
  border-left: none;
  border-top: none;
  border-right: 1px #dadada solid;
  border-bottom: 1px #dadada solid;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: arrow;
  animation-name: arrow; }

@-webkit-keyframes arrow {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px); } }

@keyframes arrow {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px); } }

.peop-section {
  position: relative;
  height: 770px; }

.peop-col {
  cursor: pointer;
  width: 32%;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1); }

.peop-section.active .peop-col {
  width: -webkit-calc(32% - 160px);
  width: calc(32% - 160px); }
  .peop-section.active .peop-col:before {
    opacity: 1;
    visibility: visible; }

.peop-section.active .peop-col.active:before {
  opacity: 0 !important;
  visibility: hidden !important; }

.peop-section.active .peop-col--1.active {
  width: -webkit-calc(32% + 160px);
  width: calc(32% + 160px);
  left: 0; }

.peop-section.active .peop-col--2.active {
  width: -webkit-calc(32% + 160px);
  width: calc(32% + 160px);
  right: 36%; }

.peop-col--1:before, .peop-col--2:before {
  content: '';
  z-index: 5;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(93, 93, 93, 0.5);
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1); }

.peop-col--1 {
  left: 0; }

.peop-col--2 {
  right: 36%; }

.peop-col--3 {
  right: 0;
  width: 36% !important;
  background: #9d9d9d; }

.people-item {
  width: 780px;
  height: 100%;
  background-size: cover !important;
  background-position: 50% 50% !important; }
  .people-item img {
    opacity: 0; }

.peop-info {
  height: 100%;
  padding: 55px 55px 85px;
  right: 0;
  left: 0;
  position: absolute;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1); }
  .peop-info .btn.btn--white {
    position: absolute;
    z-index: 5;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.peop-info-def {
  z-index: 2;
  top: 0; }

.peop-info[data-info] {
  background: #5c5c5c;
  z-index: 5;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  visibility: hidden;
  opacity: 0;
  pointer-events: none; }
  .peop-info[data-info].active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    opacity: 1;
    pointer-events: auto; }

.peop-info__head {
  display: block;
  margin-bottom: 40px;
  text-align: center; }
  .peop-info__head span, .peop-info__head h1 {
    display: block;
    font-size: 42px;
    line-height: 53px;
    font-family: 'Lato-Regular',sans-serif;
    color: #fff;
    margin: 0; }

  .peop-info__head img {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 40px;
    width: auto;
  }

.peop-prof {
  margin-top: 10px;
  display: inline-block;
  vertical-align: middle;
  position: relative; }
  .peop-prof:before {
    content: '';
    position: absolute;
    left: -12px;
    top: -4px;
    z-index: -1;
    width: 34px;
    height: 34px;
    background: url(../images/prof-rect.png) no-repeat; }

.peop-bq {
  width: 345px;
  position: relative;
  margin: 0 auto;
  max-width: 100%; }
  .peop-bq:before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    background: url(../images/two-quotes.svg) no-repeat;
    background-size: 36px 28px;
    width: 36px;
    height: 28px;
    opacity: 0.1; }
  .peop-bq:after {
    content: '';
    position: absolute;
    bottom: -10px;
    right: -10px;
    background: url(../images/two-quotes.svg) no-repeat;
    background-size: 36px 28px;
    width: 36px;
    height: 28px;
    opacity: 0.1; }

.btn.btn--white {
  background: transparent;
  border: 1px solid #bababa;
  color: #fff; }
  .btn.btn--white:hover, .btn.btn--white:focus {
    color: #9d9d9d;
    background: #fff; }

.peop-info-detail {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #5c5c5c;
  padding: 45px 80px 65px 85px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1); }

.back-step {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  bottom: 40px;
  left: 85px;
  font-size: 12px;
  line-height: 16px;
  color: #f7f7f7;
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1); }
  .back-step span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px; }

.heading-section {
  padding: 40px 0;
  font-size: 30px;
  line-height: 36px;
  color: #393939;
  font-family: 'Lato-Light',sans-serif;
  position: relative; }

.our-plus {
  position: relative;
  padding: 45px 0 0; }
  .our-plus:before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    bottom: -50px;
    width: 750px;
    max-width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    background: #f7f7f7;
    pointer-events: none;
    display: none; }

.our-plus .row {
  font-size: 0;
  line-height: 0; }
  .our-plus .row .col {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px; }

.our-plus .col.visible:nth-of-type(1) .anim-path {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s; }

.our-plus .col.visible:nth-of-type(1) .anim-path.anim-path--2 {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s; }

.our-plus .col.visible:nth-of-type(2) .anim-path {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s; }

.our-plus .col.visible:nth-of-type(2) .anim-path.anim-path--2 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s; }

.our-plus .col.visible:nth-of-type(3) .anim-path {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s; }

.our-plus .col.visible:nth-of-type(3) .anim-path.anim-path--2 {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s; }

.our-plus .col.visible:nth-of-type(4) .anim-path {
  -webkit-transition-delay: 1s;
  transition-delay: 1s; }

.our-plus .col.visible:nth-of-type(4) .anim-path.anim-path--2 {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s; }

.our-plus-item {
  text-align: center; }

.our-plus-item__icon, .regulations-item__icon {
  height: 120px;
  position: relative;
  margin-bottom: 35px;
  text-align: center;
  line-height: 130px; }
  .our-plus-item__icon span, .regulations-item__icon span {
    display: inline-block;
    vertical-align: middle;
    color: #bbbabb;
    font-size: 48px; }
  .our-plus-item__icon svg, .regulations-item__icon svg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 120px;
    height: 120px; }

svg {
  overflow: visible; }
  svg .anim-path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    -webkit-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease-in-out; }

.animated.visible .anim-path {
  stroke-dashoffset: 0; }

.our-plus-item__txt {
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #777777;
  font-family: 'Lato-Regular',sans-serif; }
  .our-plus-item__txt span:not(.afterLength) {
    display: block;
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 24px;
    color: #393939;
    height: 48px;
    overflow: hidden; }

.uslugi-section {
  text-align: center;
  padding: 0 0 70px; }

.slider-wrapp {
  height: 685px;
  position: relative; }

.slider-controls, .slider-arrows .previous, .slider-arrows .count {
  display: none; }

.slider {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4; }

.slider > ul {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.slider > ul > li {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.slider > ul > li .panel-1, .slider > ul > li .panel-2, .slider > ul > li .panel-3 {
  cursor: pointer; }

.slider > ul > li .panel-1 > div, .slider > ul > li .panel-2 > div, .slider > ul > li .panel-3 > div {
  -webkit-transition-duration: .95s;
  transition-duration: .95s;
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  background: none;
  width: 0;
  height: 100%; }

.slider > ul > li .panel-1 > div .img, .slider > ul > li .panel-2 > div .img, .slider > ul > li .panel-3 > div .img {
  -webkit-transition-duration: .95s;
  transition-duration: .95s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  position: absolute;
  background-size: cover !important;
  width: 100%;
  top: 0;
  height: 685px; }

.slider > ul > li .panel-3 > div .img {
  top: auto;
  bottom: 0; }

.slider > ul > li .panel-1 {
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 67%;
  height: 485px;
  z-index: 1; }

.slider > ul > li .panel-1 > div {
  background: #fff; }

.slider > ul > li .panel-1 > div .img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(1.1) translatex(-33%);
  -ms-transform: scale(1.1) translatex(-33%);
  transform: scale(1.1) translatex(-33%);
  left: 0;
  top: 0; }

.slider > ul > li .panel-2 {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 33.5%;
  height: 485px; }

.slider > ul > li .panel-2 > div {
  transition-delay: .15s;
  -webkit-transition-delay: .15s; }

.slider > ul > li .panel-2 > div .img {
  transition-delay: .15s;
  -webkit-transition-delay: .15s;
  left: 0;
  top: 0; }

.slider > ul > li .panel-3 {
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 200px; }

.mobile .slider > ul > li .panel-3 {
  height: 201px; }

.slider > ul > li .panel-3 > div {
  transition-delay: .3s;
  -webkit-transition-delay: .3s; }

.slider > ul > li .panel-3 > div .img {
  transition-delay: .3s;
  -webkit-transition-delay: .3s;
  left: 0;
  bottom: 0; }

.slider > ul > li .infos {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 200px;
  z-index: 10;
  background: #fff; }

.slider > ul > li .infos > a {
  -webkit-transition-duration: .45s;
  transition-duration: .45s;
  -webkit-transition-property: opacity,margin;
  transition-property: opacity,margin;
  -webkit-transition-delay: .45s;
  transition-delay: .45s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  color: #242528;
  margin-top: -25px;
  width: 100%;
  height: 100%;
  opacity: 0;
  text-align: left; }

.slider > ul > li .infos > a > div {
  padding: 40px 30px;
  width: 665px;
  max-width: 100%;
  position: relative;
  font-family: 'Lato-Light',sans-serif; }

.slider > ul > li .infos {
  font-size: 16px;
  line-height: 26px;
  color: #393939; }

.ellip {
  display: block;
  height: 100%; }

.ellip-line {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 100%; }

.ellip,
.ellip-line {
  position: relative;
  overflow: hidden; }

.sld-head {
  display: block;
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 28px;
  max-width: 60%; }

.go-to-razd {
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 10;
  font-size: 14px;
  line-height: 22px;
  max-width: 40%;
  padding: 0 25px; }
  .go-to-razd span {
    margin-left: 25px;
    position: relative;
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1); }

.slider > ul > li .infos > a > div:hover .go-to-razd .to-next-ic img {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px); }

.slider > ul > li .infos .timer {
  -webkit-transition-duration: .45s;
  transition-duration: .45s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  opacity: 0; }

.slider > ul > li .infos .timer:after {
  -webkit-transition-duration: 6s;
  transition-duration: 6s;
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #7f7e80;
  width: 0;
  height: 100%; }

.slider > ul > li.active {
  z-index: 2; }

.slider > ul > li.active .infos > a, .slider > ul > li.active .infos .timer {
  opacity: 1; }

.slider > ul > li.leaving .infos > a {
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

.slider > ul > li.active .panel-1 > div, .slider > ul > li.leaving .panel-1 > div, .slider > ul > li.active .panel-2 > div, .slider > ul > li.leaving .panel-2 > div, .slider > ul > li.active .panel-3 > div, .slider > ul > li.leaving .panel-3 > div {
  width: 100%; }

.slider > ul > li.active .panel-1 > div .img, .slider > ul > li.leaving .panel-1 > div .img, .slider > ul > li.active .panel-2 > div .img, .slider > ul > li.leaving .panel-2 > div .img, .slider > ul > li.active .panel-3 > div .img, .slider > ul > li.leaving .panel-3 > div .img {
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform: scale(1); }

.slider > ul > li.active .panel-1 > div .img, .slider > ul > li.leaving .panel-1 > div .img {
  -ms-transform: scale(1) translatex(-33%);
  transform: scale(1) translatex(-33%);
  -webkit-transform: scale(1) translatex(-33%); }

.slider > ul > li.active .infos > a, .slider > ul > li.leaving .infos > a {
  margin-top: 0; }

.slider > ul > li.active .infos .timer:after, .slider > ul > li.leaving .infos .timer:after {
  width: 100%; }

.slider-arrows .next {
  position: absolute;
  left: 30%;
  top: 20%;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  z-index: 30; }
  .slider-arrows .next:after {
    z-index: -1;
    content: '';
    position: absolute;
    opacity: 0.5;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 2px solid #eeeeee;
    border-radius: 50%;
    -webkit-animation: pulse-2 1s ease-out infinite;
    animation: pulse-2 1s ease-out infinite; }

.slider-arrows .next a {
  -webkit-transition-duration: .55s;
  transition-duration: .55s;
  -webkit-transition-property: width,background;
  transition-property: width,background;
  -webkit-transition-delay: .95s,0s;
  transition-delay: .95s,0s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  text-indent: -5000px;
  background: #eeeeee;
  width: 100%;
  height: 100%;
  border-radius: 50%; }
  .slider-arrows .next a:after {
    content: '';
    position: absolute;
    opacity: 0.5;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 2px solid #eeeeee;
    border-radius: 50%;
    -webkit-animation: pulse 1s ease-out infinite;
    animation: pulse 1s ease-out infinite; }
  .slider-arrows .next a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(../images/Right-arrow.svg) no-repeat;
    width: 15px;
    height: 30px;
    opacity: 0.5;
    background-size: 15px 30px; }
  .slider-arrows .next a:hover {
    background: #c0bfbf; }

@-webkit-keyframes pulse-2 {
  30% {
    opacity: 0.8;
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.3);
    transform: scale(1.3); } }

@keyframes pulse-2 {
  30% {
    opacity: 0.8;
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.3);
    transform: scale(1.3); } }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

.regulations-section {
  padding: 85px 0 0;
  position: relative; }

.regulations-box {
  float: left;
  position: relative;
  z-index: 4;
  margin-left: 85px;
  width: 1000px;
  max-width: 100%;
  background: #fff;
  padding: 45px 15px;
  box-shadow: 0 33px 125px 14px rgba(0, 0, 0, 0.12);
  text-align: center;
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
  opacity: 0;
  -webkit-transition: all 0.5s linear 0.5s;
  transition: all 0.5s linear 0.5s; }

.regulations-img-box, .border-box {
  opacity: 0;
  -webkit-transition: all 0.5s linear 0.7s;
  transition: all 0.5s linear 0.7s; }

.regulations-section .regulations-box .col:nth-of-type(1) .anim-path {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s; }

.regulations-section .regulations-box .col:nth-of-type(1) .anim-path.anim-path--2 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s; }

.regulations-section .regulations-box .col:nth-of-type(2) .anim-path {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s; }

.regulations-section .regulations-box .col:nth-of-type(2) .anim-path.anim-path--2 {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s; }

.regulations-section .regulations-box .col:nth-of-type(3) .anim-path {
  -webkit-transition-delay: 1s;
  transition-delay: 1s; }

.regulations-section .regulations-box .col:nth-of-type(3) .anim-path.anim-path--2 {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s; }

.border-box {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s; }

.regulations-section .container.visible .regulations-box {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px); }

.regulations-section .container.visible .regulations-img-box, .regulations-section .container.visible .border-box {
  opacity: 1; }

.regulations-box__head {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 22px;
  color: #777777;
  font-family: 'Lato-Light',sans-serif; }
  .regulations-box__head span {
    color: #393939;
    font-size: 24px;
    line-height: 28px;
    display: block;
    margin-bottom: 15px; }

.regulations-box .row {
  padding: 0 30px; }

.regulations-item {
  padding: 0 15px;
  font-size: 16px;
  line-height: 24px;
  color: #393939;
  font-family: 'Lato-Regular',sans-serif; }
  .regulations-item a:hover, .regulations-item a:focus {
    color: inherit; }

.regulations-img-box {
  float: right;
  position: relative;
  z-index: 4;
  width: 320px;
  height: 320px;
  margin-top: -135px;
  background-size: cover !important;
  background-position: 50% 50% !important;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 8px 29px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity 0.5s linear 0.4s;
  transition: opacity 0.5s linear 0.4s; }
  .regulations-img-box img {
    opacity: 0; }

.regulations-section-center {
  margin-top: 375px;
  height: 515px;
  position: relative;
  background: url(../images/reg-bg.jpg) 50% 50% no-repeat;
  background-size: cover; }
  .regulations-section-center .regulations-img-box {
    float: left;
    width: 520px;
    height: 640px;
    margin-top: -65px;
    margin-left: 7.77%; }
    .regulations-section-center .regulations-img-box img {
      opacity: 0; }

.regulations-section .container {
  position: relative; }
  .regulations-section .container .border-box {
    position: absolute;
    top: 15%;
    right: 15%;
    width: 646px;
    height: 664px;
    background: url(../images/bg-frm.png) no-repeat; }

.regulations-form-box, .form {
  background: #fff;
  width: 650px;
  max-width: 100%;
  padding: 55px 50px; }

.regulations-form-box {
  position: relative;
  top: -280px;
  margin-right: 7.77%;
  float: right;
  box-shadow: 0 33px 125px 14px rgba(0, 0, 0, 0.12);
  -webkit-transition: opacity 0.5s linear 0.6s;
  transition: opacity 0.5s linear 0.6s; }

.regulations-section-center.visible .regulations-form-box, .regulations-section-center.visible .regulations-img-box {
  opacity: 1; }

.regulations-form-box .input-field, .form .input-field {
  margin-bottom: 27px; }
  .regulations-form-box .input-field label, .form .input-field label {
    color: #393939 !important;
    opacity: 0.5;
    line-height: 43px;
    left: 15px;
    top: 0; }

.regulations-form-box .input-field label:not(.label-icon).active, .form .input-field label:not(.label-icon).active {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  top: -35px; }

.regulations-form-box .label-field, .form .label-field {
  padding: 0 15px; }

.regulations-form-box .btn, .form .btn {
  margin-top: 30px; }

.regulations-form-box__head {
  text-align: center;
  display: block;
  margin-bottom: 45px;
  font-size: 24px;
  line-height: 28px;
  color: #393939;
  font-family: 'Lato-Light',sans-serif; }

.label-field {
  display: block;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 20px;
  color: #393939;
  font-family: 'Lato-Light',sans-serif; }

.check-item {
  margin-bottom: 12px;
  position: relative; }
  .check-item label {
    font-size: 14px;
    line-height: 18px;
    height: auto;
    color: #393939;
    font-family: 'Lato-Light',sans-serif; }
  .check-item [type=checkbox].filled-in + label:after {
    width: 18px !important;
    height: 18px !important;
    border-color: #000000;
    border-radius: 0; }

.center-button {
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.warn-box {
  padding: 25px 0 0;
  font-size: 14px;
  line-height: 17px;
  color: #bfbfbf;
  text-align: center;
  font-family: 'Lato-Light',sans-serif; }

.regulations-section-bott {
  padding: 0 0 50px; }

.regulations-section-bott__container {
  width: 1300px;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 115px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative; }

.work-time-box, .contact-box {
  position: absolute;
  z-index: 5;
  top: -155px;
  right: 0;
  width: 400px;
  max-width: 100%;
  background-color: #fff;
  box-shadow: 0 8px 29px 1px rgba(0, 0, 0, 0.1);
  padding: 55px;
  text-align: left;
  font-size: 20px;
  line-height: 24px;
  font-family: 'Lato-Light',sans-serif;
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
  opacity: 0;
  -webkit-transition: all 0.5s linear 0.5s;
  transition: all 0.5s linear 0.5s; }
  .work-time-box ul, .contact-box ul {
    display: block;
    margin-top: 25px; }
    .work-time-box ul li, .contact-box ul li {
      display: block;
      margin-bottom: 10px; }
  .work-time-box:before, .contact-box:before {
    content: '';
    position: absolute;
    z-index: 5;
    left: -26px;
    bottom: 125px;
    width: 52px;
    height: 52px;
    background: url(../images/Kvadrat_border.svg) no-repeat;
    background-size: 52px 52px;
    opacity: 0;
    -webkit-transition: opacity 0.5s linear 1.2s;
    transition: opacity 0.5s linear 1.2s; }

.regulations-box-info {
  float: left;
  width: 910px;
  position: relative;
  max-width: 100%;
  padding: 55px;
  font-size: 16px;
  line-height: 24px;
  color: #777777;
  font-family: 'Lato-Light',sans-serif;
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear; }
  .regulations-box-info div {
    width: 725px;
    max-width: 100%; }
  .regulations-box-info .btn {
    margin-top: 45px; }
  .regulations-box-info span {
    display: block;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 36px; }
  .regulations-box-info:before, .regulations-box-info:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    border: 2px solid transparent; }
  .regulations-box-info:before {
    bottom: 0;
    left: 0; }
  .regulations-box-info:after {
    top: 0;
    right: 0; }

.regulations-section-bott.visible .regulations-box-info {
  opacity: 1; }

.regulations-section-bott.visible .work-time-box, .regulations-section-bott.visible .contact-box {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }
  .regulations-section-bott.visible .work-time-box:before, .regulations-section-bott.visible .contact-box:before {
    opacity: 1; }

.regulations-section-bott.visible .regulations-box-info:after, .regulations-section-bott.visible .regulations-box-info:before {
  width: 100%;
  height: 100%; }

.regulations-section-bott.visible .regulations-box-info:after {
  -webkit-transition: height  0.4s linear ,width 0.4s linear 0.4s;
  transition: height  0.4s linear ,width 0.4s linear 0.4s; }

.regulations-section-bott.visible .regulations-box-info:before {
  -webkit-transition: height 0.4s linear 0.8s,width  0.4s linear 1.2s;
  transition: height 0.4s linear 0.8s,width  0.4s linear 1.2s; }

.regulations-section-bott.visible .regulations-box-info:before {
  border-top-color: #cfcfcf;
  border-left-color: #cfcfcf; }

.regulations-section-bott.visible .regulations-box-info:after {
  border-bottom-color: #cfcfcf;
  border-right-color: #cfcfcf; }

.news-section {
  padding: 50px 0 100px; }

.news-item {
  display: block;
  position: relative;
  width: 100%; }

.news-big-item {
  height: 495px; }
  .news-big-item .news-big-item-caption {
    width: 460px;
    max-width: 100%; }

.news-big-item-img {
  margin-left: 100px;
  overflow: hidden;
  max-width: 100%;
  height: 495px;
  opacity: 0;
  -webkit-transition: all .5s linear;
  transition: all .5s linear; }
  .news-big-item-img div {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: 50% 50% !important;
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1); }
    .news-big-item-img div img {
      opacity: 0; }

.news-section.visible .news-big-item-img, .news-section.visible .news-small-item {
  opacity: 1; }

.news-section.visible .news-big-item-caption {
  opacity: 1;
  left: 0; }

.news-big-item-caption {
  background: #fff;
  position: absolute;
  left: -20px;
  opacity: 0;
  bottom: -75px;
  box-shadow: 0 33px 125px 14px rgba(0, 0, 0, 0.16);
  padding: 55px 35px 55px 45px;
  font-family: 'Lato-Light',sans-serif;
  -webkit-transition: all .5s linear 0.2s;
  transition: all .5s linear 0.2s; }

.news-date {
  padding: 10px 0 55px 0;
  border-top: 1px solid #d7d7d7;
  font-size: 13px;
  line-height: 15px;
  color: rgba(57, 57, 57, 0.6); }
  .news-date span {
    display: inline-block;
    vertical-align: middle;
    line-height: 26px;
    margin-right: 10px; }

.news-head {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 20px;
  font-family: 'Lato-Regular',sans-serif;
  color: #393939;
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1); }
  .news-head:hover {
    color: #5d5d5d; }

.news-txt {
  padding-bottom: 30px;
  position: relative;
  font-size: 16px;
  line-height: 25px;
  color: #393939; }

.detail {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 27px;
  height: 27px;
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1); }

.news-item:hover .news-big-item-img div {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

.news-item:hover .to-next-ic img {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px); }

.to-next-ic {
  display: inline-block;
  vertical-align: middle;
  margin-left: 24px;
  width: 36px;
  height: 27px;
  line-height: 24px;
  position: relative; }
  .to-next-ic:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 27px;
    height: 27px;
    border: 1px dashed #bbbabb;
    border-radius: 50%; }
  .to-next-ic img {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1); }

.news-small-item {
  height: 230px;
  margin-bottom: 35px;
  opacity: 0; }
  .news-small-item .news-big-item-img {
    height: 230px;
    margin: 0;
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px); }
  .news-small-item .news-big-item-caption {
    width: 50%;
    box-shadow: none;
    bottom: auto;
    top: 0;
    left: auto !important;
    right: 0 !important;
    padding: 0 15px; }
  .news-small-item .news-date {
    padding-bottom: 35px; }
  .news-small-item:first-of-type {
    -webkit-transition: all .5s linear 0.4s;
    transition: all .5s linear 0.4s; }
  .news-small-item:last-of-type {
    margin-bottom: 0;
    -webkit-transition: all .5s linear 0.6s;
    transition: all .5s linear 0.6s; }

.head-lnk {
  position: absolute;
  right: 0;
  top: 45px;
  font-size: 14px;
  line-height: 27px;
  color: #393939;
  font-family: 'Lato-Light',sans-serif;
  text-align: left; }
  .head-lnk .to-next-ic {
    line-height: 24px; }
  .head-lnk:hover {
    color: #868686; }
    .head-lnk:hover .to-next-ic img {
      -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
      transform: translateX(5px); }

.subheading {
  width: 1010px;
  max-width: 100%;
  display: block;
  font-size: 18px;
  line-height: 30px;
  margin: 0 auto 45px;
  color: #393939;
  font-family: 'Lato-Light',sans-serif;
  text-align: center; }

.testimonials-section {
  padding: 0 0 80px; }

.testimonials-item {
  display: block;
  position: relative;
  overflow: hidden;
  padding-left: 16.666%; }

.testimonials-item__left {
  position: absolute;
  left: 50px;
  top: 25px;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  color: #393939;
  font-family: 'Lato-Light',sans-serif; }

.testimonials-item__right {
  float: right; }

.testimonials-item__img {
  width: 104px;
  height: 104px;
  margin: 0 auto 18px;
  border-radius: 50%;
  position: relative; }
  .testimonials-item__img img {
    max-width: 100%;
    border-radius: 50%; }
  .testimonials-item__img:after {
    content: '';
    position: absolute;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    border: 1px dashed #838383;
    border-radius: 50%; }

.about-us {
  padding: 0 0 30px; }

.about-us-char {
  display: block;
  width: 1270px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  height: 510px; }

.about-us-char__middle {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0 0 51px 9px rgba(0, 0, 0, 0.15); }
  .about-us-char__middle img:not(.img-fon) {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .about-us-char__middle .img-fon {
    position: absolute;
    z-index: 5;
    max-width: none;
    max-height: none;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .about-us-char__middle:after {
    content: '';
    position: absolute;
    top: -13px;
    right: -13px;
    bottom: -13px;
    left: -13px;
    border: 1px dashed #838383;
    border-radius: 50%; }

.about-us-char__left {
  float: left;
  width: 420px;
  max-width: 100%; }
  .about-us-char__left .char-item {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    -webkit-transition: all 1s linear;
    transition: all 1s linear; }

.about-us-char__right {
  float: right;
  width: 420px;
  max-width: 100%;
  text-align: right; }
  .about-us-char__right .char-item {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
    -webkit-transition: all 1s linear;
    transition: all 1s linear; }
    .about-us-char__right .char-item .line {
      right: 160px;
      left: 13px; }

.about-us-char.visible .about-us-char__right .char-item, .about-us-char.visible .about-us-char__left .char-item {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px); }

.char-item {
  position: relative;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 28px;
  color: #393939;
  font-family: 'Lato-Light',sans-serif; }
  .char-item:first-child {
    margin-top: 30px; }
  .char-item .count {
    font-size: 72px;
    line-height: 74px;
    display: block; }
  .char-item .line {
    position: absolute;
    top: 50%;
    right: 13px;
    left: 160px;
    height: 1px;
    border-bottom: 1px dashed #838383; }

.char-item__label {
  display: inline-block;
  max-width: 325px; }

.about-us-char__left .char-item.char-item--top .line:first-of-type {
  right: 100px; }

.about-us-char__left .char-item.char-item--top .line:last-of-type {
  left: 275px;
  -webkit-transform: rotate(15deg) translateX(49px) translateY(5px);
  -ms-transform: rotate(15deg) translateX(49px) translateY(5px);
  transform: rotate(15deg) translateX(49px) translateY(5px); }

.about-us-char__left .char-item.char-item--bottom .line:first-of-type {
  right: 100px; }

.about-us-char__left .char-item.char-item--bottom .line:last-of-type {
  left: 275px;
  -webkit-transform: rotate(-15deg) translateX(49px) translateY(-5px);
  -ms-transform: rotate(-15deg) translateX(49px) translateY(-5px);
  transform: rotate(-15deg) translateX(49px) translateY(-5px); }

.about-us-char__right .char-item.char-item--top .line:first-of-type {
  left: 100px; }

.about-us-char__right .char-item.char-item--top .line:last-of-type {
  right: 275px;
  -webkit-transform: rotate(-15deg) translateX(-49px) translateY(5px);
  -ms-transform: rotate(-15deg) translateX(-49px) translateY(5px);
  transform: rotate(-15deg) translateX(-49px) translateY(5px); }

.about-us-char__right .char-item.char-item--bottom .line:first-of-type {
  left: 100px; }

.about-us-char__right .char-item.char-item--bottom .line:last-of-type {
  right: 275px;
  -webkit-transform: rotate(15deg) translateX(-49px) translateY(-5px);
  -ms-transform: rotate(15deg) translateX(-49px) translateY(-5px);
  transform: rotate(15deg) translateX(-49px) translateY(-5px); }

.sertificat-section {
  padding: 0 0 60px; }
  .sertificat-section .swiper-button-next.swiper-button-disabled, .sertificat-section .swiper-button-prev.swiper-button-disabled {
    display: none; }
  .sertificat-section .swiper-button-next, .sertificat-section .swiper-button-prev {
    position: absolute;
    bottom: 60px;
    width: auto;
    height: auto;
    top: auto; }
  .sertificat-section .swiper-slide {
    width: 660px;
    -webkit-transition: all 750ms;
    transition: all 750ms; }
  .sertificat-section .swiper-slide.swiper-slide-next {
    z-index: 2; }

.swiper-button-prev {
  text-align: left; }
  .swiper-button-prev .to-next-ic {
    margin: 0 25px 0 0;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg); }

.ie .sertificat-section .swiper-slide,
.macintosh .sertificat-section .swiper-slide {
  width: 100% !important;
  -webkit-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  transform: translateX(0) !important; }

.swiper-button-prev, .swiper-button-next {
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1); }
  .swiper-button-prev .to-next-ic, .swiper-button-next .to-next-ic {
    line-height: 22px; }
  .swiper-button-prev:hover, .swiper-button-next:hover {
    color: #868686; }
    .swiper-button-prev:hover .to-next-ic img, .swiper-button-next:hover .to-next-ic img {
      -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
      transform: translateX(5px); }

.sertificat-slider-cont {
  position: relative; }
  .sertificat-slider-cont:before {
    content: '';
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    bottom: 170px;
    background: #f1f1f1; }
  .sertificat-slider-cont .container {
    width: 1600px;
    max-width: 100%;
    position: relative; }
  .sertificat-slider-cont .swiper-container {
    padding: 0 0 150px 60px; }

.sertificat-item {
  height: 412px;
  padding: 45px 0; }

.sert-img {
  position: absolute;
  right: 135px;
  bottom: 0;
  width: 190px;
  height: auto;
  max-height: 265px;
  -webkit-transition: all 750ms;
  transition: all 750ms;
  z-index: 2; }

.sertificat-info {
  max-width: 80%;
  width: 320px;
  position: absolute;
  left: 130px;
  top: 90px;
  font-size: 16px;
  line-height: 24px;
  -webkit-transition: all 550ms;
  transition: all 550ms; }

.sert-head {
  max-width: 180px;
  display: block;
  font-size: 20px;
  line-height: 24px;
  color: #393939;
  font-family: 'Lato-Light',sans-serif; }
  .sert-head span {
    margin-top: 15px;
    display: block;
    font-size: 21px;
    line-height: 25px;
    font-family: 'Lato-Regular',sans-serif; }

.sert-txt {
  margin-top: 22px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear; }

.swiper-slide.swiper-slide-active .sert-img {
  bottom: 0;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.11); }

.swiper-slide.swiper-slide-active .sertificat-info {
  left: 340px; }

.swiper-slide.swiper-slide-active .sert-head {
  max-width: none; }

.swiper-slide.swiper-slide-active .sert-txt {
  opacity: 1;
  visibility: visible; }

.mobile .sertificat-slider-cont:after {
  display: none; }

.sertificat-text-container, .text-section {
  font-size: 18px;
  line-height: 30px;
  color: #393939;
  font-family: 'Lato-Light',sans-serif; }

.text-section {
  padding: 0 0 60px; }
  .text-section h1 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 30px;
    color: #393939;
    font-family: 'Lato-Light',sans-serif; }

.single-news-text {
  font-size: 24px;
  line-height: 29px;
  font-family: 'Lato-Light',sans-serif; }

.mab-box {
  height: 465px; }
  .mab-box #map {
    width: 100%;
    height: 100%; }
  .mab-box img {
    max-width: none;
    max-height: none; }

.contact-box {
  padding: 55px 40px;
  width: 530px;
  max-width: 100%;
  z-index: 10;
  right: 53%;
  left: auto;
  top: -77px;
  opacity: 0;
  -webkit-transition: opacity 0.5s linear 0.5s;
  transition: opacity 0.5s linear 0.5s; }
  .contact-box address {
    display: block;
    font-style: normal;
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 30px;
    color: #393939;
    font-family: 'Lato-Light',sans-serif; }
  .contact-box:before {
    display: none; }
  .contact-box .phone-group {
    border: none; }
    .contact-box .phone-group .column {
      display: inline-block;
      vertical-align: top;
      width: 49%; }
    .contact-box .phone-group li:before, .contact-box .phone-group .icon {
      color: #cecece; }

.contact-section .visible .contact-box {
  opacity: 1; }

.contact-box-head {
  display: block;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 28px;
  color: #393939; }

.contact-section {
  padding: 0 0 75px;
  padding-left: 70px; }
  .contact-section .container {
    position: relative; }
  .contact-section .form {
    border: 1px solid #cfcfcf;
    border-top: none;
    width: 100%;
    padding: 50px 50px 75px 110px; }

.input-field textarea {
  min-height: 142px; }

.contact-box-head {
  font-size: 24px;
  line-height: 28px;
  color: #393939;
  font-family: 'Lato-Light',sans-serif; }

.form-head {
  font-size: 24px;
  line-height: 28px;
  color: #393939;
  font-family: 'Lato-Light',sans-serif;
  margin-bottom: 40px; }

.footer-container {
  padding: 65px 0 0;
  background: #fff; }

.foot-logo {
  width: 163px;
  height: 123px;
  text-align: center; }
  .foot-logo img {
    display: inline-block; }

.foot-nav {
  display: block; }
  .foot-nav ul li {
    display: block;
    margin-bottom: 10px; }
    .foot-nav ul li a, .foot-nav ul li span {
      font-size: 14px;
      line-height: 16px;
      color: #393939;
      font-family: 'Lato-Light',sans-serif;
      -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
      transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1); }
    .foot-nav ul li a:hover, .foot-nav ul li a:focus, .foot-nav ul li span {
      color: #868686; }
  .foot-nav .phone-group {
    border: none;
    margin: 0;
    padding: 0; }
    .foot-nav .phone-group li:before {
      color: #cecece; }

.foot-head {
  display: block;
  margin-bottom: 18px;
  color: #393939;
  font-size: 14px;
  line-height: 16px;
  font-family: 'Lato-Regular',sans-serif; }

.write-to-us {
  margin-top: 20px; }
  .write-to-us a {
    display: inline-block;
    position: relative;
    font-size: 14px;
    line-height: 27px;
    color: #393939;
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1); }
    .write-to-us a .to-next-ic {
      line-height: 24px;
      position: absolute;
      left: 100%; }
    .write-to-us a:hover {
      color: #868686; }
      .write-to-us a:hover .to-next-ic img {
        -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
        transform: translateX(5px); }

.foot-bottom {
  padding: 25px 0 18px;
  font-size: 12px;
  line-height: 16px;
  color: #7d7d7d; }
  .foot-bottom a {
    color: #7d7d7d;
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1); }
    .foot-bottom a:hover {
      color: #868686; }

.animated-delay100 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.animated-delay200 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.animated-delay300 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.animated-delay400 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.animated-delay500 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.animated-delay600 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.animated-delay700 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s; }

.animated-delay800 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; }

.fancybox-bg {
  opacity: 0.5; }

.fancybox-arrow {
  width: 44px;
  height: 46px;
  background: #fff;
  margin-top: -19px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }
  .fancybox-arrow:hover {
    opacity: 0.8; }

.fancybox-arrow--left {
  left: 5%;
  background: url(../images/fancy-left.png) no-repeat; }

.fancybox-arrow--right {
  right: 5%;
  background: url(../images/fancy-right.png) no-repeat; }

.fancybox-arrow::after {
  display: none; }

.phone-group li.icon-close-envelope:before {
  font-size: 12px; }

.mobile .phone-group li:before {
  top: 0;
  line-height: 20px; }

.inner-page .header .dropdown-header ul li a, .inner-page .header .dropdown-header ul li span {
  color: #393939; }

.inner-page .header .navigation-general ul li a,
.inner-page .header .navigation-general ul li span,
.inner-page .header .phone-group li a, .inner-page .header .phone-group li:before,
.inner-page .header .header-contacts address a,
.inner-page .header .header-contacts .work-time-list li {
  color: #393939; }
  .inner-page .header .navigation-general ul li a:hover,
  .inner-page .header .navigation-general ul li span:hover,
  .inner-page .header .phone-group li a:hover, .inner-page .header .phone-group li:before:hover,
  .inner-page .header .header-contacts address a:hover,
  .inner-page .header .header-contacts .work-time-list li:hover {
    opacity: 0.7; }

.banner {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: 643px;
  background-size: cover;
  background-position: 50% 50%; }
  .banner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 256px;
    opacity: .5;
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, #000 100%);
    background-image: linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, #000 100%); }
  .banner:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3); }
    .vrach-page .banner:after{
    	display: none;
    }
    .vrach-name{
    	font-size: 60px;
    	color: #333333;
    	line-height: 80px;
    	margin: 40px 0 0 0;
    }
    .vrach-desc{
    	font-size: 18px;
    	color: #2f818c;
    	font-weight: 500;
    	margin: 20px 0;
    }
    .cont-q{
		max-width: 1140px;
        width: 100%;
    }
    .vrach-wr{
    	text-align: center;
    }
    .block-q{
    	margin-bottom: 100px;
    }
    .slider-vrachi-work-name{
    	font-size: 48px;
    	line-height: 60px;
    	margin-bottom: 35px;
    	color: #404040;
    	text-align: center;
    	font-family: 'Lato-Light',sans-serif;
    }
  .banner .banner-img {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0; }

.info-box-cont {
  width: 1010px;
  max-width: 100%;
  margin: -115px auto 0;
  padding: 40px 45px;
  position: relative;
  background: #fff;
  font-size: 18px;
  line-height: 22px;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  text-align: justify; }
.info-box-cont.info-box-cont-vrach {
    width: 615px;
    max-width: 100%;
    margin: -30% auto 0;
    padding: 0;
    position: relative;
    background: #fff;
    font-size: 18px;
    line-height: 22px;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    text-align: justify;
}
  .info-box-cont:after {
    content: '';
    position: absolute;
    z-index: 5;
    top: -15px;
    right: -15px;
    left: -15px;
    bottom: -15px;
    border: 3px solid #fff; }

.accordion-section {
  padding: 80px 0 0;
  position: relative;
  z-index: 15; }

.accordion-right {
  position: absolute;
  left: -webkit-calc(1200px + 30px);
  left: calc(1200px + 30px);
  top: 15px;
  z-index: 5;
  opacity: 0;
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transition: all 0.8s ease-in-out 1s;
  transition: all 0.8s ease-in-out 1s; }
  .accordion-right:after {
    content: '';
    z-index: -1;
    position: absolute;
    top: 40px;
    bottom: 285px;
    right: 45px;
    left: 45px;
    border: 2px solid #c1c1c1; }
  .accordion-right .regulations-form-box {
    float: none;
    top: 0;
    margin: 0;
    width: 490px;
    padding: 50px 110px; }
    .accordion-right .regulations-form-box:before {
      content: '';
      position: absolute;
      z-index: 5;
      right: -25px;
      top: -25px;
      width: 52px;
      height: 52px;
      background: url(../images/Kvadrat_border.svg) no-repeat;
      background-size: 52px 52px; }
  .accordion-right .work-time-box, .accordion-right .contact-box {
    position: static;
    margin-top: 30px;
    opacity: 1;
    visibility: visible;
    float: right;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px); }

.visible .accordion-right {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.visible .accordion-box .collapsible li {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px); }

.accordion-box {
  width: 1205px;
  max-width: 100%;
  min-height: 700px; }
  .accordion-box .collapsible {
    box-shadow: none;
    border: none;
    margin: 0; }
    .accordion-box .collapsible li {
      opacity: 0;
      -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
      transform: translateX(-20px);
      -webkit-transition: all 0.8s ease-in-out;
      transition: all 0.8s ease-in-out; }
    .accordion-box .collapsible li:nth-of-type(1) {
      -webkit-transition-delay: 1.2s;
      transition-delay: 1.2s; }
    .accordion-box .collapsible li:nth-of-type(2) {
      -webkit-transition-delay: 1.3s;
      transition-delay: 1.3s; }
    .accordion-box .collapsible li:nth-of-type(3) {
      -webkit-transition-delay: 1.4s;
      transition-delay: 1.4s; }
    .accordion-box .collapsible li:nth-of-type(4) {
      -webkit-transition-delay: 1.5s;
      transition-delay: 1.5s; }
    .accordion-box .collapsible li:nth-of-type(5) {
      -webkit-transition-delay: 1.6s;
      transition-delay: 1.6s; }
    .accordion-box .collapsible li:nth-of-type(6) {
      -webkit-transition-delay: 1.7s;
      transition-delay: 1.7s; }
    .accordion-box .collapsible li:nth-of-type(7) {
      -webkit-transition-delay: 1.8s;
      transition-delay: 1.8s; }
    .accordion-box .collapsible li:nth-of-type(8) {
      -webkit-transition-delay: 1.9s;
      transition-delay: 1.9s; }
    .accordion-box .collapsible li:nth-of-type(9) {
      -webkit-transition-delay: 2s;
      transition-delay: 2s; }
    .accordion-box .collapsible li:nth-of-type(10) {
      -webkit-transition-delay: 2.1s;
      transition-delay: 2.1s; }
    .accordion-box .collapsible li:nth-of-type(11) {
      -webkit-transition-delay: 2.2s;
      transition-delay: 2.2s; }
    .accordion-box .collapsible li:nth-of-type(12) {
      -webkit-transition-delay: 2.3s;
      transition-delay: 2.3s; }
    .accordion-box .collapsible li:nth-of-type(13) {
      -webkit-transition-delay: 2.4s;
      transition-delay: 2.4s; }
    .accordion-box .collapsible li:nth-of-type(14) {
      -webkit-transition-delay: 2.5s;
      transition-delay: 2.5s; }
    .accordion-box .collapsible li:nth-of-type(15) {
      -webkit-transition-delay: 2.6s;
      transition-delay: 2.6s; }
    .accordion-box .collapsible li:nth-of-type(16) {
      -webkit-transition-delay: 2.7s;
      transition-delay: 2.7s; }
  .accordion-box .collapsible-header {
    border-bottom: 1px solid #ececec;
    padding: 15px;
    padding-left: 193px;
    min-height: 1px;
    line-height: 22px;
    font-size: 18px;
    color: #393939;
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1); }
    .accordion-box .collapsible-header:hover {
      color: #868686; }
    .accordion-box .collapsible-header.active {
      background: #f4f4f4;
      color: #393939; }
    .accordion-box .collapsible-header .icon-arrow-down {
      display: inline-block;
      vertical-align: middle;
      margin-right: 14px;
      font-size: 10px;
      color: #6f6f6f; }
  .accordion-box .collapsible-body {
    padding: 25px;
    padding-left: 160px; }
    .accordion-box .collapsible-body ul li {
      margin-bottom: 15px;
      font-size: 18px;
      line-height: 22px; }
      .accordion-box .collapsible-body ul li:last-of-type {
        margin-bottom: 0; }

.header-accordion {
  padding: 0 0 35px 193px;
  border-bottom: 1px solid #ececec;
  font-size: 18px;
  line-height: 24px; }

.breadcrumbs {
  position: absolute;
  top: 85px;
  left: 0;
  padding-left: 80px;
  z-index: 20; }
  .breadcrumbs ul {
    padding-left: 35px;
    display: block; }
    .breadcrumbs ul li {
      display: inline; }
      .breadcrumbs ul li a, .breadcrumbs ul li span {
        font-size: 14px;
        line-height: 16px;
        color: rgba(255, 255, 255, 0.5);
        -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
        transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1); }
      .breadcrumbs ul li a:hover {
        color: #fff; }
    .breadcrumbs ul li + li:before {
      content: '/';
      display: inline-block;
      margin: 0 2px;
      font-size: 14px;
      line-height: 16px;
      color: rgba(255, 255, 255, 0.5); }

.banner-caption {
  position: absolute;
  z-index: 10;
  padding: 0 25px;
  top: 135px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 40px;
  line-height: 46px;
  color: #fff; }
  .banner-caption span {
    display: block;
    -webkit-transition: all 0.8s ease-in-out 1.4s;
    transition: all 0.8s ease-in-out 1.4s;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  .banner-caption svg {
    width: 220px;
    height: 220px;
    margin: 0 auto 10px;
    display: block; }
    .banner-caption svg rect {
      stroke-dasharray: 1000;
      stroke-dashoffset: 1000;
      -webkit-transition: all 0.8s ease-in-out 1.5s;
      transition: all 0.8s ease-in-out 1.5s;
      stroke-opacity: 0; }

.loading .banner-caption svg rect {
  stroke-dashoffset: 0;
  stroke-opacity: 1; }
  .loading .banner-caption svg rect:last-of-type {
    -webkit-transition: all 0.8s ease-in-out 1.9s;
    transition: all 0.8s ease-in-out 1.9s; }

.loading .banner-caption span {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px); }

.loading .info-box {
  opacity: 1; }

.info-box {
  opacity: 0;
  -webkit-transition: all 0.8s ease-in-out 1.8s;
  transition: all 0.8s ease-in-out 1.8s; }

.found-section {
  padding: 85px 0 0; }
  .found-section img {
    margin: 70px auto 0; }

.found-capt {
  width: 750px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 33px;
  line-height: 36px;
  font-family: 'Lato-Light',sans-serif;
  color: #393939; }
  .found-capt span {
    display: block; }
  .found-capt a {
    display: inline-block;
    font-size: 24px;
    line-height: 28px;
    color: #6b6b6b;
    border-bottom: 1px solid #b5b5b5;
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1); }
    .found-capt a:hover {
      color: #868686;
      border-color: #868686; }

.contact-page {
  padding: 20px 0 0;
  position: relative;
  z-index: 5; }
  .contact-page .container {
    width: 1040px;
    max-width: 100%;
    padding-right: 520px;
    position: relative; }
  .contact-page .regulations-form-box {
    position: absolute;
    z-index: 55;
    top: 0;
    left: 520px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    visibility: hidden;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out; }
  .contact-page .btn {
    box-shadow: 14px 24px 60px rgba(0, 0, 0, 0.11) !important; }

.btn.btn--shadow {
  box-shadow: 14px 24px 60px rgba(0, 0, 0, 0.11) !important; }

.loaded .contact-page .regulations-form-box {
  visibility: visible;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px); }

.loaded .work-time-list {
  opacity: 1; }

.loaded .social-box {
  opacity: 1; }

.work-time-list {
  padding-left: 37px;
  margin-bottom: 35px;
  font-size: 18px;
  line-height: 22px;
  font-family: 'Lato-Light',sans-serif;
  opacity: 0;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out; }
  .work-time-list span {
    display: block;
    margin-bottom: 30px; }
  .work-time-list li {
    display: block;
    margin-bottom: 15px; }

.social-box {
  padding: 30px 35px;
  font-size: 20px;
  line-height: 24px;
  border-top: 2px solid #f1f1f1;
  border-left: 2px solid #f1f1f1;
  font-family: 'Lato-Light',sans-serif;
  opacity: 0;
  -webkit-transition: all 0.8s ease-in-out 0.3s;
  transition: all 0.8s ease-in-out 0.3s; }
  .social-box span {
    display: block;
    margin-bottom: 20px; }
  .social-box ul {
    display: block;
    padding: 0;
    margin: 0; }
    .social-box ul li {
      display: block;
      margin-bottom: 9px;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }
      .social-box ul li a {
        display: inline-block;
        padding-left: 50px;
        position: relative;
        line-height: 40px;
        font-size: 18px;
        -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
        transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1); }
        .social-box ul li a:before, .social-box ul li a .fa {
          position: absolute;
          top: 2px;
          left: 0;
          width: 40px;
          height: 40px;
          line-height: 92px;
          font-size: 40px;
          color: #888888;
          -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
          transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1); }
        .social-box ul li a:hover {
          color: #b0b0b0;
          text-decoration: underline; }
          .social-box ul li a:hover:before {
            color: #4c4c4c; }

.macintosh .social-box ul li a:before {
  line-height: normal; }

.linux .social-box ul li a:before {
  line-height: normal; }

.linux .phone-group li:before {
  top: 0; }

.our-comand-page {
  padding: 40px 0; }

.our-comand-box {
  position: relative;
  padding: 75px 0;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto; }

.our-comand-box__bg {
  width: 100%;
  height: 655px;
  overflow: visible !important; }
  .our-comand-box__bg path:last-of-type {
    stroke-dashoffset: 3000;
    stroke-dasharray: 3000;
    -webkit-transition: all 5s ease-in-out;
    transition: all 5s ease-in-out; }

.loaded .our-comand-box__bg path:last-of-type {
  stroke-dashoffset: 0; }

.command-group {
  position: absolute;
  z-index: 5;
  width: 128px;
  height: 128px;
  background: #a9a9a9;
  border-radius: 50%;
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1); }
  .command-group:hover {
    z-index: 10;
    width: 450px;
    height: 450px;
    box-shadow: 0 0 51px 9px rgba(0, 0, 0, 0.15); }
    .command-group:hover:after {
      opacity: 0; }
  .command-group .comand-group-gen {
    font-size: 14px;
    line-height: 128px;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    color: #fff;
    position: relative; }
  .command-group:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%; }
  .command-group:after {
    content: '';
    position: absolute;
    top: -11px;
    right: -11px;
    left: -11px;
    bottom: -11px;
    border-radius: 50%;
    border: 1px dotted #7d7d7d;
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1); }

.command-group--1 {
  left: 90px;
  top: 30px; }

.command-group--2 {
  top: 30px;
  left: 280px;
  background: #bebebe; }
  .command-group--2 .comand-group-gen {
    font-size: 22px; }

.command-group--3 {
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #cecece; }
  .command-group--3 .comand-group-gen {
    font-size: 20px; }

.command-group--4 {
  top: 30px;
  right: 280px;
  background: #bebebe; }
  .command-group--4 .comand-group-gen {
    font-size: 20px; }

.command-group--5 {
  top: 30px;
  right: 90px;
  background: #a9a9a9; }
  .command-group--5 .comand-group-gen {
    font-size: 18px; }

.command-group--6 {
  top: 280px;
  left: 200px;
  background: #6b6b6b; }
  .command-group--6 .comand-group-gen {
    font-size: 22px; }

.command-group--7 {
  top: 280px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #888888; }
  .command-group--7 .comand-group-gen {
    font-size: 22px;
    text-transform: uppercase; }

.command-group--8 {
  top: 280px;
  right: 200px;
  background: #6b6b6b; }
  .command-group--8 .comand-group-gen {
    font-size: 22px; }

.command-group--9 {
  bottom: 45px;
  left: 370px;
  background: #515151; }
  .command-group--9 .comand-group-gen {
    font-size: 20px; }

.command-group--10 {
  bottom: 45px;
  right: 370px;
  background: #515151; }
  .command-group--10 .comand-group-gen {
    font-size: 20px; }

.command-group:hover {
  margin-top: -125px; }
  .command-group:hover .command-item-cont {
    height: auto; }

.command-group--2:hover, .command-group--6:hover, .command-group--9:hover {
  margin-left: -125px; }

.command-group--4:hover, .command-group--8:hover, .command-group--10:hover {
  margin-right: -125px; }

.command-group--9:hover {
  margin-top: 125px; }

.command-item-cont {
  height: 0px;
  overflow: hidden;
  text-align: center;
  margin-top: -25px;
  padding: 0 15px;
  position: relative;
  z-index: 154;
  white-space: normal;
  line-height: 20px; }

.command-item {
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin: 0 10px 10px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  visibility: hidden;
  opacity: 0; }
  .command-item:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #fff;
    border-radius: 50%; }

.command-item__img a {
  display: block;
  position: relative;
  z-index: 2; }

.comand-item__txt {
  display: none; }

.command-group:hover .command-item {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1); }
  .command-group:hover .command-item:nth-of-type(1) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s; }
  .command-group:hover .command-item:nth-of-type(2) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s; }
  .command-group:hover .command-item:nth-of-type(3) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s; }
  .command-group:hover .command-item:nth-of-type(4) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s; }
  .command-group:hover .command-item:nth-of-type(5) {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s; }
  .command-group:hover .command-item:nth-of-type(6) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s; }
  .command-group:hover .command-item:nth-of-type(7) {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s; }
  .command-group:hover .command-item:nth-of-type(8) {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s; }

.material-tooltip {
  width: 200px;
  border-radius: 5px;
  box-shadow: 5px 9px 32px 8px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  line-height: 16px;
  color: #545454;
  font-family: 'Lato-Light',sans-serif;
  background: #fff;
  overflow: visible; }
  .material-tooltip b {
    display: block;
    margin-bottom: 10px;
    font-family: 'Lato-Regular',sans-serif;
    color: #393939; }
  .material-tooltip .backdrop {
    display: none; }
  .material-tooltip:after {
    content: '';
    position: absolute;
    background: #fff;
    width: 15px;
    height: 15px;
    bottom: -7px;
    left: 50%;
    margin-left: -9px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.news-page {
  padding: 40px 0 0; }

.news-navigate {
  margin-bottom: 75px; }
  .news-navigate ul {
    display: block;
    font-size: 0;
    line-height: 0; }
    .news-navigate ul li {
      display: inline-block;
      margin-right: 15px;
      margin-bottom: 15px; }
      .news-navigate ul li span, .news-navigate ul li a {
        display: block;
        height: 50px;
        line-height: 50px;
        min-width: 205px;
        padding: 0 30px;
        font-size: 12px;
        border: 1px solid transparent;
        text-transform: uppercase;
        text-align: center;
        font-family: 'Lato-Light',sans-serif;
        -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
        transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1); }
      .news-navigate ul li a:hover {
        color: #b0b0b0;
        border-color: #bdbdbd; }
      .news-navigate ul li span {
        border-color: #bdbdbd; }

.article-item,
.review-item {
  display: block;
  width: 260px;
  max-width: 100%;
  margin: 0 auto 60px;
  border: 1px solid #c8c8c8; }
  .article-item .news-date,
  .review-item .news-date {
    position: static;
    display: block;
    border: none;
    padding: 15px 0 0; }
  .article-item:hover .article-img:after,
  .review-item:hover .article-img:after {
    opacity: 0; }
  .article-item:hover .article-img span img,
  .review-item:hover .article-img span img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }

.clinic-item {
  width: 90%; }
  .clinic-item:hover .article-img span img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

.article-img {
  margin-top: 10px;
  display: block;
  position: relative; }
  .article-img span {
    display: block;
    overflow: hidden;
    height: 195px;
    line-height: 195px;
    text-align: center;
    font-size: 0; }
  .article-img:after {
    content: '';
    position: absolute;
    z-index: 7;
    top: 0;
    bottom: 0;
    left: -11px;
    right: -11px;
    background: rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1); }
  .article-img:before {
    content: '';
    position: absolute;
    z-index: 5;
    top: 0;
    bottom: 0;
    left: -11px;
    right: -11px;
    border: 1px solid #c8c8c8;
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1); }
  .article-img img {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 5;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1); }
  .article-img [class*='icon-'] {
    position: absolute;
    z-index: 15;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    font-size: 22px;
    line-height: 22px;
    color: #000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

.article-txt {
  display: block;
  padding: 15px;
  font-size: 14px;
  line-height: 16px;
  color: #545454;
  font-family: 'Lato-Light',sans-serif; }
  .article-txt b {
    display: block;
    margin-bottom: 10px;
    color: #393939;
    font-family: 'Lato-Regular',sans-serif; }

.pagination-box {
  padding: 0 0 45px;
  text-align: center;
  font-size: 0;
  line-height: 0; }
  .pagination-box ul {
    display: inline-block; }
    .pagination-box ul li {
      display: inline-block;
      margin: 0 9px;
      font-size: 13px;
      line-height: 15px;
      color: #393939;
      font-family: 'Lato-Light',sans-serif; }
      .pagination-box ul li span {
        color: #ee6161; }
      .pagination-box ul li a {
        -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
        transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1); }

.material-tooltip {
  z-index: 10000; }

.post-section {
  padding: 30px 0; }
  .post-section strong {
    display: block; }
  .post-section .row {
    font-size: 0;
    line-height: 0; }
    .post-section .row .col {
      float: none;
      display: inline-block;
      vertical-align: middle;
      font-size: 18px;
      line-height: 22px;
      color: #393939; }
  .post-section__extended {
    padding: 120px 0 400px; }
    .post-section__extended .row .post-box {
      position: absolute;
      bottom: -380px;
      left: 0; }
    .post-section__extended .realetive:before {
      position: absolute;
      content: "";
      width: 42.77%;
      height: 345px;
      border-right: 1px solid #cfcfcf;
      border-bottom: 1px solid #cfcfcf;
      -webkit-animation: active-line2 3s linear;
      animation: active-line2 3s linear;
      bottom: -350px;
      right: 52px; }
    .post-section__extended .realetive:after {
      content: "";
      display: block;
      position: absolute;
      z-index: 5;
      width: 52px;
      height: 52px;
      background: url(../images/Kvadrat_border.svg) no-repeat;
      background-size: 52px 52px;
      right: 26px;
      bottom: -26px;
      -webkit-animation: icon2 3s linear;
      animation: icon2 3s linear; }

@-webkit-keyframes active-line2 {
  from {
    height: 0; }
  to {
    height: 345px; } }

@keyframes active-line2 {
  from {
    height: 0; }
  to {
    height: 345px; } }

@-webkit-keyframes icon2 {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes icon2 {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
  .post-section__double .row:not(:last-child) {
    margin-bottom: 60px; }
  .post-section__double .realetive:before {
    position: absolute;
    content: "";
    width: 350px;
    height: 175px;
    border-right: 1px solid #cfcfcf;
    border-top: 1px solid #cfcfcf;
    -webkit-animation: active-line3 3s linear;
    animation: active-line3 3s linear;
    top: -175px;
    right: 52px; }
  .post-section__double .realetive:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 5;
    width: 52px;
    height: 52px;
    background: url(../images/Kvadrat_border.svg) no-repeat;
    background-size: 52px 52px;
    right: 375px;
    top: -200px;
    -webkit-animation: icon3 3s linear;
    animation: icon3 3s linear; }

@-webkit-keyframes active-line3 {
  from {
    height: 0; }
  to {
    height: 175px; } }

@keyframes active-line3 {
  from {
    height: 0; }
  to {
    height: 175px; } }

@-webkit-keyframes icon3 {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes icon3 {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
  .post-section__double .realetive .animate {
    position: absolute;
    border-left: 1px solid #cfcfcf;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    height: 360px;
    width: 321px;
    right: -webkit-calc(100% - 15px);
    right: calc(100% - 15px);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .post-section__double .realetive .animate:before {
      content: "";
      display: block;
      position: absolute;
      z-index: 5;
      width: 125px;
      height: 125px;
      background: url(../images/Kvadrat_border.svg) no-repeat;
      background-size: 125px 125px;
      left: -webkit-calc(-125px / 2);
      left: calc(-125px / 2);
      top: -webkit-calc(-125px / 2);
      top: calc(-125px / 2); }
    .post-section__double .realetive .animate:after {
      content: "";
      display: block;
      position: absolute;
      z-index: 5;
      width: 52px;
      height: 52px;
      background: url(../images/Kvadrat_border.svg) no-repeat;
      background-size: 52px 52px;
      right: -25px;
      bottom: -25px; }
    .post-section__double .realetive .animate:nth-child(2) {
      height: 289px;
      width: 282px;
      border-right: 1px solid #cfcfcf;
      border-bottom: 1px solid #cfcfcf;
      border-top: none;
      border-left: none;
      bottom: unset;
      top: 100%;
      right: 52px;
      left: unset;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      -webkit-animation: active-line4 3s linear;
      animation: active-line4 3s linear; }
      .post-section__double .realetive .animate:nth-child(2):before {
        content: none; }
      .post-section__double .realetive .animate:nth-child(2):after {
        left: -25px;
        right: 0; }

@-webkit-keyframes active-line4 {
  from {
    width: 0; }
  to {
    width: 282px; } }

@keyframes active-line4 {
  from {
    width: 0; }
  to {
    width: 282px; } }
  .post-section .paragraph-animate:before, .post-section .paragraph-animate:after {
    display: none; }
  .post-section .paragraph-animate .animate {
    position: absolute;
    height: 175px;
    width: 310px;
    border-right: 1px solid #cfcfcf;
    border-top: 1px solid #cfcfcf;
    border-bottom: none;
    border-left: none;
    bottom: unset;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 52px;
    left: unset;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-animation: active-line5 3s linear;
    animation: active-line5 3s linear; }
    .post-section .paragraph-animate .animate:before {
      content: "";
      display: block;
      position: absolute;
      z-index: 5;
      background: url(../images/Kvadrat_border.svg) no-repeat;
      left: -41px;
      right: unset;
      width: 82px;
      height: 82px;
      background-size: 82px 82px;
      top: -webkit-calc(-82px / 2);
      top: calc(-82px / 2); }
    .post-section .paragraph-animate .animate:after {
      content: "";
      display: block;
      position: absolute;
      z-index: 5;
      background: url(../images/Kvadrat_border.svg) no-repeat;
      left: unset;
      right: -25px;
      width: 52px;
      height: 52px;
      background-size: 52px 52px;
      bottom: -25px; }

@-webkit-keyframes active-line5 {
  from {
    width: 0; }
  to {
    width: 282px; } }

@keyframes active-line5 {
  from {
    width: 0; }
  to {
    width: 282px; } }

.post-center {
  padding: 90px 0 30px; }
  .post-center ul {
    display: block;
    margin: 0 0 30px; }
    .post-center ul li {
      display: block;
      position: relative;
      padding-left: 40px;
      margin-bottom: 35px;
      text-align: left; }
      .post-center ul li:before {
        content: '';
        z-index: -1;
        position: absolute;
        left: 15px;
        top: -20px;
        width: 50px;
        height: 50px;
        background: url(../images/Kvadrat_border.svg) no-repeat;
        background-size: 50px 50px; }

.article-gallery {
  margin: 0 -30px !important;
  padding: 30px 0 0; }

.gallery-img {
  padding: 0 15px 30px; }

.post-img {
  padding: 0 !important; }

.post-info {
  position: relative;
  padding: 60px 130px !important;
  font-size: 18px;
  line-height: 22px;
  color: #393939; }

.post-info__head {
  display: block;
  margin-bottom: 15px;
  font-family: 'Lato-Regular',sans-serif; }

.post-info:after {
  content: '';
  position: absolute;
  z-index: 3;
  top: -25px;
  width: 50px;
  height: 50px;
  background: url(../images/Kvadrat_border.svg) no-repeat;
  background-size: 50px 50px;
  opacity: 0;
  -webkit-transition: opacity 0.4s linear 1.4s;
  transition: opacity 0.4s linear 1.4s; }

.post-info:before {
  content: '';
  position: absolute;
  bottom: 0;
  height: 0;
  width: 0;
  border: 1px solid #cfcfcf;
  -webkit-transition: height 0.4s  linear 0.5s, width 0.4s  linear 1s;
  transition: height 0.4s  linear 0.5s, width 0.4s  linear 1s; }

.visible .post-info:after {
  opacity: 1; }

.visible .post-info:before {
  height: 100%;
  width: 100%; }

.post-info.post-info--right:after {
  left: -25px; }

.post-info.post-info--right:before {
  right: 0;
  border-left: none; }

.post-info.post-info--left:after {
  right: -25px; }

.post-info.post-info--left:before {
  left: 0;
  border-right: none; }

.post-box {
  background-color: #ffffff;
  box-shadow: 17px 29px 125px 14px rgba(0, 0, 0, 0.12);
  color: #4C4C4C;
  display: block;
  font: normal 16px/24px  'Lato-Regular', sans-serif; }
  .post-box-table {
    padding: 100px; }
    .post-box-table tr {
      line-height: 40px; }
      .post-box-table tr:first-child {
        line-height: 50px;
        border-bottom: 1px solid #C5C5C5; }
    .post-box-table td {
      width: 70%; }
      .post-box-table td:nth-child(2) {
        border-left: 1px solid #C5C5C5;
        padding-left: 25px;
        width: 30%; }
    .post-box-table th {
      color: #8B8B8B; }
      .post-box-table th:nth-child(2) {
        border-left: 1px solid #C5C5C5;
        padding-left: 25px; }

.share-box {
  padding: 45px 0 15px; }
  .share-box span {
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
    color: #9c9c9c;
    font-family: 'Lato-Light',sans-serif; }
  .share-box a {
    display: inline-block;
    margin-right: 15px;
    vertical-align: top;
    font-size: 45px;
    height: 45px;
    width: 45px;
    line-height: 60px;
    color: #888888;
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1); }
    .share-box a:hover {
      color: #4c4c4c; }

.services-section {
  padding: 50px 0; }

.service-item {
  display: inline-block;
  margin-bottom: 45px;
  width: 635px;
  height: 635px;
  border-radius: 50%;
  position: relative;
  border: 1px dotted #7a7a7a;
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1); }
  .service-item .detail {
    position: static;
    display: block;
    font-size: 14px;
    margin-top: 15px; }
    .service-item .detail .to-next-ic {
      line-height: 24px; }
    .service-item .detail:hover img {
      -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
      transform: translateX(5px); }
  .service-item:before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    border-radius: 50%;
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    box-shadow: 0 0 51px 9px rgba(0, 0, 0, 0.1); }

.service-item__img {
  opacity: 0;
  background-size: cover !important;
  position: absolute;
  border-radius: 50%;
  z-index: 1;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  overflow: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s; }
  .service-item__img img {
    opacity: 0;
    visibility: hidden; }
  .service-item__img:before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    background-color: #f2f2f2;
    opacity: 0.9;
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1); }

.serv-romb {
  position: absolute;
  z-index: 3;
  background: #fff;
  right: 110%;
  width: 700px;
  height: 700px;
  margin-top: -350px;
  top: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1); }
  .serv-romb:after {
    content: '';
    position: absolute;
    top: -13px;
    right: -13px;
    bottom: -13px;
    left: -13px;
    border: 3px solid #fff; }

.service-item:hover {
  border-color: transparent; }
  .service-item:hover:before {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0; }
  .service-item:hover .service-item__img {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important; }
    .service-item:hover .service-item__img:before {
      opacity: 0;
      visibility: hidden; }
  .service-item:hover .serv-romb {
    right: 27%; }

.service-item__txt {
  opacity: 0;
  position: relative;
  z-index: 5;
  width: 360px;
  max-width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  font-size: 18px;
  line-height: 21px;
  text-align: left;
  color: #777777;
  font-family: 'Lato-Light',sans-serif;
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s; }

.visible .service-item__img {
  opacity: 1; }

.visible .service-item__txt {
  opacity: 1; }

.serv-part {
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  border-bottom: 5px solid #393939;
  color: #393939;
  font-family: 'Lato-Heavy',sans-serif; }

.serv-head {
  display: block;
  margin-bottom: 15px;
  font-size: 40px;
  line-height: 48px;
  color: #393939; }

.feed-sect {
  margin-bottom: 45px;
  padding: 55px;
  border: 2px solid #cfcfcf;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  color: #393939;
  font-family: 'Lato-Light',sans-serif; }
  .feed-sect span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 45px; }
  .feed-sect a {
    display: inline-block;
    vertical-align: middle; }

.modal .form-fast {
  position: static;
  border: none;
  width: 100%;
  opacity: 1;
  visibility: visible;
  pointer-events: auto; }

.modal-close--top {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  cursor: pointer; }

#modal1 {
  width: 520px;
  max-width: 100%; }
  #modal1 .modal-content {
    padding: 0; }

.modal .form-fast__head {
  color: #393939; }

.modal-content {
  width: auto; }

.modal-overlay {
  z-index: 10002 !important; }

.modal {
  z-index: 10003 !important; }

.service-one-section {
  padding: 30px 0 0; }

.service-top {
  position: relative; }
  .service-top:after {
    content: '';
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0px;
    width: 440px;
    height: 315px;
    background: url(../images/bg-serv.png) no-repeat;
    background-size: 440px 315px; }
  .service-top + .service-top {
    margin-top: 50px; }

.service-slider {
  font-size: 0;
  line-height: 0; }

.serv-thumb-slider {
  display: inline-block;
  vertical-align: top;
  width: 130px;
  height: 540px;
  overflow: hidden; }
  .serv-thumb-slider .swiper-container {
    height: 100%; }
  .serv-thumb-slider .swiper-slide {
    cursor: pointer;
    background-position: 50% 50% !important;
    background-size: cover !important;
    max-height: 119px; }
    .serv-thumb-slider .swiper-slide img {
      opacity: 0; }
  .serv-thumb-slider .swiper-button {
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 27px;
    line-height: 20px;
    background: transparent;
    border: 0;
    position: absolute;
    left: 50%; }
    .serv-thumb-slider .swiper-button:after {
      content: '';
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      width: 27px;
      height: 27px;
      border: 1px dashed #bbbabb;
      border-radius: 50%;
      background: #fff;
      z-index: -1; }
    .serv-thumb-slider .swiper-button.swiper-button-next {
      top: 520px;
      -webkit-transform: translateX(-50%) rotate(90deg);
      -ms-transform: translateX(-50%) rotate(90deg);
      transform: translateX(-50%) rotate(90deg); }
    .serv-thumb-slider .swiper-button.swiper-button-prev {
      top: 35px;
      -webkit-transform: translateX(-50%) rotate(-90deg);
      -ms-transform: translateX(-50%) rotate(-90deg);
      transform: translateX(-50%) rotate(-90deg); }

.service-top .col {
  opacity: 0;
  -webkit-transition: all 0.4s ease 2s;
  transition: all 0.4s ease 2s;
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px); }
  .service-top .col:last-of-type {
    -webkit-transition-delay: 2.2s;
    transition-delay: 2.2s;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }

.loading .service-top .col {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.serv-big-slider {
  display: inline-block;
  vertical-align: top;
  width: -webkit-calc(100% - 130px);
  width: calc(100% - 130px);
  padding-left: 30px; }
  .serv-big-slider .swiper-slide {
    width: 100%;
    height: 540px;
    background-size: cover !important;
    background-position: 50% 50% !important; }
    .serv-big-slider .swiper-slide img {
      opacity: 0; }

.check-item label {
  left: 0 !important; }

.service-info {
  padding: 55px 50px 0 55px;
  font-size: 18px;
  line-height: 24px;
  color: #393939;
  font-family: 'Lato-Light',sans-serif; }
  .service-info .btn {
    width: auto;
    min-width: 1px;
    padding: 0 20px;
    margin-top: 35px; }

.service-head {
  position: relative;
  padding-top: 17px;
  margin-bottom: 30px;
  font-size: 40px;
  line-height: 44px;
  color: #393939;
  font-family: 'Lato-Regular',sans-serif; }
  .service-head:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: -25px;
    width: 70px;
    height: 35px;
    background: #ececec; }

.service-tab {
  padding: 80px 0; }
  .service-tab .news-navigate a.active {
    border-color: #bdbdbd;
    color: #393939; }
  .service-tab .news-navigate .tabs {
    overflow: visible;
    height: auto;
    min-height: 1px; }
    .service-tab .news-navigate .tabs li {
      min-height: 1px;
      height: auto;
      margin-right: 20px; }
      .service-tab .news-navigate .tabs li a {
        color: #393939;
        -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
        transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1); }
  .service-tab .news-navigate .indicator {
    display: none !important; }

.serv-tab-cont {
  border: 1px solid #bdbdbd;
  padding: 40px 45px; }
  .serv-tab-cont .row {
    font-size: 0;
    line-height: 0;
    margin-bottom: 50px; }
    .serv-tab-cont .row:last-of-type {
      margin-bottom: 0; }
    .serv-tab-cont .row .col {
      float: none;
      display: inline-block;
      vertical-align: middle;
      font-size: 18px;
      line-height: 24px;
      color: #393939;
      font-family: 'Lato-Light',sans-serif; }

.service-infobox {
  position: relative;
  padding: 0 0 30px; }
  .service-infobox img {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0; }
  .service-infobox .service-infobox-box {
    position: relative;
    z-index: 5;
    margin-top: 450px;
    background: #fff;
    padding: 80px 130px;
    box-shadow: 17px 29px 125px 14px rgba(0, 0, 0, 0.12);
    font-size: 18px;
    line-height: 22px;
    font-family: 'Lato-Light',sans-serif;
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    opacity: 0;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px); }
    .service-infobox .service-infobox-box span {
      margin-bottom: 30px;
      font-size: 40px;
      line-height: 48px;
      font-family: 'Lato-Regular',sans-serif; }

.visible .service-infobox-box {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1; }

.service-learn {
  padding: 30px 0 0; }

#modal-free {
  width: 995px;
  max-width: 100%; }
  #modal-free .modal-content {
    padding: 0; }
  #modal-free .modal-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    bottom: 0;
    background-position: 50% 50% !important;
    background-size: cover !important; }
  #modal-free .form-fast {
    width: 50%;
    margin-left: 50%; }
  #modal-free .check-item {
    margin-top: 15px;
    margin-bottom: 25px;
    text-align: left; }
  #modal-free .check-item label {
    opacity: 1 !important; }
  #modal-free .center-button {
    margin-top: 30px; }

.image-box {
  position: relative;
  overflow: hidden;
  width: 0;
  max-width: 100%;
  -webkit-transition: width 0.7s cubic-bezier(0.7, 0, 0.3, 1) 0.4s;
  transition: width 0.7s cubic-bezier(0.7, 0, 0.3, 1) 0.4s; }
  .image-box img {
    max-width: none;
    max-height: none;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all 0.7s cubic-bezier(0.7, 0, 0.3, 1) 0.2s;
    transition: all 0.7s cubic-bezier(0.7, 0, 0.3, 1) 0.2s; }

.video-box a {
  display: block; }

.video-box .icon-playvideo {
  position: absolute;
  left: 50%;
  top: 55%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 60px;
  color: #000;
  line-height: 1; }

.video-box span {
  display: block;
  position: absolute;
  left: 50%;
  top: 60%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #000;
  font-family: 'Lato-Regular',sans-serif; }

.visible .image-box {
  width: 800px; }
  .visible .image-box img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

.education-section {
  padding: 70px 0 0; }

.education-info {
  padding: 0 85px;
  font-size: 16px;
  line-height: 25px;
  color: #393939;
  font-family: 'Lato-Light',sans-serif; }
  .education-info .bg-head {
    display: block;
    font-family: 'Lato-Regular',sans-serif;
    color: #393939;
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 35px; }
  .education-info p {
    margin-bottom: 20px; }
  .education-info ul {
    display: block;
    padding: 15px 0 0; }
    .education-info ul li {
      display: block;
      margin-bottom: 15px;
      font-family: 'Lato-Regular',sans-serif;
      font-size: 16px;
      line-height: 20px; }
      .education-info ul li span {
        display: inline-block;
        vertical-align: middle;
        margin-right: 15px;
        font-size: 16px;
        line-height: 22px;
        height: 22px;
        color: #919191; }

.education-head {
  margin-bottom: 70px;
  position: relative;
  font-size: 24px;
  line-height: 28px;
  color: #393939;
  font-family: 'Lato-Light',sans-serif; }
  .education-head:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: -20px;
    left: -25px;
    width: 190px;
    height: 35px;
    background: #ececec; }

.education-middle {
  padding: 75px 0 0; }
  .education-middle .education-head {
    margin-bottom: 45px; }
  .education-middle .education-info {
    padding-left: 0; }
  .education-middle .image-box-over {
    position: relative;
    margin-bottom: 40px; }
    .education-middle .image-box-over:after {
      content: '';
      position: absolute;
      top: 40px;
      right: -20px;
      bottom: -20px;
      left: 25px;
      z-index: -1;
      border: 2px solid #eaeaea; }

.education-small {
  position: relative;
  padding-top: 80px !important;
  padding-left: 130px !important;
  margin-bottom: 105px; }
  .education-small .image-box {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    height: 205px;
    max-width: 215px;
    background-color: #fff;
    box-shadow: 4px 7px 29px 1px rgba(0, 0, 0, 0.1); }
  .education-small .education-info {
    position: relative;
    border: 2px solid #cfcfcf;
    padding: 25px 25px 5px 130px; }
    .education-small .education-info:after {
      content: '';
      position: absolute;
      z-index: 5;
      left: -26px;
      bottom: -26px;
      width: 52px;
      height: 52px;
      background: url(../images/Kvadrat_border.svg) no-repeat;
      background-size: 52px 52px; }

.education-bottom {
  padding: 60px 0 0; }

.mobile .image-box img {
  max-width: 100% !important;
  max-height: 100% !important; }

.mobile .education-small .image-box {
  box-shadow: none; }

.scroll-top {
  position: fixed;
  left: 90px;
  bottom: 7%;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #fff;
  text-indent: -9999px;
  display: none;
  border-radius: 90px;
  box-shadow: 0 0 60px 10px rgba(0, 0, 0, 0.12);
  border: 1px solid #ee6161;
  z-index: 1000; }
  .scroll-top span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ee6161; }

.aside-btn {
  display: none;
  position: fixed;
  right: 0;
  top: 20%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background: #ee6161;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Lato-Light',sans-serif;
  font-size: 14px;
  padding: 7px 15px;
  z-index: 1000;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }
.aside-btn:hover,
.aside-btn:focus,
.aside-btn:active {
  color: #ffffff;
}
  .aside-btn a {
    color: inherit; }

.single-case-section {
  padding: 60px 0; }

.single-case-section .row .col {
  vertical-align: top; }

.case__btn {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  min-width: 150px;
  padding: 0 30px;
  margin: 0 0 20px;
  font-size: 18px;
  border: 1px solid #bdbdbd;
  color: #393939;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Lato-Light',sans-serif;
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1); }

.single-case-section .photo-row {
  margin-bottom: 20px; }

.photo-row a {
  display: block; }

.photo-row img {
  box-shadow: 0 8px 29px 1px rgba(0, 0, 0, 0.1); }

.case-thumb-slider {
  background: #eeeeee;
  padding: 30px;
  position: relative; }

.case-thumb-slider .swiper-button {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 27px;
  line-height: 20px;
  background: 0 0;
  border: 0;
  position: absolute; }

.case-thumb-slider .swiper-button.swiper-button-prev {
  left: 0;
  top: 50%;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.case-thumb-slider .swiper-button.swiper-button-next {
  right: 0;
  top: 50%; }

.single-case-section .text {
  padding: 85px 0 0 50px; }

.single-case-section .text-full {
  padding-top: 75px; }

.guarantees-infobox {
  font-size: 18px;
  line-height: 22px; }
  .guarantees-infobox-wrapper {
    position: relative;
    padding: 100px 0; }
  .guarantees-infobox-box {
    width: 55%;
    position: relative;
    z-index: 5;
    background-color: #fff;
    padding: 100px;
    box-shadow: 17px 29px 125px 14px rgba(0, 0, 0, 0.12); }
  .guarantees-infobox-img {
    width: 55%;
    position: absolute;
    z-index: 4;
    top: 200px;
    right: 0; }
    .guarantees-infobox-img img {
      width: 100%; }
  .guarantees-infobox-animate {
    position: absolute;
    height: 125px;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    border-left: 1px solid #cfcfcf;
    -webkit-animation: active-left 2s linear;
    animation: active-left 2s linear; }
    .guarantees-infobox-animate:before {
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      border-bottom: 1px solid #cfcfcf;
      -webkit-animation: active-line 4s linear;
      animation: active-line 4s linear;
      -webkit-animation-direction: reverse;
      animation-direction: reverse; }
    .guarantees-infobox-animate:after {
      content: "";
      display: block;
      position: absolute;
      z-index: 5;
      width: 52px;
      height: 52px;
      background: url(../images/Kvadrat_border.svg) no-repeat;
      background-size: 52px 52px;
      left: -26px;
      top: -26px;
      -webkit-animation: icon 2s linear;
      animation: icon 2s linear; }
  .guarantees-infobox-list {
    width: 50%;
    margin: 0 auto; }
    .guarantees-infobox-list p {
      margin-bottom: 40px; }
    .guarantees-infobox-list strong {
      display: block;
      margin-bottom: 10px; }
  .guarantees-infobox__reverse .guarantees-infobox-img {
    top: 0; }
  .guarantees-infobox__reverse .guarantees-infobox-box {
    bottom: -95px; }
  .guarantees-infobox__reverse .guarantees-infobox-animate {
    height: 457px;
    width: 232px;
    border-top: 1px solid #cfcfcf;
    border-left: 1px solid #cfcfcf;
    border-bottom: none;
    top: 52px;
    right: 100%;
    left: unset; }
    .guarantees-infobox__reverse .guarantees-infobox-animate:before {
      display: none; }
    .guarantees-infobox__reverse .guarantees-infobox-animate:after {
      left: -webkit-calc(100% - 25px);
      left: calc(100% - 25px); }

@-webkit-keyframes active-line {
  from {
    width: 100%; }
  to {
    width: 0; } }

@keyframes active-line {
  from {
    width: 100%; }
  to {
    width: 0; } }

@-webkit-keyframes active-left {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes active-left {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes icon {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes icon {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@media only screen and (max-width: 1800px) {
  .accordion-right {
    left: auto;
    right: 15px; }
  .banner {
    height: 503px; }
  .banner-caption {
    top: 75px; }
  .banner-caption svg {
    width: 150px;
    height: 150px; }
  .accordion-box {
    width: -webkit-calc(100% - 520px);
    width: calc(100% - 520px); }
  .page-wrap {
    padding-left: 70px; }
  .contact-section {
    padding-left: 0; }
  .sertificat-slider-cont:after {
    content: '';
    position: absolute;
    z-index: 40;
    top: 35px;
    width: 75px;
    right: 0;
    bottom: 170px;
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, #f1f1f1 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #f1f1f1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f1f1f1',GradientType=1 ); }
  .breadcrumbs {
    padding-left: 0; } }

@media only screen and (max-width: 1600px) {
  .header {
    /*padding-right: 45px;*/
    padding-right: 3%; }
  .banner {
    height: 463px; }
  .post-info {
    padding: 30px 60px !important; }
  .news-navigate {
    margin-bottom: 50px; }
  .header-accordion, .accordion-box .collapsible-header, .accordion-box .collapsible-body {
    padding-left: 15px; }
  .header-accordion {
    padding-right: 15px; }
  .banner-caption {
    font-size: 30px;
    line-height: 36px; }
  .people-item {
    margin-left: -25%; }
  .regulations-box {
    margin-left: 0; }
  .regulations-section-center .regulations-img-box {
    margin-left: 50px; }
  .testimonials-item__left {
    left: 3%; }
  .footer-container {
    padding: 30px 0 0; }
  .contact-section {
    padding: 0 0 30px; }
  .first-section .bg1, .first-section .bg2, .first-section .bg3 {
    bottom: -5%; }
  .regulations-section {
    padding-top: 0; }
  .regulations-img-box {
    margin-top: -65px; } }

@media only screen and (max-width: 1420px) {
  .banner {
    height: 438px; }
  .service-item {
    width: 500px;
    height: 500px; }
  .serv-head {
    font-size: 26px;
    line-height: 30px; }
  .service-item__txt {
    width: 240px;
    font-size: 16px;
    line-height: 20px; }
  .our-comand-box {
    width: 1000px; }
  .command-group--1 {
    left: 10px; }
  .command-group--2 {
    left: 185px; }
  .command-group--4 {
    right: 185px; }
  .command-group--5 {
    right: 10px; }
  .command-group--6 {
    left: 95px; }
  .command-group--8 {
    right: 95px; }
  .command-group--9 {
    left: 265px; }
  .command-group--10 {
    right: 265px; }
  .contact-page .regulations-form-box {
    left: 460px; }
  .contact-page .container {
    padding-right: 575px; }
  .found-section {
    padding: 30px 0 0; }
  .found-capt {
    font-size: 28px;
    line-height: 32px; }
  .regulations-section-center .regulations-img-box {
    margin-left: 0;
    max-width: 30%; }
  .news-section {
    padding-top: 0; }
  .peop-info__head span {
    font-size: 32px;
    line-height: 40px; }
  .testimonials-item {
    padding-left: 145px; }
  .news-head {
    font-size: 20px;
    line-height: 26px; }
  .news-date {
    padding-bottom: 20px; }
  .news-small-item .news-big-item-img {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px); }
  .news-small-item .news-head {
    font-size: 18px;
    line-height: 24px; }
  .news-small-item .news-date {
    padding-bottom: 10px; }
  .testimonials-section {
    padding-bottom: 30px; }
  .contact-section .form {
    padding-bottom: 50px; }
  .regulations-img-box {
    margin-top: -70px; }
  .post-section__extended .row .post-box {
    bottom: -450px; }
  .header-contacts address {
    padding-left: 3%;
  }
  .navigation-general ul li {
    padding: 0 3%; }
  .header-contacts .work-time-list,
  .header-contacts address {
    padding-left: 2%; }
  .language_wr {
    width: 50px !important;
  }
  .header .phone-group li {
    margin: 0 0 0 10px;
  }
}

@media only screen and (max-width: 1350px) {
  .banner {
    height: 410px; }
  .navigation-general ul li {
    padding: 0 2%;
  }
  .education-section {
    padding: 50px 0 0; }
  .education-info {
    padding: 0 30px; }
  .education-head {
    margin-bottom: 40px; }
  .education-info .bg-head {
    font-size: 24px;
    line-height: 28px; }
  .education-small .education-info {
    padding-left: 100px; }
  .info-box-cont {
    margin-top: 0; }
  .info-box-cont:after {
    display: none; }
  .service-info {
    padding: 30px; }
  .service-head {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 25px; }
  .service-tab {
    padding: 30px 0; }
  .news-navigate {
    margin-bottom: 30px; }
  .service-infobox .service-infobox-box {
    padding: 50px; }
  .service-infobox .service-infobox-box span {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 25px; }
  .service-learn {
    padding: 0; }
  .post-section__extended .row .post-box {
    bottom: -525px; }
  .post-box-table {
    padding: 50px; } }

@media only screen and (max-width: 1199px) {
  .hidden-md {
    display: none !important; }
  .visible-md {
    display: block !important; }
  .header .phone-group li.visible-md {
    display: inline-block !important;
    padding-left: 0 !important; }
    .header .phone-group li.visible-md a {
      max-width: 20px; }
  .mobile .header .phone-group li:before {
    line-height: 1; }
  .header-contacts {
    padding: 15px 0 0; }
  .banner {
    height: 323px; }
  .education-small {
    padding-left: 15px !important;
    padding-top: 100px !important;
    margin-bottom: 50px; }
  .command-group:hover {
    box-shadow: none; }
  .education-small .image-box {
    left: 0;
    right: 0;
    margin: auto; }
  .education-small .education-info {
    padding-left: 25px;
    padding-top: 125px;
    padding-bottom: 20px; }
  .education-section {
    padding: 30px 0 0; }
  .serv-tab-cont .row {
    margin-bottom: 30px; }
  .service-top .row .col {
    width: 100%; }
  .service-item {
    width: 400px;
    height: 400px; }
  .serv-part, .serv-head {
    margin-bottom: 10px; }
  .service-item__txt {
    text-align: center; }
  .post-section .row .col {
    font-size: 16px;
    line-height: 22px; }
  .our-comand-box__bg {
    display: none; }
  .our-comand-box {
    text-align: center;
    padding: 0; }
  .command-group {
    width: 100% !important;
    height: auto !important;
    border-radius: 0;
    position: static !important;
    display: inline-block;
    vertical-align: top;
    padding: 15px;
    text-align: center;
    color: #393939;
    margin: 0 0 15px !important;
    background: none !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important; }
    .command-group:after, .command-group:before {
      display: none; }
  .command-group .comand-group-gen {
    width: auto;
    color: #393939;
    font-size: 24px !important;
    line-height: 28px !important; }
  .command-item-cont {
    padding: 25px 0 0;
    height: auto !important;
    margin: 0; }
  .command-item {
    display: inline-block;
    vertical-align: top;
    width: 250px;
    max-width: 100%;
    height: auto;
    margin: 0 5px 15px;
    visibility: visible;
    opacity: 1;
    overflow: visible;
    border-radius: 0; }
  .command-item:after {
    display: none; }
  .command-item__img {
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
    border-radius: 50%;
    overflow: hidden; }
  .comand-item__txt {
    display: block;
    font-size: 16px;
    line-height: 22px; }
    .comand-item__txt b {
      display: block;
      margin-bottom: 10px;
      font-size: 18px;
      font-family: 'Lato-Bold',sans-serif; }
  .news-navigate {
    margin-bottom: 30px; }
  .article-item,
  .review-item {
    margin-bottom: 30px; }
  .pagination-box {
    padding-bottom: 30px; }
  .slider-arrows .next {
    left: 33.5%;
    margin-left: -45px; }
  .contact-page .regulations-form-box {
    position: static;
    float: none;
    margin: 0 auto; }
  .info-box-cont {
    padding: 40px 35px; }
  .work-time-list, .social-box {
    display: inline-block;
    vertical-align: top;
    width: 49%; }
  .social-box {
    padding: 0;
    font-size: 18px;
    border: 0; }
  .social-box ul li a {
    padding-left: 0; }
    .social-box ul li a:before {
      display: none; }
  .contact-section .container .row .col.l7 {
    width: 100%; }
  .contact-page .container {
    padding-right: 15px; }
  .go-to-razd {
    max-width: 100%;
    top: 10px;
    right: 40px;
    text-align: right;
    line-height: 16px; }
  .accordion-section {
    padding: 0; }
  .accordion-right .regulations-form-box, .accordion-right .work-time-box, .accordion-right .contact-box, .accordion-right .contact-box {
    width: 350px;
    padding: 45px; }
  .accordion-box {
    width: -webkit-calc(100% - 370px);
    width: calc(100% - 370px); }
  .peop-col {
    bottom: auto;
    height: 50%; }
  .peop-col--1, .peop-col--2 {
    width: 60% !important; }
  .peop-col--2 {
    right: auto;
    left: 0; }
  .peop-col--1 {
    top: 50%; }
  .peop-col--3 {
    height: 100%;
    width: 40% !important; }
  .people-item {
    width: 100%;
    margin: 0;
    background-position: 50% 0 !important; }
  .btn {
    padding: 0 35px; }
  .our-plus-item__txt span:not(.afterLength) {
    font-size: 16px;
    line-height: 24px; }
  .our-plus {
    padding: 0; }
  .our-plus-item__txt {
    font-size: 14px;
    line-height: 22px; }
  .regulations-img-box {
    display: none; }
  .regulations-form-box {
    margin-right: 0;
    top: -300px; }
  .work-time-box, .contact-box {
    top: -270px;
    right: auto;
    left: 10%; }
  .news-section .row .col.l8 {
    width: 60%; }
  .news-section .row .col.l4 {
    width: 40%; }
  .char-item {
    font-size: 20px;
    line-height: 26px; }
  .about-us-char__right, .about-us-char__left {
    max-width: 45%;
    margin: -20px 0 0 0; }
  .about-us-char__left .char-item.char-item--top .line:last-of-type,
  .about-us-char__left .char-item.char-item--bottom .line:last-of-type,
  .about-us-char__right .char-item.char-item--bottom .line:last-of-type,
  .about-us-char__right .char-item.char-item--top .line:last-of-type {
    width: 0; }
  .about-us {
    padding: 0; }
  .about-us-char__middle .img-fon {
    max-width: 100%; }
  .char-item__label {
    max-width: 175px; }
  .char-item .count {
    font-size: 65px;
    line-height: 70px; }
  .sertificat-slider-cont .swiper-container {
    padding: 0 0 150px 30px; }
  .sert-img {
    position: static; }
    .sert-img img {
      margin: 0 auto; }
  .contact-box {
    left: 50%;
    top: -100px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .contact-section .form {
    width: 650px;
    margin-top: 300px;
    margin-left: auto;
    margin-right: auto;
    padding: 45px;
    border: 1px solid #cfcfcf; }
  .left-fixed-nav__body .left-fixed-nav__over ul {
    margin-top: 15px; }
  .service-tab .news-navigate .tabs li {
    max-width: 30%; }
  .single-case-section .row .col.l7,
  .single-case-section .row .col.l5 {
    width: 100%; }
  .single-case-section .text {
    padding: 30px 0 0; }
  .single-case-section .text-full {
    padding-top: 0px; }
  .guarantees-infobox-wrapper {
    padding: 50px; }
  .guarantees-infobox-box {
    padding: 50px; }
  .mb150 {
    margin-bottom: 50px; }
  .post-section__extended .row .post-box {
    bottom: -320px; }
  .post-section__extended .realetive:before {
    height: 245px;
    bottom: -250px; }
  @-webkit-keyframes active-line2 {
    from {
      height: 0; }
    to {
      height: 245px; } }
  @keyframes active-line2 {
    from {
      height: 0; }
    to {
      height: 245px; } } }

@media only screen and (max-width: 1024px) {
  .guarantees-infobox-box, .guarantees-infobox-img {
    position: static;
    width: 100%; }
  .guarantees-infobox-animate {
    top: -webkit-calc(100% - 120px);
    top: calc(100% - 120px); }
  .guarantees-infobox-list {
    width: 70%; }
  .post-center {
    padding: 30px 0; }
  .post-section__extended .row .post-box {
    bottom: -390px; }
  .post-box-table tr {
    line-height: 30px; }
    .post-box-table tr:first-child {
      line-height: 30px; }
  .info-box-cont {
    width: 85%; }
  .guarantees-infobox-box p,
  .guarantees-infobox-box ul li {
    text-align: justify;
    }
  .post-section p,
  .post-section ul li {
    text-align: justify;
    }
  }

@media only screen and (max-width: 992px) {
  p {
    margin: 10px 0; }
  .header {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15px 7px 35px; }
  .header-contacts {
    padding: 10px 0 0; }
  .navigation-general {
    display: none; }
  .banner {
    height: 280px; }
  .education-small .education-info:after,
  .post-info.post-info--right:after,
  .post-info.post-info--left:after,
  .post-info.post-info--left:before,
  .post-info.post-info--right:before {
    display: none; }
  .service-head, .service-infobox .service-infobox-box span {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 15px; }
  .service-infobox .service-infobox-box {
    margin-top: 360px; }
  .service-infobox .service-infobox-box, .serv-tab-cont {
    padding: 30px; }
  .serv-big-slider {
    padding-left: 15px; }
  .serv-tab-cont .row .col {
    margin-bottom: 15px; }
  .feed-sect {
    padding: 30px; }
  .services-section {
    padding-bottom: 0; }
  .feed-sect span {
    display: block;
    margin-right: 0;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 15px; }
  .post-section {
    padding: 0 0 30px; }
  .breadcrumbs {
    top: 50px; }
  .post-center {
    padding: 30px 0; }
  .news-navigate ul li span, .news-navigate ul li a {
    min-width: 1px; }
  .work-time-list {
    padding-left: 0; }
  .regulations-form-box .btn, .form .btn {
    margin-top: 15px; }
  .info-box-cont {
    padding: 30px 0; }
  .banner-caption svg {
    width: 90px;
    height: 90px; }
  .banner-caption {
    font-size: 26px;
    line-height: 30px; }
  .sertificat-text-container, .text-section {
    font-size: 16px;
    line-height: 28px; }
  .accordion-box {
    width: 100%; }
  .accordion-right .regulations-form-box, .accordion-right .work-time-box, .accordion-right .contact-box, .accordion-right .contact-box, .accordion-right .contact-box {
    width: 100%;
    float: none; }
  .banner img {
    min-width: 820px; }
  .accordion-right {
    top: 0;
    right: 0;
    padding: 30px 0;
    position: relative;
    width: 100%;
    clear: both; }
  .work-time-box, .contact-box, .contact-box {
    font-size: 18px;
    line-height: 24px; }
  .peop-col--1, .peop-col--2 {
    width: 45% !important; }
  .peop-col--3 {
    width: 55% !important; }
  .our-plus-item__icon, .regulations-item__icon, .regulations-item__icon {
    margin-bottom: 15px; }
  .our-plus-item__txt span:not(.afterLength) {
    margin-bottom: 10px; }
  .our-plus-item {
    margin-bottom: 10px; }
  .slider-wrapp {
    height: 500px; }
  .slider > ul > li .infos {
    padding-top: 30px; }
  .sld-head {
    padding: 10px 0 0;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
    max-width: 100%; }
  .regulations-item {
    margin-bottom: 40px; }
  .work-time-box, .contact-box, .contact-box {
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .news-section .row .col.l8, .news-section .row .col.l4 {
    width: 100%;
    margin-bottom: 30px; }
  .news-big-item .news-big-item-caption {
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%); }
  .news-section {
    padding: 0; }
  .heading-section.heading-with-lnk .head-lnk {
    position: static;
    display: block;
    margin-top: 15px;
    text-align: center; }
  .about-us-char__middle {
    width: 300px;
    height: 300px;
    top: 40%; }
  .sertificat-slider-cont .swiper-container {
    padding: 0 0 100px 30px; }
  .sertificat-info {
    top: 80px; }
  .swiper-slide.swiper-slide-active .sertificat-info {
    left: 45%;
    max-width: 55%; }
  .sertificat-slider-cont:after {
    display: none; }
  .char-item .count {
    font-size: 58px;
    line-height: 60px; }
  .char-item {
    font-size: 18px;
    line-height: 24px; }
  .char-item .line {
    left: 140px; }
  .about-us-char__right .char-item .line {
    right: 140px; }
  .foot-logo {
    margin: 0 auto 30px; }
  .foot-nav {
    margin-bottom: 30px; }
  .slider > ul > li .panel-1 {
    height: 300px; }
  .regulations-box-info span {
    font-size: 24px;
    line-height: 30px; }
  .accordion-box .collapsible-header, .accordion-box .collapsible-body ul li {
    font-size: 16px; }
  .macintosh .phone-group li:before {
    top: 0;
    line-height: normal; }
  .lang-list li {
    display: inline-block; }
    .lang-list li a {
      padding: 0 20px; }
  .slider > ul > li .infos {
    width: 60%; }
  .visible .image-box {
    width: 100%; }
  .post-section__extended .row .post-box {
    position: static; }
  .post-section .realetive .animate, .post-section .realetive:before, .post-section .realetive:after {
    display: none; }
  .mb150 {
    margin-bottom: 30px; }
  .guarantees-infobox-box, .guarantees-infobox-wrapper {
    padding: 25px; } }

@media only screen and (max-width: 767px) {
  .modal {
    top: 0 !important;
    max-height: 100%; }
  .modal-img {
    display: none; }
  #modal-free .form-fast {
    width: 100%;
    margin: 0; }
  .serv-thumb-slider, .serv-big-slider .swiper-slide {
    height: 400px; }
  .command-group .comand-group-gen {
    font-size: 20px !important; }
  .command-item-cont {
    padding: 10px 0 0; }
  .news-container .row .col.s6 {
    width: 50%; }
  .work-time-list, .social-box {
    width: 100%; }
  .work-time-list {
    padding-left: 0; }
  .social-box {
    margin-bottom: 30px; }
  .footer-container .row .col.m3 {
    width: 50%; }
  .sertificat-text-container, .text-section {
    font-size: 14px;
    line-height: 24px; }
  .work-time-box, .contact-box, .contact-box {
    font-size: 16px;
    line-height: 20px; }
  .first-section {
    height: 500px !important; }
  .peop-section {
    height: auto; }
  .peop-col--1, .peop-col--2 {
    display: none; }
  .peop-col--3 {
    position: static;
    width: 100% !important;
    height: auto;
    max-height: 780px; }
  .peop-info {
    position: static; }
  .our-plus-item__txt span:not(.afterLength) {
    height: auto; }
  .slider > ul > li .panel-3 {
    width: 100%; }
  .slider > ul > li .infos {
    background: #fff;
    width: 100%;
    left: 0;
    right: 0; }
  .uslugi-section {
    padding-bottom: 30px; }
  .heading-section {
    padding: 20px 0; }
  .char-item .count {
    font-size: 50px;
    line-height: 54px; }
  .about-us-char {
    height: 450px; }
  .about-us-char__middle {
    width: 250px;
    height: 250px; }
  .sertificat-slider-cont .swiper-container {
    padding: 0 0 100px 0px; }
  .swiper-slide.swiper-slide-active .sertificat-info, .sertificat-info {
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    max-width: 100%;
    width: auto;
    background: rgba(255, 255, 255, 0.8);
    padding: 15px;
    z-index: 10;
    position: relative;
    margin: 50px 0 0; }
  .sertificat-item {
    height: auto;
    padding: 45px 0 0; }
  .sert-head {
    max-width: 100%; }
  .slider > ul > li .panel-3 {
    visibility: hidden;
    opacity: 0; }
  .sertificat-slider-cont .container {
    padding: 0; }
  .swiper-slide.swiper-slide-active .sert-img, .sert-img {
    left: 0;
    right: 0;
    bottom: auto;
    top: 15px;
    margin: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: relative;
    display: block; }
  .foot-bottom .col {
    text-align: center !important; }
  .hidden-s {
    display: none; }
  .foot-nav {
    margin-bottom: 20px;
    text-align: center; }
  .foot-nav .phone-group {
    display: inline-block; }
  .navigation-general ul li {
    margin-right: 15px; }
  .slider > ul > li .infos > a {
    background: #fff; }
  .work-time-box:before, .contact-box:before, .contact-box:before {
    display: none; }
  .slider > ul > li .infos > a > div {
    padding: 10px; }
  .go-to-razd {
    max-width: 100%;
    top: 0;
    right: 0;
    text-align: left;
    width: 100%;
    position: relative;
    padding: 0;
    display: block; }
  .tabs .tab, .service-tab .news-navigate .tabs li {
    display: block;
    max-width: 100%; }
  .serv-thumb-slider .swiper-button.swiper-button-next {
    top: 380px; }
  .service-infobox .service-infobox-box {
    margin-top: 230px; } }

@media only screen and (max-width: 768px) {

  .left-fixed-nav__body .left-fixed-nav__over ul {
    margin-top: 10px; }
  .form-fast {
    max-height: 100vh;
    overflow-y: auto; }
    .form-fast .input-field.error:after {
      display: none; }
  .check-item.error:after {
    display: none; }
  .mb150 {
    margin-bottom: 25px; }
  .info-box-cont {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1; } }

@media only screen and (max-width: 599px) {
  .banner {
    height: 310px; }
  .banner-caption {
    top: 100px; }
  .photo-row .col + .col {
    margin-top: 30px; }
  .scroll-top {
    left: 60px; }
  .aside-btn {
    display: block; }
  .mobile .header .phone-group li {
    padding-left: 15px;
    margin: 0 0 0 9px; }
    .mobile .header .phone-group li:first-of-type {
      margin: 0; }
    .mobile .header .phone-group li:before {
      font-size: 12px;
      top: 2px; }
    .mobile .header .phone-group li a {
      font-size: 12px; }
  .header {
    padding-right: 0;
    padding-left: 35px; }
  .command-group {
    padding: 0; }
  .education-info {
    padding: 0; }
  .education-small .education-info {
    padding-left: 15px;
    padding-right: 15px; }
  .education-info .bg-head {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 20px; }
  .serv-head {
    font-size: 22px; }
  .serv-thumb-slider {
    display: none; }
  .serv-big-slider {
    width: 100%;
    padding: 0; }
  .service-one-section {
    padding: 0; }
  .serv-big-slider .swiper-slide {
    height: auto; }
  .service-info {
    padding: 30px 0; }
  .uslugi-section {
    padding-bottom: 15px; }
  .slider-wrapp {
    height: 405px; }
  .slider > ul > li .infos {
    height: 130px; }
  .breadcrumbs ul {
    padding-left: 15px; }
  .banner-caption, .service-head, .service-infobox .service-infobox-box span {
    font-size: 22px;
    line-height: 26px; }
  .services-section {
    padding-top: 30px; }
  .service-item {
    height: auto;
    width: auto;
    margin: 0 -15px 30px;
    border-radius: 0; }
  .service-item__txt {
    position: static;
    padding: 30px 15px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .serv-romb {
    display: none; }
  .service-item__img:before {
    border-radius: 0; }
  .service-item:before {
    display: none; }
  .service-item:hover .service-item__img:before {
    opacity: 1;
    visibility: visible; }
  .service-item__img {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 0; }
  .post-info {
    padding: 30px 15px !important; }
  .post-center ul li {
    padding-left: 30px; }
  .post-center ul li:before {
    left: 0; }
  .slider-arrows .next a, .slider-arrows .next {
    width: 40px;
    height: 40px; }
  .social-box {
    padding: 0;
    border: none; }
  .contact-page .regulations-form-box {
    padding: 0; }
  .social-box ul li a {
    font-size: 14px; }
  .info-box-cont {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    font-size: 16px;
    line-height: 20px; }
  .footer-container .row .col.m3 {
    width: 100%; }
  .found-capt {
    font-size: 22px;
    line-height: 26px; }
  .found-capt a {
    margin-top: 15px;
    font-size: 20px;
    line-height: 24px; }
  .accordion-right .regulations-form-box, .accordion-right .work-time-box, .accordion-right .contact-box, .accordion-right .contact-box, .accordion-right .contact-box {
    padding: 15px; }
  .char-item .line {
    display: none; }
  .about-us-char__right .char-item, .about-us-char__left .char-item {
    text-align: center; }
  .char-item__label {
    max-width: 100%; }
  .left-container {
    width: 45px; }
  .menu-button, .menu-button-general {
    width: 44px; }
    .menu-button i, .menu-button-general i {
      display: none; }
  .menu-button span, .menu-button-general span {
    left: 10px;
    right: 10px; }
  .left-fixed-nav {
    margin-left: 46px; }
  .page-wrap {
    padding-left: 45px; }
  .peop-info {
    padding: 30px 15px 60px; }
  .btn {
    height: auto !important;
    line-height: 16px !important;
    padding: 15px !important; }
  .service-tab {
    padding: 15px 0; }
  .serv-tab-cont {
    padding: 15px; }
  .serv-tab-cont .row .col {
    font-size: 16px;
    line-height: 20px; }
  .article-item {
    height: auto !important; }
  .service-infobox .service-infobox-box {
    margin-top: 195px;
    padding: 15px; }
  .peop-info .btn.btn--white, .center-button {
    width: 100%;
    left: 0;
    margin-left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .peop-info .btn.btn--white {
    left: 15px;
    right: 15px;
    width: auto; }
  .heading-section {
    font-size: 26px;
    line-height: 30px; }
  .next-step {
    bottom: 15px; }
  .slider > ul > li .panel-1 > div .img, .slider > ul > li .panel-2 > div .img, .slider > ul > li .panel-3 > div .img {
    height: 300px !important; }
  .slider > ul > li .panel-1 > div .img,
  .slider > ul > li.active .panel-1 > div .img, .slider > ul > li.leaving .panel-1 > div .img {
    -webkit-transform: scale(1) translatex(0%);
    -ms-transform: scale(1) translatex(0%);
    transform: scale(1) translatex(0%);
    background-position: 20% 0 !important; }
  .slider > ul > li .panel-1 {
    width: 100%; }
  .slider > ul > li .panel-2 {
    display: none; }
  .slider > ul > li .infos .timer {
    display: none; }
  .regulations-box {
    padding-top: 0; }
  .regulations-section-bott__container {
    padding-top: 30px; }
  .regulations-box, .regulations-form-box {
    box-shadow: none;
    padding-bottom: 0; }
  .regulations-section-center .regulations-img-box {
    display: none; }
  .regulations-form-box {
    padding: 0 15px;
    position: static; }
  .work-time-box, .contact-box, .contact-box {
    position: static;
    padding: 15px;
    box-shadow: none;
    font-size: 14px;
    line-height: 18px; }
  .regulations-box-info {
    padding: 30px 15px; }
  .form-fast {
    left: 45px;
    right: 0;
    width: 275px;
    padding: 20px 15px; }
  .regulations-section .container {
    padding: 0; }
  .progress-counter {
    right: 0;
    display: none !important; }
  .regulations-section-center {
    margin: 0; }
  .regulations-section-bott {
    padding: 0; }
  .news-big-item, .news-small-item {
    height: auto; }
  .news-big-item-caption {
    position: static;
    box-shadow: none;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    padding: 15px; }
  .news-small-item .news-big-item-img, .news-small-item .news-big-item-caption {
    width: 100%; }
  .news-big-item-img {
    width: 100%;
    height: 250px;
    margin: 0; }
  .subheading {
    font-size: 16px;
    line-height: 26px; }
  .testimonials-item {
    padding: 170px 0 0; }
  .testimonials-item__left {
    top: 0;
    left: 0;
    right: 0;
    padding-top: 10px; }
  .about-us-char__middle {
    display: none; }
  .about-us-char__right, .about-us-char__left {
    max-width: 50%; }
  .char-item .count {
    font-size: 40px;
    line-height: 46px; }
  .about-us-char {
    height: auto; }
  .char-item {
    font-size: 16px;
    line-height: 22px; }
  .sertificat-section {
    padding-bottom: 30px; }
  .sertificat-section .swiper-button-prev {
    font-size: 0; }
  .sertificat-section .swiper-button-next {
    font-size: 0; }
  .swiper-button-prev .to-next-ic, .swiper-button-next .to-next-ic {
    line-height: 24px; }
  .mab-box {
    height: 335px; }
  .contact-box-head, .contact-box address {
    margin-bottom: 15px; }
  .contact-box .phone-group .column {
    width: 100%; }
  .contact-section .form {
    margin: 0;
    padding: 25px 15px; }
  .progress-counter:before, .progress-counter:after {
    display: none; }
  .form-fast__head {
    font-size: 20px;
    line-height: 26px; }
  .form-fast .input-field {
    margin-bottom: 10px; }
  .foot-bottom {
    padding-top: 0; }
  .first-section {
    height: 400px !important; }
  .form-fast .input-field.error:after {
    display: none; }
  .guarantees-infobox {
    font-size: 16px;
    line-height: 20px; }
    .guarantees-infobox-list {
      width: 90%; }
      .guarantees-infobox-list p {
        margin-bottom: 10px; }
    .guarantees-infobox-animate {
      display: none; }
    .guarantees-infobox-box {
      padding: 15px; }
    .guarantees-infobox-wrapper {
      padding: 0; }
  .post-center {
    padding: 10px 0; }
  .post-box-table {
    padding: 10px; }
    .post-box-table td, .post-box-table th {
      padding-left: 10px; }
      .post-box-table td:nth-child(2), .post-box-table th:nth-child(2) {
        padding-left: 10px; }
  hr {
    margin: 20px 0; }
  .info-box-cont {
    padding: 15px 0;
    width: 95%; }
  .banner img {
    min-width: 880px; }
  .post-section__double .row:not(:last-child) {
    margin-bottom: 10px; }
  .post-section .row .col {
    font-size: 15px; }
  .peop-info__head span, .peop-info__head h1 {
    font-size: 35px;
  }

}

@media only screen and (max-width: 535px) {
  .news-navigate ul li {
    display: block;
    margin-right: 0; }
  .news-container .row .col.s6 {
    width: 100%; }
  .form-fast {
    max-height: 100vh;
    overflow-y: auto; }
    .form-fast .input-field.error:after {
      display: none; } }

@media only screen and (max-width: 767px) and (max-height: 450px) {
  .left-fixed-nav__bottom {
    display: none; }
  .left-container-nav ul li:not(.last) {
    display: none; } }

.mobile .open-menu {
  height: 100vh; }

@media only screen and (max-height: 800px) {
  .left-fixed-nav__body .left-fixed-nav__over ul {
    margin-top: 15px; }
  .lang-list li {
    display: inline-block; }
    .lang-list li a {
      padding: 0 20px; } }

@media (max-width: 480px) {
  .service-infobox .service-infobox-box {
    margin-top: 135px; } }

.downl_doc {
  margin-top: 10px; }
  .downl_doc:hover {
    color: #fff !important; }

.foot-bottom > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
.foot-bottom > div:first-child {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
.foot-bottom > div:last-child {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
.foot-bottom a {
  color: #7d7d7d;
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  height: 20px;
  display: inline-block;
  width: auto;
  -webkit-transition: 0.3s all;
  transition: 0.3s all; }
.foot-bottom a:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all; }
.foot-bottom a:hover img {
  opacity: 1;
  -webkit-transition: 0.3s all;
  transition: 0.3s all; }
.foot-bottom img {
  opacity: 0.7;
  max-height: 100%;
  border-radius: 5px;
  max-width: 100%; }

.dropdown a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #9F9F9F;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.dropdown a:hover {
  color: #DD951A; }

.language {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 40px;
  color: #000000;
  cursor: pointer;
  justify-content: center;
  font-weight: 400; }

.dropdown a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: center;
  -ms-flex-pack: start;
  justify-content: center;
  color: #000000;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  transition: all .3s ease; }

.dropdown a:hover {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  color: #353535; }

.language_wr img {
  margin-right: 8px; }

.language_wr {
  position: relative;
  text-transform: uppercase;
  width: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }


.language_wr.active::before {
  webkit-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  z-index: 0; }

.language_wr:hover, .language_wr:active, .language_wr:focus {
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.language_wr.active {
  background: #ffffff;
  -webkit-box-shadow: 0px 14px 34px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 14px 34px rgba(0, 0, 0, 0.25); }

.language_wr .dropdown {
  position: absolute;
  top: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  display: none;
  width: 100%;
  background: #ffffff; }

.language_wr .dropdown li {
  text-transform: uppercase;
  padding: 5px 10px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.language_wr .dropdown li:hover, .language_wr .dropdown li:active, .language_wr .dropdown li:focus {
  background-color: rgba(0, 0, 0, 0.25);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

  /*-----------СТОМАТОЛОГИЧЕСКИЙ ТУРИЗМ----------*/
.banner--dental-tourism {
  position: relative;
    overflow: hidden;
    max-width: 100%;
    height: 690px;
  background-position: 50% 50%;
  background-size: cover;
  margin-bottom: 60px;
}
@media all and (max-width: 1366px) {
  .banner--dental-tourism {
    background-position: 75% 50%;
  }
}
@media all and (max-width: 600px) {
  .banner--dental-tourism {
    background-position: 85% 50%;
  }
}

.banner--dental-tourism .banner-img {
  position: absolute;
    left: 0;
    top: 0;
  opacity: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
.banner--dental-tourism .caption {
  position: absolute;
  width: 100%;
  top: 39%;
}

.banner--dental-tourism .caption-info {
  padding-left: 40px;
}
@media all and (max-width: 1366px) {
  .banner--dental-tourism .caption-info {
    padding: 40px;
    background: rgba(0,0,0,0.35);
    text-align: center;
  }
}
@media all and (max-width: 600px) {
  .banner--dental-tourism .caption-info {
    padding: 15px;
  }
}

.banner--dental-tourism .btn {
  width: 240px;
  font-size: 14px;
  padding: 0 0;
}
@media all and (max-width: 768px) {
  .banner--dental-tourism .btn {
    width: 60%;
  }
}
@media all and (max-width: 600px) {
  .banner--dental-tourism .btn {
    width: 90%;
  }
}

.banner--dental-tourism .btn-white {
  background: #ffffff;
  color: #1E1E1E;
  margin-right: 25px;
  transition: all .3s ease;
  border: 1px solid #ffffff;
}

.banner--dental-tourism .btn-white:hover {
  background: rgba(255,255,255,0);
  color: #ffffff;
}
@media all and (max-width: 768px) {
  .banner--dental-tourism .btn-white {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.banner--dental-tourism .btn-transparent {
  background: rgba(255,255,255,0);
  border: 1px solid #ffffff;
}
.banner--dental-tourism .btn-transparent:hover {
  background: #393939;
  color: #ffffff;
  border-color: #393939;
}

.banner--dental-tourism h1 {
  color: #ffffff;
  font-family: 'Lato-Light', sans-serif;
  font-size: 51px;
  line-height: 60px;
  margin-bottom: 20px;
}
@media all and (max-width: 768px) {
  .banner--dental-tourism h1 {
    font-size: 36px;
    line-height: 44px;
  }
}
@media all and (max-width: 479px) {
  .banner--dental-tourism h1 {
    font-size: 23px;
    line-height: 28px;
    font-weight: 600;
  }
}

.banner--dental-tourism .banner-description {
  width: 100%;
  max-width: 610px;
  color: #ffffff;
  font-family: 'Lato-Light', sans-serif;
  font-size: 22px;
  line-height: 26px;
}
@media all and (max-width: 1366px) {
  .banner--dental-tourism .banner-description {
    margin: 0 auto;
  }
}

@media all and (max-width: 768px) {
  .banner--dental-tourism .banner-description {
    font-size: 16px;
    line-height: 20px;
  }
}
@media all and (max-width:359px) {
  .banner-buttons .btn {
    font-size: 12px;
  }
}

.banner--dental-tourism .banner-buttons {
  margin-top: 48px;
}

.services-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  width: 100%;
  max-width: 830px;
  margin: 0 auto;
}
@media all and (max-width: 768px) {
  .services-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 70px;
  }
}

.services__item {
  min-width: 300px;
    margin-bottom: 50px;
  padding-left: 61px;
}

@media all and (max-width: 768px) {
  .services__item {
    min-width: 330px;
    width: auto;
  }
}

.services__item-title {
    position: relative;
    font-family: 'Lato-Light',sans-serif;
    font-size: 33px;
  line-height: 1.7;
    color: #4C4C4C;
}
.map-in-footer{
  width: 100%;
  height: auto;
  background-image: url('../images/map-1845x465.png');
  height: 100%;
  background-position: center;
  background-size: cover;
}
@media all and (max-width: 768px) {
  .map-in-footer{
    background-image: url('../images/map-768x465.png');
  }
  .services__item-title {
    font-size: 24px;
  }
}
.services__item-title::before {
    position: absolute;
    content: '';
  left: -61px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
    width: 51px;
    height: 52px;
    background: url(../images/Kvadrat_border.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.service__item-price {
    position: relative;
  margin-top: 22px;
    color:#EE6161;
    font-family: 'Lato-Heavy',sans-serif;
    font-size: 24px;
    font-weight: 500;
}
.service__item-price::before {
    content: '';
    position: absolute;
  top: -24px;
  left: -36px;
    display: block;
    width: 31px;
    height: 36px;
    border-left: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
}

.section-how {
    margin-bottom: 60px;
}
.how-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  padding: 70px 83px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 50px 140px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 50px 140px rgba(0, 0, 0, 0.25);
}
@media all and (max-width: 1440px) {
  .how-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media all and (max-width: 1280px) {
  .how-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media all and (max-width: 1280px) {
  .how-wrapper {
    padding: 25px 20px;
  }
}

.how__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
  max-width: 295px;
}
@media all and (max-width: 1280px) {
  .how__item {
    width: 50%;
    max-width: 400px;
    margin-bottom: 50px;
  }
}

@media all and (max-width: 992px) {
  .how__item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 50px;
  }
}
@media all and (max-width: 480px) {
  .how__item {
    margin-bottom: 25px;
  }
}
.how-icon {
    position: relative;
  width: 68px;
  margin-right: 25px;
  padding-top: 53px;
    color: #EE6161;
    font-family: 'Lato-Light', sans-serif;
    font-size: 62px;
  z-index: 10;
}
@media all and (max-width: 480px) {
  .how-icon {
    width: 40px;
    margin-right: 15px;
    padding-top: 13px;
    font-size: 30px;
    text-align: center;
  }
}

.how-icon::before {
    content: '';
    display: block;
  position: absolute;
  top: 5px;
  left: -5px;
    width: 68px;
    height: 68px;
    background: url(../images/Kvadrat_border.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  z-index: -1;
}
@media all and (max-width: 480px) {
  .how-icon::before {
    left: -3px;
    width: 40px;
    height: 41px;
  }
}

.how-text {
    width: 100%;
    max-width: 200px;
    font-family: 'Lato-Light', sans-serif;
    color: #4c4c4c;
    font-size: 18px;
    line-height: 1.6;
}
@media all and (max-width: 1280px) {
  .how-text {
    max-width: 100%;
  }
}

@media all and (max-width: 992px) {
  .how-text {
    padding-top: 10px;
  }
}
@media all and (max-width: 480px) {
  .how-text {
    font-size: 15px;
  }
}
.section-why {
  margin-top: -100px;
  margin-bottom: 60px;
}
@media all and (max-width: 1024px) {
  .section-why {
    margin-top: 0;
  }
}
.city__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 50px 0 25px;
  margin-bottom: 140px;
}
@media all and (max-width: 1440px) {
  .city__item {
    padding: 0 10px;
    margin-bottom: 100px;
  }
}
@media all and (max-width: 1200px) {
  .city__item {
    padding: 0 35px;
  }
}
@media all and (max-width: 992px) {
  .city__item {
    min-width: 480px;
    width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 576px) {
  .city__item {
    min-width: unset;
    width: auto;
    margin-bottom: 50px;
  }
}
@media all and (max-width: 480px) {
  .city__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    aligh-items: center;
  }
}
@media all and (max-width: 359px) {
  .city__item {
    padding: 0 10px;
  }
}


.city-info {
  font-family: 'Lato-Light', sans-serif;
  color: #4c4c4c;
  margin-right: 50px;
  white-space:nowrap;
}
@media all and (max-width: 1440px) {
  .city-info {
    margin-right: 10px;
  }
}

.city-name {
  font-size: 28px;
  line-height: 33px;
}
@media all and (max-width: 480px) {
  .city-name {
    display: inline-block;
  }
}

.city-cost {
  margin-top: 15px;
  margin-bottom: 25px;
  font-family: "Lato-Regular", sans-serif;
  font-size: 22px;
  line-height: 26px;
}
@media all and (max-width: 480px) {
  .city-cost {
    display: inline-block;
    margin-bottom: 5px;
    margin-left: 15px;
  }
}

.city-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  line-height: 21px;
}
@media all and (max-width: 480px) {
  .city-time {
    margin-bottom: 15px;
  }
}

.city-time::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url('../images/icon-plane.svg');
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.city-img {
  min-width: 220px;
  width: 220px;
  height: 148px;

}

.city-img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.before-box {
  position: relative;
  width: 100%;
  height: 240px;
}
@media all and (max-width: 1200px) {
  .before-box {
    display: none;
  }
}

.before-box:before {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  display: block;
  width: 154px;
  height: 154px;
  background: url(../images/Kvadrat_border.svg);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media all and (max-width: 1366px) {
  .before-box:before {
    bottom: 20px;
  }
}
.before-box:after {
  content: '';
  position: absolute;
  bottom: 57px;
  left: 77px;
  display: block;
  width: 320px;
  height: 2px;
  background: #c5c5c5;
}
@media all and (max-width: 1366px) {
  .before-box:after {
    bottom: 97px;
  }
}

.video-wrapper {
  position: relative;
  display: block;
}
@media all and (max-width: 993px) {
  .video-wrapper {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 600px) {
  .video-wrapper {
    width: 75%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 480px) {
  .video-wrapper {
    width: 85%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}

.icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  background: url('../images/play.png');
  width: 79px;
  height: 79px;
}
.section-hotels {
  margin-bottom: 200px;
}
@media all and (max-width: 1200px) {
  .hotel-wrapper {
    margin-bottom: 150px;
  }
}
.hotel__item {
  position: relative;
  width: 100%;
  padding: 40px 40px 65px 40px;
  -webkit-box-shadow: 0px 50px 140px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 50px 140px rgba(0, 0, 0, 0.25);
  font-size: 22px;
  line-height: 26px;
  color: #4c4c4c;
  background: #fff;
}
@media all and (max-width: 479px) {
  .hotel__item {
    padding: 30px 20px 65px 20px;
  }
}


.hotel-address {
  display: block;
  font-size: 18px;
  line-height: 21px;
  color: #7e7e7e;
  margin: 15px 0 10px;
}

.hotel-link {
  display: block;
  margin-top: 20px;
  font-family: 'Lato-Light',sans-serif;
}
@media all and (max-width: 480px) {
  .hotel-link {
    font-size: 16px;
  }
}

.hotel-link .icon-phone,
.hotel-link .icon-site {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  margin-right: 5px;
  background-size: cover;
  background-repeat: none;
  background-position: center;
}
.hotel-link .icon-phone {
  height: 23px;
  background: url('../images/icon-phone.svg');
}

.hotel-link .icon-site {
  background: url('../images/icon-globe.svg');
  margin-top: -4px;
}

.hotel-img {
  position: absolute;
  z-index: 10;
  width: 195px;
  height: 130px;
  bottom: -90px;
  right: 16px;
}
.hotel-footer {
  position: relative;
  width: 100%;
  margin-top: 30px;
}

.hotel-footer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 68px;
  height: 68px;
  background: url('../images/Kvadrat_border.svg');
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.hotel-footer:after {
  content: '';
  position: absolute;
  height: 64px;
  width: 100%;
  max-width: 70%;
  border: 2px solid #c5c5c5;
  border-top: none;
  top: 34px;
  left: 34px;
}

.hotel-rating {
  margin-top: 10px;
}

.visually-hidden {
  position: absolute !important;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.voting-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.voting-stars img {
  width: 20px;
  height: 20px;
}

.form-wrapper {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
  padding: 55px 0;
  background: #fff;
}
.form-wrapper .input-field label {
  color: #393939 !important;
  opacity: 0.5;
  line-height: 43px;
  left: 15px;
  top: 0;
}

.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack:justify;
      -ms-flex-pack:justify;
          justify-content:space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
.form-block {
  width: 100%;
  max-width: 345px;
  margin: 0 auto;
}
.input-file {
  position: relative;
  font-size: 12px;
  font-weight: bold;
  color: #393939;
  text-decoration: underline;
  cursor: pointer;
}

.input-file .filename {
  position: absolute;
  left: 20px;
  top: 20px;
  color: #9e9e9e;
  line-height: 14px;
}

.icon-paperclip {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 21px;
  background-image: url('../images/paperclip.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.form-wrapper .form-head {
  text-align: center;
  font-size: 34px;
  line-height: 40px;
  color: #4c4c4c;
  font-weight:600;
}
.form-wrapper .input-field label:not(.label-icon).active {
  -webkit-transform: translateY(-80%);
      -ms-transform: translateY(-80%);
          transform: translateY(-80%);
}
.form-wrapper .btn {
  height: 32px;
  line-height: 32px;
  width: 124px;
  padding: 0;
}
.form-wrapper .popup-close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 22px;
  height: 22px;
  background-image: url('../images/close.svg');
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 0.4;
}
@media all and (max-width: 480px) {

  .form-block {
    padding: 0 15px;
  }
  .form-wrapper .popup-close {
    top: 15px;
    right:15px;
  }
}
.map-in-footer img{
  visibility: hidden;
}
.slider-vrachi-work-item img{
  /*-webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);*/
  transition:all 250ms linear;
}
.slider-vrachi-work-item a:hover img{
  /*-webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);*/
}
.pad-left{
  padding-left: 70px;
}
.slider-vrachi-work .slick-arrow{
    border: none;
    text-indent: -9999em;
    width: 44px;
    height: 46px;
    margin: auto 0;
    padding: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
}
.slider-vrachi-work .slick-next {
    background: url(../images/fancy-right.png) no-repeat;
    right: 50px;
}
.slider-vrachi-work .slick-prev {
    background: url(../images/fancy-left.png) no-repeat;
    left: 50px;
}
.fancybox-navigation button.fancybox-arrow--right:focus{
  background: url(../images/fancy-right.png) no-repeat;
}
.fancybox-navigation button.fancybox-arrow--left:focus{
  background: url(../images/fancy-left.png) no-repeat;
}
.education-vrach{
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  box-shadow: 17px 29px 125px 14px rgba(0, 0, 0, 0.12);
  padding: 60px;
}
.year-education-vrach{
  color: #2f818c;
  font-size: 30px;
  font-family: 'Lato-Light',sans-serif;
  padding-right: 60px;
  width: 20%;
}
.text-education-vrach{
  color: #575757;
  font-size: 18px;
  font-family: 'Lato-Light',sans-serif;
  width: 80%;
}
.li-education-vrach{
  padding: 25px 0;
  border-bottom:1px solid #d9d9d9;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.li-education-vrach:first-child{
  padding: 0 0 25px 0;
}
.li-education-vrach:last-child{
  padding: 25px 0 0;
  border-bottom:none;
}
.wr-sert-vrach{
  background: url(../images/bg-edu.jpg) no-repeat;
  padding: 90px 0 0 0;
  min-height: 970px;
}
.slider-sert{
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}
.slider-sert img{
  max-width: 290px;
  margin: 0 auto;
}
.slider-sert a{
  display: inline-block;
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.12);
  margin: 30px auto;
}
.slider-sert .slick-arrow{
    border: none;
    width: 44px;
    height: 46px;
    margin: auto 0;
    padding: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    background: #393939;
}
.slider-sert .slick-next {
    right: -50px;
}
.slider-sert .slick-prev {
    left: -50px;
}

.slider-sert .slick-prev:before {
  content: "<";
  color: #bbbbbb;
  font-size: 30px;
  line-height: 30px;
  font-family: 'Lato-Light',sans-serif;
}
.slider-sert .slick-next:before {
  content: ">";
  color: #bbbbbb;
  font-size: 30px;
  line-height: 30px;
  font-family: 'Lato-Light',sans-serif;
}
.slider-sert-item{
  text-align: center;
}
.page-vrachi-otzivi {
    margin: 0 auto;
    background: #fff;
    box-shadow: 17px 29px 125px 14px rgba(0, 0, 0, 0.12);
    padding: 60px;
    margin-top: -290px;
}
@media (max-width: 600px) {
  .vrach-name {
      font-size: 30px;
      color: #333333;
      line-height: 40px;
      margin: 25px 0 0 0;
  }
  .pad-left {
    padding-left: 0;
  }
  .block-q {
      margin-bottom: 20px;
  }
  .slider-vrachi-work-name {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 25px;
  }
  .education-vrach,
  .page-vrachi-otzivi{
    padding: 20px;
  }
  .year-education-vrach {
      color: #2f818c;
      font-size: 30px;
      font-family: 'Lato-Light',sans-serif;
      padding-right: 0;
      width: 100%;
      text-align: center;
      margin-bottom: 25px;
  }
  .wr-sert-vrach {
      padding: 20px 0 0 0;
      min-height: 100%;
  }
  .page-vrachi-otzivi{
    margin-top: 20px;
  }
  .text-education-vrach{
    width: 100%;
  }
}
.left-fixed-nav__body .left-fixed-nav__over ul.sublevel3{
	display: none;
	padding: 0;
    margin: 1px 0 0 10px !important;
}
.left-fixed-nav__body .left-fixed-nav__over ul.sublevel3.active{
	display: block;
}
.left-fixed-nav__body .left-fixed-nav__over ul.sublevel3 li {
    padding: 1px 0 0;
    line-height: normal;

}
.left-menu-level ul li.sublevel2{
	position: relative;
	padding: 1px 34px 4px 7px;
}
#slide-out .left-fixed-nav__body .left-fixed-nav__over ul.sublevel3 li a{
    text-transform: none;
}
#slide-out .left-fixed-nav__body .left-fixed-nav__over ul.sublevel3 li a:hover{
    color: #EE6161;
}
.left-menu-level ul li.sublevel2 > span.arr{
    display: block !important;
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 0;
    transform: rotate(90deg);
    width: 12px;
    height: 12px;
}
.left-menu-level ul li.sublevel2 > span.arr:before {
    content: '\E028';
    font-family: "Icons";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #EE6161;
}
.successMessage { 
    padding: 100px; 
    text-align: center;
}