@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline !important; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  a[href^='#']:after,
  a[href^='javascript:']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #999 !important;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  table {
    border-collapse: collapse !important; }
    table td,
    table th {
      background-color: #fff !important; } }

@font-face {
  font-family: clinica;
  src: url("/fonts/clinica-pro-webfont.woff2") format("woff2"), url("/fonts/clinica-pro-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

/* stylelint-disable */
@font-face {
  font-family: 'lg';
  src: url("../fonts/lg.eot?n1z373");
  src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/lg.woff?n1z373") format("woff"), url("../fonts/lg.ttf?n1z373") format("truetype"), url("../fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal; }

.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none; }
  .lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: 0.5; }
  .lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
    color: #FFF; }

.lg-actions .lg-next {
  right: 20px; }
  .lg-actions .lg-next:before {
    content: "\e095"; }

.lg-actions .lg-prev {
  left: 20px; }
  .lg-actions .lg-prev:after {
    content: "\e094"; }

@-webkit-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-webkit-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative; }

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative; }

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45); }
  .lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear; }
    .lg-toolbar .lg-icon:hover {
      color: #FFF; }
  .lg-toolbar .lg-close:after {
    content: "\e070"; }
  .lg-toolbar .lg-download:after {
    content: "\e0f2"; }

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080; }
  .lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: bold; }
  .lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0; }

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle; }

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0); }

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0); }

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; }
  .lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }
  .lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing; }
  .lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important; }

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0); }

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px; }

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px; }
  @media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
      -webkit-transition: border-color 0.25s ease;
      transition: border-color 0.25s ease; } }
  .lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #a90707; }
  .lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    font-family: "object-fit:cover";
    -o-object-fit: cover;
       object-fit: cover; }

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px; }

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0; }

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease; }

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px; }

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px; }
  .lg-outer .lg-toogle-thumb:after {
    content: "\e1ff"; }
  .lg-outer .lg-toogle-thumb:hover {
    color: #FFF; }

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px; }

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }
  .lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }
  .lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer; }

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto; }

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent; }

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8; }

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1; }

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent; }

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden; }

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none; }

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible; }

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s; }
  .lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0; }
  .lg-progress-bar.lg-start .lg-progress {
    width: 100%; }
  .lg-show-autoplay .lg-progress-bar {
    opacity: 1; }

.lg-autoplay-button:after {
  content: "\e01d"; }
  .lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a"; }

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s; }

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

#lg-zoom-in:after {
  content: "\e311"; }

#lg-actual-size {
  font-size: 20px; }
  #lg-actual-size:after {
    content: "\e033"; }

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none; }
  #lg-zoom-out:after {
    content: "\e312"; }
  .lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto; }

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px; }
  .lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible; }

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px; }
  .lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    -webkit-box-shadow: 0 0 0 2px white inset;
            box-shadow: 0 0 0 2px white inset; }

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0); }
  .lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%; }

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
          box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
  transition: -webkit-box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
  width: 12px; }
  .lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
    -webkit-box-shadow: 0 0 0 8px white inset;
            box-shadow: 0 0 0 8px white inset; }

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0; }

.lg-fullscreen:after {
  content: "\e20c"; }
  .lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d"; }

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s; }

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible; }

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF; }

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s; }
  .lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #FFF;
    right: 16px;
    top: -16px; }
  .lg-outer .lg-dropdown > li:last-child {
    margin-bottom: 0px; }
  .lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
    color: #333; }
  .lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px; }
    .lg-outer .lg-dropdown a:hover {
      background-color: rgba(0, 0, 0, 0.07); }
  .lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle; }
  .lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto; }

.lg-outer #lg-share {
  position: relative; }
  .lg-outer #lg-share:after {
    content: "\e80d"; }

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998; }
  .lg-outer #lg-share-facebook .lg-icon:after {
    content: "\e901"; }

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced; }
  .lg-outer #lg-share-twitter .lg-icon:after {
    content: "\e904"; }

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39; }
  .lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\e902"; }

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027; }
  .lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\e903"; }

.lg-group:after {
  content: "";
  display: table;
  clear: both; }

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }
  .lg-outer * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .lg-outer.lg-visible {
    opacity: 1; }
  .lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important; }
  .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1; }
  .lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }
  .lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing; }
  .lg-outer .lg {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%; }
  .lg-outer .lg-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap; }
  .lg-outer .lg-item {
    background: url("../img/loading.gif") no-repeat scroll center center transparent;
    display: none !important; }
  .lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
    display: inline-block !important; }
  .lg-outer.lg-css .lg-current {
    display: inline-block !important; }
  .lg-outer .lg-item, .lg-outer .lg-img-wrap {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%; }
    .lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
      content: "";
      display: inline-block;
      height: 50%;
      width: 1px;
      margin-right: -1px; }
  .lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .lg-outer .lg-item.lg-complete {
    background-image: none; }
  .lg-outer .lg-item.lg-current {
    z-index: 1060; }
  .lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important; }
  .lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s; }
  .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1; }
  .lg-outer .lg-empty-html {
    display: none; }
  .lg-outer.lg-hide-download #lg-download {
    display: none; }

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }
  .lg-backdrop.in {
    opacity: 1; }

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important; }

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-fade .lg-item {
  opacity: 0; }
  .lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1; }
  .lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
    -webkit-transition: opacity 0.1s ease 0s;
    transition: opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

/* lightgallery */
.lg-backdrop {
  background-color: rgba(0, 0, 0, 0.9); }

.lg-outer .lg-toolbar {
  background-color: transparent; }

.lg-outer .lg-item {
  /* stylelint-disable-next-line*/
  background: url("/img/loading-alt.svg") no-repeat scroll center center transparent;
  background-size: 80px 80px; }

.lg-outer .lg-actions .lg-next,
.lg-outer .lg-actions .lg-prev {
  background-color: transparent; }

/* Grid
----------------------------- */
.container {
  width: 100%;
  min-width: 320px;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px; }
  .container.is-loading {
    background-image: url("/img/loading.svg");
    background-repeat: no-repeat;
    background-position: 50% 50px;
    background-size: 80px 80px; }
  @media (max-width: 767px) {
    .container {
      padding-left: 15px;
      padding-right: 15px; } }

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .grid.is-row {
    margin: 0 -15px; }
    .grid.is-row > [class*='col'] {
      padding-left: 15px;
      padding-right: 15px; }
  .grid.is-columns {
    margin: -15px; }
    .grid.is-columns > [class*='col'] {
      padding: 15px; }
  .grid.is-columns.is-wide {
    margin: -20px -15px; }
    .grid.is-columns.is-wide > [class*='col'] {
      padding: 20px 15px; }
    @media (max-width: 767px) {
      .grid.is-columns.is-wide {
        margin: -10px -15px; }
        .grid.is-columns.is-wide > [class*='col'] {
          padding: 10px 15px; } }
  .grid.is-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .grid.is-fit {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .grid.is-around {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .grid.is-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .grid.is-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .grid.is-nowrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap; }
  .grid.is-middle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .grid.is-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .grid.is-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .grid__item {
    display: block;
    float: left;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .grid__item.is-grow {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    .grid__item.is-shrink {
      -ms-flex-negative: 1;
          flex-shrink: 1; }

.col-grow {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0; }

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

@media (max-width: 1599px) {
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; } }

@media (max-width: 1439px) {
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; } }

@media (max-width: 1179px) {
  .order-l-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-l-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-l-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-l-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-l-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-l-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; } }

@media (max-width: 959px) {
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; } }

@media (max-width: 767px) {
  .order-m-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-m-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-m-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-m-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-m-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-m-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; } }

@media (max-width: 559px) {
  .order-s-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-s-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-s-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-s-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-s-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-s-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; } }

@media (max-width: 320px) {
  .order-xs-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xs-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xs-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xs-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xs-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xs-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; } }

.shift-0 {
  margin-left: 0%;
  padding-left: 7.5px;
  padding-right: 7.5px; }

.shift-1 {
  margin-left: 8.33333%;
  padding-left: 7.5px;
  padding-right: 7.5px; }

.shift-2 {
  margin-left: 16.66667%;
  padding-left: 7.5px;
  padding-right: 7.5px; }

.shift-3 {
  margin-left: 25%;
  padding-left: 7.5px;
  padding-right: 7.5px; }

.shift-4 {
  margin-left: 33.33333%;
  padding-left: 7.5px;
  padding-right: 7.5px; }

.shift-5 {
  margin-left: 41.66667%;
  padding-left: 7.5px;
  padding-right: 7.5px; }

.shift-6 {
  margin-left: 50%;
  padding-left: 7.5px;
  padding-right: 7.5px; }

.shift-7 {
  margin-left: 58.33333%;
  padding-left: 7.5px;
  padding-right: 7.5px; }

.shift-8 {
  margin-left: 66.66667%;
  padding-left: 7.5px;
  padding-right: 7.5px; }

.shift-9 {
  margin-left: 75%;
  padding-left: 7.5px;
  padding-right: 7.5px; }

.shift-10 {
  margin-left: 83.33333%;
  padding-left: 7.5px;
  padding-right: 7.5px; }

.shift-11 {
  margin-left: 91.66667%;
  padding-left: 7.5px;
  padding-right: 7.5px; }

.shift-12 {
  margin-left: 100%;
  padding-left: 7.5px;
  padding-right: 7.5px; }

