@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400;500&display=swap");
/* line 5, app/assets/stylesheets/external.scss */
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

/* line 14, app/assets/stylesheets/external.scss */
.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

/* line 22, app/assets/stylesheets/external.scss */
.simplebar-mask {
  direction: inherit;
  overflow: hidden;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

/* line 30, app/assets/stylesheets/external.scss */
.simplebar-mask,
.simplebar-offset {
  position: absolute;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

/* line 41, app/assets/stylesheets/external.scss */
.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  -webkit-overflow-scrolling: touch;
}

/* line 48, app/assets/stylesheets/external.scss */
.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  visibility: visible;
  max-width: 100%;
  max-height: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/* line 62, app/assets/stylesheets/external.scss */
.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

/* line 68, app/assets/stylesheets/external.scss */
.simplebar-content:after,
.simplebar-content:before {
  content: " ";
  display: table;
}

/* line 74, app/assets/stylesheets/external.scss */
.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

/* line 81, app/assets/stylesheets/external.scss */
.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

/* line 99, app/assets/stylesheets/external.scss */
.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  z-index: -1;
}

/* line 112, app/assets/stylesheets/external.scss */
.simplebar-height-auto-observer,
.simplebar-track {
  position: absolute;
  overflow: hidden;
  pointer-events: none;
}

/* line 119, app/assets/stylesheets/external.scss */
.simplebar-track {
  z-index: 1;
  right: 0;
  bottom: 0;
}

/* line 125, app/assets/stylesheets/external.scss */
.simplebar-dragging[data-simplebar] .simplebar-content {
  pointer-events: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

/* line 133, app/assets/stylesheets/external.scss */
.simplebar-dragging[data-simplebar] .simplebar-track {
  pointer-events: all;
}

/* line 137, app/assets/stylesheets/external.scss */
.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

/* line 144, app/assets/stylesheets/external.scss */
.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: #000;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity .2s linear;
}

/* line 155, app/assets/stylesheets/external.scss */
.simplebar-scrollbar.simplebar-visible:before {
  opacity: .5;
  transition: opacity 0s linear;
}

/* line 160, app/assets/stylesheets/external.scss */
.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

/* line 165, app/assets/stylesheets/external.scss */
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

/* line 170, app/assets/stylesheets/external.scss */
.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

/* line 175, app/assets/stylesheets/external.scss */
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

/* line 181, app/assets/stylesheets/external.scss */
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* line 191, app/assets/stylesheets/external.scss */
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

/* line 196, app/assets/stylesheets/external.scss */
.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

/* line 207, app/assets/stylesheets/external.scss */
.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/* line 216, app/assets/stylesheets/external.scss */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* line 305, app/assets/stylesheets/external.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* line 319, app/assets/stylesheets/external.scss */
body {
  line-height: 1;
}

/* line 323, app/assets/stylesheets/external.scss */
ol,
ul {
  list-style: none;
}

/* line 328, app/assets/stylesheets/external.scss */
blockquote,
q {
  quotes: none;
}

/* line 333, app/assets/stylesheets/external.scss */
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

/* line 341, app/assets/stylesheets/external.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 346, app/assets/stylesheets/external.scss */
main {
  display: block;
}

/* line 350, app/assets/stylesheets/external.scss */
[hidden] {
  display: none !important;
}

/* line 354, app/assets/stylesheets/external.scss */
button,
input,
svg,
textarea {
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  border: 0;
  font-family: inherit;
  font-size: 100%;
  outline: none;
}

