@-webkit-keyframes blinker {
    0% {
        opacity: 0.4;
    }
    to {
        opacity: 0.8;
    }
}
@keyframes blinker {
    0% {
        opacity: 0.4;
    }
    to {
        opacity: 0.8;
    }
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@-webkit-keyframes slidefadeOut {
    0% {
        opacity: 1;
    }
    50%,
    to {
        opacity: 0;
    }
}
@keyframes slidefadeOut {
    0% {
        opacity: 1;
    }
    50%,
    to {
        opacity: 0;
    }
}
@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-30px, 0, 0);
        transform: translate3d(-30px, 0, 0);
    }
}
@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-30px, 0, 0);
        transform: translate3d(-30px, 0, 0);
    }
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(30px, 0, 0);
        transform: translate3d(30px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(30px, 0, 0);
        transform: translate3d(30px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-30px, 0, 0);
        transform: translate3d(-30px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-30px, 0, 0);
        transform: translate3d(-30px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}



/*Awords-List*/
.awards-list {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}
.awards-list li {
    color: #5e5e5e;
    font-size: 12px;
    text-align: center;
    margin: 0 16px 48px;
    width: 100%;
}
@media (min-width: 601px) {
    .awards-list li {
        width: 234px;
    }
}
.awards-list li .text {
    margin-top: 24px;
}
.awards-list .icon2 {
    opacity: 0.5;
}


/*scenario block*/
.scenario-block2__list a:hover,
.text-white {
    color: #fff;
}
.scenarios-slider .owl-dots button.active {
    background: #dbdbdb;
}
.scenario-block2 {
    position: relative;
    overflow: hidden;
}
.scenario-block2 .scenarios-header {
    color: #fff;
    padding-top: 96px;
    text-align: center;
}
.scenario-block2 .scenarios-desc {
    max-width: 992px;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .scenario-block2 .mobile {
        display: none;
    }
}
@media (max-width: 767.98px) {
    .scenario-block2 .desktop {
        display: none;
    }
}
.scenario-block2 .bg-video {
    display: block;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
}
.scenario-block2 .container {
    position: relative;
    z-index: 1;
}
.scenarios-slider .slide {
    color: #fff;
    padding: 64px 0 0;
}
.scenario-block2__media,
.scenarios-slider .col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 16px;
}
.scenarios-slider .owl-stage-outer {
    padding-bottom: 128px;
}
.scenarios-slider h3 {
    font-size: 24px;
    margin: 0 0 32px;
}
.scenarios-slider .text {
    margin-top: 32px;
}
.scenarios-slider .owl-nav {
    position: absolute;
    z-index: 2;
    left: 0;
    padding-left: 16px;
    bottom: 64px;
}
.scenarios-slider .owl-nav .owl-next,
.scenarios-slider .owl-nav .owl-prev {
    background: #dbdbdb;
    color: #181818;
    -webkit-transition: background 0.1s ease-in-out;
    transition: background 0.1s ease-in-out;
    cursor: pointer;
    height: 40px;
    width: 40px;
}
.scenarios-slider .owl-nav .owl-next:hover,
.scenarios-slider .owl-nav .owl-prev:hover {
    background: #a8a8a8;
}
.scenarios-slider .owl-dots {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    position: absolute;
    bottom: 64px;
    padding-left: 130px;
    z-index: 1;
}
.scenarios-slider .owl-dots button {
    border-radius: 50%;
    height: 8px;
    width: 8px;
    background: #383838;
}
.scenarios-slider .owl-dots button.focus,
.scenarios-slider .owl-dots button:focus,
.scenarios-slider .owl-nav .owl-next.focus,
.scenarios-slider .owl-nav .owl-next:focus,
.scenarios-slider .owl-nav .owl-prev.focus,
.scenarios-slider .owl-nav .owl-prev:focus {
    outline: 0;
}
.scenarios-slider .owl-dots button:not(:last-child) {
    margin-right: 8px;
}
.scenarios-slider .owl-nav .owl-next svg,
.scenarios-slider .owl-nav .owl-prev svg {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.scenarios-slider .owl-nav .owl-next {
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}
.scenarios-slider .owl-nav .owl-prev {
    margin-right: 2px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}
.scenarios-slider .owl-nav .owl-prev svg {
    left: -1px;
}
@media (min-width: 768px) {
    .scenario-block2__media {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
}
@media (min-width: 992px) {
    .scenario-block2__media {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
.scenario-block2__list {
    font-size: 18px;
    padding: 96px 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width: 768px) {
    .scenario-block2__list {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
}
@media (min-width: 992px) {
    .scenario-block2__list {
        font-size: 24px;
        padding: 128px 16px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 1200px) {
    .scenario-block2__list {
        padding: 160px 16px;
        font-size: 32px;
    }
}
.scenario-block2__list ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}
.scenario-block2__list li:not(:last-child) {
    margin-bottom: 24px;
}
@media (min-width: 992px) {
    .scenario-block2__list li:not(:last-child) {
        margin-bottom: 48px;
    }
}
.scenario-block2__list a {
    color: #787878;
    display: inline-block;
}
.scenario-block2__list a.active,
.scenario-block2__list a.active:focus,
.scenario-block2__list a.active:hover {
    color: #fff;
}
.scenario-block2__list a.active .carret {
    opacity: 1;
}
.scenario-block2__list .carret {
    bottom: 2px;
    height: 14px;
    position: relative;
    width: 9px;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.scenario-block2__list .carret:before {
    content: "";
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #5ae4aa;
    left: 0;
    top: 50%;
    position: absolute;
}
@media (min-width: 992px) {
    .scenario-block2__list .carret:before {
        border-top-width: 7px;
        border-bottom-width: 7px;
        border-left-width: 9px;
        -webkit-transform: translate(0, -2px);
        transform: translate(0, -2px);
    }
}
.scenario-tab__panel {
    color: #fff;
    padding: 48px 0;
}
@media (min-width: 992px) {
    .scenario-tab__panel {
        padding: 64px 0;
    }
}
@media (min-width: 1200px) {
    .scenario-tab__panel {
        font-size: 18px;
        padding: 96px 0;
    }
}
.scenario-tab__panel:not(.active) {
    display: none;
}
.scenario-tab__panel .text {
    max-width: 615px;
}
.scenario-tab__panel .video-block {
    max-width: 608px;
}
.scenario-tab__panel .scenarios-media,
.video-block {
    position: relative;
}
.video-block video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.replay-block {
    display: none;
    position: absolute;
    top: 0;
    right: 16px;
    z-index: 1;
}
@media (min-width: 1200px) {
    .replay-block {
        right: 48px;
    }
}
.replay-btn,
.scenario-steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.replay-btn {
    background: 0 0;
    border-radius: 0;
    border: 0;
    color: #fff;
    height: 32px;
    font-size: 14px;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out;
}
.replay-btn:hover {
    color: #5ae4aa;
}
.replay-btn svg {
    margin-right: 8px;
}
.scenario-steps {
    padding-left: 0;
    list-style: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 32px 0 16px;
}
@media (min-width: 1200px) {
    .scenario-steps {
        margin: 40px 0 24px;
    }
}
.scenario-steps li {
    margin-bottom: 8px;
    position: relative;
}
.scenario-steps li:not(:last-child) {
    margin-right: 24px;
}
@media (min-width: 1200px) {
    .scenario-steps li:not(:last-child) {
        margin-right: 32px;
    }
}
.scenario-steps li:not(:last-child):after {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #787878;
    content: "";
    left: 100%;
    top: 50%;
    -webkit-transform: translate(8px, -50%);
    transform: translate(8px, -50%);
    position: absolute;
}
.scenario-steps .scenario-steps__card {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #242424;
    border-radius: 16px;
    color: #adadad;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
    padding: 12px;
}
@media (min-width: 992px) {
    .scenario-steps .scenario-steps__card {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 8px 16px 8px 8px;
    }
}
@media (min-width: 1200px) {
    .scenario-steps .scenario-steps__card {
        padding: 8px 16px 8px 12px;
    }
}
.scenario-steps .scenario-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    max-width: 40px;
    margin-bottom: 8px;
}
.scenario-steps .scenario-icon img{
    height: 56px;
    width: 56px;
}



.scenario-tab__panel .scenarios-media .video-block {
  min-height:480px;
}

@media (max-width: 1200px) {
.scenario-tab__panel .scenarios-media .video-block {
  min-height:360px;
}
}

@media (max-width: 566px) {
.scenarios-slider .scenarios-media .video-block {
  min-height:350px;
}
}

@media (max-width: 450px) {
.scenarios-slider .scenarios-media .video-block {
  min-height:280px;
}
}


@media (min-width: 992px) {
    .scenario-steps .scenario-icon {
        margin-bottom: 0;
        margin-right: 8px;
    }
}
@media (min-width: 1200px) {
    .scenario-steps .scenario-icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 56px;
        flex: 0 0 56px;
        max-width: 56px;
    }
}
.block-fees {
    background: #fff;
    padding: 64px 0;
}
@media (min-width: 768px) {
    .block-fees {
        padding: 96px 0;
    }
}
.block-fees .fees-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 16px;
}
@media (min-width: 768px) {
    .block-fees .fees-container {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}
@media (min-width: 1200px) {
    .block-fees .fees-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
        margin-left: 8.33333%;
    }
}
.block-fees .fees-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1;
    flex: 0 0 1;
    max-width: 694px;
}
@media (max-width: 767.98px) {
    .block-fees .fees-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
}
@media (min-width: 768px) {
    .block-fees .fees-icon {
        padding-right: 132px;
    }
}
@media (min-width: 1200px) {
    .block-fees .fees-icon {
        padding-right: 200px;
    }
}
@media (max-width: 767.98px) {
    .block-fees .fees-icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 64px;
        text-align: center;
    }
}
.block-fees img {
    width: 160px;
    min-width: 160px;
}
@media (min-width: 768px) {
    .block-fees img {
        width: 200px;
        min-width: 200px;
    }
}
@media (min-width: 1200px) {
    .block-fees img {
        width: 228px;
        min-width: 228px;
    }
}
[data-sal] {
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
[data-sal][data-sal-duration="200"] {
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
[data-sal][data-sal-delay="200"] {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
[data-sal][data-sal-delay="400"] {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
[data-sal][data-sal-delay="600"] {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
[data-sal|="fade"] {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
[data-sal|="fade"].sal-animate,
body.sal-disabled [data-sal|="fade"] {
    opacity: 1;
}
[data-sal="slide-up"] {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
}
[data-sal|="slide-up"].sal-animate,
body.sal-disabled [data-sal|="slide-up"] {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.owl-animate .owl-stage {
    -webkit-transform: none !important;
    transform: none !important;
    width: 100% !important;
    position: relative;
    border: 0;
    overflow: hidden;
    display: block;
}
.owl-animate .owl-item {
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
}
.owl-animate .owl-item:not(:first-child) {
    position: absolute;
    top: 0 !important;
    left: 0 !important;
}
.owl-animate .owl-item.active {
    z-index: 20;
    opacity: 1;
}
.owl-animate .animated,
.owl-animate .animated .animate-element {
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
.owl-animate .owl-animated-in {
    z-index: 0;
}
.owl-animate .owl-animated-out {
    z-index: 1;
}
.fadeOutNext,
.fadeOutPrev {
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}
.fadeOutNext .animate-element,
.fadeOutPrev .animate-element {
    -webkit-animation-name: slidefadeOut;
    animation-name: slidefadeOut;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.fadeInNext .animate-element {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.fadeInPrev .animate-element {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
.slider.owl-carousel .animated {
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
}
.about-slider.owl-carousel .animated {
    -webkit-animation-duration: 200ms;
    animation-duration: 200ms;
}
.about-slider.owl-carousel .anim {
    -webkit-animation-duration: 600ms;
    animation-duration: 600ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
    opacity: 1 !important;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    color: inherit;
    border: 0;
    padding: 0 !important;
    font: inherit;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.no-js .owl-carousel {
    display: block;
}
/*# sourceMappingURL=landing-promo.min.css.map */
