.ss-main{position:relative;display:inline-block;user-select:none;color:#666;width:100%}.ss-main .ss-single-selected{display:flex;cursor:pointer;width:100%;height:30px;padding:6px;border:1px solid #dcdee2;border-radius:4px;background-color:#fff;outline:0;box-sizing:border-box;transition:background-color .2s}.ss-main .ss-single-selected.ss-disabled{background-color:#dcdee2;cursor:not-allowed}.ss-main .ss-single-selected.ss-open-above{border-top-left-radius:0;border-top-right-radius:0}.ss-main .ss-single-selected.ss-open-below{border-bottom-left-radius:0;border-bottom-right-radius:0}.ss-main .ss-single-selected .placeholder{flex:1 1 100%;text-align:left;width:calc(100% - 30px);line-height:1em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ss-main .ss-single-selected .placeholder,.ss-main .ss-single-selected .placeholder *{display:flex;align-items:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ss-main .ss-single-selected .placeholder *{width:auto}.ss-main .ss-single-selected .placeholder .ss-disabled{color:#dedede}.ss-main .ss-single-selected .ss-deselect{display:flex;align-items:center;justify-content:flex-end;flex:0 1 auto;margin:0 6px;font-weight:700}.ss-main .ss-single-selected .ss-deselect.ss-hide{display:none}.ss-main .ss-single-selected .ss-arrow{display:flex;align-items:center;justify-content:flex-end;flex:0 1 auto;margin:0 6px}.ss-main .ss-single-selected .ss-arrow span{border:solid #666;border-width:0 2px 2px 0;display:inline-block;padding:3px;transition:transform .2s,margin .2s}.ss-main .ss-single-selected .ss-arrow span.arrow-up{transform:rotate(-135deg);margin:3px 0 0}.ss-main .ss-single-selected .ss-arrow span.arrow-down{transform:rotate(45deg);margin:-3px 0 0}.ss-main .ss-multi-selected{display:flex;flex-direction:row;cursor:pointer;min-height:30px;width:100%;padding:0 0 0 3px;border:1px solid #dcdee2;border-radius:4px;background-color:#fff;outline:0;box-sizing:border-box;transition:background-color .2s}.ss-main .ss-multi-selected.ss-disabled{background-color:#dcdee2;cursor:not-allowed}.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-disabled{color:#666}.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-value .ss-value-delete{cursor:not-allowed}.ss-main .ss-multi-selected.ss-open-above{border-top-left-radius:0;border-top-right-radius:0}.ss-main .ss-multi-selected.ss-open-below{border-bottom-left-radius:0;border-bottom-right-radius:0}.ss-main .ss-multi-selected .ss-values{display:flex;flex-wrap:wrap;justify-content:flex-start;flex:1 1 100%;width:calc(100% - 30px)}.ss-main .ss-multi-selected .ss-values .ss-disabled{display:flex;padding:4px 5px;margin:2px 0;line-height:1em;align-items:center;width:100%;color:#dedede;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@keyframes scaleIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@keyframes scaleOut{0%{transform:scale(1);opacity:1}to{transform:scale(0);opacity:0}}.ss-main .ss-multi-selected .ss-values .ss-value{display:flex;user-select:none;align-items:center;font-size:12px;padding:3px 5px;margin:3px 5px 3px 0;color:#fff;background-color:#5897fb;border-radius:4px;animation-name:scaleIn;animation-duration:.2s;animation-timing-function:ease-out;animation-fill-mode:both}.ss-main .ss-multi-selected .ss-values .ss-value.ss-out{animation-name:scaleOut;animation-duration:.2s;animation-timing-function:ease-out}.ss-main .ss-multi-selected .ss-values .ss-value .ss-value-delete{margin:0 0 0 5px;cursor:pointer}.ss-main .ss-multi-selected .ss-add{display:flex;flex:0 1 3px;margin:9px 12px 0 5px}.ss-main .ss-multi-selected .ss-add .ss-plus{display:flex;justify-content:center;align-items:center;background:#666;position:relative;height:10px;width:2px;transition:transform .2s}.ss-main .ss-multi-selected .ss-add .ss-plus:after{background:#666;content:"";position:absolute;height:2px;width:10px;left:-4px;top:4px}.ss-main .ss-multi-selected .ss-add .ss-plus.ss-cross{transform:rotate(45deg)}.ss-content{position:absolute;width:100%;margin:-1px 0 0;box-sizing:border-box;border:1px solid #dcdee2;z-index:1010;background-color:#fff;transform-origin:center top;transition:transform .2s,opacity .2s;opacity:0;transform:scaleY(0)}.ss-content.ss-open{display:block;opacity:1;transform:scaleY(1)}.ss-content .ss-search{display:flex;flex-direction:row;padding:8px 8px 6px}.ss-content .ss-search.ss-hide,.ss-content .ss-search.ss-hide input{height:0;opacity:0;padding:0;margin:0}.ss-content .ss-search input{display:inline-flex;font-size:inherit;line-height:inherit;flex:1 1 auto;width:100%;min-width:0;height:30px;padding:6px 8px;margin:0;border:1px solid #dcdee2;border-radius:4px;background-color:#fff;outline:0;text-align:left;box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-appearance:textfield}.ss-content .ss-search input::placeholder{color:#8a8a8a;vertical-align:middle}.ss-content .ss-search input:focus{box-shadow:0 0 5px #5897fb}.ss-content .ss-search .ss-addable{display:inline-flex;justify-content:center;align-items:center;cursor:pointer;font-size:22px;font-weight:700;flex:0 0 30px;height:30px;margin:0 0 0 8px;border:1px solid #dcdee2;border-radius:4px;box-sizing:border-box}.ss-content .ss-addable{padding-top:0}.ss-content .ss-list{max-height:200px;overflow-x:hidden;overflow-y:auto;text-align:left}.ss-content .ss-list .ss-optgroup .ss-optgroup-label{padding:6px 10px;font-weight:700}.ss-content .ss-list .ss-optgroup .ss-option{padding:6px 6px 6px 25px}.ss-content .ss-list .ss-optgroup-label-selectable{cursor:pointer}.ss-content .ss-list .ss-optgroup-label-selectable:hover{color:#fff;background-color:#5897fb}.ss-content .ss-list .ss-option{padding:6px 10px;cursor:pointer;user-select:none}.ss-content .ss-list .ss-option *{display:inline-block}.ss-content .ss-list .ss-option.ss-highlighted,.ss-content .ss-list .ss-option:hover{color:#fff;background-color:#5897fb}.ss-content .ss-list .ss-option.ss-disabled{cursor:not-allowed;color:#dedede;background-color:#fff}.ss-content .ss-list .ss-option:not(.ss-disabled).ss-option-selected{color:#666;background-color:rgba(88,151,251,.1)}.ss-content .ss-list .ss-option.ss-hide{display:none}.ss-content .ss-list .ss-option .ss-search-highlight{background-color:#fffb8c}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: #f5f0ea;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: 1;
    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 {
    display: inline-block;
    margin: 0;
    max-width: 100%;
    /*overflow: auto;
    -webkit-overflow-scrolling: touch;*/
    position: relative;
    vertical-align: middle;
    text-align: left;
}

.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: #000;
    cursor: pointer;
    opacity: .3;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    background: transparent;
    opacity: 1;
}