/* line 367, app/assets/stylesheets/external.scss */
button,
input,
textarea {
  background: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 378, app/assets/stylesheets/external.scss */
textarea {
  overflow: auto;
}

/* line 382, app/assets/stylesheets/external.scss */
button {
  cursor: pointer;
}

/* line 386, app/assets/stylesheets/external.scss */
button::-moz-focus-inner {
  border: 0;
}

/* line 390, app/assets/stylesheets/external.scss */
input::-ms-clear {
  display: none;
}

/* line 394, app/assets/stylesheets/external.scss */
template {
  display: none !important;
}

/* line 398, app/assets/stylesheets/external.scss */
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

/* line 403, app/assets/stylesheets/external.scss */
a {
  color: inherit;
}

/* line 407, app/assets/stylesheets/external.scss */
:focus,
a,
a:focus,
a:hover {
  outline: 0;
  text-decoration: none;
}

/* line 415, app/assets/stylesheets/external.scss */
img {
  border: 0;
}

/* line 419, app/assets/stylesheets/external.scss */
[v-cloak] {
  display: none !important;
}

@keyframes pulse {
  0% {
    transform: scale(0.6);
    opacity: .9;
  }
  25% {
    opacity: .9;
  }
  50% {
    transform: scale(1);
  }
  to {
    transform: scale(1);
    opacity: 0;
  }
}

/* line 440, app/assets/stylesheets/external.scss */
.fade-enter-active,
.fade-leave-active {
  transition: opacity .5s;
}

/* line 445, app/assets/stylesheets/external.scss */
.fade-enter,
.fade-leave-to {
  opacity: 0;
}

@font-face {
  font-family: icomoon;
  src: url(/fonts/icons/icomoon.eot);
  src: url(/fonts/icons/icomoon.eot#iefix) format("embedded-opentype"), url(/fonts/icons/icomoon.ttf) format("truetype"), url(/fonts/icons/icomoon.woff) format("woff"), url(/fonts/icons/icomoon.svg#icomoon) format("svg");
  font-weight: 400;
  font-style: normal;
}

/* line 462, app/assets/stylesheets/external.scss */
.icon-arrow-default-down:before {
  content: "" !important;
}

/* line 466, app/assets/stylesheets/external.scss */
.icon-arrow-default-down:before,
.icon-arrow-default-left:before {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 478, app/assets/stylesheets/external.scss */
.icon-arrow-default-left:before {
  content: "" !important;
}

/* line 482, app/assets/stylesheets/external.scss */
.icon-arrow-default-right:before {
  content: "" !important;
}

/* line 486, app/assets/stylesheets/external.scss */
.icon-arrow-default-right:before,
.icon-arrow-default-up:before {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 498, app/assets/stylesheets/external.scss */
.icon-arrow-default-up:before {
  content: "" !important;
}

/* line 502, app/assets/stylesheets/external.scss */
.icon-arrow-long-down:before {
  content: "" !important;
}

/* line 506, app/assets/stylesheets/external.scss */
.icon-arrow-long-down:before,
.icon-arrow-long-left:before {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 518, app/assets/stylesheets/external.scss */
.icon-arrow-long-left:before {
  content: "" !important;
}

/* line 522, app/assets/stylesheets/external.scss */
.icon-arrow-long-right:before {
  content: "" !important;
}

/* line 526, app/assets/stylesheets/external.scss */
.icon-arrow-long-right:before,
.icon-arrow-long-up:before {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 538, app/assets/stylesheets/external.scss */
.icon-arrow-long-up:before {
  content: "" !important;
}

/* line 542, app/assets/stylesheets/external.scss */
.icon-arrow-small-down:before {
  content: "" !important;
}

/* line 546, app/assets/stylesheets/external.scss */
.icon-arrow-small-down:before,
.icon-arrow-small-left:before {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 558, app/assets/stylesheets/external.scss */
.icon-arrow-small-left:before {
  content: "" !important;
}

/* line 562, app/assets/stylesheets/external.scss */
.icon-arrow-small-right:before {
  content: "" !important;
}

/* line 566, app/assets/stylesheets/external.scss */
.icon-arrow-small-right:before,
.icon-arrow-small-up:before {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 578, app/assets/stylesheets/external.scss */
.icon-arrow-small-up:before {
  content: "" !important;
}

/* line 582, app/assets/stylesheets/external.scss */
.icon-calendar:before {
  content: "" !important;
}

/* line 586, app/assets/stylesheets/external.scss */
.icon-calendar:before,
.icon-checked:before {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 598, app/assets/stylesheets/external.scss */
.icon-checked:before {
  content: "" !important;
}

/* line 602, app/assets/stylesheets/external.scss */
.icon-facebook:before {
  content: "" !important;
}

/* line 606, app/assets/stylesheets/external.scss */
.icon-facebook:before,
.icon-instagram:before {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 618, app/assets/stylesheets/external.scss */
.icon-instagram:before {
  content: "" !important;
}

/* line 622, app/assets/stylesheets/external.scss */
.icon-loupe:before {
  content: "" !important;
}

/* line 626, app/assets/stylesheets/external.scss */
.icon-loupe:before,
.icon-pause:before {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 638, app/assets/stylesheets/external.scss */
.icon-pause:before {
  content: "" !important;
}

/* line 642, app/assets/stylesheets/external.scss */
.icon-play:before {
  content: "" !important;
}

/* line 646, app/assets/stylesheets/external.scss */
.icon-play:before,
.icon-plus:before {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 658, app/assets/stylesheets/external.scss */
.icon-plus:before {
  content: "" !important;
}

/* line 662, app/assets/stylesheets/external.scss */
.icon-quote:before {
  content: "" !important;
}

/* line 666, app/assets/stylesheets/external.scss */
.icon-quote:before,
.icon-sound:before {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 678, app/assets/stylesheets/external.scss */
.icon-sound:before {
  content: "" !important;
}

/* line 682, app/assets/stylesheets/external.scss */
.icon-star:before {
  content: "" !important;
}

/* line 686, app/assets/stylesheets/external.scss */
.icon-star:before,
.icon-youtube:before {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 698, app/assets/stylesheets/external.scss */
.icon-youtube:before {
  content: "" !important;
}

/* line 702, app/assets/stylesheets/external.scss */
*,
:after,
:before {
  box-sizing: border-box;
}

/* line 708, app/assets/stylesheets/external.scss */
html {
  font-size: 10px;
  line-height: 1;
}

/* line 713, app/assets/stylesheets/external.scss */
body {
  font-weight: 400;
  color: #000;
  overflow-x: hidden;
}

/* line 719, app/assets/stylesheets/external.scss */
.fslightbox-container,
body {
  font-family: Roboto, sans-serif;
}

/* line 724, app/assets/stylesheets/external.scss */
.fslightbox-container {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  background: linear-gradient(rgba(30, 30, 30, 0.9), #000 1810%);
  z-index: 9999999;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  animation: fslightbox-fade-in-complete .25s forwards;
}

/* line 739, app/assets/stylesheets/external.scss */
.fslightbox-fade-in {
  animation: fslightbox-fade-in 0.25s cubic-bezier(0, 0, 0.7, 1) forwards;
}

/* line 743, app/assets/stylesheets/external.scss */
.fslightbox-fade-out {
  animation: fslightbox-fade-out .25s ease forwards;
}

/* line 747, app/assets/stylesheets/external.scss */
.fslightbox-fade-in-complete {
  animation: fslightbox-fade-in-complete 0.25s cubic-bezier(0, 0, 0.7, 1) forwards;
}

/* line 751, app/assets/stylesheets/external.scss */
.fslightbox-fade-out-complete {
  animation: fslightbox-fade-out-complete 0.25s ease !important;
}

@keyframes fslightbox-fade-in-complete {
  0% {
    opacity: .3;
  }
  to {
    opacity: 1;
  }
}

@keyframes fslightbox-fade-out-complete {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fslightbox-fade-in {
  0% {
    opacity: .65;
  }
  to {
    opacity: 1;
  }
}

@keyframes fslightbox-fade-out {
  0% {
    opacity: .35;
  }
  to {
    opacity: 0;
  }
}

/* line 791, app/assets/stylesheets/external.scss */
.fslightbox-cursor-grabbing {
  cursor: grabbing;
}

/* line 796, app/assets/stylesheets/external.scss */
.fslightbox-full-dimension {
  width: 100%;
  height: 100%;
}

/* line 801, app/assets/stylesheets/external.scss */
.fslightbox-open {
  overflow: hidden;
  height: 100%;
}

/* line 806, app/assets/stylesheets/external.scss */
.fslightbox-flex-centered {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 812, app/assets/stylesheets/external.scss */
.fslightbox-transform-transition {
  transition: transform .3s;
}

/* line 816, app/assets/stylesheets/external.scss */
.fslightbox-svg-path {
  transition: fill .15s ease;
  fill: #ddd;
}

/* line 821, app/assets/stylesheets/external.scss */
.fslightbox-svg-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 827, app/assets/stylesheets/external.scss */
.fslightbox-media-holder {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 835, app/assets/stylesheets/external.scss */
.fslightbox-nav {
  height: 45px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 843, app/assets/stylesheets/external.scss */
.fslightbox-slide-number-container {
  height: 100%;
  font-size: 14px;
  color: #d7d7d7;
  z-index: 0;
  max-width: 55px;
}

/* line 851, app/assets/stylesheets/external.scss */
.fslightbox-slide-number-container div {
  padding: 0 1.5px;
}

/* line 855, app/assets/stylesheets/external.scss */
.fslightbox-slash {
  font-size: 16px;
  margin-top: -1.5px;
}

/* line 860, app/assets/stylesheets/external.scss */
.fslightbox-toolbar {
  position: absolute;
  z-index: 3;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  background: rgba(35, 35, 35, 0.65);
}

/* line 870, app/assets/stylesheets/external.scss */
.fslightbox-toolbar-button {
  height: 100%;
  width: 45px;
  cursor: pointer;
}

/* line 876, app/assets/stylesheets/external.scss */
.fslightbox-toolbar-button:hover .fslightbox-svg-path {
  fill: #fff;
}

/* line 880, app/assets/stylesheets/external.scss */
.fslightbox-slide-btn-container {
  display: flex;
  align-items: center;
  padding: 12px 12px 12px 6px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
  transform: translateY(-50%);
}

/* line 891, app/assets/stylesheets/external.scss */
.fslightbox-slide-btn-container:hover .fslightbox-svg-path {
  fill: #f1f1f1;
}

/* line 895, app/assets/stylesheets/external.scss */
.fslightbox-slide-btn {
  padding: 8px;
  font-size: 26px;
  background: rgba(35, 35, 35, 0.65);
}

/* line 901, app/assets/stylesheets/external.scss */
.fslightbox-slide-btn-left-container {
  left: 0;
}

/* line 905, app/assets/stylesheets/external.scss */
.fslightbox-slide-btn-right-container {
  right: 0;
  padding-left: 12px;
  padding-right: 3px;
}

/* line 911, app/assets/stylesheets/external.scss */
.fslightbox-down-event-detector {
  position: absolute;
  z-index: 1;
}

/* line 916, app/assets/stylesheets/external.scss */
.fslightbox-swiping-invisible-hover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

/* line 923, app/assets/stylesheets/external.scss */
.fslightbox-invalid-file-wrapper {
  font-size: 22px;
  color: #eaebeb;
  margin: auto;
}

/* line 929, app/assets/stylesheets/external.scss */
.fslightbox-video {
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 933, app/assets/stylesheets/external.scss */
.fslightbox-loader {
  display: block;
  margin: auto;
  position: relative;
  width: 67px;
  height: 67px;
}

/* line 941, app/assets/stylesheets/external.scss */
.fslightbox-loader div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 54px;
  height: 54px;
  margin: 6px;
  border-radius: 50%;
  animation: fslightbox-loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border: 5px solid transparent;
  border-top-color: #999;
}

/* line 954, app/assets/stylesheets/external.scss */
.fslightbox-loader div:first-child {
  animation-delay: -.45s;
}

/* line 958, app/assets/stylesheets/external.scss */
.fslightbox-loader div:nth-child(2) {
  animation-delay: -.3s;
}

/* line 962, app/assets/stylesheets/external.scss */
.fslightbox-loader div:nth-child(3) {
  animation-delay: -.15s;
}

@keyframes fslightbox-loader {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}

/* line 975, app/assets/stylesheets/external.scss */
.fslightbox-source {
  margin: auto;
  display: block;
  backface-visibility: hidden;
  transform: translateZ(0);
}

/* line 983, app/assets/stylesheets/external.scss */
.fslightbox-source-holder {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
}

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

/* line 998, app/assets/stylesheets/external.scss */
:root {
  --swiper-theme-color: #007aff
;
}

/* line 1002, app/assets/stylesheets/external.scss */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

/* line 1012, app/assets/stylesheets/external.scss */
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

/* line 1016, app/assets/stylesheets/external.scss */
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

/* line 1026, app/assets/stylesheets/external.scss */
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}

/* line 1031, app/assets/stylesheets/external.scss */
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

/* line 1035, app/assets/stylesheets/external.scss */
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

/* line 1040, app/assets/stylesheets/external.scss */
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

/* line 1045, app/assets/stylesheets/external.scss */
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

/* line 1053, app/assets/stylesheets/external.scss */
.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* line 1057, app/assets/stylesheets/external.scss */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

/* line 1062, app/assets/stylesheets/external.scss */
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* line 1067, app/assets/stylesheets/external.scss */
.swiper-container-3d {
  perspective: 1200px;
}

/* line 1071, app/assets/stylesheets/external.scss */
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

/* line 1081, app/assets/stylesheets/external.scss */
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

/* line 1094, app/assets/stylesheets/external.scss */
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}

/* line 1098, app/assets/stylesheets/external.scss */
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}

/* line 1102, app/assets/stylesheets/external.scss */
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}

/* line 1106, app/assets/stylesheets/external.scss */
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}

/* line 1110, app/assets/stylesheets/external.scss */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/* line 1116, app/assets/stylesheets/external.scss */
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

/* line 1120, app/assets/stylesheets/external.scss */
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

/* line 1124, app/assets/stylesheets/external.scss */
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

/* line 1130, app/assets/stylesheets/external.scss */
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

/* line 1136, app/assets/stylesheets/external.scss */
.v-select {
  position: relative;
  font-family: inherit;
}

/* line 1141, app/assets/stylesheets/external.scss */
.v-select,
.v-select * {
  box-sizing: border-box;
}

@keyframes vSelectSpinner {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}

/* line 1155, app/assets/stylesheets/external.scss */
.vs__fade-enter-active,
.vs__fade-leave-active {
  pointer-events: none;
  transition: opacity 0.15s cubic-bezier(1, 0.5, 0.8, 1);
}

/* line 1161, app/assets/stylesheets/external.scss */
.vs__fade-enter,
.vs__fade-leave-to {
  opacity: 0;
}

/* line 1166, app/assets/stylesheets/external.scss */
.vs--disabled .vs__clear,
.vs--disabled .vs__dropdown-toggle,
.vs--disabled .vs__open-indicator,
.vs--disabled .vs__search,
.vs--disabled .vs__selected {
  cursor: not-allowed;
  background-color: #f8f8f8;
}

/* line 1175, app/assets/stylesheets/external.scss */
.v-select[dir=rtl] .vs__actions {
  padding: 0 3px 0 6px;
}

/* line 1179, app/assets/stylesheets/external.scss */
.v-select[dir=rtl] .vs__clear {
  margin-left: 6px;
  margin-right: 0;
}

/* line 1184, app/assets/stylesheets/external.scss */
.v-select[dir=rtl] .vs__deselect {
  margin-left: 0;
  margin-right: 2px;
}

/* line 1189, app/assets/stylesheets/external.scss */
.v-select[dir=rtl] .vs__dropdown-menu {
  text-align: right;
}

/* line 1193, app/assets/stylesheets/external.scss */
.vs__dropdown-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  padding: 0 0 4px;
  background: none;
  border: 1px solid rgba(60, 60, 60, 0.26);
  border-radius: 4px;
  white-space: normal;
}

/* line 1205, app/assets/stylesheets/external.scss */
.vs__selected-options {
  display: flex;
  flex-basis: 100%;
  flex-grow: 1;
  flex-wrap: wrap;
  padding: 0 2px;
  position: relative;
}

/* line 1214, app/assets/stylesheets/external.scss */
.vs__actions {
  display: flex;
  align-items: center;
  padding: 4px 6px 0 3px;
}

/* line 1220, app/assets/stylesheets/external.scss */
.vs--searchable .vs__dropdown-toggle {
  cursor: text;
}

/* line 1224, app/assets/stylesheets/external.scss */
.vs--unsearchable .vs__dropdown-toggle {
  cursor: pointer;
}

/* line 1228, app/assets/stylesheets/external.scss */
.vs--open .vs__dropdown-toggle {
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 1234, app/assets/stylesheets/external.scss */
.vs__open-indicator {
  fill: rgba(60, 60, 60, 0.5);
  transform: scale(1);
  transition: transform 0.15s cubic-bezier(1, -0.115, 0.975, 0.855);
  transition-timing-function: cubic-bezier(1, -0.115, 0.975, 0.855);
}

/* line 1241, app/assets/stylesheets/external.scss */
.vs--open .vs__open-indicator {
  transform: rotate(180deg) scale(1);
}

/* line 1245, app/assets/stylesheets/external.scss */
.vs--loading .vs__open-indicator {
  opacity: 0;
}

/* line 1249, app/assets/stylesheets/external.scss */
.vs__clear {
  fill: rgba(60, 60, 60, 0.5);
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  margin-right: 8px;
}

/* line 1258, app/assets/stylesheets/external.scss */
.vs__dropdown-menu {
  display: block;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  z-index: 1000;
  padding: 5px 0;
  margin: 0;
  width: 100%;
  max-height: 350px;
  min-width: 160px;
  overflow-y: auto;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(60, 60, 60, 0.26);
  border-top-style: none;
  border-radius: 0 0 4px 4px;
  text-align: left;
  list-style: none;
  background: #fff;
}

/* line 1279, app/assets/stylesheets/external.scss */
.vs__no-options {
  text-align: center;
}

/* line 1283, app/assets/stylesheets/external.scss */
.vs__dropdown-option {
  line-height: 1.42857143;
  display: block;
  padding: 3px 20px;
  clear: both;
  color: #333;
  white-space: nowrap;
}

/* line 1292, app/assets/stylesheets/external.scss */
.vs__dropdown-option:hover {
  cursor: pointer;
}

/* line 1296, app/assets/stylesheets/external.scss */
.vs__dropdown-option--highlight {
  background: #5897fb;
  color: #fff;
}

/* line 1301, app/assets/stylesheets/external.scss */
.vs__dropdown-option--disabled {
  background: inherit;
  color: rgba(60, 60, 60, 0.5);
}

/* line 1306, app/assets/stylesheets/external.scss */
.vs__dropdown-option--disabled:hover {
  cursor: inherit;
}

/* line 1310, app/assets/stylesheets/external.scss */
.vs__selected {
  display: flex;
  align-items: center;
  background-color: #f0f0f0;
  border: 1px solid rgba(60, 60, 60, 0.26);
  border-radius: 4px;
  color: #333;
  line-height: 1.4;
  margin: 4px 2px 0;
  padding: 0 .25em;
}

/* line 1322, app/assets/stylesheets/external.scss */
.vs__deselect {
  display: inline-flex;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left: 4px;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
  fill: rgba(60, 60, 60, 0.5);
  text-shadow: 0 1px 0 #fff;
}

/* line 1336, app/assets/stylesheets/external.scss */
.vs--single .vs__selected {
  background-color: transparent;
  border-color: transparent;
}

/* line 1341, app/assets/stylesheets/external.scss */
.vs--single.vs--open .vs__selected {
  position: absolute;
  opacity: .4;
}

/* line 1346, app/assets/stylesheets/external.scss */
.vs--single.vs--searching .vs__selected {
  display: none;
}

/* line 1350, app/assets/stylesheets/external.scss */
.vs__search::-webkit-search-cancel-button {
  display: none;
}

/* line 1354, app/assets/stylesheets/external.scss */
.vs__search::-ms-clear,
.vs__search::-webkit-search-decoration,
.vs__search::-webkit-search-results-button,
.vs__search::-webkit-search-results-decoration {
  display: none;
}

/* line 1361, app/assets/stylesheets/external.scss */
.vs__search,
.vs__search:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1.4;
  font-size: 1em;
  border: 1px solid transparent;
  border-left: none;
  outline: none;
  margin: 4px 0 0;
  padding: 0 7px;
  background: none;
  box-shadow: none;
  width: 0;
  max-width: 100%;
  flex-grow: 1;
}

/* line 1380, app/assets/stylesheets/external.scss */
.vs__search::-webkit-input-placeholder {
  color: inherit;
}

/* line 1384, app/assets/stylesheets/external.scss */
.vs__search:-ms-input-placeholder {
  color: inherit;
}

/* line 1388, app/assets/stylesheets/external.scss */
.vs__search::-ms-input-placeholder {
  color: inherit;
}

/* line 1392, app/assets/stylesheets/external.scss */
.vs__search::-moz-placeholder {
  color: inherit;
}
.vs__search::placeholder {
  color: inherit;
}

/* line 1396, app/assets/stylesheets/external.scss */
.vs--unsearchable .vs__search {
  opacity: 1;
}

/* line 1400, app/assets/stylesheets/external.scss */
.vs--unsearchable .vs__search:hover {
  cursor: pointer;
}

/* line 1404, app/assets/stylesheets/external.scss */
.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search {
  opacity: .2;
}

/* line 1408, app/assets/stylesheets/external.scss */
.vs__spinner {
  align-self: center;
  opacity: 0;
  font-size: 5px;
  text-indent: -9999em;
  overflow: hidden;
  border: 0.9em solid rgba(100, 100, 100, 0.1);
  border-left-color: rgba(60, 60, 60, 0.45);
  transform: translateZ(0);
  animation: vSelectSpinner 1.1s linear infinite;
  transition: opacity .1s;
}

/* line 1421, app/assets/stylesheets/external.scss */
.vs__spinner,
.vs__spinner:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}

/* line 1428, app/assets/stylesheets/external.scss */
.vs--loading .vs__spinner {
  opacity: 1;
}

/* line 1432, app/assets/stylesheets/external.scss */
.container {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
}

/* line 1442, app/assets/stylesheets/external.scss */
.container--small {
  max-width: 752px;
}

/* line 1446, app/assets/stylesheets/external.scss */
.container:after,
.container:before {
  content: "";
  display: block;
  clear: both;
}

/* line 1453, app/assets/stylesheets/external.scss */
.container--fluid {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

/* line 1460, app/assets/stylesheets/external.scss */
.container .row {
  margin-left: -8px;
  margin-right: -8px;
}

/* line 1465, app/assets/stylesheets/external.scss */
.container .row:after,
.container .row:before {
  content: "";
  display: block;
  clear: both;
}

/* line 1472, app/assets/stylesheets/external.scss */
.container .row--fluid {
  margin-left: 0;
  margin-right: 0;
}

/* line 1477, app/assets/stylesheets/external.scss */
.container .row--fluid .col-1,
.container .row--fluid .col-2,
.container .row--fluid .col-3,
.container .row--fluid .col-4,
.container .row--fluid .col-5,
.container .row--fluid .col-6,
.container .row--fluid .col-7,
.container .row--fluid .col-8,
.container .row--fluid .col-9,
.container .row--fluid .col-10,
.container .row--fluid .col-11,
.container .row--fluid .col-12 {
  padding-left: 0;
  padding-right: 0;
}

/* line 1493, app/assets/stylesheets/external.scss */
.container .row--flex {
  display: flex;
  flex-wrap: wrap;
}

/* line 1498, app/assets/stylesheets/external.scss */
.container .row--flex .col-1,
.container .row--flex .col-2,
.container .row--flex .col-3,
.container .row--flex .col-4,
.container .row--flex .col-5,
.container .row--flex .col-6,
.container .row--flex .col-7,
.container .row--flex .col-8,
.container .row--flex .col-9,
.container .row--flex .col-10,
.container .row--flex .col-11,
.container .row--flex .col-12 {
  float: none;
  display: flex;
}

/* line 1514, app/assets/stylesheets/external.scss */
.container .row .col-1,
.container .row .col-2,
.container .row .col-3,
.container .row .col-4,
.container .row .col-5,
.container .row .col-6,
.container .row .col-7,
.container .row .col-8,
.container .row .col-9,
.container .row .col-10,
.container .row .col-11,
.container .row .col-12 {
  float: left;
  padding-left: 8px;
  padding-right: 8px;
  box-sizing: border-box;
}

/* line 1532, app/assets/stylesheets/external.scss */
.container .row .col-1 {
  width: 8.33333333%;
}

/* line 1536, app/assets/stylesheets/external.scss */
.container .row .col-2 {
  width: 16.66666667%;
}

/* line 1540, app/assets/stylesheets/external.scss */
.container .row .col-3 {
  width: 25%;
}

/* line 1544, app/assets/stylesheets/external.scss */
.container .row .col-4 {
  width: 33.33333333%;
}

/* line 1548, app/assets/stylesheets/external.scss */
.container .row .col-5 {
  width: 41.66666667%;
}

/* line 1552, app/assets/stylesheets/external.scss */
.container .row .col-6 {
  width: 50%;
}

/* line 1556, app/assets/stylesheets/external.scss */
.container .row .col-7 {
  width: 58.33333333%;
}

/* line 1560, app/assets/stylesheets/external.scss */
.container .row .col-8 {
  width: 66.66666667%;
}

/* line 1564, app/assets/stylesheets/external.scss */
.container .row .col-9 {
  width: 75%;
}

/* line 1568, app/assets/stylesheets/external.scss */
.container .row .col-10 {
  width: 83.33333333%;
}

/* line 1572, app/assets/stylesheets/external.scss */
.container .row .col-11 {
  width: 91.66666667%;
}

/* line 1576, app/assets/stylesheets/external.scss */
.container .row .col-12 {
  width: 100%;
}

/* line 1580, app/assets/stylesheets/external.scss */
.container .row .offset-col-1 {
  margin-left: 8.33333333%;
}

/* line 1584, app/assets/stylesheets/external.scss */
.container .row .offset-col-2 {
  margin-left: 16.66666667%;
}

/* line 1588, app/assets/stylesheets/external.scss */
.container .row .offset-col-3 {
  margin-left: 25%;
}

/* line 1592, app/assets/stylesheets/external.scss */
.container .row .offset-col-4 {
  margin-left: 33.33333333%;
}

/* line 1596, app/assets/stylesheets/external.scss */
.container .row .offset-col-5 {
  margin-left: 41.66666667%;
}

/* line 1600, app/assets/stylesheets/external.scss */
.container .row .offset-col-6 {
  margin-left: 50%;
}

/* line 1604, app/assets/stylesheets/external.scss */
.container .row .offset-col-7 {
  margin-left: 58.33333333%;
}

/* line 1608, app/assets/stylesheets/external.scss */
.container .row .offset-col-8 {
  margin-left: 66.66666667%;
}

/* line 1612, app/assets/stylesheets/external.scss */
.container .row .offset-col-9 {
  margin-left: 75%;
}

/* line 1616, app/assets/stylesheets/external.scss */
.container .row .offset-col-10 {
  margin-left: 83.33333333%;
}

/* line 1620, app/assets/stylesheets/external.scss */
.container .row .offset-col-11 {
  margin-left: 91.66666667%;
}

/* line 1624, app/assets/stylesheets/external.scss */
.container .row .offset-col-12 {
  margin-left: 100%;
}

/* line 1628, app/assets/stylesheets/external.scss */
.footer {
  position: relative;
  padding-bottom: 36px;
  background-color: #edf8fd;
  z-index: 100;
}

/* line 1635, app/assets/stylesheets/external.scss */
.footer__top {
  position: relative;
  padding: 42px 0 76px;
  margin-bottom: 36px;
  border-bottom: 1px solid #0083f3;
}

/* line 1642, app/assets/stylesheets/external.scss */
.footer__button {
  margin: 8px 0;
}

/* line 1646, app/assets/stylesheets/external.scss */
.footer__columns {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

/* line 1652, app/assets/stylesheets/external.scss */
.footer__menuItem {
  overflow: hidden;
}

/* line 1656, app/assets/stylesheets/external.scss */
.footer__menuLink {
  position: relative;
  display: inline-block;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.8;
  transition: color .3s;
}

/* line 1665, app/assets/stylesheets/external.scss */
.footer__menuLink:hover,
.footer__menuLink__menuLink--active {
  color: #0083f3;
}

/* line 1670, app/assets/stylesheets/external.scss */
.footer__columnTitle {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.8;
}

/* line 1676, app/assets/stylesheets/external.scss */
.footer__columnContent {
  font-size: 1.2rem;
  line-height: 2.16666667;
}

/* line 1681, app/assets/stylesheets/external.scss */
.footer__columnContent p b,
.footer__columnContent p strong {
  font-weight: 500;
}

/* line 1686, app/assets/stylesheets/external.scss */
.footer__columnContent a {
  transition: color .3s;
}

/* line 1690, app/assets/stylesheets/external.scss */
.footer__columnContent a:hover {
  color: #0083f3;
}

/* line 1694, app/assets/stylesheets/external.scss */
.footer__scrollTop {
  position: absolute;
  top: -23px;
  left: calc(100% + 42px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  background-color: #f96e51;
  border-radius: 50%;
  z-index: 1;
}

/* line 1708, app/assets/stylesheets/external.scss */
.footer__scrollTop:after,
.footer__scrollTop:before {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  left: -7px;
  width: calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: rgba(249, 110, 81, 0.5);
  border-radius: 50%;
  transform: scale(0);
  transition: transform .3s;
  z-index: -1;
}

/* line 1724, app/assets/stylesheets/external.scss */
.footer__scrollTop:hover {
  background-color: #f96e51;
  z-index: 123132;
}

/* line 1729, app/assets/stylesheets/external.scss */
.footer__scrollTop:hover:after,
.footer__scrollTop:hover:before {
  animation: pulse 1s infinite;
}

/* line 1734, app/assets/stylesheets/external.scss */
.footer__scrollTop:hover:after {
  animation-delay: .5s;
}

/* line 1738, app/assets/stylesheets/external.scss */
html[dir=rtl] .footer__scrollTop {
  left: 0;
  right: calc(100% + 42px);
}

/* line 1743, app/assets/stylesheets/external.scss */
.footer__scrollTopIcon:before {
  font-size: 10px;
  line-height: 1;
  color: #fff;
  content: "" !important;
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 1758, app/assets/stylesheets/external.scss */
.footer__bottom {
  position: relative;
  overflow: hidden;
}

/* line 1763, app/assets/stylesheets/external.scss */
.footer__logo {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}

/* line 1770, app/assets/stylesheets/external.scss */
html[dir=rtl] .footer__logo {
  left: auto;
  right: 0;
}

/* line 1775, app/assets/stylesheets/external.scss */
.footer__logoImage {
  width: auto;
  height: 34px;
}

/* line 1780, app/assets/stylesheets/external.scss */
.footer__info {
  font-size: 0;
  text-align: center;
}

/* line 1785, app/assets/stylesheets/external.scss */
.footer__infoInner {
  display: inline-block;
  padding: 4px 0;
  overflow: hidden;
}

/* line 1791, app/assets/stylesheets/external.scss */
.footer__infoInner p {
  float: left;
  padding: 0 15px;
  font-size: 1.2rem;
  line-height: 2.16666667;
}

/* line 1798, app/assets/stylesheets/external.scss */
.footer__infoInner p a {
  transition: color .3s;
}

/* line 1802, app/assets/stylesheets/external.scss */
.footer__infoInner p a:hover {
  color: #0083f3;
}

/* line 1806, app/assets/stylesheets/external.scss */
.footer__socials {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  margin: -15px;
  padding: 7px 0;
  overflow: hidden;
}

/* line 1816, app/assets/stylesheets/external.scss */
html[dir=rtl] .footer__socials {
  left: 0;
  right: auto;
}

/* line 1821, app/assets/stylesheets/external.scss */
.footer__social {
  float: left;
}

/* line 1825, app/assets/stylesheets/external.scss */
.footer__socialLink {
  display: inline-block;
  padding: 15px;
  transition: opacity .3s;
}

/* line 1831, app/assets/stylesheets/external.scss */
.footer__socialLink:hover {
  opacity: .5;
}

/* line 1835, app/assets/stylesheets/external.scss */
.footer__socialLink:before {
  font-size: 2rem;
  line-height: 1;
  color: #0083f3;
}

/* line 1841, app/assets/stylesheets/external.scss */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.05);
  z-index: 1000;
}

/* line 1851, app/assets/stylesheets/external.scss */
.header__inner {
  max-width: 1298px;
  margin: 0 auto;
  padding: 0 16px;
}

/* line 1857, app/assets/stylesheets/external.scss */
.header__inner:after,
.header__inner:before {
  content: "";
  display: block;
  clear: both;
}

/* line 1864, app/assets/stylesheets/external.scss */
.header__logo {
  float: left;
  margin: 26px 48px 26px 0;
  display: inline-block;
  font-size: 0;
  transition: margin .3s;
}

/* line 1872, app/assets/stylesheets/external.scss */
html[dir=rtl] .header__logo {
  float: right;
  margin: 26px 0 26px 48px;
}

/* line 1877, app/assets/stylesheets/external.scss */
.header.header--sticky .header__logo {
  margin-top: 13px;
  margin-bottom: 13px;
}

/* line 1882, app/assets/stylesheets/external.scss */
.header__logoImage {
  width: auto;
  height: 34px;
}

/* line 1887, app/assets/stylesheets/external.scss */
.header__items {
  float: left;
  padding: 13px 0;
  margin: 0 -24px;
  overflow: hidden;
  transition: padding .3s;
}

/* line 1895, app/assets/stylesheets/external.scss */
.header.header--sticky .header__items {
  padding: 0;
}

/* line 1899, app/assets/stylesheets/external.scss */
html[dir=rtl] .header__items {
  float: right;
}

/* line 1903, app/assets/stylesheets/external.scss */
.header__item {
  float: left;
}

/* line 1907, app/assets/stylesheets/external.scss */
.header__item--mobile {
  display: none;
}

/* line 1911, app/assets/stylesheets/external.scss */
.header__itemLink {
  position: relative;
  display: inline-block;
  padding: 0 14px;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 4;
  transition: color .3s;
}

/* line 1921, app/assets/stylesheets/external.scss */
.header__item.header__item--mobile .header__itemLink {
  margin-top: 10px;
  color: #fff;
  text-transform: uppercase;
  background-color: #0083f3;
  border-radius: 4px;
}

/* line 1929, app/assets/stylesheets/external.scss */
.header__itemLink:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 2px;
  margin: 0 auto;
  background-color: #0083f3;
  transition: width .3s;
}

/* line 1942, app/assets/stylesheets/external.scss */
.header__item.header__item--mobile .header__itemLink:after {
  display: none;
}

/* line 1946, app/assets/stylesheets/external.scss */
.header__itemLink--active,
.header__itemLink:hover {
  color: #0083f3;
}

/* line 1951, app/assets/stylesheets/external.scss */
.header__itemLink--active:after,
.header__itemLink:hover:after {
  width: 100%;
}

/* line 1956, app/assets/stylesheets/external.scss */
.header__right {
  float: right;
}

/* line 1960, app/assets/stylesheets/external.scss */
.header__right:after,
.header__right:before {
  content: "";
  display: block;
  clear: both;
}

/* line 1967, app/assets/stylesheets/external.scss */
html[dir=rtl] .header__right {
  float: left;
}

/* line 1971, app/assets/stylesheets/external.scss */
.header__langs {
  position: relative;
  padding: 16px 0;
  float: left;
  transition: padding .3s;
}

/* line 1978, app/assets/stylesheets/external.scss */
.header.header--sticky .header__langs {
  padding: 3px 0;
}

/* line 1982, app/assets/stylesheets/external.scss */
html[dir=rtl] .header__langs {
  float: right;
}

/* line 1986, app/assets/stylesheets/external.scss */
.header__langsCurrent {
  padding: 14px 18px;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.73333333;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity .3s;
}

/* line 1996, app/assets/stylesheets/external.scss */
.header__langsCurrent:hover {
  opacity: .5;
}

/* line 2000, app/assets/stylesheets/external.scss */
.header__langsCurrent:after {
  position: absolute;
  top: calc(50% - 3px);
  right: 0;
  font-size: 6px;
  line-height: 1;
  content: "" !important;
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 2017, app/assets/stylesheets/external.scss */
.header__langsItems {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  font-size: 0;
  white-space: nowrap;
  background-color: #0083f3;
  border-radius: 4px;
  transform: translateY(50%);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.05);
  transition: transform .3s, opacity .3s, visibility .3s;
}

/* line 2033, app/assets/stylesheets/external.scss */
html[dir=rtl] .header__langsItems {
  left: 0;
  right: auto;
}

/* line 2038, app/assets/stylesheets/external.scss */
.header__langsItems--active {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

/* line 2044, app/assets/stylesheets/external.scss */
.header .lang-item {
  display: inline-block;
  background-color: #fff;
}

/* line 2049, app/assets/stylesheets/external.scss */
.header .lang-item + .header .lang-item {
  border-left: 1px solid #f5f5f5;
}

/* line 2053, app/assets/stylesheets/external.scss */
.header .lang-item a {
  display: inline-table;
  padding: 14px 30px;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.73333333;
  text-transform: uppercase;
  text-align: center;
  transition: color .3s;
}

/* line 2064, app/assets/stylesheets/external.scss */
.header .lang-item a:hover {
  color: #0083f3;
}

/* line 2068, app/assets/stylesheets/external.scss */
.header__search {
  position: relative;
  float: left;
  padding: 16px 0;
  margin-left: 20px;
  transition: padding .3s;
}

/* line 2076, app/assets/stylesheets/external.scss */
html[dir=rtl] .header__search {
  float: right;
}

/* line 2080, app/assets/stylesheets/external.scss */
.header.header--sticky .header__search {
  padding: 3px 0;
}

/* line 2084, app/assets/stylesheets/external.scss */
.header__searchToggle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  color: #0083f3;
  background-color: #edf8fd;
  border-radius: 4px;
  transition: color .3s;
  z-index: 1;
  overflow: hidden;
  transition: color .3s, background-color .3s;
}

/* line 2100, app/assets/stylesheets/external.scss */
.header__searchToggle:after {
  font-size: 16px;
  line-height: 1px;
  content: "" !important;
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 2114, app/assets/stylesheets/external.scss */
.header__searchToggle:hover {
  color: #fff;
  background-color: #0083f3;
}

/* line 2119, app/assets/stylesheets/external.scss */
.header__searchToggle:hover:before {
  width: 100%;
}

/* line 2123, app/assets/stylesheets/external.scss */
.header__searchForm {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  padding-right: 54px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.05);
  transform: translateY(50%);
  opacity: 0;
  visibility: hidden;
  transition: transform .3s, opacity .3s, visibility .3s;
}

/* line 2137, app/assets/stylesheets/external.scss */
.header__searchForm:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  z-index: -1;
  content: "" !important;
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 2160, app/assets/stylesheets/external.scss */
.header__searchForm--active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

/* line 2166, app/assets/stylesheets/external.scss */
.header__searchFormInput {
  width: 250px;
  padding: 14px 20px;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.85714286;
}

/* line 2174, app/assets/stylesheets/external.scss */
.header__searchFormInput::-webkit-input-placeholder {
  color: #959a9c;
  font-size: 1.2rem;
}

/* line 2179, app/assets/stylesheets/external.scss */
.header__searchFormInput::-moz-placeholder {
  color: #959a9c;
  font-size: 1.2rem;
}

/* line 2184, app/assets/stylesheets/external.scss */
.header__searchFormInput:-ms-input-placeholder {
  color: #959a9c;
  font-size: 1.2rem;
}

/* line 2189, app/assets/stylesheets/external.scss */
.header__searchFormInput:-moz-placeholder {
  color: #959a9c;
  font-size: 1.2rem;
}

/* line 2194, app/assets/stylesheets/external.scss */
.header__searchFormButton {
  position: absolute;
  top: 0;
  right: 0;
  width: 54px;
  height: 54px;
  opacity: 0;
}

/* line 2203, app/assets/stylesheets/external.scss */
.header__button {
  float: left;
  padding: 16px 0;
  margin-left: 20px;
  font-size: 0;
  transition: padding .3s;
}

/* line 2211, app/assets/stylesheets/external.scss */
html[dir=rtl] .header__button {
  float: right;
}

/* line 2215, app/assets/stylesheets/external.scss */
.header.header--sticky .header__button {
  padding: 3px 0;
}

/* line 2219, app/assets/stylesheets/external.scss */
.header__menuToggle {
  display: none;
  position: relative;
  float: right;
  width: 40px;
  height: 38px;
  margin: 24px 0 24px 20px;
  transition: margin .3s;
}

/* line 2229, app/assets/stylesheets/external.scss */
.header.header--sticky .header__menuToggle {
  margin-top: 11px;
  margin-bottom: 11px;
}

/* line 2234, app/assets/stylesheets/external.scss */
.header__menuToggleLine {
  display: block;
  height: 4px;
  margin: 6px 0;
  background-color: #0083f3;
  transition: all .3s ease-in-out;
}

/* line 2242, app/assets/stylesheets/external.scss */
.header__menuToggle.header__menuToggle--active .header__menuToggleLine:first-child {
  transform: translateY(10px) rotate(135deg);
}

/* line 2246, app/assets/stylesheets/external.scss */
.header__menuToggle.header__menuToggle--active .header__menuToggleLine:nth-child(2) {
  transform: scale(0);
}

/* line 2250, app/assets/stylesheets/external.scss */
.header__menuToggle.header__menuToggle--active .header__menuToggleLine:nth-child(3) {
  transform: translateY(-10px) rotate(-135deg);
}

/* line 2254, app/assets/stylesheets/external.scss */
.textTemplateHeader {
  padding-top: 18rem;
  padding-bottom: 8rem;
  max-width: 1298px;
  background-color: #edf8fd;
  margin: 0 auto;
}

/* line 2262, app/assets/stylesheets/external.scss */
.textTemplateHeader__title {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 10px;
}

/* line 2268, app/assets/stylesheets/external.scss */
.textTemplateHeader p {
  font-size: 18px;
  line-height: 30px;
}

/* line 2273, app/assets/stylesheets/external.scss */
.additionalInformation {
  font-size: 1.2rem;
  line-height: 3rem;
}

/* line 2278, app/assets/stylesheets/external.scss */
.additionalInformation--center {
  text-align: center;
}

/* line 2282, app/assets/stylesheets/external.scss */
.additionalInformation__inner {
  max-width: 800px;
  display: inline-block;
}

/* line 2287, app/assets/stylesheets/external.scss */
.additionalInformation__icon {
  width: 28px;
  height: 28px;
  display: inline-block;
  border: 1px solid #0083f3;
  border-radius: 50%;
  color: #0083f3;
  font-size: 1.5rem;
  line-height: 2.7rem;
  font-weight: 500;
  text-align: center;
  margin-right: 10px;
  position: relative;
  top: 2px;
  background-color: #edf8fd;
}

/* line 2304, app/assets/stylesheets/external.scss */
html[dir=rtl] .additionalInformation__icon {
  margin-left: 10px;
  margin-right: 0;
}

/* line 2309, app/assets/stylesheets/external.scss */
.audioPlayer {
  padding: 30px 0 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 2317, app/assets/stylesheets/external.scss */
.audioPlayer audio {
  display: none;
}

/* line 2321, app/assets/stylesheets/external.scss */
.audioPlayer__progress {
  position: relative;
  border-bottom: 4px solid #f5f5f5;
}

/* line 2326, app/assets/stylesheets/external.scss */
.audioPlayer__progressImage {
  width: 100%;
  height: 24px;
  background-image: url(/assets/audio-bg-369e0eaa215a0f246285c1374b47935b19b13121817c95412a934d7c2882e9d2.png);
  background-repeat: repeat-x;
}

/* line 2333, app/assets/stylesheets/external.scss */
.audioPlayer__progressLine {
  width: 100%;
  height: 4px;
  margin-bottom: -4px;
  background-color: #f96e51;
}

/* line 2340, app/assets/stylesheets/external.scss */
.audioPlayer__progressButtons {
  position: absolute;
  bottom: -27px;
  left: 0;
  font-size: 0;
}

/* line 2347, app/assets/stylesheets/external.scss */
.audioPlayer__progressButton {
  width: 50px;
  height: 50px;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  border-radius: 50%;
  transform: translateZ(0);
}

/* line 2356, app/assets/stylesheets/external.scss */
.audioPlayer__progressButton:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 28px;
  transform: translate(-50%, -50%);
  background-color: #f96e51;
  border-radius: 50%;
}

/* line 2368, app/assets/stylesheets/external.scss */
.audioPlayer__progressButton:after {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 10px;
  line-height: 1;
  color: #fff;
  transform: translate(-50%, -50%);
}

/* line 2378, app/assets/stylesheets/external.scss */
.audioPlayer__progressButton--play:after {
  margin-left: 2px;
  content: "" !important;
}

/* line 2383, app/assets/stylesheets/external.scss */
.audioPlayer__progressButton--pause:after,
.audioPlayer__progressButton--play:after {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 2395, app/assets/stylesheets/external.scss */
.audioPlayer__progressButton--pause:after {
  content: "" !important;
}

/* line 2399, app/assets/stylesheets/external.scss */
.audioPlayer__progressButton--hidden {
  display: none;
}

/* line 2403, app/assets/stylesheets/external.scss */
.audioPlayer__footer {
  margin-top: 12px;
  padding: 12px 0;
  overflow: hidden;
}

/* line 2409, app/assets/stylesheets/external.scss */
.audioPlayer__footerTime {
  float: left;
  font-size: 1.3rem;
  line-height: 2;
  color: #2c3f50;
}

/* line 2416, app/assets/stylesheets/external.scss */
.audioPlayer__footerVolume {
  float: right;
}

/* line 2420, app/assets/stylesheets/external.scss */
.audioPlayer__volume {
  padding: 5px 0;
  overflow: hidden;
}

/* line 2425, app/assets/stylesheets/external.scss */
.audioPlayer__volumeMute {
  float: left;
  transition: opacity .3s;
}

/* line 2430, app/assets/stylesheets/external.scss */
.audioPlayer__volumeMute:before {
  font-size: 14px;
  line-height: 1;
  content: "" !important;
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 2444, app/assets/stylesheets/external.scss */
.audioPlayer__volumeMute--active {
  opacity: .5;
}

/* line 2448, app/assets/stylesheets/external.scss */
.audioPlayer__volumeLine {
  float: right;
  position: relative;
  width: 43px;
  height: 4px;
  margin: 5px 0 5px 10px;
  background-color: #f5f5f5;
  cursor: pointer;
}

/* line 2458, app/assets/stylesheets/external.scss */
.audioPlayer__volumeValue {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #bfc2c4;
}

/* line 2466, app/assets/stylesheets/external.scss */
.bodyParts__imgWrapper {
  position: relative;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 5px;
  overflow: hidden;
}

/* line 2474, app/assets/stylesheets/external.scss */
.bodyParts__imgWrapper--warning {
  border-color: #f96e51;
}

/* line 2478, app/assets/stylesheets/external.scss */
html[dir=rtl] .bodyParts__imgWrapperImg {
  position: relative;
  left: -3px;
}

/* line 2483, app/assets/stylesheets/external.scss */
.bodyParts__label {
  position: absolute;
  transition: opacity .3s;
  cursor: pointer;
}

/* line 2489, app/assets/stylesheets/external.scss */
.bodyParts__label img {
  opacity: 0;
  transition: opacity .3s;
}

/* line 2494, app/assets/stylesheets/external.scss */
.bodyParts__label input:checked ~ img {
  opacity: 1;
}

/* line 2498, app/assets/stylesheets/external.scss */
.bodyParts__label input:checked + .bodyParts__labelText:before {
  background-color: #f96e51;
}

/* line 2502, app/assets/stylesheets/external.scss */
.bodyParts__label:hover img {
  opacity: .5;
}

/* line 2506, app/assets/stylesheets/external.scss */
.bodyParts__labelText {
  display: none;
  font-size: 1.7rem;
  line-height: 3rem;
  padding-left: 25px;
}

/* line 2513, app/assets/stylesheets/external.scss */
html[dir=rtl] .bodyParts__labelText {
  padding-right: 25px;
  padding-left: 0;
}

/* line 2518, app/assets/stylesheets/external.scss */
.bodyParts__labelText:before {
  content: "";
  background-color: transparent;
  border: 2px solid #f96e51;
  padding: 6px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 6px;
}

/* line 2532, app/assets/stylesheets/external.scss */
html[dir=rtl] .bodyParts__labelText:before {
  right: 0;
  left: auto;
}

/* line 2537, app/assets/stylesheets/external.scss */
.bodyParts__labelText:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 6px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* line 2550, app/assets/stylesheets/external.scss */
html[dir=rtl] .bodyParts__labelText:after {
  right: 6px;
  left: auto;
}

/* line 2555, app/assets/stylesheets/external.scss */
.bodyParts__helpBox {
  font-size: 1.2rem;
  margin-top: 15px;
  font-weight: 500;
  color: #f96e51;
}

/* line 2562, app/assets/stylesheets/external.scss */
.button {
  position: relative;
  display: inline-block;
  padding: 14px 20px;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.85714286;
  text-transform: uppercase;
  border-radius: 4px;
  overflow: hidden;
  z-index: 1;
  transition: color .3s;
}

/* line 2576, app/assets/stylesheets/external.scss */
a.button {
  color: black;
  -webkit-appearance: button;
  vertical-align: middle;
}

/* line 2581, app/assets/stylesheets/external.scss */
a.button:hover {
  color: black;
  text-decoration: none;
}

/* line 2585, app/assets/stylesheets/external.scss */
a.button.button--orange {
  color: white;
}

/* line 2589, app/assets/stylesheets/external.scss */
.button:before {
  bottom: 0;
  right: 0;
  z-index: -1;
  transition: height .3s;
}

/* line 2596, app/assets/stylesheets/external.scss */
.button:after,
.button:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}

/* line 2604, app/assets/stylesheets/external.scss */
.button:after {
  top: 0;
  left: 0;
  border: 2px solid transparent;
  border-radius: 4px;
}

/* line 2611, app/assets/stylesheets/external.scss */
.button--reversedHover:before,
.button.active:not(:disabled):before,
.button.button.open:not(:disabled):before,
.button:not(:disabled):hover:before {
  height: 0;
}

/* line 2618, app/assets/stylesheets/external.scss */
.button--reversedHover.button.active:before,
.button--reversedHover.button.open:before,
.button--reversedHover:hover:before {
  height: 100%;
}

/* line 2624, app/assets/stylesheets/external.scss */
.button--blue {
  color: #fff;
}

/* line 2628, app/assets/stylesheets/external.scss */
.button--blue:before {
  background-color: #0083f3;
}

/* line 2632, app/assets/stylesheets/external.scss */
.button--blue:after {
  border-color: #0083f3;
}

/* line 2636, app/assets/stylesheets/external.scss */
.button--blue:hover {
  color: #0083f3;
}

/* line 2640, app/assets/stylesheets/external.scss */
.button--orange {
  color: #fff;
}

/* line 2644, app/assets/stylesheets/external.scss */
.button--orange:before {
  background-color: #f96e51;
}

/* line 2648, app/assets/stylesheets/external.scss */
.button--orange:after {
  border-color: #f96e51;
}

/* line 2652, app/assets/stylesheets/external.scss */
.button--orange:not(:disabled):hover {
  color: #f96e51;
}

/* line 2656, app/assets/stylesheets/external.scss */
.button--white {
  color: #00c4a5;
}

/* line 2660, app/assets/stylesheets/external.scss */
.button--white:before {
  background-color: #fff;
}

/* line 2664, app/assets/stylesheets/external.scss */
.button--white:after {
  border-color: #fff;
}

/* line 2668, app/assets/stylesheets/external.scss */
.button--white:not(:disabled):hover {
  color: #fff;
}

/* line 2672, app/assets/stylesheets/external.scss */
.button--gray {
  color: #2c3f50;
}

/* line 2676, app/assets/stylesheets/external.scss */
.button--gray:before {
  background-color: #f96e51;
}

/* line 2680, app/assets/stylesheets/external.scss */
.button--gray:after {
  border-color: #d3d6d8;
  transition: border-color .3s;
}

/* line 2685, app/assets/stylesheets/external.scss */
.button--gray.button.active:after,
.button--gray.button.open:after,
.button--gray:hover:after {
  border-color: #f96e51;
}

/* line 2691, app/assets/stylesheets/external.scss */
.button:disabled {
  opacity: .6;
}

/* line 2695, app/assets/stylesheets/external.scss */
.arrowButton {
  display: block;
  width: 44px;
  height: 44px;
  font-size: 0;
  color: #0083f3;
  background-color: #e5f2fe;
  border-radius: 50%;
  text-align: center;
  pointer-events: all;
  transform: translateZ(0);
  transition: color .3s, background-color .3s;
}

/* line 2709, app/assets/stylesheets/external.scss */
.arrowButton.swiper-button-disabled,
.arrowButton:disabled {
  opacity: .3;
  cursor: default;
}

/* line 2715, app/assets/stylesheets/external.scss */
.arrowButton:not(:disabled):hover {
  color: #fff;
  background-color: #0083f3;
}

/* line 2720, app/assets/stylesheets/external.scss */
.arrowButton:before {
  font-size: 17px;
  line-height: 44px;
}

/* line 2725, app/assets/stylesheets/external.scss */
.arrowButton--prev {
  margin-top: 15px;
}

/* line 2729, app/assets/stylesheets/external.scss */
html[dir=rtl] .arrowButton--prev {
  transform: rotate(180deg);
}

/* line 2733, app/assets/stylesheets/external.scss */
.arrowButton--prev:before {
  content: "" !important;
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 2745, app/assets/stylesheets/external.scss */
html[dir=rtl] .arrowButton--next {
  transform: rotate(-180deg);
}

/* line 2749, app/assets/stylesheets/external.scss */
.arrowButton--next:before {
  content: "" !important;
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@keyframes cssLoaderAnimation {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
  }
  to {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}

/* line 2774, app/assets/stylesheets/external.scss */
.cssLoader {
  display: block;
  position: relative;
  width: 100px;
  height: 100px;
  transform: translateZ(0);
}

/* line 2782, app/assets/stylesheets/external.scss */
.cssLoader--small {
  width: 56px;
  height: 56px;
}

/* line 2787, app/assets/stylesheets/external.scss */
.cssLoader:after,
.cssLoader:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border: 4px solid #0083f3;
  opacity: 0;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: cssLoaderAnimation 1s cubic-bezier(0, 0.5, 0.8, 1) infinite;
}

/* line 2800, app/assets/stylesheets/external.scss */
.cssLoader:after {
  animation-delay: -.5s;
}

/* line 2804, app/assets/stylesheets/external.scss */
.radio {
  position: relative;
  margin-bottom: 30px;
  max-width: 570px;
}

/* line 2810, app/assets/stylesheets/external.scss */
.radio__group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

/* line 2816, app/assets/stylesheets/external.scss */
.radio__group--warning .radio__label:before {
  border-color: #f96e51;
}

/* line 2820, app/assets/stylesheets/external.scss */
.radio__groupItem {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 2825, app/assets/stylesheets/external.scss */
.radio__groupItem--full {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 2830, app/assets/stylesheets/external.scss */
.radio__title {
  display: flex;
  font-size: 1.5rem;
  line-height: 2.4rem;
  margin-bottom: 4px;
}

/* line 2837, app/assets/stylesheets/external.scss */
.radio__title p b,
.radio__title p strong {
  font-weight: 700;
}

/* line 2842, app/assets/stylesheets/external.scss */
.radio__titleNumber {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  flex: 0 0 34px;
  height: 34px;
  background-color: #edf8fd;
  border-radius: 50%;
  margin-right: 14px;
  color: #0083f3;
}

/* line 2855, app/assets/stylesheets/external.scss */
html[dir=rtl] .radio__titleNumber {
  margin-left: 14px;
  margin-right: 0;
}

/* line 2860, app/assets/stylesheets/external.scss */
.radio__input:checked ~ .radio__label:before {
  border-color: #2c3f50;
}

/* line 2864, app/assets/stylesheets/external.scss */
.radio__input:checked ~ .radio__label:after {
  height: 10px;
  width: 10px;
}

/* line 2869, app/assets/stylesheets/external.scss */
.radio__label {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.8rem;
  padding: 10px 45px;
  position: relative;
  width: 100%;
  cursor: pointer;
}

/* line 2879, app/assets/stylesheets/external.scss */
.radio__label:after,
.radio__label:before {
  content: "";
  position: absolute;
  top: 50%;
  border-radius: 50%;
}

/* line 2887, app/assets/stylesheets/external.scss */
.radio__label:before {
  width: 30px;
  height: 30px;
  left: 0;
  border: 1px solid #d8d8d8;
  transition: border-color .3s;
  transform: translateY(-50%);
}

/* line 2896, app/assets/stylesheets/external.scss */
html[dir=rtl] .radio__label:before {
  left: auto;
  right: 0;
}

/* line 2901, app/assets/stylesheets/external.scss */
.radio__label:after {
  left: 15px;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background-color: #2c3f50;
  transition: width .3s, height .3s;
}

/* line 2910, app/assets/stylesheets/external.scss */
html[dir=rtl] .radio__label:after {
  left: auto;
  right: 5px;
}

/* line 2915, app/assets/stylesheets/external.scss */
.patientForm--after .radio {
  max-width: 100%;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  padding: 40px 50px 50px;
}

/* line 2922, app/assets/stylesheets/external.scss */
.patientForm--after .radio__group {
  padding-left: 80px;
}

/* line 2926, app/assets/stylesheets/external.scss */
.patientForm--after .radio__title {
  margin-bottom: 10px;
}

/* line 2930, app/assets/stylesheets/external.scss */
.patientForm--after .radio__titleLabel {
  line-height: 30px;
  font-size: 15px;
}

/* line 2935, app/assets/stylesheets/external.scss */
.patientForm--after .radio__groupItem {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 2940, app/assets/stylesheets/external.scss */
.patientForm--after .radio--additional {
  border: none;
  padding: 20px 0 0;
}

/* line 2945, app/assets/stylesheets/external.scss */
.rangeForm {
  margin-top: 25px;
  margin-bottom: 40px;
  position: relative;
}

/* line 2951, app/assets/stylesheets/external.scss */
.rangeForm__label {
  margin-bottom: 26px;
}

/* line 2955, app/assets/stylesheets/external.scss */
.rangeForm__label p {
  font-size: 1.5rem;
  line-height: 3rem;
  color: #2c3f50;
}

/* line 2961, app/assets/stylesheets/external.scss */
.rangeForm__label p b,
.rangeForm__label p strong {
  font-weight: 700;
}

/* line 2966, app/assets/stylesheets/external.scss */
.rangeForm__numbers,
.rangeForm__wrapper {
  display: flex;
  flex-direction: row;
}

/* line 2972, app/assets/stylesheets/external.scss */
.rangeForm__numbersItem {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 22px;
  cursor: pointer;
}

/* line 2982, app/assets/stylesheets/external.scss */
.rangeForm__numbersItem__dot {
  display: block;
  position: relative;
  width: 9px;
  height: 9px;
  margin-bottom: 6px;
  border-radius: 50%;
  border: 1px solid #f96e51;
}

/* line 2992, app/assets/stylesheets/external.scss */
.rangeForm__numbersItem__dot:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background: rgba(249, 110, 81, 0.1);
  border-radius: 50%;
  transition: width .3s, height .3s;
}

/* line 3005, app/assets/stylesheets/external.scss */
.rangeForm__numbersItem__value {
  font-size: 1.2rem;
  line-height: 1.2rem;
}

/* line 3010, app/assets/stylesheets/external.scss */
.rangeForm__numbersItem__activeCircle {
  position: absolute;
  top: calc(50% - 8px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #f96e51;
  background-color: #fff;
  opacity: 0;
  transition: opacity .5s;
  z-index: 2;
}

/* line 3025, app/assets/stylesheets/external.scss */
.rangeForm__numbersItem__activeCircle span {
  font-size: 2rem;
  line-height: 2.6rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* line 3034, app/assets/stylesheets/external.scss */
.rangeForm__numbersItem input:checked ~ .rangeForm__numbersItem__activeCircle {
  opacity: 1;
}

/* line 3038, app/assets/stylesheets/external.scss */
.rangeForm__numbersItem:hover .rangeForm__numbersItem__dot:before {
  width: 26px;
  height: 26px;
}

/* line 3043, app/assets/stylesheets/external.scss */
.rangeForm__text {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #2c3f50;
  white-space: nowrap;
}

/* line 3050, app/assets/stylesheets/external.scss */
.rangeForm__text--left {
  padding-right: 50px;
}

/* line 3054, app/assets/stylesheets/external.scss */
html[dir=rtl] .rangeForm__text--left {
  padding-left: 50px;
  padding-right: 0;
}

/* line 3059, app/assets/stylesheets/external.scss */
.rangeForm__text--right {
  padding-left: 50px;
}

/* line 3063, app/assets/stylesheets/external.scss */
html[dir=rtl] .rangeForm__text--right {
  padding-left: 0;
  padding-right: 50px;
}

/* line 3068, app/assets/stylesheets/external.scss */
.rangeForm__mobile {
  margin-bottom: 25px;
  display: none;
  position: relative;
}

/* line 3074, app/assets/stylesheets/external.scss */
.rangeForm__mobile p {
  font-size: 1.5rem;
  line-height: 3rem;
  color: #2c3f50;
  margin-bottom: 10px;
}

/* line 3081, app/assets/stylesheets/external.scss */
.rangeForm__mobile p b,
.rangeForm__mobile p strong {
  font-weight: 700;
}

/* line 3086, app/assets/stylesheets/external.scss */
.rangeForm__mobile .vs__selected {
  margin-top: 6px;
}

/* line 3090, app/assets/stylesheets/external.scss */
.rangeForm__mobile .vs__dropdown-toggle {
  height: 40px;
}

/* line 3094, app/assets/stylesheets/external.scss */
.rangeForm__mobile .vs__dropdown-option {
  font-size: 1.5rem;
  padding: 5px 20px;
}

/* line 3099, app/assets/stylesheets/external.scss */
.rangeForm__mobile .vs__selected-options {
  font-size: 1.5rem;
}

/* line 3103, app/assets/stylesheets/external.scss */
.rangeForm__mobile--warning .vs__dropdown-toggle {
  border-color: #f96e51;
}

/* line 3107, app/assets/stylesheets/external.scss */
.stripePayment {
  margin-top: 2rem;
}

/* line 3111, app/assets/stylesheets/external.scss */
.stripePayment__price {
  border: 1px solid #f96e51;
  padding: 2rem 3rem;
  min-width: 170px;
  display: inline-block;
  border-radius: 4px;
  margin-bottom: 4rem;
}

/* line 3120, app/assets/stylesheets/external.scss */
.stripePayment__priceDesc {
  font-size: 12px;
  line-height: 12px;
  color: #bfc2c4;
  margin-bottom: 6px;
}

/* line 3127, app/assets/stylesheets/external.scss */
.stripePayment__priceSum {
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 600;
}

/* line 3133, app/assets/stylesheets/external.scss */
.stripePayment__paymentText {
  font-size: 1.5rem;
  line-height: 2.4rem;
  margin-bottom: 2.8rem;
}

/* line 3139, app/assets/stylesheets/external.scss */
.stripePayment .patientForm__group {
  margin-bottom: 30px;
}

/* line 3143, app/assets/stylesheets/external.scss */
.stripePayment .patientForm__group:first-child {
  margin-top: 0;
}

/* line 3147, app/assets/stylesheets/external.scss */
.stripePayment .patientForm__groupInput--stripe.notEmpty ~ div,
.stripePayment .patientForm__groupInput--stripe.notEmpty ~ label,
.stripePayment .patientForm__groupInput--stripe:focus ~ div,
.stripePayment .patientForm__groupInput--stripe:focus ~ label,
.stripePayment .patientForm__groupInput--stripe:not(.empty) ~ div,
.stripePayment .patientForm__groupInput--stripe:not(.empty) ~ label,
.stripePayment .patientForm__groupTextarea--stripe.notEmpty ~ div,
.stripePayment .patientForm__groupTextarea--stripe.notEmpty ~ label,
.stripePayment .patientForm__groupTextarea--stripe:focus ~ div,
.stripePayment .patientForm__groupTextarea--stripe:focus ~ label,
.stripePayment .patientForm__groupTextarea--stripe:not(.empty) ~ div,
.stripePayment .patientForm__groupTextarea--stripe:not(.empty) ~ label {
  top: -11px;
  font-size: 1.2rem;
}

/* line 3163, app/assets/stylesheets/external.scss */
.stripePayment .patientForm__groupInput.invalid,
.stripePayment .patientForm__groupTextarea.invalid {
  border: 1px solid #f96e51;
}

/* line 3168, app/assets/stylesheets/external.scss */
.stripePayment .patientForm__groupInput:before,
.stripePayment .patientForm__groupTextarea:before {
  content: "i";
  font-size: 1.5rem;
  line-height: 2.5rem;
  text-align: center;
  color: #f96e51;
  display: block;
  position: absolute;
  right: 15px;
  top: 11px;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  border: 1px solid #f96e51;
  background-color: rgba(255, 0, 0, 0.06);
  opacity: 0;
  transition: opacity .35s ease-in-out;
}

/* line 3188, app/assets/stylesheets/external.scss */
html[dir=rtl] .stripePayment .patientForm__groupInput:before,
html[dir=rtl] .stripePayment .patientForm__groupTextarea:before {
  left: 15px;
  right: auto;
}

/* line 3194, app/assets/stylesheets/external.scss */
.stripePayment .patientForm__groupInput.invalid:before,
.stripePayment .patientForm__groupTextarea.invalid:before {
  opacity: 1;
}

/* line 3199, app/assets/stylesheets/external.scss */
.stripePayment .patientForm__groupInput {
  display: flex;
  align-items: center;
}

/* line 3204, app/assets/stylesheets/external.scss */
.stripePayment__form {
  position: relative;
  display: flex;
}

/* line 3209, app/assets/stylesheets/external.scss */
.stripePayment__form--disable .stripePayment__formLoader {
  opacity: 1;
}

/* line 3213, app/assets/stylesheets/external.scss */
.stripePayment__form--disable .stripePayment__formExternal,
.stripePayment__form--disable .stripePayment__formStripe {
  opacity: .1;
  pointer-events: none;
}

/* line 3219, app/assets/stylesheets/external.scss */
.stripePayment__formLoader {
  position: absolute;
  left: 20%;
  top: 40%;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  z-index: 2;
}

/* line 3229, app/assets/stylesheets/external.scss */
.stripePayment__formStripe {
  max-width: 350px;
  width: 100%;
  opacity: 1;
  transition: opacity .3s;
}

/* line 3236, app/assets/stylesheets/external.scss */
.stripePayment__formButtons {
  text-align: right;
}

/* line 3240, app/assets/stylesheets/external.scss */
.stripePayment__formError {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #f96e51;
  margin-bottom: 2rem;
}

/* line 3247, app/assets/stylesheets/external.scss */
.stripePayment__formExternal {
  display: flex;
  flex-direction: column;
  padding-left: 50px;
  opacity: 1;
  transition: opacity .3s;
}

/* line 3255, app/assets/stylesheets/external.scss */
.stripePayment__formExternalButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 50px;
  border: 1px solid #d8d8d8;
  margin-bottom: 30px;
  border-radius: 5px;
  transition: opacity .3s;
}

/* line 3267, app/assets/stylesheets/external.scss */
.stripePayment__formExternalButton img {
  max-width: 65%;
  max-height: 70%;
}

/* line 3272, app/assets/stylesheets/external.scss */
.stripePayment__formExternalButton:hover {
  opacity: .6;
}

/* line 3276, app/assets/stylesheets/external.scss */
.stripePayment .complaintsForm__formGroup {
  width: 600px;
  margin-bottom: 30px;
}

/* line 3281, app/assets/stylesheets/external.scss */
.stripePayment .complaintsForm__formGroup label {
  padding-left: 25px;
  font-size: 1.2rem;
  line-height: 1.6rem;
}

/* line 3287, app/assets/stylesheets/external.scss */
.stripePayment .complaintsForm__formGroup label:before {
  padding: 5px;
}

/* line 3291, app/assets/stylesheets/external.scss */
.stripePayment .complaintsForm__formGroup .stripePayment__formError {
  margin-top: 20px;
}

/* line 3295, app/assets/stylesheets/external.scss */
.stripePayment .complaintsForm__formGroup input:checked + label:after {
  top: 6px;
  left: 5px;
  width: 4px;
  height: 8px;
  border-width: 0 1px 1px 0;
}

/* line 3303, app/assets/stylesheets/external.scss */
.StripeElement div {
  width: 100%;
}

/* line 3307, app/assets/stylesheets/external.scss */
.textBlock {
  margin-bottom: 15px;
}

/* line 3311, app/assets/stylesheets/external.scss */
.textBlock--center {
  text-align: center;
}

/* line 3315, app/assets/stylesheets/external.scss */
.textBlock__inner {
  max-width: 800px;
  display: inline-block;
}

/* line 3320, app/assets/stylesheets/external.scss */
.textBlock h4 {
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 500;
  color: #2c3f50;
  margin-bottom: 10px;
}

/* line 3328, app/assets/stylesheets/external.scss */
.textBlock h5 {
  font-family: Montserrat, sans-serif;
  font-size: 1.75rem;
  line-height: 2.5rem;
  font-weight: 500;
  color: #2c3f50;
  margin-bottom: 10px;
}

/* line 3337, app/assets/stylesheets/external.scss */
.textBlock p {
  font-size: 1.2rem;
  line-height: 2rem;
  color: #2c3f50;
}

/* line 3343, app/assets/stylesheets/external.scss */
.textBlock p b,
.textBlock p strong {
  font-weight: 500;
}

/* line 3348, app/assets/stylesheets/external.scss */
.patientForm--after .textBlock {
  margin-bottom: 40px;
}

/* line 3352, app/assets/stylesheets/external.scss */
.patientForm--after .textBlock p {
  font-size: 15px;
  line-height: 30px;
}

/* line 3357, app/assets/stylesheets/external.scss */
.patientForm--after .textBlock p b,
.patientForm--after .textBlock p strong {
  font-weight: 700;
}

/* line 3362, app/assets/stylesheets/external.scss */
.uploadFile {
  margin-top: 40px;
}

/* line 3366, app/assets/stylesheets/external.scss */
.uploadFile ol li {
  counter-increment: step-counter;
  margin-bottom: 15px;
  font-size: 1.5rem;
  line-height: 2.7rem;
  position: relative;
  padding-left: 35px;
}

/* line 3375, app/assets/stylesheets/external.scss */
html[dir=rtl] .uploadFile ol li {
  padding-left: 0;
  padding-right: 35px;
}

/* line 3380, app/assets/stylesheets/external.scss */
.uploadFile ol li:before {
  content: "0" counter(step-counter);
  position: absolute;
  left: 0;
  top: 1px;
  color: #0083f3;
  font-weight: 500;
}

/* line 3389, app/assets/stylesheets/external.scss */
html[dir=rtl] .uploadFile ol li:before {
  right: 0;
  left: auto;
}

/* line 3394, app/assets/stylesheets/external.scss */
.uploadFile__group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 5px;
}

/* line 3401, app/assets/stylesheets/external.scss */
.uploadFile__group p {
  color: #bfc2c4;
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 500;
}

/* line 3408, app/assets/stylesheets/external.scss */
.uploadFile__group u {
  color: #0083f3;
}

/* line 3412, app/assets/stylesheets/external.scss */
.uploadFile__groupUpload {
  max-width: 100%;
  display: flex;
}

/* line 3417, app/assets/stylesheets/external.scss */
.uploadFile__groupUploadError {
  margin-top: 1.5rem;
  width: 360px;
}

/* line 3422, app/assets/stylesheets/external.scss */
.uploadFile__groupUploadErrorText {
  margin-bottom: 1.5rem;
}

/* line 3426, app/assets/stylesheets/external.scss */
.uploadFile__groupUploadErrorItem {
  color: #f96e51;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
}

/* line 3433, app/assets/stylesheets/external.scss */
.uploadFile__groupLabel {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 360px;
  max-width: 100%;
  height: 170px;
  border: 1px dashed #bfc2c4;
  border-radius: 4px;
  position: relative;
  text-align: center;
  transition: border .3s;
  padding: 40px;
}

/* line 3448, app/assets/stylesheets/external.scss */
.uploadFile__groupLabel:hover {
  border-color: #f96e51;
}

/* line 3452, app/assets/stylesheets/external.scss */
.uploadFile__groupLabel--uploading {
  opacity: .6;
  pointer-events: none;
}

/* line 3457, app/assets/stylesheets/external.scss */
.uploadFile__groupLabel--warning {
  border: 2px dashed #f96e51;
}

/* line 3461, app/assets/stylesheets/external.scss */
.uploadFile__groupLabel__button {
  max-width: 220px;
  display: block;
  width: 100%;
}

/* line 3467, app/assets/stylesheets/external.scss */
.uploadFile__groupLabel__button:hover .uploadFile__groupLabel__buttonLoader svg path {
  fill: #0083f3;
}

/* line 3471, app/assets/stylesheets/external.scss */
.uploadFile__groupLabel__buttonLoader {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 3477, app/assets/stylesheets/external.scss */
.uploadFile__groupLabel__buttonLoader svg {
  margin-right: 10px;
  width: 30px;
  height: 30px;
}

/* line 3483, app/assets/stylesheets/external.scss */
.uploadFile__groupLabel__buttonLoader svg path {
  fill: #fff;
  transition: fill .3s;
}

/* line 3488, app/assets/stylesheets/external.scss */
.uploadFile__groupInput {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* line 3498, app/assets/stylesheets/external.scss */
.uploadFile__groupFileList {
  width: 360px;
  padding: 0 30px;
  max-height: 180px;
  overflow: hidden;
  overflow-y: auto;
}

/* line 3506, app/assets/stylesheets/external.scss */
.uploadFile__groupFileList__item {
  position: relative;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.4rem;
  line-height: 2.6rem;
  padding-right: 30px;
}

/* line 3517, app/assets/stylesheets/external.scss */
.uploadFile__groupFileList__itemRemove {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 12px;
  cursor: pointer;
}

/* line 3526, app/assets/stylesheets/external.scss */
.uploadFile__groupFileList__itemRemove span {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 22px;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: color .3s;
}

/* line 3535, app/assets/stylesheets/external.scss */
.uploadFile__groupFileList__itemRemove:hover span {
  color: #f96e51;
}

/* line 3539, app/assets/stylesheets/external.scss */
.uploadFile__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 360px;
  margin-top: 20px;
}

/* line 3547, app/assets/stylesheets/external.scss */
.uploadFile__info {
  margin-top: 20px;
  font-size: 17px;
  line-height: 26px;
  max-width: 360px;
  width: 100%;
  text-align: center;
  color: #f96e51;
}

/* line 3557, app/assets/stylesheets/external.scss */
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 1.25;
  color: #2c3f50;
}

/* line 3569, app/assets/stylesheets/external.scss */
.wysiwyg h1 {
  font-size: 4rem;
}

/* line 3573, app/assets/stylesheets/external.scss */
.wysiwyg h2 {
  font-size: 3rem;
}

/* line 3577, app/assets/stylesheets/external.scss */
.wysiwyg h3 {
  font-size: 2.4rem;
}

/* line 3581, app/assets/stylesheets/external.scss */
.wysiwyg h4 {
  font-size: 1.6rem;
}

/* line 3585, app/assets/stylesheets/external.scss */
.wysiwyg h5 {
  font-size: 1.4rem;
}

/* line 3589, app/assets/stylesheets/external.scss */
.wysiwyg h6 {
  font-size: 1.2rem;
}

/* line 3593, app/assets/stylesheets/external.scss */
.wysiwyg ol li,
.wysiwyg p,
.wysiwyg ul li {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  color: #2c3f50;
  font-size: 1.5rem;
  line-height: 1.8;
}

/* line 3603, app/assets/stylesheets/external.scss */
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6,
.wysiwyg ol,
.wysiwyg p,
.wysiwyg ul {
  margin-top: 26px;
}

/* line 3615, app/assets/stylesheets/external.scss */
.wysiwyg h1:first-child,
.wysiwyg h2:first-child,
.wysiwyg h3:first-child,
.wysiwyg h4:first-child,
.wysiwyg h5:first-child,
.wysiwyg h6:first-child,
.wysiwyg ol:first-child,
.wysiwyg p:first-child,
.wysiwyg ul:first-child {
  margin-top: 0;
}

/* line 3627, app/assets/stylesheets/external.scss */
.wysiwyg h1 + ol,
.wysiwyg h1 + p,
.wysiwyg h1 + ul,
.wysiwyg h2 + ol,
.wysiwyg h2 + p,
.wysiwyg h2 + ul,
.wysiwyg h3 + ol,
.wysiwyg h3 + p,
.wysiwyg h3 + ul,
.wysiwyg h4 + ol,
.wysiwyg h4 + p,
.wysiwyg h4 + ul,
.wysiwyg h5 + ol,
.wysiwyg h5 + p,
.wysiwyg h5 + ul,
.wysiwyg h6 + ol,
.wysiwyg h6 + p,
.wysiwyg h6 + ul {
  margin-top: 18px;
}

/* line 3648, app/assets/stylesheets/external.scss */
.wysiwyg ol li {
  position: relative;
  margin-left: 40px;
  counter-increment: item;
  margin-bottom: 25px;
}

/* line 3655, app/assets/stylesheets/external.scss */
.wysiwyg ol li:before {
  content: counter(item, decimal-leading-zero);
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #0083f3;
  position: absolute;
  left: -40px;
  top: 0;
}

/* line 3666, app/assets/stylesheets/external.scss */
.wysiwyg ul li {
  position: relative;
  margin-left: 40px;
  margin-bottom: 25px;
}

/* line 3672, app/assets/stylesheets/external.scss */
.wysiwyg ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #0083f3;
  border-radius: 50%;
  position: absolute;
  left: -40px;
  top: 9px;
}

/* line 3683, app/assets/stylesheets/external.scss */
.iconLink {
  font-size: 1.5rem;
  line-height: 3rem;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 0;
  display: block;
  opacity: 1;
  transition: opacity .3s;
  margin-top: 10px;
}

/* line 3696, app/assets/stylesheets/external.scss */
html[dir=rtl] .iconLink {
  padding-left: 0;
  padding-right: 30px;
  background-position: 100%;
}

/* line 3702, app/assets/stylesheets/external.scss */
.iconLink--phone {
  background-image: url(/assets/phone-e8df5413886cb2d553dd3e96fddb013a2e6858d21a7decfd7221982a60dbd0d7.svg);
}

/* line 3706, app/assets/stylesheets/external.scss */
.iconLink--mail {
  background-image: url(/assets/letter-ada23eb73b5484722354648990673152baeabaf14d212e2888f26e1e2636d761.svg);
}

/* line 3710, app/assets/stylesheets/external.scss */
.iconLink:hover {
  opacity: .7;
}

/* line 3714, app/assets/stylesheets/external.scss */
.sections {
  position: relative;
  padding: 70px 0;
  background-color: #fff;
  z-index: 100;
  max-width: 100%;
  overflow: hidden;
}

/* line 3723, app/assets/stylesheets/external.scss */
.section + .section {
  margin-top: 40px;
}

/* line 3727, app/assets/stylesheets/external.scss */
.section + .section--color {
  margin-top: 60px;
}

/* line 3731, app/assets/stylesheets/external.scss */
.section + .section--bg {
  margin-top: 80px;
}

/* line 3735, app/assets/stylesheets/external.scss */
.section__headline {
  padding: 2px 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.4;
}

/* line 3743, app/assets/stylesheets/external.scss */
.section__headline a {
  transition: color .3s;
}

/* line 3747, app/assets/stylesheets/external.scss */
.section__headline a:hover {
  color: #0083f3;
}

/* line 3751, app/assets/stylesheets/external.scss */
.additionalInfo {
  padding: 100px 0;
  max-width: 100%;
  overflow: hidden;
}

/* line 3757, app/assets/stylesheets/external.scss */
.additionalInfo__box,
.additionalInfo__wrapper {
  display: flex;
  justify-content: center;
}

/* line 3763, app/assets/stylesheets/external.scss */
.additionalInfo__box {
  min-width: 352px;
  flex-direction: column;
  text-align: center;
}

/* line 3769, app/assets/stylesheets/external.scss */
.additionalInfo__boxTitle {
  display: flex;
  color: #0083f3;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 58px;
  margin: 0 auto 20px;
}

/* line 3779, app/assets/stylesheets/external.scss */
.additionalInfo__boxText p {
  color: #2c3f50;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 29px;
}

/* line 3787, app/assets/stylesheets/external.scss */
.audioSection {
  padding-bottom: 20px;
}

/* line 3791, app/assets/stylesheets/external.scss */
.audioSection__text {
  margin-bottom: 30px;
}

/* line 3795, app/assets/stylesheets/external.scss */
.audioSection__text h4 {
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 400;
  margin-bottom: 24px;
}

/* line 3803, app/assets/stylesheets/external.scss */
.audioSection__text p {
  font-size: 15px;
  line-height: 27px;
}

/* line 3808, app/assets/stylesheets/external.scss */
.blogArchive {
  padding: 50px 0;
}

/* line 3812, app/assets/stylesheets/external.scss */
.blogArchive__terms {
  margin-bottom: 50px;
}

/* line 3816, app/assets/stylesheets/external.scss */
.blogArchive__termsList {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 3822, app/assets/stylesheets/external.scss */
.blogArchive__termsSelect {
  display: none;
}

/* line 3826, app/assets/stylesheets/external.scss */
.blogArchive__termsSelect .vs__dropdown-toggle {
  height: 50px;
}

/* line 3830, app/assets/stylesheets/external.scss */
.blogArchive__termsSelect .vs__selected-options {
  font-size: 14px;
}

/* line 3834, app/assets/stylesheets/external.scss */
.blogArchive__termsSelect .vs__dropdown-option {
  font-size: 14px;
  padding: 10px 20px;
}

/* line 3839, app/assets/stylesheets/external.scss */
.blogArchive__termsSelect .vs__open-indicator {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #0083f3;
}

/* line 3847, app/assets/stylesheets/external.scss */
.blogArchive__termsItem__button {
  font-size: 15px;
  font-weight: 500;
  padding: 10px 20px;
  cursor: pointer;
  transition: color .3s;
}

/* line 3855, app/assets/stylesheets/external.scss */
.blogArchive__termsItem__button:hover {
  color: #0083f3;
}

/* line 3859, app/assets/stylesheets/external.scss */
.blogArchive__termsItem__button--termActive {
  color: #0083f3;
  cursor: default;
}

/* line 3864, app/assets/stylesheets/external.scss */
.blogArchive__items {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -8px;
  margin-right: -8px;
  padding-bottom: 40px;
  transition: opacity .3s;
  border-bottom: 1px solid #d3d6d8;
}

/* line 3875, app/assets/stylesheets/external.scss */
.blogArchive__items--loading {
  opacity: .5;
}

/* line 3879, app/assets/stylesheets/external.scss */
.blogArchive__itemsItem {
  display: flex;
  flex-direction: column;
  flex: 0 0 33.333%;
  max-width: 33.333%;
  margin-bottom: 60px;
  padding-left: 8px;
  padding-right: 8px;
}

/* line 3889, app/assets/stylesheets/external.scss */
.blogArchive__itemsItem__img {
  position: relative;
  background-size: cover;
  background-position: 50%;
}

/* line 3895, app/assets/stylesheets/external.scss */
.blogArchive__itemsItem__img:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 64.1509434%;
}

/* line 3902, app/assets/stylesheets/external.scss */
.blogArchive__itemsItem__img > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 3910, app/assets/stylesheets/external.scss */
.blogArchive__itemsItem__content {
  position: relative;
  z-index: 1;
  margin-top: -50px;
  background: #fff;
  width: calc(100% - 50px);
  margin-left: 50px;
  padding: 37px 30px 30px 40px;
}

/* line 3920, app/assets/stylesheets/external.scss */
html[dir=rtl] .blogArchive__itemsItem__content {
  margin-left: auto;
  margin-right: 50px;
}

/* line 3925, app/assets/stylesheets/external.scss */
.blogArchive__itemsItem__contentCategories {
  margin-bottom: 13px;
  margin-left: -5px;
  margin-right: -5px;
}

/* line 3931, app/assets/stylesheets/external.scss */
.blogArchive__itemsItem__contentCategory {
  display: inline-block;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 3940, app/assets/stylesheets/external.scss */
.blogArchive__itemsItem__contentTitle {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 22px;
  transition: color .3s;
}

/* line 3949, app/assets/stylesheets/external.scss */
.blogArchive__itemsItem__contentDesc {
  font-size: 15px;
  line-height: 27px;
}

/* line 3954, app/assets/stylesheets/external.scss */
.blogArchive__itemsItem__date {
  margin-top: auto;
  color: #959a9c;
  font-size: 12px;
  font-weight: 400;
  margin-left: 90px;
}

/* line 3962, app/assets/stylesheets/external.scss */
html[dir=rtl] .blogArchive__itemsItem__date {
  margin-left: auto;
  margin-right: 90px;
}

/* line 3967, app/assets/stylesheets/external.scss */
.blogArchive__itemsItem:hover .blogArchive__itemsItem__contentTitle {
  color: #f96e51;
}

/* line 3971, app/assets/stylesheets/external.scss */
.blogArchive__pagination {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 3978, app/assets/stylesheets/external.scss */
.blogArchive__pagination .pagination-page {
  font-size: 15px;
  font-weight: 400;
  color: #d3d6d8;
  transition: color .3s;
}

/* line 3985, app/assets/stylesheets/external.scss */
.blogArchive__pagination .pagination-page a {
  padding: 10px;
}

/* line 3989, app/assets/stylesheets/external.scss */
.blogArchive__pagination .pagination-page.active,
.blogArchive__pagination .pagination-page:hover {
  color: #0083f3;
}

/* line 3994, app/assets/stylesheets/external.scss */
.blogArchive__paginationInner {
  display: flex;
}

/* line 3998, app/assets/stylesheets/external.scss */
.blogArchive__paginationButton {
  width: 25px;
  height: 25px;
  background-color: #e5f2fe;
  border-radius: 50%;
  opacity: 1;
  transition: opacity .3s;
}

/* line 4007, app/assets/stylesheets/external.scss */
.blogArchive__paginationButton--prev {
  margin-right: 15px;
}

/* line 4011, app/assets/stylesheets/external.scss */
.blogArchive__paginationButton--next {
  margin-left: 15px;
}

/* line 4015, app/assets/stylesheets/external.scss */
.blogArchive__paginationButton.disabled {
  opacity: .5;
  cursor: default;
}

/* line 4020, app/assets/stylesheets/external.scss */
.blogArchive__paginationButton__icon {
  color: #0083f3;
}

/* line 4024, app/assets/stylesheets/external.scss */
.blogFooter {
  margin-bottom: 50px;
  max-width: 100%;
  overflow: hidden;
}

/* line 4030, app/assets/stylesheets/external.scss */
.blogFooter__wrapper {
  display: flex;
  position: relative;
  padding: 100px 0;
  min-width: 100%;
  flex-wrap: wrap;
}

/* line 4038, app/assets/stylesheets/external.scss */
.blogFooter__bg {
  position: absolute;
  top: 0;
  left: -40%;
  min-width: 399px;
  width: 65%;
  height: 95%;
  background-color: #edf8fd;
  z-index: -100;
}

/* line 4049, app/assets/stylesheets/external.scss */
html[dir=rtl] .blogFooter__bg {
  left: auto;
  right: -40%;
}

/* line 4054, app/assets/stylesheets/external.scss */
.blogFooterBox {
  display: flex;
  margin-bottom: 40px;
}

/* line 4059, app/assets/stylesheets/external.scss */
.blogFooterBox__info {
  margin-left: 50px;
}

/* line 4063, app/assets/stylesheets/external.scss */
html[dir=rtl] .blogFooterBox__info {
  margin-right: 50px;
  margin-left: 0;
}

/* line 4068, app/assets/stylesheets/external.scss */
.blogFooterBox__info--category {
  margin-top: 8px;
  color: #2c3f50;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
}

/* line 4077, app/assets/stylesheets/external.scss */
.blogFooterBox__info--title {
  margin-top: 25px;
  color: #2c3f50;
  font-family: Montserrat, sans-serif;
  min-width: 100%;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  transition: .3s;
}

/* line 4088, app/assets/stylesheets/external.scss */
.blogFooterBox__info--text {
  margin-top: 30px;
  min-width: 100%;
  font-size: 15px;
  line-height: 27px;
}

/* line 4095, app/assets/stylesheets/external.scss */
.blogFooterBox__info--date,
.blogFooterBox__info--text {
  color: #2c3f50;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

/* line 4102, app/assets/stylesheets/external.scss */
.blogFooterBox__info--date {
  margin-top: 45px;
  font-size: 12px;
  line-height: 24px;
}

/* line 4108, app/assets/stylesheets/external.scss */
.blogFooterBox__imageWrapper {
  min-width: 444px;
  min-height: 292px;
}

/* line 4113, app/assets/stylesheets/external.scss */
.blogFooterBox__imageInner {
  position: relative;
  padding-bottom: 65%;
}

/* line 4118, app/assets/stylesheets/external.scss */
.blogFooterBox__image {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

/* line 4125, app/assets/stylesheets/external.scss */
.blogFooterBox:hover .blogFooterBox__info--title {
  color: #f96e51;
}

/* line 4129, app/assets/stylesheets/external.scss */
.blogFooter__image {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 100px;
  position: relative;
  margin-bottom: 100px;
}

/* line 4138, app/assets/stylesheets/external.scss */
.blogFooter__imageObject {
  width: 100%;
  height: auto;
}

/* line 4143, app/assets/stylesheets/external.scss */
.blogFooter__imageBg {
  position: absolute;
  z-index: -100;
  width: 200%;
  height: 100%;
  top: 100px;
  left: 100px;
  background-color: #edf8fd;
}

/* line 4153, app/assets/stylesheets/external.scss */
.blogHeader {
  padding-top: 50px;
  min-height: 715px;
  max-width: 1265px;
  width: 100%;
  margin-top: 85px;
  margin-left: auto;
  margin-right: auto;
  background-color: #edf8fd;
  z-index: 1;
}

/* line 4165, app/assets/stylesheets/external.scss */
.blogHeader,
.blogHeader .content {
  position: relative;
}

/* line 4170, app/assets/stylesheets/external.scss */
.blogHeader__content {
  position: absolute;
  bottom: 100px;
  right: 100px;
  width: 370px;
}

/* line 4177, app/assets/stylesheets/external.scss */
html[dir=rtl] .blogHeader__content {
  left: 100px;
  right: auto;
}

/* line 4182, app/assets/stylesheets/external.scss */
.blogHeader__category,
.blogHeader__date,
.blogHeader__description,
.blogHeader__title {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  color: #2c3f50;
}

/* line 4191, app/assets/stylesheets/external.scss */
.blogHeader__category {
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

/* line 4198, app/assets/stylesheets/external.scss */
.blogHeader__title {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 40px;
  line-height: 40px;
}

/* line 4206, app/assets/stylesheets/external.scss */
.blogHeader__description {
  font-size: 15px;
  margin-bottom: 50px;
  line-height: 27px;
}

/* line 4212, app/assets/stylesheets/external.scss */
.blogHeader__date {
  color: #959a9c;
  font-size: 12px;
  margin-bottom: 70px;
}

/* line 4218, app/assets/stylesheets/external.scss */
.blogHeader__image {
  position: absolute;
  bottom: 0;
  left: 150px;
  z-index: -1;
  max-height: 614px;
  max-width: 512px;
  width: 100%;
  height: auto;
}

/* line 4229, app/assets/stylesheets/external.scss */
html[dir=rtl] .blogHeader__image {
  right: 150px;
  left: auto;
}

/* line 4234, app/assets/stylesheets/external.scss */
.blogHeader__postsWrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
  display: flex;
  z-index: 1;
}

/* line 4243, app/assets/stylesheets/external.scss */
html[dir=rtl] .blogHeader__postsWrapper {
  right: auto;
  left: 0;
}

/* line 4248, app/assets/stylesheets/external.scss */
.blogHeader__postInfo {
  padding-right: 15px;
}

/* line 4252, app/assets/stylesheets/external.scss */
html[dir=rtl] .blogHeader__postInfo {
  padding-right: 0;
  padding-left: 15px;
}

/* line 4257, app/assets/stylesheets/external.scss */
.blogHeader__post {
  display: flex;
}

/* line 4261, app/assets/stylesheets/external.scss */
.blogHeader__post--title {
  padding-top: 5px;
  font-size: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 34px;
  transition: .3s;
}

/* line 4270, app/assets/stylesheets/external.scss */
.blogHeader__post--category {
  color: rgba(44, 63, 80, 0.5);
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

/* line 4277, app/assets/stylesheets/external.scss */
.blogHeader__post--thumbnail {
  width: 70px;
  height: 70px;
  margin: 15px;
}

/* line 4283, app/assets/stylesheets/external.scss */
.blogHeader__post:hover .blogHeader__post--title {
  color: #f96e51;
}

/* line 4287, app/assets/stylesheets/external.scss */
.breadcrumbs {
  position: absolute;
  top: 95px;
  z-index: 999;
  flex: 0 0 70%;
  width: 100%;
}

/* line 4295, app/assets/stylesheets/external.scss */
.breadcrumbs__item {
  font-family: Roboto, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 3.33333333;
  color: #bfc2c4;
  margin-left: 10px;
}

/* line 4304, app/assets/stylesheets/external.scss */
.breadcrumbs__item:first-child {
  margin-left: 0;
}

/* line 4308, app/assets/stylesheets/external.scss */
.breadcrumbs__item:after {
  content: "/";
  right: 0;
  display: inline-block;
  font-size: 1.2rem;
  margin-left: 10px;
  color: #bfc2c4;
}

/* line 4317, app/assets/stylesheets/external.scss */
html[dir=rtl] .breadcrumbs__item:after {
  margin-right: 10px;
  margin-left: 0;
}

/* line 4322, app/assets/stylesheets/external.scss */
.breadcrumbs__item:hover {
  color: rgba(44, 63, 80, 0.5);
}

/* line 4326, app/assets/stylesheets/external.scss */
.breadcrumbs__item:last-child {
  pointer-events: none;
  color: #959a9c;
}

/* line 4331, app/assets/stylesheets/external.scss */
.breadcrumbs__item:last-child:after {
  display: none;
}

/* line 4335, app/assets/stylesheets/external.scss */
.buttonsWithDesc__inner {
  padding: 20px 0 30px;
}

/* line 4339, app/assets/stylesheets/external.scss */
.buttonsWithDesc__buttonList {
  display: flex;
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

/* line 4347, app/assets/stylesheets/external.scss */
.buttonsWithDesc__buttonItem {
  flex: 0 0 50%;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 16px;
}

/* line 4354, app/assets/stylesheets/external.scss */
.buttonsWithDesc__buttonItem .button {
  height: 100%;
  display: block;
  padding: 32px 20px;
  text-align: center;
  text-transform: inherit;
  font-family: Montserrat, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
}

/* line 4365, app/assets/stylesheets/external.scss */
.buttonsWithDesc__contentItem {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height .5s, .5s;
  text-align: center;
}

/* line 4373, app/assets/stylesheets/external.scss */
.buttonsWithDesc__contentItem h1,
.buttonsWithDesc__contentItem h2,
.buttonsWithDesc__contentItem h3,
.buttonsWithDesc__contentItem h4,
.buttonsWithDesc__contentItem h5,
.buttonsWithDesc__contentItem h6 {
  font-size: 3rem;
  line-height: 4.2rem;
}

/* line 4383, app/assets/stylesheets/external.scss */
.buttonsWithDesc__contentItem.open {
  max-height: unset;
  opacity: 1;
}

/* line 4388, app/assets/stylesheets/external.scss */
.buttonsWithDesc__contentItem .videoContent__player {
  margin-top: 70px;
  margin-bottom: 100px;
}

/* line 4393, app/assets/stylesheets/external.scss */
.buttonsWithDesc__contentItem .videoContent__player:before {
  content: "";
  position: absolute;
  left: 90px;
  top: 100px;
  width: 200%;
  height: 100%;
  background: #edf8fd;
}

/* line 4403, app/assets/stylesheets/external.scss */
.complaintsForm {
  display: flex;
  margin-top: 30px;
  margin-bottom: 70px;
  height: calc(100vh - 60px);
  min-height: 750px;
  background-color: #edf8fd;
  overflow: hidden;
}

/* line 4413, app/assets/stylesheets/external.scss */
.complaintsForm__inner {
  width: 100%;
}

/* line 4417, app/assets/stylesheets/external.scss */
.complaintsForm h4 {
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  line-height: 4.4rem;
  margin-bottom: 4rem;
}

/* line 4424, app/assets/stylesheets/external.scss */
.complaintsForm p {
  font-size: 1.5rem;
  line-height: 2.7rem;
}

/* line 4429, app/assets/stylesheets/external.scss */
.complaintsForm .button {
  display: inline-block;
  margin-right: 20px;
  margin-top: 40px;
  cursor: pointer;
}

/* line 4436, app/assets/stylesheets/external.scss */
html[dir=rtl] .complaintsForm .button {
  margin-right: 0;
  margin-left: 20px;
}

/* line 4441, app/assets/stylesheets/external.scss */
.complaintsForm .button--back {
  opacity: 1;
  transition: opacity .3s;
}

/* line 4446, app/assets/stylesheets/external.scss */
.complaintsForm .button--back:hover {
  opacity: .6;
}

/* line 4450, app/assets/stylesheets/external.scss */
.complaintsForm .button--disabled:before {
  background-color: #bfc2c4;
}

/* line 4454, app/assets/stylesheets/external.scss */
.complaintsForm .button--disabled:after {
  border-color: #bfc2c4;
}

/* line 4458, app/assets/stylesheets/external.scss */
.complaintsForm .button--disabled:hover {
  color: #fff;
  cursor: default;
}

/* line 4463, app/assets/stylesheets/external.scss */
.complaintsForm .button--disabled:hover:before {
  height: 100%;
}

/* line 4467, app/assets/stylesheets/external.scss */
.complaintsForm__container,
.complaintsForm__wrapper {
  display: flex;
  height: 100%;
  width: 100%;
}

/* line 4474, app/assets/stylesheets/external.scss */
.complaintsForm__wrapper {
  flex-direction: row;
  flex-wrap: wrap;
}

/* line 4479, app/assets/stylesheets/external.scss */
.complaintsForm__steps {
  align-items: center;
  display: flex;
  flex: 0 0 44%;
  padding-right: 50px;
  padding-top: 40px;
  padding-bottom: 40px;
  height: 100%;
}

/* line 4489, app/assets/stylesheets/external.scss */
html[dir=rtl] .complaintsForm__steps {
  padding-left: 50px;
  padding-right: 0;
}

/* line 4494, app/assets/stylesheets/external.scss */
.complaintsForm__image {
  flex: 0 0 56%;
  position: relative;
  pointer-events: none;
  touch-action: none;
}

/* line 4501, app/assets/stylesheets/external.scss */
.complaintsForm__image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 132.95081967%;
}

/* line 4508, app/assets/stylesheets/external.scss */
.complaintsForm__image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 4516, app/assets/stylesheets/external.scss */
html[dir=rtl] .complaintsForm__image {
  transform: scaleX(-1);
}

/* line 4520, app/assets/stylesheets/external.scss */
.complaintsForm__imageWrapper {
  bottom: 0;
  max-width: 100%;
  position: absolute;
  right: 0;
  transform: scale(1);
  transition: all 1s;
}

/* line 4529, app/assets/stylesheets/external.scss */
.complaintsForm__imageWrapper img {
  width: 100%;
}

/* line 4533, app/assets/stylesheets/external.scss */
.complaintsForm__imageWrapper--zoomBottom {
  bottom: 20%;
  transform: scale(1.5);
}

/* line 4538, app/assets/stylesheets/external.scss */
.complaintsForm__imageWrapper--zoomBottom .imagePoints__imagePoint {
  transform: scale(0.8) !important;
}

/* line 4542, app/assets/stylesheets/external.scss */
.complaintsForm__imageWrapper--zoomTop {
  transform: scale(1.5);
  bottom: -20%;
}

/* line 4547, app/assets/stylesheets/external.scss */
.complaintsForm__imageWrapper--zoomTop .imagePoints__imagePoint {
  transform: scale(0.8);
}

/* line 4551, app/assets/stylesheets/external.scss */
.complaintsForm .imagePoints__imagePoint {
  transform: scale(1);
  transition: transform 1s;
}

/* line 4556, app/assets/stylesheets/external.scss */
.complaintsForm .imagePoints__imagePoint--top {
  top: 25%;
  left: 50%;
}

/* line 4561, app/assets/stylesheets/external.scss */
.complaintsForm .imagePoints__imagePoint--bottom {
  top: 71%;
  left: 50%;
}

/* line 4566, app/assets/stylesheets/external.scss */
.complaintsForm__formGroup {
  display: block;
  margin-bottom: 15px;
}

/* line 4571, app/assets/stylesheets/external.scss */
.complaintsForm__formGroup input {
  padding: 0;
  height: auto;
  width: auto;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

/* line 4580, app/assets/stylesheets/external.scss */
.complaintsForm__formGroup input:checked + label:before {
  background-color: #f96e51;
}

/* line 4584, app/assets/stylesheets/external.scss */
.complaintsForm__formGroup input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 9px;
  width: 5px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* line 4597, app/assets/stylesheets/external.scss */
.complaintsForm__formGroup label {
  position: relative;
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 2.7rem;
  color: #2c3f50;
  padding-left: 45px;
  display: inline-block;
}

/* line 4607, app/assets/stylesheets/external.scss */
.complaintsForm__formGroup label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #f96e51;
  padding: 9px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 4px;
}

/* line 4623, app/assets/stylesheets/external.scss */
.complaintsForm__helpBox {
  font-size: 1.4rem;
  line-height: 2.6rem;
  font-weight: 500;
}

/* line 4629, app/assets/stylesheets/external.scss */
.contactMap__inner {
  position: relative;
}

/* line 4633, app/assets/stylesheets/external.scss */
.contactMap__google {
  position: relative;
  background: #edf1f4;
  height: 600px;
  width: 100%;
}

/* line 4640, app/assets/stylesheets/external.scss */
html[dir=rtl] .contactMap__google {
  left: auto;
  right: -16%;
}

/* line 4645, app/assets/stylesheets/external.scss */
.contactMap__content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding-top: 9rem;
  padding-bottom: 9rem;
}

/* line 4656, app/assets/stylesheets/external.scss */
html[dir=rtl] .contactMap__content {
  margin-left: 0;
  margin-right: 25%;
  padding: 90px 90px 90px 0;
}

/* line 4662, app/assets/stylesheets/external.scss */
.contactMap__contentItem {
  flex: 0 0 33.333%;
  max-width: 33.333%;
}

/* line 4667, app/assets/stylesheets/external.scss */
.contactMap__contentItem p {
  font-size: 1.5rem;
  line-height: 3rem;
}

/* line 4672, app/assets/stylesheets/external.scss */
.contactMap__contentItem p b,
.contactMap__contentItem p strong {
  font-weight: 500;
}

/* line 4677, app/assets/stylesheets/external.scss */
.contactMap__contentItem h3 {
  max-width: 250px;
  line-height: 4.6rem;
}

/* line 4682, app/assets/stylesheets/external.scss */
.contactMap__contentItem--left h3 {
  margin-bottom: 35px;
}

/* line 4686, app/assets/stylesheets/external.scss */
.contactMap__contentItem--right h3 {
  margin-bottom: 8px;
}

/* line 4690, app/assets/stylesheets/external.scss */
.contactMap__contentItem--right .iconLink {
  margin-top: 15px;
  display: block;
}

/* line 4695, app/assets/stylesheets/external.scss */
.contentPoints__inner {
  padding: 30px 0;
  overflow: hidden;
}

/* line 4700, app/assets/stylesheets/external.scss */
.contentPoints__wrapper {
  position: relative;
  padding-top: 100px;
}

/* line 4705, app/assets/stylesheets/external.scss */
.contentPoints__wrapperBg {
  position: absolute;
  top: 0;
  height: 100%;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  left: calc(41.66667% + 8px);
}

/* line 4715, app/assets/stylesheets/external.scss */
.contentPoints__wrapperBg,
html[dir=rtl] .contentPoints__wrapperBg {
  width: calc(58.33333% + (100vw - 100%)/2 - 8px);
}

/* line 4720, app/assets/stylesheets/external.scss */
html[dir=rtl] .contentPoints__wrapperBg {
  right: calc(41.66667% + 8px);
}

/* line 4724, app/assets/stylesheets/external.scss */
.contentPoints__content {
  position: relative;
  padding-bottom: 70px;
  background-color: #fff;
  width: calc(75% - 8px);
}

/* line 4731, app/assets/stylesheets/external.scss */
.contentPoints__text {
  padding-right: 120px;
}

/* line 4735, app/assets/stylesheets/external.scss */
html[dir=rtl] .contentPoints__text {
  padding-right: 0;
  padding-left: 120px;
}

/* line 4740, app/assets/stylesheets/external.scss */
.contentPoints__text h2,
.contentPoints__text h3,
.contentPoints__text h4 {
  max-width: 400px;
}

/* line 4746, app/assets/stylesheets/external.scss */
.contentPoints__button {
  margin-top: 54px;
}

/* line 4750, app/assets/stylesheets/external.scss */
.contentPoints__points {
  margin-top: 26px;
  overflow: hidden;
  padding-right: 30px;
}

/* line 4756, app/assets/stylesheets/external.scss */
html[dir=rtl] .contentPoints__points {
  padding-right: 0;
  padding-left: 30px;
}

/* line 4761, app/assets/stylesheets/external.scss */
.contentPoints__point {
  position: relative;
  float: left;
  width: 33.33333%;
  min-height: 50px;
  margin-top: 54px;
  padding: 0 30px 0 65px;
}

/* line 4770, app/assets/stylesheets/external.scss */
html[dir=rtl] .contentPoints__point {
  padding: 0 65px 0 30px;
}

/* line 4774, app/assets/stylesheets/external.scss */
.contentPoints__point:nth-child(3n+4) {
  clear: both;
}

/* line 4778, app/assets/stylesheets/external.scss */
.contentPoints__pointImage {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 50px;
}

/* line 4786, app/assets/stylesheets/external.scss */
html[dir=rtl] .contentPoints__pointImage {
  right: 0;
  left: auto;
}

/* line 4791, app/assets/stylesheets/external.scss */
.contentPoints__pointTitle {
  display: flex;
  align-items: center;
  max-width: 160px;
  min-height: 50px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.53846154;
}

/* line 4802, app/assets/stylesheets/external.scss */
.cookiesBox {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}

/* line 4809, app/assets/stylesheets/external.scss */
.cookiesBox__inner {
  position: relative;
  width: 360px;
  max-width: calc(100vw - 40px);
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

/* line 4817, app/assets/stylesheets/external.scss */
.cookiesBox__text {
  padding: 15px 30px 40px;
}

/* line 4821, app/assets/stylesheets/external.scss */
.cookiesBox__text h1,
.cookiesBox__text h2,
.cookiesBox__text h3,
.cookiesBox__text h4,
.cookiesBox__text h5,
.cookiesBox__text h6 {
  padding-right: 20px;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.35;
  letter-spacing: -.4px;
}

/* line 4834, app/assets/stylesheets/external.scss */
.cookiesBox__text p {
  margin-top: 12px;
  font-size: 1.2rem;
  line-height: 1.75;
}

/* line 4840, app/assets/stylesheets/external.scss */
.cookiesBox__text p a {
  transition: opacity .3s;
}

/* line 4844, app/assets/stylesheets/external.scss */
.cookiesBox__text p a:hover {
  opacity: .5;
}

/* line 4848, app/assets/stylesheets/external.scss */
.cookiesBox__close {
  position: absolute;
  bottom: 20px;
  right: 20px;
  transition: opacity .3s;
  font-size: 15px;
  font-weight: 500;
  color: #0083f3;
}

/* line 4858, app/assets/stylesheets/external.scss */
.cookiesBox__close:hover {
  opacity: .5;
}

/* line 4862, app/assets/stylesheets/external.scss */
.cookiesBox__close:before {
  font-size: 20px;
  line-height: 1;
}

/* line 4867, app/assets/stylesheets/external.scss */
.faq__inner {
  padding: 20px 0;
}

/* line 4871, app/assets/stylesheets/external.scss */
.faq h2 {
  margin-bottom: 40px;
}

/* line 4875, app/assets/stylesheets/external.scss */
.faq__item {
  border-bottom: 1px solid #d3d6d8;
}

/* line 4879, app/assets/stylesheets/external.scss */
.faq__itemHeader {
  font-size: 1.6rem;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  cursor: pointer;
  transition: opacity .3s;
  position: relative;
  padding: 17px 30px 20px 0;
}

/* line 4889, app/assets/stylesheets/external.scss */
html[dir=rtl] .faq__itemHeader {
  text-align: left;
}

/* line 4893, app/assets/stylesheets/external.scss */
.faq__itemHeader__icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  color: #0083f3;
  transition: transform .3s;
}

/* line 4903, app/assets/stylesheets/external.scss */
.faq__itemHeader__icon:before {
  content: "" !important;
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 4915, app/assets/stylesheets/external.scss */
.faq__itemHeader:hover {
  opacity: .6;
}

/* line 4919, app/assets/stylesheets/external.scss */
.faq__itemHeader.open .faq__itemHeader__icon {
  transform: translateY(-50%) rotate(180deg);
}

/* line 4923, app/assets/stylesheets/external.scss */
.faq__itemContent {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease-in-out;
  font-size: 1.5rem;
  line-height: 2.7rem;
}

/* line 4931, app/assets/stylesheets/external.scss */
.faq__itemContent__inner {
  padding: 20px 0;
}

/* line 4935, app/assets/stylesheets/external.scss */
.faq__footer {
  margin-top: 35px;
  font-size: 1.5rem;
  line-height: 3rem;
}

/* line 4941, app/assets/stylesheets/external.scss */
.faq__footer a {
  color: #f96e51;
  transition: opacity .3s;
}

/* line 4946, app/assets/stylesheets/external.scss */
.faq__footer a:hover {
  opacity: .7;
}

/* line 4950, app/assets/stylesheets/external.scss */
.gallery {
  margin-bottom: 100px;
  max-width: 100%;
}

/* line 4955, app/assets/stylesheets/external.scss */
.gallery__title {
  color: #2c3f50;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  margin-top: 100px;
  margin-bottom: 50px;
}

/* line 4965, app/assets/stylesheets/external.scss */
.gallery__wrapper {
  overflow: hidden;
  -moz-column-count: 4;
       column-count: 4;
}

/* line 4970, app/assets/stylesheets/external.scss */
.gallery__imageCol {
  margin: -8px;
}

/* line 4974, app/assets/stylesheets/external.scss */
.gallery__image {
  height: auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 8px;
  opacity: 1;
  transition: opacity .3s;
}

/* line 4983, app/assets/stylesheets/external.scss */
.gallery__image:hover {
  opacity: .6;
  cursor: pointer;
}

/* line 4988, app/assets/stylesheets/external.scss */
.subPageHeader {
  max-width: 1298px;
  margin: 75px auto 0;
  padding: 0 16px;
  height: 540px;
}

/* line 4995, app/assets/stylesheets/external.scss */
.subPageHeader h1 {
  font-weight: 400;
  max-width: 240px;
}

/* line 5000, app/assets/stylesheets/external.scss */
.subPageHeader__center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

/* line 5007, app/assets/stylesheets/external.scss */
.subPageHeader__wrapper {
  background-color: #edf8fd;
  height: 440px;
}

/* line 5012, app/assets/stylesheets/external.scss */
.subPageHeader__inner {
  display: flex;
}

/* line 5016, app/assets/stylesheets/external.scss */
.subPageHeader__text {
  flex: 0 0 41.666%;
  max-width: 41.666%;
  margin-top: 120px;
  padding-right: 30px;
}

/* line 5023, app/assets/stylesheets/external.scss */
html[dir=rtl] .subPageHeader__text {
  padding-left: 30px;
  padding-right: 0;
}

/* line 5028, app/assets/stylesheets/external.scss */
.subPageHeader__text p {
  font-size: 1.8rem;
  line-height: 3rem;
}

/* line 5033, app/assets/stylesheets/external.scss */
.subPageHeader__image {
  flex: 0 0 58.334%;
  max-width: 58.334%;
  width: 100%;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 100px;
  height: 440px;
}

/* line 5044, app/assets/stylesheets/external.scss */
.iconText {
  max-width: 100%;
  overflow: hidden;
}

/* line 5049, app/assets/stylesheets/external.scss */
.iconText__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: -15px -50px;
}

/* line 5055, app/assets/stylesheets/external.scss */
.iconText__item {
  display: flex;
  flex-direction: column;
  flex: 0 0 33.333%;
  max-width: 33.333%;
  padding: 15px 50px;
}

/* line 5063, app/assets/stylesheets/external.scss */
.iconText__inner {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

/* line 5069, app/assets/stylesheets/external.scss */
.iconText__text {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #2c3f50;
  line-height: 1.8;
  margin-left: 25px;
}

/* line 5078, app/assets/stylesheets/external.scss */
.iconTitleText__inner {
  padding: 20px 0;
}

/* line 5082, app/assets/stylesheets/external.scss */
.iconTitleText__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}

/* line 5088, app/assets/stylesheets/external.scss */
.iconTitleText__item {
  display: flex;
  flex-direction: column;
  flex: 0 0 33.333%;
  max-width: 33.333%;
  padding: 15px;
}

/* line 5096, app/assets/stylesheets/external.scss */
.iconTitleText__inner {
  display: flex;
  margin-bottom: 30px;
}

/* line 5101, app/assets/stylesheets/external.scss */
.iconTitleText__title {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #2c3f50;
  line-height: 1.5;
  margin-left: 25px;
}

/* line 5110, app/assets/stylesheets/external.scss */
html[dir=rtl] .iconTitleText__title {
  margin-left: 0;
  margin-right: 25px;
}

/* line 5115, app/assets/stylesheets/external.scss */
.iconTitleText__text {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #2c3f50;
  line-height: 1.8;
}

/* line 5123, app/assets/stylesheets/external.scss */
.imagePoints {
  padding: 30px 0;
}

/* line 5127, app/assets/stylesheets/external.scss */
.imagePoints__inner {
  background-color: #edf8fd;
}

/* line 5131, app/assets/stylesheets/external.scss */
.imagePoints__wrapper {
  position: relative;
  z-index: 1;
}

/* line 5136, app/assets/stylesheets/external.scss */
.imagePoints__wrapper--white {
  height: 51px;
  width: 51px;
  background: #fff;
  border-radius: 50%;
  position: relative;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.16);
}

/* line 5145, app/assets/stylesheets/external.scss */
.imagePoints__wrapper--white .imagePoints__imagePoint {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 27px;
  height: 27px;
}

/* line 5153, app/assets/stylesheets/external.scss */
.imagePoints__wrapperContent {
  height: 780px;
  min-height: calc(100vh - 60px);
  max-height: calc(100vh - 60px);
}

/* line 5159, app/assets/stylesheets/external.scss */
.imagePoints__wrapperColumn {
  display: flex;
  align-items: center;
}

/* line 5164, app/assets/stylesheets/external.scss */
.imagePoints__headline {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.46666667;
}

/* line 5171, app/assets/stylesheets/external.scss */
.imagePoints__points {
  margin: 36px 0 0 52px;
}

/* line 5175, app/assets/stylesheets/external.scss */
html[dir=rtl] .imagePoints__points {
  margin: 36px 52px 0 0;
}

/* line 5179, app/assets/stylesheets/external.scss */
.imagePoints__point + .imagePoints__point {
  margin-top: 32px;
}

/* line 5183, app/assets/stylesheets/external.scss */
.imagePoints__pointLink {
  position: relative;
  display: inline-block;
  padding-left: 45px;
  font-size: 1.5rem;
  line-height: 1.8;
  color: rgba(44, 63, 80, 0.5);
  transition: color .3s;
}

/* line 5193, app/assets/stylesheets/external.scss */
html[dir=rtl] .imagePoints__pointLink {
  padding-left: 0;
  padding-right: 45px;
}

/* line 5198, app/assets/stylesheets/external.scss */
.imagePoints__pointLink:before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 26px);
  width: 26px;
  height: 1px;
  background-color: rgba(0, 90, 156, 0.33);
  transition: width .3s, background-color .3s;
}

/* line 5209, app/assets/stylesheets/external.scss */
html[dir=rtl] .imagePoints__pointLink:before {
  right: auto;
  left: calc(100% + 26px);
}

/* line 5214, app/assets/stylesheets/external.scss */
.imagePoints__point.imagePoints__point--active .imagePoints__pointLink,
.imagePoints__pointLink:hover {
  color: #2c3f50;
}

/* line 5219, app/assets/stylesheets/external.scss */
.imagePoints__point.imagePoints__point--active .imagePoints__pointLink:before {
  width: 80px;
  background-color: #0083f3;
}

/* line 5224, app/assets/stylesheets/external.scss */
.imagePoints__pointNumber {
  position: absolute;
  top: 0;
  left: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  color: rgba(0, 131, 243, 0.2);
  transition: color .3s;
}

/* line 5234, app/assets/stylesheets/external.scss */
html[dir=rtl] .imagePoints__pointNumber {
  right: 0;
  left: auto;
}

/* line 5239, app/assets/stylesheets/external.scss */
.imagePoints__point.imagePoints__point--active .imagePoints__pointNumber,
.imagePoints__pointLink.imagePoints__pointLink:hover .imagePoints__pointNumber {
  color: #0083f3;
}

/* line 5244, app/assets/stylesheets/external.scss */
.imagePoints__button {
  margin: 54px 0 8px;
}

/* line 5248, app/assets/stylesheets/external.scss */
.imagePoints__itemsWrapper {
  height: 400px;
  overflow: auto;
  width: 100%;
  padding-right: 30px;
}

/* line 5255, app/assets/stylesheets/external.scss */
.imagePoints__itemsWrapper .simplebar-track.simplebar-vertical {
  width: 8px;
}

/* line 5259, app/assets/stylesheets/external.scss */
.imagePoints__itemsWrapper .simplebar-scrollbar:before {
  background-color: #f96e51;
}

/* line 5263, app/assets/stylesheets/external.scss */
.imagePoints__item {
  display: none;
}

/* line 5267, app/assets/stylesheets/external.scss */
.imagePoints__item--active {
  display: block;
}

/* line 5271, app/assets/stylesheets/external.scss */
.imagePoints__itemNumber {
  font-family: Montserrat, sans-serif;
  font-weight: 100;
  font-size: 8rem;
  line-height: .925;
  color: #0083f3;
}

/* line 5279, app/assets/stylesheets/external.scss */
.imagePoints__itemTitle {
  margin-top: 26px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.55;
}

/* line 5287, app/assets/stylesheets/external.scss */
.imagePoints__itemDesc {
  margin-top: 30px;
  font-size: 1.5rem;
  line-height: 1.8;
}

/* line 5293, app/assets/stylesheets/external.scss */
.imagePoints__image {
  position: absolute;
  bottom: 0;
  left: 46%;
  display: flex;
  align-items: flex-end;
  margin-left: -70px;
  height: calc(100% - 60px);
  transform: translateX(-50%);
}

/* line 5304, app/assets/stylesheets/external.scss */
html[dir=rtl] .imagePoints__image {
  transform: scaleX(-1);
  margin-left: -9%;
  left: 50%;
}

/* line 5310, app/assets/stylesheets/external.scss */
.imagePoints__imageWrapper {
  position: relative;
}

/* line 5314, app/assets/stylesheets/external.scss */
.imagePoints__imageObject {
  width: 100%;
  height: auto;
  margin-left: 12%;
}

/* line 5320, app/assets/stylesheets/external.scss */
html[dir=rtl] .imagePoints__imageObject {
  margin-left: 0;
  margin-right: -12%;
}

/* line 5325, app/assets/stylesheets/external.scss */
.imagePoints__imagePoint {
  position: absolute;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0083f3;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  transition: background-color .3s;
  pointer-events: all;
  cursor: pointer;
  transform: translateZ(0);
  z-index: 1;
}

/* line 5342, app/assets/stylesheets/external.scss */
.imagePoints__imagePoint:after,
.imagePoints__imagePoint:before {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  left: -7px;
  width: calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: rgba(249, 110, 81, 0.5);
  border-radius: 50%;
  transform: scale(0);
  transition: transform .3s;
  z-index: -1;
}

/* line 5358, app/assets/stylesheets/external.scss */
.imagePoints__imagePoint:hover {
  background-color: #f96e51;
  z-index: 123132;
}

/* line 5363, app/assets/stylesheets/external.scss */
.imagePoints__imagePoint:hover:after,
.imagePoints__imagePoint:hover:before {
  animation: pulse 1s infinite;
}

/* line 5368, app/assets/stylesheets/external.scss */
.imagePoints__imagePoint:hover:after {
  animation-delay: .5s;
}

/* line 5372, app/assets/stylesheets/external.scss */
.imagePoints__imagePoint.imagePoints__imagePoint--active {
  background-color: #f96e51;
  z-index: 123132;
}

/* line 5377, app/assets/stylesheets/external.scss */
.imagePoints__imagePoint.imagePoints__imagePoint--active:after,
.imagePoints__imagePoint.imagePoints__imagePoint--active:before {
  animation: pulse 1s infinite;
}

/* line 5382, app/assets/stylesheets/external.scss */
.imagePoints__imagePoint.imagePoints__imagePoint--active:after {
  animation-delay: .5s;
}

/* line 5386, app/assets/stylesheets/external.scss */
.imagePoints__imagePointInner:after {
  font-size: 10px;
  line-height: 1;
  color: #fff;
  content: "" !important;
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 5401, app/assets/stylesheets/external.scss */
.imageSection {
  padding: 40px 0 120px;
  max-width: 100%;
  overflow: hidden;
}

/* line 5407, app/assets/stylesheets/external.scss */
.imageSection__inner {
  position: relative;
}

/* line 5411, app/assets/stylesheets/external.scss */
.imageSection__inner:before {
  content: "";
  position: absolute;
  left: 90px;
  top: 100px;
  width: 200%;
  height: 100%;
  background: #edf8fd;
}

/* line 5421, app/assets/stylesheets/external.scss */
.imageSection__image {
  position: relative;
  z-index: 1;
  width: 100%;
}

/* line 5427, app/assets/stylesheets/external.scss */
.imagesList__inner {
  padding: 20px 0 30px;
}

/* line 5431, app/assets/stylesheets/external.scss */
.imagesList__item {
  margin-top: 50px;
}

/* line 5435, app/assets/stylesheets/external.scss */
.imagesList__itemInner {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}

/* line 5444, app/assets/stylesheets/external.scss */
.imagesList__itemInner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.25);
  transition: opacity .3s;
}

/* line 5456, app/assets/stylesheets/external.scss */
.imagesList__itemInner:after {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 3rem;
  line-height: 1;
  color: #fff;
  transition: transform .3s;
  content: "" !important;
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 5475, app/assets/stylesheets/external.scss */
.imagesList__itemInner:hover:before {
  opacity: 1;
}

/* line 5479, app/assets/stylesheets/external.scss */
.imagesList__itemImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

/* line 5491, app/assets/stylesheets/external.scss */
.operationDesc {
  padding: 6rem 0 2rem;
}

/* line 5495, app/assets/stylesheets/external.scss */
.operationDesc__heading {
  font-size: 3rem;
  line-height: 3.4rem;
  margin-bottom: 5rem;
  color: #2c3f50;
}

/* line 5502, app/assets/stylesheets/external.scss */
.operationDesc__videos {
  width: calc(100% + 14px);
  display: flex;
  flex-wrap: wrap;
  margin-left: -7px;
  margin-right: -7px;
}

/* line 5510, app/assets/stylesheets/external.scss */
.operationDesc__videosImage {
  max-width: 100%;
}

/* line 5514, app/assets/stylesheets/external.scss */
.operationDesc__videoDesc {
  padding: 20px 10px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

/* line 5521, app/assets/stylesheets/external.scss */
.operationDesc__desc {
  padding-right: 70px;
  margin-bottom: 4rem;
}

/* line 5526, app/assets/stylesheets/external.scss */
.operationDesc__video {
  flex: 0 0 33.333%;
  max-width: 33.333%;
  padding-left: 7px;
  padding-right: 7px;
}

/* line 5533, app/assets/stylesheets/external.scss */
.operationDesc__videoInner {
  display: block;
  position: relative;
  background-size: cover;
  background-position: 50%;
}

/* line 5540, app/assets/stylesheets/external.scss */
.operationDesc__videoInner:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

/* line 5547, app/assets/stylesheets/external.scss */
.operationDesc__videoInner > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 5555, app/assets/stylesheets/external.scss */
.operationDesc__videoInner:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

/* line 5565, app/assets/stylesheets/external.scss */
.operationDesc__videoText {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  font-size: 2rem;
  line-height: 2.4rem;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

/* line 5579, app/assets/stylesheets/external.scss */
.operationDesc--isReverse .operationDesc__content {
  flex-direction: row-reverse;
}

/* line 5583, app/assets/stylesheets/external.scss */
.operationDesc--isReverse .operationDesc__desc {
  padding-right: 0;
  padding-left: 70px;
}

/* line 5588, app/assets/stylesheets/external.scss */
.opinionsList__inner {
  padding: 30px 0;
  overflow: hidden;
}

/* line 5593, app/assets/stylesheets/external.scss */
.opinionsList__wrapper {
  position: relative;
  padding-left: 25%;
  padding-bottom: 80px;
}

/* line 5599, app/assets/stylesheets/external.scss */
html[dir=rtl] .opinionsList__wrapper {
  padding-left: 0;
  padding-right: 25%;
}

/* line 5604, app/assets/stylesheets/external.scss */
.opinionsList__content {
  margin-left: 22.22222222%;
  padding: 102px 110px 62px;
  background-color: #fff;
}

/* line 5610, app/assets/stylesheets/external.scss */
html[dir=rtl] .opinionsList__content {
  margin-left: 0;
  margin-right: 22.22222222%;
}

/* line 5615, app/assets/stylesheets/external.scss */
.opinionsList__wrapperBg {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: -1;
  width: calc(41.66667% + (100vw - 100%)/2 - 8px);
  right: calc(58.33333% + 8px);
}

/* line 5624, app/assets/stylesheets/external.scss */
html[dir=rtl] .opinionsList__wrapperBg {
  right: auto;
  width: calc(41.66667% + (100vw - 100%)/2 - 8px);
  left: calc(58.33333% + 8px);
}

/* line 5630, app/assets/stylesheets/external.scss */
.opinionsList__wrapperBgInner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

/* line 5641, app/assets/stylesheets/external.scss */
.opinionsList__panel {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
}

/* line 5647, app/assets/stylesheets/external.scss */
.opinionsList__panelInfo {
  display: flex;
  width: 33.333%;
  padding: 27px 30px 30px;
  background-color: #00c4a5;
  z-index: 10;
}

/* line 5655, app/assets/stylesheets/external.scss */
.opinionsList__panelInfoInner {
  width: 100%;
}

/* line 5659, app/assets/stylesheets/external.scss */
.opinionsList__panelInfoHeader {
  position: relative;
}

/* line 5663, app/assets/stylesheets/external.scss */
.opinionsList__panelInfoValue {
  padding: 2px 0;
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.26666667;
  color: #fff;
}

/* line 5671, app/assets/stylesheets/external.scss */
.opinionsList__panelInfoStars {
  margin-top: 3px;
  overflow: hidden;
}

/* line 5676, app/assets/stylesheets/external.scss */
.opinionsList__panelInfoStar {
  float: left;
}

/* line 5680, app/assets/stylesheets/external.scss */
html[dir=rtl] .opinionsList__panelInfoStar {
  float: right;
}

/* line 5684, app/assets/stylesheets/external.scss */
.opinionsList__panelInfoStar + .opinionsList__panelInfoStar {
  margin-left: 6px;
}

/* line 5688, app/assets/stylesheets/external.scss */
html[dir=rtl] .opinionsList__panelInfoStar + .opinionsList__panelInfoStar {
  margin-left: 0;
  margin-right: 6px;
}

/* line 5693, app/assets/stylesheets/external.scss */
.opinionsList__panelInfoStar:before {
  font-size: 12px;
  line-height: 1;
  color: #fff;
  content: "" !important;
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 5708, app/assets/stylesheets/external.scss */
.opinionsList__panelInfoButton {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

/* line 5715, app/assets/stylesheets/external.scss */
html[dir=rtl] .opinionsList__panelInfoButton {
  right: auto;
  left: 0;
}

/* line 5720, app/assets/stylesheets/external.scss */
.opinionsList__panelInfoDesc {
  max-width: 180px;
  margin-top: 24px;
  padding: 2px 0;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #fff;
}

/* line 5729, app/assets/stylesheets/external.scss */
.opinionsList__panelInfoLink {
  display: inline-block;
  margin-top: 13px;
  padding: 0 15px;
  height: 30px;
  font-size: 1.5rem;
  line-height: 30px;
  color: #fff;
  background-color: #3981e2;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  transition: opacity .3s;
}

/* line 5743, app/assets/stylesheets/external.scss */
.opinionsList__panelInfoLink:before {
  float: left;
  margin-right: 7px;
  font-size: 14px;
  content: "" !important;
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 5758, app/assets/stylesheets/external.scss */
.opinionsList__panelInfoLink:hover {
  opacity: .75;
}

/* line 5762, app/assets/stylesheets/external.scss */
.opinionsList__panelInfoLogo {
  display: block;
  margin-top: 19px;
}

/* line 5767, app/assets/stylesheets/external.scss */
.opinionsList__panelSlider {
  position: relative;
  width: 66.666%;
}

/* line 5772, app/assets/stylesheets/external.scss */
.opinionsList__panelSlider .tns-nav {
  display: none;
}

/* line 5776, app/assets/stylesheets/external.scss */
.opinionsList__panelSliderButtons {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  overflow: hidden;
  z-index: 10;
}

/* line 5785, app/assets/stylesheets/external.scss */
html[dir=rtl] .opinionsList__panelSliderButtons {
  left: 0;
  right: auto;
  transform: translate(-50%, -50%);
}

/* line 5791, app/assets/stylesheets/external.scss */
.opinionsList__panelSliderInner {
  position: relative;
  height: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.04);
}

/* line 5797, app/assets/stylesheets/external.scss */
.opinionsList__panelSliderInner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
  z-index: 10;
}

/* line 5808, app/assets/stylesheets/external.scss */
.opinionsList__panelSliderButton {
  display: block;
  width: 44px;
  height: 44px;
  font-size: 0;
  color: #0083f3;
  background-color: #e5f2fe;
  border-radius: 50%;
  text-align: center;
  transition: color .3s, background-color .3s;
  transform: translateZ(0);
}

/* line 5821, app/assets/stylesheets/external.scss */
.opinionsList__panelSliderButton:hover {
  color: #fff;
  background-color: #0083f3;
}

/* line 5826, app/assets/stylesheets/external.scss */
.opinionsList__panelSliderButton:before {
  font-size: 17px;
  line-height: 44px;
}

/* line 5831, app/assets/stylesheets/external.scss */
.opinionsList__panelSliderButton--prev {
  margin-top: 15px;
}

/* line 5835, app/assets/stylesheets/external.scss */
.opinionsList__panelSliderButton--prev:before {
  content: "" !important;
}

/* line 5839, app/assets/stylesheets/external.scss */
.opinionsList__panelSliderButton--next:before,
.opinionsList__panelSliderButton--prev:before {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 5851, app/assets/stylesheets/external.scss */
.opinionsList__panelSliderButton--next:before {
  content: "" !important;
}

/* line 5855, app/assets/stylesheets/external.scss */
.opinionsList__panelBoxes {
  height: 100%;
  padding: 30px 0;
}

/* line 5860, app/assets/stylesheets/external.scss */
.opinionsList__panelBox {
  height: 100%;
  border-left: 1px solid #d3d6d8;
}

/* line 5865, app/assets/stylesheets/external.scss */
.opinionsList__panelBoxInner {
  position: relative;
  display: block;
  height: 100%;
  padding: 0 30px 30px;
}

/* line 5872, app/assets/stylesheets/external.scss */
.opinionsList__panelBoxInfo {
  padding: 2px 0;
  font-size: 1.2rem;
  line-height: 2.08333333;
}

/* line 5878, app/assets/stylesheets/external.scss */
.opinionsList__panelBoxStars {
  margin-top: 22px;
  overflow: hidden;
}

/* line 5883, app/assets/stylesheets/external.scss */
.opinionsList__panelBoxStar {
  float: left;
}

/* line 5887, app/assets/stylesheets/external.scss */
html[dir=rtl] .opinionsList__panelBoxStar {
  float: right;
}

/* line 5891, app/assets/stylesheets/external.scss */
.opinionsList__panelBoxStar + .opinionsList__panelBoxStar {
  margin-left: 6px;
}

/* line 5895, app/assets/stylesheets/external.scss */
html[dir=rtl] .opinionsList__panelBoxStar + .opinionsList__panelBoxStar {
  margin-left: 0;
  margin-right: 6px;
}

/* line 5900, app/assets/stylesheets/external.scss */
.opinionsList__panelBoxStar:before {
  font-size: 12px;
  line-height: 1;
  color: #d3d6d8;
  content: "" !important;
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 5915, app/assets/stylesheets/external.scss */
.opinionsList__panelBoxStar--active:before {
  color: #00c4a5;
}

/* line 5919, app/assets/stylesheets/external.scss */
.opinionsList__panelBoxDesc {
  margin-top: 12px;
  padding: 2px 0;
  font-size: 1.5rem;
  line-height: 1.8;
}

/* line 5926, app/assets/stylesheets/external.scss */
.opinionsList__panelBoxLink {
  position: absolute;
  bottom: -5px;
  right: 30px;
  padding: 2px 0;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.73333333;
  color: #0083f3;
  transition: opacity .3s;
}

/* line 5938, app/assets/stylesheets/external.scss */
.opinionsList__panelBoxLink:after {
  margin-left: 4px;
  font-size: .9rem;
  line-height: 2.88888889;
  content: "" !important;
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 5953, app/assets/stylesheets/external.scss */
.opinionsList__panelBoxLink:hover {
  opacity: .5;
}

/* line 5957, app/assets/stylesheets/external.scss */
.page404 {
  padding-top: 170px;
  padding-bottom: 150px;
}

/* line 5962, app/assets/stylesheets/external.scss */
.page404__inner {
  text-align: center;
}

/* line 5966, app/assets/stylesheets/external.scss */
.page404__number {
  display: block;
  font-size: 120px;
  font-weight: 700;
  margin-bottom: 40px;
}

/* line 5973, app/assets/stylesheets/external.scss */
.page404__text {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 40px;
}

/* line 5979, app/assets/stylesheets/external.scss */
.pageHeader {
  position: relative;
  height: 650px;
  max-height: 100vh;
  margin-top: 60px;
}

/* line 5986, app/assets/stylesheets/external.scss */
.pageHeader__inner {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: 650px;
  max-height: 100vh;
}

/* line 5995, app/assets/stylesheets/external.scss */
.pageHeader__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

/* line 6006, app/assets/stylesheets/external.scss */
.pageHeader__content {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}

/* line 6013, app/assets/stylesheets/external.scss */
.pageHeader__contentTitle {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 5rem;
  line-height: 1.04;
  color: #fff;
}

/* line 6021, app/assets/stylesheets/external.scss */
.pageHeader__contentDesc {
  margin-top: 29px;
  max-width: 420px;
  font-size: 1.8rem;
  line-height: 1.66666667;
  color: #fff;
}

/* line 6029, app/assets/stylesheets/external.scss */
.pageHeader__button {
  margin: 47px 0 8px;
}

/* line 6033, app/assets/stylesheets/external.scss */
.pageHeader__desc {
  background-color: rgba(249, 110, 81, 0.9);
  padding: 15px;
  font-size: 1.3rem;
  line-height: 1.6rem;
  position: absolute;
  text-align: right;
  right: 0;
  bottom: 0;
  color: #fff;
}

/* line 6045, app/assets/stylesheets/external.scss */
.patientForm {
  min-height: 100vh;
}

/* line 6049, app/assets/stylesheets/external.scss */
.patientForm__header {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.11);
  padding: 24px 0 14px;
}

/* line 6055, app/assets/stylesheets/external.scss */
.patientForm__headerLogo {
  margin-bottom: 10px;
  text-align: center;
}

/* line 6060, app/assets/stylesheets/external.scss */
.patientForm__headerLink {
  position: absolute;
  left: 50px;
  top: 34px;
  font-size: 1.5rem;
  line-height: 1.7rem;
  color: #0083f3;
  font-weight: 500;
  opacity: 1;
  transition: opacity .3s;
}

/* line 6072, app/assets/stylesheets/external.scss */
html[dir=rtl] .patientForm__headerLink {
  right: 50px;
  left: auto;
}

/* line 6077, app/assets/stylesheets/external.scss */
.patientForm__headerLink span {
  font-size: 1.2rem;
  margin-right: 15px;
}

/* line 6082, app/assets/stylesheets/external.scss */
.patientForm__headerLink:hover {
  opacity: .7;
}

/* line 6086, app/assets/stylesheets/external.scss */
.patientForm__stepsHeader {
  margin: 25px 0;
}

/* line 6090, app/assets/stylesheets/external.scss */
.patientForm__stepsHeader__text {
  font-size: 15px;
  line-height: 30px;
}

/* line 6095, app/assets/stylesheets/external.scss */
.patientForm__stepsHeader__heading {
  font-size: 20px;
  line-height: 35px;
  font-weight: 500;
}

/* line 6101, app/assets/stylesheets/external.scss */
.patientForm__stepList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  margin: 25px -7px;
}

/* line 6109, app/assets/stylesheets/external.scss */
.patientForm__stepList.container {
  padding-right: 0;
  padding-left: 0;
}

/* line 6114, app/assets/stylesheets/external.scss */
.patientForm__stepList__progressBar {
  position: absolute;
  top: 105px;
  width: 100%;
  height: 1px;
  background-color: #d3d6d8;
  opacity: 0;
  transition: opacity .3s;
}

/* line 6124, app/assets/stylesheets/external.scss */
.patientForm__stepList__progressBar__inner {
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  background-color: #f96e51;
  width: 0;
  transition: width .5s;
}

/* line 6134, app/assets/stylesheets/external.scss */
html[dir=rtl] .patientForm__stepList__progressBar__inner {
  left: auto;
  right: 0;
}

/* line 6139, app/assets/stylesheets/external.scss */
.patientForm__stepList__progressBar__inner--done {
  width: 100%;
}

/* line 6143, app/assets/stylesheets/external.scss */
.patientForm__stepListItem {
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  align-items: center;
  flex-direction: column;
  padding: 15px 7px;
  max-width: 100%;
}

/* line 6153, app/assets/stylesheets/external.scss */
.patientForm__stepListItem--done .patientForm__stepListItem__circle {
  background: #f96e51;
  border-color: #f96e51;
}

/* line 6158, app/assets/stylesheets/external.scss */
.patientForm__stepListItem--active .patientForm__stepListItem__circle {
  border-color: #f96e51;
}

/* line 6162, app/assets/stylesheets/external.scss */
.patientForm__stepListItem__icon {
  margin-bottom: 26px;
  height: 47px;
}

/* line 6167, app/assets/stylesheets/external.scss */
.patientForm__stepListItem__circle {
  background-color: #fff;
  border: 1px solid #d3d6d8;
  border-radius: 50%;
  display: block;
  height: 35px;
  width: 35px;
  margin-bottom: 23px;
  position: relative;
  transition: border-color .3s, background-color .3s;
}

/* line 6179, app/assets/stylesheets/external.scss */
.patientForm__stepListItem__circle:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  content: "" !important;
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 6196, app/assets/stylesheets/external.scss */
.patientForm__stepListItem__name {
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  text-align: center;
}

/* line 6204, app/assets/stylesheets/external.scss */
.patientForm__stepList__progressLine {
  background: #d3d6d8;
  height: 1px;
  position: absolute;
  width: 0;
}

/* line 6211, app/assets/stylesheets/external.scss */
.patientForm__stepList:not(.patientForm__stepList--nav) .patientForm__stepListItem__name {
  font-size: 1.3rem;
  line-height: 2rem;
  max-width: 150px;
  text-align: center;
}

/* line 6218, app/assets/stylesheets/external.scss */
.patientForm__stepList--nav {
  margin: 0 auto;
  overflow: hidden;
}

/* line 6223, app/assets/stylesheets/external.scss */
.patientForm__stepList--nav .patientForm__stepList__progressBar {
  top: 35px;
}

/* line 6227, app/assets/stylesheets/external.scss */
.patientForm__stepList--nav .patientForm__stepListItem__icon {
  display: none;
}

/* line 6231, app/assets/stylesheets/external.scss */
.patientForm__step {
  padding-top: 30px;
  min-height: calc(100vh - 85px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* line 6239, app/assets/stylesheets/external.scss */
.patientForm__step--hasNav {
  min-height: calc(100vh - 185px);
}

/* line 6243, app/assets/stylesheets/external.scss */
.patientForm__step--after {
  background-color: #fff;
  border-radius: 10px;
  padding: 50px 50px 20px;
}

/* line 6249, app/assets/stylesheets/external.scss */
.patientForm__stepContent {
  margin-bottom: 0px;
}

/* line 6253, app/assets/stylesheets/external.scss */
.patientForm__stepFooter {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 40px;
}

/* line 6260, app/assets/stylesheets/external.scss */
.patientForm__stepFooter__text {
  max-width: 650px;
  font-size: 1.2rem;
  line-height: 2rem;
  margin-bottom: 30px;
}

/* line 6267, app/assets/stylesheets/external.scss */
.patientForm__stepFooter__buttons {
  margin-left: auto;
  margin-bottom: 30px;
}

/* line 6272, app/assets/stylesheets/external.scss */
html[dir=rtl] .patientForm__stepFooter__buttons {
  margin-left: 0;
  margin-right: auto;
}

/* line 6277, app/assets/stylesheets/external.scss */
.patientForm__stepFooter__buttons--last {
  margin-right: auto;
}

/* line 6281, app/assets/stylesheets/external.scss */
.patientForm__stepFooter__buttons .button {
  margin-left: 15px;
}

/* line 6285, app/assets/stylesheets/external.scss */
html[dir=rtl] .patientForm__stepFooter__buttons .button {
  margin-left: 0;
  margin-right: 15px;
}

/* line 6290, app/assets/stylesheets/external.scss */
.patientForm__stepFooter--after {
  padding-bottom: 0;
}

/* line 6294, app/assets/stylesheets/external.scss */
.patientForm__group {
  margin-bottom: 35px;
  max-width: 570px;
  display: block;
  position: relative;
}

/* line 6301, app/assets/stylesheets/external.scss */
.patientForm__group:first-child {
  margin-top: 15px;
}

/* line 6305, app/assets/stylesheets/external.scss */
.patientForm__group--halfWidth {
  width: 273px;
  display: inline-block;
  margin-right: 22px;
}

/* line 6311, app/assets/stylesheets/external.scss */
html[dir=rtl] .patientForm__group--halfWidth {
  margin-left: 22px;
  margin-right: 0;
}

/* line 6316, app/assets/stylesheets/external.scss */
.patientForm__groupButton {
  position: absolute;
  background-color: #fff;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 2;
}

/* line 6325, app/assets/stylesheets/external.scss */
.patientForm__groupInput,
.patientForm__groupTextarea {
  border: 1px solid #d8d8d8;
  width: 100%;
  font-size: 1.5rem;
  color: #2c3f50;
  padding-left: 15px;
  border-radius: 4px;
  transition: border .3s;
}

/* line 6336, app/assets/stylesheets/external.scss */
html[dir=rtl] .patientForm__groupInput,
html[dir=rtl] .patientForm__groupTextarea {
  padding-right: 15px;
  padding-left: 0;
}

/* line 6342, app/assets/stylesheets/external.scss */
.patientForm__groupInput:focus,
.patientForm__groupTextarea:focus {
  border-color: #959a9c;
}

/* line 6347, app/assets/stylesheets/external.scss */
.patientForm__groupInput.notEmpty ~ div,
.patientForm__groupInput.notEmpty ~ label,
.patientForm__groupInput:focus ~ div,
.patientForm__groupInput:focus ~ label,
.patientForm__groupTextarea.notEmpty ~ div,
.patientForm__groupTextarea.notEmpty ~ label,
.patientForm__groupTextarea:focus ~ div,
.patientForm__groupTextarea:focus ~ label {
  top: -11px;
  font-size: 1.2rem;
}

/* line 6359, app/assets/stylesheets/external.scss */
.patientForm__groupTextareaMaxLength {
  margin-top: 15px;
  font-size: 14px;
}

/* line 6364, app/assets/stylesheets/external.scss */
.patientForm__groupTextareaMaxLength b,
.patientForm__groupTextareaMaxLength strong {
  font-weight: 700;
}

/* line 6369, app/assets/stylesheets/external.scss */
.patientForm__groupInput {
  height: 50px;
}

/* line 6373, app/assets/stylesheets/external.scss */
.patientForm__groupTextarea {
  height: 94px;
  padding-top: 15px;
}

/* line 6378, app/assets/stylesheets/external.scss */
.patientForm__groupLabel {
  position: relative;
  display: block;
}

/* line 6383, app/assets/stylesheets/external.scss */
.patientForm__groupLabel:before {
  content: "i";
  font-size: 1.5rem;
  line-height: 2.5rem;
  text-align: center;
  color: #f96e51;
  display: block;
  position: absolute;
  right: 15px;
  top: 11px;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  border: 1px solid #f96e51;
  background-color: rgba(255, 0, 0, 0.06);
  opacity: 0;
  transition: opacity .35s ease-in-out;
}

/* line 6402, app/assets/stylesheets/external.scss */
html[dir=rtl] .patientForm__groupLabel:before {
  left: 15px;
  right: auto;
}

/* line 6407, app/assets/stylesheets/external.scss */
.patientForm__groupLabel--warning:before {
  opacity: 1;
}

/* line 6411, app/assets/stylesheets/external.scss */
.patientForm__groupLabel--warning .patientForm__groupInput,
.patientForm__groupLabel--warning .patientForm__groupTextarea {
  border-color: #f96e51;
}

/* line 6416, app/assets/stylesheets/external.scss */
.patientForm__groupPlaceholder {
  position: absolute;
  left: 12px;
  top: 14px;
  font-size: 1.5rem;
  background: #fff;
  padding: 4px;
  pointer-events: none;
  color: #959a9c;
  transition: color .3s, font-size .3s, top .3s;
}

/* line 6428, app/assets/stylesheets/external.scss */
html[dir=rtl] .patientForm__groupPlaceholder {
  right: 12px;
  left: auto;
}

/* line 6434, app/assets/stylesheets/external.scss */
.patientForm__groupInput:-moz-read-only ~ .patientForm__groupPlaceholder {
  background-color: #f2f2f2;
}
.patientForm__groupInput:disabled ~ .patientForm__groupPlaceholder,
.patientForm__groupInput:read-only ~ .patientForm__groupPlaceholder {
  background-color: #f2f2f2;
}

/* line 6439, app/assets/stylesheets/external.scss */
.patientForm__groupError {
  padding-top: 5px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #959a9c;
  position: absolute;
  left: 0;
  bottom: -17px;
}

/* line 6449, app/assets/stylesheets/external.scss */
html[dir=rtl] .patientForm__groupError {
  right: 0;
  left: auto;
}

/* line 6454, app/assets/stylesheets/external.scss */
.patientForm__groupError--big {
  color: #f96e51;
  font-size: 1.5rem;
  line-height: 2rem;
  bottom: -20px;
}

/* line 6461, app/assets/stylesheets/external.scss */
.patientForm--after {
  background-color: #f5f5f5;
}

/* line 6465, app/assets/stylesheets/external.scss */
.patientForm--after .patientForm__step {
  background-color: #fff;
  border-radius: 10px;
  padding: 50px 50px 10px;
  min-height: 100%;
}

/* line 6472, app/assets/stylesheets/external.scss */
.patientForm--after .patientForm__stepFooter {
  padding-bottom: 0;
}

/* line 6476, app/assets/stylesheets/external.scss */
.patientForm__popup {
  position: fixed;
  z-index: 1030;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
}

/* line 6490, app/assets/stylesheets/external.scss */
.patientForm__popup--open {
  opacity: 1;
  pointer-events: all;
}

/* line 6495, app/assets/stylesheets/external.scss */
.patientForm__popupLayer {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

/* line 6505, app/assets/stylesheets/external.scss */
.patientForm__popupInner {
  position: relative;
  z-index: 1;
  max-height: calc(100% - 140px);
  width: calc(100% - 40px);
  margin-left: 20px;
  overflow: auto;
  border-radius: 10px;
}

/* line 6515, app/assets/stylesheets/external.scss */
.patientForm__popupContent {
  background-color: #fff;
  border-radius: 10px;
  padding: 60px;
}

/* line 6521, app/assets/stylesheets/external.scss */
.patientForm__popupFooter {
  display: flex;
  margin-top: 50px;
}

/* line 6526, app/assets/stylesheets/external.scss */
.personnel {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

/* line 6532, app/assets/stylesheets/external.scss */
.personnel__title {
  color: #2c3f50;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  padding-bottom: 50px;
}

/* line 6541, app/assets/stylesheets/external.scss */
.personnel__wrapper {
  display: flex;
  position: relative;
  padding: 100px 0;
  min-width: 100%;
  flex-wrap: wrap;
}

/* line 6549, app/assets/stylesheets/external.scss */
.personnel__bg {
  position: absolute;
  top: 0;
  left: -40%;
  min-width: 399px;
  width: 65%;
  height: 100%;
  background-color: #edf8fd;
  z-index: -100;
}

/* line 6560, app/assets/stylesheets/external.scss */
.personnel__box {
  display: flex;
  margin-bottom: 40px;
}

/* line 6565, app/assets/stylesheets/external.scss */
.personnel__box:hover .personnel__boxInfo__title {
  color: #0083f3;
}

/* line 6569, app/assets/stylesheets/external.scss */
.personnel__boxImageWrapper {
  min-width: 444px;
  min-height: 292px;
}

/* line 6574, app/assets/stylesheets/external.scss */
.personnel__boxImage {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

/* line 6581, app/assets/stylesheets/external.scss */
.personnel__boxImageInner {
  position: relative;
  padding-bottom: 65%;
}

/* line 6586, app/assets/stylesheets/external.scss */
.personnel__boxInfo {
  margin-left: 50px;
}

/* line 6590, app/assets/stylesheets/external.scss */
.personnel__boxInfo__title {
  color: #2c3f50;
  font-family: Montserrat, sans-serif;
  min-width: 100%;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  margin-top: 30px;
  margin-bottom: 20px;
  transition: color .3s;
}

/* line 6602, app/assets/stylesheets/external.scss */
.personnel__boxInfo__text {
  color: #2c3f50;
  font-family: Roboto, sans-serif;
  min-width: 100%;
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
}

/* line 6611, app/assets/stylesheets/external.scss */
.postsArchive {
  padding-top: 80px;
  min-height: 49vh;
}

/* line 6616, app/assets/stylesheets/external.scss */
.postsArchive__search {
  margin-top: 25px;
  margin-bottom: 60px;
}

/* line 6621, app/assets/stylesheets/external.scss */
.postsArchive__wrapper {
  transition: opacity .3s;
}

/* line 6625, app/assets/stylesheets/external.scss */
.postsArchive__wrapper--loading {
  opacity: .4;
}

/* line 6629, app/assets/stylesheets/external.scss */
.postsArchive__searchInput {
  display: block;
  height: 50px;
  width: 100%;
  padding: 10px 25px;
  border-radius: 10px;
  border: 1px solid #d8d8d8;
  font-size: 16px;
}

/* line 6639, app/assets/stylesheets/external.scss */
.postsArchive__items {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -10px;
  margin-right: -10px;
}

/* line 6647, app/assets/stylesheets/external.scss */
.postsArchive__item {
  flex: 33.333%;
  max-width: 33.333%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}

/* line 6655, app/assets/stylesheets/external.scss */
.postsArchive__item:hover .postsArchive__title {
  color: #f96e51;
}

/* line 6659, app/assets/stylesheets/external.scss */
.postsArchive__itemInner {
  display: block;
  height: 100%;
  padding: 30px 20px;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.04);
}

/* line 6668, app/assets/stylesheets/external.scss */
.postsArchive__type {
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}

/* line 6675, app/assets/stylesheets/external.scss */
.postsArchive__title {
  font-size: 22px;
  line-height: 34px;
  transition: color .3s;
}

/* line 6681, app/assets/stylesheets/external.scss */
.postsArchive__itemsError {
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
}

/* line 6688, app/assets/stylesheets/external.scss */
.priceLists {
  background-color: #edf8fd;
  padding: 100px 0;
}

/* line 6693, app/assets/stylesheets/external.scss */
.priceLists__group {
  margin-top: 50px;
  padding: 18.5px 36px;
  background-color: #fff;
  border-radius: 4px;
}

/* line 6700, app/assets/stylesheets/external.scss */
.priceLists__item {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #d3d6d8;
  padding: 18.5px 0;
}

/* line 6707, app/assets/stylesheets/external.scss */
.priceLists__item:first-child {
  padding-top: 0;
  border-bottom: 1px solid #0083f3;
}

/* line 6712, app/assets/stylesheets/external.scss */
.priceLists__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

/* line 6717, app/assets/stylesheets/external.scss */
.priceLists__itemName {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: #2c3f50;
  line-height: 2;
}

/* line 6725, app/assets/stylesheets/external.scss */
.priceLists__item--header .priceLists__itemName {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #2c3f50;
  line-height: 1.875;
}

/* line 6733, app/assets/stylesheets/external.scss */
.priceLists__itemName {
  max-width: 20%;
  flex: 0 0 20%;
}

/* line 6738, app/assets/stylesheets/external.scss */
.priceLists__itemName:first-child {
  max-width: 60%;
  flex: 0 0 60%;
  margin-right: auto;
}

/* line 6744, app/assets/stylesheets/external.scss */
html[dir=rtl] .priceLists__itemName:first-child {
  margin-left: auto;
  margin-right: 0;
}

/* line 6749, app/assets/stylesheets/external.scss */
.quotationSection {
  background-color: #edf8fd;
  padding: 50px 0;
  overflow: hidden;
}

/* line 6755, app/assets/stylesheets/external.scss */
.quotationSection__wrapper--small {
  max-width: 720px;
  margin: 0 auto;
}

/* line 6760, app/assets/stylesheets/external.scss */
.quotationSection__text {
  position: relative;
  z-index: 2;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  color: #2c3f50;
  line-height: 1.66666667;
  margin-bottom: 25px;
}

/* line 6771, app/assets/stylesheets/external.scss */
.quotationSection__author {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-bottom: 10px;
}

/* line 6777, app/assets/stylesheets/external.scss */
.quotationSection__author,
.quotationSection__position {
  position: relative;
  z-index: 2;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  color: #2c3f50;
}

/* line 6786, app/assets/stylesheets/external.scss */
.quotationSection__position {
  font-size: 1.3rem;
  line-height: 1.61538462;
}

/* line 6791, app/assets/stylesheets/external.scss */
.quotationSection__relative {
  position: relative;
}

/* line 6795, app/assets/stylesheets/external.scss */
.quotationSection__quotationDown,
.quotationSection__quotationUp {
  font-size: 200px;
  position: absolute;
  color: #fff;
}

/* line 6802, app/assets/stylesheets/external.scss */
.quotationSection__quotationUp {
  top: -95px;
  left: 0;
  transform: rotate(180deg);
}

/* line 6808, app/assets/stylesheets/external.scss */
.quotationSection__quotationDown {
  bottom: -95px;
  right: 0;
}

/* line 6813, app/assets/stylesheets/external.scss */
.quoteImage {
  max-width: 100%;
  overflow: hidden;
}

/* line 6818, app/assets/stylesheets/external.scss */
.quoteImage__inner {
  padding: 30px 0;
}

/* line 6822, app/assets/stylesheets/external.scss */
.quoteImage__wrapper {
  position: relative;
  min-height: 780px;
}

/* line 6827, app/assets/stylesheets/external.scss */
.quoteImage__bg {
  position: absolute;
  right: -40%;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #edf8fd;
}

/* line 6836, app/assets/stylesheets/external.scss */
html[dir=rtl] .quoteImage__bg {
  left: -40%;
  right: auto;
}

/* line 6841, app/assets/stylesheets/external.scss */
.quoteImage__bg--reverse {
  right: unset;
  left: -40%;
}

/* line 6846, app/assets/stylesheets/external.scss */
.quoteImage__content {
  position: relative;
  padding-top: 100px;
}

/* line 6851, app/assets/stylesheets/external.scss */
.quoteImage__contentBg {
  position: absolute;
  top: 0;
  margin: 100px 0;
  height: 100%;
  width: calc(50% + (100vw - 100%)/2 - 8px);
  left: calc(50% + 8px);
}

/* line 6860, app/assets/stylesheets/external.scss */
html[dir=rtl] .quoteImage__contentBg {
  right: auto;
  width: calc(50% + (100vw - 100%)/2 - 8px);
  right: calc(50% + 8px);
}

/* line 6866, app/assets/stylesheets/external.scss */
.quoteImage__contentBg--reverse {
  left: unset;
  width: calc(50% + (100vw - 100%)/2 - 8px);
  right: calc(50% + 8px);
}

/* line 6872, app/assets/stylesheets/external.scss */
.quoteImage__contentBgInner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

/* line 6883, app/assets/stylesheets/external.scss */
.quoteImage__contentBgInner--reverse {
  transform: scaleX(-1);
}

/* line 6887, app/assets/stylesheets/external.scss */
.quoteImage__contentInner {
  position: relative;
  padding: 2px 0 92px;
  background-color: #fff;
  width: calc(50% - 8px);
}

/* line 6894, app/assets/stylesheets/external.scss */
.quoteImage__contentInner--reverse {
  text-align: right;
  left: 50%;
}

/* line 6899, app/assets/stylesheets/external.scss */
.quoteImage__contentTitle {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.23333333;
}

/* line 6906, app/assets/stylesheets/external.scss */
.quoteImage__contentSubitle {
  margin-top: 6px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.55;
}

/* line 6914, app/assets/stylesheets/external.scss */
.quoteImage__contentWrapper {
  position: relative;
}

/* line 6918, app/assets/stylesheets/external.scss */
.quoteImage__contentText {
  margin-top: 46px;
  width: 71.42857143%;
  font-size: 1.5rem;
  line-height: 1.8;
}

/* line 6925, app/assets/stylesheets/external.scss */
.quoteImage__contentText:before {
  display: block;
  margin-bottom: 14px;
  font-size: 2.6rem;
  line-height: 1;
  color: #0083f3;
  content: "" !important;
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 6942, app/assets/stylesheets/external.scss */
.quoteImage__contentText--reverse {
  width: 100%;
  padding-left: 25%;
}

/* line 6947, app/assets/stylesheets/external.scss */
.quoteImage__contentPoints {
  position: absolute;
  top: 50%;
  left: 85.71428571%;
  width: 85.71428571%;
  padding: 25px 0;
  display: flex;
  flex-wrap: wrap;
  transform: translateY(-50%);
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

/* line 6960, app/assets/stylesheets/external.scss */
.quoteImage__contentPoint {
  display: flex;
  flex: 1;
  padding: 10px 25px;
}

/* line 6966, app/assets/stylesheets/external.scss */
.quoteImage__contentPoint + .quoteImage__contentPoint {
  border-left: 1px solid #d3d6d8;
}

/* line 6970, app/assets/stylesheets/external.scss */
.quoteImage__contentPointTitle {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.2;
  color: #0083f3;
}

/* line 6978, app/assets/stylesheets/external.scss */
.quoteImage__contentPointDesc {
  margin-top: 17px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.53846154;
}

/* line 6986, app/assets/stylesheets/external.scss */
.quoteStats__inner {
  padding: 30px 0;
  overflow: hidden;
}

/* line 6991, app/assets/stylesheets/external.scss */
.quoteStats__content {
  position: relative;
  padding-top: 100px;
}

/* line 6996, app/assets/stylesheets/external.scss */
.quoteStats__contentBg {
  position: absolute;
  top: 0;
  height: 100%;
  left: calc(41.66667% + 8px);
}

/* line 7003, app/assets/stylesheets/external.scss */
.quoteStats__contentBg,
html[dir=rtl] .quoteStats__contentBg {
  width: calc(58.33333% + (100vw - 100%)/2 - 8px);
}

/* line 7008, app/assets/stylesheets/external.scss */
html[dir=rtl] .quoteStats__contentBg {
  right: calc(41.66667% + 8px);
}

/* line 7012, app/assets/stylesheets/external.scss */
.quoteStats__contentBgInner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

/* line 7023, app/assets/stylesheets/external.scss */
.quoteStats__contentInner {
  position: relative;
  padding: 2px 0 92px;
  background-color: #fff;
  width: calc(58.33333% - 8px);
}

/* line 7030, app/assets/stylesheets/external.scss */
.quoteStats__contentTitle {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.23333333;
}

/* line 7037, app/assets/stylesheets/external.scss */
.quoteStats__contentSubitle {
  margin-top: 6px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.55;
}

/* line 7045, app/assets/stylesheets/external.scss */
.quoteStats__contentWrapper {
  position: relative;
}

/* line 7049, app/assets/stylesheets/external.scss */
.quoteStats__contentText {
  margin-top: 46px;
  width: 71.42857143%;
  font-size: 1.5rem;
  line-height: 1.8;
}

/* line 7056, app/assets/stylesheets/external.scss */
.quoteStats__contentText:before {
  display: block;
  margin-bottom: 14px;
  font-size: 2.6rem;
  line-height: 1;
  color: #0083f3;
  content: "" !important;
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 7073, app/assets/stylesheets/external.scss */
.quoteStats__contentPoints {
  position: absolute;
  top: 50%;
  left: 85.71428571%;
  width: 85.71428571%;
  padding: 25px 0;
  display: flex;
  flex-wrap: wrap;
  transform: translateY(-50%);
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

/* line 7086, app/assets/stylesheets/external.scss */
html[dir=rtl] .quoteStats__contentPoints {
  left: auto;
  right: 85.71428571%;
}

/* line 7091, app/assets/stylesheets/external.scss */
.quoteStats__contentPoint {
  display: flex;
  flex: 1;
  padding: 10px 25px;
}

/* line 7097, app/assets/stylesheets/external.scss */
.quoteStats__contentPoint + .quoteStats__contentPoint {
  border-left: 1px solid #d3d6d8;
}

/* line 7101, app/assets/stylesheets/external.scss */
.quoteStats__contentPointTitle {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.2;
  color: #0083f3;
}

/* line 7109, app/assets/stylesheets/external.scss */
.quoteStats__contentPointDesc {
  margin-top: 17px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.53846154;
}

@keyframes bounce {
  0%,
20%,
50%,
80%,
to {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-8px);
  }
  60% {
    transform: translateX(-4px);
  }
}

/* line 7133, app/assets/stylesheets/external.scss */
.references {
  background-color: #f5f5f5;
  padding-bottom: 1px;
}

/* line 7138, app/assets/stylesheets/external.scss */
.references__title {
  color: #2c3f50;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  padding-top: 80px;
  padding-bottom: 50px;
  text-align: center;
}

/* line 7149, app/assets/stylesheets/external.scss */
.references__container {
  display: flex;
  justify-content: center;
}

/* line 7154, app/assets/stylesheets/external.scss */
.references__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
  overflow: hidden;
  max-height: 568px;
  transition: max-height .3s ease-in-out;
}

/* line 7163, app/assets/stylesheets/external.scss */
.references__boxCol {
  padding: 8px;
}

/* line 7167, app/assets/stylesheets/external.scss */
.references__box {
  display: none;
  flex-direction: column;
  position: relative;
  width: 260px;
  height: 260px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.04);
  background-color: #fff;
  border: 1px solid #fff;
  align-content: flex-end;
}

/* line 7179, app/assets/stylesheets/external.scss */
.references__box:hover {
  border: 1px solid #f96e51;
}

/* line 7183, app/assets/stylesheets/external.scss */
.references__box:hover .references__boxButton {
  opacity: 1;
}

/* line 7187, app/assets/stylesheets/external.scss */
.references__box:hover .references__arrowButton {
  animation: bounce .7s infinite;
}

/* line 7191, app/assets/stylesheets/external.scss */
.references__box--show {
  display: flex;
}

/* line 7195, app/assets/stylesheets/external.scss */
.references__boxDescription {
  padding: 25px;
  color: #2c3f50;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

/* line 7204, app/assets/stylesheets/external.scss */
.references__boxButton {
  position: absolute;
  bottom: 0;
  right: 55px;
  margin-bottom: 25px;
  display: flex;
  opacity: 0;
  transition: opacity .3s ease-in;
  justify-content: flex-end;
  align-content: flex-end;
  color: #f96e51;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
}

/* line 7221, app/assets/stylesheets/external.scss */
.references__arrowButton {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 25px;
  margin-bottom: 25px;
}

/* line 7229, app/assets/stylesheets/external.scss */
.references__arrowButton:after {
  color: #f96e51;
  font-family: Roboto, sans-serif;
  margin-left: 4px;
  font-size: 1rem;
  line-height: 1.77777778;
  content: "" !important;
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 7246, app/assets/stylesheets/external.scss */
.references__showMore {
  margin: 100px auto;
  display: table;
}

/* line 7251, app/assets/stylesheets/external.scss */
.singleBlogHeader {
  position: relative;
  margin-top: 86px;
  padding-top: 100px;
  padding-bottom: 100px;
}

/* line 7258, app/assets/stylesheets/external.scss */
.singleBlogHeader:before {
  content: "";
  position: absolute;
  right: 0;
  height: 100%;
  width: 35%;
  top: 0;
  background-color: #edf8fd;
}

/* line 7268, app/assets/stylesheets/external.scss */
html[dir=rtl] .singleBlogHeader:before {
  right: auto;
  left: 0;
}

/* line 7273, app/assets/stylesheets/external.scss */
.singleBlogHeader__inner {
  position: relative;
  z-index: 1;
}

/* line 7278, app/assets/stylesheets/external.scss */
.singleBlogHeader__title {
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  line-height: 4rem;
  margin-bottom: 25px;
}

/* line 7285, app/assets/stylesheets/external.scss */
.singleBlogHeader__desc {
  font-size: 15px;
  line-height: 27px;
}

/* line 7290, app/assets/stylesheets/external.scss */
.singleBlogHeader__img {
  width: 100%;
  height: auto;
}

/* line 7295, app/assets/stylesheets/external.scss */
.singleBlogHeader__content {
  order: 1;
  flex-direction: column;
}

/* line 7300, app/assets/stylesheets/external.scss */
.singleBlogHeader__image {
  order: 2;
}

/* line 7304, app/assets/stylesheets/external.scss */
.singleBlogHeader__imageContent {
  width: 100%;
}

/* line 7308, app/assets/stylesheets/external.scss */
.singleBlogHeader__contentDate {
  margin-top: auto;
  padding-top: 30px;
  font-size: 12px;
  color: #bfc2c4;
}

/* line 7315, app/assets/stylesheets/external.scss */
.slider {
  margin-bottom: 100px;
  padding-top: 40px;
}

/* line 7320, app/assets/stylesheets/external.scss */
.slider__content {
  width: 960px;
  margin: 0 auto;
  display: block;
}

/* line 7326, app/assets/stylesheets/external.scss */
.slider__pagination {
  position: absolute;
  width: 100%;
  bottom: 50px;
}

/* line 7332, app/assets/stylesheets/external.scss */
.slider__paginationSlide {
  cursor: pointer;
}

/* line 7336, app/assets/stylesheets/external.scss */
.slider__paginationSlide:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 131, 243, 0.4);
  opacity: 0;
  transition: opacity .3s;
}

/* line 7348, app/assets/stylesheets/external.scss */
.slider__paginationSlide.swiper-slide-thumb-active:before {
  opacity: 1;
}

/* line 7352, app/assets/stylesheets/external.scss */
.slider__inner {
  position: relative;
}

/* line 7356, app/assets/stylesheets/external.scss */
.slider__imageWrapper {
  position: relative;
  max-width: 900px;
  width: 100%;
  max-height: 600px;
  height: auto;
  display: flex;
  justify-content: center;
}

/* line 7366, app/assets/stylesheets/external.scss */
.slider__mainImage {
  width: 100%;
}

/* line 7370, app/assets/stylesheets/external.scss */
.slider__buttonWrapper {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  z-index: 10;
  pointer-events: none;
}

/* line 7381, app/assets/stylesheets/external.scss */
.slider__buttonWrapper .arrowButton--prev {
  margin: 0;
}

/* line 7385, app/assets/stylesheets/external.scss */
.slider__image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

/* line 7390, app/assets/stylesheets/external.scss */
.slider__text {
  text-align: center;
  color: #2c3f50;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
  margin-top: 30px;
}

/* line 7400, app/assets/stylesheets/external.scss */
.smallGallery__inner {
  padding: 3rem 0 4rem;
}

/* line 7404, app/assets/stylesheets/external.scss */
.smallGallery__innerContainer {
  position: relative;
}

/* line 7408, app/assets/stylesheets/external.scss */
.smallGallery .tns-nav {
  display: none;
}

/* line 7412, app/assets/stylesheets/external.scss */
.smallGallery img {
  width: 100%;
  opacity: 1;
  transition: opacity .3s;
}

/* line 7418, app/assets/stylesheets/external.scss */
.smallGallery img:hover {
  opacity: .6;
}

/* line 7422, app/assets/stylesheets/external.scss */
.smallGallery__buttonWrapper {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translate(50%, -50%);
  z-index: 2;
}

/* line 7430, app/assets/stylesheets/external.scss */
html[dir=rtl] .smallGallery__buttonWrapper {
  right: auto;
  left: 16px;
  transform: translate(-50%, -50%);
}

/* line 7436, app/assets/stylesheets/external.scss */
.tableSection__inner {
  padding: 20px 0;
}

/* line 7440, app/assets/stylesheets/external.scss */
.tableSection h2 {
  margin-bottom: 55px;
}

/* line 7444, app/assets/stylesheets/external.scss */
.tableSection__inner {
  overflow-x: auto;
}

/* line 7448, app/assets/stylesheets/external.scss */
.tableSection__innerTable {
  width: 100%;
  min-width: 550px;
}

/* line 7453, app/assets/stylesheets/external.scss */
.tableSection__row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

/* line 7459, app/assets/stylesheets/external.scss */
.tableSection__row:not(:last-child) {
  border-bottom: 1px solid #d3d6d8;
}

/* line 7463, app/assets/stylesheets/external.scss */
.tableSection__row.tableSection__row--title {
  border-bottom: 1px solid #0083f3;
  font-weight: 500;
  font-size: 1.6rem;
}

/* line 7469, app/assets/stylesheets/external.scss */
.tableSection__rowItem {
  color: #2c3f50;
  font-size: 1.5rem;
  line-height: 2.4rem;
  padding: 17px 35px;
}

/* line 7476, app/assets/stylesheets/external.scss */
.tableSection__rowItem:first-child {
  flex: 0 0 41%;
  padding-left: 0;
}

/* line 7481, app/assets/stylesheets/external.scss */
.tableSection__rowItem:nth-child(2) {
  flex: 0 0 29.5%;
  background-color: #edf8fd;
}

/* line 7486, app/assets/stylesheets/external.scss */
.tableSection__rowItem:last-child {
  flex: 0 0 29.5%;
}

/* line 7490, app/assets/stylesheets/external.scss */
.tabsListWithIcon {
  width: 100%;
  overflow: hidden;
}

/* line 7495, app/assets/stylesheets/external.scss */
.tabsListWithIcon__inner {
  padding: 20px 0 10px;
}

/* line 7499, app/assets/stylesheets/external.scss */
.tabsListWithIcon h2 {
  margin-bottom: 60px;
}

/* line 7503, app/assets/stylesheets/external.scss */
.tabsListWithIcon__icons {
  position: relative;
}

/* line 7507, app/assets/stylesheets/external.scss */
.tabsListWithIcon__iconsWrapper {
  display: flex;
  flex-wrap: wrap;
}

/* line 7512, app/assets/stylesheets/external.scss */
.tabsListWithIcon__icons:before {
  content: "";
  position: absolute;
  top: 53.5%;
  width: 200%;
  left: -50%;
  height: 8px;
  background: #f5f5f5;
}

/* line 7522, app/assets/stylesheets/external.scss */
.tabsListWithIcon__list {
  margin-top: 65px;
}

/* line 7526, app/assets/stylesheets/external.scss */
.tabsListWithIcon__listItem {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height .5s ease-in-out, opacity 1s ease-in-out;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

/* line 7536, app/assets/stylesheets/external.scss */
.tabsListWithIcon__listItem h4 {
  font-size: 2rem;
  margin-bottom: 35px;
}

/* line 7541, app/assets/stylesheets/external.scss */
.tabsListWithIcon__listItem--left {
  flex: 0 0 60%;
  max-width: 60%;
  padding-right: 60px;
}

/* line 7547, app/assets/stylesheets/external.scss */
html[dir=rtl] .tabsListWithIcon__listItem--left {
  padding-right: 0;
  padding-left: 60px;
}

/* line 7552, app/assets/stylesheets/external.scss */
.tabsListWithIcon__listItem--right {
  flex: 0 0 40%;
  max-width: 40%;
}

/* line 7557, app/assets/stylesheets/external.scss */
.tabsListWithIcon__listItem--right ul li {
  margin-bottom: 20px;
  margin-left: 50px;
}

/* line 7562, app/assets/stylesheets/external.scss */
html[dir=rtl] .tabsListWithIcon__listItem--right ul li {
  margin-left: 0;
  margin-right: 50px;
}

/* line 7567, app/assets/stylesheets/external.scss */
.tabsListWithIcon__listItem--right ul li:before {
  content: "";
  width: 33px;
  height: 33px;
  background: url(/assets/list-check-fe53c1e591e677c1d0a7d13ebeb99c1f0be90a471d8a0c40dc727929535e485f.svg);
  background-size: cover;
  background-position: 50%;
  top: -2px;
  left: -50px;
}

/* line 7578, app/assets/stylesheets/external.scss */
html[dir=rtl] .tabsListWithIcon__listItem--right ul li:before {
  right: -50px;
  left: auto;
}

/* line 7583, app/assets/stylesheets/external.scss */
.tabsListWithIcon__listItem.open {
  height: auto;
  opacity: 1;
}

/* line 7588, app/assets/stylesheets/external.scss */
.tabsListWithIcon__item {
  display: flex;
  flex-direction: column;
  flex: 0 0 20%;
  max-width: 20%;
  text-align: center;
  align-items: center;
  padding: 30px;
}

/* line 7598, app/assets/stylesheets/external.scss */
.tabsListWithIcon__item p {
  margin-top: 6px;
  font-size: 1.3rem;
  line-height: 2rem;
  font-family: Montserrat, sans-serif;
}

/* line 7605, app/assets/stylesheets/external.scss */
.tabsListWithIcon__item img {
  margin-bottom: 35px;
  height: 48px;
}

/* line 7610, app/assets/stylesheets/external.scss */
.tabsListWithIcon__item.open .imagePoints__imagePoint,
.tabsListWithIcon__item:not(.open):hover .imagePoints__imagePoint {
  background-color: #f96e51;
  z-index: 123132;
}

/* line 7616, app/assets/stylesheets/external.scss */
.tabsListWithIcon__item:not(.open):hover .imagePoints__imagePoint:after,
.tabsListWithIcon__item:not(.open):hover .imagePoints__imagePoint:before {
  animation: pulse 1s infinite;
}

/* line 7621, app/assets/stylesheets/external.scss */
.tabsListWithIcon__item:not(.open):hover .imagePoints__imagePoint:after {
  animation-delay: .5s;
}

/* line 7625, app/assets/stylesheets/external.scss */
.textSection__inner {
  padding: 20px 0 30px;
}

/* line 7629, app/assets/stylesheets/external.scss */
.textSection__wrapper h4 {
  font-size: 3rem;
  line-height: 4.6rem;
  margin-bottom: 45px;
}

/* line 7635, app/assets/stylesheets/external.scss */
.textSection__wrapper--small {
  max-width: 720px;
  margin: 0 auto;
}

/* line 7640, app/assets/stylesheets/external.scss */
.textSection__wrapper--centerText {
  text-align: center;
}

/* line 7644, app/assets/stylesheets/external.scss */
.textSection .wysiwyg p {
  font-size: 1.8rem;
}

/* line 7648, app/assets/stylesheets/external.scss */
.textWithFoto {
  padding-bottom: 20px;
}

/* line 7652, app/assets/stylesheets/external.scss */
.textWithFoto h4 {
  font-size: 3rem;
  line-height: 4.6rem;
  margin-bottom: 30px;
}

/* line 7658, app/assets/stylesheets/external.scss */
.textWithFoto__inner {
  position: relative;
  padding-top: 100px;
}

/* line 7663, app/assets/stylesheets/external.scss */
.textWithFoto__inner--changePlace .textWithFoto__innerImage {
  left: 0;
  right: auto;
}

/* line 7668, app/assets/stylesheets/external.scss */
html[dir=rtl] .textWithFoto__inner--changePlace .textWithFoto__innerImage {
  right: 0;
  left: auto;
}

/* line 7673, app/assets/stylesheets/external.scss */
.textWithFoto__inner--changePlace .textWithFoto__innerText {
  margin-right: 0;
  margin-left: 36%;
  padding: 100px 0 100px 100px;
}

/* line 7679, app/assets/stylesheets/external.scss */
html[dir=rtl] .textWithFoto__inner--changePlace .textWithFoto__innerText {
  margin-right: 36%;
  margin-left: 0;
  padding: 100px 100px 100px 0;
}

/* line 7685, app/assets/stylesheets/external.scss */
.textWithFoto__innerText {
  background-color: #fff;
  margin-right: 42%;
  padding: 100px 100px 100px 0;
  position: relative;
  z-index: 2;
}

/* line 7693, app/assets/stylesheets/external.scss */
html[dir=rtl] .textWithFoto__innerText {
  margin-left: 42%;
  margin-right: 0;
  padding: 100px 0 100px 100px;
}

/* line 7699, app/assets/stylesheets/external.scss */
.textWithFoto__innerText p {
  font-size: 1.8rem;
  line-height: 3rem;
}

/* line 7704, app/assets/stylesheets/external.scss */
.textWithFoto__innerImage {
  background-position: 50%;
  background-size: cover;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 55%;
}

/* line 7714, app/assets/stylesheets/external.scss */
html[dir=rtl] .textWithFoto__innerImage {
  left: 0;
  right: auto;
}

/* line 7719, app/assets/stylesheets/external.scss */
.textWithFoto__button {
  margin-top: 50px;
}

/* line 7723, app/assets/stylesheets/external.scss */
.textWithFoto__contactData {
  margin-top: 40px;
}

/* line 7727, app/assets/stylesheets/external.scss */
.timeline {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

/* line 7733, app/assets/stylesheets/external.scss */
.timeline__buttonWrapper {
  position: absolute;
  padding: 0 10%;
  width: 100%;
  top: 48.5%;
  left: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

/* line 7744, app/assets/stylesheets/external.scss */
.timeline__buttonWrapper .arrowButton--prev {
  margin: 0;
}

/* line 7748, app/assets/stylesheets/external.scss */
.timeline__wrapper {
  display: flex;
  width: 100%;
  margin: 100px 0;
  position: relative;
  transform: translateX(0);
  transition: transform .3s;
}

/* line 7757, app/assets/stylesheets/external.scss */
.timeline__wrapper:before {
  content: "";
  position: absolute;
  top: 53.5%;
  width: 10000%;
  left: -2500%;
  height: 8px;
  background: #f5f5f5;
  z-index: -100;
}

/* line 7768, app/assets/stylesheets/external.scss */
.timeline__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  min-width: 33.33%;
  margin-right: 30px;
}

/* line 7777, app/assets/stylesheets/external.scss */
.timeline__inner--down {
  top: 85px;
}

/* line 7781, app/assets/stylesheets/external.scss */
.timeline__inner--up {
  top: -45px;
}

/* line 7785, app/assets/stylesheets/external.scss */
.timeline__date--down {
  order: 1;
}

/* line 7789, app/assets/stylesheets/external.scss */
.timeline__date--up {
  display: flex;
  flex-direction: column;
}

/* line 7794, app/assets/stylesheets/external.scss */
.timeline__date--up .timeline__datePoint {
  order: 2;
}

/* line 7798, app/assets/stylesheets/external.scss */
.timeline__date--up .timeline__dateYear {
  order: 1;
  margin: 0;
}

/* line 7803, app/assets/stylesheets/external.scss */
.timeline__datePoint {
  padding: 30px 0;
}

/* line 7807, app/assets/stylesheets/external.scss */
.timeline__datePointWrapper {
  height: 51px;
  width: 51px;
  background: #fff;
  border-radius: 50%;
  position: relative;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.16);
}

/* line 7816, app/assets/stylesheets/external.scss */
.timeline__datePointInner {
  position: relative;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  transition: background-color .3s;
  transform: translateZ(0);
  z-index: 1;
}

/* line 7831, app/assets/stylesheets/external.scss */
.timeline__datePointInner:after {
  content: "";
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #0083f3;
}

/* line 7840, app/assets/stylesheets/external.scss */
.timeline__dateYear {
  color: #2c3f50;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 21px;
  margin-bottom: 20px;
}

/* line 7849, app/assets/stylesheets/external.scss */
.timeline__info {
  display: flex;
  align-items: center;
  height: 160px;
  overflow: hidden;
}

/* line 7856, app/assets/stylesheets/external.scss */
.timeline__infoImage {
  position: relative;
  padding-right: 20px;
  flex: 0 0 40%;
  max-width: 40%;
}

/* line 7863, app/assets/stylesheets/external.scss */
.timeline__infoImage__img {
  position: relative;
  background-size: cover;
  background-position: 50%;
  border-radius: 10px;
}

/* line 7870, app/assets/stylesheets/external.scss */
.timeline__infoImage__img:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

/* line 7877, app/assets/stylesheets/external.scss */
.timeline__infoImage__img > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 7885, app/assets/stylesheets/external.scss */
html[dir=rtl] .timeline__infoImage {
  margin-right: 0;
  margin-left: 20px;
}

/* line 7890, app/assets/stylesheets/external.scss */
.timeline__infoBox {
  display: flex;
  flex-direction: column;
  flex: 0 0 60%;
  max-width: 60%;
}

/* line 7897, app/assets/stylesheets/external.scss */
.timeline__infoBox--full {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 7902, app/assets/stylesheets/external.scss */
.timeline__infoBoxTitle {
  color: #2c3f50;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  padding-bottom: 10px;
}

/* line 7911, app/assets/stylesheets/external.scss */
.timeline__infoBoxDescription {
  color: #2c3f50;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
}

/* line 7919, app/assets/stylesheets/external.scss */
.videoContent__inner {
  margin: 30px 0;
  overflow: hidden;
}

/* line 7924, app/assets/stylesheets/external.scss */
.videoContent__media {
  position: relative;
  padding: 100px 0 110px;
}

/* line 7929, app/assets/stylesheets/external.scss */
.videoContent__media:before {
  content: "";
  position: absolute;
  top: 0;
  right: 76px;
  width: 50vw;
  height: 100vh;
  background-color: #f5f5f5;
}

/* line 7939, app/assets/stylesheets/external.scss */
.videoContent__player {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

/* line 7946, app/assets/stylesheets/external.scss */
.videoContent__playerPoster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  transition: opacity .3s, visibility .3s;
  z-index: 10;
}

/* line 7959, app/assets/stylesheets/external.scss */
.videoContent__playerPoster--hidden {
  opacity: 0;
  visibility: hidden;
}

/* line 7964, app/assets/stylesheets/external.scss */
.videoContent__playerButton {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #f96e51;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

/* line 7980, app/assets/stylesheets/external.scss */
.videoContent__playerButton:after,
.videoContent__playerButton:before {
  content: "";
  display: block;
  position: absolute;
  top: -12px;
  left: -12px;
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  background-color: rgba(249, 110, 81, 0.5);
  border-radius: 50%;
  transform: scale(0);
  transition: transform .3s;
  z-index: -1;
}

/* line 7996, app/assets/stylesheets/external.scss */
.videoContent__playerButton:hover {
  background-color: #f96e51;
  z-index: 123132;
}

/* line 8001, app/assets/stylesheets/external.scss */
.videoContent__playerButton:hover:after,
.videoContent__playerButton:hover:before {
  animation: pulse 1s infinite;
}

/* line 8006, app/assets/stylesheets/external.scss */
.videoContent__playerButton:hover:after {
  animation-delay: .5s;
}

/* line 8010, app/assets/stylesheets/external.scss */
.videoContent__playerButton.videoContent__playerButton--loading {
  background-color: #f96e51;
  z-index: 123132;
}

/* line 8015, app/assets/stylesheets/external.scss */
.videoContent__playerButton.videoContent__playerButton--loading:after,
.videoContent__playerButton.videoContent__playerButton--loading:before {
  animation: pulse 1s infinite;
}

/* line 8020, app/assets/stylesheets/external.scss */
.videoContent__playerButton.videoContent__playerButton--loading:after {
  animation-delay: .5s;
}

/* line 8024, app/assets/stylesheets/external.scss */
.videoContent__playerButtonIcon:before {
  margin-left: 7px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  content: "" !important;
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 8040, app/assets/stylesheets/external.scss */
.videoContent__playerOutput {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 8048, app/assets/stylesheets/external.scss */
.videoContent__content {
  margin: 106px 0 6px;
}

/* line 8052, app/assets/stylesheets/external.scss */
.videoContent__content h2,
.videoContent__content h4 {
  max-width: 400px;
}

/* line 8057, app/assets/stylesheets/external.scss */
.videoContent__points {
  position: relative;
  padding-bottom: 70px;
}

/* line 8062, app/assets/stylesheets/external.scss */
.videoContent__points:before {
  content: "";
  position: absolute;
  top: 0;
  right: 41.66666667%;
  width: 100vw;
  height: 100%;
  background-color: #f5f5f5;
  z-index: -1;
}

/* line 8073, app/assets/stylesheets/external.scss */
.videoContent__pointsTitle {
  padding: 2px 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
}

/* line 8081, app/assets/stylesheets/external.scss */
.videoContent__pointsItems {
  display: flex;
  flex-wrap: wrap;
}

/* line 8086, app/assets/stylesheets/external.scss */
.videoContent__pointsItem {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
  margin-top: 35px;
  padding: 0 20px 0 50px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.53846154;
}

/* line 8099, app/assets/stylesheets/external.scss */
.videoContent__pointsItem:before {
  content: "";
  background-color: rgba(0, 131, 243, 0.1);
  border-radius: 50%;
}

/* line 8105, app/assets/stylesheets/external.scss */
.videoContent__pointsItem:after,
.videoContent__pointsItem:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 34px;
  height: 34px;
  transform: translateY(-50%);
}

/* line 8115, app/assets/stylesheets/external.scss */
.videoContent__pointsItem:after {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  line-height: 1;
  color: #0083f3;
  content: "" !important;
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 8133, app/assets/stylesheets/external.scss */
.videoSection {
  padding-bottom: 100px;
  margin-bottom: 70px;
  max-width: 100%;
  overflow: hidden;
}

/* line 8140, app/assets/stylesheets/external.scss */
.videoSection__inner {
  position: relative;
}

/* line 8144, app/assets/stylesheets/external.scss */
.videoSection__inner:before {
  content: "";
  position: absolute;
  left: 90px;
  top: 100px;
  width: 200%;
  height: 100%;
  background: #edf8fd;
}

@media (max-width: 1366px) {
  /* line 8155, app/assets/stylesheets/external.scss */
  .container .row.row-lgl-block {
    display: block;
  }
  /* line 8158, app/assets/stylesheets/external.scss */
  .container .row .col-lgl-1 {
    width: 8.33333333%;
  }
  /* line 8161, app/assets/stylesheets/external.scss */
  .container .row .col-lgl-2 {
    width: 16.66666667%;
  }
  /* line 8164, app/assets/stylesheets/external.scss */
  .container .row .col-lgl-3 {
    width: 25%;
  }
  /* line 8167, app/assets/stylesheets/external.scss */
  .container .row .col-lgl-4 {
    width: 33.33333333%;
  }
  /* line 8170, app/assets/stylesheets/external.scss */
  .container .row .col-lgl-5 {
    width: 41.66666667%;
  }
  /* line 8173, app/assets/stylesheets/external.scss */
  .container .row .col-lgl-6 {
    width: 50%;
  }
  /* line 8176, app/assets/stylesheets/external.scss */
  .container .row .col-lgl-7 {
    width: 58.33333333%;
  }
  /* line 8179, app/assets/stylesheets/external.scss */
  .container .row .col-lgl-8 {
    width: 66.66666667%;
  }
  /* line 8182, app/assets/stylesheets/external.scss */
  .container .row .col-lgl-9 {
    width: 75%;
  }
  /* line 8185, app/assets/stylesheets/external.scss */
  .container .row .col-lgl-10 {
    width: 83.33333333%;
  }
  /* line 8188, app/assets/stylesheets/external.scss */
  .container .row .col-lgl-11 {
    width: 91.66666667%;
  }
  /* line 8191, app/assets/stylesheets/external.scss */
  .container .row .col-lgl-12 {
    width: 100%;
  }
  /* line 8194, app/assets/stylesheets/external.scss */
  .container .row .offset-col-lgl-0 {
    margin-left: 0;
  }
  /* line 8197, app/assets/stylesheets/external.scss */
  .container .row .offset-col-lgl-1 {
    margin-left: 8.33333333%;
  }
  /* line 8200, app/assets/stylesheets/external.scss */
  .container .row .offset-col-lgl-2 {
    margin-left: 16.66666667%;
  }
  /* line 8203, app/assets/stylesheets/external.scss */
  .container .row .offset-col-lgl-3 {
    margin-left: 25%;
  }
  /* line 8206, app/assets/stylesheets/external.scss */
  .container .row .offset-col-lgl-4 {
    margin-left: 33.33333333%;
  }
  /* line 8209, app/assets/stylesheets/external.scss */
  .container .row .offset-col-lgl-5 {
    margin-left: 41.66666667%;
  }
  /* line 8212, app/assets/stylesheets/external.scss */
  .container .row .offset-col-lgl-6 {
    margin-left: 50%;
  }
  /* line 8215, app/assets/stylesheets/external.scss */
  .container .row .offset-col-lgl-7 {
    margin-left: 58.33333333%;
  }
  /* line 8218, app/assets/stylesheets/external.scss */
  .container .row .offset-col-lgl-8 {
    margin-left: 66.66666667%;
  }
  /* line 8221, app/assets/stylesheets/external.scss */
  .container .row .offset-col-lgl-9 {
    margin-left: 75%;
  }
  /* line 8224, app/assets/stylesheets/external.scss */
  .container .row .offset-col-lgl-10 {
    margin-left: 83.33333333%;
  }
  /* line 8227, app/assets/stylesheets/external.scss */
  .container .row .offset-col-lgl-11 {
    margin-left: 91.66666667%;
  }
  /* line 8230, app/assets/stylesheets/external.scss */
  .container .row .offset-col-lgl-12 {
    margin-left: 100%;
  }
  /* line 8233, app/assets/stylesheets/external.scss */
  .footer__scrollTop {
    left: auto;
    right: 0;
  }
  /* line 8237, app/assets/stylesheets/external.scss */
  html[dir=rtl] .footer__scrollTop {
    right: auto;
    left: 0;
  }
  /* line 8241, app/assets/stylesheets/external.scss */
  .header__items {
    margin: 0 -15px;
  }
  /* line 8244, app/assets/stylesheets/external.scss */
  .header__itemLink {
    padding: 0 15px;
  }
}

@media (max-width: 1280px) {
  /* line 8250, app/assets/stylesheets/external.scss */
  .container .row.row-lg-block {
    display: block;
  }
  /* line 8253, app/assets/stylesheets/external.scss */
  .container .row .col-lg-1 {
    width: 8.33333333%;
  }
  /* line 8256, app/assets/stylesheets/external.scss */
  .container .row .col-lg-2 {
    width: 16.66666667%;
  }
  /* line 8259, app/assets/stylesheets/external.scss */
  .container .row .col-lg-3 {
    width: 25%;
  }
  /* line 8262, app/assets/stylesheets/external.scss */
  .container .row .col-lg-4 {
    width: 33.33333333%;
  }
  /* line 8265, app/assets/stylesheets/external.scss */
  .container .row .col-lg-5 {
    width: 41.66666667%;
  }
  /* line 8268, app/assets/stylesheets/external.scss */
  .container .row .col-lg-6 {
    width: 50%;
  }
  /* line 8271, app/assets/stylesheets/external.scss */
  .container .row .col-lg-7 {
    width: 58.33333333%;
  }
  /* line 8274, app/assets/stylesheets/external.scss */
  .container .row .col-lg-8 {
    width: 66.66666667%;
  }
  /* line 8277, app/assets/stylesheets/external.scss */
  .container .row .col-lg-9 {
    width: 75%;
  }
  /* line 8280, app/assets/stylesheets/external.scss */
  .container .row .col-lg-10 {
    width: 83.33333333%;
  }
  /* line 8283, app/assets/stylesheets/external.scss */
  .container .row .col-lg-11 {
    width: 91.66666667%;
  }
  /* line 8286, app/assets/stylesheets/external.scss */
  .container .row .col-lg-12 {
    width: 100%;
  }
  /* line 8289, app/assets/stylesheets/external.scss */
  .container .row .offset-col-lg-0 {
    margin-left: 0;
  }
  /* line 8292, app/assets/stylesheets/external.scss */
  .container .row .offset-col-lg-1 {
    margin-left: 8.33333333%;
  }
  /* line 8295, app/assets/stylesheets/external.scss */
  .container .row .offset-col-lg-2 {
    margin-left: 16.66666667%;
  }
  /* line 8298, app/assets/stylesheets/external.scss */
  .container .row .offset-col-lg-3 {
    margin-left: 25%;
  }
  /* line 8301, app/assets/stylesheets/external.scss */
  .container .row .offset-col-lg-4 {
    margin-left: 33.33333333%;
  }
  /* line 8304, app/assets/stylesheets/external.scss */
  .container .row .offset-col-lg-5 {
    margin-left: 41.66666667%;
  }
  /* line 8307, app/assets/stylesheets/external.scss */
  .container .row .offset-col-lg-6 {
    margin-left: 50%;
  }
  /* line 8310, app/assets/stylesheets/external.scss */
  .container .row .offset-col-lg-7 {
    margin-left: 58.33333333%;
  }
  /* line 8313, app/assets/stylesheets/external.scss */
  .container .row .offset-col-lg-8 {
    margin-left: 66.66666667%;
  }
  /* line 8316, app/assets/stylesheets/external.scss */
  .container .row .offset-col-lg-9 {
    margin-left: 75%;
  }
  /* line 8319, app/assets/stylesheets/external.scss */
  .container .row .offset-col-lg-10 {
    margin-left: 83.33333333%;
  }
  /* line 8322, app/assets/stylesheets/external.scss */
  .container .row .offset-col-lg-11 {
    margin-left: 91.66666667%;
  }
  /* line 8325, app/assets/stylesheets/external.scss */
  .container .row .offset-col-lg-12 {
    margin-left: 100%;
  }
  /* line 8328, app/assets/stylesheets/external.scss */
  .header__logo,
html[dir=rtl] .header__logo {
    margin: 13px 0;
  }
  /* line 8332, app/assets/stylesheets/external.scss */
  .header__items {
    position: fixed;
    top: 70px;
    right: 10px;
    min-width: 300px;
    max-height: calc(100vh - 80px);
    padding: 20px !important;
    margin: 0;
    background-color: #fff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    transition: transform .3s, opacity .3s, visibility .3s;
  }
  /* line 8348, app/assets/stylesheets/external.scss */
  .header__items--active {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
  /* line 8353, app/assets/stylesheets/external.scss */
  .header__item {
    float: none;
  }
  /* line 8356, app/assets/stylesheets/external.scss */
  .header__itemLink {
    display: block;
    line-height: 3.33333333;
    text-align: center;
  }
  /* line 8361, app/assets/stylesheets/external.scss */
  .header__button,
.header__langs,
.header__search {
    padding: 3px 0;
  }
  /* line 8366, app/assets/stylesheets/external.scss */
  .header__menuToggle {
    display: block;
    margin-top: 11px;
    margin-bottom: 11px;
  }
  /* line 8371, app/assets/stylesheets/external.scss */
  .blogHeader {
    margin-top: 60px;
    min-height: 650px;
  }
  /* line 8375, app/assets/stylesheets/external.scss */
  .blogHeader__image {
    left: 10%;
  }
  /* line 8378, app/assets/stylesheets/external.scss */
  html[dir=rtl] .blogHeader__image {
    right: 5%;
  }
  /* line 8381, app/assets/stylesheets/external.scss */
  .breadcrumbs {
    padding: 30px 0 20px;
    top: 50px;
  }
  /* line 8385, app/assets/stylesheets/external.scss */
  .subPageHeader {
    margin: 60px auto 0;
  }
  /* line 8388, app/assets/stylesheets/external.scss */
  .opinionsList__wrapper {
    padding-left: 0;
  }
  /* line 8391, app/assets/stylesheets/external.scss */
  html[dir=rtl] .opinionsList__wrapper {
    padding-right: 0;
  }
  /* line 8394, app/assets/stylesheets/external.scss */
  .opinionsList__content {
    padding: 52px 60px;
    margin-left: 33.333%;
  }
  /* line 8398, app/assets/stylesheets/external.scss */
  html[dir=rtl] .opinionsList__content {
    margin-right: 33.333%;
  }
  /* line 8401, app/assets/stylesheets/external.scss */
  .opinionsList__panelSliderButtons {
    top: 100%;
    right: 0;
    transform: none;
    margin-top: 20px;
  }
  /* line 8407, app/assets/stylesheets/external.scss */
  html[dir=rtl] .opinionsList__panelSliderButtons {
    transform: none;
    display: flex;
    justify-content: flex-end;
  }
  /* line 8412, app/assets/stylesheets/external.scss */
  .opinionsList__panelSliderButton {
    float: right;
  }
  /* line 8415, app/assets/stylesheets/external.scss */
  .opinionsList__panelSliderButton--prev {
    margin-top: 0;
    margin-right: 15px;
  }
  /* line 8419, app/assets/stylesheets/external.scss */
  .singleBlogHeader {
    margin-top: 60px;
  }
  /* line 8422, app/assets/stylesheets/external.scss */
  .timeline__buttonWrapper {
    padding: 0 5%;
  }
}

@media screen and (max-width: 1119px) {
  /* line 8428, app/assets/stylesheets/external.scss */
  .references__wrapper {
    max-width: 828px;
    max-height: 828px;
  }
}

@media (max-width: 1024px) {
  /* line 8435, app/assets/stylesheets/external.scss */
  .container {
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 8441, app/assets/stylesheets/external.scss */
  .container .row.row-mdl-block {
    display: block;
  }
  /* line 8444, app/assets/stylesheets/external.scss */
  .container .row .col-mdl-1 {
    width: 8.33333333%;
  }
  /* line 8447, app/assets/stylesheets/external.scss */
  .container .row .col-mdl-2 {
    width: 16.66666667%;
  }
  /* line 8450, app/assets/stylesheets/external.scss */
  .container .row .col-mdl-3 {
    width: 25%;
  }
  /* line 8453, app/assets/stylesheets/external.scss */
  .container .row .col-mdl-4 {
    width: 33.33333333%;
  }
  /* line 8456, app/assets/stylesheets/external.scss */
  .container .row .col-mdl-5 {
    width: 41.66666667%;
  }
  /* line 8459, app/assets/stylesheets/external.scss */
  .container .row .col-mdl-6 {
    width: 50%;
  }
  /* line 8462, app/assets/stylesheets/external.scss */
  .container .row .col-mdl-7 {
    width: 58.33333333%;
  }
  /* line 8465, app/assets/stylesheets/external.scss */
  .container .row .col-mdl-8 {
    width: 66.66666667%;
  }
  /* line 8468, app/assets/stylesheets/external.scss */
  .container .row .col-mdl-9 {
    width: 75%;
  }
  /* line 8471, app/assets/stylesheets/external.scss */
  .container .row .col-mdl-10 {
    width: 83.33333333%;
  }
  /* line 8474, app/assets/stylesheets/external.scss */
  .container .row .col-mdl-11 {
    width: 91.66666667%;
  }
  /* line 8477, app/assets/stylesheets/external.scss */
  .container .row .col-mdl-12 {
    width: 100%;
  }
  /* line 8480, app/assets/stylesheets/external.scss */
  .container .row .offset-col-mdl-0 {
    margin-left: 0;
  }
  /* line 8483, app/assets/stylesheets/external.scss */
  .container .row .offset-col-mdl-1 {
    margin-left: 8.33333333%;
  }
  /* line 8486, app/assets/stylesheets/external.scss */
  .container .row .offset-col-mdl-2 {
    margin-left: 16.66666667%;
  }
  /* line 8489, app/assets/stylesheets/external.scss */
  .container .row .offset-col-mdl-3 {
    margin-left: 25%;
  }
  /* line 8492, app/assets/stylesheets/external.scss */
  .container .row .offset-col-mdl-4 {
    margin-left: 33.33333333%;
  }
  /* line 8495, app/assets/stylesheets/external.scss */
  .container .row .offset-col-mdl-5 {
    margin-left: 41.66666667%;
  }
  /* line 8498, app/assets/stylesheets/external.scss */
  .container .row .offset-col-mdl-6 {
    margin-left: 50%;
  }
  /* line 8501, app/assets/stylesheets/external.scss */
  .container .row .offset-col-mdl-7 {
    margin-left: 58.33333333%;
  }
  /* line 8504, app/assets/stylesheets/external.scss */
  .container .row .offset-col-mdl-8 {
    margin-left: 66.66666667%;
  }
  /* line 8507, app/assets/stylesheets/external.scss */
  .container .row .offset-col-mdl-9 {
    margin-left: 75%;
  }
  /* line 8510, app/assets/stylesheets/external.scss */
  .container .row .offset-col-mdl-10 {
    margin-left: 83.33333333%;
  }
  /* line 8513, app/assets/stylesheets/external.scss */
  .container .row .offset-col-mdl-11 {
    margin-left: 91.66666667%;
  }
  /* line 8516, app/assets/stylesheets/external.scss */
  .container .row .offset-col-mdl-12 {
    margin-left: 100%;
  }
  /* line 8519, app/assets/stylesheets/external.scss */
  .footer {
    padding-bottom: 30px;
  }
  /* line 8522, app/assets/stylesheets/external.scss */
  .footer__top {
    padding: 40px 0;
    margin-bottom: 30px;
  }
  /* line 8526, app/assets/stylesheets/external.scss */
  .footer__columns {
    margin-top: 30px;
  }
  /* line 8529, app/assets/stylesheets/external.scss */
  .footer__bottom {
    text-align: center;
  }
  /* line 8532, app/assets/stylesheets/external.scss */
  .footer__logo {
    position: relative;
  }
  /* line 8535, app/assets/stylesheets/external.scss */
  .footer__info {
    margin-top: 10px;
  }
  /* line 8538, app/assets/stylesheets/external.scss */
  .footer__socials {
    position: relative;
    margin-top: -5px;
  }
  /* line 8542, app/assets/stylesheets/external.scss */
  .header__item--mobile {
    display: block;
  }
  /* line 8545, app/assets/stylesheets/external.scss */
  .header__button {
    display: none;
  }
  /* line 8548, app/assets/stylesheets/external.scss */
  .textTemplateHeader {
    padding-top: 14rem;
    padding-bottom: 4rem;
  }
  /* line 8552, app/assets/stylesheets/external.scss */
  .textTemplateHeader__title {
    font-size: 30px;
    line-height: 40px;
  }
  /* line 8556, app/assets/stylesheets/external.scss */
  .rangeForm__text--left {
    padding-right: 20px;
  }
  /* line 8559, app/assets/stylesheets/external.scss */
  .rangeForm__text--right {
    padding-left: 20px;
  }
  /* line 8562, app/assets/stylesheets/external.scss */
  .sections {
    padding: 60px 0;
  }
  /* line 8565, app/assets/stylesheets/external.scss */
  .section + .section {
    margin-top: 0;
  }
  /* line 8568, app/assets/stylesheets/external.scss */
  .additionalInfo__wrapper {
    justify-content: space-around;
  }
  /* line 8571, app/assets/stylesheets/external.scss */
  .additionalInfo__box {
    min-width: unset;
  }
  /* line 8574, app/assets/stylesheets/external.scss */
  .additionalInfo__boxTitle {
    font-size: 24px;
    line-height: 34.8px;
  }
  /* line 8578, app/assets/stylesheets/external.scss */
  .additionalInfo__boxText p {
    font-size: 14px;
    line-height: 20.3px;
  }
  /* line 8582, app/assets/stylesheets/external.scss */
  .blogArchive__termsItem__button {
    padding: 10px 5px;
    font-size: 14px;
  }
  /* line 8586, app/assets/stylesheets/external.scss */
  .blogArchive__itemsItem {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 8590, app/assets/stylesheets/external.scss */
  .blogHeader {
    min-height: auto;
  }
  /* line 8593, app/assets/stylesheets/external.scss */
  .blogHeader__content {
    position: relative;
    bottom: 0;
    right: 0;
    width: 100%;
  }
  /* line 8599, app/assets/stylesheets/external.scss */
  html[dir=rtl] .blogHeader__content {
    left: 0;
  }
  /* line 8602, app/assets/stylesheets/external.scss */
  .blogHeader__title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 25px;
  }
  /* line 8607, app/assets/stylesheets/external.scss */
  .blogHeader__date {
    margin-bottom: 50px;
  }
  /* line 8610, app/assets/stylesheets/external.scss */
  .blogHeader__image {
    display: none;
  }
  /* line 8613, app/assets/stylesheets/external.scss */
  .blogHeader__postsWrapper {
    flex-direction: column;
    position: relative;
  }
  /* line 8617, app/assets/stylesheets/external.scss */
  .complaintsForm {
    min-height: 600px;
  }
  /* line 8620, app/assets/stylesheets/external.scss */
  .complaintsForm__steps {
    flex: 0 0 55%;
  }
  /* line 8623, app/assets/stylesheets/external.scss */
  .complaintsForm__image {
    flex: 0 0 45%;
  }
  /* line 8626, app/assets/stylesheets/external.scss */
  .contactMap__content {
    margin-left: 35%;
  }
  /* line 8629, app/assets/stylesheets/external.scss */
  .contactMap__contentItem {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 8633, app/assets/stylesheets/external.scss */
  .contactMap__contentItem--right {
    margin-top: 30px;
  }
  /* line 8636, app/assets/stylesheets/external.scss */
  .contentPoints__wrapper {
    padding-top: 60px;
  }
  /* line 8639, app/assets/stylesheets/external.scss */
  .contentPoints__content {
    padding: 52px 0;
  }
  /* line 8642, app/assets/stylesheets/external.scss */
  .contentPoints__text {
    padding-right: 30px;
  }
  /* line 8645, app/assets/stylesheets/external.scss */
  html[dir=rtl] .contentPoints__text {
    padding-right: 0;
    padding-left: 30px;
  }
  /* line 8649, app/assets/stylesheets/external.scss */
  .contentPoints__button {
    margin-top: 24px;
  }
  /* line 8652, app/assets/stylesheets/external.scss */
  .contentPoints__point {
    width: 50%;
    margin-top: 30px;
  }
  /* line 8656, app/assets/stylesheets/external.scss */
  .contentPoints__point:nth-child(3n+4) {
    clear: none;
  }
  /* line 8659, app/assets/stylesheets/external.scss */
  .contentPoints__point:nth-child(2n+3) {
    clear: both;
  }
  /* line 8662, app/assets/stylesheets/external.scss */
  .gallery__wrapper {
    -moz-column-count: 3;
         column-count: 3;
  }
  /* line 8665, app/assets/stylesheets/external.scss */
  .subPageHeader {
    padding: 0;
  }
  /* line 8668, app/assets/stylesheets/external.scss */
  .iconText__item,
.iconTitleText__item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 8673, app/assets/stylesheets/external.scss */
  .imagePoints__wrapper {
    padding: 30px 0;
  }
  /* line 8676, app/assets/stylesheets/external.scss */
  .imagePoints__itemsWrapper {
    height: auto;
    padding-right: 0;
  }
  /* line 8680, app/assets/stylesheets/external.scss */
  .imagePoints__items {
    max-width: 50%;
  }
  /* line 8683, app/assets/stylesheets/external.scss */
  .imagePoints__image {
    left: auto;
    right: 0;
    margin-top: 30px;
    margin-left: 0;
    transform: none;
    z-index: -1;
  }
  /* line 8691, app/assets/stylesheets/external.scss */
  html[dir=rtl] .imagePoints__image {
    right: auto;
    left: 0;
    margin-left: -4%;
  }
  /* line 8696, app/assets/stylesheets/external.scss */
  .imagesList__item {
    margin-top: 20px;
  }
  /* line 8699, app/assets/stylesheets/external.scss */
  .operationDesc__heading {
    font-size: 3rem;
    line-height: 3.6rem;
    margin-bottom: 3rem;
  }
  /* line 8704, app/assets/stylesheets/external.scss */
  .operationDesc__desc {
    padding-right: 0;
  }
  /* line 8707, app/assets/stylesheets/external.scss */
  .operationDesc--isReverse .operationDesc__desc {
    padding-left: 0;
  }
  /* line 8710, app/assets/stylesheets/external.scss */
  .opinionsList__wrapper {
    padding-bottom: 0;
  }
  /* line 8713, app/assets/stylesheets/external.scss */
  .opinionsList__content {
    margin-left: 0;
    padding: 0;
  }
  /* line 8717, app/assets/stylesheets/external.scss */
  html[dir=rtl] .opinionsList__content {
    margin-right: 0;
  }
  /* line 8720, app/assets/stylesheets/external.scss */
  .opinionsList__wrapperBg {
    position: relative;
    right: auto;
    width: 100%;
    max-width: 500px;
    height: auto;
    margin: 20px auto 30px;
  }
  /* line 8728, app/assets/stylesheets/external.scss */
  html[dir=rtl] .opinionsList__wrapperBg {
    width: 100%;
    left: auto;
  }
  /* line 8732, app/assets/stylesheets/external.scss */
  .opinionsList__wrapperBgInner {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
  }
  /* line 8738, app/assets/stylesheets/external.scss */
  .opinionsList__panel {
    display: block;
  }
  /* line 8741, app/assets/stylesheets/external.scss */
  .opinionsList__panelInfo,
.opinionsList__panelSlider {
    width: 100%;
  }
  /* line 8745, app/assets/stylesheets/external.scss */
  .opinionsList__panelSliderButtons {
    position: relative;
    top: auto;
  }
  /* line 8749, app/assets/stylesheets/external.scss */
  .opinionsList__panelBox,
.opinionsList__panelBoxes,
.opinionsList__panelBoxInner,
.opinionsList__panelSliderInner {
    height: auto;
  }
  /* line 8755, app/assets/stylesheets/external.scss */
  .quoteImage__wrapper {
    min-height: unset;
  }
  /* line 8758, app/assets/stylesheets/external.scss */
  .quoteImage__bg {
    display: none;
  }
  /* line 8761, app/assets/stylesheets/external.scss */
  .quoteImage__contentInner {
    padding: 22px 0 52px;
  }
  /* line 8764, app/assets/stylesheets/external.scss */
  .quoteImage__contentPoint + .quoteImage__contentPoint {
    border-left: 0;
  }
  /* line 8767, app/assets/stylesheets/external.scss */
  .quoteStats__contentInner {
    padding: 22px 0 52px;
  }
  /* line 8770, app/assets/stylesheets/external.scss */
  .quoteStats__contentPoint + .quoteStats__contentPoint {
    border-left: 0;
  }
  /* line 8773, app/assets/stylesheets/external.scss */
  .singleBlogHeader {
    padding-bottom: 40px;
  }
  /* line 8776, app/assets/stylesheets/external.scss */
  .slider__content {
    width: 100%;
  }
  /* line 8779, app/assets/stylesheets/external.scss */
  .timeline__inner {
    min-width: calc(50% - 30px);
  }
  /* line 8782, app/assets/stylesheets/external.scss */
  .videoContent__media {
    padding: 60px 0;
  }
  /* line 8785, app/assets/stylesheets/external.scss */
  .videoContent__content {
    margin: 26px 0;
  }
  /* line 8788, app/assets/stylesheets/external.scss */
  .videoContent__points {
    padding: 30px 0;
  }
}

@media screen and (max-width: 851px) {
  /* line 8794, app/assets/stylesheets/external.scss */
  .references__wrapper {
    max-width: 552px;
    max-height: 1104px;
  }
}

@media (max-width: 768px) {
  /* line 8801, app/assets/stylesheets/external.scss */
  html {
    font-size: 9px;
  }
  /* line 8804, app/assets/stylesheets/external.scss */
  .container .row.row-md-block {
    display: block;
  }
  /* line 8807, app/assets/stylesheets/external.scss */
  .container .row .col-md-1 {
    width: 8.33333333%;
  }
  /* line 8810, app/assets/stylesheets/external.scss */
  .container .row .col-md-2 {
    width: 16.66666667%;
  }
  /* line 8813, app/assets/stylesheets/external.scss */
  .container .row .col-md-3 {
    width: 25%;
  }
  /* line 8816, app/assets/stylesheets/external.scss */
  .container .row .col-md-4 {
    width: 33.33333333%;
  }
  /* line 8819, app/assets/stylesheets/external.scss */
  .container .row .col-md-5 {
    width: 41.66666667%;
  }
  /* line 8822, app/assets/stylesheets/external.scss */
  .container .row .col-md-6 {
    width: 50%;
  }
  /* line 8825, app/assets/stylesheets/external.scss */
  .container .row .col-md-7 {
    width: 58.33333333%;
  }
  /* line 8828, app/assets/stylesheets/external.scss */
  .container .row .col-md-8 {
    width: 66.66666667%;
  }
  /* line 8831, app/assets/stylesheets/external.scss */
  .container .row .col-md-9 {
    width: 75%;
  }
  /* line 8834, app/assets/stylesheets/external.scss */
  .container .row .col-md-10 {
    width: 83.33333333%;
  }
  /* line 8837, app/assets/stylesheets/external.scss */
  .container .row .col-md-11 {
    width: 91.66666667%;
  }
  /* line 8840, app/assets/stylesheets/external.scss */
  .container .row .col-md-12 {
    width: 100%;
  }
  /* line 8843, app/assets/stylesheets/external.scss */
  .container .row .offset-col-md-0 {
    margin-left: 0;
  }
  /* line 8846, app/assets/stylesheets/external.scss */
  .container .row .offset-col-md-1 {
    margin-left: 8.33333333%;
  }
  /* line 8849, app/assets/stylesheets/external.scss */
  .container .row .offset-col-md-2 {
    margin-left: 16.66666667%;
  }
  /* line 8852, app/assets/stylesheets/external.scss */
  .container .row .offset-col-md-3 {
    margin-left: 25%;
  }
  /* line 8855, app/assets/stylesheets/external.scss */
  .container .row .offset-col-md-4 {
    margin-left: 33.33333333%;
  }
  /* line 8858, app/assets/stylesheets/external.scss */
  .container .row .offset-col-md-5 {
    margin-left: 41.66666667%;
  }
  /* line 8861, app/assets/stylesheets/external.scss */
  .container .row .offset-col-md-6 {
    margin-left: 50%;
  }
  /* line 8864, app/assets/stylesheets/external.scss */
  .container .row .offset-col-md-7 {
    margin-left: 58.33333333%;
  }
  /* line 8867, app/assets/stylesheets/external.scss */
  .container .row .offset-col-md-8 {
    margin-left: 66.66666667%;
  }
  /* line 8870, app/assets/stylesheets/external.scss */
  .container .row .offset-col-md-9 {
    margin-left: 75%;
  }
  /* line 8873, app/assets/stylesheets/external.scss */
  .container .row .offset-col-md-10 {
    margin-left: 83.33333333%;
  }
  /* line 8876, app/assets/stylesheets/external.scss */
  .container .row .offset-col-md-11 {
    margin-left: 91.66666667%;
  }
  /* line 8879, app/assets/stylesheets/external.scss */
  .container .row .offset-col-md-12 {
    margin-left: 100%;
  }
  /* line 8882, app/assets/stylesheets/external.scss */
  .footer__columns {
    display: block;
    margin-top: 0;
    overflow: hidden;
  }
  /* line 8887, app/assets/stylesheets/external.scss */
  .footer__column {
    float: left;
    width: 50%;
    margin-top: 30px;
  }
  /* line 8892, app/assets/stylesheets/external.scss */
  .footer__column--menu:last-of-type,
.footer__column:nth-child(2n+3) {
    clear: both;
  }
  /* line 8896, app/assets/stylesheets/external.scss */
  .footer__infoInner p {
    float: none;
  }
  /* line 8899, app/assets/stylesheets/external.scss */
  .header__menuToggle,
.header__search {
    margin-left: 10px;
  }
  /* line 8903, app/assets/stylesheets/external.scss */
  .arrowButton {
    float: right;
  }
  /* line 8906, app/assets/stylesheets/external.scss */
  html[dir=rtl] .arrowButton {
    float: left;
  }
  /* line 8909, app/assets/stylesheets/external.scss */
  .arrowButton--prev {
    margin-top: 0;
    margin-right: 15px;
  }
  /* line 8913, app/assets/stylesheets/external.scss */
  html[dir=rtl] .arrowButton--prev {
    margin-left: 15px;
    margin-right: 0;
  }
  /* line 8917, app/assets/stylesheets/external.scss */
  .radio__label {
    padding: 10px 0 10px 45px;
  }
  /* line 8920, app/assets/stylesheets/external.scss */
  .patientForm--after .radio {
    padding: 20px 25px;
  }
  /* line 8923, app/assets/stylesheets/external.scss */
  .patientForm--after .radio__group {
    padding-left: 0;
  }
  /* line 8926, app/assets/stylesheets/external.scss */
  .rangeForm__numbersItem {
    padding: 0 12px;
  }
  /* line 8929, app/assets/stylesheets/external.scss */
  .rangeForm__numbersItem__activeCircle {
    top: 50%;
    width: 36px;
    height: 36px;
  }
  /* line 8934, app/assets/stylesheets/external.scss */
  .rangeForm__numbersItem__activeCircle span {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  /* line 8938, app/assets/stylesheets/external.scss */
  .textBlock h4 {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
  /* line 8942, app/assets/stylesheets/external.scss */
  .uploadFile__groupUpload {
    order: 2;
  }
  /* line 8945, app/assets/stylesheets/external.scss */
  .uploadFile__groupFileList {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    order: 1;
  }
  /* line 8952, app/assets/stylesheets/external.scss */
  .sections {
    padding: 40px 0;
  }
  /* line 8955, app/assets/stylesheets/external.scss */
  .blogArchive {
    padding: 40px 0 20px;
  }
  /* line 8958, app/assets/stylesheets/external.scss */
  .blogArchive__termsList {
    display: none;
  }
  /* line 8961, app/assets/stylesheets/external.scss */
  .blogArchive__termsSelect {
    display: block;
  }
  /* line 8964, app/assets/stylesheets/external.scss */
  .blogArchive__itemsItem__content {
    margin-left: 0;
    width: 100%;
    margin-top: 0;
    padding: 30px 20px;
  }
  /* line 8970, app/assets/stylesheets/external.scss */
  html[dir=rtl] .blogArchive__itemsItem__content {
    margin-right: 0;
  }
  /* line 8973, app/assets/stylesheets/external.scss */
  .blogArchive__itemsItem__date {
    margin-left: 20px;
  }
  /* line 8976, app/assets/stylesheets/external.scss */
  html[dir=rtl] .blogArchive__itemsItem__date {
    margin-right: 20px;
  }
  /* line 8979, app/assets/stylesheets/external.scss */
  .blogFooterBox__info {
    width: 50%;
    margin-left: 25px;
  }
  /* line 8983, app/assets/stylesheets/external.scss */
  .blogFooterBox__info--title {
    width: 50%;
  }
  /* line 8986, app/assets/stylesheets/external.scss */
  .blogFooterBox__imageWrapper {
    min-width: unset;
    width: 50%;
    min-height: unset;
    height: auto;
  }
  /* line 8992, app/assets/stylesheets/external.scss */
  .blogFooter__imageBg {
    top: 75px;
    left: 75px;
  }
  /* line 8996, app/assets/stylesheets/external.scss */
  .breadcrumbs {
    top: 40px;
  }
  /* line 8999, app/assets/stylesheets/external.scss */
  .buttonsWithDesc__buttonList {
    margin-bottom: 30px;
  }
  /* line 9002, app/assets/stylesheets/external.scss */
  .buttonsWithDesc__buttonItem .button {
    font-size: 1.4;
    padding: 15px 10px;
  }
  /* line 9006, app/assets/stylesheets/external.scss */
  .complaintsForm {
    height: auto;
    min-height: auto;
  }
  /* line 9010, app/assets/stylesheets/external.scss */
  .complaintsForm .button {
    margin-top: 25px;
  }
  /* line 9013, app/assets/stylesheets/external.scss */
  .complaintsForm__steps {
    flex: 0 0 100%;
  }
  /* line 9016, app/assets/stylesheets/external.scss */
  .complaintsForm__image {
    display: none;
  }
  /* line 9019, app/assets/stylesheets/external.scss */
  .contactMap__inner {
    padding-top: 0;
  }
  /* line 9022, app/assets/stylesheets/external.scss */
  .contactMap__google {
    left: 0;
    width: 100%;
    position: relative;
  }
  /* line 9027, app/assets/stylesheets/external.scss */
  .contactMap__google:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
  }
  /* line 9033, app/assets/stylesheets/external.scss */
  .contactMap__google > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  /* line 9040, app/assets/stylesheets/external.scss */
  html[dir=rtl] .contactMap__google {
    right: 0;
  }
  /* line 9043, app/assets/stylesheets/external.scss */
  .contactMap__content {
    margin-left: 0;
    padding: 0;
    min-height: unset;
  }
  /* line 9048, app/assets/stylesheets/external.scss */
  html[dir=rtl] .contactMap__content {
    margin-right: 0;
    padding: 0;
  }
  /* line 9052, app/assets/stylesheets/external.scss */
  .contactMap__contentItem--right {
    margin-bottom: 50px;
  }
  /* line 9055, app/assets/stylesheets/external.scss */
  .contentPoints__wrapper {
    padding-top: 0;
  }
  /* line 9058, app/assets/stylesheets/external.scss */
  .contentPoints__wrapperBg {
    display: none;
  }
  /* line 9061, app/assets/stylesheets/external.scss */
  .contentPoints__content {
    width: 100%;
    padding: 0;
  }
  /* line 9065, app/assets/stylesheets/external.scss */
  .subPageHeader {
    height: auto;
  }
  /* line 9068, app/assets/stylesheets/external.scss */
  .subPageHeader__centerMobile {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  /* line 9074, app/assets/stylesheets/external.scss */
  .subPageHeader__centerMobile .subPageHeader__inner {
    width: 100%;
  }
  /* line 9077, app/assets/stylesheets/external.scss */
  .subPageHeader__wrapper {
    height: 100%;
  }
  /* line 9080, app/assets/stylesheets/external.scss */
  .subPageHeader__inner {
    display: block;
    flex-direction: column;
  }
  /* line 9084, app/assets/stylesheets/external.scss */
  .subPageHeader__text {
    margin-top: 70px;
    padding-right: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 9090, app/assets/stylesheets/external.scss */
  .subPageHeader__image {
    position: relative;
    height: auto;
  }
  /* line 9094, app/assets/stylesheets/external.scss */
  .subPageHeader__image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 69.84126984%;
  }
  /* line 9100, app/assets/stylesheets/external.scss */
  .subPageHeader__image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  /* line 9107, app/assets/stylesheets/external.scss */
  .subPageHeader__image {
    width: 100%;
    margin-top: 40px;
  }
  /* line 9111, app/assets/stylesheets/external.scss */
  .iconText__item,
.iconTitleText__item,
.subPageHeader__image {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 9117, app/assets/stylesheets/external.scss */
  .imagePoints__wrapper {
    padding-bottom: 0;
  }
  /* line 9120, app/assets/stylesheets/external.scss */
  .imagePoints__wrapperContent {
    height: auto;
    max-height: none;
  }
  /* line 9124, app/assets/stylesheets/external.scss */
  .imagePoints__items {
    max-width: 100%;
  }
  /* line 9127, app/assets/stylesheets/external.scss */
  .imagePoints__image,
.imagesList__item:nth-child(1n+3) {
    display: none;
  }
  /* line 9131, app/assets/stylesheets/external.scss */
  .page404 {
    padding-top: 100px;
    padding-bottom: 70px;
  }
  /* line 9135, app/assets/stylesheets/external.scss */
  .page404__number {
    font-size: 90px;
    margin-bottom: 30px;
  }
  /* line 9139, app/assets/stylesheets/external.scss */
  .page404__text {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  /* line 9144, app/assets/stylesheets/external.scss */
  .patientForm__stepList:not(.patientForm__stepList--nav) .patientForm__stepList {
    justify-content: flex-start;
  }
  /* line 9147, app/assets/stylesheets/external.scss */
  .patientForm__stepList:not(.patientForm__stepList--nav) .patientForm__stepListItem {
    flex-direction: row;
    display: flex;
    width: 100%;
    flex: 0 0 100%;
    align-items: center;
    padding: 10px 0;
  }
  /* line 9155, app/assets/stylesheets/external.scss */
  .patientForm__stepList:not(.patientForm__stepList--nav) .patientForm__stepListItem__icon {
    height: auto;
    width: 35px;
    order: 2;
    margin: 0 15px;
  }
  /* line 9161, app/assets/stylesheets/external.scss */
  .patientForm__stepList:not(.patientForm__stepList--nav) .patientForm__stepListItem__circle {
    margin-bottom: 0;
    width: 25px;
    height: 25px;
    order: 1;
  }
  /* line 9167, app/assets/stylesheets/external.scss */
  .patientForm__stepList:not(.patientForm__stepList--nav) .patientForm__stepListItem__name {
    order: 3;
    text-align: left;
  }
  /* line 9171, app/assets/stylesheets/external.scss */
  .patientForm__stepList--nav .patientForm__stepListItem__circle {
    margin-bottom: 0;
  }
  /* line 9174, app/assets/stylesheets/external.scss */
  .patientForm__stepList--nav .patientForm__stepListItem__name {
    display: none;
  }
  /* line 9177, app/assets/stylesheets/external.scss */
  .patientForm__stepContent {
    margin-bottom: 0px;
  }
  /* line 9180, app/assets/stylesheets/external.scss */
  .patientForm--after .patientForm__step {
    width: calc(100% + 40px);
    margin-left: -20px;
    border-radius: 0;
    padding: 20px 20px 10px;
  }
  /* line 9186, app/assets/stylesheets/external.scss */
  .personnel__boxImageWrapper {
    min-width: unset;
    width: 50%;
    min-height: unset;
    height: auto;
  }
  /* line 9192, app/assets/stylesheets/external.scss */
  .personnel__boxInfo {
    width: 50%;
    margin-left: 25px;
  }
  /* line 9196, app/assets/stylesheets/external.scss */
  .personnel__boxInfo__title {
    width: 50%;
    margin-top: 0;
  }
  /* line 9200, app/assets/stylesheets/external.scss */
  .postsArchive__item {
    flex: 50%;
    max-width: 50%;
  }
  /* line 9204, app/assets/stylesheets/external.scss */
  .postsArchive__title {
    font-size: 18px;
    line-height: 28px;
  }
  /* line 9208, app/assets/stylesheets/external.scss */
  .priceLists {
    padding: 50px 0;
  }
  /* line 9211, app/assets/stylesheets/external.scss */
  .quotationSection {
    padding: 20px 0;
  }
  /* line 9214, app/assets/stylesheets/external.scss */
  .quotationSection__quotationDown,
.quotationSection__quotationUp {
    display: none;
  }
  /* line 9218, app/assets/stylesheets/external.scss */
  .quoteImage__content {
    padding-top: 0;
  }
  /* line 9221, app/assets/stylesheets/external.scss */
  .quoteImage__contentBg {
    position: relative;
    left: 0;
    width: 100%;
    max-width: 500px;
    height: auto;
    margin: 0 auto;
  }
  /* line 9229, app/assets/stylesheets/external.scss */
  html[dir=rtl] .quoteImage__contentBg {
    right: 0;
    width: 100%;
    max-width: 500px;
  }
  /* line 9234, app/assets/stylesheets/external.scss */
  .quoteImage__contentBgInner {
    position: relative;
    height: 0;
    padding-bottom: 75%;
  }
  /* line 9239, app/assets/stylesheets/external.scss */
  .quoteImage__contentInner {
    width: 100%;
    padding-bottom: 0;
  }
  /* line 9243, app/assets/stylesheets/external.scss */
  .quoteImage__contentInner--reverse {
    left: unset;
  }
  /* line 9246, app/assets/stylesheets/external.scss */
  .quoteImage__contentText {
    width: 100%;
    overflow: hidden;
  }
  /* line 9250, app/assets/stylesheets/external.scss */
  .quoteImage__contentText--reverse {
    padding-left: unset;
  }
  /* line 9253, app/assets/stylesheets/external.scss */
  .quoteImage__contentPoints {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    display: block;
    margin-top: 20px;
    padding: 15px 0;
    transform: translateY(0);
  }
  /* line 9263, app/assets/stylesheets/external.scss */
  .quoteStats__content {
    padding-top: 0;
  }
  /* line 9266, app/assets/stylesheets/external.scss */
  .quoteStats__contentBg {
    position: relative;
    left: 0;
    width: 100%;
    max-width: 500px;
    height: auto;
    margin: 0 auto;
  }
  /* line 9274, app/assets/stylesheets/external.scss */
  html[dir=rtl] .quoteStats__contentBg {
    left: auto;
    right: 0;
    width: 100%;
  }
  /* line 9279, app/assets/stylesheets/external.scss */
  .quoteStats__contentBgInner {
    position: relative;
    height: 0;
    padding-bottom: 75%;
  }
  /* line 9284, app/assets/stylesheets/external.scss */
  .quoteStats__contentInner {
    width: 100%;
    padding-bottom: 0;
  }
  /* line 9288, app/assets/stylesheets/external.scss */
  .quoteStats__contentText {
    width: 100%;
    overflow: hidden;
  }
  /* line 9292, app/assets/stylesheets/external.scss */
  .quoteStats__contentPoints {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    display: block;
    margin-top: 20px;
    padding: 15px 0;
    transform: translateY(0);
  }
  /* line 9302, app/assets/stylesheets/external.scss */
  html[dir=rtl] .quoteStats__contentPoints {
    right: auto;
  }
  /* line 9305, app/assets/stylesheets/external.scss */
  .singleBlogHeader__content {
    order: 2;
  }
  /* line 9308, app/assets/stylesheets/external.scss */
  .singleBlogHeader__image {
    order: 1;
    margin-bottom: 40px;
  }
  /* line 9312, app/assets/stylesheets/external.scss */
  .slider__pagination {
    display: none;
  }
  /* line 9315, app/assets/stylesheets/external.scss */
  .slider__buttonWrapper {
    padding: 0 10px;
  }
  /* line 9318, app/assets/stylesheets/external.scss */
  .smallGallery__buttonWrapper {
    position: relative;
    top: auto;
    transform: translate(0);
    margin-top: 30px;
  }
  /* line 9324, app/assets/stylesheets/external.scss */
  html[dir=rtl] .smallGallery__buttonWrapper {
    left: 0;
    transform: translate(0);
  }
  /* line 9328, app/assets/stylesheets/external.scss */
  .tableSection__rowItem {
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 12px 20px;
  }
  /* line 9333, app/assets/stylesheets/external.scss */
  .tableSection__rowItem:first-child {
    flex: 0 0 28%;
  }
  /* line 9336, app/assets/stylesheets/external.scss */
  .tableSection__rowItem:last-child,
.tableSection__rowItem:nth-child(2) {
    flex: 0 0 36%;
  }
  /* line 9340, app/assets/stylesheets/external.scss */
  .tabsListWithIcon__icons {
    overflow: auto;
  }
  /* line 9343, app/assets/stylesheets/external.scss */
  .tabsListWithIcon__iconsWrapper {
    min-width: 800px;
    max-width: 100%;
  }
  /* line 9347, app/assets/stylesheets/external.scss */
  .tabsListWithIcon__icons:before {
    min-width: 800px;
    max-width: 100%;
    left: 0;
  }
  /* line 9352, app/assets/stylesheets/external.scss */
  .tabsListWithIcon__list {
    margin-top: 25px;
  }
  /* line 9355, app/assets/stylesheets/external.scss */
  .tabsListWithIcon__listItem--left {
    margin-bottom: 40px;
  }
  /* line 9358, app/assets/stylesheets/external.scss */
  .tabsListWithIcon__listItem--left,
.tabsListWithIcon__listItem--right {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
  /* line 9364, app/assets/stylesheets/external.scss */
  .textSection__wrapper h4 {
    margin-bottom: 30px;
  }
  /* line 9367, app/assets/stylesheets/external.scss */
  .textWithFoto__inner--changePlace .textWithFoto__innerText {
    padding: 60px 0 60px 40px;
  }
  /* line 9370, app/assets/stylesheets/external.scss */
  .textWithFoto__innerText,
html[dir=rtl] .textWithFoto__inner--changePlace .textWithFoto__innerText {
    padding: 60px 40px 60px 0;
  }
  /* line 9374, app/assets/stylesheets/external.scss */
  html[dir=rtl] .textWithFoto__innerText {
    padding: 60px 0 40px 60px;
  }
  /* line 9377, app/assets/stylesheets/external.scss */
  .textWithFoto__button {
    margin-top: 30px;
  }
  /* line 9380, app/assets/stylesheets/external.scss */
  .timeline__buttonWrapper {
    padding: 0 2.5%;
  }
  /* line 9383, app/assets/stylesheets/external.scss */
  .videoContent__media {
    padding: 0;
  }
  /* line 9386, app/assets/stylesheets/external.scss */
  .videoContent__media:before {
    display: none;
  }
  /* line 9389, app/assets/stylesheets/external.scss */
  .videoContent__points {
    display: inline-block;
    padding-right: 30px;
  }
  /* line 9393, app/assets/stylesheets/external.scss */
  .videoContent__points:before {
    right: 0;
  }
  /* line 9396, app/assets/stylesheets/external.scss */
  .videoContent__pointsItems {
    display: block;
  }
  /* line 9399, app/assets/stylesheets/external.scss */
  .videoSection {
    margin-top: 60px;
    padding-bottom: 40px;
    margin-bottom: 30px;
  }
  /* line 9404, app/assets/stylesheets/external.scss */
  .videoSection__inner:before {
    top: 40px;
  }
}

@media (max-width: 600px) {
  /* line 9410, app/assets/stylesheets/external.scss */
  .container .row.row-mds-block {
    display: block;
  }
  /* line 9413, app/assets/stylesheets/external.scss */
  .container .row .col-mds-1 {
    width: 8.33333333%;
  }
  /* line 9416, app/assets/stylesheets/external.scss */
  .container .row .col-mds-2 {
    width: 16.66666667%;
  }
  /* line 9419, app/assets/stylesheets/external.scss */
  .container .row .col-mds-3 {
    width: 25%;
  }
  /* line 9422, app/assets/stylesheets/external.scss */
  .container .row .col-mds-4 {
    width: 33.33333333%;
  }
  /* line 9425, app/assets/stylesheets/external.scss */
  .container .row .col-mds-5 {
    width: 41.66666667%;
  }
  /* line 9428, app/assets/stylesheets/external.scss */
  .container .row .col-mds-6 {
    width: 50%;
  }
  /* line 9431, app/assets/stylesheets/external.scss */
  .container .row .col-mds-7 {
    width: 58.33333333%;
  }
  /* line 9434, app/assets/stylesheets/external.scss */
  .container .row .col-mds-8 {
    width: 66.66666667%;
  }
  /* line 9437, app/assets/stylesheets/external.scss */
  .container .row .col-mds-9 {
    width: 75%;
  }
  /* line 9440, app/assets/stylesheets/external.scss */
  .container .row .col-mds-10 {
    width: 83.33333333%;
  }
  /* line 9443, app/assets/stylesheets/external.scss */
  .container .row .col-mds-11 {
    width: 91.66666667%;
  }
  /* line 9446, app/assets/stylesheets/external.scss */
  .container .row .col-mds-12 {
    width: 100%;
  }
  /* line 9449, app/assets/stylesheets/external.scss */
  .container .row .offset-col-mds-0 {
    margin-left: 0;
  }
  /* line 9452, app/assets/stylesheets/external.scss */
  .container .row .offset-col-mds-1 {
    margin-left: 8.33333333%;
  }
  /* line 9455, app/assets/stylesheets/external.scss */
  .container .row .offset-col-mds-2 {
    margin-left: 16.66666667%;
  }
  /* line 9458, app/assets/stylesheets/external.scss */
  .container .row .offset-col-mds-3 {
    margin-left: 25%;
  }
  /* line 9461, app/assets/stylesheets/external.scss */
  .container .row .offset-col-mds-4 {
    margin-left: 33.33333333%;
  }
  /* line 9464, app/assets/stylesheets/external.scss */
  .container .row .offset-col-mds-5 {
    margin-left: 41.66666667%;
  }
  /* line 9467, app/assets/stylesheets/external.scss */
  .container .row .offset-col-mds-6 {
    margin-left: 50%;
  }
  /* line 9470, app/assets/stylesheets/external.scss */
  .container .row .offset-col-mds-7 {
    margin-left: 58.33333333%;
  }
  /* line 9473, app/assets/stylesheets/external.scss */
  .container .row .offset-col-mds-8 {
    margin-left: 66.66666667%;
  }
  /* line 9476, app/assets/stylesheets/external.scss */
  .container .row .offset-col-mds-9 {
    margin-left: 75%;
  }
  /* line 9479, app/assets/stylesheets/external.scss */
  .container .row .offset-col-mds-10 {
    margin-left: 83.33333333%;
  }
  /* line 9482, app/assets/stylesheets/external.scss */
  .container .row .offset-col-mds-11 {
    margin-left: 91.66666667%;
  }
  /* line 9485, app/assets/stylesheets/external.scss */
  .container .row .offset-col-mds-12 {
    margin-left: 100%;
  }
  /* line 9488, app/assets/stylesheets/external.scss */
  .bodyParts__imgWrapper {
    border: 0;
  }
  /* line 9491, app/assets/stylesheets/external.scss */
  .bodyParts__imgWrapperImg {
    display: none;
  }
  /* line 9494, app/assets/stylesheets/external.scss */
  .bodyParts__label {
    display: block;
    position: relative;
    left: 0 !important;
    top: 0 !important;
    margin-bottom: 15px;
  }
  /* line 9501, app/assets/stylesheets/external.scss */
  .bodyParts__label img {
    display: none;
  }
  /* line 9504, app/assets/stylesheets/external.scss */
  .bodyParts__labelText {
    display: inline-block;
  }
  /* line 9507, app/assets/stylesheets/external.scss */
  .rangeForm {
    display: none;
  }
  /* line 9510, app/assets/stylesheets/external.scss */
  .rangeForm__mobile {
    display: block;
  }
  /* line 9513, app/assets/stylesheets/external.scss */
  .blogArchive__itemsItem {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
  /* line 9518, app/assets/stylesheets/external.scss */
  .blogArchive__itemsItem__content {
    padding: 25px 0;
  }
  /* line 9521, app/assets/stylesheets/external.scss */
  .blogArchive__itemsItem__date {
    margin-left: 0;
  }
  /* line 9524, app/assets/stylesheets/external.scss */
  html[dir=rtl] .blogArchive__itemsItem__date {
    margin-right: 0;
  }
  /* line 9527, app/assets/stylesheets/external.scss */
  .blogFooter__wrapper {
    padding: 25px 0;
  }
  /* line 9530, app/assets/stylesheets/external.scss */
  .blogFooter__bg {
    left: -5%;
    min-width: 110%;
    height: 100%;
  }
  /* line 9535, app/assets/stylesheets/external.scss */
  .blogFooterBox {
    flex-direction: column;
  }
  /* line 9538, app/assets/stylesheets/external.scss */
  .blogFooterBox__info {
    width: 100%;
    margin-left: 0;
  }
  /* line 9542, app/assets/stylesheets/external.scss */
  .blogFooterBox__info--title {
    margin-top: 30px;
    font-size: 24px;
    line-height: 30px;
  }
  /* line 9547, app/assets/stylesheets/external.scss */
  .blogFooterBox__imageWrapper {
    width: 100%;
  }
  /* line 9550, app/assets/stylesheets/external.scss */
  .gallery__wrapper {
    -moz-column-count: 2;
         column-count: 2;
  }
  /* line 9553, app/assets/stylesheets/external.scss */
  .patientForm__headerLink {
    display: none;
  }
  /* line 9556, app/assets/stylesheets/external.scss */
  .patientForm__stepListItem__circle {
    height: 30px;
    width: 30px;
  }
  /* line 9560, app/assets/stylesheets/external.scss */
  .patientForm__stepListItem__circle .patientForm__stepListItem__name {
    display: none;
  }
  /* line 9563, app/assets/stylesheets/external.scss */
  .patientForm__stepList--nav .patientForm__stepList__progressBar {
    top: 30px;
  }
  /* line 9566, app/assets/stylesheets/external.scss */
  .patientForm__stepFooter {
    flex-direction: row;
    padding-bottom: 15px;
  }
  /* line 9570, app/assets/stylesheets/external.scss */
  .patientForm__group--halfWidth {
    width: 100%;
    margin-right: 0;
  }
  /* line 9574, app/assets/stylesheets/external.scss */
  .patientForm__popupInner {
    max-height: calc(100% - 40px);
  }
  /* line 9577, app/assets/stylesheets/external.scss */
  .personnel__wrapper {
    padding: 25px 0;
  }
  /* line 9580, app/assets/stylesheets/external.scss */
  .personnel__bg {
    left: -5%;
    min-width: 110%;
  }
  /* line 9584, app/assets/stylesheets/external.scss */
  .personnel__box {
    flex-direction: column;
  }
  /* line 9587, app/assets/stylesheets/external.scss */
  .personnel__boxImageWrapper {
    width: 100%;
  }
  /* line 9590, app/assets/stylesheets/external.scss */
  .personnel__boxInfo {
    width: 100%;
    margin-left: 0;
  }
  /* line 9594, app/assets/stylesheets/external.scss */
  .personnel__boxInfo__title {
    margin-top: 30px;
  }
  /* line 9597, app/assets/stylesheets/external.scss */
  .tableSection__rowItem {
    width: 30%;
    padding: 12px 10px;
  }
  /* line 9601, app/assets/stylesheets/external.scss */
  .tableSection__rowItem:first-child {
    flex: unset;
    width: 40%;
  }
  /* line 9605, app/assets/stylesheets/external.scss */
  .tableSection__rowItem:last-child,
.tableSection__rowItem:nth-child(2) {
    flex: unset;
  }
  /* line 9609, app/assets/stylesheets/external.scss */
  .textWithFoto {
    padding-top: 40px;
  }
  /* line 9612, app/assets/stylesheets/external.scss */
  .textWithFoto__inner {
    padding-top: 0;
  }
  /* line 9615, app/assets/stylesheets/external.scss */
  .textWithFoto__inner--changePlace .textWithFoto__innerText {
    margin-left: 0;
    padding: 0;
  }
  /* line 9619, app/assets/stylesheets/external.scss */
  .textWithFoto__innerText,
html[dir=rtl] .textWithFoto__inner--changePlace .textWithFoto__innerText {
    padding: 0;
    margin-right: 0;
  }
  /* line 9624, app/assets/stylesheets/external.scss */
  html[dir=rtl] .textWithFoto__innerText {
    padding: 0;
    margin-left: 0;
  }
  /* line 9628, app/assets/stylesheets/external.scss */
  .textWithFoto__innerImage {
    background-image: none !important;
  }
  /* line 9631, app/assets/stylesheets/external.scss */
  .timeline__inner--down {
    top: 105px;
  }
  /* line 9634, app/assets/stylesheets/external.scss */
  .timeline__inner--up {
    top: -65px;
  }
  /* line 9637, app/assets/stylesheets/external.scss */
  .timeline__inner {
    min-width: calc(100% - 30px);
  }
  /* line 9640, app/assets/stylesheets/external.scss */
  .timeline__date {
    margin-left: 50%;
  }
  /* line 9643, app/assets/stylesheets/external.scss */
  .timeline__dateYear {
    margin-left: -23px !important;
  }
  /* line 9646, app/assets/stylesheets/external.scss */
  .timeline__info {
    height: 200px;
  }
}

@media screen and (max-width: 575px) {
  /* line 9652, app/assets/stylesheets/external.scss */
  .references__wrapper {
    max-width: 276px;
    max-height: 2208px;
  }
}

@media (max-width: 480px) {
  /* line 9659, app/assets/stylesheets/external.scss */
  .container .row.row-sml-block {
    display: block;
  }
  /* line 9662, app/assets/stylesheets/external.scss */
  .container .row .col-sml-1 {
    width: 8.33333333%;
  }
  /* line 9665, app/assets/stylesheets/external.scss */
  .container .row .col-sml-2 {
    width: 16.66666667%;
  }
  /* line 9668, app/assets/stylesheets/external.scss */
  .container .row .col-sml-3 {
    width: 25%;
  }
  /* line 9671, app/assets/stylesheets/external.scss */
  .container .row .col-sml-4 {
    width: 33.33333333%;
  }
  /* line 9674, app/assets/stylesheets/external.scss */
  .container .row .col-sml-5 {
    width: 41.66666667%;
  }
  /* line 9677, app/assets/stylesheets/external.scss */
  .container .row .col-sml-6 {
    width: 50%;
  }
  /* line 9680, app/assets/stylesheets/external.scss */
  .container .row .col-sml-7 {
    width: 58.33333333%;
  }
  /* line 9683, app/assets/stylesheets/external.scss */
  .container .row .col-sml-8 {
    width: 66.66666667%;
  }
  /* line 9686, app/assets/stylesheets/external.scss */
  .container .row .col-sml-9 {
    width: 75%;
  }
  /* line 9689, app/assets/stylesheets/external.scss */
  .container .row .col-sml-10 {
    width: 83.33333333%;
  }
  /* line 9692, app/assets/stylesheets/external.scss */
  .container .row .col-sml-11 {
    width: 91.66666667%;
  }
  /* line 9695, app/assets/stylesheets/external.scss */
  .container .row .col-sml-12 {
    width: 100%;
  }
  /* line 9698, app/assets/stylesheets/external.scss */
  .container .row .offset-col-sml-0 {
    margin-left: 0;
  }
  /* line 9701, app/assets/stylesheets/external.scss */
  .container .row .offset-col-sml-1 {
    margin-left: 8.33333333%;
  }
  /* line 9704, app/assets/stylesheets/external.scss */
  .container .row .offset-col-sml-2 {
    margin-left: 16.66666667%;
  }
  /* line 9707, app/assets/stylesheets/external.scss */
  .container .row .offset-col-sml-3 {
    margin-left: 25%;
  }
  /* line 9710, app/assets/stylesheets/external.scss */
  .container .row .offset-col-sml-4 {
    margin-left: 33.33333333%;
  }
  /* line 9713, app/assets/stylesheets/external.scss */
  .container .row .offset-col-sml-5 {
    margin-left: 41.66666667%;
  }
  /* line 9716, app/assets/stylesheets/external.scss */
  .container .row .offset-col-sml-6 {
    margin-left: 50%;
  }
  /* line 9719, app/assets/stylesheets/external.scss */
  .container .row .offset-col-sml-7 {
    margin-left: 58.33333333%;
  }
  /* line 9722, app/assets/stylesheets/external.scss */
  .container .row .offset-col-sml-8 {
    margin-left: 66.66666667%;
  }
  /* line 9725, app/assets/stylesheets/external.scss */
  .container .row .offset-col-sml-9 {
    margin-left: 75%;
  }
  /* line 9728, app/assets/stylesheets/external.scss */
  .container .row .offset-col-sml-10 {
    margin-left: 83.33333333%;
  }
  /* line 9731, app/assets/stylesheets/external.scss */
  .container .row .offset-col-sml-11 {
    margin-left: 91.66666667%;
  }
  /* line 9734, app/assets/stylesheets/external.scss */
  .container .row .offset-col-sml-12 {
    margin-left: 100%;
  }
  /* line 9737, app/assets/stylesheets/external.scss */
  .footer__top {
    text-align: center;
  }
  /* line 9740, app/assets/stylesheets/external.scss */
  .footer__column {
    width: 100%;
  }
  /* line 9743, app/assets/stylesheets/external.scss */
  .footer__column--menu + .footer__column--menu {
    margin-top: 0;
  }
  /* line 9746, app/assets/stylesheets/external.scss */
  .header__items {
    top: 60px;
    left: 0;
    right: 0;
    height: calc(100vh - 60px);
    max-height: none;
    min-width: 0;
    border-radius: 0;
  }
  /* line 9755, app/assets/stylesheets/external.scss */
  .header .lang-item a {
    padding: 10px 15px;
  }
  /* line 9758, app/assets/stylesheets/external.scss */
  .additionalInfo__wrapper {
    flex-direction: column;
    justify-content: center;
  }
  /* line 9762, app/assets/stylesheets/external.scss */
  .additionalInfo__box {
    margin-bottom: 40px;
  }
  /* line 9765, app/assets/stylesheets/external.scss */
  .blogFooter__imageBg {
    top: 50px;
    left: 50px;
  }
  /* line 9769, app/assets/stylesheets/external.scss */
  .buttonsWithDesc__buttonItem {
    flex: 0 0 100%;
  }
  /* line 9772, app/assets/stylesheets/external.scss */
  .contentPoints__point {
    width: 100%;
    padding-right: 0;
  }
  /* line 9776, app/assets/stylesheets/external.scss */
  .cookiesBox__inner {
    width: 100%;
  }
  /* line 9779, app/assets/stylesheets/external.scss */
  .gallery__wrapper {
    -moz-column-count: 1;
         column-count: 1;
  }
  /* line 9782, app/assets/stylesheets/external.scss */
  .imagePoints__items {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  /* line 9786, app/assets/stylesheets/external.scss */
  .operationDesc__video {
    margin-bottom: 25px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 9791, app/assets/stylesheets/external.scss */
  .postsArchive__item {
    flex: 100%;
    max-width: 100%;
  }
  /* line 9795, app/assets/stylesheets/external.scss */
  .priceLists__group {
    padding: 18.5px 15px;
  }
  /* line 9798, app/assets/stylesheets/external.scss */
  .priceLists__item--header .priceLists__itemName:not(:first-child) {
    display: none;
  }
  /* line 9801, app/assets/stylesheets/external.scss */
  .priceLists__itemName,
.priceLists__itemName:first-child {
    max-width: 100%;
    flex: 0 0 100%;
  }
  /* line 9806, app/assets/stylesheets/external.scss */
  .tableSection__rowItem {
    width: 33.33%;
    word-break: break-word;
    padding: 12px 5px;
  }
  /* line 9811, app/assets/stylesheets/external.scss */
  .tableSection__rowItem:first-child {
    width: 33.33%;
  }
  /* line 9814, app/assets/stylesheets/external.scss */
  .timeline__infoBox {
    max-width: 100%;
  }
}

@media (max-width: 475.99px) {
  /* line 9820, app/assets/stylesheets/external.scss */
  .fslightbox-slide-btn-left-container {
    padding-left: 3px;
  }
}

@media (max-width: 360px) {
  /* line 9826, app/assets/stylesheets/external.scss */
  .container .row.row-sm-block {
    display: block;
  }
  /* line 9829, app/assets/stylesheets/external.scss */
  .container .row .col-sm-1 {
    width: 8.33333333%;
  }
  /* line 9832, app/assets/stylesheets/external.scss */
  .container .row .col-sm-2 {
    width: 16.66666667%;
  }
  /* line 9835, app/assets/stylesheets/external.scss */
  .container .row .col-sm-3 {
    width: 25%;
  }
  /* line 9838, app/assets/stylesheets/external.scss */
  .container .row .col-sm-4 {
    width: 33.33333333%;
  }
  /* line 9841, app/assets/stylesheets/external.scss */
  .container .row .col-sm-5 {
    width: 41.66666667%;
  }
  /* line 9844, app/assets/stylesheets/external.scss */
  .container .row .col-sm-6 {
    width: 50%;
  }
  /* line 9847, app/assets/stylesheets/external.scss */
  .container .row .col-sm-7 {
    width: 58.33333333%;
  }
  /* line 9850, app/assets/stylesheets/external.scss */
  .container .row .col-sm-8 {
    width: 66.66666667%;
  }
  /* line 9853, app/assets/stylesheets/external.scss */
  .container .row .col-sm-9 {
    width: 75%;
  }
  /* line 9856, app/assets/stylesheets/external.scss */
  .container .row .col-sm-10 {
    width: 83.33333333%;
  }
  /* line 9859, app/assets/stylesheets/external.scss */
  .container .row .col-sm-11 {
    width: 91.66666667%;
  }
  /* line 9862, app/assets/stylesheets/external.scss */
  .container .row .col-sm-12 {
    width: 100%;
  }
  /* line 9865, app/assets/stylesheets/external.scss */
  .container .row .offset-col-sm-0 {
    margin-left: 0;
  }
  /* line 9868, app/assets/stylesheets/external.scss */
  .container .row .offset-col-sm-1 {
    margin-left: 8.33333333%;
  }
  /* line 9871, app/assets/stylesheets/external.scss */
  .container .row .offset-col-sm-2 {
    margin-left: 16.66666667%;
  }
  /* line 9874, app/assets/stylesheets/external.scss */
  .container .row .offset-col-sm-3 {
    margin-left: 25%;
  }
  /* line 9877, app/assets/stylesheets/external.scss */
  .container .row .offset-col-sm-4 {
    margin-left: 33.33333333%;
  }
  /* line 9880, app/assets/stylesheets/external.scss */
  .container .row .offset-col-sm-5 {
    margin-left: 41.66666667%;
  }
  /* line 9883, app/assets/stylesheets/external.scss */
  .container .row .offset-col-sm-6 {
    margin-left: 50%;
  }
  /* line 9886, app/assets/stylesheets/external.scss */
  .container .row .offset-col-sm-7 {
    margin-left: 58.33333333%;
  }
  /* line 9889, app/assets/stylesheets/external.scss */
  .container .row .offset-col-sm-8 {
    margin-left: 66.66666667%;
  }
  /* line 9892, app/assets/stylesheets/external.scss */
  .container .row .offset-col-sm-9 {
    margin-left: 75%;
  }
  /* line 9895, app/assets/stylesheets/external.scss */
  .container .row .offset-col-sm-10 {
    margin-left: 83.33333333%;
  }
  /* line 9898, app/assets/stylesheets/external.scss */
  .container .row .offset-col-sm-11 {
    margin-left: 91.66666667%;
  }
  /* line 9901, app/assets/stylesheets/external.scss */
  .container .row .offset-col-sm-12 {
    margin-left: 100%;
  }
  /* line 9904, app/assets/stylesheets/external.scss */
  .header__logoImage {
    height: 30px;
  }
  /* line 9907, app/assets/stylesheets/external.scss */
  .header__searchForm {
    right: -50px;
  }
  /* line 9910, app/assets/stylesheets/external.scss */
  .header__searchFormInput {
    width: auto;
  }
  /* line 9913, app/assets/stylesheets/external.scss */
  .additionalInfo {
    padding: 0;
  }
  /* line 9916, app/assets/stylesheets/external.scss */
  .blogFooter__imageBg {
    top: 25px;
    left: 25px;
  }
  /* line 9920, app/assets/stylesheets/external.scss */
  .tableSection__rowItem {
    font-size: 1rem;
  }
  /* line 9923, app/assets/stylesheets/external.scss */
  .timeline__inner {
    margin-right: 0;
  }
  /* line 9926, app/assets/stylesheets/external.scss */
  .timeline__inner--down {
    top: 125px;
  }
  /* line 9929, app/assets/stylesheets/external.scss */
  .timeline__inner--up {
    top: -85px;
  }
  /* line 9932, app/assets/stylesheets/external.scss */
  .timeline__inner {
    min-width: 100%;
  }
  /* line 9935, app/assets/stylesheets/external.scss */
  .timeline__info {
    height: 240px;
  }
}

@media (min-width: 476px) {
  /* line 9941, app/assets/stylesheets/external.scss */
  .fslightbox-slide-btn-container {
    padding: 22px 22px 22px 6px;
  }
  /* line 9944, app/assets/stylesheets/external.scss */
  .fslightbox-slide-btn {
    padding: 9px;
  }
  /* line 9947, app/assets/stylesheets/external.scss */
  .fslightbox-slide-btn-right-container {
    padding-left: 22px;
    padding-right: 6px;
  }
}

@media (min-width: 768px) {
  /* line 9954, app/assets/stylesheets/external.scss */
  .fslightbox-slide-btn-container {
    padding: 30px 30px 30px 6px;
  }
  /* line 9957, app/assets/stylesheets/external.scss */
  .fslightbox-slide-btn-right-container {
    padding-left: 30px;
  }
}

/* line 9962, app/assets/stylesheets/external.scss */
.rangeForm.sample, .rangeForm__mobile.sample {
  display: none;
}

/* line 9966, app/assets/stylesheets/external.scss */
.rangeForm select, .rangeForm__mobile select {
  display: block;
  font-size: 16px;
  padding: 10px;
  width: 100%;
}

/* line 9974, app/assets/stylesheets/external.scss */
.patientForm__stepList__progressBar {
  left: 100px;
  width: 920px;
}

@media (max-width: 992px) {
  /* line 9979, app/assets/stylesheets/external.scss */
  #step-0 .patientForm__stepList__progressBar {
    left: 75px;
    width: 575px;
  }
}

@media (max-width: 992px) {
  /* line 9986, app/assets/stylesheets/external.scss */
  .patientForm__stepList--nav .patientForm__stepList__progressBar {
    left: 75px;
    width: 575px;
  }
  /* line 9990, app/assets/stylesheets/external.scss */
  #step-0 .patientForm__stepList__progressBar {
    left: 75px;
    width: 550px;
  }
}

@media (max-width: 767px) {
  /* line 9996, app/assets/stylesheets/external.scss */
  .patientForm__stepList--nav .patientForm__stepList__progressBar {
    left: 55px;
    width: 430px;
  }
  /* line 10000, app/assets/stylesheets/external.scss */
  #step-0 .patientForm__stepList__progressBar {
    display: none;
  }
}

@media (max-width: 600px) {
  /* line 10006, app/assets/stylesheets/external.scss */
  .patientForm__stepList--nav .patientForm__stepList__progressBar {
    left: 40px;
    width: 430px;
  }
  /* line 10010, app/assets/stylesheets/external.scss */
  #step-0 .patientForm__stepList__progressBar {
    display: none;
  }
}

/* line 10019, app/assets/stylesheets/external.scss */
#step-6 p {
  font-size: 16px;
}

/* line 10022, app/assets/stylesheets/external.scss */
#step-6 .payment-footer {
  margin-top: 20px;
}

/* line 10025, app/assets/stylesheets/external.scss */
#step-6 .payment-footer .button {
  margin-bottom: 20px;
}

/* line 10028, app/assets/stylesheets/external.scss */
#step-6 .payment-footer * {
  vertical-align: middle;
}

/* line 10033, app/assets/stylesheets/external.scss */
.count {
  background-color: #0083f3;
  width: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  height: 50px;
  margin-top: 60px;
  margin-left: 20px;
  color: white;
  font-weight: bold;
  border-radius: 4px;
  visibility: hidden;
}

/* line 10051, app/assets/stylesheets/external.scss */
input.patientForm__groupInput:-moz-read-only {
  background-color: #f2f2f2;
}
input.patientForm__groupInput:read-only {
  background-color: #f2f2f2;
}

/* line 10054, app/assets/stylesheets/external.scss */
input.patientForm__groupInput:disabled {
  background-color: #f2f2f2;
}

/* line 10057, app/assets/stylesheets/external.scss */
input.patientForm__groupInput:-webkit-autofill:read-only {
  background-color: #f2f2f2;
}
input.patientForm__groupInput:autofill:-moz-read-only {
  background-color: #f2f2f2;
}
input.patientForm__groupInput:autofill:read-only {
  background-color: #f2f2f2;
}

/* line 10061, app/assets/stylesheets/external.scss */
input#qualification_form_client_attributes_provided_verification_code {
  text-align: center;
  font-size: 18px;
  padding-left: 0;
}

/* line 10067, app/assets/stylesheets/external.scss */
#verification-section .patientForm__group {
  width: 100%;
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}

/* line 10073, app/assets/stylesheets/external.scss */
#verification-section .patientForm__group .bodyParts__label {
  display: block;
  position: relative;
}

/* line 10077, app/assets/stylesheets/external.scss */
#verification-section .patientForm__group .bodyParts__label input {
  position: absolute;
}

/* line 10080, app/assets/stylesheets/external.scss */
#verification-section .patientForm__group .bodyParts__label .bodyParts__labelText {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  padding-top: 5px;
}

/* line 10088, app/assets/stylesheets/external.scss */
#personal-info-section {
  width: 50%;
  float: left;
  margin-right: 5%;
}

/* line 10094, app/assets/stylesheets/external.scss */
#verification-section {
  width: 45%;
  float: left;
  display: none;
}

/* line 10100, app/assets/stylesheets/external.scss */
#personal-info-section .patientForm__group {
  width: 45%;
  float: left;
  margin-right: 2%;
}

/* line 10106, app/assets/stylesheets/external.scss */
#personal-info-section .patientForm__group.bottom {
  width: 92%;
  margin-right: 2%;
  clear: both;
  text-align: right;
}

/* line 10110, app/assets/stylesheets/external.scss */
#verification-section .patientForm__group.verification-code {
  width: 40%;
  float: right;
  margin-right: 15px;
}

/* line 10114, app/assets/stylesheets/external.scss */
#verification-section .contract_1_content .trix-content {
  display: inline;
}

/* line 10116, app/assets/stylesheets/external.scss */
#verification-section .contract_1_content .trix-content::before {
  content: "*";
  font-weight: bold;
}

/* line 10122, app/assets/stylesheets/external.scss */
#verification-section .contract_4_content .trix-content strong {
  font-weight: bold;
}

@media (max-width: 768px) {
  /* line 10128, app/assets/stylesheets/external.scss */
  .patientForm__stepContent .patientForm__stepList__progressBar {
    display: none;
  }
  /* line 10131, app/assets/stylesheets/external.scss */
  .patientForm__stepContent .patientForm__stepListItem__circle {
    display: none;
  }
  /* line 10134, app/assets/stylesheets/external.scss */
  #personal-info-section {
    width: 100%;
    float: none;
    margin-right: 0%;
  }
  /* line 10140, app/assets/stylesheets/external.scss */
  #verification-section {
    width: 100%;
    float: none;
    margin-right: 0%;
  }
}

@media (max-width: 576px) {
  /* line 10147, app/assets/stylesheets/external.scss */
  h4 br {
    display: none;
  }
  /* line 10150, app/assets/stylesheets/external.scss */
  #personal-info-section .patientForm__group.bottom {
    width: 100%;
  }
  /* line 10153, app/assets/stylesheets/external.scss */
  #personal-info-section .patientForm__group {
    width: 100%;
    float: none;
    margin-right: 0%;
  }
}

/* line 10161, app/assets/stylesheets/external.scss */
.simple_form.edit_qualification_form .patientForm__step--hasNav {
  min-height: auto;
}

/* line 10165, app/assets/stylesheets/external.scss */
#step-list {
  margin-top: 0px;
}

/* line 10169, app/assets/stylesheets/external.scss */
#user-login-form-wrapper {
  margin: auto;
  max-width: 100%;
  width: 620px;
  margin-bottom: 50px;
}

/* line 10175, app/assets/stylesheets/external.scss */
#user-login-form {
  max-width: 100%;
  margin: auto;
  margin-top: 100px;
  margin-left: 10px;
  margin-right: 10px;
  border: 1px solid #0482f3;
  padding: 40px;
  border-radius: 5px;
}

/* line 10185, app/assets/stylesheets/external.scss */
#user-login-form #login-footer {
  font-size: 16px;
}

/* line 10188, app/assets/stylesheets/external.scss */
#user-login-form #login-footer a {
  color: #f96e51;
}

/* line 10191, app/assets/stylesheets/external.scss */
#user-login-form .textBlock h4 {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 50px;
}

/* line 10197, app/assets/stylesheets/external.scss */
#user-login-form input:focus {
  border: 1px solid #0482f3;
}

/* line 10201, app/assets/stylesheets/external.scss */
#user-login-form.new-session .patientForm__group {
  width: 48%;
  float: left;
}

/* line 10204, app/assets/stylesheets/external.scss */
#user-login-form.new-session .patientForm__group.first {
  margin-right: 4%;
}

/* line 10208, app/assets/stylesheets/external.scss */
#user-login-form.password-recovery #phone-for-code.patientForm__groupLabel:before {
  opacity: 1;
  content: "+48 ";
  right: initial;
  left: 15px;
  top: 12.5px;
  border: none;
  background: none;
  color: gray;
}

/* line 10218, app/assets/stylesheets/external.scss */
#user-login-form.password-recovery #phone-for-code .patientForm__groupInput {
  padding-left: 45px;
}

@media (max-width: 500px) {
  /* line 10223, app/assets/stylesheets/external.scss */
  #user-login-form.new-session .patientForm__group {
    width: 100%;
    float: none;
  }
  /* line 10227, app/assets/stylesheets/external.scss */
  #user-login-form.new-session .patientForm__group.first {
    margin-right: 0;
  }
}

/* line 10232, app/assets/stylesheets/external.scss */
#my-qualification-forms {
  max-width: 100%;
  width: 920px;
  margin: auto;
  margin-top: 70px;
  font-size: 16px;
  padding: 0 10px;
}

/* line 10241, app/assets/stylesheets/external.scss */
#my-qualification-forms a.button.button--blue {
  margin-top: -18px;
}

/* line 10245, app/assets/stylesheets/external.scss */
a.button.button--blue {
  color: white;
}

/* line 10248, app/assets/stylesheets/external.scss */
a.button.button--blue:hover {
  color: var(--swiper-theme-color);
}

/* line 10252, app/assets/stylesheets/external.scss */
#my-qualification-forms h4 {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 30px;
}

/* line 10258, app/assets/stylesheets/external.scss */
#my-qualification-forms h5 {
  font-size: 22px;
  margin-bottom: 0px;
}

