

/* Start:/local/templates/ved2022/css/jquery.fancybox.css?164934204017412*/
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);
    }
}
/* End */


/* Start:/local/templates/ved2022/css/owl.carousel.min.css?16492626563351*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-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)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-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}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-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{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.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:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/local/templates/ved2022/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/local/templates/ved2022/css/owl.theme.default.min.css?16492626561013*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/* End */


/* Start:/local/templates/ved2022/template_styles.css?164966882028872*/
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/local/templates/ved2022/fonts/Roboto-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/local/templates/ved2022/fonts/Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/local/templates/ved2022/fonts/Roboto-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/local/templates/ved2022/fonts/Roboto-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/local/templates/ved2022/fonts/Roboto-Black.ttf") format("truetype");
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer,
header, main, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, button {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Roboto", sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  color: #333333;
}

a {
  color: #1E5CD7;
  text-decoration: none;
  box-sizing: border-box;
}

ul {
  list-style: none;
}

h2 {
  font-size: 48px;
  line-height: 1.2;
  text-align: center;
}
@media all and (max-width: 1000px) {
  h2 {
    font-size: 29px;
  }
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  padding: 0 20px;
}

.input-animated {
  position: relative;
}
.input-animated input {
  padding: 20px 24px;
  width: 100%;
  font-size: 18px;
  line-height: 1.2;
  color: #000000;
  border: 1px solid #1E5CD7;
  border-radius: 3px;
}
.input-animated input + span {
  display: none;
  position: absolute;
  top: 6px;
  left: 25px;
  font-size: 18px;
  line-height: 24px;
  color: #666666;
}
@media all and (max-width: 1000px) {
  .input-animated input {
    padding-top: 16px;
    padding-right: 21px;
    padding-bottom: 16px;
    padding-left: 21px;
    font-size: 14px;
  }
}
.input-animated input:focus::placeholder, .input-animated input.filled::placeholder {
  opacity: 0;
}
.input-animated input:focus + span, .input-animated input.filled + span {
  display: block;
  font-size: 12px;
  line-height: 1.2;
  color: #444444;
}
@media all and (max-width: 1000px) {
  .input-animated input:focus + span, .input-animated input.filled + span {
    font-size: 10px;
    left: 21px;
    top: 5px;
  }
}