.fancybox-close-small:after {
    display: none;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 8px;
    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);
    }
}
.afwl-star i{
 font-size: 22px;   
}
.afwl-star a{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.afwl-count {
    display: flex;
    position: absolute;
    right: -8px;
    top: -4px;
    font-size: 12px;
    background: aliceblue;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
.footer-social{	margin-top: 100px;}
.footer-social a:nth-child(2){
position: relative;
    border: 1px solid rgb(212 92 91 / 56%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    animation: radial-pulse 1s infinite;
}
.footer-social .mthank__ms-val {
    display: flex;
    justify-content: flex-start;
    margin-top: 0px;
    align-items: center;
}
.step1__list {
	display: flex; flex-wrap: wrap; max-width: 450px; margin-top: 21px;
}
.step1__list-i {
	position: relative; padding-left: 28px; margin: 22px 50px 0 0; font-size: 12px; line-height: 16px;
}
.step1__list-i:last-child {
	margin-right: 0;
}
.step1__list-i:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: linear-gradient(180deg, #e4d6c5 0%, #947e7b 100%);
    box-shadow: 0px 3px 16px #f5f0ea;
    
}

.step1__list-i:after {
	display: block; content: ''; width: 5px; height: 5px; border-radius: 50%; background: #fff; position: absolute; left: 5px; top: 5px;
}

.step1__list-i-title{
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 5px;
}
.step7 {
	position: relative; min-width: 320px; margin-top: 24px;
}

.step7 .stitle {
    text-align: left;
}
.step7 .stitle {
    text-align: left;
}
.step7 .stitle h2, .step7 .stitle h3,.step7 .step7__start-text {
    color: #000;padding: 0;
}
.step7:before {
	display: block; content: ''; position: absolute; left: 0; right: 0; bottom: -128px; height: 970px; z-index: -1;
}
.step7__block {
	position: relative; display: flex; justify-content: space-between; align-items: flex-start; max-width: 1200px; margin: 24px 0 0 56px; padding-bottom: 140px;
}

.step7__man {
    display: block;
    content: '';
    background: url(https://genevan.ru/wp-content/uploads/2019/12/m126710blro-0044077771.png) no-repeat;
    width: 700px;
    height: 934px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -293px;
}

.step7__start {
	position: relative; margin-top: 4px;
}
.step7__start:after {
	display: block; content: '';  width: 117px; height: 103px; position: absolute; left: 57px; top: 100%; margin-top: 52px;
}
.step7__start-icon {
	    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgb(204 58 59 / 57%);
    font-size: 25px;
    color: #c4161c;
    animation: radial-pulse 1s infinite;
}
.step7__start-icon:before {
	display: block;
    content: '';
    position: absolute;
    left: -14px;
    right: -14px;
    top: -14px;
    bottom: -14px;
    border-radius: 50%;
    border: 1px solid rgb(214 169 177);
}
.step7__start-icon:after {
	display: block; content: ''; position: absolute; left: -32px; right: -32px; top: -32px; bottom: -32px; border-radius: 50%; border: 1px solid rgba(186,189,196,.15);
}
.step7__start-text {
max-width: 230px;
    margin-top: 53px;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    text-shadow: 2px 4px 3px rgb(255 255 255 / 50%);
}
.step7__app {
	position: relative; width: 650px; padding: 98px 62px 78px;
}
.step7__app-title {
	position: relative; margin-left: 33px; font-weight: 700; font-size: 20px; line-height: 23px; text-transform: uppercase;
}
.step7__app-formb {
	margin-top: 10px;
}
.btn100 {
    position: relative;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.857143px;
    text-transform: uppercase;
    color: #4d392d;
}
.btn100:before {
    display: block;
    content: '';
    position: absolute;
    left: 2%;
    right: 2%;
    top: 10px;
    bottom: -4px;
    background: #c69c51;
    box-shadow: 0px 7px 18px #e2bc7d;
    border-radius: 6px;
}
.btn100 span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 42px;
    height: 58px;
    background: linear-gradient(180deg, #E8C484 0%, #C99C4D 100%);
    box-shadow: inset 0px 1px 8px rgba(255, 255, 255, 0.609867);
    border-radius: 5% 5% 5% 5% / 100% 100% 100% 100%;
    z-index: 1;
}
.iplay {
    width: 62px;
    height: 62px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -31px 0 0 -31px;
    background: linear-gradient(180deg, #e59e9e 0%, #cf4646 100%);
    box-shadow: inset 0px 1px 8px rgba(255, 255, 255, 0.609867), 0 2px #efd6d6, 0px 11px 29px #f3e6e6;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding-left: 5px;
    color: #fff;
}
.iplay:before {
    display: block;
    content: '';
    position: absolute;
    left: -17px;
    right: -17px;
    top: -17px;
    bottom: -17px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.754);
}
.iplay:after {
    display: block;
    content: '';
    position: absolute;
    left: -41px;
    right: -41px;
    top: -41px;
    bottom: -41px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.13);
}

.but100 {
    display: grid;
    grid-template-columns: auto auto;

    gap: 5px 5px;

    margin-top: 15px;
}
.but100 a {   
    font-size: 13px;
    margin: 0;
    padding: 5px;
    
}
.wrapper2 {
 display: grid;   
  grid-template-columns: 35% 30% 35%;
    }
    
  .grid-container1 .owl-nav{
  display: grid;
  grid-template-columns: minmax(20px, 60px) minmax(20px, 60px);
  grid-template-rows: 1fr;
  gap: 0px 0px;
  grid-template-areas:
    ". .";
}  
  .grid-container1 .owl-carousel .owl-nav div {
    position: relative;
    top: 50%;
    transform: translateY(-50%);

}
.step6__list {
    max-width: 956px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.step6__item {
    position: relative;
    width: 22.6%;
    min-height: 222px;
    background: #fff;
    box-shadow: 0px 10px 13px rgba(216, 218, 221, 0.173569);
    border-radius: 7px;
}
@media screen and (min-width: 701px){
.step6__item:first-child:before, .step6__item:last-child:before {
    border-top: 0;
    border-radius: 0 0 7px 7px;
    top: 12px;
}}
.step6__item:before {
    display: block;
    content: '';
    position: absolute;
    left: 8px;
    right: 8px;
    top: 8px;
    bottom: 8px;
    border: 1px solid rgba(235,235,235,.7);
    border-radius: inherit;
    z-index: 2;
}
.step6__item-icon img {
    max-width: 100%;
    max-height: 100%;
}
.step6__item:first-child .step6__item-cap, .step6__item:last-child .step6__item-cap {
    position: absolute;
    left: 0;
    right: 0;
    top: -17px;
    height: 50px;
    background: #fff;
    transform: skewY(9deg);
    border-radius: inherit;
    box-shadow: 0px 10px 13px rgba(216, 218, 221, 0.173569);
}
.step6__item:last-child .step6__item-cap {
    transform: skewY(-9deg);
}
.step6__item-inn {
    position: relative;
    z-index: 2;
    padding: 35px 15px 30px;
}
.step6__item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
}
.step6__item-text {
    max-width: 160px;
    margin: 20px auto 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    letter-spacing: 0.855556px;
    text-transform: uppercase;
}
.step6__item:first-child .step6__item-cap:before, .step6__item:last-child .step6__item-cap:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 30px;
    top: 100%;
    background: #fff;
}
.step6__item:first-child .step6__item-cap:after, .step6__item:last-child .step6__item-cap:after {
    display: block;
    content: '';
    position: absolute;
    left: 8px;
    right: 8px;
    top: 8px;
    bottom: 0;
    border: 1px solid rgba(235,235,235,.7);
    border-bottom: 0;
    border-radius: 8px 8px 0 0;
}
@media screen and (max-width: 700px){
.step6__list {
    flex-wrap: wrap;
    padding: 0 15px;
}
.step6__item {
    width: 48%;
    min-height: 0;
    margin-top: 20px;
}
.step6__item-cap {
    display: none;
}
}


.transf3 {
    transform: skewY(-3deg) scale(1) translate(75%,0%)!important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    border-radius: 14px;
}

.wrapper {
    position: relative;
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 15px;
}

.stitle {
font-size: 32px;
    line-height: 1;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase!important;
   
}
.stitle span {
display: block;
    font-weight: 400;
    /* font-family: 'Berlingske Serif'; */
    font-size: 40px;
    line-height: 1.3;
}
.step3 .stitle {
    color: black;
}

.el {
    position: absolute;
    background-repeat: no-repeat;
    z-index: -1;
}

.step3 {
	position: relative; min-width: 320px; margin-top: 33px;
}
.step3__list {
	position: relative; max-width: 1056px; margin: auto; display: flex; flex-wrap: wrap;
}
.step3__item {
position: relative; width: 23.3%; margin: 95px 15.05% 0 0;
}
.step3__item:nth-child(3n+3) {
	margin-right: 0;
}

.step3__item:nth-child(5) .step3__item-cap {

    transform: skewY(0deg);

}

.step3__item:after {
	display: block; content: ''; background: url(/wp-content/uploads/line-1.svg) no-repeat; width: 106px; height: 38px; position: absolute; left: 110%; top: 130px;
}
.step3__item:nth-child(5) {
    width: 61.6%;
    margin-right: 0;
}
.step3__item:nth-child(3):after {
	background: url(/wp-content/uploads/line-3.svg) no-repeat; width: 46px; height: 158px; left: 100%; margin-left: 48px; top: auto; bottom: -146px;
}
.step3__item:nth-child(2):after {
	background: url(/wp-content/uploads/line-2.svg) no-repeat; width: 108px; height: 34px;
}
.step3__item:nth-child(4):after {
	background: url(/wp-content/uploads/line-4.svg) no-repeat; width: 106px; height: 38px; top: 154px;
}
.step3__item:nth-child(5):after {
	background: url(/wp-content/uploads/line-5.svg) no-repeat; width: 108px; height: 34px; top: 154px;
}
.step3__item:last-child:after {
	display: none;
}
.step3__item:before {
	display: block; content: ''; position: absolute; left: 10px; right: 10px; top: 50%; bottom: -8px; background: #fff; box-shadow: 0px 17px 13px rgba(216, 218, 221, 0.173569); border-radius: 8px;
}
.step3__item-cap {
	display: block; content: ''; position: absolute; left: 0; right: 0; top: 25px; bottom: 30px; transform: skewY(12deg); background: #fff; box-shadow: 0px 10px 13px rgba(216, 218, 221, 0.173569); border-radius: 8px;
}
.step3__item-cap:after {
	display: block; content: ''; position: absolute; left: 10px; right: 10px; top: 10px; bottom: 0; border: 1px solid #f6f6f7; border-radius: 3px;
}
.step3__item-bg {
	position: absolute; left: 0; right: 0; top: 70px; bottom: 0; background: #fff; box-shadow: 0px 10px 13px rgba(216, 218, 221, 0.173569); border-radius: 8px;
}
.step3__item-bg:after {
	display: block; content: ''; position: absolute; left: 10px; right: 10px; top: 0; bottom: 10px; border: 1px solid #f6f6f7; border-top: 0; border-radius: 0 0 3px 3px;
}
.step3__item-wrap {
	position: relative; z-index: 1; padding: 116px 30px 34px 52px;
}
.step3__item-img {
	position: absolute; left: 0; right: 0; top: -41px; text-align: center;
}
.step3__item-img img {
	width: 139px; height: 139px; border-radius: 50%;
}
.step3__item-title {
	font-weight: 700; font-size: 15px; line-height: 18px; text-transform: uppercase; color: #1b212c;
}
.step3__item-text {
	margin-top: 4px; font-weight: 300; font-size: 15px; line-height: 20px; color: #80888c;
}
.step3__item-time {
	position: relative; padding-left: 30px; margin-top: 8px; font-family: 'Berlingske Serif'; color: #1b212c; font-size: 15px; line-height: 1; font-style: italic;
}
.step3__item-time:after {
	position: absolute; left: 0; top: 3px; content: '\f017'; font-size: 22px; color: #8ed3be;
}
.step3__item-time span {
	font-size: 26px; color: #91d5c0;
}
.step4 {
	position: relative; min-width: 320px; margin-top: 97px;
}
.step4__wrapper {
	display: flex; justify-content: space-between; align-items: flex-start;
}
.step4__video {
	position: relative; width: 66.135%; height: 410px; margin: 21px 0;
}
.step4__video:before {
	display: block; content: ''; position: absolute; left: 10px; right: 10px; top: 10px; bottom: -10px; background: #fff; box-shadow: 0px 17px 13px rgba(216, 218, 221, 0.173569); border-radius: 14px; transform: skewY(-3deg);
}
.step4__video-img {
	transform: skewY(-3deg); position: absolute; left: 0; right: 0; top: 0; bottom: 0; overflow: hidden; border-radius: 14px;
}
.step4__video a {
	transform: skewY(3deg); position: absolute; left: 0; right: 0; top: -21px; bottom: -21px; display: block; background-position: center; background-repeat: no-repeat; background-size: cover; text-decoration: none; color: #fff;
}
.step4__entry {
	width: 23.53%; margin-top: 45px;
}
.step4__eye {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgb(212 92 91 / 56%);
    margin: 0 0 46px 25px;
    padding: 5px;
    animation: radial-pulse 1s infinite;
}
.step4__eye:before {
    display: block;
    content: '';
    position: absolute;
    left: -14px;
    right: -14px;
    top: -14px;
    bottom: -14px;
    border-radius: 50%;
    border: 1px solid rgb(211 84 84 / 24%);
}
.step4__eye:after {
	display: block; content: ''; position: absolute; left: -32px; right: -32px; top: -32px; bottom: -32px; border-radius: 50%; border: 1px solid rgba(186,189,196,.12);
}
.step4__text {
	position: relative; max-width: 184px; font-size: 19px; line-height: 26px;
}
.step4__text:after {
	display: block; content: ''; background: url(/wp-content/themes/Impreza-child/i/step4-line.svg) no-repeat; width: 119px; height: 101px; position: absolute; left: -32px; top: 100%; margin-top: 32px;
}



@media screen and (min-width: 767px){
.el_5 {
    background-image: url(https://genevan.ru/wp-content/uploads/2020/11/5rolex.png);
    width: 908px;
    height: 726px;
    top: -350px;
    left: 50%;
    margin-left: -1460px;
    z-index: auto;
}


.el_6 {
    background-image: url(https://genevan.ru/wp-content/uploads/2020/11/72ee75_w122033.png);
    width: 965px;
    height: 364px;
    top: 185px;
    left: 40%;
    margin-left: -130px;
    z-index: auto;
}
.el_7 {
    background-image: url(/wp-content/themes/Impreza-child/i/7.png);
    width: 640px;
    height: 1080px;
    top: 235px;
    right: 50%;
    margin-right: -953px;
    z-index: auto;
}

}

@media screen and (max-width: 900px){
.step3__item:after {display: none}
.step3__item {
    width: 32%;
    margin-right: 2%;
}}


@media screen and (max-width: 767px){
.step3__list {
    justify-content: space-between;
    margin-top: 10px;
}    
.step3__item {
    width: 48%;
    margin: 60px 0 0 0;
}}

@media screen and (max-width: 600px){
.step3__item {
    width: 230px;
    flex-shrink: 0;
    margin: 50px 15px 36px !important;
}
 .step3__list {
    position: relative;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
    margin: 0 -15px -36px;
}  
.but100 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    grid-gap: 10px;
}
    
}
.step19 {
	position: relative; min-width: 320px; margin-top: 100px;
}
.step19:before {
	display: block; content: ''; height: 955px; position: absolute; left: 0; right: 0; bottom: 0; z-index: -2;
}
.step19__stitle {
	max-width: 750px; margin-left: auto; margin-right: auto;
}
.step19__block {
	position: relative; max-width: 980px; margin: auto; display: flex; justify-content: space-between; flex-direction: row-reverse; padding-bottom: 114px;
}
.step19__man {
	position: absolute; left: 38.265%; bottom: 0;  width: 549px; height: 696px;
}
.step19__app {
	position: relative; width: 60%; padding: 55px 62px 50px; margin-top: 80px;
}
.step19__app .brick__cp {
	transform: skewY(4deg);
}
.step19__app-title {
position: relative;
    max-width: 210px;
    margin: auto;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
    text-align: center;
}
.step19__app-formb {
	margin-top: 10px;
}
.step19__top {
	width: 24.5%; margin-top: 63px;
}
.step19__top-ic {
	position: relative; border: 1px solid rgb(212 92 91 / 56%); width: 48px; height: 48px; border-radius: 50%; margin-left: 60px; display: flex; align-items: center; justify-content: center;padding: 5px;animation: radial-pulse 1s infinite;
}
.step19__top-ic:before {
	display: block; content: ''; position: absolute; left: -15px; right: -15px; top: -15px; bottom: -15px; border-radius: 50%; border: 1px solid rgb(211 84 84 / 24%);
}
.step19__top-ic:after {
	display: block; content: ''; position: absolute; left: -32px; right: -32px; top: -32px; bottom: -32px; border-radius: 50%; border: 1px solid rgba(186,189,196,.15);
}
.step19__top-tx {
	position: relative; margin-top: 53px; max-width: 182px; font-size: 19px; line-height: 23px;
}
.step19__top-tx:after {
	display: block; content: ''; background: url(/wp-content/themes/Impreza-child/i/step19-line.svg) no-repeat; width: 54px; height: 92px; position: absolute; left: 10px; top: 100%; margin-top: 22px;
}
.brick {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.contact-widget {
  position: fixed;
  bottom: 0;
  left: 10px;
}
.contact-widget-container {
  display: flex;
  flex-direction: column;
  padding: 15px 20px;
}
.contact-widget-button {
  border: 0;
  border-radius: 50%;
  
  opacity: 1;
  overflow: visible;
  position: relative;
  text-decoration: none;
  font-weight: normal;
  padding-bottom: 5px;
  position: relative;
  outline: none;
  display: none;
 
  
}
.contact-widget-button111:last-child {
  margin-bottom: 10px;
  margin-top: 5px;
  display: block;
  opacity: 1;
  transform: scale(1.1);
}
.contact-widget-button:last-child .cw-title {
  background-color: rgba(242, 89, 32, 0.79);
  background: #f25920;
  background: #ff4500;
  color: #fff;
}
.contact-widget-button100:hover .cw-title {
  opacity: 1;
  visibility: inherit;
  left: 30px;
}
.contact-widget-button .cw-icon {
  height: 38px;
  width: 38px;
  min-height: 38px;
  min-width: 38px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  font-size: 24px;
  text-align: center;
  color: white;
  background-color: white;
  position: relative;
  z-index: 10;
  text-align: center;
  font-weight: normal;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-widget-button .cw-icon svg {
  transform: scale(1.2);
}
.contact-widget-button .cw-icon-phone {
  background-color: #0854a0;
}
.contact-widget-button .cw-icon-telegram {
  background-color: #08c;
}
.contact-widget-button .cw-icon-viber {
  background-color: #7b519d;
}
.contact-widget-button .cw-icon-whatsapp {
  background-color: #4dc247;
}
.contact-widget-button .cw-icon-messenger {
  background-color: #0084ff;
}
.contact-widget-button .cw-icon-mail {
  background-color: #ff0040;
}
.contact-widget-button .cw-icon-dialog {
  background-color: #f25920;
  background-color: #ff4500;
}
.contact-widget-button .cw-title {
  position: relative;
  z-index: 9;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 13px;
  border: 1px solid #e2e2e2;
  padding: 4px 17px 4px 25px;
  border-radius: 4px 16px 16px 4px;
  color: #333;
  background: white;
  top: 10px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  position: absolute;
  left: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
}
.contact-widget .cw-button-slide {
  -webkit-animation-name: button-slide;
  -moz-animation-name: button-slide;
  -o-animation-name: button-slide;
  animation-name: button-slide;
}
.contact-widget .cw-button-slide-out {
  -webkit-animation-name: button-slide-out;
  -moz-animation-name: button-slide-out;
  -o-animation-name: button-slide-out;
  animation-name: button-slide-out;
}
.contact-widget .cw-rotateB {
  -webkit-animation-duration: 0.7s;
  -moz-animation-duration: 0.7s;
  -o-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-name: rotateB;
  -moz-animation-name: rotateB;
  -o-animation-name: rotateB;
  animation-name: rotateB;
}
.contact-widget .cw-pdngr {
  padding-right: 150px !important;
}


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

	.header__logo {width: 20%}

	.step1:before {background-position: center top}

	.step12__item-img {height: 360px}
	.step12 .slarr_l {left: 12%}
	.step12 .slarr_r {right: 12%}
}
@media screen and (max-width:1100px){

	.header__wrapper {justify-content: space-between; padding-top: 15px}
	.header__logo {width: auto}
	.header__wa {margin-left: 0}
	.header__r {display: block; margin-left: 0}
	.header__cb {margin: 10px 0 0 0; width: auto; min-width: 150px}
	.header__cb a {height: 40px}

	.step2__block {align-items: center; margin-top: 40px}
	.step2__scheme {margin-top: 0}
	.step2__sl {padding: 0; margin-top: 0}
	.step2 .slarr {top: -10px}
	.step2 .slarr_l {left: auto; right: 50px}
	.step2 .slarr_r {right: 0}

	.step8a__quote {margin-left: 0}
}
@media screen and (max-width:1000px){

	.step2__scheme:before {left: -17%; top: 15%}

	.step3__item-wrap {padding-left: 20px; padding-right: 20px}

	.step8__load {top: 100px}

	.step8a__quote {margin-top: 200px}
	.step8a__entry {padding-top: 100px}

	.step8b {margin-top: 50px}

	.step11__item-info {width: 180px; margin-left: -90px}
	.step11__item-n {font-size: 26px}
	.step11__item-text {font-size: 13px}

	.step14 {margin-top: 130px}

	.step15a {padding-left: 0; max-width: 400px}
	.step15a__n {position: static}

	.step17__tab {position: static; margin-top: 35px}

	.mform {width: 100%}
}
@media screen and (max-width:900px){
.expertise-form__input {
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.expertise-form__name-input {
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
}
	.stitle {font-size: 42px}
	.stitle span {font-size: 37px}

	.stext {margin-top: 15px; font-size: 16px; line-height: normal}

	.step2 {margin-top: 100px}
	.step2__scheme:before {left: -30%; top: 5%}
	.step2__item-title {font-size: 30px; line-height: normal}
	.step2__item-price > span span {font-size: 42px}

	.step3__item {width: 32%; margin-right: 2%}
	.step3__item:after {display: none}

	.step5 {margin-top: 90px}
	.step5__list {margin: 0 -40px}
	.step5__item {margin: 110px 40px 70px}
	.step5__item.slick-center .step5__item-inn {left: -60px; right: -60px; top: -60px}
	.step5__slnav {left: 15px; right: 15px; margin: 0; width: auto}

	.step7 {margin-top: 100px}

	.step8__load {top: 50px; margin-left: -400px}

	.step8a__quote {width: 36%; min-height: 0; padding: 50px 20px}
	.step8a__quote-text {font-size: 17px; line-height: 22px}
	.step8a__entry {width: 60%}

	.step9 {margin-top: 100px}
	.step9__cont {margin-top: 50px}
	.step9__top {padding-right: 0}
	.step9__bt {position: static; margin-top: 30px}

	.step10__top {display: block}
	.step10__stitle {width: auto}
	.step10__f {width: auto; margin-top: 25px}
	.step10__sl {margin: 50px -15px 0}
	.step10__item {width: 200px}
	.step10__item-img1 a {top: 70px; right: 30px}
	.step10__item-img1 a:before, .step10__item-img a:after {display: none}
	.step10__item-info {padding: 15px}

	.step11 {margin-top: 100px}

	.step12 {margin-top: 100px}
	.step12__item {margin: 50px 20px}

	.step13 {margin-top: 100px}
	.step13__item {width: 32%; margin: 50px 2% 0 0 !important}
	.step13__item:nth-child(3n+3) {margin-right: 0 !important}

	.step16 {margin-top: 100px}
	.step16:before {display: none}
	.step16__app {padding-left: 30px; padding-right: 30px}

	.step17 {margin-top: 100px}
	.step17__sl {margin-top: 40px}
	.step17__item {width: 600px; min-height: 300px}
	.step17__item-rev {padding: 0 10px 0 20px}
	.step17__item-title {font-size: 16px; line-height: normal}
	.step17__item-img {flex: 0 0 100px}
	.step17__item-bt {margin-top: 25px}
	.step17__slnav {margin-left: -20px;width: calc(100vw - 30px)}

	.step18 {margin-top: 100px}

	.step19 {margin-top: 100px}
	.step19__man {left: 30%}

	.mform__app {margin-left: 20px}
}
@media screen and (max-width:800px){
.slick-initialized .slick-slide.step17__item {
    display: block;
}
	.formb__item:after {left: 20px}
	.formb__item input {padding-left: 50px}
	.formb__item textarea {padding-left: 50px}

	.step7__block {margin-left: 0}
	.step7__start-icon {margin-left: 30px}

	.footer__logo {width: 200px}
}
@media screen and (max-width:767px){
.wrapper2 {
    display: grid;
    grid-template-columns: 80%;
    /* padding-top: 200px; */
}
	.btn:before {bottom: -3px}
	.btn span {height: 50px}

	input[type=text], input[type=password] {height: 50px}

	.header__soc {display: none}

	.slpages li {margin: 0 3px}

	.formb__item:after {left: 15px}
	.formb__item input {padding-left: 40px}
	.formb__item textarea {padding-left: 40px; height: 100px}
	.formb__check {margin-top: 25px}

	.step1__wrapper {padding-top: 160px}
	.step1__title {font-size: 42px}
	.step1__intro {padding-left: 20px; font-size: 16px; line-height: normal}

	.step2 {margin-top: 60px}
	.step2__block {display: block; margin-top: 30px}
	.step2__scheme {width: auto; max-width: 400px; margin: auto}
	.step2__scheme:before {display: none}
	.step2__scheme-i {width: 36px; height: 36px}
	.step2__scheme-i:before {left: -16px; right: -16px; top: -16px; bottom: -16px}
	.step2__scheme-i:after {left: -10px; right: -10px; top: -10px; bottom: -10px}
	.step2__scheme-i > span {font-size: 9px}
	.step2__scheme-i.active > span {font-size: 11px}
	.step2__scheme-i > span span {left: 5px; right: 5px; top: 5px; bottom: 5px}
	.step2__sl {width: auto; margin-top: 35px}
	.step2__item-title {font-size: 26px}
	.step2__item-price > span span {font-size: 34px}
	.step2__item-bt {margin-top: 25px}

	.step3 {margin-top: 40px}
	.step3__list {justify-content: space-between; margin-top: 10px}
	.step3__item {width: 48%; margin: 60px 0 0 0}
	.step3__item-title {font-size: 14px}

	.step4 {margin-top: 70px}
	.step4__video {height: 300px}
	.step4__entry {width: 30%}
	.step4__text {max-width: none; font-size: inherit; line-height: normal}
	.step4__text:after {display: none}

	.step5 {margin-top: 50px}
	.step5__list {margin: 0 -20px}
	.step5__item {margin: 80px 20px 70px; height: 200px}
	.step5__item.slick-center .step5__item-inn {left: -30px; right: -30px; top: -50px}
	.step5__slnav {left: 15px; right: 15px; margin: 0; width: auto}

	.step6 {margin-top: 80px}
	.step6__item-inn {padding: 30px 10px}

	.step7 {margin-top: 70px}
	.step7__block {margin-top: 40px; padding-bottom: 50px}
	.step7__man {display: none}
	.step7__start {width: 48%; margin-top: 30px}
	.step7__start:after {margin-top: 30px}
	.step7__start-text {max-width: none; margin-top: 40px; font-size: inherit; line-height: normal}
	.step7__app {width: 50%; padding: 70px 30px 30px}
	.step7__app-title {margin-left: 0}
	.step7__app-formb {margin-top: 25px}

	.step8__load {display: none}

	.step8a {display: block}
	.step8a__quote {width: auto; margin-top: 170px; padding-bottom: 40px}
	.step8a__entry {width: auto; padding-top: 70px}
	.step8a__text {font-size: inherit; line-height: normal}

	.step8b {max-width: none; margin-top: 60px}
	.step8b__title {margin-right: 100px; font-size: 24px}
	.step8b .slarr_l {right: 50px}
	.step8b .slarr_r {right: 0}
	.step8b__item {margin-top: 30px; margin-bottom: 60px}

	.step8c__info {margin-top: 20px}

	.step9 {margin-top: 50px}
	.step9__top:before {top: 10px}
	.step9__top:after {top: 3px}
	.step9__title {font-size: 28px; line-height: normal}
	.step9__text {margin-top: 15px}
	.step9__bt {width: 100%;font-size: 100%;margin-top: 15px}
	.step9__img {margin-top: 45px}

	.step10 {margin-top: 60px}
	.step10__item {margin-bottom: 50px; width: 180px}
	.step10__slnav {width: auto; max-width: none; left: 15px; right: 15px; margin: 0}

	.step11 {margin-top: 50px}
	.step11__intro {font-size: inherit; line-height: normal}
	.step11__box {margin-left: 10px; margin-right: -10px}
	.step11__box:before {width: 800px; height: 256px; background-size: cover; margin-left: -400px; top: 150px}

	.step12 {margin-top: 50px}
	.step12__list {margin: 0 -10px}
	.step12__item {margin: 40px 10px}
	.step12__item-top span {font-size: 14px}
	.step12__item-img {height: 260px}
	.step12 .slarr_l {left: 10%}
	.step12 .slarr_r {right: 10%}

	.step13 {margin-top: 50px}
	.step13__item {margin-top: 40px}
	.step13__item-n {top: -10px; font-size: 65px}

	.step15 {margin-top: 50px}

	.step15a {margin-top: 40px}
	.step15a__n {font-size: 70px}
	.step15a__title {font-size: 30px; line-height: normal}
	.step15a ul {margin-top: 0}

	.step15b {margin-top: 70px}

	.step16 {margin-top: 50px}
	.step16__wrapper {display: block}
	.step16__app {width: auto; margin-top: 30px}
	.step16__entry {width: auto; max-width: none}
	.step16__icon {margin: 45px 0 0 30px}
	.step16__text {margin: 35px 0 0 0; font-size: inherit; line-height: normal}
	.step16__text:after {display: none}

	.step17 {margin-top: 70px}
	.step17__tab a {padding-left: 15px; width: 33.333%}
	.step17__item {display: block; width: 400px; min-height: 240px}
	.step17__item-author {position: relative; flex: 0 0 140px; padding: 0 10px 0 100px; border-radius: 15px 15px 0 0; height: 100px; display: flex; flex-direction: column; justify-content: center; text-align: left}
	.step17__item-photo {position: absolute; left: 15px; top: 50%; margin-top: -35px}
	.step17__item-name {margin-top: 0; font-size: 17px; line-height: normal}
	.step17__item-date {margin-top: 5px}
	.step17__item-date br {display: none}
	.step17__item-cont {position: static; padding: 0; border-radius: 0 0 15px 15px}
	.step17__item-video {top: 100px; border-radius: 0 0 15px 15px; overflow: hidden}
	.step17__item-rev {border: 0; border-top: 2px solid #ebecee; padding: 20px 15px 30px}
	.step17__item-basic {margin-top: 20px}
	.step17__item-text {line-height: 20px}

	.step18 {margin-top: 60px}
	.step18__intro {font-size: inherit; line-height: normal}
	.step18__title {font-size: 22px}

	.step19 {margin-top: 60px}
	.step19__block {padding-bottom: 50px}
	.step19__man {display: none}
	.step19__app {margin-top: 50px; width: 55%; padding: 60px 25px 40px}
	.step19__app-formb {margin-top: 30px}
	.step19__top {width: 40%}
	.step19__top-tx:after {display: none}

	.footer {margin: 40px 0 15px}
	.footer__top {flex-wrap: wrap; justify-content: space-between}
	.footer__logo {width: auto}
	.footer__soc {justify-content: center}
	.footer__phone {margin-top: 30px; width: 100%; text-align: center}
	.footer__bot {display: block; padding-top: 20px; margin-top: 30px; text-align: center}
	.footer__text {width: auto}
	.footer__lnk {margin-top: 20px; text-align: center}
	.footer__lnk p {margin-top: 10px}

	.mform {padding: 90px 20px 30px; min-height: 0}
	.mform__man {display: none}
	.mform__app {margin: auto; width: auto}
	.mform__title {font-size: 20px}
	.mform__formb {margin: 30px auto 0; max-width: 300px}
}
@media screen and (min-width:701px){
	
	.step6__item:first-child:before, .step6__item:last-child:before {border-top: 0; border-radius: 0 0 7px 7px; top: 12px}
}
@media screen and (max-width:700px){
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}
	.stitle {font-size: 34px}
	.stitle span {font-size: 30px}

	.stext {font-size: 15px}

	.step6 {margin-top: 30px}
	.step6__list {flex-wrap: wrap}
	.step6__item {width: 48%; min-height: 0; margin-top: 20px}
	.step6__item-cap {display: none}
	.step6__item-inn {padding: 20px 15px 25px}
	.step6__item-text {margin-top: 10px}
	.step6__item-text br {display: none}

	.step8c__item {width: 100%}

	.step14 {margin-top: 60px}
	.step14__cont {max-width: none; padding-bottom: 50px}
	.step14__girl {display: none}
	.step14__box {max-width: none; min-height: 0; padding: 40px 30px 60px}
}
@media screen and (max-width:600px){
  .ghcontent div {
    width: 100% !important;
    height: 250px !important;
}  
#order-modal #product-image-preview {
    display: block;
    width: 100px;
}

#order-modal .product-image-preview {
    display: block !important;
    position: absolute;
    width: 100px;
    top: 70px;
    right: 70px;
}  
    
.footer-social{	margin-top: 10px;}
.footer-social .mthank__ms-val {
    display: flex;
    justify-content: center;
    margin-top: 0px;
    align-items: center;
}
	.header__logo a {position: relative; display: block; width: 113px; height: 42px; background: url(../i/logo-sign.svg) no-repeat}
	.header__logo a img {display: none}
	.header__wa {width: auto}
	.header__wa a {padding: 0}
	.header__wa a i {position: static; margin: 0}
	.header__wa a > span {display: none}
	.header__cb {margin-top: 5px}

	.step1__wrapper {padding-top: 150px}
	.step1__title {font-size: 32px}
	.step1__intro {padding-left: 15px; margin-top: 25px; font-size: 14px}

	.step3__list {position: relative; overflow: auto; -webkit-overflow-scrolling: touch; flex-wrap: nowrap; margin: 0 -40px -36px}
	.step3__list:after {display: block; content: ''; width: 15px; opacity: 0; flex-shrink: 0}
	.step3__item {width: 230px; flex-shrink: 0; margin: 50px 15px 36px !important}
	.step3__item:last-child {margin-right: 0 !important}
	.step3__item-wrap {padding-left: 20px; padding-right: 20px}
	.step3__item:nth-child(5) {
    width: 300px!important;
    margin-right: 0;
}

	.step9__block {display: block; margin-top: 30px}
	.step9__list {width: auto; padding: 40px 20px 30px}
	.step9__list .brick__cp {transform: skewY(4deg)}
	.step9__list ul {display: flex; flex-wrap: wrap; margin-top: 10px}
	.step9__list ul li {border: 0; margin: 10px 15px 0 0}
	.step9__list ul li:last-child {margin-right: 0}
	.step9__list ul li:after {display: none}
	.step9__list ul li a {padding: 0}
	.step9__cont {width: auto; padding: 0; margin: 35px 0 0 0}
	.step9__top:before, .step9__top:after {display: none}
	.step9__img {max-width: 300px; margin-left: auto; margin-right: auto}

	.step13__list {position: relative; overflow-x: auto; overflow-y: hidden; flex-wrap: nowrap; justify-content: flex-start; padding: 0 15px; margin: 0 -15px -25px}
	.step13__list:before {display: none}
	.step13__list:after {display: block; content: ''; opacity: 0; width: 15px; flex-shrink: 0}
	.step13__item {width: 200px; flex-shrink: 0; margin: 45px 15px 25px 0 !important}
	.step13__item:last-child {margin-right: 0 !important}
	.step13__item:nth-child(3n+3) {margin-right: 15px !important}

	.step15__img {display: none}

	.step15a {max-width: none}
	.step15a__title {max-width: none}
	.step15a__text {max-width: none}
	.step15a li {padding-left: 20px}

	.step15b {position: relative; overflow-y: hidden; overflow-x: auto; flex-wrap: nowrap; max-width: none; margin: 20px -15px 0; padding: 0 25px}
	.step15b:after {display: block; content: ''; opacity: 0; width: 15px; flex-shrink: 0}
	.step15b__item {width: 80px; flex-shrink: 0; margin: 50px 20px 10px 0}
	.step15b__item.active {transform: translateY(-20px)}
	.step15b__n {height: 90px}
	.step15b__text {margin-top: 10px; font-size: 10px; line-height: normal}
	.step15b__item.active .step15b__text {transform: translateY(5px)}

	.step18__item-title {height: 50px; font-size: 12px}
	.step18__outro {margin-top: 40px}

	.mthank {width: 100%; padding: 100px 20px 40px}
	.mthank .brick__cp {transform: skewY(-9deg)}
	.mthank__title {font-size: 26px}
	.mthank__subtitle {margin-top: 30px; font-size: 18px}
	.mthank__phone {margin-top: 30px}
	.mthank__phone span {margin-bottom: 10px; font-size: 19px}
	.mthank__phone a {font-size: 26px}
	.mthank__ms {margin-top: 30px}
	.mthank__ms-lvl {font-size: 18px}
	
	.mthank__ms-val a {margin: 0 2px}
	.mthank__ms100 .mthank__ms-val a {display: block;margin: 2px;transform: scale(1);}
	.mthank__ms100 .contact-widget-button .cw-icon {
    height: 30px;
    width: 30px;
    min-height: 30px;
    min-width: 30px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: none;
    font-size: 22px;
    
}
	
	
	
}
@media screen and (max-width:500px){
.w-nav-list:not(.level_1) {
    height: auto!important;
    display: block!important;
    visibility: visible!important;
    opacity: 1!important;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}
.w-nav.type_mobile .menu-item-has-children>.w-nav-anchor .w-nav-arrow {
    display: none;
}
	.header__phone {font-size: 13px}
	.header__phone a {padding-left: 24px}
	.header__phone a:after {top: 1px; font-size: 15px}
	.header__phone span {font-size: 11px}

	.step4__wrapper {display: block}
	.step4__video {width: auto; margin: 0; height: 220px}
	.step4__entry {width: auto; margin-top: 35px}
	.step4__eye {display: none}

	.step7__block {display: block; margin-top: 60px}
	.step7__start {width: auto}
	.step7__start:after {display: none}
	.step7__start-icon {margin: auto}
	.step7__start-text {margin-top: 35px; text-align: center}
	.step7__app {width: auto; margin-top: 25px}

	.step8c__list {position: relative; overflow-y: visible; overflow-x: auto; margin: 0 -15px; padding: 0 15px}
	.step8c__list:after {display: block; content: ''; width: 15px; flex-shrink: 0}
	.step8c__item {width: 110px; flex-shrink: 0; margin-bottom: 25px}
	.step8c__info {margin-top: 0px}

	.step10__f-l {font-size: 13px}
	.step10__f-tx {word-break: break-all; font-size: 10px; line-height: normal}
	.step10 .slpages {display: none}

	.step11__box:before {width: 400px; height: 128px; top: 150px; margin-left: -200px}

	.step12__item {transform: none}
	.step12 .slarr_l {left: 3%}
	.step12 .slarr_r {right: 3%}

	.step17__item {width: 290px}
	.step17__item-img {flex: 0 0 80px; padding-right: 10px}
	.step17__item-bt a span {position: relative; justify-content: flex-start; padding: 0 50px 0 20px; text-align: left}
	.step17__item-bt a i {margin: 0; position: absolute; right: 10px; top: 17px}

	.step18__list {justify-content: center; margin-top: 0}
	.step18__item {width: 48%; margin: 20px 1% 0}
	.step18__item.sel {transform: none}
	.step18__outro {margin-top: 30px}

	.step19__block {display: block}
	.step19__app {width: auto; margin-top: 30px}
	.step19__top {width: auto}
	.step19__top-tx {margin-top: 35px; max-width: none}

	.mform .brick__cp {transform: skewY(-9deg)}
}
@media screen and (max-width:400px){

	.stitle {font-size: 24px}
	.stitle span {font-size: 20px}

	.stext {font-size: 13px}

	.header__wa {display: none}
	.header__phone a {padding: 0}
	.header__phone a:after {display: none}
	.header__cb {min-width: 130px}

	.formb__inln {display: block}
	.formb__inln .formb__item {width: auto}

	.step1__list {display: block}
	.step1__list-i {margin-right: 0}
	.step1__list-i br {display: none}
	.step1__bt {margin-top: 30px}

	.step6__item-text {font-size: 12px; line-height: normal}

	.step8b__item {width: 240px}

	.step11__box:before {top: 100px}
	.step11__item-plus:before {left: 5px; right: 5px; top: 5px; bottom: 5px}
	.step11__item-plus span {width: 30px; height: 30px}
	.step11__item-info {width: 110px; min-height: 0; margin-left: -55px; padding: 20px 13px 25px}
	.step11__item-info:before {width: 54px; height: 56px; margin-left: -27px; bottom: -30px}
	.step11__item-text {font-size: 10px}

	.step14__bt a:before {display: none}

	.step15a__n {font-size: 60px}
	.step15a__title {font-size: 24px}
	.step15a li {padding-left: 15px}

	.footer__top {display: block; text-align: center}
	.footer__soc {justify-content: center; margin-top: 25px}
}

@media (hover) , (min-width:0\0) , (min--moz-device-pixel-ratio:0)
{
	a {transition: color .3s}
	a:hover {text-decoration: none}

	.slarr {transition: box-shadow .3s}
	.slarr:hover {box-shadow: 0px 10px 26px rgba(248, 197, 118, 0.610413)}
	.slarr:before {display: block; content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; border-radius: 50%; background: linear-gradient(180deg, #E7C78F 0%, #CFA65B 100%); opacity: 0; transition: opacity .3s}
	.slarr:hover:before {opacity: 1}

	.step8b__item-inn a {opacity: 0; transition: opacity .3s}
	.step8b__item:hover .step8b__item-inn a {opacity: 1}
	.step10__item-img1 a {opacity: 0; transition: opacity .3s}
	.step10__item:hover .step10__item-img a {opacity: 1}
	.step10__item-info:before, .step10__item-info:after {transition: opacity .3s}
	.step10__item:hover .step10__item-info:before, .step10__item:hover .step10__item-info:after {opacity: 1}
}