/* line 10262, app/assets/stylesheets/external.scss */
#my-qualification-forms h5 * {
  vertical-align: middle;
}

/* line 10265, app/assets/stylesheets/external.scss */
#my-qualification-forms h5 img {
  margin-bottom: 5px;
}

/* line 10269, app/assets/stylesheets/external.scss */
#my-qualification-forms .form-list {
  width: 100%;
  margin-bottom: 70px;
}

/* line 10274, app/assets/stylesheets/external.scss */
#my-qualification-forms .form-list-row {
  border-bottom: 1px solid #ccc;
  width: 100%;
  overflow: hidden;
}

/* line 10279, app/assets/stylesheets/external.scss */
#my-qualification-forms .form-list-cell {
  padding: 20px 0;
  float: left;
}

/* line 10284, app/assets/stylesheets/external.scss */
#my-qualification-forms .form-list.form-list-active .form-list-cell-1 {
  width: 37%;
}

/* line 10287, app/assets/stylesheets/external.scss */
#my-qualification-forms .form-list.form-list-active .form-list-cell-2 {
  width: 30%;
}

/* line 10290, app/assets/stylesheets/external.scss */
#my-qualification-forms .form-list.form-list-active .form-list-cell-3 {
  width: 33%;
}

/* line 10293, app/assets/stylesheets/external.scss */
#my-qualification-forms .form-list.form-list-inactive .form-list-cell-1 {
  width: 37%;
}