.header {
  padding: 50px 0 53px 0;
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-logo {
  display: flex;
  align-items: center;
}
.header-logo__metib {
  margin: 0 15px 0 0;
  width: 300px;
  height: 32px;
  background: url("/local/templates/ved2022/images/logo.svg") 0 0 no-repeat;
  background-size: contain;
}
@media all and (max-width: 1200px) {
  .header-logo__metib {
    height: 26px;
    width: 240px;
    margin-right: 0;
  }
}
.header-logo__ved {
  width: 70px;
  height: 39px;
  background: url("/local/templates/ved2022/images/ved.svg") 0 0 no-repeat;
  background-size: contain;
}
@media all and (max-width: 1350px) {
  .header-logo__ved {
    display: none;
  }
}
.header-menu {
  display: flex;
  align-items: center;
}
.header-menu__item {
  margin: 0 20px 0 0;
  font-size: 18px;
  line-height: 1.2px;
  letter-spacing: -0.02em;
}
.header-menu__item a {
  color: #0043B4;
}
.header-menu__item:last-child {
  margin-right: 0;
}
@media all and (max-width: 1200px) {
  .header-menu__item {
    font-size: 15px;
  }
}
@media all and (max-width: 1000px) {
  .header-menu {
    display: none;
  }
}
.header-phone {
  display: inline-block;
  padding: 0 0 0 48px;
  font-size: 24px;
  font-weight: 500;
  line-height: 162%;
  color: #111111;
  background: url("/local/templates/ved2022/images/phone.svg") 0 50% no-repeat;
}
@media all and (max-width: 500px) {
  .header-phone span {
    display: none;
  }
}
@media all and (max-width: 1200px) {
  .header-phone {
    padding-left: 38px;
    font-size: 20px;
    background-size: 32px;
  }
}
@media all and (max-width: 500px) {
  .header-phone {
    height: 40px;
  }
}
@media all and (max-width: 1200px) {
  .header {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.top-banner-inner {
  align-items: stretch;
  padding: 64px 450px 57px 64px;
  background: url("/local/templates/ved2022/images/banner-background.png") 100% 100% no-repeat, linear-gradient(0deg, #E2F1FF, #E2F1FF), linear-gradient(98.73deg, #CCDFF0 0%, #D9EAFA 100%);
  border-radius: 30px;
}
.top-banner-inner__text h1 {
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
@media all and (max-width: 1000px) {
  .top-banner-inner__text h1 {
    font-size: 38px;
  }
}
@media all and (max-width: 500px) {
  .top-banner-inner__text h1 {
    font-size: 29px;
  }
}
.top-banner-inner__text p {
  margin: 28px 0 0 0;
  max-width: 620px;
  font-weight: 300;
  font-size: 24px;
  letter-spacing: -0.02em;
}
@media all and (max-width: 1000px) {
  .top-banner-inner__text p {
    margin-top: 23px;
    font-size: 19px;
  }
}
.top-banner-inner__text .buttons {
  margin: 70px 0 0 0;
}
.top-banner-inner__text .buttons a {
  display: inline-block;
  min-width: 230px;
  font-size: 18px;
  line-height: 3.6;
  text-align: center;
  color: #FFFFFF;
  border-radius: 12px;
  background: #E20E3D;
}
.top-banner-inner__text .buttons a:hover {
  background: #bf3a3a;
}
@media all and (max-width: 1000px) {
  .top-banner-inner__text .buttons a {
    font-size: 14px;
  }
}
@media all and (max-width: 767px) {
  .top-banner-inner__text .buttons a {
    width: 100%;
  }
}
@media all and (max-width: 1000px) {
  .top-banner-inner__text .buttons {
    margin-top: 30px;
  }
}
@media all and (max-width: 1000px) {
  .top-banner-inner {
    padding-top: 40px;
    padding-left: 40px;
  }
}
@media all and (max-width: 767px) {
  .top-banner-inner {
    padding-right: 40px;
    padding-bottom: 330px;
    background-position: 50% 95%;
    background-size: 400px;
  }
}

.features {
  margin: 80px 0 0 0;
  overflow: hidden;
}
@media all and (max-width: 1000px) {
  .features-list {
    padding-right: 60px;
  }
}
.features .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.features .owl-carousel .owl-stage {
  display: flex;
}
.features .owl-carousel .owl-stage .owl-item {
  height: auto;
}
.features-slider .feature {
  height: 100%;
  padding: 226px 35px 41px 35px;
  background-color: #F2F2F2;
  border-radius: 20px;
  background-size: 165px 165px;
  background-position: 50% 40px;
  background-repeat: no-repeat;
}
.features-slider .feature__title {
  margin: 0 0 15px 0;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  color: #111111;
}
@media all and (max-width: 1000px) {
  .features-slider .feature__title {
    margin-bottom: 12px;
    font-size: 18px;
  }
}
.features-slider .feature__description {
  font-weight: 300;
  font-size: 16px;
  text-align: center;
}
.features-slider .feature__description .bold {
  font-weight: 700;
}
.features-slider .feature__description a {
  font-weight: 700;
  color: #333333;
}
.features-slider .feature__description a span {
  white-space: nowrap;
}
@media all and (max-width: 1000px) {
  .features-slider .feature__description {
    font-size: 13px;
  }
}
.features-slider .feature.currencies {
  background-image: url("/local/templates/ved2022/images/currencies.svg");
}
.features-slider .feature.commission {
  background-image: url("/local/templates/ved2022/images/percent-diagram.svg");
}
.features-slider .feature.consultation {
  background-image: url("/local/templates/ved2022/images/consultation.svg");
}
@media all and (max-width: 1000px) {
  .features-slider .feature {
    padding-top: 170px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    background-size: 130px;
    background-position-y: 20px;
  }
}
@media all and (max-width: 1000px) {
  .features {
    margin-top: 40px;
  }
}

.instructions {
  margin: 80px 0 0 0;
  padding: 70px 0 84px 0;
  background: #F2F2F2;
}
.instructions-list {
  display: flex;
  align-items: stretch;
  margin: 81px 0 0 0;
}
.instructions-list .instruction {
  flex: 0 0 calc((100% - 80px) / 3);
  margin: 0 40px 0 0;
  position: relative;
}
.instructions-list .instruction__text {
  height: 100%;
  padding: 59px 24px 46px 24px;
  background: #FFFFFF;
}
.instructions-list .instruction__text--number {
  position: absolute;
  top: -30px;
  left: 24px;
  width: 60px;
  font-weight: 900;
  font-size: 40px;
  line-height: 1.5;
  color: #FFFFFF;
  text-align: center;
  background: #1E5CD7;
  border-radius: 12px;
}
@media all and (max-width: 1000px) {
  .instructions-list .instruction__text--number {
    font-size: 32px;
    width: 48px;
    top: -24px;
  }
}
.instructions-list .instruction__text--title {
  font-weight: 700;
  font-size: 22px;
  line-height: 130%;
  color: #111111;
}
@media all and (max-width: 1000px) {
  .instructions-list .instruction__text--title {
    font-size: 18px;
  }
}
.instructions-list .instruction__text--description {
  margin: 15px 0 0 0;
  font-weight: 300;
  font-size: 16px;
}
@media all and (max-width: 1000px) {
  .instructions-list .instruction__text--description {
    margin-top: 10px;
    font-size: 13px;
  }
}
@media all and (max-width: 1000px) {
  .instructions-list .instruction__text {
    padding-top: 47px;
    padding-right: 20px;
    padding-bottom: 37px;
    padding-left: 20px;
  }
}
.instructions-list .instruction__small {
  position: absolute;
  left: 0;
  bottom: -29.6px;
  margin: 10px 0 0 0;
  font-weight: 300;
  color: #000000;
}
@media all and (max-width: 1000px) {
  .instructions-list .instruction__small {
    margin-top: 8px;
    position: unset;
    font-size: 12px;
  }
}
@media all and (max-width: 1000px) {
  .instructions-list .instruction:last-child {
    margin-bottom: 0;
  }
}
@media all and (max-width: 1000px) {
  .instructions-list .instruction {
    margin-bottom: 44px;
    margin-right: 0;
  }
}
@media all and (max-width: 1000px) {
  .instructions-list {
    display: block;
    margin-top: 44px;
  }
}
@media all and (max-width: 1000px) {
  .instructions {
    margin-top: 40px;
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

.advantages {
  margin: 80px 0;
}
.advantages .container {
  display: flex;
  align-items: center;
}
@media all and (max-width: 767px) {
  .advantages .container {
    flex-direction: column;
  }
}
.advantages__text {
  flex: 0 0 50%;
}
.advantages__text h2 {
  margin: 0 0 30px 0;
  font-size: 36px;
  line-height: 1.2;
  text-align: unset;
}
@media all and (max-width: 1000px) {
  .advantages__text h2 {
    margin-bottom: 24px;
    font-size: 29px;
  }
}
.advantages__text ul li {
  margin: 0 0 20px 0;
  padding: 0 0 0 22px;
  position: relative;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.2;
}
.advantages__text ul li:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 5px;
  border: 3px solid #1259D1;
  border-radius: 50%;
  box-sizing: border-box;
}
@media all and (max-width: 1000px) {
  .advantages__text ul li:before {
    top: 4px;
    width: 10px;
    height: 10px;
  }
}
.advantages__text ul li:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 1000px) {
  .advantages__text ul li {
    margin-bottom: 16px;
    padding-left: 18px;
    font-size: 15px;
  }
}
.advantages__pic {
  flex-grow: 1;
  min-width: 1px;
  height: 100%;
  margin: 0 0 0 32px;
}
.advantages__pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media all and (max-width: 767px) {
  .advantages__pic img {
    max-width: 250px;
  }
}
@media all and (max-width: 767px) {
  .advantages__pic {
    margin-top: 32px;
    margin-left: 0;
  }
}
@media all and (max-width: 1000px) {
  .advantages {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.tariffs {
  margin: 0 0 80px 0;
}
.tariffs-table {
  margin: 50px 0 0 0;
}
.tariffs-table--desktop .tariffs-table__row {
  display: grid;
  margin: 2px 0 0 0;
  grid-template-columns: 1.1fr 1fr 1fr 1fr;
}
.tariffs-table--desktop .tariffs-table__row .cell {
  margin: 0 0 0 2px;
  padding: 22px 20px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 300;
  color: #333333;
  text-align: center;
  background: #F2F2F2;
}
.tariffs-table--desktop .tariffs-table__row .cell b {
  font-weight: 500;
}
.tariffs-table--desktop .tariffs-table__row .cell p {
  margin: 10px 0 0 0;
}
.tariffs-table--desktop .tariffs-table__row .cell p span {
  display: block;
  margin: 5px 0 0 0;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}
.tariffs-table--desktop .tariffs-table__row .cell p:first-child {
  margin-top: 0;
  margin-left: 0;
}
.tariffs-table--desktop .tariffs-table__row .cell .doc-link {
  display: inline-block;
  padding: 0 0 0 41px;
  background: url("/local/templates/ved2022/images/red-pdf.svg") 0 0 no-repeat;
}
.tariffs-table--desktop .tariffs-table__row .cell .doc-link span {
  line-height: 1.4;
  color: #000000;
}
.tariffs-table--desktop .tariffs-table__row .cell .doc-link span .date {
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.3;
  color: #000000;
}
.tariffs-table--desktop .tariffs-table__row .cell .account-button {
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 3.6;
  text-align: center;
  letter-spacing: -0.02em;
  color: #1E5CD7;
  background: #FFFFFF;
  border: 1px solid #1E5CD7;
  border-radius: 12px;
}
.tariffs-table--desktop .tariffs-table__row .cell .account-button--blue {
  color: #ffffff;
  background: #1E5CD7;
}
.tariffs-table--desktop .tariffs-table__row .cell.flex {
  display: flex;
  align-items: center;
}
.tariffs-table--desktop .tariffs-table__row .cell:first-child {
  padding-left: 0;
  padding-right: 10px;
  text-align: left;
  background: transparent;
}
.tariffs-table--desktop .tariffs-table__row.three-column {
  grid-template-columns: 1.1fr 2fr 1fr;
}
.tariffs-table--desktop .tariffs-table__row.two-column {
  grid-template-columns: 1.1fr 3fr;
}
.tariffs-table--desktop .tariffs-table__row:first-child {
  margin-top: 0;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}
.tariffs-table--desktop .tariffs-table__row:first-child .cell {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  color: #FFFFFF;
  background: #1E5CD7;
}
.tariffs-table--desktop .tariffs-table__row:first-child .cell:first-child {
  background: transparent;
}
.tariffs-table--desktop .tariffs-table__row:first-child .cell:nth-child(2) {
  border-radius: 12px 0 0 0;
}
.tariffs-table--desktop .tariffs-table__row:last-child {
  margin-top: 0;
}
.tariffs-table--desktop .tariffs-table__row:last-child .cell {
  padding-top: 10px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  line-height: 1.2;
  color: #000000;
  text-align: left;
  background: transparent;
}
@media all and (max-width: 1000px) {
  .tariffs-table--desktop {
    display: none;
  }
}
.tariffs-table--mobile {
  display: none;
  margin-top: 40px;
}
.tariffs-table--mobile .tariff-card {
  margin: 0 0 30px 0;
  border-radius: 12px;
  overflow: hidden;
}
.tariffs-table--mobile .tariff-card__head {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  background: #F2F2F2;
}
.tariffs-table--mobile .tariff-card__head div {
  flex: 0 0 50%;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  color: #1E5CD7;
}
.tariffs-table--mobile .tariff-card__head div span {
  display: block;
  margin: 5px 0 0 0;
  color: #333333;
}
@media all and (max-width: 500px) {
  .tariffs-table--mobile .tariff-card__head div span {
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media all and (max-width: 500px) {
  .tariffs-table--mobile .tariff-card__head div {
    position: relative;
  }
}
.tariffs-table--mobile .tariff-card__head a {
  display: block;
  width: 150px;
  font-weight: 400;
  font-size: 14px;
  line-height: 3.4;
  text-align: center;
  letter-spacing: -0.02em;
  color: #1E5CD7;
  background: #FFFFFF;
  border: 1px solid #1E5CD7;
  border-radius: 12px;
}
@media all and (max-width: 500px) {
  .tariffs-table--mobile .tariff-card__head a {
    margin-top: 10px;
    width: 100%;
  }
}
@media all and (max-width: 500px) {
  .tariffs-table--mobile .tariff-card__head {
    display: block;
  }
}
.tariffs-table--mobile .tariff-card__button {
  margin: 2px 0 0 0;
  padding: 10px 20px;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  background: #F2F2F2;
  border-radius: 0 0 12px 12px;
}
.tariffs-table--mobile .tariff-card__button:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 20px;
  top: 12px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  transform: rotate(-225deg);
}
.tariffs-table--mobile .tariff-card__button.active {
  border-radius: 0 0 12px 12px;
}
.tariffs-table--mobile .tariff-card__button.active:before {
  top: 17px;
  transform: rotate(-45deg);
}
@media all and (max-width: 500px) {
  .tariffs-table--mobile .tariff-card__button {
    width: 100%;
  }
}
.tariffs-table--mobile .tariff-card__info {
  display: none;
  margin: 20px 0 0 0;
  border-radius: 12px;
  overflow: hidden;
}
.tariffs-table--mobile .tariff-card__info .info-row {
  display: flex;
  padding: 20px;
  margin: 2px 0 0 0;
  background: #F2F2F2;
}
.tariffs-table--mobile .tariff-card__info .info-row__title {
  flex: 0 0 50%;
  font-weight: 500;
}
@media all and (max-width: 767px) {
  .tariffs-table--mobile .tariff-card__info .info-row__title {
    margin-bottom: 10px;
  }
}
.tariffs-table--mobile .tariff-card__info .info-row__value {
  flex: 0 0 50%;
  text-align: right;
}
.tariffs-table--mobile .tariff-card__info .info-row__value b {
  font-weight: 500;
}
.tariffs-table--mobile .tariff-card__info .info-row__value p {
  margin: 10px 0 0 0;
}
.tariffs-table--mobile .tariff-card__info .info-row__value p span {
  display: block;
  margin: 5px 0 0 0;
  font-size: 14px;
  line-height: 1.2;
  text-align: right;
}
@media all and (max-width: 767px) {
  .tariffs-table--mobile .tariff-card__info .info-row__value p span {
    text-align: left;
  }
}
.tariffs-table--mobile .tariff-card__info .info-row__value p:first-child {
  margin-top: 0;
  margin-left: 0;
}
@media all and (max-width: 767px) {
  .tariffs-table--mobile .tariff-card__info .info-row__value {
    text-align: left;
  }
}
@media all and (max-width: 767px) {
  .tariffs-table--mobile .tariff-card__info .info-row {
    display: block;
  }
}
.tariffs-table--mobile .tariff-card:last-child {
  margin-bottom: 0;
}
.tariffs-table--mobile .doc-link {
  display: inline-block;
  padding: 0 0 0 24px;
  background: url("/local/templates/ved2022/images/red-pdf.svg") 0 50% no-repeat;
  background-size: 15px;
}
.tariffs-table--mobile .doc-link span {
  line-height: 1.4;
  color: #000000;
}
.tariffs-table--mobile .doc-link span .date {
  display: inline-block;
  margin-left: 15px;
  font-size: 14px;
  color: #000000;
  white-space: nowrap;
}
@media all and (max-width: 1000px) {
  .tariffs-table--mobile {
    display: block;
  }
}
@media all and (max-width: 1000px) {
  .tariffs {
    margin-bottom: 40px;
  }
}

.open-account {
  padding: 80px 0;
  background: #F2F2F2;
}
.open-account__form {
  margin: 0 auto;
  padding: 60px 50px;
  width: 100%;
  max-width: 680px;
  background: #FFFFFF;
  border-radius: 12px;
}
.open-account__form h2 {
  margin: 0 0 20px 0;
  font-size: 36px;
  line-height: 1.2;
  text-align: center;
}
@media all and (max-width: 1000px) {
  .open-account__form h2 {
    margin-bottom: 16px;
    font-size: 29px;
  }
}
.open-account__form p {
  margin: 0 auto;
  max-width: 400px;
  font-weight: 300;
  font-size: 18px;
  text-align: center;
  color: #000000;
}
@media all and (max-width: 1000px) {
  .open-account__form p {
    font-size: 14px;
  }
}
.open-account__form .form-result {
  font-size: 18px;
  color: #000000;
  text-align: center;
}
.open-account__form .form-result span {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto 20px auto;
  font-weight: 300;
  border: 1px solid #00cd66;
  border-radius: 50%;
}
.open-account__form .form-result span:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 22px;
  display: block;
  width: 13px;
  height: 25px;
  border-bottom: 1px solid #00cd66;
  border-right: 1px solid #00cd66;
  transform: rotate(45deg);
}
@media all and (max-width: 1000px) {
  .open-account__form .form-result {
    font-size: 14px;
  }
}
.open-account__form .form-error-message {
  margin: 32px 0 0 0;
  font-weight: 300;
  font-size: 18px;
  color: #EB0000;
  text-align: center;
}
@media all and (max-width: 1000px) {
  .open-account__form .form-error-message {
    margin-top: 26px;
    font-size: 14px;
  }
}
.open-account__form .form-fields {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0 0 0;
}
.open-account__form .form-fields__item {
  flex: 0 0 calc((100% - 20px) / 2);
  position: relative;
}
.open-account__form .form-fields__item:first-child {
  margin: 0 20px 0 0;
}
@media all and (max-width: 767px) {
  .open-account__form .form-fields__item:first-child {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.open-account__form .form-fields__item .placeholder {
  display: none;
  position: absolute;
  left: 25px;
  top: 9px;
  font-size: 12px;
  line-height: 1.2;
  color: #444444;
}
@media all and (max-width: 1000px) {
  .open-account__form .form-fields__item .placeholder {
    font-size: 10px;
    left: 21px;
    top: 5px;
  }
}
.open-account__form .form-fields__item .error {
  display: inline-block;
  padding: 10px 0 0 0;
  font-weight: normal;
  font-size: 12px;
  color: #EB0000;
}
@media all and (max-width: 1000px) {
  .open-account__form .form-fields__item .error {
    font-size: 10px;
  }
}
.open-account__form .form-fields .agreement {
  width: 100%;
  margin: 22px 0 0 0;
}
.open-account__form .form-fields .agreement input {
  position: absolute;
  left: -10000px;
}
.open-account__form .form-fields .agreement input + label {
  display: inline-block;
  padding: 0 0 0 52px;
  max-width: 400px;
  position: relative;
  font-size: 14px;
  line-height: 1.2;
  color: #000000;
}
.open-account__form .form-fields .agreement input + label a {
  color: #1E5CD7;
}
.open-account__form .form-fields .agreement input + label:before {
  content: "";
  display: inline-block;
  margin: 0 20px 0 0;
  width: 32px;
  height: 32px;
  position: absolute;
  top: calc(50% - 16px);
  left: 0;
  background: #ffffff;
  border: 1px solid #1E5CD7;
  border-radius: 5px;
}
@media all and (max-width: 1000px) {
  .open-account__form .form-fields .agreement input + label:before {
    width: 26px;
    height: 26px;
    top: calc(50% - 13px);
    border-radius: 3px;
  }
}
.open-account__form .form-fields .agreement input + label:after {
  content: "";
  display: none;
  position: absolute;
  top: calc(50% - 10px);
  left: 12px;
  width: 8px;
  height: 15px;
  border-bottom: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: rotate(45deg);
}
@media all and (max-width: 1000px) {
  .open-account__form .form-fields .agreement input + label:after {
    width: 6px;
    height: 12px;
    left: 10px;
    top: calc(50% - 9px);
  }
}
@media all and (max-width: 1000px) {
  .open-account__form .form-fields .agreement input + label {
    padding-left: 45px;
    font-size: 12px;
  }
}
.open-account__form .form-fields .agreement input:checked + label:before {
  background: #1E5CD7;
}
.open-account__form .form-fields .agreement input:checked + label:after {
  display: block;
}
.open-account__form .form-fields .agreement__error {
  display: inline-block;
  padding: 10px 0 0 0;
  font-weight: normal;
  font-size: 12px;
  color: #EB0000;
}
@media all and (max-width: 1000px) {
  .open-account__form .form-fields .agreement__error {
    font-size: 10px;
  }
}
@media all and (max-width: 1000px) {
  .open-account__form .form-fields .agreement {
    margin-top: 18px;
  }
}
@media all and (max-width: 1000px) {
  .open-account__form .form-fields {
    margin-top: 32px;
  }
}
@media all and (max-width: 767px) {
  .open-account__form .form-fields {
    display: block;
  }
}
.open-account__form .submit-button {
  display: block;
  margin: 40px auto 0 auto;
  width: 270px;
  font-size: 18px;
  line-height: 3.6;
  color: #ffffff;
  text-align: center;
  letter-spacing: -0.02em;
  background: #E20E3D;
  border-radius: 12px;
}
.open-account__form .submit-button:hover {
  background: #bf3a3a;
}
@media all and (max-width: 1000px) {
  .open-account__form .submit-button {
    margin-top: 32px;
    font-size: 14px;
  }
}
@media all and (max-width: 767px) {
  .open-account__form .submit-button {
    width: 100%;
  }
}
@media all and (max-width: 1000px) {
  .open-account__form {
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
}
@media all and (max-width: 1000px) {
  .open-account {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.footer {
  padding: 50px 0 55px 0;
  background: linear-gradient(116.8deg, #1E5CD7 27.43%, #2573E7 74.37%);
}
.footer p {
  font-weight: 300;
  font-size: 13px;
  line-height: 130%;
  color: #FFFFFF;
}
.footer p a {
  font-weight: 400;
  color: #FFFFFF;
}
@media all and (max-width: 1000px) {
  .footer p {
    font-size: 11px;
  }
}
.footer-top {
  display: flex;
  padding: 0 0 17px 0;
}
.footer-top__left {
  display: flex;
  flex: 0 0 50%;
  padding: 0 10% 0 0;
}
.footer-top__left--info {
  flex-grow: 1;
  margin: 0 40px 0 0;
  min-width: 1px;
}
.footer-top__left--info a {
  display: inline-block;
  margin: 0 0 25px 0;
  font-weight: 900;
  font-size: 24px;
  line-height: 1;
  color: #FFFFFF;
}
@media all and (max-width: 1000px) {
  .footer-top__left--info a {
    margin-bottom: 0;
    font-size: 19px;
  }
}
.footer-top__left--info p {
  margin: 0 0 16px 0;
}
.footer-top__left--info p:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 1000px) {
  .footer-top__left--info p {
    display: none;
  }
}
@media all and (max-width: 1000px) {
  .footer-top__left--info {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.footer-top__left--menu li {
  margin: 0 0 15px 0;
}
.footer-top__left--menu li a {
  display: inline-block;
  font-weight: 900;
  font-size: 16px;
  line-height: 130%;
  color: #FFFFFF;
}
@media all and (max-width: 1000px) {
  .footer-top__left--menu li a {
    font-size: 13px;
  }
}
.footer-top__left--menu li:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 1000px) {
  .footer-top__left--menu li {
    margin-bottom: 12px;
  }
}
@media all and (max-width: 1000px) {
  .footer-top__left {
    display: block;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
.footer-top__right {
  flex: 0 0 50%;
}
.footer-top__right .docs-list {
  margin: 11px 0 0 0;
}
.footer-top__right .docs-list__item {
  margin: 0 0 8px 0;
}
.footer-top__right .docs-list__item a {
  display: inline-block;
  padding: 0 0 0 27px;
  font-weight: 300;
  font-size: 13px;
  line-height: 185%;
  color: #FFFFFF;
  background: url("/local/templates/ved2022/images/pdf-icon.svg") 0 0 no-repeat;
}
.footer-top__right .docs-list__item a span {
  display: inline-block;
  white-space: nowrap;
}
@media all and (max-width: 1000px) {
  .footer-top__right .docs-list__item a {
    padding-left: 22px;
    font-size: 11px;
    background-size: 12px;
  }
}
.footer-top__right .docs-list__item:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 1000px) {
  .footer-top__right .docs-list__item {
    margin-bottom: 6px;
  }
}
@media all and (max-width: 1000px) {
  .footer-top__right .docs-list {
    margin-top: 9px;
  }
}
@media all and (max-width: 1000px) {
  .footer-top__right {
    padding-top: 28px;
  }
}
@media all and (max-width: 1000px) {
  .footer-top {
    display: block;
    padding-bottom: 28px;
  }
}
.footer-bottom {
  padding: 35px 0 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.footer-bottom p {
  margin: 0 0 12px 0;
}
.footer-bottom p.desktop-hidden {
  display: none;
}
@media all and (max-width: 1000px) {
  .footer-bottom p.desktop-hidden {
    display: block;
  }
}
.footer-bottom p:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 1000px) {
  .footer-bottom p {
    margin-bottom: 10px;
  }
}
@media all and (max-width: 1000px) {
  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/*# sourceMappingURL=template_styles.css.map */

/* End */
/* /local/templates/ved2022/css/jquery.fancybox.css?164934204017412 */
/* /local/templates/ved2022/css/owl.carousel.min.css?16492626563351 */
/* /local/templates/ved2022/css/owl.theme.default.min.css?16492626561013 */
/* /local/templates/ved2022/template_styles.css?164966882028872 */
