body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

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

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  visibility: visible;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.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;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/*!
 * Bootstrap Reboot v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

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

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.iti {
  position: relative;
  display: inline-block; }
  .iti * {
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .iti__hide {
    display: none; }
  .iti__v-hide {
    visibility: hidden; }
  .iti input, .iti input[type=text], .iti input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0; }
  .iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px; }
  .iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px; }
  .iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555; }
    .iti__arrow--up {
      border-top: none;
      border-bottom: 4px solid #555; }
  .iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    .iti__country-list--dropup {
      bottom: 100%;
      margin-bottom: -1px; }
    @media (max-width: 500px) {
      .iti__country-list {
        white-space: normal; } }
  .iti__flag-box {
    display: inline-block;
    width: 20px; }
  .iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #CCC; }
  .iti__country {
    padding: 5px 10px;
    outline: none; }
  .iti__dial-code {
    color: #999; }
  .iti__country.iti__highlight {
    background-color: rgba(0, 0, 0, 0.05); }
  .iti__flag-box, .iti__country-name, .iti__dial-code {
    vertical-align: middle; }
  .iti__flag-box, .iti__country-name {
    margin-right: 6px; }
  .iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0; }
  .iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0; }
  .iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer; }
    .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
      background-color: rgba(0, 0, 0, 0.05); }
  .iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
  .iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
    cursor: default; }
    .iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
    .iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
      background-color: transparent; }
  .iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05); }
  .iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px; }
  .iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px; }
    .iti--container:hover {
      cursor: pointer; }

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed; }

.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%; }

.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em; }

.iti__flag {
  width: 20px; }
  .iti__flag.iti__be {
    width: 18px; }
  .iti__flag.iti__ch {
    width: 15px; }
  .iti__flag.iti__mc {
    width: 19px; }
  .iti__flag.iti__ne {
    width: 18px; }
  .iti__flag.iti__np {
    width: 13px; }
  .iti__flag.iti__va {
    width: 15px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
      background-size: 5652px 15px; } }
  .iti__flag.iti__ac {
    height: 10px;
    background-position: 0px 0px; }
  .iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0px; }
  .iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0px; }
  .iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0px; }
  .iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0px; }
  .iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0px; }
  .iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0px; }
  .iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0px; }
  .iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0px; }
  .iti__flag.iti__aq {
    height: 14px;
    background-position: -198px 0px; }
  .iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0px; }
  .iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0px; }
  .iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0px; }
  .iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0px; }
  .iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0px; }
  .iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0px; }
  .iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0px; }
  .iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0px; }
  .iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0px; }
  .iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0px; }
  .iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0px; }
  .iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0px; }
  .iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0px; }
  .iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0px; }
  .iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0px; }
  .iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0px; }
  .iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0px; }
  .iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0px; }
  .iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0px; }
  .iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0px; }
  .iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0px; }
  .iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0px; }
  .iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0px; }
  .iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0px; }
  .iti__flag.iti__bv {
    height: 15px;
    background-position: -746px 0px; }
  .iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0px; }
  .iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0px; }
  .iti__flag.iti__bz {
    height: 14px;
    background-position: -812px 0px; }
  .iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0px; }
  .iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0px; }
  .iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0px; }
  .iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0px; }
  .iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0px; }
  .iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0px; }
  .iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0px; }
  .iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0px; }
  .iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0px; }
  .iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0px; }
  .iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0px; }
  .iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0px; }
  .iti__flag.iti__cp {
    height: 14px;
    background-position: -1093px 0px; }
  .iti__flag.iti__cr {
    height: 12px;
    background-position: -1115px 0px; }
  .iti__flag.iti__cu {
    height: 10px;
    background-position: -1137px 0px; }
  .iti__flag.iti__cv {
    height: 12px;
    background-position: -1159px 0px; }
  .iti__flag.iti__cw {
    height: 14px;
    background-position: -1181px 0px; }
  .iti__flag.iti__cx {
    height: 10px;
    background-position: -1203px 0px; }
  .iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0px; }
  .iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0px; }
  .iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0px; }
  .iti__flag.iti__dg {
    height: 10px;
    background-position: -1291px 0px; }
  .iti__flag.iti__dj {
    height: 14px;
    background-position: -1313px 0px; }
  .iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0px; }
  .iti__flag.iti__dm {
    height: 10px;
    background-position: -1357px 0px; }
  .iti__flag.iti__do {
    height: 14px;
    background-position: -1379px 0px; }
  .iti__flag.iti__dz {
    height: 14px;
    background-position: -1401px 0px; }
  .iti__flag.iti__ea {
    height: 14px;
    background-position: -1423px 0px; }
  .iti__flag.iti__ec {
    height: 14px;
    background-position: -1445px 0px; }
  .iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0px; }
  .iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0px; }
  .iti__flag.iti__eh {
    height: 10px;
    background-position: -1511px 0px; }
  .iti__flag.iti__er {
    height: 10px;
    background-position: -1533px 0px; }
  .iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0px; }
  .iti__flag.iti__et {
    height: 10px;
    background-position: -1577px 0px; }
  .iti__flag.iti__eu {
    height: 14px;
    background-position: -1599px 0px; }
  .iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0px; }
  .iti__flag.iti__fj {
    height: 10px;
    background-position: -1643px 0px; }
  .iti__flag.iti__fk {
    height: 10px;
    background-position: -1665px 0px; }
  .iti__flag.iti__fm {
    height: 11px;
    background-position: -1687px 0px; }
  .iti__flag.iti__fo {
    height: 15px;
    background-position: -1709px 0px; }
  .iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0px; }
  .iti__flag.iti__ga {
    height: 15px;
    background-position: -1753px 0px; }
  .iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0px; }
  .iti__flag.iti__gd {
    height: 12px;
    background-position: -1797px 0px; }
  .iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0px; }
  .iti__flag.iti__gf {
    height: 14px;
    background-position: -1841px 0px; }
  .iti__flag.iti__gg {
    height: 14px;
    background-position: -1863px 0px; }
  .iti__flag.iti__gh {
    height: 14px;
    background-position: -1885px 0px; }
  .iti__flag.iti__gi {
    height: 10px;
    background-position: -1907px 0px; }
  .iti__flag.iti__gl {
    height: 14px;
    background-position: -1929px 0px; }
  .iti__flag.iti__gm {
    height: 14px;
    background-position: -1951px 0px; }
  .iti__flag.iti__gn {
    height: 14px;
    background-position: -1973px 0px; }
  .iti__flag.iti__gp {
    height: 14px;
    background-position: -1995px 0px; }
  .iti__flag.iti__gq {
    height: 14px;
    background-position: -2017px 0px; }
  .iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0px; }
  .iti__flag.iti__gs {
    height: 10px;
    background-position: -2061px 0px; }
  .iti__flag.iti__gt {
    height: 13px;
    background-position: -2083px 0px; }
  .iti__flag.iti__gu {
    height: 11px;
    background-position: -2105px 0px; }
  .iti__flag.iti__gw {
    height: 10px;
    background-position: -2127px 0px; }
  .iti__flag.iti__gy {
    height: 12px;
    background-position: -2149px 0px; }
  .iti__flag.iti__hk {
    height: 14px;
    background-position: -2171px 0px; }
  .iti__flag.iti__hm {
    height: 10px;
    background-position: -2193px 0px; }
  .iti__flag.iti__hn {
    height: 10px;
    background-position: -2215px 0px; }
  .iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0px; }
  .iti__flag.iti__ht {
    height: 12px;
    background-position: -2259px 0px; }
  .iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0px; }
  .iti__flag.iti__ic {
    height: 14px;
    background-position: -2303px 0px; }
  .iti__flag.iti__id {
    height: 14px;
    background-position: -2325px 0px; }
  .iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0px; }
  .iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0px; }
  .iti__flag.iti__im {
    height: 10px;
    background-position: -2391px 0px; }
  .iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0px; }
  .iti__flag.iti__io {
    height: 10px;
    background-position: -2435px 0px; }
  .iti__flag.iti__iq {
    height: 14px;
    background-position: -2457px 0px; }
  .iti__flag.iti__ir {
    height: 12px;
    background-position: -2479px 0px; }
  .iti__flag.iti__is {
    height: 15px;
    background-position: -2501px 0px; }
  .iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0px; }
  .iti__flag.iti__je {
    height: 12px;
    background-position: -2545px 0px; }
  .iti__flag.iti__jm {
    height: 10px;
    background-position: -2567px 0px; }
  .iti__flag.iti__jo {
    height: 10px;
    background-position: -2589px 0px; }
  .iti__flag.iti__jp {
    height: 14px;
    background-position: -2611px 0px; }
  .iti__flag.iti__ke {
    height: 14px;
    background-position: -2633px 0px; }
  .iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0px; }
  .iti__flag.iti__kh {
    height: 13px;
    background-position: -2677px 0px; }
  .iti__flag.iti__ki {
    height: 10px;
    background-position: -2699px 0px; }
  .iti__flag.iti__km {
    height: 12px;
    background-position: -2721px 0px; }
  .iti__flag.iti__kn {
    height: 14px;
    background-position: -2743px 0px; }
  .iti__flag.iti__kp {
    height: 10px;
    background-position: -2765px 0px; }
  .iti__flag.iti__kr {
    height: 14px;
    background-position: -2787px 0px; }
  .iti__flag.iti__kw {
    height: 10px;
    background-position: -2809px 0px; }
  .iti__flag.iti__ky {
    height: 10px;
    background-position: -2831px 0px; }
  .iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0px; }
  .iti__flag.iti__la {
    height: 14px;
    background-position: -2875px 0px; }
  .iti__flag.iti__lb {
    height: 14px;
    background-position: -2897px 0px; }
  .iti__flag.iti__lc {
    height: 10px;
    background-position: -2919px 0px; }
  .iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0px; }
  .iti__flag.iti__lk {
    height: 10px;
    background-position: -2963px 0px; }
  .iti__flag.iti__lr {
    height: 11px;
    background-position: -2985px 0px; }
  .iti__flag.iti__ls {
    height: 14px;
    background-position: -3007px 0px; }
  .iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0px; }
  .iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0px; }
  .iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0px; }
  .iti__flag.iti__ly {
    height: 10px;
    background-position: -3095px 0px; }
  .iti__flag.iti__ma {
    height: 14px;
    background-position: -3117px 0px; }
  .iti__flag.iti__mc {
    height: 15px;
    background-position: -3139px 0px; }
  .iti__flag.iti__md {
    height: 10px;
    background-position: -3160px 0px; }
  .iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0px; }
  .iti__flag.iti__mf {
    height: 14px;
    background-position: -3204px 0px; }
  .iti__flag.iti__mg {
    height: 14px;
    background-position: -3226px 0px; }
  .iti__flag.iti__mh {
    height: 11px;
    background-position: -3248px 0px; }
  .iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0px; }
  .iti__flag.iti__ml {
    height: 14px;
    background-position: -3292px 0px; }
  .iti__flag.iti__mm {
    height: 14px;
    background-position: -3314px 0px; }
  .iti__flag.iti__mn {
    height: 10px;
    background-position: -3336px 0px; }
  .iti__flag.iti__mo {
    height: 14px;
    background-position: -3358px 0px; }
  .iti__flag.iti__mp {
    height: 10px;
    background-position: -3380px 0px; }
  .iti__flag.iti__mq {
    height: 14px;
    background-position: -3402px 0px; }
  .iti__flag.iti__mr {
    height: 14px;
    background-position: -3424px 0px; }
  .iti__flag.iti__ms {
    height: 10px;
    background-position: -3446px 0px; }
  .iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0px; }
  .iti__flag.iti__mu {
    height: 14px;
    background-position: -3490px 0px; }
  .iti__flag.iti__mv {
    height: 14px;
    background-position: -3512px 0px; }
  .iti__flag.iti__mw {
    height: 14px;
    background-position: -3534px 0px; }
  .iti__flag.iti__mx {
    height: 12px;
    background-position: -3556px 0px; }
  .iti__flag.iti__my {
    height: 10px;
    background-position: -3578px 0px; }
  .iti__flag.iti__mz {
    height: 14px;
    background-position: -3600px 0px; }
  .iti__flag.iti__na {
    height: 14px;
    background-position: -3622px 0px; }
  .iti__flag.iti__nc {
    height: 10px;
    background-position: -3644px 0px; }
  .iti__flag.iti__ne {
    height: 15px;
    background-position: -3666px 0px; }
  .iti__flag.iti__nf {
    height: 10px;
    background-position: -3686px 0px; }
  .iti__flag.iti__ng {
    height: 10px;
    background-position: -3708px 0px; }
  .iti__flag.iti__ni {
    height: 12px;
    background-position: -3730px 0px; }
  .iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0px; }
  .iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0px; }
  .iti__flag.iti__np {
    height: 15px;
    background-position: -3796px 0px; }
  .iti__flag.iti__nr {
    height: 10px;
    background-position: -3811px 0px; }
  .iti__flag.iti__nu {
    height: 10px;
    background-position: -3833px 0px; }
  .iti__flag.iti__nz {
    height: 10px;
    background-position: -3855px 0px; }
  .iti__flag.iti__om {
    height: 10px;
    background-position: -3877px 0px; }
  .iti__flag.iti__pa {
    height: 14px;
    background-position: -3899px 0px; }
  .iti__flag.iti__pe {
    height: 14px;
    background-position: -3921px 0px; }
  .iti__flag.iti__pf {
    height: 14px;
    background-position: -3943px 0px; }
  .iti__flag.iti__pg {
    height: 15px;
    background-position: -3965px 0px; }
  .iti__flag.iti__ph {
    height: 10px;
    background-position: -3987px 0px; }
  .iti__flag.iti__pk {
    height: 14px;
    background-position: -4009px 0px; }
  .iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0px; }
  .iti__flag.iti__pm {
    height: 14px;
    background-position: -4053px 0px; }
  .iti__flag.iti__pn {
    height: 10px;
    background-position: -4075px 0px; }
  .iti__flag.iti__pr {
    height: 14px;
    background-position: -4097px 0px; }
  .iti__flag.iti__ps {
    height: 10px;
    background-position: -4119px 0px; }
  .iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0px; }
  .iti__flag.iti__pw {
    height: 13px;
    background-position: -4163px 0px; }
  .iti__flag.iti__py {
    height: 11px;
    background-position: -4185px 0px; }
  .iti__flag.iti__qa {
    height: 8px;
    background-position: -4207px 0px; }
  .iti__flag.iti__re {
    height: 14px;
    background-position: -4229px 0px; }
  .iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0px; }
  .iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0px; }
  .iti__flag.iti__ru {
    height: 14px;
    background-position: -4295px 0px; }
  .iti__flag.iti__rw {
    height: 14px;
    background-position: -4317px 0px; }
  .iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0px; }
  .iti__flag.iti__sb {
    height: 10px;
    background-position: -4361px 0px; }
  .iti__flag.iti__sc {
    height: 10px;
    background-position: -4383px 0px; }
  .iti__flag.iti__sd {
    height: 10px;
    background-position: -4405px 0px; }
  .iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0px; }
  .iti__flag.iti__sg {
    height: 14px;
    background-position: -4449px 0px; }
  .iti__flag.iti__sh {
    height: 10px;
    background-position: -4471px 0px; }
  .iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0px; }
  .iti__flag.iti__sj {
    height: 15px;
    background-position: -4515px 0px; }
  .iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0px; }
  .iti__flag.iti__sl {
    height: 14px;
    background-position: -4559px 0px; }
  .iti__flag.iti__sm {
    height: 15px;
    background-position: -4581px 0px; }
  .iti__flag.iti__sn {
    height: 14px;
    background-position: -4603px 0px; }
  .iti__flag.iti__so {
    height: 14px;
    background-position: -4625px 0px; }
  .iti__flag.iti__sr {
    height: 14px;
    background-position: -4647px 0px; }
  .iti__flag.iti__ss {
    height: 10px;
    background-position: -4669px 0px; }
  .iti__flag.iti__st {
    height: 10px;
    background-position: -4691px 0px; }
  .iti__flag.iti__sv {
    height: 12px;
    background-position: -4713px 0px; }
  .iti__flag.iti__sx {
    height: 14px;
    background-position: -4735px 0px; }
  .iti__flag.iti__sy {
    height: 14px;
    background-position: -4757px 0px; }
  .iti__flag.iti__sz {
    height: 14px;
    background-position: -4779px 0px; }
  .iti__flag.iti__ta {
    height: 10px;
    background-position: -4801px 0px; }
  .iti__flag.iti__tc {
    height: 10px;
    background-position: -4823px 0px; }
  .iti__flag.iti__td {
    height: 14px;
    background-position: -4845px 0px; }
  .iti__flag.iti__tf {
    height: 14px;
    background-position: -4867px 0px; }
  .iti__flag.iti__tg {
    height: 13px;
    background-position: -4889px 0px; }
  .iti__flag.iti__th {
    height: 14px;
    background-position: -4911px 0px; }
  .iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0px; }
  .iti__flag.iti__tk {
    height: 10px;
    background-position: -4955px 0px; }
  .iti__flag.iti__tl {
    height: 10px;
    background-position: -4977px 0px; }
  .iti__flag.iti__tm {
    height: 14px;
    background-position: -4999px 0px; }
  .iti__flag.iti__tn {
    height: 14px;
    background-position: -5021px 0px; }
  .iti__flag.iti__to {
    height: 10px;
    background-position: -5043px 0px; }
  .iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0px; }
  .iti__flag.iti__tt {
    height: 12px;
    background-position: -5087px 0px; }
  .iti__flag.iti__tv {
    height: 10px;
    background-position: -5109px 0px; }
  .iti__flag.iti__tw {
    height: 14px;
    background-position: -5131px 0px; }
  .iti__flag.iti__tz {
    height: 14px;
    background-position: -5153px 0px; }
  .iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0px; }
  .iti__flag.iti__ug {
    height: 14px;
    background-position: -5197px 0px; }
  .iti__flag.iti__um {
    height: 11px;
    background-position: -5219px 0px; }
  .iti__flag.iti__un {
    height: 14px;
    background-position: -5241px 0px; }
  .iti__flag.iti__us {
    height: 11px;
    background-position: -5263px 0px; }
  .iti__flag.iti__uy {
    height: 14px;
    background-position: -5285px 0px; }
  .iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0px; }
  .iti__flag.iti__va {
    height: 15px;
    background-position: -5329px 0px; }
  .iti__flag.iti__vc {
    height: 14px;
    background-position: -5346px 0px; }
  .iti__flag.iti__ve {
    height: 14px;
    background-position: -5368px 0px; }
  .iti__flag.iti__vg {
    height: 10px;
    background-position: -5390px 0px; }
  .iti__flag.iti__vi {
    height: 14px;
    background-position: -5412px 0px; }
  .iti__flag.iti__vn {
    height: 14px;
    background-position: -5434px 0px; }
  .iti__flag.iti__vu {
    height: 12px;
    background-position: -5456px 0px; }
  .iti__flag.iti__wf {
    height: 14px;
    background-position: -5478px 0px; }
  .iti__flag.iti__ws {
    height: 10px;
    background-position: -5500px 0px; }
  .iti__flag.iti__xk {
    height: 15px;
    background-position: -5522px 0px; }
  .iti__flag.iti__ye {
    height: 14px;
    background-position: -5544px 0px; }
  .iti__flag.iti__yt {
    height: 14px;
    background-position: -5566px 0px; }
  .iti__flag.iti__za {
    height: 14px;
    background-position: -5588px 0px; }
  .iti__flag.iti__zm {
    height: 14px;
    background-position: -5610px 0px; }
  .iti__flag.iti__zw {
    height: 10px;
    background-position: -5632px 0px; }

.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../../node_modules/intl-tel-input/src/img/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
      background-image: url("../../node_modules/intl-tel-input/src/img/flags@2x.png"); } }

.iti__flag.iti__np {
  background-color: transparent; }

@font-face {
  font-family: 'Circe';
  src: url("../static/fonts/Circe-Bold.eot");
  src: local("Circe Bold"), local("Circe-Bold"), url("../static/fonts/Circe-Bold.eot") format("embedded-opentype"), url("../static/fonts/Circe-Bold.woff") format("woff"), url("../static/fonts/Circe-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Circe';
  src: url("../static/fonts/Circe-Regular.eot");
  src: local("Circe"), local("Circe-Regular"), url("../static/fonts/Circe-Regular.eot") format("embedded-opentype"), url("../static/fonts/Circe-Regular.woff") format("woff"), url("../static/fonts/Circe-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

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

p {
  margin: 0;
  padding: 0; }

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

a {
  text-decoration: none; }
  a:hover {
    outline: none;
    text-decoration: none; }
  a:focus {
    outline: none;
    text-decoration: none; }

input:hover, input:focus, button:hover, button:focus {
  outline: none; }

body {
  overflow-x: hidden;
  color: #1a1b1b;
  margin: 0;
  font-family: Circe;
  line-height: 1; }
  body.disable-scroll {
    overflow: hidden; }

.wrapper {
  overflow: hidden; }

.btn {
  background-color: #e95727;
  display: inline-block;
  height: 55px;
  line-height: 55px;
  box-shadow: -4px 15px 50px rgba(233, 87, 39, 0.3);
  color: #ffffff;
  border-radius: 28px;
  font-size: 20px;
  font-weight: 700;
  padding: 0 38px;
  transition: 0.3s; }
  .btn:hover {
    color: #ffffff; }

.presentation-link {
  height: 65px;
  background-color: #e95727;
  display: flex;
  align-items: center;
  justify-content: center; }
  .presentation-link span {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    margin-left: 15px;
    position: relative; }
    .presentation-link span:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      border-bottom: 1px solid #ffffff;
      transition: 0.3s; }
  .presentation-link:hover span {
    color: #ffffff; }
    .presentation-link:hover span:after {
      width: 0; }

.iti__flag {
  background-image: url("../static/img/flags.png"); }

.iti {
  width: 100%; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../static/img/flags@2x.png"); } }

.header {
  position: relative;
  z-index: 10; }
  .header__btn {
    width: 115px;
    height: 32px;
    line-height: 32px;
    padding-left: 47px;
    position: relative;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    background-color: #e95727;
    border-radius: 16px;
    margin-right: 40px; }
    .header__btn img {
      position: absolute;
      left: 24px;
      top: 50%;
      transform: translateY(-50%); }
    .header__btn:hover {
      color: #ffffff; }
  .header__top-row {
    margin-bottom: 30px; }

.logo {
  display: block;
  width: 356px; }
  .logo img {
    display: block;
    width: 100%; }

.langs {
  display: flex;
  align-items: center; }
  .langs a {
    font-size: 16px;
    text-transform: uppercase;
    transition: 0.3s;
    color: #1a1b1b; }
    .langs a.active, .langs a:hover {
      color: #e95727; }
  .langs li {
    margin-right: 12px; }
    .langs li:last-child {
      margin-right: 0; }

.nav ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end; }

.nav li {
  margin-right: 25px; }
  .nav li:last-child {
    margin-right: 0; }

.nav a {
  font-size: 18px;
  color: #1a1b1b;
  trasnition: 0.3s;
  position: relative; }
  .nav a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    border-bottom: 1px solid #e95727;
    transition: 0.3s; }
  .nav a:hover {
    color: #e95727; }
    .nav a:hover:after {
      width: 100%; }

.socials {
  display: flex;
  margin-right: 40px; }
  .socials li {
    margin-right: 10px; }
    .socials li:last-child {
      margin-right: 0; }
  .socials a {
    width: 32px;
    height: 32px;
    background-color: #e95727;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .socials a svg {
      fill: #fff;
      max-width: 40%;
      max-height: 40%;
      width: 100%;
      height: 100%; }

.locations {
  margin-right: 50px;
  position: relative;
  z-index: 1; }
  .locations__item {
    display: flex;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
    position: relative; }
    .locations__item:after {
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: calc(100% + 10px);
      width: 12px;
      height: 6px;
      background-image: url(../static/img/drop-down-arrow.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
  .locations__icon {
    margin-right: 20px; }
  .locations__list {
    box-shadow: 0 10px 50px rgba(26, 27, 27, 0.25);
    position: absolute;
    top: 40px;
    left: 0;
    width: 320px;
    padding: 30px;
    z-index: 1;
    background-color: #fff;
    display: none; }
  .locations__list-inner {
    max-height: 490px;
    overflow-y: auto; }

.block {
  margin-bottom: 30px; }
  .block:last-child {
    margin-bottom: 0; }
  .block__title {
    font-size: 18px;
    font-weight: 700;
    color: #e95727;
    margin-bottom: 15px; }
  .block__list li {
    margin-bottom: 10px; }
    .block__list li:last-child {
      margin-bottom: 0; }
  .block__list a {
    font-size: 16px;
    color: #1a1b1b;
    transition: 0.3s; }
    .block__list a:hover {
      color: #e95727; }

.simplebar-scrollbar:before {
  background: #e95727;
  opacity: 1 !important; }

.simplebar-track.simplebar-vertical {
  background: rgba(229, 229, 229, 0.35);
  border-radius: 2px; }

.btn-menu {
  z-index: 6;
  width: 34px;
  min-width: 25px;
  height: 40px;
  position: relative;
  transform: rotate(0deg);
  transition: .2s;
  cursor: pointer;
  margin-left: 30px; }
  .btn-menu span {
    display: block;
    position: absolute;
    border-bottom: 3px solid #e95727;
    width: 100%;
    opacity: 1;
    left: 0px;
    transform: rotate(0deg);
    transition: .2s; }
    .btn-menu span:nth-child(1) {
      top: 11px; }
    .btn-menu span:nth-child(2), .btn-menu span:nth-child(3) {
      top: 19.5px; }
    .btn-menu span:nth-child(4) {
      top: 27.5px; }
  .btn-menu.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%; }
  .btn-menu.open span:nth-child(2) {
    transform: rotate(45deg); }
  .btn-menu.open span:nth-child(3) {
    transform: rotate(-45deg); }
  .btn-menu.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%; }

.mobile-menu {
  position: absolute;
  top: 0;
  width: 300px;
  background-color: #fff;
  height: 100%;
  min-height: 100vh;
  overflow-y: auto;
  padding: 60px 30px 30px;
  transition: 0.3s;
  right: -100%;
  opacity: 0; }
  .mobile-menu .socials {
    display: flex; }
  .mobile-menu.active {
    right: 0;
    opacity: 1; }
  .mobile-menu__nav {
    margin-bottom: 30px; }
    .mobile-menu__nav ul li {
      margin-bottom: 10px; }
      .mobile-menu__nav ul li:last-child {
        margin-bottom: 0; }
    .mobile-menu__nav ul a {
      font-size: 18px;
      color: #1a1b1b;
      trasnition: 0.3s;
      position: relative; }
      .mobile-menu__nav ul a:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        border-bottom: 1px solid #e95727;
        transition: 0.3s; }
      .mobile-menu__nav ul a:hover {
        color: #e95727; }
        .mobile-menu__nav ul a:hover:after {
          width: 100%; }

@media (max-width: 1199.98px) {
  .logo {
    width: 100%; }
  .nav a {
    font-size: 16px; }
  .socials {
    margin-right: 30px; }
  .header {
    padding: 15px 0; }
    .header__top-row {
      margin-bottom: 15px; }
    .header__btn {
      margin-right: 30px; }
  .locations {
    margin-right: 45px; }
    .locations__icon {
      margin-right: 10px; } }

@media (max-width: 991.98px) {
  .header {
    padding: 5px 0; }
    .header__top-row {
      margin: 0; }
    .header__bot-row {
      display: none; }
    .header__btn {
      display: none; }
    .header .socials {
      display: none; }
  .mobile-menu .socials {
    display: flex; }
  .locations {
    display: none; }
    .locations__list-inner {
      max-height: 200px;
      margin-bottom: 30px; } }

@media (max-width: 767.98px) {
  .logo {
    min-width: 150px; }
  .btn-menu {
    margin-left: 15px; }
  .langs a {
    font-size: 14px;
    margin-right: 8px; } }

.hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 70%;
  padding: 60px 0 200px;
  position: relative;
  text-align: center; }
  .hero:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65); }
  .hero__inner {
    position: relative;
    z-index: 1; }
    .hero__inner:before {
      content: '';
      position: absolute;
      top: 80px;
      left: 0;
      width: 1px;
      height: calc(100% - 80px - (55px / 2));
      background-color: #fff; }
    .hero__inner:after {
      content: '';
      position: absolute;
      top: 80px;
      right: 0;
      width: 1px;
      height: calc(100% - 80px - (55px / 2));
      background-color: #fff; }
  .hero__logo {
    max-width: 500px;
    display: block;
    width: 100%;
    margin: 0 auto 80px; }
  .hero__title {
    color: #ffffff;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 40px; }
    .hero__title span {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center; }
      .hero__title span:before {
        content: '';
        display: inline-block;
        border-bottom: 2px solid #e95727;
        width: 65px;
        margin-right: 30px; }
      .hero__title span:after {
        content: '';
        display: inline-block;
        border-bottom: 2px solid #e95727;
        width: 65px;
        margin-left: 30px; }
  .hero__text {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 115px; }
  .hero__btn {
    margin: 0 auto; }

.border-top-left {
  width: calc(50% - 280px);
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 80px;
  left: 0; }

.border-top-right {
  width: calc(50% - 280px);
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 80px;
  right: 0; }

.border-bottom-left {
  width: calc(50% - 140px);
  border-bottom: 1px solid #fff;
  position: absolute;
  bottom: calc(55px /2);
  left: 0; }

.border-bottom-right {
  width: calc(50% - 140px);
  border-bottom: 1px solid #fff;
  position: absolute;
  bottom: calc(55px /2);
  right: 0; }

@media (max-width: 991.98px) {
  .hero__logo {
    margin-bottom: 40px; }
  .hero__title {
    font-size: 36px; }
  .hero__text {
    font-size: 20px;
    margin-bottom: 65px; } }

@media (max-width: 767.98px) {
  .hero {
    padding-bottom: 140px; }
    .hero__inner:after, .hero__inner:before {
      display: none; }
    .hero__logo {
      margin-bottom: 20px; }
    .hero__title {
      font-size: 24px;
      margin-bottom: 20px; }
      .hero__title span:before {
        width: 45px;
        margin-right: 15px; }
      .hero__title span:after {
        width: 45px;
        margin-left: 15px; }
    .hero__text {
      font-size: 18px;
      line-height: 1.3;
      margin-bottom: 35px; }
  .border-top-left, .border-top-right, .border-bottom-left, .border-bottom-right {
    display: none; } }

.benefits-section {
  margin-top: -100px; }
  .benefits-section__inner {
    display: flex;
    background-color: #fff;
    padding: 100px 0; }

.benefit-item {
  width: 33.3333%;
  text-align: center;
  position: relative; }
  .benefit-item:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 75px;
    background-color: rgba(0, 0, 0, 0.2); }
  .benefit-item:last-child:after {
    display: none; }
  .benefit-item__number {
    color: #e95727;
    font-size: 72px;
    margin-bottom: 10px;
    line-height: 1; }
  .benefit-item__text {
    font-size: 18px;
    line-height: 30px;
    max-width: 180px;
    margin: 0 auto; }

@media (max-width: 991.98px) {
  .benefits-section__inner {
    padding: 40px 0; }
  .benefit-item__number {
    font-size: 62px; }
  .benefit-item__text {
    font-size: 16px;
    line-height: 1.2; } }

@media (max-width: 767.98px) {
  .benefits-section__inner {
    padding: 40px 0;
    flex-wrap: wrap;
    margin-bottom: -30px; }
  .benefit-item {
    width: 100%;
    margin-bottom: 30px; }
    .benefit-item:after {
      display: none; } }

.about-section {
  padding: 75px 0 150px;
  background-image: url(../static/img/about-bg.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain; }
  .about-section__title {
    font-size: 36px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 90px;
    max-width: 700px; }
    .about-section__title span {
      color: #e95727;
      position: relative; }
      .about-section__title span:after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: calc(100% + 30px);
        display: inline-block;
        width: 120px;
        border-bottom: 2px solid #1a1b1b; }

@media (max-width: 991.98px) {
  .about-section {
    padding-top: 40px; }
    .about-section__title {
      font-size: 30px;
      margin-bottom: 50px; } }

@media (max-width: 767.98px) {
  .about-section {
    padding-bottom: 60px;
    background-image: none; }
    .about-section__title {
      font-size: 24px;
      margin-bottom: 30px; }
      .about-section__title span:after {
        display: none; } }

.advantages {
  margin-bottom: -60px; }

.advantage {
  margin-bottom: 60px;
  padding-left: 90px;
  position: relative; }
  .advantage__icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 65px;
    height: 98px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .advantage__icon img {
      max-width: 100%;
      max-height: 100%; }
  .advantage__title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px; }
  .advantage__text {
    font-size: 18px;
    line-height: 30px;
    color: #3b3b3b; }

@media (max-width: 991.98px) {
  .advantages {
    margin-bottom: -40px; }
  .advantage {
    margin-bottom: 40px;
    padding-left: 70px; }
    .advantage__icon {
      top: -8px;
      width: 45px;
      height: 78px; }
    .advantage__title {
      font-size: 20px; }
    .advantage__text {
      font-size: 16px;
      line-height: 1.5; } }

@media (max-width: 991.98px) {
  .advantages {
    margin-bottom: -30px; }
  .advantage {
    margin-bottom: 30px; }
    .advantage__title {
      margin-bottom: 15px; } }

.video-section {
  padding: 150px 0 0;
  background-color: #f9f9f9; }
  .video-section__title {
    font-size: 36px;
    line-height: 1.35;
    text-align: center;
    font-weight: 700;
    color: #e95727;
    margin-bottom: 0px; }
    .video-section__title span {
      position: relative;
      display: inline-block;
      color: #1a1b1b; }
      .video-section__title span:before {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: calc(100% + 30px);
        width: 65px;
        border-bottom: 2px solid #e95727; }
      .video-section__title span:after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: calc(100% + 30px);
        width: 65px;
        border-bottom: 2px solid #e95727; }

@media (max-width: 991.98px) {
  .video-section {
    padding: 120px 0; }
    .video-section__title {
      font-size: 30px;
      margin-bottom: 50px; } }

@media (max-width: 767.98px) {
  .video-section {
    padding: 60px 0; }
    .video-section__title {
      font-size: 24px;
      margin-bottom: 30px; }
      .video-section__title span:before {
        width: 45px;
        margin-left: 15px; }
      .video-section__title span:after {
        width: 45px;
        margin-right: 15px; } }

.video-gallery .slick-center .video-gallery__item {
  transform: scale(1); }

.video-gallery .slick-center .video-gallery__play-btn {
  opacity: 1; }

.video-gallery .slick-center .video-gallery__arrow-prev {
  opacity: 1; }

.video-gallery .slick-center .video-gallery__arrow-next {
  opacity: 1; }

.video-gallery .slick-list {
  margin: 0 0px; }

.video-gallery .slick-slide {
  margin: 0 0px; }

.video-gallery__item {
  text-align: center;
  overflow: hidden;
  transform: scale(0.75);
  transition: 0.3s; }

.video-gallery__item-img {
  display: block;
  position: relative; }
  .video-gallery__item-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25); }
  .video-gallery__item-img img {
    display: block;
    width: 100%;
    transition: 0.3s;
    margin-bottom: 50px; }

.video-gallery__arrow-next {
  opacity: 0;
  width: 76px;
  height: 76px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  fill: rgba(59, 59, 59, 0.35);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -38px;
  transition: 0.3s;
  cursor: pointer;
  z-index: 1; }
  .video-gallery__arrow-next svg {
    width: 10px;
    height: 16px;
    position: relative;
    right: 15px; }
  .video-gallery__arrow-next:hover {
    fill: #e95727; }

.video-gallery__arrow-prev {
  opacity: 0;
  width: 76px;
  height: 76px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  fill: rgba(59, 59, 59, 0.35);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -38px;
  transition: 0.3s;
  cursor: pointer;
  z-index: 1; }
  .video-gallery__arrow-prev svg {
    width: 10px;
    height: 16px;
    position: relative;
    left: 15px; }
  .video-gallery__arrow-prev:hover {
    fill: #e95727; }

.video-gallery__play-btn {
  background-color: #faf8f6;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 1;
  transition: 0.3s; }
  .video-gallery__play-btn:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    transform: translate(-50%, -50%);
    background-color: #fff;
    background-image: url(../static/img/play-button.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 17px;
    border-radius: 50%; }

.video-gallery__item-title {
  font-size: 24px;
  font-weight: 700;
  color: #1a1b1b; }

.video-gallery .slick-dots {
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .video-gallery .slick-dots li {
    margin-right: 30px; }
    .video-gallery .slick-dots li:last-child {
      margin-right: 0; }
    .video-gallery .slick-dots li.slick-active .slick-dot {
      border: 2px solid #3b3b3b;
      background-color: #3b3b3b; }

.video-gallery .slick-dot {
  width: 14px;
  height: 14px;
  border: 2px solid rgba(59, 59, 59, 0.25);
  border-radius: 50%;
  display: block;
  transition: 0.3s;
  cursor: pointer; }

@media (max-width: 991.98px) {
  .video-gallery .slick-dots {
    margin-top: 50px; } }

@media (max-width: 767.98px) {
  .video-gallery__item-img img {
    margin-bottom: 30px; }
  .video-gallery__item-title {
    font-size: 18px; }
  .video-gallery .slick-dots {
    margin-top: 30px; }
  .video-gallery__play-btn {
    width: 80px;
    height: 80px; } }

.history-section {
  padding: 150px 0;
  position: relative;
  overflow: hidden; }
  .history-section__subtitle {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 40px; }
  .history-section__title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 70px;
    line-height: 1.3; }
  .history-section__text {
    border-bottom: 1px solid #3b3b3b;
    padding: 0 90px 90px 90px;
    border-left: 1px solid #3b3b3b;
    position: relative; }
    .history-section__text:before {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      height: 40%;
      border-right: 1px solid #3b3b3b; }
    .history-section__text p {
      font-size: 20px;
      line-height: 30px;
      margin-bottom: 20px; }
      .history-section__text p:last-child {
        display: inline;
        margin-bottom: 0;
        position: relative;
        border-bottom: 5px solid rgba(59, 59, 59, 0.25); }

@media (max-width: 991.98px) {
  .history-section {
    padding: 120px 0; }
    .history-section__img {
      display: none; }
    .history-section__title {
      font-size: 30px;
      margin-bottom: 50px; }
    .history-section__subtitle {
      font-size: 20px;
      margin-bottom: 20px; }
    .history-section__text p {
      font-size: 18px;
      line-height: 1.5; } }

@media (max-width: 767.98px) {
  .history-section {
    padding: 60px 0; }
    .history-section__title {
      font-size: 24px;
      margin-bottom: 30px; }
    .history-section__subtitle {
      font-size: 18px;
      margin-bottom: 20px; }
    .history-section__text {
      padding: 0 30px 30px 30px; }
      .history-section__text p {
        font-size: 16px;
        line-height: 1.5; } }

.events-section {
  background-color: #f9f9f9;
  padding: 150px 0; }
  .events-section__title {
    font-size: 36px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 90px; }
    .events-section__title:before {
      content: '';
      display: inline-block;
      width: 65px;
      border-bottom: 2px solid #e95727;
      margin-right: 30px; }
    .events-section__title:after {
      content: '';
      display: inline-block;
      width: 65px;
      border-bottom: 2px solid #e95727;
      margin-left: 30px; }

.events-slider {
  margin-bottom: 40px; }
  .events-slider .slick-list {
    margin: 0 -15px; }
  .events-slider .slick-slide {
    margin: 0 15px; }
  .events-slider .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
    margin-bottom: 50px; }
    .events-slider .slick-dots li {
      margin-right: 30px; }
      .events-slider .slick-dots li:last-child {
        margin-right: 0; }
      .events-slider .slick-dots li.slick-active .slick-dot {
        background-color: #3b3b3b; }
  .events-slider .slick-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid rgba(59, 59, 59, 0.25);
    transition: 0.3s;
    cursor: pointer;
    display: block; }
    .events-slider .slick-dot:hover {
      border: 2px solid #3b3b3b; }
  .events-slider__arrow-prev {
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    left: -10%;
    padding: 30px;
    fill: #c0bfbe;
    transition: 0.3s;
    cursor: pointer; }
    .events-slider__arrow-prev svg {
      width: 18px;
      height: 30px; }
    .events-slider__arrow-prev:hover {
      fill: #e95727; }
  .events-slider__arrow-next {
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    right: -10%;
    padding: 30px;
    fill: #c0bfbe;
    transition: 0.3s;
    cursor: pointer; }
    .events-slider__arrow-next svg {
      width: 18px;
      height: 30px; }
    .events-slider__arrow-next:hover {
      fill: #e95727; }

.events {
  margin-bottom: -30px; }
  .events .event-card {
    margin-bottom: 30px; }

@media (max-width: 991.98px) {
  .events-section {
    padding: 120px 0; }
    .events-section__title {
      margin-bottom: 50px;
      font-size: 30px; }
  .events-slider .slick-dots {
    margin-top: 50px; } }

@media (max-width: 767.98px) {
  .events-section {
    padding: 60px 0; }
    .events-section__title {
      margin-bottom: 30px;
      font-size: 24px; }
      .events-section__title:before {
        width: 45px;
        margin-right: 15px; }
      .events-section__title:after {
        width: 45px;
        margin-left: 15px; }
  .events-slider .slick-dots {
    margin-top: 30px;
    margin-bottom: 30px; } }

.event-card__img {
  display: block;
  height: 250px;
  position: relative;
  margin-bottom: 30px; }
  .event-card__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.event-card__tag {
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: auto;
  line-height: 50px;
  padding-right: 20px;
  background-color: #faf8f6;
  font-size: 18px;
  color: #1a1b1b; }

.event-card__title {
  font-size: 30px;
  font-weight: 700;
  color: #e95727;
  margin-bottom: 20px; }

.event-card__text {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
  color: #3b3b3b; }

.event-card__more {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #3b3b3b;
  transition: 0.3s;
  position: relative;
  font-weight: 700; }
  .event-card__more img {
    margin-left: 10px;
    transition: 0.3s; }
  .event-card__more:hover {
    color: #e95727; }
    .event-card__more:hover img {
      margin-left: 15px; }

@media (max-width: 991.98px) {
  .event-card__tag {
    font-size: 16px; }
  .event-card__img {
    height: 200px; }
  .event-card__title {
    font-size: 24px; }
  .event-card__text {
    font-size: 16px;
    line-height: 1.5; } }

@media (max-width: 767.98px) {
  .event-card__tag {
    font-size: 14px; }
  .event-card__title {
    font-size: 20px; }
  .event-card__text {
    font-size: 14px;
    line-height: 1.5; } }

.salon__header {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 150px 0 20px; }

.salon__title {
  color: #1a1b1b;
  font-weight: 700;
  font-size: 48px;
  margin-bottom: 15px; }

.salon__subtitle {
  display: flex;
  align-items: center;
  font-size: 30px;
  margin-bottom: 50px; }
  .salon__subtitle img {
    margin-right: 10px; }
  .salon__subtitle span {
    margin-right: 10px; }
  .salon__subtitle:after {
    content: '';
    display: inline-block;
    width: 64px;
    border-bottom: 2px solid #e95727; }

.salon__info li {
  font-size: 24px;
  color: #1a1b1b;
  margin-bottom: 25px;
  position: relative;
  padding-left: 40px; }
  .salon__info li:last-child {
    margin-bottom: 0; }
  .salon__info li img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%); }

.salon__link {
  color: #e95727;
  font-weight: 700;
  position: relative;
  display: inline-block; }
  .salon__link:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #e95727;
    transition: width 0.3s; }
  .salon__link:hover {
    color: #e95727; }
    .salon__link:hover:after {
      width: 0; }

.salon__phone {
  color: #1a1b1b;
  font-weight: 700;
  transition: 0.3s;
  display: inline-block;
  position: relative; }
  .salon__phone:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #1a1b1b;
    transition: 0.3s; }
  .salon__phone:hover {
    color: #e95727; }
    .salon__phone:hover:after {
      width: 0; }

.salon__services {
  padding: 20px 0 80px; }
  .salon__services.pad-top-none {
    padding-top: 0; }

.salon__services-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 70px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .salon__services-title span {
    color: #e95727;
    margin-left: .5%; }
  .salon__services-title:after {
    content: '';
    display: inline-block;
    width: 65px;
    border-bottom: 3px solid #1a1b1b;
    margin-left: 30px; }
  .salon__services-title:before {
    content: '';
    display: inline-block;
    width: 65px;
    border-bottom: 3px solid #1a1b1b;
    margin-right: 30px; }

.salon__services-subtitle {
  font-size: 30px;
  font-weight: 700;
  color: #e95727;
  margin-bottom: 50px;
  text-align: center; }

.salon__prices {
  margin-bottom: -90px; }

.salon__price-block {
  padding-left: 75px;
  margin-bottom: 90px;
  position: relative; }

.salon__price-block-title {
  font-size: 24px;
  font-weight: 700;
  color: #e95727;
  margin-bottom: 40px; }

.salon__price-block-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .salon__price-block-icon img {
    max-width: 100%;
    max-height: 100%; }

.salon__price-block-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(59, 59, 59, 0.25); }
  .salon__price-block-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none; }

.salon__price-block-list span {
  font-size: 18px;
  margin-right: 10px; }

.salon__price-block-list b {
  font-size: 24px;
  font-weight: 700;
  color: #e95727;
  white-space: nowrap; }

.salon__video {
  position: relative;
  padding: 50px 0 140px;
  display: block;
  text-align: center;}
  .salon__video:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: rgba(0, 0, 0, 0.04); }

.salon__video-title {
  font-size: 36px;
  color: #1a1b1b;
  margin-bottom: 90px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .salon__video-title:before {
    content: '';
    display: inline-block;
    width: 65px;
    border-bottom: 2px solid #e95727;
    margin-right: 30px; }
  .salon__video-title:after {
    content: '';
    display: inline-block;
    width: 65px;
    border-bottom: 2px solid #e95727;
    margin-left: 30px; }

.salon__video-body {
  border: 25px solid #ffffff;
  position: relative;
  display: block; }
  .salon__video-body:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35); }
  .salon__video-body img {
    display: block;
    width: 100%;
    height: 100%; }

.salon__video-play-btn {
  background-color: #faf8f6;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: 0.3s; }
  .salon__video-play-btn:after {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border-radius: 50%;
    background-image: url(../static/img/play-button.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff; }
  .salon__video-play-btn:hover {
    transform: scale(1.05) translate(-50%, -50%); }

@media (max-width: 991.98px) {
  .salon__header {
    background-position-x: 70%;
    padding: 120px 0; }
  .salon__title {
    font-size: 36px; }
  .salon__subtitle {
    font-size: 24px; }
    .salon__subtitle img {
      width: 22px;
      position: relative;
      top: -3px; }
  .salon__info li {
    font-size: 18px; }
  .salon__info img {
    max-width: 25px; }
  .salon__services {
    padding: 120px 0; }
  .salon__services-title {
    font-size: 30px;
    margin-bottom: 40px; }
  .salon__services-subtitle {
    font-size: 24px;
    margin-bottom: 30px; }
  .salon__prices {
    margin-bottom: -45px; }
  .salon__price-block {
    margin-bottom: 45px; }
  .salon__price-block-title {
    font-size: 22px;
    margin-bottom: 25px; }
  .salon__price-block-list li {
    padding-bottom: 10px;
    margin-bottom: 15px; }
  .salon__price-block-list span {
    font-size: 18px; }
  .salon__price-block-list b {
    font-size: 20px; }
  .salon__video {
    padding: 120px 0; }
  .salon__video-title {
    font-size: 30px;
    margin-bottom: 40px; }
  .salon__video-body {
    border: 15px solid #ffffff; }
  .salon__video-play-btn {
    width: 140px;
    height: 140px; }
    .salon__video-play-btn:after {
      background-size: 22px; } }

@media (max-width: 767.98px) {
  .salon__header {
    padding: 60px 0;
    background-position-x: 60%; }
  .salon__title {
    font-size: 20px; }
  .salon__subtitle {
    font-size: 18px;
    margin-bottom: 30px; }
    .salon__subtitle:after {
      display: none; }
    .salon__subtitle img {
      width: 18px;
      top: 0px; }
  .salon__info li {
    font-size: 14px;
    padding-left: 30px; }
  .salon__info img {
    max-width: 20px; }
  .salon__services {
    padding: 60px 0; }
  .salon__services-title {
    font-size: 24px;
    line-height: 30px;
    flex-wrap: wrap;
    margin-bottom: 20px; }
    .salon__services-title:before {
      display: none; }
    .salon__services-title:after {
      display: none; }
    .salon__services-title span {
      margin-left: 1%; }
  .salon__services-subtitle {
    font-size: 20px; }
  .salon__prices {
    margin-bottom: -30px; }
  .salon__price-block {
    padding-left: 0px;
    margin-bottom: 30px; }
  .salon__price-block-icon {
    display: none; }
  .salon__price-block-title {
    font-size: 18px;
    margin-bottom: 20px; }
  .salon__price-block-list span {
    font-size: 16px;
    margin-right: 10px; }
  .salon__price-block-list b {
    font-size: 18px; }
  .salon__video {
    padding: 60px 0; }
  .salon__video-title {
    font-size: 24px;
    margin-bottom: 20px; }
    .salon__video-title:before, .salon__video-title:after {
      display: none; }
  .salon__video-body {
    border: 5px solid #fff; }
  .salon__video-play-btn {
    width: 80px;
    height: 80px; }
    .salon__video-play-btn:after {
      background-size: 15px; } }

.gallery {
  margin-bottom: 70px; }
  .gallery__item {
    position: relative; }
    .gallery__item img {
      display: block;
      width: 100%; }
    .gallery__item:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url(../static/img/gallery-overlay.png);
      background-repeat: no-repeat;
      background-position: center; }
  .gallery__arrow-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5%;
    width: 35px;
    height: 50px;
    fill: #ffffff;
    z-index: 1;
    cursor: pointer;
    transition: 0.3s; }
    .gallery__arrow-prev:hover {
      fill: #e95727; }
  .gallery__arrow-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5%;
    width: 35px;
    height: 50px;
    fill: #ffffff;
    z-index: 1;
    cursor: pointer;
    transition: 0.3s; }
    .gallery__arrow-next:hover {
      fill: #e95727; }
  .gallery .slick-dots {
    position: absolute;
    bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    width: 100%;
    z-index: 1; }
    .gallery .slick-dots li {
      margin-right: 30px; }
      .gallery .slick-dots li:last-child {
        margin-right: 0; }
      .gallery .slick-dots li.slick-active .slick-dot {
        background-color: #fff;
        border: 2px solid #fff; }
  .gallery .slick-dot {
    border: 2px solid rgba(255, 255, 255, 0.25);
    width: 14px;
    height: 14px;
    display: block;
    cursor: pointer;
    border-radius: 50%;
    transition: 0.3s; }
    .gallery .slick-dot:hover {
      border: 2px solid #ffffff; }

.gallery-thumb {
  width: calc(100% - 140px);
  margin: 0 auto; }
  .gallery-thumb .slick-list {
    margin: 0 -15px; }
  .gallery-thumb .slick-slide {
    margin: 0 15px; }
    .gallery-thumb .slick-slide.slick-current .gallery-thumb__item img {
      opacity: 1; }
  .gallery-thumb__item {
    width: 100%;
    cursor: pointer; }
    .gallery-thumb__item img {
      display: block;
      width: 100%;
      height: 100%;
      opacity: 0.35;
      transition: 0.3s; }
    .gallery-thumb__item:hover img {
      opacity: 1; }

@media (max-width: 991.98px) {
  .gallery {
    margin-bottom: 15px; }
    .gallery .slick-dots {
      bottom: 7%; }
    .gallery__arrow-next {
      right: 2.5%; }
    .gallery__arrow-prev {
      left: 2.5%; }
  .gallery-thumb {
    width: 100%; }
    .gallery-thumb .slick-list {
      margin: 0 -7.5px; }
    .gallery-thumb .slick-slide {
      margin: 0 7.5px; } }

.other-salons {
  padding: 80px 0 150px; }
  .other-salons__title {
    font-size: 36px;
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-bottom: 90px; }
    .other-salons__title:after {
      content: '';
      display: inline-block;
      width: 65px;
      border-bottom: 2px solid #e95727;
      margin-left: 30px; }
  .other-salons__list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: -45px; }
  .other-salons__item {
    padding-left: 40px;
    width: calc((100% / 5) - 20px);
    position: relative;
    margin: 0 10px 45px; }
    .other-salons__item:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 19px;
      height: 25px;
      background-image: url(../static/img/location-icon.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
    .other-salons__item a {
      color: #1a1b1b;
      display: block;
      position: relative;
      transition: 0.3s; }
      .other-salons__item a:hover {
        color: #e95727; }
  .other-salons__item-title {
    font-size: 18px;
    font-weight: 700;
    color: #e95727;
    margin-bottom: 30px; }
  .other-salons__item-list {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px; }
    .other-salons__item-list:last-child {
      margin-bottom: 0; }
	.other-salons__item-list:last-child li {
	padding-bottom: 15px;}

@media (max-width: 991.98px) {
  .other-salons {
    padding: 120px 0; }
    .other-salons__item {
      width: calc((100% / 3) - 20px); }
    .other-salons__title {
      margin-bottom: 60px;
      font-size: 30px; } }

@media (max-width: 767.98px) {
  .other-salons {
    padding: 60px 0; }
    .other-salons__list {
      margin-bottom: -30px; }
    .other-salons__item {
      width: calc((100% / 2) - 20px);
      margin-bottom: 30px; }
    .other-salons__title {
      margin-bottom: 30px;
      font-size: 24px; }
      .other-salons__title:after {
        display: none; }
    .other-salons__item-title {
      font-size: 16px;
      margin-bottom: 15px; } }

@media (max-width: 575.98px) {
  .other-salons__item {
    width: 100%;
    margin: 0 0 30px 0; }
  .other-salons__item-list {
    margin-bottom: 5px;
    font-size: 15px; } }

.footer {
  padding: 150px 0;
  position: relative; }
  .footer .col-lg-4 {
    position: relative; }
    .footer .col-lg-4:after {
      content: '';
      position: absolute;
      top: -150px;
      right: 60px;
      width: 1000px;
      height: calc(100% + 300px);
      background-color: #3b3b3b; }
  .footer__title {
    font-size: 36px;
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-bottom: 90px;
    position: relative;
    z-index: 1; }
    .footer__title:after {
      content: '';
      display: block;
      width: 65px;
      border-bottom: 2px solid #e95727;
      margin-left: 30px; }
  .footer__main-title {
    position: relative;
    z-index: 1;
    font-size: 36px;
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-bottom: 90px;
    color: #ffffff; }
    .footer__main-title:after {
      content: '';
      display: block;
      width: 65px;
      border-bottom: 2px solid #e95727;
      margin-left: 30px; }
  .footer__block {
    margin-bottom: 50px;
    position: relative;
    z-index: 1; }
  .footer__block-title {
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    z-index: 1; }
  .footer__block-list li {
    margin-bottom: 15px; }
    .footer__block-list li:last-child {
      margin-bottom: 0; }
  .footer__block-list a {
    display: inline-block;
    font-size: 18px;
    line-height: 1.5;
    color: #ffffff;
    position: relative; }
    .footer__block-list a:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      border-bottom: 1px solid #e95727;
      transition: 0.3s; }
    .footer__block-list a:hover {
      color: #ffffff; }
      .footer__block-list a:hover:after {
        width: 0; }
  .footer__socials {
    position: relative;
    z-index: 1; }
    .footer__socials li {
      margin-bottom: 30px;
      max-width: 250px; }
      .footer__socials li:last-child {
        margin-bottom: 0; }
    .footer__socials a {
      position: relative;
      display: block;
      color: #ffffff;
      padding-left: 40px;
      font-size: 18px;
      line-height: 1.4;
      transition: 0.3s; }
      .footer__socials a img {
        position: absolute;
        top: 0;
        left: 0; }
      .footer__socials a:hover {
        color: #e95727; }

@media (max-width: 1199.98px) {
  .footer .col-lg-4:after {
    right: 25px; } }

@media (max-width: 991.98px) {
  .footer {
    padding: 120px 0; }
    .footer__main-title {
      margin-bottom: 50px;
      font-size: 30px; }
    .footer .col-lg-4 {
      margin-bottom: 120px; }
      .footer .col-lg-4:after {
        top: -120px;
        width: 2000px;
        left: 50%;
        transform: translateX(-50%);
        height: calc(100% + 120px + 60px); }
    .footer__title {
      font-size: 30px;
      margin-bottom: 50px; }
    .footer__block-title {
      font-size: 20px; }
    .footer__socials li {
      margin-bottom: 15px; }
    .footer__socials a {
      font-size: 16px; } }

@media (max-width: 767.98px) {
  .footer {
    padding: 60px 0; }
    .footer__main-title {
      margin-bottom: 30px;
      font-size: 24px; }
    .footer .col-lg-4 {
      margin-bottom: 60px; }
      .footer .col-lg-4:after {
        top: -60px;
        width: 2000px;
        left: 50%;
        transform: translateX(-50%);
        height: calc(100% + 90px); }
    .footer__block {
      margin-bottom: 30px; }
    .footer__block-title {
      font-size: 20px;
      margin-bottom: 10px; }
    .footer__block-list li {
      margin-bottom: 8px; }
    .footer__block-list a {
      font-size: 16px; }
    .footer__title {
      font-size: 24px;
      margin-bottom: 30px; } }

.form__group--white .form__input {
  border: 1px solid rgba(59, 59, 59, 0.35);
  color: #3b3b3b; }
  .form__group--white .form__input::placeholder {
    color: rgba(59, 59, 59, 0.5); }

.form__group--white .form__textarea {
  border: 1px solid rgba(59, 59, 59, 0.35);
  color: #3b3b3b; }
  .form__group--white .form__textarea::placeholder {
    color: rgba(59, 59, 59, 0.5); }

.form__group--white .form__group-label {
  background-color: #fff;
  color: #3b3b3b; }

.form__group {
  margin-bottom: 30px;
  position: relative; }

.form__input {
  height: 56px;
  line-height: 56px;
  padding: 0 20px;
  width: 100%;
  border: 1px solid #ffffff;
  background-color: transparent;
  font-size: 18px;
  color: #ffffff;
  resize: none;
  transition: 0.3s; }
  .form__input::placeholder {
    color: rgba(255, 255, 255, 0.5); }
  .form__input.error {
    border: 1px solid red; }

.form__textarea {
  height: 150px;
  padding: 20px 20px;
  width: 100%;
  border: 1px solid #ffffff;
  background-color: transparent;
  font-size: 18px;
  color: #ffffff; }
  .form__textarea::placeholder {
    color: rgba(255, 255, 255, 0.5); }

.form__group-label {
  background-color: #3b3b3b;
  padding: 0 10px;
  position: absolute;
  top: -10px;
  left: 10px;
  font-size: 18px;
  color: #fff;
  z-index: 1; }

.form__btn {
  min-width: 170px;
  padding: 0 60px;
  height: 55px;
  display: flex;
  align-items: center;
  padding-left: 36px;
  color: #e95727;
  font-size: 20px;
  font-weight: 700;
  background-color: #fff;
  border-radius: 28px;
  border: none;
  position: relative;
  margin: 0 auto;
  cursor: pointer; }

.form__btn-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background-color: #e95727;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center; }

.form__btn--orange {
  background-color: #e95727;
  color: #ffffff;
  margin: 0; }
  .form__btn--orange .form__btn-icon {
    background-color: #fff; }

label#error {
  display: none !important; }

select {
  height: 56px;
  line-height: 56px;
  padding: 0 20px;
  width: 100%;
  border: 1px solid rgba(59, 59, 59, 0.35);
  color: #3b3b3b;
  background-color: transparent;
  font-size: 18px;
  transition: 0.3s; }
  select::placeholder {
    color: rgba(255, 255, 255, 0.5); }
  select.error {
    border: 1px solid red; }
  select:focus {
    outline: none; }

.popup {
  max-width: 730px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  padding: 70px 80px; }
  .popup__title {
    font-size: 36px;
    font-weight: 700;
    color: #e95727;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px; }
    .popup__title:before {
      content: '';
      display: inline-block;
      width: 65px;
      border-bottom: 2px solid #e95727;
      margin-right: 15px; }
    .popup__title:after {
      content: '';
      display: inline-block;
      width: 65px;
      border-bottom: 2px solid #e95727;
      margin-left: 15px; }
  .popup__subtitle {
    font-size: 24px;
    color: #3b3b3b;
    text-align: center;
    margin-bottom: 15px; }
  .popup__text {
    text-align: center;
    font-size: 18px;
    margin-bottom: 70px; }
  .popup .form__btn {
    background-color: #e95727;
    width: 100%;
    color: #ffffff;
    justify-content: center;
    position: relative; }
  .popup .form__btn-icon {
    position: absolute;
    top: 27px;
    right: 10px;
    width: 36px;
    height: 36px;
    background-color: #fff; }

@media (max-width: 767.98px) {
  .form__group-label {
    font-size: 16px; }
  .form__input {
    font-size: 16px;
    height: 46px;
    line-height: 46px; }
  .form__btn {
    height: 46px;
    line-height: 46px;
    font-size: 18px; }
  select {
    height: 46px;
    line-height: 46px;
    font-size: 18px; }
  .popup {
    padding: 50px 30px; }
    .popup__title {
      font-size: 24px;
      text-align: center;
      margin-bottom: 15px; }
      .popup__title:before, .popup__title:after {
        display: none; }
    .popup__subtitle {
      font-size: 16px;
      line-height: 1.3;
      margin-bottom: 5px; }
    .popup__text {
      font-size: 14px;
      margin-bottom: 40px; }
    .popup .form__btn-icon {
      top: 23px; } }

.video-block {
  padding: 150px 0;
  position: relative; }
  .video-block:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background-color: #3b3b3b; }
  .video-block__title {
    font-size: 36px;
    line-height: 1.35;
    text-align: center;
    font-weight: 700;
    color: #e95727;
    margin-bottom: 90px; }
    .video-block__title span {
      position: relative;
      display: inline-block;
      color: #1a1b1b; }
      .video-block__title span:before {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: calc(100% + 30px);
        width: 65px;
        border-bottom: 2px solid #e95727; }
      .video-block__title span:after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: calc(100% + 30px);
        width: 65px;
        border-bottom: 2px solid #e95727; }
  .video-block__video-body {
    border: 25px solid #ffffff;
    position: relative;
    display: block; }
    .video-block__video-body:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.35); }
    .video-block__video-body img {
      display: block;
      width: 100%;
      height: 100%; }
  .video-block__video-play-btn {
    background-color: #faf8f6;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    transition: 0.3s; }
    .video-block__video-play-btn:after {
      content: '';
      position: absolute;
      top: 15px;
      left: 15px;
      width: calc(100% - 30px);
      height: calc(100% - 30px);
      border-radius: 50%;
      background-image: url(../static/img/play-button.png);
      background-repeat: no-repeat;
      background-position: center;
      background-color: #fff; }
    .video-block__video-play-btn:hover {
      transform: scale(1.05) translate(-50%, -50%); }

@media (max-width: 991.98px) {
  .video-block {
    padding: 120px 0; }
    .video-block__title {
      font-size: 30px;
      margin-bottom: 50px; }
    .video-block__video-body {
      border: 15px solid #ffffff; }
    .video-block__video-play-btn {
      width: 140px;
      height: 140px; }
      .video-block__video-play-btn:after {
        background-size: 22px; } }

@media (max-width: 767.98px) {
  .video-block {
    padding: 60px 0; }
    .video-block__title {
      font-size: 24px;
      margin-bottom: 30px; }
      .video-block__title span:before {
        width: 45px;
        margin-left: 15px; }
      .video-block__title span:after {
        width: 45px;
        margin-right: 15px; }
    .video-block__video-body {
      border: 5px solid #fff; }
    .video-block__video-play-btn {
      width: 80px;
      height: 80px; }
      .video-block__video-play-btn:after {
        background-size: 15px; } }

.benefits-block {
  position: relative;
  padding-bottom: 150px; }
  .benefits-block:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 42%;
    background-color: #3b3b3b; }
  .benefits-block__title {
    font-size: 36px;
    font-weight: 700;
    color: #e95727;
    margin-bottom: 90px;
    text-align: center; }
    .benefits-block__title span {
      position: relative;
      color: #ffffff; }
      .benefits-block__title span:before {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: calc(100% + 30px);
        width: 65px;
        border-bottom: 2px solid #e95727; }
      .benefits-block__title span:after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: calc(100% + 30px);
        width: 65px;
        border-bottom: 2px solid #e95727; }
  .benefits-block__item {
    background-color: #fff; }
  .benefits-block__item-icon {
    padding: 0 30px;
    height: 75px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 30px; }
  .benefits-block__item-text {
    background-color: #fff;
    padding: 0px 20px 0 30px;
    font-size: 18px;
    line-height: 1.5; }

@media (max-width: 991.98px) {
  .benefits-block {
    padding-bottom: 120px; }
    .benefits-block:before {
      height: 30%; }
    .benefits-block__title {
      font-size: 30px;
      margin-bottom: 50px; }
    .benefits-block__list {
      margin-bottom: -5px; }
    .benefits-block__item {
      margin-bottom: 5px; }
    .benefits-block__item-text {
      font-size: 16px; } }

@media (max-width: 767.98px) {
  .benefits-block {
    padding-bottom: 60px; }
    .benefits-block:before {
      height: 25%; }
    .benefits-block__title {
      font-size: 24px;
      margin-bottom: 30px; }
      .benefits-block__title span:before {
        width: 45px;
        margin-left: 15px; }
      .benefits-block__title span:after {
        width: 45px;
        margin-right: 15px; }
    .benefits-block__item-icon {
      margin-bottom: 15px; } }

.work-offer {
  position: relative;
  padding: 150px 0; }
  .work-offer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #f5f5f5; }
  .work-offer:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-color: #e95727; }
  .work-offer .container {
    position: relative;
    z-index: 1; }
  .work-offer__title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 70px;
    position: relative;
    display: inline-block; }
    .work-offer__title:after {
      content: '';
      display: inline-block;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: calc(100% + 30px);
      width: 120px; }
  .work-offer__left .work-offer__title {
    color: #1a1b1b; }
    .work-offer__left .work-offer__title:after {
      border-bottom: 2px solid #e95727; }
  .work-offer__left .work-offer__list li:before {
    background-image: url(../static/img/tick-orange.svg); }
  .work-offer__right .work-offer__title {
    color: #fff; }
    .work-offer__right .work-offer__title:after {
      border-bottom: 2px solid #1a1b1b; }
  .work-offer__right .work-offer__list li:before {
    background-image: url(../static/img/tick-black.svg); }
  .work-offer__list {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5; }
    .work-offer__list li {
      position: relative;
      padding-left: 30px;
      margin-bottom: 20px; }
      .work-offer__list li:last-child {
        margin-bottom: 0; }
      .work-offer__list li:before {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width: 20px;
        height: 16px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain; }

@media (max-width: 991.98px) {
  .work-offer {
    padding: 120px 0; }
    .work-offer__title {
      font-size: 30px;
      margin-bottom: 50px; }
      .work-offer__title:after {
        width: 60px; }
    .work-offer__list {
      font-size: 20px; }
      .work-offer__list li {
        margin-bottom: 10px; } }

@media (max-width: 767.98px) {
  .work-offer {
    padding: 60px 0; }
    .work-offer:before {
      width: 100%; }
    .work-offer:after {
      display: none; }
    .work-offer__title {
      font-size: 24px;
      margin-bottom: 30px; }
      .work-offer__title:after {
        width: 60px; }
    .work-offer__list {
      font-size: 18px; }
      .work-offer__list li {
        margin-bottom: 10px; }
    .work-offer__left {
      margin-bottom: 40px; }
    .work-offer__right .work-offer__title {
      color: #1a1b1b; }
      .work-offer__right .work-offer__title:after {
        border-bottom: 2px solid #e95727; }
    .work-offer__right .work-offer__list li:before {
      background-image: url(../static/img/tick-orange.svg); } }

.order-form {
  padding: 150px 0;
  background-color: #3b3b3b; }
  .order-form__title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px; }
    .order-form__title:before {
      content: '';
      display: inline-block;
      width: 65px;
      border-bottom: 2px solid #e95727;
      margin-right: 30px; }
    .order-form__title:after {
      content: '';
      display: inline-block;
      width: 65px;
      border-bottom: 2px solid #e95727;
      margin-left: 30px; }
  .order-form__title-colored {
    color: #ffffff;
    font-size: 36px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center; }
    .order-form__title-colored span {
      position: relative;
      color: #e95727;
      display: flex;
      align-items: center;
      justify-content: center; }
      .order-form__title-colored span:before {
        content: '';
        display: inline-block;
        width: 65px;
        border-bottom: 2px solid #e95727;
        margin-right: 30px; }
      .order-form__title-colored span:after {
        content: '';
        display: inline-block;
        width: 65px;
        border-bottom: 2px solid #e95727;
        margin-left: 30px; }
  .order-form__subtitle {
    font-size: 24px;
    line-height: 1.3;
    color: #ffffff;
    text-align: center;
    margin-bottom: 90px; }

@media (max-width: 991.98px) {
  .order-form {
    padding: 120px 0; }
    .order-form__title {
      font-size: 30px;
      margin-bottom: 20px; }
    .order-form__title-colored {
      font-size: 30px;
      margin-bottom: 20px; }
    .order-form__subtitle {
      font-size: 20px;
      margin-bottom: 60px; } }

@media (max-width: 767.98px) {
  .order-form {
    padding: 60px 0; }
    .order-form__title {
      font-size: 24px;
      margin-bottom: 20px; }
      .order-form__title:after, .order-form__title:before {
        display: none; }
    .order-form__title-colored {
      font-size: 24px;
      margin-bottom: 20px; }
      .order-form__title-colored span:after, .order-form__title-colored span:before {
        display: none; }
    .order-form__subtitle {
      font-size: 18px;
      margin-bottom: 50px; } }

.photo-gallery {
  position: relative;
  padding-bottom: 150px; }
.salon .photo-gallery {
  padding-bottom: 0px; }
  .photo-gallery:before {
    content: '';
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    height: 80%;
    background-color: #3b3b3b; }
  .photo-gallery__slider .slick-slide {
    margin: 0 15px; }
  .photo-gallery__slider .slick-list {
    margin: 0 -15px; }
  .photo-gallery__slider-item {
    border: 15px solid #ffffff;
    position: relative; }
    .photo-gallery__slider-item img {
      display: block;
      width: 100%; }
    .photo-gallery__slider-item:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(59, 59, 59, 0.65);
      background-image: url(../static/img/loop-icon.png);
      background-size: 50px;
      background-repeat: no-repeat;
      background-position: center;
      opacity: 0;
      transition: 0.3s; }
    .photo-gallery__slider-item:hover:after {
      opacity: 1; }
  .photo-gallery__slider-arrow-prev {
    position: absolute;
    top: 50%;
	background-color: #e95727;
    transform: translateY(-50%);
    left: -10%;
    padding: 20px 20px 20px 40px;
    fill: #ffffff;
    transition: 0.3s;
    cursor: pointer; }
    .photo-gallery__slider-arrow-prev svg {
      width: 18px;
      height: 30px; }
    .photo-gallery__slider-arrow-prev:hover {
      fill: #e95727; }
  .photo-gallery__slider-arrow-next {
    position: absolute;
    top: 50%;
	background-color: #e95727;
    transform: translateY(-50%);
    right: -10%;
    padding: 20px 40px 20px 19px;
    fill: #ffffff;
    transition: 0.3s;
    cursor: pointer; }
    .photo-gallery__slider-arrow-next svg {
      width: 18px;
      height: 30px; }
    .photo-gallery__slider-arrow-next:hover {
      fill: #e95727; }

@media (max-width: 991.98px) {
  .photo-gallery {
    padding-bottom: 120px; } }

@media (max-width: 767.98px) {
  .photo-gallery {
    padding-bottom: 60px; } }

.work-hero {
  padding: 150px 0;
  background-image: url(../static/img/work-hero-bg.jpg);
  background-repeat: no-repeat;
  background-position-x: 45%;
  background-size: cover; }
  .work-hero__title {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 40px;
    max-width: 540px; }
    .work-hero__title span {
      color: #e95727;
      position: relative; }
      .work-hero__title span:after {
        content: '';
        position: absolute;
        top: 50%;
        left: calc(100% + 30px);
        border-bottom: 2px solid #e95727;
        width: 65px; }
  .work-hero__subtitle {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 70px;
    max-width: 560px; }
  .work-hero__btn {
    width: 285px;
    display: flex;
    position: relative;
    height: 55px;
    line-height: 55px;
    align-items: center;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    background-color: #e95727;
    border-radius: 28px;
    justify-content: center;
    box-shadow: -4px 15px 50px rgba(233, 87, 39, 0.3); }
    .work-hero__btn:hover {
      color: #ffffff; }
  .work-hero__btn-icon {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 36px;
    height: 36px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%; }

@media (max-width: 1199.98px) {
  .work-hero {
    background-position-x: 35%; } }

@media (max-width: 991.98px) {
  .work-hero {
    background-image: none;
    padding: 120px 0;
    background-color: #f5f5f5; }
    .work-hero__title {
      max-width: 430px;
      font-size: 36px;
      margin-bottom: 30px; }
    .work-hero__subtitle {
      font-size: 20px;
      margin-bottom: 30px; } }

@media (max-width: 767.98px) {
  .work-hero {
    padding: 60px 0; }
    .work-hero__title {
      font-size: 24px;
      margin-bottom: 20px; }
      .work-hero__title span:after {
        width: 45px;
        left: calc(100% + 15px); }
    .work-hero__subtitle {
      font-size: 16px;
      margin-bottom: 20px; } }

.forecasts {
  padding: 120px 0;
  position: relative; }
  .forecasts:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #f5f5f5; }
  .forecasts:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-color: rgba(23, 21, 22, 0.1); }
  .forecasts__title {
    font-size: 72px;
    color: #3b3b3b;
    margin-bottom: 40px; }
    .forecasts__title span {
      font-size: 48px;
      position: relative;
      display: inline-block; }
      .forecasts__title span:after {
        content: '';
        position: absolute;
        top: 50%;
        left: calc(100% + 30px);
        width: 45px;
        border-bottom: 2px solid #e95727; }
  .forecasts__text {
    font-size: 21px;
    line-height: 1.3;
    color: #3b3b3b; }

@media (max-width: 991.98px) {
  .forecasts {
    padding: 80px 0; }
    .forecasts__title {
      font-size: 62px;
      margin-bottom: 20px; }
      .forecasts__title span {
        font-size: 30px; }
    .forecasts__text {
      font-size: 18px; } }

@media (max-width: 767.98px) {
  .forecasts {
    padding: 60px 0; }
    .forecasts:after {
      display: none; }
    .forecasts:before {
      width: 100%; }
    .forecasts__left {
      margin-bottom: 30px; }
    .forecasts__title {
      font-size: 42px;
      margin-bottom: 10px; }
      .forecasts__title span {
        font-size: 20px; }
    .forecasts__text {
      font-size: 16px; } }

.steps-section {
  padding: 135px 0 250px; }
  .steps-section__title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 90px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .steps-section__title:after {
      content: '';
      display: inline-block;
      width: 65px;
      border-bottom: 3px solid #e95727;
      margin-left: 30px; }
    .steps-section__title:before {
      content: '';
      display: inline-block;
      width: 65px;
      border-bottom: 3px solid #e95727;
      margin-right: 30px; }

.steps {
  background-image: url(../static/img/step-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 15px 0; }

.step {
  margin: 0 auto 80px;
  width: 170px;
  position: relative; }
  .step:last-child {
    margin-bottom: 0; }
  .step__number {
    width: 170px;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    font-size: 60px;
    color: #3b3b3b;
    font-weight: 700; }
    .step__number:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 50%; }
  .step__icon {
    margin-bottom: 30px; }
  .step__title {
    font-size: 24px;
    font-weight: 700;
    color: #e95727;
    margin-bottom: 20px;
    position: relative; }
    .step__title:after {
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 65px;
      border-bottom: 2px solid #3b3b3b; }
  .step__text {
    font-size: 18px;
    line-height: 1.5;
    color: #3b3b3b;
    max-width: 350px; }
  .step__inner {
    position: absolute;
    top: -14px;
    width: 350px; }
  .step:nth-child(odd) .step__inner {
    left: calc(100% + 140px); }
  .step:nth-child(odd) .step__title:after {
    right: calc(100% + 40px); }
  .step:nth-child(even) {
    text-align: right; }
    .step:nth-child(even) .step__inner {
      right: calc(100% + 140px); }
    .step:nth-child(even) .step__title:after {
      left: calc(100% + 40px); }
  .step:nth-child(1) {
    position: relative;
    top: 20px; }
    .step:nth-child(1) .step__number {
      background-image: url(../static/img/border-1.png); }
  .step:nth-child(2) {
    position: relative;
    top: 20px; }
    .step:nth-child(2) .step__number {
      background-image: url(../static/img/border-2.png); }
  .step:nth-child(3) .step__number {
    background-image: url(../static/img/border-3.png); }
  .step:nth-child(4) .step__number {
    background-image: url(../static/img/border-4.png); }
  .step:nth-child(5) .step__number {
    background-image: url(../static/img/border-5.png); }
  .step:nth-child(6) .step__number {
    background-image: url(../static/img/border-6.png); }
  .step:nth-child(7) {
    position: relative;
    top: -20px; }
    .step:nth-child(7) .step__number {
      background-image: url(../static/img/border-7.png); }

@media (max-width: 1199.98px) {
  .step__inner {
    width: 300px; }
  .step__title:after {
    width: 45px; }
  .step:nth-child(odd) .step__inner {
    left: calc(100% + 80px); }
  .step:nth-child(odd) .step__title:after {
    right: calc(100% + 16px); }
  .step:nth-child(even) .step__inner {
    right: calc(100% + 80px); }
  .step:nth-child(even) .step__title:after {
    left: calc(100% + 20px); } }

@media (max-width: 991.98px) {
  .steps-section {
    padding: 120px 0 120px; }
    .steps-section__title {
      font-size: 30px;
      margin-bottom: 50px; }
  .steps {
    background-image: none;
    padding: 0; }
  .step {
    width: 100%;
    display: flex;
    margin-bottom: 40px; }
    .step__inner {
      position: relative;
      top: 0;
      width: 100%; }
    .step__number {
      width: 150px;
      height: 150px;
      min-width: 150px;
      margin-right: 30px; }
    .step:nth-child(even) {
      text-align: left; }
      .step:nth-child(even) .step__inner {
        left: 0; }
    .step:nth-child(odd) .step__inner {
      left: 0; }
    .step:nth-child(1) {
      top: 0px; }
    .step:nth-child(2) {
      top: 0px; }
    .step:nth-child(7) {
      top: 0; }
    .step__icon {
      margin-bottom: 20px; }
    .step__title {
      font-size: 20px;
      margin-bottom: 15px; }
      .step__title:after {
        display: none; }
    .step__text {
      font-size: 16px; } }

@media (max-width: 767.98px) {
  .steps-section {
    padding: 60px 0; }
    .steps-section__title {
      font-size: 24px;
      margin-bottom: 30px; }
      .steps-section__title:before, .steps-section__title:after {
        display: none; }
  .step__number {
    width: 70px;
    height: 70px;
    min-width: 70px;
    font-size: 30px;
    margin-right: 20px; }
  .step__icon {
    height: 50px; }
    .step__icon img {
      display: block;
      max-height: 100%; }
  .step__title {
    margin-bottom: 10px; } }

.interview-section {
  position: relative;
  padding: 150px 0 0; }
  .interview-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 65%;
    background-color: #3b3b3b; }
  .interview-section__title {
    text-align: center;
    color: #ffffff;
    font-size: 36px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 90px; }
    .interview-section__title span {
      color: #e95727;
      display: inline-block;
      position: relative; }
      .interview-section__title span:after {
        content: '';
        display: inline-block;
        width: 65px;
        border-bottom: 3px solid #e95727;
        position: absolute;
        top: 50%;
        left: calc(100% + 30px);
        transform: translateY(-50%); }
      .interview-section__title span:before {
        content: '';
        display: inline-block;
        width: 65px;
        border-bottom: 3px solid #e95727;
        position: absolute;
        top: 50%;
        right: calc(100% + 30px);
        transform: translateY(-50%); }
  .interview-section__link {
    display: block;
    border: 15px solid #ffffff;
    position: relative;
    height: 550px; }
    .interview-section__link img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .interview-section__link:hover .interview-section__play-btn {
      transform: scale(1.1) translate(-50%, -50%); }
  .interview-section__play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background-color: #faf8f6;
    border-radius: 50%;
    transition: 0.3s; }
    .interview-section__play-btn:after {
      content: '';
      position: absolute;
      top: 10px;
      left: 10px;
      height: calc(100% - 20px);
      width: calc(100% - 20px);
      box-shadow: 0 0 15px rgba(26, 27, 27, 0.05);
      border-radius: 50%;
      background-color: #fff;
      background-image: url(../static/img/play-button.png);
      background-size: 15px;
      background-repeat: no-repeat;
      background-position: center; }

@media (max-width: 991.98px) {
  .interview-section {
    padding: 120px 0 0; }
    .interview-section__title {
      margin-bottom: 50px;
      font-size: 30px; }
    .interview-section__link {
      height: 250px; } }

@media (max-width: 767.98px) {
  .interview-section {
    padding: 60px 0 0; }
    .interview-section__title {
      font-size: 24px;
      margin-bottom: 30px; }
      .interview-section__title span:after, .interview-section__title span:before {
        display: none; }
    .interview-section__link {
      height: 250px;
      border: 10px solid #ffffff;
      margin-bottom: 30px; }
    .interview-section__list {
      margin-bottom: -30px; } }

.why-section {
  padding-top: 50px;
  padding-bottom: 150px;
  background-image: url(../static/img/about-img.png);
  background-repeat: no-repeat;
  background-position: bottom left; }
  .why-section__title {
    margin-bottom: 90px;
    font-size: 36px;
    font-weight: 700; }
    .why-section__title span {
      color: #e95727;
      position: relative; }
      .why-section__title span:after {
        content: '';
        position: absolute;
        top: 50%;
        left: calc(100% + 30px);
        width: 65px;
        border-bottom: 2px solid #e95727; }
  .why-section__list {
    margin-bottom: -60px; }
  .why-section__item {
    position: relative;
    padding-left: 90px;
    margin-bottom: 60px; }
  .why-section__item-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px; }
    .why-section__item-icon img {
      display: block;
      max-width: 100px;
      max-height: 100%; }
  .why-section__item-title {
    font-size: 24px;
    font-weight: 700;
    color: #e95727;
    margin-bottom: 15px; }
  .why-section__item-text {
    font-size: 18px;
    line-height: 1.5;
    color: #3b3b3b; }

@media (max-width: 1199.98px) {
  .why-section {
    background-position-x: 100%; } }

@media (max-width: 991.98px) {
  .why-section {
    background-image: none;
    padding-bottom: 120px; }
    .why-section__title {
      margin-bottom: 50px;
      font-size: 30px; }
    .why-section__list {
      margin-bottom: -40px; }
    .why-section__item {
      margin-bottom: 40px; }
    .why-section__item-title {
      font-size: 20px;
      margin-bottom: 15px; }
    .why-section__item-text {
      font-size: 16px; } }

@media (max-width: 767.98px) {
  .why-section {
    padding-bottom: 60px; }
    .why-section__title {
      font-size: 24px;
      margin-bottom: 30px; }
      .why-section__title span:after {
        display: none; }
    .why-section__list {
      margin-bottom: -30px; }
    .why-section__item {
      padding-left: 60px;
      margin-bottom: 30px; }
    .why-section__item-title {
      margin-bottom: 10px; }
    .why-section__item-icon {
      width: 40px;
      height: 40px; } }

.franchise-hero {
  padding: 150px 0 350px;
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-position-x: 50%;
  background-image: url(../static/img/franchise-bg.jpg);
  background-color: #f5f5f5; }
  .franchise-hero__title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px; }
    .franchise-hero__title span {
      display: inline-block;
      position: relative;
      color: #e95727; }
      .franchise-hero__title span:after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: calc(100% + 30px);
        width: 65px;
        border-bottom: 2px solid #e95727; }
  .franchise-hero__text {
    font-size: 24px;
    line-height: 1.5;
    max-width: 660px;
    margin-bottom: 60px; }
  .franchise-hero__btn {
    width: 275px;
    display: block;
    position: relative;
    height: 55px;
    line-height: 55px;
    box-shadow: -4px 15px 50px rgba(233, 87, 39, 0.3);
    border-radius: 28px;
    background-color: #e95727;
    padding-left: 70px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700; }
    .franchise-hero__btn:hover {
      color: #ffffff; }
  .franchise-hero__btn-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 50%;
    background-color: #fff; }

@media (max-width: 991.98px) {
  .franchise-hero {
    padding-top: 120px;
    padding-bottom: 200px;
    background-image: none; }
    .franchise-hero__title {
      font-size: 36px;
      margin-bottom: 20px; }
    .franchise-hero__text {
      font-size: 20px;
      margin-bottom: 40px; } }

@media (max-width: 767.98px) {
  .franchise-hero {
    padding-top: 80px;
    padding-bottom: 160px; }
    .franchise-hero__title {
      font-size: 30px; }
      .franchise-hero__title span:after {
        width: 45px;
        left: calc(100% + 15px); }
    .franchise-hero__text {
      font-size: 18px;
      margin-bottom: 30px; } }

.prices-hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 150px 0 350px;
  position: relative; }
  .prices-hero:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(23, 21, 22, 0.75); }
  .prices-hero .container {
    position: relative;
    z-index: 1; }
  .prices-hero__title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: #e95727;
    text-align: center; }
    .prices-hero__title span {
      position: relative;
      color: #ffffff;
      display: inline-block; }
      .prices-hero__title span:before {
        content: '';
        position: absolute;
        top: 50%;
        right: calc(100% + 30px);
        width: 65px;
        border-bottom: 2px solid #e95727; }
      .prices-hero__title span:after {
        content: '';
        position: absolute;
        top: 50%;
        left: calc(100% + 30px);
        width: 65px;
        border-bottom: 2px solid #e95727; }

@media (max-width: 991.98px) {
  .prices-hero {
    padding-top: 120px;
    padding-bottom: 250px; }
    .prices-hero__title {
      font-size: 36px; } }

@media (max-width: 767.98px) {
  .prices-hero {
    padding-top: 80px;
    padding-bottom: 200px; }
    .prices-hero__title {
      font-size: 30px; }
      .prices-hero__title span:after {
        width: 45px;
        left: calc(100% + 15px); }
      .prices-hero__title span:before {
        width: 45px;
        right: calc(100% + 15px); } }

.filter-section {
  margin-top: -120px;
  margin-bottom: 150px; }

.filter {
  box-shadow: -7px 24px 100px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  display: flex;
  align-items: flex-start; }
  .filter__title {
    font-size: 30px;
    font-weight: 700;
    color: #3b3b3b;
    margin-bottom: 30px;
    display: inline-block;
    position: relative; }
    .filter__title:after {
      content: '';
      position: absolute;
      top: 50%;
      left: calc(100% + 30px);
      width: 65px;
      border-bottom: 1px solid #3b3b3b; }
    .filter__title:before {
      position: absolute;
      top: 0;
      left: -40px;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background-color: #e95727;
      font-weight: 700;
      font-size: 24px;
      color: #ffffff;
      line-height: 34px;
      text-align: center; }
  .filter__input {
    margin-bottom: 30px;
    position: relative; }
    .filter__input input {
      width: 100%;
      border: none;
      line-height: 55px;
      height: 55px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .filter__input img {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 20px; }
  .filter__left {
    width: 50%;
    padding: 55px 60px 30px;
    border-right: 1px solid rgba(0, 0, 0, 0.1); }
    .filter__left .filter__title:before {
      content: '1'; }
  .filter__right {
    width: 50%;
    padding: 55px 60px 30px; }
    .filter__right .filter__title:before {
      content: '2'; }
  .filter__list {
    max-height: 200px; }
    .filter__list li {
      font-size: 18px;
      line-height: 1.75;
      cursor: pointer;
      transition: 0.3s; }
      .filter__list li:hover {
        color: #e95727; }

@media (max-width: 991.98px) {
  .filter__left {
    padding: 80px 30px 30px; }
  .filter__right {
    padding: 80px 30px 30px; }
  .filter__title {
    font-size: 24px;
    margin-bottom: 10px; }
    .filter__title:after {
      display: none; }
    .filter__title:before {
      left: 0;
      top: -40px; } }

@media (max-width: 767.98px) {
  .filter {
    display: block; }
    .filter__left {
      width: 100%;
      border: none;
      padding-bottom: 0;
      padding-top: 60px; }
    .filter__right {
      padding-top: 50px;
      width: 100%; }
    .filter__title {
      margin-bottom: 15px; } }

.single {
  padding: 100px 0 150px; }
  .single__title {
    font-size: 46px;
    font-weight: 700;
    position: relative;
    margin-bottom: 60px;
    text-align: center;
    display: inline-block; }
    .single__title:after {
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: calc(100% + 30px);
      width: 45px;
      border-bottom: 2px solid #e95727; }
  .single__body h2 {
    margin-bottom: 20px; }
  .single__body p {
    font-size: 18px;
    line-height: 30px;
    color: #3b3b3b;
    margin-bottom: 20px; }
  .single__body img {
    display: block;
    width: 100%;
    height: 100%;
    margin-bottom: 20px; }
  .single__body a {
    color: #e95727; }
    .single__body a:hover {
      color: #e95727;
      text-decoration: underline; }
  .single--dark .order-form__title {
    color: #1a1b1b; }
  .single--dark .footer__block-title {
    color: #1a1b1b; }
  .single--dark .footer__block-list a {
    color: #1a1b1b; }

@media (max-width: 991.98px) {
  .single {
    padding: 60px 0 120px; }
    .single__title {
      font-size: 36px;
      margin-bottom: 50px; }
    .single__body p {
      font-size: 16px;
      line-height: 1.5; } }

@media (max-width: 767.98px) {
  .single {
    padding: 30px 0 60px; }
    .single__title {
      font-size: 30px;
      margin-bottom: 30px; } }

.accardion__title {
  position: relative;
  cursor: pointer; }
  .accardion__title:before {
    content: '';
    position: absolute;
    top: 10px;
    left: -20px;
    width: 15px;
    border-bottom: 2px solid #1a1b1b; }
  .accardion__title:after {
    content: '';
    position: absolute;
    top: 3px;
    left: -13px;
    width: 2px;
    height: 15px;
    border-left: 2px solid #1a1b1b;
    transition: 0.3s; }
  .accardion__title.active:after {
    height: 0; }

.accardion__body {
  line-height: 1.3;
  margin-top: 15px;
  display: none; }


/*# sourceMappingURL=style.bundle.css.map*/