/* line 10296, app/assets/stylesheets/external.scss */
#my-qualification-forms .form-list.form-list-inactive .form-list-cell-2 {
  width: 63%;
}

/* line 10299, app/assets/stylesheets/external.scss */
#my-qualification-forms .form-list .form-list-cell-1-start {
  width: 35%;
}

/* line 10302, app/assets/stylesheets/external.scss */
#my-qualification-forms .form-list .form-list-cell-2-start {
  width: 63%;
}

@media (max-width: 910px) {
  /* line 10307, app/assets/stylesheets/external.scss */
  #my-qualification-forms .form-list.form-list-active .form-list-cell-3 {
    width: 100%;
  }
}

@media (max-width: 865px) {
  /* line 10312, app/assets/stylesheets/external.scss */
  #my-qualification-forms .form-list.form-list-active .form-list-cell-1 {
    width: 50%;
  }
  /* line 10315, app/assets/stylesheets/external.scss */
  #my-qualification-forms .form-list.form-list-active .form-list-cell-2 {
    width: 50%;
  }
  /* line 10318, app/assets/stylesheets/external.scss */
  #my-qualification-forms .form-list.form-list-inactive .form-list-cell-1 {
    width: 50%;
  }
  /* line 10321, app/assets/stylesheets/external.scss */
  #my-qualification-forms .form-list.form-list-inactive .form-list-cell-2 {
    width: 50%;
  }
  /* line 10324, app/assets/stylesheets/external.scss */
  #my-qualification-forms .form-list .form-list-cell-1-start {
    width: 50%;
  }
  /* line 10327, app/assets/stylesheets/external.scss */
  #my-qualification-forms .form-list .form-list-cell-2-start {
    width: 50%;
  }
}