@media (max-width: 1599px) {
  .shift-lg-0 {
    margin-left: 0%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-lg-1 {
    margin-left: 8.33333%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-lg-2 {
    margin-left: 16.66667%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-lg-3 {
    margin-left: 25%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-lg-4 {
    margin-left: 33.33333%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-lg-5 {
    margin-left: 41.66667%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-lg-6 {
    margin-left: 50%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-lg-7 {
    margin-left: 58.33333%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-lg-8 {
    margin-left: 66.66667%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-lg-9 {
    margin-left: 75%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-lg-10 {
    margin-left: 83.33333%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-lg-11 {
    margin-left: 91.66667%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-lg-12 {
    margin-left: 100%;
    padding-left: 7.5px;
    padding-right: 7.5px; } }

@media (max-width: 1439px) {
  .shift-xl-0 {
    margin-left: 0%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-xl-1 {
    margin-left: 8.33333%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-xl-2 {
    margin-left: 16.66667%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-xl-3 {
    margin-left: 25%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-xl-4 {
    margin-left: 33.33333%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-xl-5 {
    margin-left: 41.66667%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-xl-6 {
    margin-left: 50%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-xl-7 {
    margin-left: 58.33333%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-xl-8 {
    margin-left: 66.66667%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-xl-9 {
    margin-left: 75%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-xl-10 {
    margin-left: 83.33333%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-xl-11 {
    margin-left: 91.66667%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-xl-12 {
    margin-left: 100%;
    padding-left: 7.5px;
    padding-right: 7.5px; } }

@media (max-width: 1179px) {
  .shift-l-0 {
    margin-left: 0%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-l-1 {
    margin-left: 8.33333%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-l-2 {
    margin-left: 16.66667%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-l-3 {
    margin-left: 25%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-l-4 {
    margin-left: 33.33333%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-l-5 {
    margin-left: 41.66667%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-l-6 {
    margin-left: 50%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-l-7 {
    margin-left: 58.33333%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-l-8 {
    margin-left: 66.66667%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-l-9 {
    margin-left: 75%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-l-10 {
    margin-left: 83.33333%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-l-11 {
    margin-left: 91.66667%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-l-12 {
    margin-left: 100%;
    padding-left: 7.5px;
    padding-right: 7.5px; } }

@media (max-width: 959px) {
  .shift-md-0 {
    margin-left: 0%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-md-1 {
    margin-left: 8.33333%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-md-2 {
    margin-left: 16.66667%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-md-3 {
    margin-left: 25%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-md-4 {
    margin-left: 33.33333%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-md-5 {
    margin-left: 41.66667%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-md-6 {
    margin-left: 50%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-md-7 {
    margin-left: 58.33333%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-md-8 {
    margin-left: 66.66667%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-md-9 {
    margin-left: 75%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-md-10 {
    margin-left: 83.33333%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-md-11 {
    margin-left: 91.66667%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-md-12 {
    margin-left: 100%;
    padding-left: 7.5px;
    padding-right: 7.5px; } }

@media (max-width: 767px) {
  .shift-m-0 {
    margin-left: 0%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-m-1 {
    margin-left: 8.33333%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-m-2 {
    margin-left: 16.66667%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-m-3 {
    margin-left: 25%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-m-4 {
    margin-left: 33.33333%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-m-5 {
    margin-left: 41.66667%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-m-6 {
    margin-left: 50%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-m-7 {
    margin-left: 58.33333%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-m-8 {
    margin-left: 66.66667%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-m-9 {
    margin-left: 75%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-m-10 {
    margin-left: 83.33333%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-m-11 {
    margin-left: 91.66667%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-m-12 {
    margin-left: 100%;
    padding-left: 7.5px;
    padding-right: 7.5px; } }

@media (max-width: 559px) {
  .shift-s-0 {
    margin-left: 0%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-s-1 {
    margin-left: 8.33333%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-s-2 {
    margin-left: 16.66667%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-s-3 {
    margin-left: 25%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-s-4 {
    margin-left: 33.33333%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-s-5 {
    margin-left: 41.66667%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-s-6 {
    margin-left: 50%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-s-7 {
    margin-left: 58.33333%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-s-8 {
    margin-left: 66.66667%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-s-9 {
    margin-left: 75%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-s-10 {
    margin-left: 83.33333%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-s-11 {
    margin-left: 91.66667%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-s-12 {
    margin-left: 100%;
    padding-left: 7.5px;
    padding-right: 7.5px; } }

@media (max-width: 320px) {
  .shift-xs-0 {
    margin-left: 0%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-xs-1 {
    margin-left: 8.33333%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-xs-2 {
    margin-left: 16.66667%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-xs-3 {
    margin-left: 25%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-xs-4 {
    margin-left: 33.33333%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-xs-5 {
    margin-left: 41.66667%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-xs-6 {
    margin-left: 50%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-xs-7 {
    margin-left: 58.33333%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-xs-8 {
    margin-left: 66.66667%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-xs-9 {
    margin-left: 75%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-xs-10 {
    margin-left: 83.33333%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-xs-11 {
    margin-left: 91.66667%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .shift-xs-12 {
    margin-left: 100%;
    padding-left: 7.5px;
    padding-right: 7.5px; } }

.unshift-0 {
  margin-left: 0%;
  padding-left: 7.5px;
  padding-right: 7.5px; }

.unshift-1 {
  margin-left: -8.33333%;
  padding-left: 7.5px;
  padding-right: 7.5px; }

.unshift-2 {
  margin-left: -16.66667%;
  padding-left: 7.5px;
  padding-right: 7.5px; }

.unshift-3 {
  margin-left: -25%;
  padding-left: 7.5px;
  padding-right: 7.5px; }

.unshift-4 {
  margin-left: -33.33333%;
  padding-left: 7.5px;
  padding-right: 7.5px; }

.unshift-5 {
  margin-left: -41.66667%;
  padding-left: 7.5px;
  padding-right: 7.5px; }

.unshift-6 {
  margin-left: -50%;
  padding-left: 7.5px;
  padding-right: 7.5px; }

.unshift-7 {
  margin-left: -58.33333%;
  padding-left: 7.5px;
  padding-right: 7.5px; }

.unshift-8 {
  margin-left: -66.66667%;
  padding-left: 7.5px;
  padding-right: 7.5px; }

.unshift-9 {
  margin-left: -75%;
  padding-left: 7.5px;
  padding-right: 7.5px; }

.unshift-10 {
  margin-left: -83.33333%;
  padding-left: 7.5px;
  padding-right: 7.5px; }

.unshift-11 {
  margin-left: -91.66667%;
  padding-left: 7.5px;
  padding-right: 7.5px; }

.unshift-12 {
  margin-left: -100%;
  padding-left: 7.5px;
  padding-right: 7.5px; }

@media (max-width: 1599px) {
  .unshift-lg-0 {
    margin-left: 0%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-lg-1 {
    margin-left: -8.33333%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-lg-2 {
    margin-left: -16.66667%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-lg-3 {
    margin-left: -25%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-lg-4 {
    margin-left: -33.33333%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-lg-5 {
    margin-left: -41.66667%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-lg-6 {
    margin-left: -50%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-lg-7 {
    margin-left: -58.33333%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-lg-8 {
    margin-left: -66.66667%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-lg-9 {
    margin-left: -75%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-lg-10 {
    margin-left: -83.33333%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-lg-11 {
    margin-left: -91.66667%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-lg-12 {
    margin-left: -100%;
    padding-left: 7.5px;
    padding-right: 7.5px; } }

@media (max-width: 1439px) {
  .unshift-xl-0 {
    margin-left: 0%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-xl-1 {
    margin-left: -8.33333%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-xl-2 {
    margin-left: -16.66667%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-xl-3 {
    margin-left: -25%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-xl-4 {
    margin-left: -33.33333%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-xl-5 {
    margin-left: -41.66667%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-xl-6 {
    margin-left: -50%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-xl-7 {
    margin-left: -58.33333%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-xl-8 {
    margin-left: -66.66667%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-xl-9 {
    margin-left: -75%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-xl-10 {
    margin-left: -83.33333%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-xl-11 {
    margin-left: -91.66667%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-xl-12 {
    margin-left: -100%;
    padding-left: 7.5px;
    padding-right: 7.5px; } }

@media (max-width: 1179px) {
  .unshift-l-0 {
    margin-left: 0%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-l-1 {
    margin-left: -8.33333%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-l-2 {
    margin-left: -16.66667%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-l-3 {
    margin-left: -25%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-l-4 {
    margin-left: -33.33333%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-l-5 {
    margin-left: -41.66667%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-l-6 {
    margin-left: -50%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-l-7 {
    margin-left: -58.33333%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-l-8 {
    margin-left: -66.66667%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-l-9 {
    margin-left: -75%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-l-10 {
    margin-left: -83.33333%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-l-11 {
    margin-left: -91.66667%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-l-12 {
    margin-left: -100%;
    padding-left: 7.5px;
    padding-right: 7.5px; } }

@media (max-width: 959px) {
  .unshift-md-0 {
    margin-left: 0%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-md-1 {
    margin-left: -8.33333%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-md-2 {
    margin-left: -16.66667%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-md-3 {
    margin-left: -25%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-md-4 {
    margin-left: -33.33333%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-md-5 {
    margin-left: -41.66667%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-md-6 {
    margin-left: -50%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-md-7 {
    margin-left: -58.33333%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-md-8 {
    margin-left: -66.66667%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-md-9 {
    margin-left: -75%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-md-10 {
    margin-left: -83.33333%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-md-11 {
    margin-left: -91.66667%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-md-12 {
    margin-left: -100%;
    padding-left: 7.5px;
    padding-right: 7.5px; } }

@media (max-width: 767px) {
  .unshift-m-0 {
    margin-left: 0%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-m-1 {
    margin-left: -8.33333%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-m-2 {
    margin-left: -16.66667%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-m-3 {
    margin-left: -25%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-m-4 {
    margin-left: -33.33333%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-m-5 {
    margin-left: -41.66667%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-m-6 {
    margin-left: -50%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-m-7 {
    margin-left: -58.33333%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-m-8 {
    margin-left: -66.66667%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-m-9 {
    margin-left: -75%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-m-10 {
    margin-left: -83.33333%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-m-11 {
    margin-left: -91.66667%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-m-12 {
    margin-left: -100%;
    padding-left: 7.5px;
    padding-right: 7.5px; } }

@media (max-width: 559px) {
  .unshift-s-0 {
    margin-left: 0%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-s-1 {
    margin-left: -8.33333%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-s-2 {
    margin-left: -16.66667%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-s-3 {
    margin-left: -25%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-s-4 {
    margin-left: -33.33333%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-s-5 {
    margin-left: -41.66667%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-s-6 {
    margin-left: -50%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-s-7 {
    margin-left: -58.33333%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-s-8 {
    margin-left: -66.66667%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-s-9 {
    margin-left: -75%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-s-10 {
    margin-left: -83.33333%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-s-11 {
    margin-left: -91.66667%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-s-12 {
    margin-left: -100%;
    padding-left: 7.5px;
    padding-right: 7.5px; } }

@media (max-width: 320px) {
  .unshift-xs-0 {
    margin-left: 0%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-xs-1 {
    margin-left: -8.33333%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-xs-2 {
    margin-left: -16.66667%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-xs-3 {
    margin-left: -25%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-xs-4 {
    margin-left: -33.33333%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-xs-5 {
    margin-left: -41.66667%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-xs-6 {
    margin-left: -50%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-xs-7 {
    margin-left: -58.33333%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-xs-8 {
    margin-left: -66.66667%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-xs-9 {
    margin-left: -75%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-xs-10 {
    margin-left: -83.33333%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-xs-11 {
    margin-left: -91.66667%;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .unshift-xs-12 {
    margin-left: -100%;
    padding-left: 7.5px;
    padding-right: 7.5px; } }

.col-1 {
  width: 8.33333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.col-10p {
  width: 10%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.col-2 {
  width: 16.66667%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.col-20p {
  width: 20%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.col-3 {
  width: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.col-30p {
  width: 30%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.col-4 {
  width: 33.33333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.col-40p {
  width: 40%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.col-5 {
  width: 41.66667%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.col-50p {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.col-6 {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.col-60p {
  width: 60%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.col-7 {
  width: 58.33333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.col-70p {
  width: 70%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.col-8 {
  width: 66.66667%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.col-80p {
  width: 80%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.col-9 {
  width: 75%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.col-90p {
  width: 90%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.col-10 {
  width: 83.33333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.col-100p {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.col-11 {
  width: 91.66667%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.col-12 {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

@media (max-width: 1599px) {
  .col-lg-1 {
    width: 8.33333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-lg-10p {
    width: 10%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-lg-2 {
    width: 16.66667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-lg-20p {
    width: 20%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-lg-3 {
    width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-lg-30p {
    width: 30%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-lg-4 {
    width: 33.33333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-lg-40p {
    width: 40%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-lg-5 {
    width: 41.66667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-lg-50p {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-lg-6 {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-lg-60p {
    width: 60%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-lg-7 {
    width: 58.33333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-lg-70p {
    width: 70%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-lg-8 {
    width: 66.66667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-lg-80p {
    width: 80%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-lg-9 {
    width: 75%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-lg-90p {
    width: 90%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-lg-10 {
    width: 83.33333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-lg-100p {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-lg-11 {
    width: 91.66667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-lg-12 {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; } }

@media (max-width: 1439px) {
  .col-xl-1 {
    width: 8.33333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-xl-10p {
    width: 10%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-xl-2 {
    width: 16.66667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-xl-20p {
    width: 20%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-xl-3 {
    width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-xl-30p {
    width: 30%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-xl-4 {
    width: 33.33333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-xl-40p {
    width: 40%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-xl-5 {
    width: 41.66667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-xl-50p {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-xl-6 {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-xl-60p {
    width: 60%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-xl-7 {
    width: 58.33333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-xl-70p {
    width: 70%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-xl-8 {
    width: 66.66667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-xl-80p {
    width: 80%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-xl-9 {
    width: 75%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-xl-90p {
    width: 90%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-xl-10 {
    width: 83.33333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-xl-100p {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-xl-11 {
    width: 91.66667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-xl-12 {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; } }

@media (max-width: 1179px) {
  .col-l-1 {
    width: 8.33333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-l-10p {
    width: 10%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-l-2 {
    width: 16.66667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-l-20p {
    width: 20%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-l-3 {
    width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-l-30p {
    width: 30%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-l-4 {
    width: 33.33333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-l-40p {
    width: 40%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-l-5 {
    width: 41.66667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-l-50p {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-l-6 {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-l-60p {
    width: 60%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-l-7 {
    width: 58.33333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-l-70p {
    width: 70%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-l-8 {
    width: 66.66667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-l-80p {
    width: 80%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-l-9 {
    width: 75%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-l-90p {
    width: 90%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-l-10 {
    width: 83.33333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-l-100p {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-l-11 {
    width: 91.66667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-l-12 {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; } }

@media (max-width: 959px) {
  .col-md-1 {
    width: 8.33333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-md-10p {
    width: 10%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-md-2 {
    width: 16.66667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-md-20p {
    width: 20%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-md-3 {
    width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-md-30p {
    width: 30%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-md-4 {
    width: 33.33333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-md-40p {
    width: 40%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-md-5 {
    width: 41.66667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-md-50p {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-md-6 {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-md-60p {
    width: 60%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-md-7 {
    width: 58.33333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-md-70p {
    width: 70%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-md-8 {
    width: 66.66667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-md-80p {
    width: 80%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-md-9 {
    width: 75%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-md-90p {
    width: 90%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-md-10 {
    width: 83.33333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-md-100p {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-md-11 {
    width: 91.66667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-md-12 {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; } }

@media (max-width: 767px) {
  .col-m-1 {
    width: 8.33333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-m-10p {
    width: 10%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-m-2 {
    width: 16.66667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-m-20p {
    width: 20%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-m-3 {
    width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-m-30p {
    width: 30%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-m-4 {
    width: 33.33333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-m-40p {
    width: 40%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-m-5 {
    width: 41.66667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-m-50p {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-m-6 {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-m-60p {
    width: 60%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-m-7 {
    width: 58.33333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-m-70p {
    width: 70%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-m-8 {
    width: 66.66667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-m-80p {
    width: 80%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-m-9 {
    width: 75%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-m-90p {
    width: 90%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-m-10 {
    width: 83.33333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-m-100p {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-m-11 {
    width: 91.66667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-m-12 {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; } }

@media (max-width: 559px) {
  .col-s-1 {
    width: 8.33333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-s-10p {
    width: 10%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-s-2 {
    width: 16.66667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-s-20p {
    width: 20%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-s-3 {
    width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-s-30p {
    width: 30%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-s-4 {
    width: 33.33333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-s-40p {
    width: 40%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-s-5 {
    width: 41.66667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-s-50p {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-s-6 {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-s-60p {
    width: 60%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-s-7 {
    width: 58.33333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-s-70p {
    width: 70%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-s-8 {
    width: 66.66667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-s-80p {
    width: 80%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-s-9 {
    width: 75%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-s-90p {
    width: 90%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-s-10 {
    width: 83.33333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-s-100p {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-s-11 {
    width: 91.66667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-s-12 {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; } }

@media (max-width: 320px) {
  .col-xs-1 {
    width: 8.33333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-xs-10p {
    width: 10%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-xs-2 {
    width: 16.66667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-xs-20p {
    width: 20%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-xs-3 {
    width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-xs-30p {
    width: 30%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-xs-4 {
    width: 33.33333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-xs-40p {
    width: 40%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-xs-5 {
    width: 41.66667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-xs-50p {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-xs-6 {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-xs-60p {
    width: 60%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-xs-7 {
    width: 58.33333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-xs-70p {
    width: 70%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-xs-8 {
    width: 66.66667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-xs-80p {
    width: 80%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-xs-9 {
    width: 75%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-xs-90p {
    width: 90%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-xs-10 {
    width: 83.33333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-xs-100p {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-xs-11 {
    width: 91.66667%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .col-xs-12 {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; } }

.is-hide {
  display: none; }

.is-show {
  display: block; }

@media (max-width: 1599px) {
  .is-lg-hide {
    display: none; }
  .is-lg-show {
    display: block; } }

@media (max-width: 1439px) {
  .is-xl-hide {
    display: none; }
  .is-xl-show {
    display: block; } }

@media (max-width: 1179px) {
  .is-l-hide {
    display: none; }
  .is-l-show {
    display: block; } }

@media (max-width: 959px) {
  .is-md-hide {
    display: none; }
  .is-md-show {
    display: block; } }

@media (max-width: 767px) {
  .is-m-hide {
    display: none; }
  .is-m-show {
    display: block; } }

@media (max-width: 559px) {
  .is-s-hide {
    display: none; }
  .is-s-show {
    display: block; } }

@media (max-width: 320px) {
  .is-xs-hide {
    display: none; }
  .is-xs-show {
    display: block; } }

.is-align-left {
  text-align: left !important; }

.is-align-center {
  text-align: center !important; }

.is-align-right {
  text-align: right !important; }

@media (max-width: 1599px) {
  .is-lg-align-left {
    text-align: left !important; }
  .is-lg-align-center {
    text-align: center !important; }
  .is-lg-align-right {
    text-align: right !important; } }

@media (max-width: 1439px) {
  .is-xl-align-left {
    text-align: left !important; }
  .is-xl-align-center {
    text-align: center !important; }
  .is-xl-align-right {
    text-align: right !important; } }

@media (max-width: 1179px) {
  .is-l-align-left {
    text-align: left !important; }
  .is-l-align-center {
    text-align: center !important; }
  .is-l-align-right {
    text-align: right !important; } }

@media (max-width: 959px) {
  .is-md-align-left {
    text-align: left !important; }
  .is-md-align-center {
    text-align: center !important; }
  .is-md-align-right {
    text-align: right !important; } }

@media (max-width: 767px) {
  .is-m-align-left {
    text-align: left !important; }
  .is-m-align-center {
    text-align: center !important; }
  .is-m-align-right {
    text-align: right !important; } }

@media (max-width: 559px) {
  .is-s-align-left {
    text-align: left !important; }
  .is-s-align-center {
    text-align: center !important; }
  .is-s-align-right {
    text-align: right !important; } }

@media (max-width: 320px) {
  .is-xs-align-left {
    text-align: left !important; }
  .is-xs-align-center {
    text-align: center !important; }
  .is-xs-align-right {
    text-align: right !important; } }

.is-collapse {
  padding: 0;
  margin: 0; }

.body {
  margin: 0;
  padding: 0;
  background-color: #f3f6f8;
  color: #2f2641;
  font-family: "clinica", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.61;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .body.is-overflow {
    overflow: hidden; }
  .body.is-locked {
    pointer-events: none; }
    .body.is-locked::after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: fixed;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 1000; }
  .body ::selection {
    color: #fff;
    background-color: #343670; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

img {
  max-width: 100%;
  border: none; }

.is-size-1 {
  font-size: 48px; }

h1 {
  margin: 0;
  color: #2f2641;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  font-size: 3rem;
  line-height: 1.3; }

.is-size-2 {
  font-size: 40px; }

h2 {
  margin: 0;
  color: #2f2641;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  font-size: 2.5rem;
  line-height: 1.3; }

.is-size-3 {
  font-size: 36px; }

h3 {
  margin: 0;
  color: #2f2641;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  font-size: 2.25rem;
  line-height: 1.3; }

.is-size-4 {
  font-size: 20px; }

h4 {
  margin: 0;
  color: #2f2641;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  line-height: 1.3; }

.is-size-5 {
  font-size: 18px; }

h5 {
  margin: 0;
  color: #2f2641;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  line-height: 1.3; }

.is-size-6 {
  font-size: 18px; }

h6 {
  margin: 0;
  color: #2f2641;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  line-height: 1.3; }

a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: 1px dotted #86d3ff; }

.js-init a:focus,
.js-init button:focus,
.js-init input:focus,
.js-init textarea:focus,
.js-init select:focus {
  outline: none; }

.is-focused {
  outline: 2px dashed #86d3ff !important; }

[v-cloak],
[data-appear] {
  opacity: 0; }

.js-touch {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y; }

.text-center {
  text-align: center; }

/**
* 404
*/
._404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 296px;
  margin: 60px 0;
  position: relative;
  z-index: 0;
  text-align: center; }
  ._404::before {
    content: '';
    display: block;
    width: 100%;
    max-width: 686px;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    background-image: url("/img/404.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  ._404__title {
    color: #2f2641;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 48px;
    line-height: 1;
    letter-spacing: -0.01em; }
  ._404__link {
    margin-top: 30px; }
  @media (max-width: 767px) {
    ._404 {
      height: 220px;
      margin: 30px 0; }
      ._404__title {
        font-size: 36px; } }

/**
* arrow
*/
.arrow {
  display: block;
  width: 46px;
  height: 46px;
  padding: 0;
  position: relative;
  background-color: transparent;
  border: 1px solid rgba(206, 216, 232, 0.35);
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: ease border-color 300ms;
  transition: ease border-color 300ms; }
  .arrow:after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: calc(50% - 7px);
    left: calc(50% - 7px);
    background-image: url("/img/i-arrow.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain; }
  .arrow.is-alt {
    border: 1px solid #cdd8e8; }
    .arrow.is-alt::after {
      width: 16px;
      height: 16px;
      top: calc(50% - 8px);
      left: calc(50% - 9px);
      background-image: url("/img/i-arrow-alt.svg"); }
  .arrow.is-alt.is-right::after {
    left: calc(50% - 7px); }
  .arrow.is-up::after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  .arrow.is-down::after {
    top: calc(50% - 5px);
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  .arrow.is-left::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .arrow:hover {
    border-color: #5c84eb; }
  @media (max-width: 767px) {
    .arrow {
      width: 38px;
      height: 38px; }
      .arrow:after {
        width: 12px;
        height: 12px;
        top: calc(50% - 6px);
        left: calc(50% - 5px); }
      .arrow.is-left::after {
        left: calc(50% - 8px); }
      .arrow.is-up {
        width: 46px;
        height: 46px; }
        .arrow.is-up:after {
          width: 14px;
          height: 14px;
          top: calc(50% - 7px);
          left: calc(50% - 7px); } }

/**
* article
*/
.article {
  background-color: #f3f6fb; }
  .article__inner {
    padding-top: 90px;
    padding-bottom: 100px; }
    .article__inner.text {
      font-size: 20px; }
      .article__inner.text p {
        max-width: 670px; }
  @media (max-width: 1179px) {
    .article__inner {
      padding-bottom: 90px; }
      .article__inner.text {
        font-size: 18px; } }
  @media (max-width: 1179px) {
    .article__inner {
      padding-top: 60px;
      padding-bottom: 50px; }
      .article__inner.text {
        font-size: 16px; } }

/**
* breadcrumb
*/
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  line-height: 1; }
  .has-cover .breadcrumb .breadcrumb__item {
    color: #cdd8e8; }
  .breadcrumb__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #9496b7;
    font-size: 16px;
    line-height: 1; }
    .breadcrumb__item::after {
      content: '/';
      display: block;
      width: 10px;
      margin-left: 15px;
      color: currentColor; }
    .breadcrumb__item + .breadcrumb__item {
      margin-left: 10px; }
  .breadcrumb__link {
    color: currentColor;
    text-decoration: none;
    -webkit-transition: ease color 300ms;
    transition: ease color 300ms; }
    .breadcrumb__link:hover {
      color: #5c84eb; }
  @media (max-width: 767px) {
    .breadcrumb__item {
      font-size: 14px; }
      .breadcrumb__item::after {
        margin-left: 10px; }
      .breadcrumb__item + .breadcrumb__item {
        margin-left: 4px; } }

/**
* button
*/
.button {
  display: inline-block;
  padding: 15px 20px 14px;
  position: relative;
  z-index: 0;
  color: #343670;
  border-radius: 3px;
  background-color: transparent;
  border: 1px solid rgba(205, 216, 232, 0.6);
  font-weight: 500;
  font-style: normal;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1;
  vertical-align: top;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: ease border-color 300ms, ease background-color 300ms, ease color 300ms;
  transition: ease border-color 300ms, ease background-color 300ms, ease color 300ms; }
  .button[disabled] {
    opacity: 0.3 !important;
    pointer-events: none; }
  .button.is-wide {
    width: 100%; }
  .button.is-large {
    padding: 28px 30px; }
  .button:hover {
    color: #ffffff;
    background-color: #5c84eb;
    border-color: #5c84eb; }
  .button.is-filled {
    border: none;
    background-color: #343670;
    color: #ffffff;
    position: relative;
    z-index: 0;
    overflow: hidden; }
    .button.is-filled::before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: -1;
      background-image: linear-gradient(128deg, #343670 0%, #5f1a42 100%);
      opacity: 0;
      -webkit-transition: ease opacity 300ms;
      transition: ease opacity 300ms; }
    .button.is-filled:hover {
      color: #ffffff;
      background-color: #343670; }
      .button.is-filled:hover::before {
        opacity: 1; }

/**
* callback
*/
.callback__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 76px; }

.callback__input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 27px 36px;
  border: 1px solid #cdd8e8;
  border-right: none;
  border-radius: 3px 0 0 3px;
  background-color: #ffffff;
  color: #525678;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  text-align: left;
  letter-spacing: -0.01em; }
  .callback__input ::-webkit-input-placeholder {
    opacity: 0.6; }

.callback__button {
  padding: 30px 45px 28px;
  position: relative;
  z-index: 0;
  background-color: #343670;
  border-radius: 0 3px 3px 0;
  border: none;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: ease background-color 300ms, ease color 300ms;
  transition: ease background-color 300ms, ease color 300ms; }
  .callback__button::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background-image: linear-gradient(128deg, #343670 0%, #5f1a42 100%);
    opacity: 0;
    -webkit-transition: ease opacity 300ms;
    transition: ease opacity 300ms; }
  .callback__button:hover {
    color: #ffffff;
    background-color: #343670; }
    .callback__button:hover::before {
      opacity: 1; }

.callback__caption {
  margin: 0;
  margin-top: 25px;
  color: #9496b7;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  text-align: center; }
  .callback__caption a {
    display: inline-block;
    padding-bottom: 1px;
    color: #343670;
    border-bottom: 1px solid currentColor;
    text-decoration: none;
    -webkit-transition: ease color 300ms;
    transition: ease color 300ms; }
    .callback__caption a:hover {
      color: #5c84eb; }

@media (max-width: 1179px) {
  .callback__input {
    padding-left: 30px;
    padding-right: 30px; } }

@media (max-width: 767px) {
  .callback__field {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .callback__input {
    padding: 20px;
    border-radius: 3px 3px 0 0;
    border: 1px solid #cdd8e8;
    border-bottom: none;
    font-size: 16px;
    text-align: center; }
  .callback__button {
    border-radius: 0 0 3px 3px; }
  .callback__caption {
    margin-top: 15px;
    font-size: 14px; } }

/**
* cat
*/
.cat {
  height: 100%;
  position: relative; }
  .cat__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
                justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 240px;
    padding: 25px 30px 27px;
    position: relative;
    z-index: 0;
    background-color: #343670;
    will-change: height, background-color;
    -webkit-transition: ease-out background-color 300ms;
    transition: ease-out background-color 300ms; }
    .cat__inner::before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      -webkit-box-shadow: 0 2px 16px rgba(27, 31, 70, 0.12);
              box-shadow: 0 2px 16px rgba(27, 31, 70, 0.12);
      opacity: 0;
      -webkit-transition: ease-out opacity 300ms;
      transition: ease-out opacity 300ms; }
    .cat__inner::after {
      content: "";
      display: block;
      width: 100%;
      height: 4px;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      background-color: #88a5de;
      opacity: 0;
      -webkit-transition: ease-out opacity 300ms;
      transition: ease-out opacity 300ms; }
  .cat__icon {
	display: none;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 62px;
    height: 62px;
    color: #ffffff;
    -webkit-transition: ease-out color 300ms;
    transition: ease-out color 300ms; }
  .cat__content {
    margin-top: 34px;
    overflow: hidden; }
  .cat__title {
    color: #ffffff;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    font-size: 21px;
    letter-spacing: -0.01em;
    -webkit-transition: ease-out color 300ms;
    transition: ease-out color 300ms; }
  .cat__url {
    display: inline-block;
    color: currentColor;
    text-decoration: none; }
    .cat__url::before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
  .cat__box {
    display: none;
    opacity: 0;
    will-change: opacity, height; }
  .cat__list {
    margin: 0;
    padding: 0;
    padding-top: 17px;
    list-style: none; }
  .cat__item {
    position: relative;
    padding-left: 13px;
    color: #ffffff; }
    .cat__item::before {
      content: "";
      display: block;
      width: 3px;
      height: 3px;
      position: absolute;
      top: 12px;
      left: 0;
      border-radius: 50%;
      background-color: currentColor; }
  .cat__link {
    color: currentColor;
    font-size: 15px;
    text-decoration: none;
    -webkit-transition: ease-out color 300ms;
    transition: ease-out color 300ms; }
  .cat.is-hover .cat__inner {
    height: auto;
    min-height: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #ffffff; }
    .cat.is-hover .cat__inner::before, .cat.is-hover .cat__inner::after {
      opacity: 1; }
  .cat.is-hover .cat__icon {
    color: #97b0e2; }
  .cat.is-hover .cat__title {
    color: #5f1a42; }
  .cat.is-hover .cat__item {
    color: #525678; }
  .cat.is-hover .cat__link:hover {
    color: #88a5de; }
  @media (max-width: 1179px) {
    .cat {
      min-height: 200px; }
      .cat__inner::before {
        display: none; }
      .cat__title {
        font-size: 19px; } }
  @media (max-width: 767px) {
    .cat {
      min-height: auto; }
      .cat__inner {
        min-height: 80px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding: 20px 16px; }
      .cat__icon {
        width: 42px;
        height: 42px;
        margin-right: 20px; }
      .cat__content {
        margin: 0; }
      .cat__title {
        margin: 0;
        font-size: 16px; }
      .cat.is-hover .cat__inner {
        position: relative;
        top: 0;
        -webkit-transform: translateY(0);
                transform: translateY(0); } }

/**
* cats
*/
.cats__list {
  margin: 0;
  padding: 0;
  list-style: none; }

.cats__item + .cats__item {
  border-left: 1px solid #535688; }

.cats__item:nth-child(3) ~ .cats__item {
  border-top: 1px solid #535688; }

.cats__item.is-empty {
  border: none !important; }

.cats__item.is-empty + .cats__item {
  border-left: none !important; }

.cats__item.is-links {
  display: none; }

.cats__item .widget {
  height: 100%; }

.cats__item .widget__body {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

@media (max-width: 1179px) {
  .cats__item + .cats__item {
    border-left: none; }
  .cats__item:nth-child(3) ~ .cats__item {
    border-top: none; }
  .cats__item:nth-child(even) {
    border-left: 1px solid #535688; }
  .cats__item:nth-child(2n) ~ .cats__item {
    border-top: 1px solid #535688; }
  .cats__item.is-links {
    display: block; }
  .cats__item.is-empty {
    display: none; } }

@media (max-width: 767px) {
  .cats__item {
    border-top: 1px solid #535688 !important; }
    .cats__item:nth-child(even) {
      border-left: none; }
    .cats__item:nth-child(2n) ~ .cats__item {
      border-top: none; } }

/**
* cerfs
*/
.cerfs__list {
  padding: 0;
  margin: 0;
  list-style: none; }
  .cerfs__list.is-hidden {
    display: none; }
  .cerfs__list + .cerfs__list {
    margin-top: 15px; }

.cerfs__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px; }

.cerfs__button {
  width: 100%;
  max-width: 210px; }

/**
* cerf
*/
.cerf {
  margin: 0;
  height: 100%;
  background-color: #ffffff; }
  .cerf__cover {
    display: block;
    width: 100%;
    height: 0;
    margin-bottom: 20px;
    padding-bottom: 130%;
    border: 1px solid #cdd8e8;
    position: relative; }
  .cerf__image {
    display: block;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    position: absolute;
    left: 50%;
    top: 50%;
    font-family: "object-fit:contain";
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .cerf__text {
    display: inline-block;
    margin: 0;
    color: #2f2641;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.01em;
    line-height: 1.33;
    text-align: center; }
  @media (max-width: 559px) {
    .cerf__cover {
      margin-bottom: 20px; }
    .cerf__image {
      width: calc(100% - 20px);
      height: calc(100% - 20px); }
    .cerf__text {
      font-size: 17px; } }

/**
* chart
*/
.chart__point circle {
  -webkit-transition: stroke 300ms ease;
  transition: stroke 300ms ease; }

.chart__area {
  -webkit-transition: fill 300ms ease;
  transition: fill 300ms ease; }

@media (max-width: 767px) {
  .chart {
    text-align: center; } }

/**
* contact
*/
.contact {
  max-width: 270px; }
  .contact.is-phones .contact__value {
    font-size: 22px;
    white-space: nowrap; }
  .contact.is-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    max-width: 100%; }
    .contact.is-card .contact__label {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      min-height: 80px;
      color: #2f2641;
      font-size: 20px;
      letter-spacing: -0.01em;
      line-height: 1.3; }
    .contact.is-card .contact__value {
      color: #525678;
      font-size: 18px;
      line-height: 1.61; }
    .contact.is-card .contact__body {
      margin-top: 25px; }
  .contact__label {
    margin: 0;
    color: #9496b7;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 1;
    letter-spacing: -0.01em; }
  .contact__body {
    margin-top: 15px; }
  .contact__value {
    color: #525678;
    font-size: 18px;
    line-height: 1.38; }
    .contact__value + .contact__value {
      margin-top: 4px; }
  .contact__additional {
    margin-top: 20px;
    color: #9496b7;
    font-size: 18px; }
    .contact__additional.is-worktime {
      margin: 0;
      margin-top: 20px; }
      .contact__additional.is-worktime div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .contact__additional.is-worktime dd {
        margin-left: 20px; }
    .contact__additional.is-email {
      display: block;
      text-decoration: none;
      -webkit-transition: ease color 300ms;
      transition: ease color 300ms; }
      .contact__additional.is-email:hover {
        color: #5c84eb; }
  .contact__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
    opacity: 0;
    pointer-events: none; }
  .contact__link {
    display: block;
    width: 44px;
    height: 44px;
    background-color: #ffffff;
    border: 1px solid #cdd8e8;
    border-radius: 50%;
    background-image: url(/img/phone.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 22px 22px;
    text-decoration: none;
    -webkit-transition: ease border-color 300ms;
    transition: ease border-color 300ms; }
    .contact__link + .contact__link {
      margin-left: 15px; }
    .contact__link:hover {
      border-color: #343670; }
    .contact__link.is-whatsapp {
      background-image: url(/img/whatsapp.svg);
      background-size: 26px 26px; }
  @media (max-width: 767px) {
    .contact.is-phones .contact__value {
      font-size: 18px; }
    .contact__label {
      font-size: 12px; }
    .contact__body {
      margin-top: 10px; }
    .contact.is-card .contact__body {
      margin-top: 30px; }
    .contact.is-card .contact__value,
    .contact.is-card .contact__label {
      font-size: 16px; }
    .contact.is-card .contact__label {
      min-height: auto; } }

/**
* contacts
*/
.contacts.is-grid {
  margin-bottom: 40px; }
  .contacts.is-grid .contacts__list {
    margin: 0;
    padding: 10px 0;
    border-top: 1px solid #e1e8f1;
    border-bottom: 1px solid #e1e8f1;
    list-style: none; }
  .contacts.is-grid .contacts__item {
    width: 25%;
    padding: 15px 30px; }

.contacts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  font-style: normal; }

.contacts__item + .contacts__item {
  margin-left: 40px; }

@media (min-width: 1179px) {
  .contacts.is-grid .contacts__item {
    width: 25%; }
  .contacts.is-grid .contacts__item + .contacts__item {
    margin: 0;
    border-left: 1px solid #e1e8f1; }
  .contacts.is-grid .contacts__item:nth-child(5n + 5) {
    border-left: none; }
  .contacts.is-grid .contacts__item:nth-child(4) ~ .contacts__item {
    margin-top: 20px; }
  .contacts.is-grid .contacts__item:nth-child(4n + 4) + .contacts__item::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    background-color: #e1e8f1;
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px); } }

@media (max-width: 1179px) {
  .contacts__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .contacts__item + .contacts__item {
    margin-left: 100px; } }

@media (max-width: 1179px) and (min-width: 767px) {
  .contacts.is-grid .contacts__item {
    width: 50%;
    margin: 0;
    padding-left: 20px;
    padding-right: 20px; }
  .contacts.is-grid .contacts__item:nth-child(2n + 2) {
    border-left: 1px solid #e1e8f1; }
  .contacts.is-grid .contacts__item:nth-child(2) ~ .contacts__item {
    margin-top: 20px; }
  .contacts.is-grid .contacts__item:nth-child(2n + 2) + .contacts__item::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    background-color: #e1e8f1;
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px); } }

@media (max-width: 767px) {
  .contacts__item {
    width: 100%; }
    .contacts__item + .contacts__item {
      margin-left: 0;
      margin-top: 30px; }
  .contacts.is-grid {
    margin-bottom: 0; }
    .contacts.is-grid .contacts__list {
      padding: 0; }
    .contacts.is-grid .contacts__item {
      width: 100%;
      margin: 0;
      padding: 20px 0; }
    .contacts.is-grid .contacts__item + .contacts__item {
      border-top: 1px solid #e1e8f1; } }

/**
* control
*/
.control {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #8a969e;
  font-size: 16px;
  text-align: center; }
  .control__arrow {
    display: block;
    padding: 0;
    background-color: transparent;
    border: none;
    cursor: pointer; }
    .control__arrow + .control__arrow {
      margin-left: 30px; }
  @media (max-width: 767px) {
    .control__arrow + .control__arrow {
      margin-left: 12px; } }

/**
* dc
*/
.dc {
  display: inline-block;
  width: 145px;
  height: 21px;
  position: relative; }
  .dc__text {
    position: absolute;
    left: 0;
    bottom: 2px;
    color: #9496b7;
    font-size: 16px;
    line-height: 1;
    white-space: nowrap;
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
    -webkit-transition: opacity 300ms ease-out, -webkit-transform 300ms ease-out;
    transition: opacity 300ms ease-out, -webkit-transform 300ms ease-out;
    transition: transform 300ms ease-out, opacity 300ms ease-out;
    transition: transform 300ms ease-out, opacity 300ms ease-out, -webkit-transform 300ms ease-out;
    will-change: transform, opacity; }
  .dc__logo {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 75px;
    background-image: url("/img/logoSingle.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    -webkit-transition: -webkit-transform 350ms ease-out;
    transition: -webkit-transform 350ms ease-out;
    transition: transform 350ms ease-out;
    transition: transform 350ms ease-out, -webkit-transform 350ms ease-out;
    will-change: transform; }
  .dc__label {
    position: absolute;
    left: 25px;
    bottom: 2px;
    color: #9496b7;
    font-size: 16px;
    line-height: 1;
    opacity: 0;
    -webkit-transform: translateX(20px) scale(0.85);
            transform: translateX(20px) scale(0.85);
    -webkit-transition: opacity 300ms ease-out, -webkit-transform 300ms ease-out;
    transition: opacity 300ms ease-out, -webkit-transform 300ms ease-out;
    transition: transform 300ms ease-out, opacity 300ms ease-out;
    transition: transform 300ms ease-out, opacity 300ms ease-out, -webkit-transform 300ms ease-out;
    will-change: transform, opacity; }
  .dc:focus .dc__text, .dc:hover .dc__text {
    -webkit-transform: translateX(-20px) scale(0.85);
            transform: translateX(-20px) scale(0.85);
    opacity: 0; }
  .dc:focus .dc__logo, .dc:hover .dc__logo {
    -webkit-transform: translateX(-80px);
            transform: translateX(-80px); }
  .dc:focus .dc__label, .dc:hover .dc__label {
    opacity: 1;
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1); }

/**
* dropmenu
*/
.dropmenu {
  width: 100%;
  background-color: #ffffff; }
  .dropmenu__list {
    margin: 0;
    padding: 50px 0;
    position: relative;
    list-style: none; }
  .dropmenu__item {
    padding-right: 30px !important; }
  .dropmenu__link {
    display: inline-block;
    position: relative;
    color: #525678;
    font-size: 17px;
    font-family: "Roboto", sans-serif;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0;
    -webkit-transition: ease color 300ms;
    transition: ease color 300ms; }
    .dropmenu__link:hover {
      color: #5c84eb; }
  .dropmenu__sublist {
    margin: 0;
    margin-top: 20px;
    padding: 0;
    list-style: none; }
  .dropmenu__sublink {
    display: inline-block;
    padding: 5px 0;
    color: #9496b7;
    font-family: "clinica", sans-serif;
    font-size: 16px;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1.32;
    -webkit-transition: ease color 300ms;
    transition: ease color 300ms; }
    .dropmenu__sublink:hover {
      color: #5c84eb; }
  @media (min-width: 1179px) {
    .dropmenu__sublist {
      display: block !important; } }
  @media (max-width: 1179px) {
    .dropmenu .container, .dropmenu__list, .dropmenu__item {
      padding: 0 !important; }
    .dropmenu__list {
      margin: 0 !important;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .dropmenu__item {
      width: 100%; }
      .dropmenu__item + .dropmenu__item {
        margin-top: 40px; }
      .dropmenu__item.has-children .dropmenu__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap; }
        .dropmenu__item.has-children .dropmenu__link span {
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1; }
        .dropmenu__item.has-children .dropmenu__link::after {
          content: '';
          display: block;
          width: 20px;
          height: 20px;
          -ms-flex-negative: 0;
              flex-shrink: 0;
          position: relative;
          top: 2px;
          border: 1px solid transparent;
          border-radius: 50%;
          background-image: url("/img/arrow-drop.svg");
          background-repeat: no-repeat;
          background-position: 50% 50%;
          background-size: 10px 10px;
          pointer-events: none;
          -webkit-transition: ease border-color 300ms, ease transform 300ms;
          transition: ease border-color 300ms, ease transform 300ms; }
      .dropmenu__item.is-open .dropmenu__link::after {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
        border-color: #9496b7; }
    .dropmenu__sublist {
      width: 100%;
      padding-bottom: 5px; }
    .dropmenu__sublink {
      width: 100%;
      font-size: 16px; } }
  @media (max-width: 767px) {
    .dropmenu__item + .dropmenu__item {
      margin-top: 25px; }
    .dropmenu__link {
      font-size: 16px;
      letter-spacing: -0.01em; }
    .dropmenu__sublist {
      margin-top: 15px; }
    .dropmenu__sublink {
      font-size: 14px; } }

/**
* feedback
*/
.feedback {
  margin-top: 40px;
  padding-top: 70px;
  border-top: 1px solid #e1e8f1; }
  @media (max-width: 1179px) {
    .feedback {
      margin-top: 100px;
      padding-top: 0;
      border: none; } }
  @media (max-width: 767px) {
    .feedback {
      margin-top: 60px; } }

/**
* footer
*/
.footer {
  overflow: hidden;
  margin-top: 40px;
  padding-top: 60px; }
  .footer__left {
    height: 100%;
    padding: 70px 80px 50px 0;
    position: relative;
    z-index: 0;
    background-color: #343670;
    color: #ffffff; }
    .footer__left::before {
      content: "";
      display: block;
      width: 100vw;
      height: 100%;
      position: absolute;
      right: 100%;
      bottom: 0;
      z-index: 0;
      background-color: #343670; }
    .footer__left::after {
      content: "";
      display: block;
      width: 100vw;
      height: 60px;
      position: absolute;
      right: 0;
      bottom: 100%;
      z-index: 0;
      background-color: #343670; }
  .footer__right {
    height: 100%;
    padding: 70px 0 50px 40px;
    position: relative;
    z-index: 0;
    background-image: linear-gradient(115deg, #102f5e 0%, #5f1a42 100%);
    color: #ffffff; }
    .footer__right::before {
      content: "";
      display: block;
      width: 30px;
      height: 100%;
      position: absolute;
      top: 0;
      right: 100%;
      z-index: -2;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#102f5e), to(#282956));
      background-image: linear-gradient(180deg, #102f5e 0%, #282956 100%); }
    .footer__right::after {
      content: "";
      display: block;
      width: 100vw;
      height: 100%;
      position: absolute;
      left: 100%;
      z-index: -2;
      bottom: 0;
      background-image: linear-gradient(215deg, #102f5e 0%, #5f1a42 100%); }
    .footer__right .footer__inner::after {
      content: "";
      display: block;
      width: 360px;
      height: 370px;
      position: absolute;
      right: -100px;
      bottom: -75px;
      z-index: -1;
      background-image: url("/img/watermark.svg");
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: contain;
      opacity: 0.025; }
      @supports (mix-blend-mode: overlay) {
        .footer__right .footer__inner::after {
          mix-blend-mode: overlay;
          opacity: 0.2; } }
  .footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%; }
    .footer__inner.is-row {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-line-pack: justify;
          align-content: space-between; }
  .footer__label {
    margin: 0;
    margin-bottom: 35px;
    color: #ffffff;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    line-height: 1;
    letter-spacing: -0.01em; }
  .footer__links {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .footer__menu {
    max-width: 265px; }
    .footer__menu + .footer__menu {
      margin-top: 20px;
      padding-top: 20px;
      position: relative; }
      .footer__menu + .footer__menu::after {
        content: "";
        display: block;
        width: 70px;
        height: 1px;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #404f7f; }
  .footer__group + .footer__group {
    margin-left: 106px; }
  .footer__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0;
    padding: 0;
    list-style: none; }
  .footer__contact {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    color: #88a5de;
    font-size: 18px;
    line-height: 1.38; }
    .footer__contact span {
      display: block;
      font-size: 21px;
      line-height: 1.59;
      white-space: nowrap; }
    .footer__contact + .footer__contact {
      margin-left: 45px; }
  .footer__link {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-top: 30px; }
  .footer__social {
    margin-top: 50px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: none; }
  .footer__copy {
    margin-top: 55px;
    color: #9496b7;
    font-size: 16px; }
  .footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    position: relative;
    top: 10px; }
  .footer__dc {
    line-height: 0; }
  .footer__totop {
    margin-left: 80px;
    position: relative;
    top: -3px; }
  @media (max-width: 1179px) {
    .footer {
      margin-top: 0;
      padding-top: 0; }
      .footer__col {
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
        padding: 0 !important; }
      .footer__left, .footer__right {
        padding-left: 50px;
        padding-right: 50px; }
        .footer__left::before, .footer__left::after, .footer__right::before, .footer__right::after {
          display: none; }
      .footer__inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
      .footer__group {
        width: 100%;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin-bottom: 50px; }
      .footer__copy {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        margin-top: 0; }
      .footer__social {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        margin-top: 0; }
      .footer__contacts {
        max-width: 780px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
      .footer__contact {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        max-width: 180px; }
        .footer__contact + .footer__contact {
          margin-left: 30px; }
      .footer__link {
        display: inline-block;
        -webkit-box-flex: 0;
            -ms-flex: 0;
                flex: 0;
        margin-top: 0;
        margin-left: 30px;
        white-space: nowrap; }
      .footer__links .footer__group:last-child {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 224px;
                flex: 0 1 224px;
        min-width: 224px; }
      .footer__bottom {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  @media (max-width: 767px) {
    .footer__left, .footer__right {
      padding: 50px 30px 40px; }
    .footer__label {
      margin-bottom: 30px;
      font-size: 18px; }
    .footer__contacts {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .footer__contact {
      font-size: 14px;
      line-height: 1.42; }
      .footer__contact span {
        font-size: 16px;
        line-height: 1.625; }
    .footer__links {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; }
    .footer__group {
      margin-bottom: 30px; }
      .footer__group + .footer__group {
        margin-top: 30px;
        margin-left: 0; }
    .footer__link {
      display: block;
      width: 100%;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%;
      margin-top: 20px;
      margin-left: 0; }
    .footer__copy {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%; }
    .footer__social {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      margin-bottom: 30px;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%;
      text-align: center; } }

/**
* form
*/
.form {
  height: 100%;
  padding: 50px 70px 60px;
  border-top: 4px solid #88a5de;
  background-color: #f1f4fb; }
  .form.in-modal {
    padding: 35px 50px 45px; }
    .form.in-modal .form__footer {
      margin-top: 50px; }
  .form__title {
    margin: 0;
    color: #2f2641;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 36px;
    line-height: 1.3;
    letter-spacing: -0.01em; }
  .form__header + .form__body {
    margin-top: 50px; }
  .form__group {
    display: block;
    position: relative; }
    .form__group + .form__group {
      margin-top: 30px; }
    .form__group.has-error .form__message {
      color: #eb5757; }
    .form__group.has-success .form__message {
      color: #a9fff0; }
  .form__label {
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    color: #525678;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.01em;
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transition: color 250ms ease, -webkit-transform 250ms ease;
    transition: color 250ms ease, -webkit-transform 250ms ease;
    transition: transform 250ms ease, color 250ms ease;
    transition: transform 250ms ease, color 250ms ease, -webkit-transform 250ms ease; }
  .form__input:focus + .form__label,
  .form__group.is-filled .form__label {
    color: #9496b7;
    -webkit-transform: translateY(-22px) scale(0.76);
            transform: translateY(-22px) scale(0.76); }
  .form__caption {
    margin: 0;
    margin-top: 10px;
    color: #343670;
    font-family: "Roboto", sans-serif;
    font-size: 23px;
    line-height: 1.2;
    letter-spacing: -0.01em; }
  .form__footer {
    margin-top: 35px; }
  .form__agreement {
    color: #9496b7;
    line-height: 1.5;
    font-size: 16px; }
    .form__agreement a {
      color: #343670;
      -webkit-transition: ease color 300ms;
      transition: ease color 300ms; }
      .form__agreement a:hover {
        color: #5c84eb; }
  .form__button {
    width: 100%;
    margin-top: 25px; }
  .form__message {
    font-size: 13px; }
  @media (max-width: 1179px) {
    .form__caption {
      font-size: 20px; } }
  @media (max-width: 767px) {
    .form {
      padding: 30px 15px 40px; }
      .form.is-callback, .form.is-feedback {
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px); }
      .form__title {
        font-size: 24px; }
      .form__caption {
        margin-top: 5px;
        font-size: 16px; }
      .form__header + .form__body {
        margin-top: 30px; }
      .form__label {
        font-size: 14px; }
      .form__message {
        font-size: 12px; }
      .form__footer {
        margin-top: 30px; }
      .form__agreement {
        font-size: 14px; } }

/**
* garanty
*/
.garanty__list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: n; }

.garanty__item {
  margin: 17.5px 0; }
  .garanty__item:nth-child(9) ~ .garanty__item .garanty__label::before {
    content: counter(n); }

.garanty__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding-right: 30px;
  position: relative;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.01em; }
  .garanty__label::before {
    content: "0" counter(n);
    counter-increment: n;
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 69px;
    height: 69px;
    margin-right: 30px;
    background-image: url("/img/i-circle.svg");
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: contain;
    color: #88a5de;
    font-size: 22px;
    line-height: 69px;
    text-align: center; }

@media (max-width: 1179px) {
  .garanty__item {
    margin: 0; }
  .garanty__label {
    padding-right: 20px;
    font-size: 19px; }
    .garanty__label::before {
      width: 42px;
      height: 42px;
      margin-right: 20px;
      font-size: 14px;
      line-height: 42px; } }

@media (max-width: 767px) {
  .garanty__item {
    width: 100%;
    padding-top: 12px !important;
    padding-bottom: 12px !important; }
  .garanty__label {
    padding-right: 0;
    font-size: 16px; }
    .garanty__label::before {
      margin-right: 18px; } }

/**
* header
*/
.header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 300;
  border-bottom: 1px solid #e1e8f1;
  background-color: #ffffff;
  -webkit-transition: ease-out background-color 200ms, ease-out border-color 200ms;
  transition: ease-out background-color 200ms, ease-out border-color 200ms;
  will-change: transform; }
  .has-cover .header {
    border-bottom: 1px solid rgba(205, 216, 232, 0.2);
    background-color: transparent; }
    .has-cover .header .header__button .button {
      color: #ffffff; }
  .header.is-fixed {
    background-color: #ffffff;
    border-bottom: 1px solid #cdd8e8; }
    .header.is-fixed .header__button .button {
      color: #343670; }
      .header.is-fixed .header__button .button:hover {
        color: #ffffff; }
  .header__inner {
    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; }
  .header__logo {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 20px 0; }
  .header__nav {
    margin-left: 22px; }
  .header__button {
    margin-left: 38px; }
  .header__social {
    margin-left: 38px;
    position: relative;
    top: -2px;
    display: none; }
  @media (max-width: 1179px) {
    .header__nav {
      margin-left: 25px;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .header__social {
      margin-left: 32px; } }
  @media (max-width: 767px) {
    .header__social, .header__button {
      display: none; }
    .header__nav {
      margin-right: 8px; } }

/**
* headline
*/
.headline {
  width: 100%;
  padding: 50px 0;
  position: relative;
  z-index: 0; }
  .headline.has-cover {
    height: 720px;
    padding: 0;
    padding-top: 180px;
    padding-bottom: 80px;
    background-color: #36305f;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    overflow: hidden; }
    .headline.has-cover .headline__title {
      color: #ffffff; }
  .headline.has-cats {
    padding-bottom: 140px; }
  .headline > .container {
    height: 100%; }
  .headline__cover {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1; }
    .headline__cover::before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      background-image: linear-gradient(118.09deg, rgba(16, 47, 94, 0.6) 0%, rgba(95, 26, 66, 0.6) 100.27%); }
    .headline__cover::after {
      content: '';
      display: block;
      width: 730px;
      height: 630px;
      position: absolute;
      right: 0;
      bottom: 0;
      z-index: 1;
      background-image: url("/img/watermark.svg");
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: auto;
      mix-blend-mode: overlay;
      opacity: 0.08; }
  .headline__image {
    display: block;
    width: 100%;
    height: 100%;
    font-family: "object-fit:cover";
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-filter: blur(2px);
            filter: blur(2px); }
  .headline__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%; }
  .headline__title {
    margin: 0;
    margin-top: 20px;
    color: #2f2641;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 48px;
    line-height: 1.15;
    letter-spacing: -0.01em; }
  .headline__text {
    max-width: 535px;
    margin-top: 40px;
    color: #cdd8e8 !important;
    font-size: 20px !important; }
  @media (max-width: 767px) {
    .headline {
      padding: 30px 0; }
      .headline.has-cover {
        height: 550px;
        padding-top: 140px; }
      .headline.has-cats {
        padding-bottom: 40px; }
      .headline__cover::after {
        width: 380px;
        height: 390px;
        bottom: -100px;
        right: -100px;
        background-size: contain; }
      .headline__title {
        margin-top: 15px;
        font-size: 30px; }
      .headline__text {
        max-width: 100%;
        font-size: 16px !important; } }

.input {
  display: block;
  width: 100%;
  padding: 8px 0;
  color: #2f2641;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #cdd8e8;
  font-size: 18px;
  font-family: "clinica", sans-serif;
  line-height: 1;
  outline: none !important;
  -webkit-transition: border-color 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: border-color 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .input:focus {
    border: none;
    border-bottom: 1px solid #88a5de; }
  .input::-moz-placeholder {
    color: #9496b7; }
  .input::-webkit-input-placeholder {
    color: #9496b7; }

.checkbox {
  display: inline-block;
  position: relative;
  color: #8a969e;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  cursor: pointer; }
  .checkbox.is-disabled {
    cursor: default; }
    .checkbox.is-disabled .checkbox__label {
      opacity: 0.8; }
  .checkbox__input {
    margin: 0;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 5px;
    left: 0;
    opacity: 0; }
  .checkbox__label {
    display: block;
    padding-left: 25px;
    position: relative;
    color: currentColor;
    line-height: 1.3; }
    .checkbox__label::before {
      content: '';
      display: block;
      width: 15px;
      height: 15px;
      position: absolute;
      top: 4px;
      left: 0;
      border-radius: 2px;
      background-color: #343670; }
    .checkbox__label::after {
      content: '';
      display: block;
      width: 11px;
      height: 11px;
      position: absolute;
      top: 6px;
      left: 2px;
      background-image: url("/img/i-checked.svg");
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: contain;
      opacity: 0;
      -webkit-transition: opacity cubic-bezier(0.455, 0.03, 0.515, 0.955) 300ms;
      transition: opacity cubic-bezier(0.455, 0.03, 0.515, 0.955) 300ms; }
    .checkbox__label a {
      color: #343670;
      text-decoration: none;
      -webkit-transition: color ease 300ms;
      transition: color ease 300ms; }
      .checkbox__label a:hover {
        color: #5f1a42; }
  .checkbox__input:checked + .checkbox__label::after {
    opacity: 1; }
  .checkbox__input.is-focused + .checkbox__label::before {
    outline: 2px dashed #86d3ff; }

.textarea {
  display: block;
  width: 100%;
  height: 80px;
  max-height: 160px;
  min-height: 60px;
  padding: 8px 0;
  color: #2f2641;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #cdd8e8;
  font-size: 18px;
  font-family: "clinica", sans-serif;
  line-height: 1.4;
  outline: none !important;
  resize: vertical;
  -webkit-transition: border-color 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: border-color 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .textarea:focus {
    border: none;
    border-bottom: 1px solid #88a5de; }
  .textarea::-moz-placeholder {
    color: #9496b7; }
  .textarea::-webkit-input-placeholder {
    color: #9496b7; }

/**
* link
*/
.link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  color: #ffffff;
  border: none;
  background-color: transparent;
  font-weight: 500;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: ease color 300ms;
  transition: ease color 300ms; }
  .link:hover {
    color: #5c84eb; }
  .link__arrow {
    width: 26px;
    height: 26px;
    margin-right: 10px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    top: -1px;
    border: 1px solid rgba(205, 216, 232, 0.2);
    background-image: url("/img/i-arrow.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 8px 8px;
    border-radius: 50%;
    -webkit-transition: ease border-color 300ms;
    transition: ease border-color 300ms; }
  .link.is-alt {
    color: #343670; }
    .link.is-alt:hover {
      color: #5c84eb; }
    .link.is-alt .link__arrow {
      border: 1px solid #cdd8e8;
      background-image: url("/img/i-arrow-alt.svg"); }
  .link.is-back .link__arrow {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  @media (max-width: 767px) {
    .link {
      font-size: 14px; } }

/**
* links
*/
.links__list {
  margin: 0;
  padding: 0;
  list-style: none; }

.links__item {
  position: relative; }
  .links__item + .links__item {
    border-top: 1px solid #e3e9f3; }
  .links__item:first-child .links__link {
    padding-top: 0; }
  .links__item:last-child .links__link {
    padding-bottom: 0; }

.links__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
  color: #2f2641;
  border: none;
  background-color: transparent;
  font-weight: 400;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: ease color 300ms;
  transition: ease color 300ms; }
  .links__link:hover {
    color: #5c84eb; }

.links__arrow {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 14px;
  position: relative;
  top: 1px;
  border: 1px solid #cdd8e8;
  background-image: url("/img/i-arrow-alt.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 6px 6px;
  border-radius: 50%; }

@media (max-width: 1179px) {
  .links__link {
    padding: 16px 0;
    font-size: 16px; } }

@media (max-width: 767px) {
  .links__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 80px; }
  .links__link {
    padding: 16px 0 !important; }
    .links__link::before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
  .links__arrow {
    margin-right: 30px;
    margin-left: 15px;
    top: 0; } }

/**
* list
*/
.list {
  padding: 50px 60px;
  background-color: #322551;
  border-top: 4px solid #5f4c95;
  position: relative;
  z-index: 0;
  overflow: hidden; }
  .list::before {
    content: '';
    display: block;
    width: 284px;
    height: 292px;
    position: absolute;
    right: -80px;
    bottom: -60px;
    z-index: 0;
    background-image: url("/img/watermark.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    opacity: 0.025; }
  .list.is-second {
    background-color: #5f1a42;
    border-top: 4px solid #921f61; }
    .list.is-second .list__title {
      color: #d098bc; }
    .list.is-second .list__item + .list__item {
      border-color: #6d2951; }
    .list.is-second .list__item::before {
      background-image: url("/img/list-point-alt.svg"); }
  .list.is-clear {
    padding: 0;
    background-color: transparent;
    border-top: none; }
    .list.is-clear::before {
      display: none; }
    .list.is-clear .list__title {
      color: #2f2641;
      font-weight: 300;
      font-size: 40px;
      line-height: 1.35;
      letter-spacing: -0.01em;
      text-transform: none; }
    .list.is-clear .list__item {
      color: #525678;
      line-height: 1.61; }
    .list.is-clear .list__item + .list__item {
      border-color: #e1e8f1; }
    .list.is-clear .list__item::before {
      top: 5px;
      background-image: url("/img/list-point-dark.svg"); }
  .list__title {
    color: #88a5de;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.16em;
    text-transform: uppercase; }
  .list__body {
    margin-top: 50px; }
  .list__items {
    margin: 0;
    padding: 0;
    list-style: none; }
  .list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 0;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.2; }
    .list__item + .list__item {
      border-top: 1px solid #453a63; }
    .list__item:first-child {
      padding-top: 0; }
    .list__item:last-child {
      padding-bottom: 0; }
    .list__item::before {
      content: '';
      display: block;
      width: 18px;
      height: 18px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-right: 15px;
      position: relative;
      top: 2px;
      background-image: url("/img/list-point.svg");
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: contain; }
  @media (max-width: 1179px) {
    .list {
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .list {
      margin-bottom: 0;
      padding: 40px 15px; }
      .list__title {
        font-size: 11px; }
      .list__body {
        margin-top: 35px; }
      .list__item {
        font-size: 16px;
        line-height: 1.25;
        letter-spacing: -0.01em; }
      .list.is-clear .list__title {
        font-size: 28px; }
      .list.is-clear .list__body {
        margin-top: 10px; }
      .list.is-clear .list__item {
        padding: 20px 0; } }

/**
* loader
*/
.loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  background-color: #fff; }
  .loader span {
    color: #343670;
    font-size: 18px; }

/**
* logo
*/
.logo {
  display: block;
  width: 250px;
  height: 68px;
  background-image: url("/img/logo-5.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  text-decoration: none; }
  .has-cover .logo {
    background-image: url("/img/logo-4.svg"); }
  .is-fixed .logo {
    background-image: url("/img/logo-5.svg"); }
  @media (max-width: 1179px) {
    .logo {
      width: 209px;
      height: 56px; } }
  @media (max-width: 767px) {
    .logo {
      width: 188px;
      height: 50px; } }

/**
* map
*/
.map {
  padding: 0;
  position: relative;
  z-index: 0; }
  .map__container {
    width: 100%;
    height: 540px;
    position: relative;
    background-color: #eee; }
    .map__container::after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #88a5de;
      opacity: 0;
      pointer-events: none; }
    @supports (mix-blend-mode: color) {
      .map__container::after {
        mix-blend-mode: color;
        opacity: 0.8; } }
  @media (max-width: 1179px) {
    .map__container {
      height: 380px; } }

/**
* menu
*/
.menu__list {
  margin: 0;
  padding: 0;
  list-style: none; }

.menu__item + .menu__item {
  margin-top: 6px; }

.menu__link {
  display: inline-block;
  color: #88a5de;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  line-height: 1.2;
  -webkit-transition: ease color 300ms;
  transition: ease color 300ms; }
  .menu__link:hover {
    color: #ffffff; }

/**
* modal
*/
[data-current-modal] {
  overflow: hidden; }

.modal-list {
  display: none; }

.modal {
  display: none;
  position: relative; }
  .modal__inner {
    width: 100%;
    max-width: 570px;
    min-height: 220px;
    margin: auto;
    padding: 0;
    -ms-flex-item-align: center;
        align-self: center;
    position: relative;
    z-index: -1;
    background-color: #ffffff;
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transition: opacity 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955), z-index 0s 350ms, -webkit-transform 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955), z-index 0s 350ms, -webkit-transform 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955), z-index 0s 350ms;
    transition: opacity 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955), z-index 0s 350ms, -webkit-transform 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .modal-init .modal > * {
    display: inline-block;
    white-space: normal;
    vertical-align: middle;
    text-align: left; }
  .modal-init .modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955), z-index 0s 350ms;
    transition: opacity 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955), z-index 0s 350ms;
    text-align: center;
    white-space: nowrap; }
  [data-current-modal] .modal {
    position: fixed; }
  .modal-init.modal-visible .modal {
    z-index: 500;
    opacity: 1;
    -webkit-transition: opacity 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .modal-visible .modal__inner {
    z-index: 100;
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: opacity 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .modal__header {
    padding: 30px;
    border-bottom: 1px solid #dfeaf2;
    text-align: center; }
  .modal__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    color: #2f2641;
    line-height: 1;
    font-size: 36px;
    text-align: center; }
  .modal__close {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 200;
    color: #9496b7;
    border: none;
    background-color: transparent;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    font-size: 16px;
    cursor: pointer; }
    .modal__close::after {
      content: '';
      display: block;
      width: 46px;
      height: 46px;
      margin-left: 10px;
      border-radius: 50%;
      background-color: #ffffff;
      background-image: url("/img/modal-close.svg");
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: contain; }
    .modal__close.is-mobile {
      display: none !important;
      top: -20px;
      right: 15px; }
  .modal__content {
    position: relative; }
  @media (max-width: 767px) {
    .modal__close {
      display: none !important; }
      .modal__close.is-mobile {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important; } }

/**
* nav
*/
.nav {
  width: 100%;
  margin: 0;
  padding: 0; }
  .has-cover .nav .nav__toggle::before {
    background-image: url("/img/i-menu-alt.svg"); }
  .has-cover .nav .nav__item {
    color: #ffffff; }
  .has-cover .nav .nav__item.has-children .nav__link::before {
    background-image: url(/img/arrow-drop-alt.svg); }
  .has-cover .nav .nav__link::after {
    background-color: #ffffff; }
  .is-fixed .nav .nav__toggle::before {
    background-image: url("/img/i-menu.svg"); }
  .is-fixed .nav .nav__item {
    color: #525678; }
  .is-fixed .nav .nav__item.has-children .nav__link::before {
    background-image: url(/img/arrow-drop.svg); }
  .is-fixed .nav .nav__link::after {
    background-color: #343670; }
  .nav.is-open .nav__toggle::before {
    opacity: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .nav.is-open .nav__toggle::after {
    opacity: 1;
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  .nav.is-open .nav__overlay {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: -webkit-transform ease-out 300ms 50ms;
    transition: -webkit-transform ease-out 300ms 50ms;
    transition: transform ease-out 300ms 50ms;
    transition: transform ease-out 300ms 50ms, -webkit-transform ease-out 300ms 50ms; }
  .nav.is-open .nav__body {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: -webkit-transform ease-out 300ms;
    transition: -webkit-transform ease-out 300ms;
    transition: transform ease-out 300ms;
    transition: transform ease-out 300ms, -webkit-transform ease-out 300ms; }
  .nav__overlay {
    display: none;
    width: 100vw;
    height: calc(100vh - 97px);
    position: fixed;
    top: 97px;
    left: 0;
    z-index: 100;
    background-color: rgba(95, 26, 66, 0.65);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: ease-out transform 300ms;
    transition: ease-out transform 300ms; }
  .nav__toggle {
    display: none;
    width: 46px;
    height: 46px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 0;
    position: relative;
    top: 1px;
    border: none;
    background-color: transparent;
    cursor: pointer; }
    .nav__toggle::before, .nav__toggle::after {
      content: '';
      display: block;
      width: 100%;
      height: 26px;
      position: absolute;
      left: 0;
      top: calc(50% - 13px);
      background-image: url("/img/i-menu.svg");
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: contain;
      -webkit-transform: rotate(0);
              transform: rotate(0);
      -webkit-transition: ease opacity 300ms, ease transform 300ms;
      transition: ease opacity 300ms, ease transform 300ms; }
    .nav__toggle::after {
      height: 100%;
      top: 0;
      opacity: 0;
      background-image: url("/img/i-close-alt.svg");
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .nav__button {
    display: none; }
    .nav__button .button {
      width: 100%; }
  .nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav__item {
    margin: 0 1.2vw;
    color: #525678;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1; }
    .nav__item.has-children .nav__link {
      padding-right: 20px; }
      .nav__item.has-children .nav__link::before {
        content: '';
        display: block;
        width: 12px;
        height: 12px;
        position: absolute;
        right: 0;
        top: calc(50% - 5px);
        z-index: -1;
        pointer-events: none;
        background-image: url(/img/arrow-drop.svg);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: contain; }
  .nav__link {
    display: inline-block;
    padding: 45px 0;
    position: relative;
    z-index: 0;
    color: currentColor;
    text-decoration: none;
    white-space: nowrap;
    -webkit-transition: cubic-bezier(0.455, 0.03, 0.515, 0.955) 300ms color;
    transition: cubic-bezier(0.455, 0.03, 0.515, 0.955) 300ms color; }
    .nav__link::after {
      content: '';
      display: block;
      width: 100%;
      height: 3px;
      position: absolute;
      left: 0;
      bottom: -1px;
      background-color: #343670;
      -webkit-transition: -webkit-transform cubic-bezier(0.455, 0.03, 0.515, 0.955) 300ms;
      transition: -webkit-transform cubic-bezier(0.455, 0.03, 0.515, 0.955) 300ms;
      transition: transform cubic-bezier(0.455, 0.03, 0.515, 0.955) 300ms;
      transition: transform cubic-bezier(0.455, 0.03, 0.515, 0.955) 300ms, -webkit-transform cubic-bezier(0.455, 0.03, 0.515, 0.955) 300ms;
      -webkit-transform-origin: left;
              transform-origin: left;
      -webkit-transform: scaleX(0);
              transform: scaleX(0); }
    .nav__link.is-open::after, .nav__link.is-active::after, .nav__link:hover::after {
      -webkit-transform: scaleX(1);
              transform: scaleX(1); }
  .nav__drop {
    display: none;
    width: 100%;
    position: absolute;
    top: calc(100% + 1px);
    left: 0; }
  @media (min-width: 1179px) {
    .nav__body {
      -webkit-transform: none !important;
              transform: none !important; } }
  @media (max-width: 1179px) {
    .has-cover .nav .nav__item {
      color: #525678; }
    .nav__overlay {
      display: block; }
    .nav__toggle {
      display: block; }
    .nav__body {
      width: 100%;
      max-width: 430px;
      height: calc(100vh - 97px);
      padding: 50px;
      padding-left: 57px;
      padding-right: 30px;
      position: fixed;
      top: 97px;
      right: 0;
      z-index: 200;
      background-color: #ffffff;
      overflow: auto;
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
      -webkit-transition: -webkit-transform ease-out 300ms 50ms;
      transition: -webkit-transform ease-out 300ms 50ms;
      transition: transform ease-out 300ms 50ms;
      transition: transform ease-out 300ms 50ms, -webkit-transform ease-out 300ms 50ms; }
    .nav__list {
      padding: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .nav__item {
      margin: 0; }
      .nav__item.has-children .nav__link {
        display: none; }
      .nav__item + .nav__item {
        margin-top: 40px; }
    .nav__link {
      padding: 0;
      -webkit-transition: ease color 300ms;
      transition: ease color 300ms; }
      .nav__link::after {
        display: none; }
      .nav__link:hover {
        color: #88a5de; }
    .nav__item, .nav__link {
      width: 100%; }
    .nav__drop {
      display: block !important;
      position: relative;
      top: 0;
      left: 0; } }
  @media (max-width: 767px) {
    .nav__overlay {
      height: calc(100vh - 90px);
      top: 90px; }
    .nav__body {
      max-width: 100%;
      height: calc(100vh - 90px);
      padding: 20px 15px;
      padding-bottom: 40px;
      top: 90px;
      border-top: 1px solid #cdd8e8; }
    .nav__button {
      display: block; }
    .nav__list {
      margin-top: 30px; }
    .nav__item {
      font-size: 16px;
      letter-spacing: -0.01em; }
      .nav__item + .nav__item {
        margin-top: 25px; } }

/**
* page
*/
.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 108px;
  max-width: 1920px;
  min-width: 320px;
  min-height: 100vh;
  margin: auto;
  position: relative;
  background-color: #ffffff;
  counter-reset: order; }
  .page.has-cover {
    padding-top: 0; }
  .page__header {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .page__footer {
    -ms-flex-negative: 0;
        flex-shrink: 0; }

/**
* partner
*/
.partner {
  height: 100%;
  position: relative;
  z-index: 0;
  opacity: 0;
  -webkit-transition: ease opacity 300ms;
  transition: ease opacity 300ms; }
  .partner.is-inited {
    opacity: 1; }
    .partner.is-inited .partner__inner {
      position: absolute; }
  .partner.is-hover {
    z-index: 1; }
    .partner.is-hover .partner__inner {
      height: auto;
      min-height: 100%;
      position: absolute;
      top: 50%;
      background-color: #ffffff;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .partner.is-hover .partner__button {
      margin-top: 20px;
      display: block; }
  .partner.show-shadow .partner__inner::before {
    opacity: 1; }
  .partner__inner {
    width: 100%;
    height: 100%;
    padding: 20px;
    padding-bottom: 25px;
    position: relative;
    z-index: 0;
    background-color: transparent;
    text-align: center;
    will-change: height, background-color;
    -webkit-transition: ease-out background-color 300ms;
    transition: ease-out background-color 300ms; }
    .partner__inner::before {
      content: "";
      display: block;
      width: calc(100% + 2px);
      height: 100%;
      position: absolute;
      top: 0;
      left: -1px;
      z-index: -1;
      opacity: 0;
      background-color: #ffffff;
      -webkit-box-shadow: 0 2px 16px rgba(27, 31, 70, 0.12);
              box-shadow: 0 2px 16px rgba(27, 31, 70, 0.12);
      -webkit-transition: ease-out opacity 300ms;
      transition: ease-out opacity 300ms; }
  .partner__cover {
    width: 180px;
    height: 160px;
    margin: auto;
    margin-bottom: 20px;
    background-color: #eee; }
    .partner__cover.has-image {
      background-color: transparent; }
  .partner__logo {
    display: block;
    width: 100%;
    height: 100%;
    font-family: "object-fit:contain;object-position:center";
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center; }
  .partner__body {
    overflow: hidden; }
  .partner__caption {
    margin: 0;
    margin-bottom: 5px;
    color: #525678;
    font-weight: 500;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.16em;
    text-transform: uppercase; }
  .partner__title {
    margin: 0;
    margin-bottom: 20px;
    color: #2f2641;
    font-size: 18px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    line-height: 1.27;
    letter-spacing: -0.01em; }
  .partner__text {
    margin: 0;
    color: #525678;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    opacity: 0;
    will-change: opacity, height; }
  .partner__button {
    display: none; }
  .partner__presentation {
    background: #343670;
    color: white;
    width: 100%;
    height: 61px;
    padding: 21px 77px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.18px;
    text-align: center;
    cursor: pointer; }
  @media (max-width: 1179px) {
    .partner__title {
      margin-bottom: 0; } }
  @media (max-width: 767px) {
    .partner__caption {
      font-size: 10px; }
    .partner__title {
      font-size: 15px; } }

/**
* partners
*/
.partners__list {
  margin: 0;
  padding: 10px 0;
  position: relative;
  border-top: 1px solid #e1e8f1;
  border-bottom: 1px solid #e1e8f1;
  list-style: none; }

@media (min-width: 1179px) {
  .partners__item + .partners__item {
    border-left: 1px solid #e1e8f1; }
  .partners__item:nth-child(4n + 5) {
    border-left: none; }
  .partners__item:nth-child(4) ~ .partners__item {
    margin-top: 20px; }
  .partners__item:nth-child(4n + 4) + .partners__item::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    background-color: #e1e8f1;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); } }

@media (max-width: 1179px) and (min-width: 767px) {
  .partners__item:nth-child(even) {
    border-left: 1px solid #e1e8f1; }
  .partners__item:nth-child(2) ~ .partners__item {
    margin-top: 20px; }
  .partners__item:nth-child(2n + 2) + .partners__item::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    background-color: #e1e8f1;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); } }

@media (max-width: 767px) {
  .partners__item + .partners__item {
    border-top: 1px solid #e1e8f1; } }

.pricelist__table {
  width: 100%;
  border-collapse: collapse; }
  .pricelist__table thead th {
    padding: 25px 30px;
    color: #5f1a42;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-align: left; }
    .pricelist__table thead th:last-child {
      width: 300px; }
  .pricelist__table tbody tr {
    border-top: 1px solid #dce4ef; }
    .pricelist__table tbody tr:nth-child(odd) {
      background-color: #f3f6fb; }
  .pricelist__table tbody td {
    padding: 11px 22px;
    color: #525678;
    font-family: "clinica", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5; }
    .pricelist__table tbody td:last-child {
      padding-left: 30px;
      font-family: "Roboto", sans-serif;
      color: #2f2641; }

@media (max-width: 767px) {
  .pricelist__table thead th:last-child {
    width: 240px; } }

@media (max-width: 559px) {
  .pricelist__table {
    display: block; }
    .pricelist__table thead th:first-child {
      display: none; }
    .pricelist__table thead th:last-child {
      width: 100%;
      padding: 15px; }
    .pricelist__table tbody tr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 11px 15px; }
    .pricelist__table tbody td {
      padding: 0;
      font-size: 13px; }
      .pricelist__table tbody td:last-child {
        padding: 0;
        margin-top: 7px;
        font-size: 15px; } }

/**
* quote
*/
.quote__inner {
  color: #343670;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.72; }

/**
* response
*/
.response {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 80px 0;
  position: relative;
  z-index: 0;
  text-align: center; }
  .response::before {
    content: '';
    display: block;
    width: 316px;
    height: 294px;
    position: absolute;
    top: 20px;
    left: 50%;
    z-index: -1;
    background-image: url("/img/response.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .response__title {
    color: #2f2641;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 48px;
    line-height: 1;
    letter-spacing: -0.01em; }
  .response__text {
    max-width: 570px;
    margin: 0 auto;
    margin-top: 40px;
    color: #525678;
    font-size: 20px;
    line-height: 1.6; }
  .response__link {
    margin-top: 50px; }
  @media (max-width: 767px) {
    .response {
      margin: 60px 0; }
      .response::before {
        width: 246px;
        height: 228px; }
      .response__title {
        font-size: 30px; }
      .response__text {
        margin-top: 20px;
        font-size: 16px; }
      .response__link {
        margin-top: 30px; } }

/**
* section
*/
/**
* section
*/
.section.is-callback {
  margin: 0;
  padding: 90px 0 100px; }
  .section.is-callback .section__title {
    max-width: 730px;
    margin: auto;
    font-size: 36px; }
  @media (max-width: 1179px) {
    .section.is-callback .section__body {
      margin-top: 40px; } }
  @media (max-width: 767px) {
    .section.is-callback {
      padding: 40px 0 60px; }
      .section.is-callback .section__title {
        font-size: 24px; }
      .section.is-callback .section__body {
        margin-top: 20px; } }

/**
* section
*/
.section.is-garanty {
  margin: 0;
  padding: 80px 0;
  position: relative;
  z-index: 0;
  background-color: #543769; }
  .section.is-garanty::before, .section.is-garanty::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url("/img/garanty-cover.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    -webkit-filter: blur(2px);
            filter: blur(2px); }
  .section.is-garanty::after {
    background-image: linear-gradient(120deg, rgba(16, 47, 94, 0.76) 0%, rgba(95, 26, 66, 0.76) 100%);
    -webkit-filter: none;
            filter: none; }
  .section.is-garanty .section__caption {
    color: #9496b7; }
  .section.is-garanty .section__title {
    color: #ffffff; }
  .section.is-garanty .section__body {
    margin-top: 60px; }
  @media (max-width: 1179px) {
    .section.is-garanty {
      padding: 70px 0; } }
  @media (max-width: 767px) {
    .section.is-garanty {
      padding: 50px 0; }
      .section.is-garanty .section__body {
        margin-top: 30px; } }

/**
* section
*/
.section.is-garanty2 {
  margin: 0;
  padding: 80px;
  position: relative;
  z-index: 0;
  background-color: #202b58;
  overflow: hidden; }
  .section.is-garanty2::before, .section.is-garanty2::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0.6;
    background-image: url("/img/garanty-cover2.png");
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: cover; }
  .section.is-garanty2::before {
    width: 940px;
    left: auto;
    right: 0; }
  .section.is-garanty2::after {
    z-index: -1;
    background-image: linear-gradient(120deg, #102f5e 0%, #5f1a42 100%);
    opacity: 1;
    -webkit-filter: none;
            filter: none; }
  .section.is-garanty2 .section__header {
    max-width: 470px; }
  .section.is-garanty2 .section__caption {
    color: #9496b7; }
  .section.is-garanty2 .section__title {
    color: #ffffff; }
  .section.is-garanty2 .section__body {
    margin-top: 60px; }
  .section.is-garanty2 .container {
    position: relative; }
    .section.is-garanty2 .container::after {
      content: '';
      display: block;
      width: 646px;
      height: 665px;
      position: absolute;
      bottom: -225px;
      right: -90px;
      background-image: url("/img/watermark-lined.svg");
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: contain;
      opacity: 0.08;
      mix-blend-mode: overlay; }
  @media (max-width: 1179px) {
    .section.is-garanty2 {
      padding: 70px 0; }
      .section.is-garanty2 .section__body {
        margin-top: 170px; } }
  @media (max-width: 767px) {
    .section.is-garanty2 {
      padding: 50px 0; }
      .section.is-garanty2 .section__body {
        margin-top: 100px; } }

/**
* section
*/
.section.is-cats {
  margin-top: -75px;
  position: relative;
  z-index: 1; }
  .section.is-cats .section__body {
    margin: 0; }

@media (max-width: 767px) {
  .section.is-cats {
    margin-top: 0; }
    .section.is-cats > .container {
      padding-left: 0;
      padding-right: 0; } }

/**
* section
*/
.section.is-contacts .section__title {
  display: inline-block;
  position: relative;
  z-index: 0; }
  .section.is-contacts .section__title::after {
    content: '';
    display: block;
    width: 70px;
    height: 1px;
    margin-left: 40px;
    position: absolute;
    top: 50%;
    left: 100%;
    background-color: #cdd8e8; }

.section.is-contacts .section__contacts {
  margin-top: 10px;
  padding-right: 100px; }

.section.is-contacts .section__body {
  margin-top: 55px; }

@media (max-width: 1179px) {
  .section.is-contacts .section__contacts {
    margin-top: 60px;
    padding-right: 0; } }

@media (max-width: 767px) {
  .section.is-contacts .section__title {
    font-size: 28px; }
  .section.is-contacts .section__contacts {
    margin-top: 30px; }
  .section.is-contacts .section__body {
    margin-top: 45px; } }

/**
* section
*/
.section.is-text {
  margin: 120px 0 0;
  padding-bottom: 120px; }
  .section.is-text .section__header {
    padding-right: 70px; }
  .section.is-text .section__title {
    display: inline-block;
    position: relative;
    z-index: 0; }
  .section.is-text .section__body {
    margin-top: 55px; }
  @media (max-width: 1179px) {
    .section.is-text {
      margin: 100px 0 0;
      padding-bottom: 100px; }
      .section.is-text .section__header {
        padding-right: 0; }
      .section.is-text .section__text {
        margin-top: 40px; } }
  @media (max-width: 767px) {
    .section.is-text {
      margin: 60px 0 0;
      padding-bottom: 60px; }
      .section.is-text .section__title {
        font-size: 28px; }
      .section.is-text .section__text {
        margin-top: 20px; } }

/**
* section
*/
.section.is-notice {
  margin: 120px 0;
  padding: 0; }
  .section.is-notice .section__header {
    max-width: 970px; }
  .section.is-notice .section__caption {
    color: #2f2641; }
  .section.is-notice .section__body {
    margin-top: 120px; }
  @media (max-width: 1179px) {
    .section.is-notice {
      margin: 100px 0; }
      .section.is-notice .section__body {
        margin-top: 100px; } }
  @media (max-width: 1179px) {
    .section.is-notice {
      margin: 60px 0; }
      .section.is-notice .section__body {
        margin-top: 60px; } }

.section.is-text + .section.is-notice {
  margin-top: 0; }

.section.is-bottom-notice .section__body {
  margin-top: 30px;
  max-width: 870px; }
  .section.is-bottom-notice .section__body .text {
    font-size: 20px; }

@media (max-width: 1179px) {
  .section.is-bottom-notice .section__body .text {
    font-size: 18px; } }

@media (max-width: 767px) {
  .section.is-bottom-notice .section__body .text {
    font-size: 16px; } }

/**
* section
*/
.section.is-tarifs {
  margin: 90px 0 120px; }
  .section.is-tarifs .section__caption {
    color: #9496b7; }
  .section.is-tarifs .section__body {
    margin-top: 70px; }
  @media (max-width: 1179px) {
    .section.is-tarifs {
      margin: 100px 0; }
      .section.is-tarifs .section__body {
        margin-top: 50px; } }
  @media (max-width: 767px) {
    .section.is-tarifs {
      margin: 60px 0 80px; }
      .section.is-tarifs .section__caption {
        margin-bottom: 5px; }
      .section.is-tarifs .section__body {
        margin-top: 40px; } }

/**
* section
*/
.section.is-specialists .section__header {
  padding-right: 100px; }

@media (max-width: 1179px) {
  .section.is-specialists .section__caption {
    display: none; } }

@media (max-width: 767px) {
  .section.is-specialists .section__title {
    font-size: 28px; }
  .section.is-specialists .section__body {
    margin-top: 30px !important; } }

/**
* section
*/
.section.is-requires .section__body {
  margin-top: 60px; }

@media (max-width: 1179px) {
  .section.is-requires .section__text {
    margin-top: 30px; }
  .section.is-requires .section__body {
    margin-top: 50px; } }

@media (max-width: 767px) {
  .section.is-requires .section__title {
    font-size: 28px; }
  .section.is-requires .section__text {
    margin-top: 20px; }
  .section.is-requires .section__body {
    margin-top: 40px; } }

/**
* section
*/
.section.is-cerfs {
  margin: 100px 0; }

.section {
  margin: 120px 0; }
  .headline:not(.has-cover) + .section {
    margin-top: 0; }
  .section.is-padding {
    margin: 0;
    padding: 120px 0; }
  .section.is-centred .section__header {
    text-align: center; }
  .section.is-grey-caption .section__caption {
    color: #525678; }
  .section.is-shifted .section__header,
  .section.is-shifted .section__body {
    padding-left: 100px;
    padding-right: 100px; }
  .section.has-bottom-border {
    margin-bottom: 0 !important;
    padding-bottom: 120px;
    border-bottom: 1px solid #cdd8e8; }
  .section.has-watermark {
    overflow: hidden;
    position: relative;
    z-index: 0; }
    .section.has-watermark::before {
      content: "";
      display: block;
      width: 590px;
      height: 430px;
      position: absolute;
      bottom: 10px;
      left: calc(50% - 520px);
      z-index: -1;
      background-image: url("/img/watermark-alt.svg");
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: contain;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }
  .section.has-shape-alt, .section.has-shape {
    margin: 0;
    margin-bottom: 130px;
    padding: 0;
    position: relative;
    z-index: 0; }
    .section.has-shape-alt .section__top, .section.has-shape .section__top {
      padding: 90px 0; }
    .section.has-shape-alt .section__top::before, .section.has-shape .section__top::before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      background-color: #f3f6fb; }
    .section.has-shape-alt .section__bottom, .section.has-shape .section__bottom {
      margin-top: -240px; }
  .section.has-shape-alt.has-bottom .section__top, .section.has-shape.has-bottom .section__top {
    padding-bottom: 240px; }
  .section.has-shape-alt .section__top::before {
    height: 400px; }
  .section.has-order .section__text {
    margin-top: 55px; }
  .section.is-collapsed {
    margin: 0; }
  .section__top {
    position: relative; }
  .section__order, .section__caption {
    margin: 0;
    margin-bottom: 15px;
    color: #5f1a42;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    letter-spacing: -0.01em; }
  .section__order {
    color: #cdd8e8; }
    .section__order::before {
      content: "0" counter(order);
      counter-increment: order; }
  .section__title {
    line-height: 1.24; }
  .section__notice {
    max-width: 970px;
    margin: 0;
    color: #5f1a42;
    font-family: "Playfair Display", serif;
    font-size: 36px;
    font-style: normal;
    line-height: 1.3; }
  .section__text {
    margin-top: 5px; }
    .section__text.text ul li + li {
      border-top: 1px solid #e1e8f1; }
    .section__text.text ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0;
      padding: 25px 0;
      font-size: 18px;
      color: #525678;
      line-height: 1.61; }
      .section__text.text ul li:first-child {
        padding-top: 0; }
      .section__text.text ul li:last-child {
        padding-bottom: 0; }
      .section__text.text ul li::before {
        content: "";
        display: block;
        width: 18px;
        height: 18px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-right: 15px;
        position: relative;
        top: 5px;
        border-radius: 0;
        background-color: transparent;
        background-image: url("/img/list-point-dark.svg");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: contain; }
    @media (max-width: 767px) {
      .section__text.text ul li {
        font-size: 16px;
        line-height: 1.25;
        letter-spacing: -0.01em; } }
  .section__header + .section__body,
  .section__header + .container > .section__body {
    margin-top: 55px; }
  .section__footer {
    margin-top: 100px; }
  @media (max-width: 1179px) {
    .section {
      margin: 100px 0; }
      .section.has-bottom-border {
        padding-bottom: 100px; }
      .section.has-shape-alt, .section.has-shape {
        margin-bottom: 100px;
        padding: 70px 0 0; }
      .section.has-watermark::before {
        left: calc(50% - 220px); }
      .section.is-shifted .section__header,
      .section.is-shifted .section__body {
        padding-left: 0;
        padding-right: 0; }
      .section__notice {
        max-width: 100%;
        font-size: 32px; }
      .section__footer {
        margin-top: 90px; } }
  @media (max-width: 767px) {
    .section {
      margin: 60px 0; }
      .section.has-bottom-border {
        padding-bottom: 60px; }
      .section.has-shape-alt, .section.has-shape {
        margin-bottom: 60px;
        padding: 50px 0 0; }
      .section__caption {
        margin-bottom: 10px;
        font-size: 16px; }
      .section__title {
        font-size: 28px; }
      .section__header + .section__body,
      .section__header + .container > .section__body {
        margin-top: 40px; }
      .section__notice {
        font-size: 25px; }
      .section.has-watermark::before {
        width: 314px;
        height: 322px;
        position: absolute;
        bottom: -55px;
        left: calc(50% - 80px); }
      .section.has-order .section__text {
        margin-top: 30px; }
      .section.is-text + .section {
        margin-top: 0; }
      .section__footer {
        margin-top: 50px; } }

/**
* slide
*/
.slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: inherit;
  padding: 130px 0; }
  .slide__cover {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0; }
    .slide__cover::after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      background-image: linear-gradient(118.09deg, rgba(16, 47, 94, 0.6) 0%, rgba(95, 26, 66, 0.6) 100.27%); }
  .slide__image {
    display: block;
    width: 100%;
    height: 100%;
    font-family: "object-fit:cover";
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-filter: blur(2px);
            filter: blur(2px); }
  .slide__content {
    max-width: 50%; }
  .slide__title {
    color: #ffffff;
    font-size: 48px;
    letter-spacing: -0.01em; }
  .slide__link {
    margin-top: 50px; }
  @media (max-width: 1179px) {
    .slide__content {
      max-width: 80%; } }
  @media (max-width: 767px) {
    .slide {
      padding: 40px 0; }
      .slide__content {
        max-width: 100%; }
      .slide__title {
        font-size: 30px; }
      .slide__link {
        margin-top: 30px;
        padding-right: 120px; } }

/**
* slider
*/
.slider {
  width: 100%;
  height: 720px;
  padding: 0;
  position: relative;
  overflow: hidden;
  background-color: #36305f; }
  .js-init .slider .slider__inner {
    opacity: 0;
    -webkit-transition: ease opacity 200ms;
    transition: ease opacity 200ms; }
  .slider.is-loading::after {
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    z-index: 1;
    background-image: url(/img/loading-alt.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain; }
  .slider.is-inited .slider__inner {
    opacity: 1; }
  .slider__inner {
    height: 100%; }
  .slider__list {
    width: 100%;
    height: inherit;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    list-style: none; }
    .slider__list::after {
      content: '';
      display: block;
      width: 730px;
      height: 630px;
      position: absolute;
      right: 0;
      bottom: 0;
      z-index: 1;
      background-image: url("/img/watermark.svg");
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: auto;
      mix-blend-mode: overlay;
      opacity: 0.08; }
  .slider__item {
    width: 100%;
    height: inherit;
    position: absolute;
    left: 0;
    top: 0; }
  .slider__container {
    height: 100%;
    position: relative;
    pointer-events: none; }
  .slider__control {
    position: absolute;
    right: 30px;
    bottom: 120px;
    pointer-events: all; }
  @media (max-width: 767px) {
    .slider {
      height: 550px; }
      .slider__control {
        right: 16px;
        bottom: 32px; }
      .slider__list::after {
        width: 260px;
        height: 290px;
        background-size: 380px 390px; } }

/**
* social
*/
.social {
  display: inline-block; }
  .has-cover .social .social__link {
    color: #cdd8e8; }
    .has-cover .social .social__link:hover {
      color: #ffffff; }
  .is-fixed .social .social__link {
    color: #9496b7; }
    .is-fixed .social .social__link:hover {
      color: #343670; }
  .social.is-row .social__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .social.is-row .social__item + .social__item {
    margin-top: 0;
    margin-left: 15px; }
  .social.is-bordered .social__link {
    width: 44px;
    height: 44px;
    border: 1px solid #4d5791;
    border-radius: 50%;
    -webkit-transition: ease border-color 300ms, ease color 300ms;
    transition: ease border-color 300ms, ease color 300ms; }
    .social.is-bordered .social__link:hover {
      border-color: #ffffff;
      color: #ffffff; }
  .social.is-large .social__svg.is-vkontakte {
    width: 22px;
    height: 13px; }
  .social__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none; }
  .social__item {
    line-height: 1; }
    .social__item + .social__item {
      margin-top: 15px; }
  .social__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #9496b7;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    -webkit-transition: ease color 300ms;
    transition: ease color 300ms; }
    .social__link:hover {
      color: #343670; }
  .social__svg {
    display: block;
    width: 20px;
    height: 20px;
    color: currentColor; }
    .social__svg.is-vkontakte {
      width: 19px;
      height: 11px; }
    .social__svg.is-instagram {
      width: 20px;
      height: 20px; }
    .social__svg.is-twitter {
      width: 19px;
      height: 15px; }
    .social__svg.is-mail {
      width: 18px;
      height: 14px; }

.specialist-card {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500; }
  .specialist-card__close {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 200;
    color: #9496b7;
    border: none;
    background-color: transparent;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    font-size: 16px;
    cursor: pointer; }
    .specialist-card__close::after {
      content: '';
      display: block;
      width: 46px;
      height: 46px;
      margin-left: 10px;
      border-radius: 50%;
      background-color: #ffffff;
      background-image: url("/img/modal-close.svg");
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: contain; }
  .specialist-card__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 40px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    overflow: auto;
    background-color: rgba(244, 246, 250, 0.85); }
  .specialist-card__box {
    width: 100%;
    max-width: 1370px;
    margin: auto;
    padding: 70px 100px;
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    overflow: hidden; }
    .specialist-card__box::before {
      content: '';
      display: block;
      width: 590px;
      height: 610px;
      position: absolute;
      bottom: -230px;
      right: -430px;
      z-index: -1;
      background-image: url(/img/watermark-alt.svg);
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: contain;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }
  .specialist-card__cover {
    width: 100%;
    padding-bottom: 136%;
    position: relative; }
  .specialist-card__image {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    font-family: "object-fit:contain";
    -o-object-fit: contain;
       object-fit: contain; }
  .specialist-card__content {
    height: 100%; }
  .specialist-card__caption {
    color: #5f1a42;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    letter-spacing: -0.01em; }
  .specialist-card__title {
    color: #2f2641;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    line-height: 1;
    letter-spacing: -0.01em; }
  .specialist-card__body {
    margin-top: 50px; }
  @media (max-width: 1179px) {
    .specialist-card__box {
      min-height: 100%;
      padding: 60px; }
    .specialist-card__content {
      padding-left: 30px; }
    .specialist-card__body {
      margin-top: 30px; } }
  @media (max-width: 767px) {
    .specialist-card__close {
      top: 15px;
      right: 15px; }
    .specialist-card__box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 60px 30px; }
      .specialist-card__box::before {
        width: 380px;
        height: 420px;
        bottom: -150px;
        right: -280px; }
    .specialist-card__content {
      padding-left: 0; } }
  @media (max-width: 559px) {
    .specialist-card__inner {
      padding: 20px; }
    .specialist-card__box {
      padding: 60px 15px; }
    .specialist-card__caption {
      font-size: 16px; }
    .specialist-card__title {
      font-size: 28px; }
    .specialist-card__text {
      font-size: 16px; } }

/**
* specialist
*/
.specialist {
  display: inline-block;
  width: 100%;
  max-width: 270px;
  height: 100%;
  position: relative;
  z-index: 0;
  text-align: left; }
  .specialist:hover .specialist__image.is-overlay {
    opacity: 0; }
  .specialist.has-image .specialist__cover::before {
    display: none; }
  .specialist.has-image .specialist__cover::after {
    display: block; }
  .specialist__cover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 100%;
    padding-bottom: 148%;
    position: relative;
    z-index: 0;
    background-color: #443051;
    overflow: hidden; }
    .specialist__cover::before {
      content: '';
      display: block;
      width: 184px;
      height: 184px;
      position: absolute;
      top: calc(50% - 92px);
      left: calc(50% - 92px);
      background-image: url("/img/watermark.svg");
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: contain;
      opacity: 0.25; }
      @supports (mix-blend-mode: overlay) {
        .specialist__cover::before {
          mix-blend-mode: overlay; } }
    .specialist__cover::after {
      content: '';
      display: none;
      width: 176px;
      height: 182px;
      position: absolute;
      right: -50px;
      bottom: -35px;
      z-index: 1;
      background-image: url("/img/watermark.svg");
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: contain;
      opacity: 0.1; }
      @supports (mix-blend-mode: overlay) {
        .specialist__cover::after {
          mix-blend-mode: overlay;
          opacity: 0.25; } }
  .specialist__image {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    font-family: "object-fit:contain;object-position:left";
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: left;
       object-position: left; }
    .specialist__image.is-overlay {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      opacity: 0.6;
      -webkit-transition: ease opacity 300ms;
      transition: ease opacity 300ms; }
  .specialist__body {
    margin-top: 30px; }
  .specialist__name {
    margin: 0;
    color: #2f2641;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -0.01em; }
  .specialist__link {
    color: currentColor;
    text-decoration: none; }
    .specialist__link::before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
  .specialist__position {
    margin: 0;
    margin-top: 10px;
    color: #525678;
    font-size: 11px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    letter-spacing: 0.16em;
    line-height: 1.28;
    text-transform: uppercase; }
  .specialist__experience {
    margin: 0;
    margin-top: 20px;
    color: #5f1a42;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1; }
  .specialist__responsibilities {
    margin: 0;
    margin-top: 10px;
    padding: 0;
    list-style: none; }
  .specialist__responsibility {
    padding-left: 10px;
    position: relative;
    color: #525678;
    font-family: "clinica", sans-serif;
    font-size: 15px;
    line-height: 1.2; }
    .specialist__responsibility::before {
      content: '';
      display: block;
      width: 3px;
      height: 3px;
      position: absolute;
      left: 0;
      top: 7px;
      border-radius: 50%;
      background-color: #525678; }
    .specialist__responsibility + .specialist__responsibility {
      margin-top: 7px; }
  @media (max-width: 767px) {
    .specialist {
      max-width: 240px; }
      .specialist__cover::before {
        width: 144px;
        height: 144px;
        top: calc(50% - 72px);
        left: calc(50% - 72px); }
      .specialist__cover::after {
        width: 144px;
        height: 144px;
        right: -40px;
        bottom: -30px; }
      .specialist__body {
        margin-top: 20px; }
      .specialist__name {
        font-size: 16px; }
      .specialist__position {
        margin-top: 5px;
        font-size: 10px; }
      .specialist__experience {
        font-size: 14px; }
      .specialist__responsibility {
        padding-left: 7px;
        font-size: 12px; }
        .specialist__responsibility::before {
          width: 2px;
          height: 2px;
          top: 6px; }
        .specialist__responsibility + .specialist__responsibility {
          margin-top: 5px; } }

/**
* specialists
*/
.specialists__list {
  margin: 0;
  padding: 0;
  list-style: none; }

.specialists__item {
  padding-bottom: 40px !important;
  text-align: center; }

.specialists__footer {
  margin-top: 50px; }

@media (max-width: 767px) {
  .specialists__item {
    padding-bottom: 20px !important; } }

/**
* specialists-roll
*/
.specialists-roll {
  position: relative; }
  .js-init .specialists-roll .specialists-roll__inner {
    opacity: 0;
    -webkit-transition: ease opacity 200ms;
    transition: ease opacity 200ms; }
  .js-init .specialists-roll::after {
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    z-index: 1;
    background-image: url(/img/loading.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain; }
  .specialists-roll.is-inited::after {
    display: none; }
  .specialists-roll.is-inited .specialists-roll__inner {
    opacity: 1; }
  .specialists-roll__control {
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    right: 0;
    bottom: calc(100% + 55px); }
    .specialists-roll__control.is-visible {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .specialists-roll__arrow {
    display: inline-block;
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer; }
    .specialists-roll__arrow + .specialists-roll__arrow {
      margin-left: 30px; }
  .specialists-roll__inner {
    width: 100%;
    height: 100%;
    padding-bottom: 10px;
    overflow: hidden; }
  .specialists-roll__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    top: 0;
    list-style: none;
    position: relative;
    z-index: 1;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    text-decoration: none;
    will-change: transform; }
  .specialists-roll__card {
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: 25%;
    margin: 0;
    position: relative;
    text-decoration: none;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform; }
  .specialists-roll .swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none; }
  .specialists-roll .swiper-notification {
    display: none; }
  @media (max-width: 1179px) {
    .specialists-roll__inner {
      width: calc(100% + 60px);
      margin-right: -30px;
      margin-left: -30px;
      padding: 0 30px; }
    .specialists-roll__card {
      min-width: 270px;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
  @media (max-width: 767px) {
    .specialists-roll__inner {
      width: calc(100% + 30px);
      margin-right: -15px;
      margin-left: -15px;
      padding: 0 15px; }
    .specialists-roll__card {
      min-width: 213px; }
    .specialists-roll__control {
      bottom: calc(100% + 35px); }
    .specialists-roll__arrow + .specialists-roll__arrow {
      margin-left: 15px; } }

/**
* stage
*/
.stage {
  max-width: 380px; }
  .stage__title {
    color: #5f1a42;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.01em; }
  .stage__text {
    margin: 0;
    margin-top: 12px;
    color: #525678;
    font-size: 16px;
    line-height: 1.5; }
  @media (max-width: 1179px) {
    .stage__title {
      padding-right: 15px;
      font-size: 19px;
      white-space: nowrap;
      height: 100%;
      overflow: hidden;
      text-overflow: ellipsis; }
    .stage__text {
      margin-top: 15px;
      padding-right: 15px; } }
  @media (max-width: 767px) {
    .stage__title {
      font-size: 16px; }
    .stage__text {
      margin-top: 10px; } }

/**
* stages
*/
.stages.is-alt .stages__list {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: 100px; }

.stages.is-alt .stages__line {
  width: calc(100% - 66px + 30px + 4px); }

.stages.is-alt .stages__item {
  width: calc((100% - 60px) / 2); }
  .stages.is-alt .stages__item.is-line {
    width: 100%;
    margin: 0 calc(((100% - 60px) / 2) - 50px) 0 50px !important; }

.stages__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: n; }

.stages__item {
  width: calc((100% - 60px) / 3);
  padding-bottom: 125px;
  position: relative;
  z-index: 0; }
  .stages__item::before {
    content: '';
    display: block;
    width: 94px;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain; }
  .stages__item:nth-child(9) ~ .stages__item .stage::before {
    content: counter(n); }
  .stages__item.is-line {
    width: 100%;
    margin: 0 calc(((100% - 60px) / 3) - 50px) 0 50px !important;
    padding: 25px 0 !important; }
    .stages__item.is-line::before, .stages__item.is-line::after {
      content: '';
      display: block;
      width: 20px;
      height: 20px;
      position: absolute;
      top: auto !important;
      left: 0;
      bottom: 7px !important;
      z-index: 0;
      background-image: url("/img/stage-curve.svg");
      background-repeat: no-repeat;
      background-position: 0 100%;
      background-size: auto; }
    .stages__item.is-line::after {
      left: auto !important;
      right: 0 !important;
      top: 8px !important;
      bottom: auto !important;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .stages__item.is-line .stages__line {
      width: calc(100% - 42px);
      height: 100%;
      left: 24px;
      top: 0 !important; }
      .stages__item.is-line .stages__line::before {
        top: auto;
        left: -27px;
        bottom: 0;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
      .stages__item.is-line .stages__line::after {
        top: 0;
        left: auto;
        right: -26px; }
  .stages__item.is-consultation::before {
    background-image: url("/img/stage-1.svg"); }
  .stages__item.is-contract::before {
    background-image: url("/img/stage-2.svg"); }
  .stages__item.is-meeting::before {
    background-image: url("/img/stage-3.svg"); }
  .stages__item.is-supply::before {
    background-image: url("/img/stage-4.svg"); }
  .stages__item.is-opening::before {
    background-image: url("/img/stage-5.svg"); }
  .stages__item.is-bookkeeping::before {
    background-image: url("/img/stage-6.svg"); }
  .stages__item.is-conclusion::before {
    background-image: url("/img/stage-7.svg"); }
  .stages__item.is-strategy::before {
    background-image: url("/img/stage-8.svg"); }
  .stages__item.is-starting::before {
    background-image: url("/img/stage-9.svg"); }
  .stages__item.is-execution::before {
    background-image: url("/img/stage-10.svg"); }

.stages__line {
  display: none;
  width: calc(100% - 96px + 30px + 4px);
  height: 1px;
  position: absolute;
  left: 93px;
  bottom: 50px;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #88a5de), color-stop(40%, #fff));
  background-image: linear-gradient(90deg, #88a5de 40%, #fff 40%);
  background-size: 9px 1px;
  background-position: 0 50%;
  background-repeat: repeat-x;
  -webkit-transform: translateY(0.5px);
          transform: translateY(0.5px); }
  .stages__line::before, .stages__line::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 50%;
    background-image: url("/img/stage-point.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .stages__line::before {
    content: '';
    width: 6px;
    height: 6px;
    left: auto;
    right: 0;
    background-image: url("/img/stage-arrow.svg");
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }

.stages__line2 {
  display: none;
  width: 1px;
  height: 30px;
  position: absolute;
  left: 36px;
  top: -12px;
  z-index: 1;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #88a5de), color-stop(40%, #fff));
  background-image: linear-gradient(0deg, #88a5de 40%, #fff 40%);
  background-size: 1px 9px;
  background-position: 0 50%;
  background-repeat: repeat-y; }
  .stages__line2::before, .stages__line2::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -24px;
    left: 0;
    z-index: 0;
    background-image: url("/img/stage-curve.svg");
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: auto; }
  .stages__line2::after {
    content: '';
    width: 6px;
    height: 6px;
    top: auto;
    left: -2px;
    bottom: 0;
    background-image: url("/img/stage-arrow.svg");
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }

.stages .stage {
  padding-left: 40px;
  position: relative; }
  .stages .stage::before {
    content: "0" counter(n);
    counter-increment: n;
    position: absolute;
    top: 1px;
    left: 0;
    color: #cdd8e8;
    font-size: 22px;
    line-height: 1; }

@media (min-width: 1179px) {
  .stages:not(.is-alt) .stages__item:nth-child(3) ~ .stages__item {
    padding-top: 125px;
    padding-bottom: 0; }
    .stages:not(.is-alt) .stages__item:nth-child(3) ~ .stages__item::before {
      top: 0;
      bottom: auto; }
    .stages:not(.is-alt) .stages__item:nth-child(3) ~ .stages__item .stages__line {
      top: 50px;
      bottom: auto; }
  .stages:not(.is-alt) .stages__item:nth-child(4n + 3) .stages__line,
  .stages:not(.is-alt) .stages__item:nth-child(7) ~ .stages__item .stages__line,
  .stages:not(.is-alt) .stages__item:last-child .stages__line {
    display: none; }
  .stages:not(.is-alt) .stages__item:nth-child(7) ~ .stages__item {
    margin-top: 40px; }
  .stages.is-alt .stages__item:nth-child(2) ~ .stages__item {
    padding-top: 125px;
    padding-bottom: 0; }
    .stages.is-alt .stages__item:nth-child(2) ~ .stages__item::before {
      top: 0;
      bottom: auto; }
    .stages.is-alt .stages__item:nth-child(2) ~ .stages__item .stages__line {
      top: 50px;
      bottom: auto; }
  .stages.is-alt .stages__item:nth-child(4n + 2) .stages__line,
  .stages.is-alt .stages__item:last-child .stages__line {
    display: none; }
  .stages__line {
    display: block; } }

@media (max-width: 1179px) {
  .stages.is-alt .stages__list {
    max-width: 100%;
    left: 0; }
  .stages.is-alt .stages__line {
    width: calc(100% - 42px + 30px + 4px); }
  .stages__item {
    width: 50%;
    padding-top: 0 !important;
    padding-bottom: 60px !important;
    padding-left: 85px; }
    .stages__item.is-line {
      display: none; }
    .stages__item::before {
      top: 17px;
      width: 70px;
      height: 73px; }
  .stages .stage {
    padding-left: 0;
    padding-top: 25px; }
    .stages .stage::before {
      top: 0;
      font-size: 18px; }
  .stages__line {
    width: calc(100% - 68px);
    left: 69px;
    top: 54px; } }

@media (max-width: 1179px) and (min-width: 767px) {
  .stages.is-alt .stages__item:nth-child(3)::after,
  .stages.is-alt .stages__item:nth-child(3) ~ .stages__item:nth-child(even)::after {
    width: calc(100% + 20px); }
  .stages__item:nth-child(2) .stages__line,
  .stages__item:nth-child(3) ~ .stages__item:nth-child(odd) .stages__line {
    width: 1px;
    height: calc(100% - 145px);
    left: 37px;
    top: 90px;
    background-size: 1px 9px;
    background-position: 0 50%;
    background-repeat: repeat-y;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #88a5de), color-stop(40%, #fff));
    background-image: linear-gradient(0deg, #88a5de 40%, #fff 40%); }
    .stages__item:nth-child(2) .stages__line::before,
    .stages__item:nth-child(3) ~ .stages__item:nth-child(odd) .stages__line::before {
      display: block;
      width: 20px;
      height: 20px;
      top: auto;
      left: -18px;
      bottom: -22px;
      background-image: url("/img/stage-curve.svg");
      background-size: auto;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .stages__item:nth-child(2) .stages__line::after,
    .stages__item:nth-child(3) ~ .stages__item:nth-child(odd) .stages__line::after {
      top: 0;
      left: 50%; }
  .stages__item:nth-child(3)::after,
  .stages__item:nth-child(3) ~ .stages__item:nth-child(even)::after {
    content: '';
    display: block;
    width: calc(100% - 39px);
    height: 1px;
    position: absolute;
    left: 60px;
    top: -35px;
    z-index: 1;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #88a5de), color-stop(40%, #fff));
    background-image: linear-gradient(90deg, #88a5de 40%, #fff 40%);
    background-size: 9px 1px;
    background-position: 0 50%;
    background-repeat: repeat-x;
    -webkit-transform: translateY(0.5px);
            transform: translateY(0.5px); }
  .stages__item:nth-child(3) .stages__line2,
  .stages__item:nth-child(3) ~ .stages__item:nth-child(even) .stages__line2 {
    display: block; }
  .stages__item:last-child .stages__line {
    display: none; }
  .stages__item:nth-child(3) ~ .stages__item:nth-child(odd):nth-last-child(1),
  .stages__item:nth-child(3) ~ .stages__item:nth-child(even):nth-last-child(1),
  .stages__item:nth-child(3) ~ .stages__item:nth-child(even):nth-last-child(2) {
    padding-bottom: 20px !important; }
  .stages__line {
    display: block; } }

@media (max-width: 767px) {
  .stages:not(.is-alt) .stages__item, .stages.is-alt .stages__item {
    width: 100%;
    padding-left: 60px;
    padding-bottom: 40px !important; }
    .stages:not(.is-alt) .stages__item::before, .stages.is-alt .stages__item::before {
      width: 42px;
      height: 42px;
      top: 0;
      background-image: url("/img/i-circle.svg") !important;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: contain; }
    .stages:not(.is-alt) .stages__item:last-child, .stages.is-alt .stages__item:last-child {
      padding-bottom: 0 !important; }
      .stages:not(.is-alt) .stages__item:last-child .stages__line, .stages.is-alt .stages__item:last-child .stages__line {
        display: none; }
  .stages:not(.is-alt) .stages__line, .stages.is-alt .stages__line {
    display: block;
    width: 1px;
    height: calc(100% - 42px);
    left: 22px;
    top: 41px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #88a5de), color-stop(40%, #fff));
    background-image: linear-gradient(0deg, #88a5de 40%, #fff 40%);
    background-size: 1px 9px;
    background-position: 50% 0;
    background-repeat: repeat-y; }
    .stages:not(.is-alt) .stages__line::before, .stages.is-alt .stages__line::before {
      top: auto;
      bottom: 0;
      left: 48%;
      -webkit-transform: translate(-50%, 0) rotate(90deg);
              transform: translate(-50%, 0) rotate(90deg); }
    .stages:not(.is-alt) .stages__line::after, .stages.is-alt .stages__line::after {
      width: 7px;
      height: 7px;
      top: 0; }
  .stages .stage {
    padding-top: 0; }
    .stages .stage::before {
      top: 14px;
      left: -47px;
      font-size: 14px; } }

/**
* svg-filter
*/
.svg-filter {
  display: none; }

/**
* tabs
*/
.tabs {
  margin: 0;
  position: relative;
  z-index: 100; }
  .js-init .tabs {
    position: relative;
    height: 400px; }
    .js-init .tabs .tabs__header,
    .js-init .tabs .tabs__body {
      opacity: 0;
      -webkit-transition: ease opacity 200ms;
      transition: ease opacity 200ms; }
    .js-init .tabs::after {
      content: '';
      display: block;
      width: 80px;
      height: 80px;
      position: absolute;
      top: calc(50% - 40px);
      left: calc(50% - 40px);
      z-index: 1;
      background-image: url(/img/loading.svg);
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: contain; }
  .tabs.is-inited {
    height: auto; }
    .tabs.is-inited .tabs__header,
    .tabs.is-inited .tabs__body {
      opacity: 1; }
    .tabs.is-inited::after {
      display: none; }
  .tabs__header {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    width: 100%;
    margin: -10px 0 10px;
    padding: 0;
    position: relative;
    overflow: hidden; }
  .tabs__label {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 10px 0;
    margin-right: 80px;
    padding: 0;
    position: relative;
    z-index: 0;
    color: #9496b7;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none; }
    .tabs__label.is-active {
      color: #343670;
      pointer-events: none; }
  .tabs__body {
    margin-top: 30px; }
  .tabs__section {
    overflow: hidden; }
  .tabs__item {
    padding: 1px 0; }
  @media (max-width: 767px) {
    .tabs__label {
      margin-right: 40px;
      font-size: 14px; }
    .tabs__body {
      margin-top: 10px; } }

/**
* tarifs
*/
.tarifs.has-4-columns .tarifs__button {
  padding: 0; }

.tarifs__header {
  position: relative; }
  .tarifs__header::before {
    content: '';
    display: block;
    width: calc(75% - 10px);
    height: 1px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ecf1f7; }

.tarifs__row {
  border-top: 2px solid #e7edf5; }
  .tarifs__row:nth-child(odd) {
    background-color: #f3f6fb; }
  .tarifs__row .grid {
    min-height: 70px; }

.tarifs__cover {
  width: 100%;
  height: 100%;
  min-height: 112px;
  background-image: url("/img/tarifs-cover.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain; }

.tarifs__pack {
  padding: 30px 15px;
  text-align: center; }
  .tarifs__pack + .tarifs__pack {
    position: relative; }
    .tarifs__pack + .tarifs__pack::before {
      content: '';
      width: 1px;
      height: calc(100% - 20px);
      position: absolute;
      top: 10px;
      left: 0;
      background-color: #e1e8f1; }

.tarifs__label {
  margin: 0;
  color: #2f2641;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 1.27;
  letter-spacing: -0.01em; }

.tarifs__price {
  margin: 0;
  margin-top: 10px;
  color: #5f1a42;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  font-size: 23px;
  letter-spacing: -0.01em; }
  .tarifs__price i {
    font-style: normal;
    font-size: 0.75em; }

.tarifs__item {
  padding: 12px 20px;
  padding-right: 0;
  color: #525678;
  font-size: 16px;
  line-height: 1.5; }

.tarifs__selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  text-align: center; }
  .tarifs__selected::after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("/img/list-point-dark.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain; }

.tarifs__footer {
  margin-top: 30px; }

.tarifs__description {
  margin-top: 30px; }

.tarifs__button {
  padding: 0 15px;
  text-align: center; }
  .tarifs__button .button {
    height: 48px;
    padding-top: 5px;
    padding-bottom: 5px;
    white-space: normal; }

@media (max-width: 1179px) {
  .tarifs__header::before {
    width: 100%; }
  .tarifs__label {
    font-size: 30px; }
  .tarifs__price {
    margin-top: 5px;
    font-size: 23px; }
  .tarifs__row {
    padding-bottom: 15px; }
  .tarifs__item {
    text-align: center; }
  .tarifs__button {
    padding: 0; } }

@media (max-width: 767px) {
  .tarifs.has-4-columns .tarifs__price i {
    display: block; }
  .tarifs.has-4-columns .tarifs__label {
    overflow: hidden;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .tarifs.has-4-columns .tarifs__pack {
    overflow: hidden; }
  .tarifs__pack {
    padding: 10px !important; }
  .tarifs__label {
    font-size: 18px; }
  .tarifs__price {
    font-size: 16px; }
  .tarifs__row {
    padding-bottom: 10px; }
    .tarifs__row .grid {
      min-height: auto; }
  .tarifs__item {
    padding: 10px 10px 7px;
    font-size: 13px; } }

/**
* text
*/
.text {
  color: #525678;
  font-size: 18px;
  line-height: 1.61; }
  .text h2,
  .text h3,
  .text h4,
  .text h5,
  .text h6 {
    margin: 0; }
    .text h2:not(:first-child),
    .text h3:not(:first-child),
    .text h4:not(:first-child),
    .text h5:not(:first-child),
    .text h6:not(:first-child) {
      margin-top: 1.8em; }
  .text h4,
  .text h5,
  .text h6 {
    color: #2f2641;
    font-family: "clinica", sans-serif; }
  .text b {
    font-weight: 400;
    color: #343670; }
  .text a {
    position: relative;
    color: #5f1a42;
    border-bottom: 1px dashed currentColor;
    text-decoration: none;
    -webkit-transition: ease color 300ms;
    transition: ease color 300ms; }
    .text a:hover {
      color: #343670; }
  .text img {
    display: block;
    margin: 2em 0; }
  .text ul {
    margin: 30px 0;
    padding: 0;
    position: relative;
    list-style: none;
    font-size: 18px; }
    .text ul li {
      margin: 15px 0;
      padding-left: 17px;
      position: relative;
      line-height: 1.4; }
      .text ul li::before {
        content: '';
        display: block;
        width: 5px;
        height: 5px;
        position: absolute;
        top: 11px;
        left: 0;
        border-radius: 50%;
        background-color: #343670; }
  .text h3 + p,
  .text h3 + ul,
  .text h3 + ol,
  .text h4 + p,
  .text h4 + ul,
  .text h4 + ol,
  .text h5 + p,
  .text h5 + ul,
  .text h5 + ol,
  .text h6 + p,
  .text h6 + ul,
  .text h6 + ol {
    margin-top: 15px; }
  .text blockquote,
  .text img,
  .text ol,
  .text ul,
  .text p {
    margin: 1.3em 0; }
    .text blockquote:last-child:first-child,
    .text img:last-child:first-child,
    .text ol:last-child:first-child,
    .text ul:last-child:first-child,
    .text p:last-child:first-child {
      margin: 0; }
    .text blockquote:first-child,
    .text img:first-child,
    .text ol:first-child,
    .text ul:first-child,
    .text p:first-child {
      margin-top: 0; }
    .text blockquote:last-child,
    .text img:last-child,
    .text ol:last-child,
    .text ul:last-child,
    .text p:last-child {
      margin-bottom: 0; }
  .text i {
    color: #343670;
    font-style: normal; }
  .text ol {
    counter-reset: order;
    padding: 0;
    position: relative;
    list-style: none; }
    .text ol li {
      max-width: 640px;
      margin: 20px 0;
      padding-left: 40px;
      position: relative;
      line-height: 1.4;
      font-size: 15px; }
      .text ol li::before {
        content: counter(order);
        counter-increment: order;
        display: block;
        width: 24px;
        height: 24px;
        position: absolute;
        left: 0;
        top: 10px;
        border: 1px solid #343670;
        border-radius: 50%;
        color: #4a5e6f;
        font-size: 13px;
        line-height: 22px;
        text-align: center;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
  .text blockquote {
    max-width: 670px;
    margin: 1.3em 0;
    padding-bottom: 30px;
    position: relative;
    color: #5f1a42;
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-size: 22px;
    line-height: 1.72; }
    .text blockquote::after {
      content: '';
      display: block;
      width: 70px;
      height: 1px;
      position: absolute;
      left: 0;
      bottom: 0;
      background-color: #e1e8f1; }
    .text blockquote:first-child {
      margin-top: 0; }
    .text blockquote:last-child {
      margin-top: 2em;
      padding-top: 30px;
      padding-bottom: 0; }
      .text blockquote:last-child::after {
        top: 0;
        bottom: auto; }
  .text__link {
    margin-top: 40px; }
  @media (max-width: 767px) {
    .text {
      font-size: 16px; }
      .text h2 {
        font-size: 28px; }
      .text blockquote {
        font-size: 18px; }
        .text blockquote:last-child {
          margin-top: 1em;
          padding-top: 20px;
          padding-bottom: 0; } }

/**
* totop
*/
.totop {
  display: block;
  outline: none;
  text-decoration: none; }

/**
* video
*/
.video.is-inited .video__container::before {
  display: none; }

.video.is-inited .video__container::after {
  top: calc(50% - 42px); }

.video.is-active .video__container {
  cursor: default; }
  .video.is-active .video__container::after {
    display: none; }

.video__container {
  width: 100%;
  height: 540px;
  position: relative;
  z-index: 0;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  cursor: pointer; }
  .video__container::before {
    content: attr(data-label);
    display: block;
    max-width: 152px;
    padding: 5px 10px;
    position: absolute;
    top: 40%;
    left: 50%;
    z-index: 1;
    color: #ffffff;
    border-radius: 4px;
    background-color: rgba(205, 216, 232, 0.16);
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .video__container::after {
    content: '';
    display: block;
    width: 84px;
    height: 84px;
    position: absolute;
    left: calc(50% - 42px);
    top: calc(55% - 42px);
    z-index: 1;
    background-image: url("/img/play.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    pointer-events: none; }
  .video__container video {
    width: 100%;
    height: 100%;
    max-width: 100%;
    font-family: "object-fit:cover";
    -o-object-fit: cover;
       object-fit: cover; }

@media (max-width: 767px) {
  .video__container {
    width: calc(100% + 30px);
    height: 380px;
    margin-left: -15px;
    margin-right: -15px; }
    .video__container::before {
      top: 35%; } }

/**
* widget
*/
.widget {
  padding: 50px;
  padding-bottom: 40px;
  background-color: #f1f4fb;
  border-top: 4px solid #88a5de; }
  .widget__title {
    color: #9496b7;
    font-weight: 500;
    line-height: 1;
    font-size: 13px;
    letter-spacing: 0.16em;
    text-transform: uppercase; }
  .widget__header + .widget__body {
    margin-top: 60px; }
  .widget__body:empty {
    display: none; }
  @media (max-width: 1179px) {
    .widget {
      padding: 20px 30px; } }
  @media (max-width: 767px) {
    .widget {
      border-top-width: 3px;
      padding: 0 10px; } }

/*# sourceMappingURL=style.min.css.map */