@media (max-width: 630px) {
  /* line 10332, app/assets/stylesheets/external.scss */
  #my-qualification-forms .form-list .form-list-cell-1-start {
    width: 100%;
  }
  /* line 10335, app/assets/stylesheets/external.scss */
  #my-qualification-forms .form-list .form-list-cell-2-start {
    width: 100%;
  }
}

@media (max-width: 500px) {
  /* line 10340, app/assets/stylesheets/external.scss */
  #my-qualification-forms .form-list.form-list-active .form-list-cell-1 {
    width: 100%;
  }
  /* line 10343, app/assets/stylesheets/external.scss */
  #my-qualification-forms .form-list.form-list-active .form-list-cell-2 {
    width: 100%;
  }
  /* line 10346, app/assets/stylesheets/external.scss */
  #my-qualification-forms .form-list.form-list-inactive .form-list-cell-1 {
    width: 100%;
  }
  /* line 10349, app/assets/stylesheets/external.scss */
  #my-qualification-forms .form-list.form-list-inactive .form-list-cell-2 {
    width: 100%;
  }
}

/* line 10356, app/assets/stylesheets/external.scss */
#inregistration-login {
  display: none;
  width: 1128px;
  max-width: 100%;
  margin: auto;
  padding: 0px 20px;
}

/* line 10363, app/assets/stylesheets/external.scss */
#inregistration-login .patientForm__group {
  width: 500px;
}

/* line 10366, app/assets/stylesheets/external.scss */
#inregistration-login button.button {
  float: right;
}

/*# sourceMappingURL=external.css-fb0e3f493dea1000221400fdb5ebdb292ef7da0474cc444e2b561c54de7cd6b5.map */
