

/* Start:/local/templates/ufd-new/assets/plugins/slick/slick.css?17774677401729*/
/* Slider */
.slick-slider
{
    position: relative;

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

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

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

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

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

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

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

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

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

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

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

    height: auto;

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

/* End */


/* Start:/local/templates/ufd-new/assets/plugins/jquery-nice-select/css/nice-select-pb.css?17774677406969*/
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    border-radius: 3px;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-weight: 700;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
    border: 1px solid transparent;
    font-size: 11px;
    text-transform: uppercase;
    color: #4a2a43;
    opacity: 0.75;
    z-index: 10;
    position: static;
}

.nice-select span.current {
    border-bottom: 1px solid transparent;
}

.nice-select.nice-select-bordered {
    border: 1px solid rgba(44, 22,44, .17);
}

.nice-select.nice-select-bordered:hover {
    border: 1px solid rgba(44, 22,44, .25);
}

.nice-select.nice-select-bordered:active,
.nice-select.nice-select-bordered.open,
.nice-select.nice-select-bordered:focus {
    opacity: 1;
    border: 1px solid rgba(44, 22,44, 0.1);
}


.nice-select:active,
.nice-select.open,
.nice-select:focus {
    opacity: 1;
    border: 1px solid rgba(44, 22,44, 0.1);
    box-shadow: 0 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 0 transparent;
    -moz-box-shadow:  0 0 0 0 transparent;
    border-radius: 3px 3px 0 0 ;
     background-color: #fff;
}

.nice-select.pb-ui-select.open, .nice-select.pb-ui-select.open .list {
    border: 1px solid rgba(44, 22,44, .25);
    opacity: 1;
}


.nice-select:after {
    border-bottom: 2px solid rgba(74, 42, 67, 0.75);
    border-right: 2px solid rgba(74, 42, 67,  0.75);
    content: '';
    display: block;
    height: 6px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 6px;
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}


.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}
.nice-select.disabled:after {
    border-color: #cccccc;
}
.nice-select.wide {
    width: 100%;
}
.nice-select.wide .list {
    left: -1px !important;
    right: -1px !important;
}
.nice-select.right {
    float: right;
}
.nice-select.right .list {
    left: auto;
    right: 0;
}
.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}
.nice-select.small:after {
    height: 4px;
    width: 4px;
}
.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}
.nice-select .list {
    background-color: #fff;
    border-radius: 0 0 3px 3px;
    border: 1px solid rgba(44, 22,44, 0.1);
    box-sizing: border-box;
    margin-top: 0px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: -1px;
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 20;
}

.nice-select.nice-select-bordered .list {
    border-radius: 0px 3px 3px 3px;
    min-width: calc(100% + 2px);
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}
.nice-select .option {
    cursor: pointer;
    line-height: 35px;
    list-style: none;
    min-height: 35px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0.75;
    margin: 0 0 0 0  !important;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #f6f6f6;
    opacity: 1;
}
.nice-select .option.selected {
    display: none;
}
.nice-select .option.disabled, .nice-select .option.disabled:hover {
    background-color: transparent;
    color: rgba(44, 22,44, .50);;
    cursor: default;
}
.no-csspointerevents .nice-select .list {
    display: none;
}
.no-csspointerevents .nice-select.open .list {
    display: block;
}









.header-select-box .nice-select{
  padding-right: 25px !important;
  font-size: 11px;
  text-transform: uppercase;
}

.header-select-box .nice-select:after{
    border: none;
    content: '';
    position: absolute;
    margin: 0px;
    top: 37.5%;
    right: 18px;
    width: 2px;
    height: 10px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAKCAYAAACe5Y9JAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjQ0ODE1MkFCRjgyNDExRTZBRDJFQzc1NEQ5NjgzNjVDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjQ0ODE1MkFDRjgyNDExRTZBRDJFQzc1NEQ5NjgzNjVDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NDQ4MTUyQTlGODI0MTFFNkFEMkVDNzU0RDk2ODM2NUMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NDQ4MTUyQUFGODI0MTFFNkFEMkVDNzU0RDk2ODM2NUMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4islu7AAAAIklEQVR42mL00nLeywAELED8C8bwBDGYGKAAJEK6GoAAAwBIsgaQsGfhJQAAAABJRU5ErkJggg==');
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.header-select-box .nice-select.open:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.header-select-box .nice-select:hover {
    border-color: transparent;
}

.header-select-box .nice-select.open {
   border: 1px solid rgba(44, 22,44, 0.1);
}

@media all and (max-width: 991px) {
    #zalog__Filter .nice-select {
        position: unset;
    }
}
/* End */


/* Start:/local/templates/ufd-new/assets/plugins/fancybox-master/dist/jquery.fancybox.min.css?177746773913700*/
@charset "UTF-8";.fancybox-enabled{overflow:hidden}.fancybox-enabled body{overflow:visible;height:100%}.fancybox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99993;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-container~.fancybox-container{z-index:99992}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancybox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancybox-show-caption .fancybox-caption-wrap,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancybox-infobar{top:0;left:50%;margin-left:-79px}.fancybox-infobar__body{display:inline-block;width:70px;line-height:44px;font-size:13px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;text-align:center;color:#ddd;background-color:rgba(30,30,30,.7);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased}.fancybox-toolbar{top:0;right:0}.fancybox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.fancybox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:visible}.fancybox-slide--image:before{display:none}.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{background:#000}.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{background:#e5e3df}.fancybox-slide--next{z-index:99995}.fancybox-slide>*{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide .fancybox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-can-zoomOut .fancybox-image-wrap{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-image-wrap{cursor:zoom-in}.fancybox-can-drag .fancybox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-image,.fancybox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancybox-iframe{display:block;padding:0;border:0;height:100%}.fancybox-error,.fancybox-iframe{margin:0;width:100%;background:#fff}.fancybox-error{padding:40px;max-width:380px;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font:16px/20px Helvetica Neue,Helvetica,Arial,sans-serif}.fancybox-close-small{position:absolute;top:0;right:0;width:44px;height:44px;padding:0;margin:0;border:0;border-radius:0;outline:none;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background:#fff;transition:background .25s;box-sizing:border-box;z-index:2}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-slide--iframe .fancybox-close-small{top:0;right:-44px}.fancybox-slide--iframe .fancybox-close-small:after{background:transparent;font-size:35px;color:#aaa}.fancybox-slide--iframe .fancybox-close-small:hover:after{color:#fff}.fancybox-caption-wrap{bottom:0;left:0;right:0;padding:60px 30px 0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{pointer-events:all}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-button{display:inline-block;position:relative;margin:0;padding:0;border:0;width:44px;height:44px;line-height:44px;text-align:center;background:transparent;color:#ddd;border-radius:0;cursor:pointer;vertical-align:top;outline:none}.fancybox-button[disabled]{cursor:default;pointer-events:none}.fancybox-button,.fancybox-infobar__body{background:rgba(30,30,30,.6)}.fancybox-button:hover:not([disabled]){color:#fff;background:rgba(0,0,0,.8)}.fancybox-button:after,.fancybox-button:before{content:"";pointer-events:none;position:absolute;background-color:currentColor;color:currentColor;opacity:.9;box-sizing:border-box;display:inline-block}.fancybox-button[disabled]:after,.fancybox-button[disabled]:before{opacity:.3}.fancybox-button--left:after,.fancybox-button--right:after{top:18px;width:6px;height:6px;background:transparent;border-top:2px solid currentColor;border-right:2px solid currentColor}.fancybox-button--left:after{left:20px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.fancybox-button--right:after{right:20px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--left{border-bottom-left-radius:5px}.fancybox-button--right{border-bottom-right-radius:5px}.fancybox-button--close:after,.fancybox-button--close:before{content:"";display:inline-block;position:absolute;height:2px;width:16px;top:calc(50% - 1px);left:calc(50% - 8px)}.fancybox-button--close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.fancybox-arrow{position:absolute;top:50%;margin:-50px 0 0;height:100px;width:54px;padding:0;border:0;outline:none;background:none;cursor:pointer;z-index:99995;opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:opacity .25s}.fancybox-arrow:after{content:"";position:absolute;top:28px;width:44px;height:44px;background-color:rgba(30,30,30,.8);background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);background-repeat:no-repeat;background-position:50%;background-size:24px 24px}.fancybox-arrow--right{right:0}.fancybox-arrow--left{left:0;-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fancybox-arrow--left:after,.fancybox-arrow--right:after{left:0}.fancybox-show-nav .fancybox-arrow{opacity:.6}.fancybox-show-nav .fancybox-arrow[disabled]{opacity:.3}.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-25px;margin-left:-25px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--current{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancybox-fx-rotate.fancybox-slide--previous{-webkit-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--next{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--current{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancybox-fx-circular.fancybox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}@media (max-width:800px){.fancybox-infobar{left:0;margin-left:0}.fancybox-button--left,.fancybox-button--right{display:none!important}.fancybox-caption{padding:20px 0;margin:0}}.fancybox-button--fullscreen:before{width:15px;height:11px;left:calc(50% - 7px);top:calc(50% - 6px);border:2px solid;background:none}.fancybox-button--pause:before,.fancybox-button--play:before{top:calc(50% - 6px);left:calc(50% - 4px);background:transparent}.fancybox-button--play:before{width:0;height:0;border-top:6px inset transparent;border-bottom:6px inset transparent;border-left:10px solid;border-radius:1px}.fancybox-button--pause:before{width:7px;height:11px;border-style:solid;border-width:0 2px}.fancybox-button--thumbs,.fancybox-thumbs{display:none}@media (min-width:800px){.fancybox-button--thumbs{display:inline-block}.fancybox-button--thumbs span{font-size:23px}.fancybox-button--thumbs:before{width:3px;height:3px;top:calc(50% - 2px);left:calc(50% - 2px);box-shadow:0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0}.fancybox-thumbs{position:absolute;top:0;right:0;bottom:0;left:auto;width:220px;margin:0;padding:5px 5px 0 0;background:#fff;word-break:normal;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:220px}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0}.fancybox-thumbs>ul>li{float:left;overflow:hidden;max-width:50%;padding:0;margin:0;width:105px;height:75px;position:relative;cursor:pointer;outline:none;border:5px solid transparent;border-top-width:0;border-right-width:0;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;min-width:100%;min-height:100%;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2px;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}}
.fancybox-slide {
	position: fixed !important;
}
/* End */


/* Start:/local/templates/ufd-new/assets/plugins/ion.rangeSlider-2.2.0/css/ion.rangeSlider.css?17774677403355*/
/* Ion.RangeSlider
// css version 2.0.3
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/

/* =====================================================================================================================
// RangeSlider */

.irs {
    position: relative; display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
    .irs-line {
        position: relative; display: block;
        overflow: hidden;
        outline: none !important;
    }
        .irs-line-left, .irs-line-mid, .irs-line-right {
            position: absolute; display: block;
            top: 0;
        }
        .irs-line-left {
            left: 0; width: 11%;
        }
        .irs-line-mid {
            left: 9%; width: 82%;
        }
        .irs-line-right {
            right: 0; width: 11%;
        }

    .irs-bar {
        position: absolute; display: block;
        left: 0; width: 0;
    }
        .irs-bar-edge {
            position: absolute; display: block;
            top: 0; left: 0;
        }

    .irs-shadow {
        position: absolute; display: none;
        left: 0; width: 0;
    }

    .irs-slider {
        position: absolute; display: block;
        cursor: default;
        z-index: 1;
    }
        .irs-slider.single {

        }
        .irs-slider.from {

        }
        .irs-slider.to {

        }
        .irs-slider.type_last {
            z-index: 2;
        }

    .irs-min {
        position: absolute; display: block;
        left: 0;
        cursor: default;
    }
    .irs-max {
        position: absolute; display: block;
        right: 0;
        cursor: default;
    }

    .irs-from, .irs-to, .irs-single {
        position: absolute; display: block;
        top: 0; left: 0;
        cursor: default;
        white-space: nowrap;
    }

.irs-grid {
    position: absolute; display: none;
    bottom: 0; left: 0;
    width: 100%; height: 20px;
}
.irs-with-grid .irs-grid {
    display: block;
}
    .irs-grid-pol {
        position: absolute;
        top: 0; left: 0;
        width: 1px; height: 8px;
        background: #000;
    }
    .irs-grid-pol.small {
        height: 4px;
    }
    .irs-grid-text {
        position: absolute;
        bottom: 0; left: 0;
        white-space: nowrap;
        text-align: center;
        font-size: 9px; line-height: 9px;
        padding: 0 3px;
        color: #000;
    }

.irs-disable-mask {
    position: absolute; display: block;
    top: 0; left: -1%;
    width: 102%; height: 100%;
    cursor: default;
    background: rgba(0,0,0,0.0);
    z-index: 2;
}
.irs-disabled {
    opacity: 0.4;
}
.lt-ie9 .irs-disabled {
    filter: alpha(opacity=40);
}


.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}

/* End */


/* Start:/local/templates/ufd-new/assets/plugins/ion.rangeSlider-2.2.0/css/ion.rangeSlider.skinUfd.css?17774677402833*/
/* Ion.RangeSlider, Simple Skin
// css version 2.0.3
// © Denis Ineshin, 2014    https://github.com/IonDen
// © guybowden, 2014        https://github.com/guybowden
// ===================================================================================================================*/

/* =====================================================================================================================
// Skin details */

.irs {
    height:5px;
    cursor: pointer;
}
.irs-with-grid {
    height: 75px;
}
.irs-line {
    height: 12px; top: -6px;
}
    .irs-line-left {
        height: 11px;
    }
    .irs-line-mid {
        height: 11px;
    }
    .irs-line-right {
        height: 11px;
    }

.irs-bar {
    height: 2px; top: -2px;
    background: #0073AE;
}
    .irs-bar-edge {
        height: 2px; top: -2px;
        width: 14px;
        background: #0073AE;
    }

.irs-shadow {
    height: 2px; top: 38px;
    background: #000;
    opacity: 0.3;
    border-radius: 5px;
    -moz-border-radius: 5px;
}
.lt-ie9 .irs-shadow {
    filter: alpha(opacity=30);
}

.irs-slider {
    top: -8px;
    width: 14px;
    height: 14px; 
    background: #0073AE;
    border-radius: 50%;
    cursor: pointer;
}

.irs-slider.state_hover, .irs-slider:hover {
    background: #A1006B;
}

.irs-min, .irs-max {
    color: #333;
    font-size: 12px; line-height: 1.333;
    text-shadow: none;
    top: 0;
    padding: 1px 5px;
    background: rgba(0,0,0,0.1);
    border-radius: 3px;
    -moz-border-radius: 3px;
}

.lt-ie9 .irs-min, .lt-ie9 .irs-max {
    background: #ccc;
}

.irs-from, .irs-to, .irs-single {
    color: #fff;
    font-size: 14px; line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background: #428bca;
    border-radius: 3px;
    -moz-border-radius: 3px;
}
.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
    background: #999;
}

.irs-grid {
    height: 27px;
}
.irs-grid-pol {
    opacity: 0.5;
    background: #428bca;
}
.irs-grid-pol.small {
    background: #999;
}

.irs-grid-text {
    bottom: 5px;
    color: #99a4ac;
}

.irs-disabled {
}

.wc-grid {
    position: relative;
    width: 100%;
    height: auto;
}

.wc-grid-item {
    position: absolute;
    top: 2px;
    font-size: 12px;
    color: rgba(56, 55, 58, 0.75);
    white-space: nowrap;
}

.wc-grid .wc-grid-item:not(:first-child),
.wc-grid .wc-grid-item:not(:last-child) {
    transform: translateX(-50%);
}

.wc-grid .wc-grid-item:first-child {
     transform: translateX(0%);
}

.wc-grid .wc-grid-item:last-child {
     transform: translateX(-100%);
}

@media all and (max-width: 375px) {
    .wc-grid .wc-grid-item:not(:last-child),
    .wc-grid .wc-grid-item:not(:first-child) {
        display: none;
    }

    .wc-grid .wc-grid-item:last-child,
    .wc-grid .wc-grid-item:first-child {
        display: inline;
    }
}

/* End */


/* Start:/local/templates/ufd-new/assets/plugins/swiper/swiper.css?177746774023622*/
/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
    float: left;
}
.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%!important;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
    display: none;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms opacity;
    -o-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms top, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms left, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms right, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000000;
}
.swiper-pagination-lock {
    display: none;
}
/* Scrollbar */
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-scrollbar-lock {
    display: none;
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.swiper-slide-zoomed {
    cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* a11y */
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube {
    overflow: visible;
}
.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}
.swiper-container-flip {
    overflow: visible;
}
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
    /* Windows 8 IE 10 fix */
    -ms-perspective: 1200px;
}

/* End */


/* Start:/local/templates/ufd-new/assets/plugins/wc.accordion/wc.accordion.css?17774677403894*/
.accordion {
  position: relative;
  border: 1px solid rgba(56, 55, 58, 0.15);
  border-radius: 4px;
}

.accordion__title {
  cursor: pointer;
  color: rgba(56, 55, 58, 1);
  -moz-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  -webkit-transition: color .3s ease-out;
  transition: color .3s ease-out;
  line-height: 1.1;
   position: relative;
}

@media all and (min-width: 991px){
  .accordion__title:hover {
    color: rgba(0, 159, 238, 1);
    position: relative;
  }
}

/*.accordion .accordion__item:not(:last-child):not(.accordion__item--open) .accordion__title:after {
    content: '';
    width: 100%;
    height: 1px;
    position: relative;
    display: block;
    background-color: #F4F6F8;
    top: 2rem;
}*/

.accordion__item:not(.accordion__item--open) .accordion__content {
  display: none;
}

.accordion__content {
  background-color: #F4F6F8;
  padding: 1.5rem 2.5rem;
  overflow: hidden;
}

.accordion__content > p:first-child {
  margin-top: 0;
}

.accordion__content > p:last-child {
  margin-bottom: 0;
}

@media all and (min-width: 767px){
  .accordion__title{
    font-size: 1.125rem;
    padding: 2rem 3.5rem 2rem 2.5rem;
  }

  .accordion__content {
    padding: 1.5rem 2.5rem;
  }
}

@media all and (max-width: 767px){
  .accordion__title{
    font-size: 1rem;
    padding: 2rem 1.5rem;
  }

  .accordion__content {
    padding: 1.5rem 1.5rem;
  }
}

.accordion__toggle {
  float: right;
  display: block;
  width: 14px;
  height: 14px;
  text-transform: none;
  font-style: normal;
}

.accordion__item .accordion__toggle:before {
  font-family: 'fontello';
  color: rgba(56, 55, 58, 0.5);
   -moz-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  -webkit-transition: color .3s ease-out;
  transition: color .3s ease-out;
}

.accordion__item.accordion__item--open .accordion__toggle:before {
    content: '\f005';
}

.accordion__item:not(.accordion__item--open) .accordion__toggle:before {
    
    content: '\f004';
}

@media all and (min-width: 991px){
  .accordion__title:hover .accordion__toggle:before {
      color: #009FEE;
  }
}



/* THEME STEPS */

.accordion.accordion-theme-1 {
    border: 1px solid transparent;
}
 
.accordion-theme-1 .accordion__item {
   background-color: white;
   border-radius: 4px;
   margin-bottom: 2rem;
}

.accordion-theme-1 .accordion__item:last-child {
   margin-bottom: 0;
}

.accordion-theme-1 .accordion__title {
   color: #4D5357;
}

@media all and (min-width: 767px){
  .accordion-theme-1 .accordion__title{
     font-size: 1.625rem; 
    padding: 2rem 3.5rem 2rem 2.5rem;
  }

  .accordion-theme-1 .accordion__content {
    padding: 1.5rem 2.5rem 2.5rem 2.5rem;
  }
}

@media all and (max-width: 767px){
  .accordion-theme-1 .accordion__title{
    font-size: 1.25rem;
    padding: 2rem 1.5rem;
  }

  .accordion-theme-1 .accordion__content {
    padding: 1.5rem 1.5rem;
  }
}

.accordion-theme-1 .accordion__content {
   background-color: white;
}

.accordion-theme-1 .accordion__item--open .accordion__title:after{
   content: '';
   width: 100%;
   height: 1px;
   position: relative;
   display: block;
   background-color: #F4F6F8;
   top: 2rem;
}

.accordion-theme-1  .accordion__title-step {
   color: rgba(77, 83, 87, 0.35);
   margin-right: 1.5rem;
}

@media all and (max-width: 767px) {
   .accordion-theme-1  .accordion__title-step {
      display: block;
      margin-right: 0;
      margin-bottom: 0.5rem
   }
}

.accordion-theme-1 .accordion__toggle {
   font-size: 80%;
   position: absolute;
   right: 2rem;
   top: 2.25rem;
}

@media all and (min-width: 991px){
  .accordion-theme-1 .accordion__title:hover {
    color: rgba(0, 159, 238, 1);
    position: relative;
  }
}
/* End */


/* Start:/local/templates/ufd-new/assets/css/normalize.css?17774677392326*/
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}
body{margin:0;}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary{display:block;}
audio,
canvas,
progress,
video{display:inline-block;}
audio:not([controls]){display:none;height:0;}
progress{vertical-align:baseline;}
template,
[hidden]{display:none;}
a{background-color:transparent;-webkit-text-decoration-skip:objects;}
a:active,
a:hover{outline-width:0;}
abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}
b,
strong{font-weight:inherit;}
b,
strong{font-weight:bolder;}
dfn{font-style:italic;}
h1{font-size:2em;margin:0.67em 0;}
mark{background-color:#ff0;color:#000;}
small{font-size:80%;}
sub,
sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
sub{bottom:-0.25em;}
sup{top:-0.5em;}
img{border-style:none;}
svg:not(:root){overflow:hidden;}
code,
kbd,
pre,
samp{font-family:monospace, monospace;font-size:1em;}
figure{margin:1em 40px;}
hr{box-sizing:content-box;height:0;overflow:visible;}
button,
input,
select,
textarea{font:inherit;margin:0;}
optgroup{font-weight:bold;}
button,
input{overflow:visible;}
button,
select{text-transform:none;}
button,
html [type="button"],
[type="reset"],
[type="submit"]{-webkit-appearance:button;}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner{border-style:none;padding:0;}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring{outline:1px dotted ButtonText;}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}
legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}
textarea{overflow:auto;}
[type="checkbox"],
[type="radio"]{box-sizing:border-box;padding:0;}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button{height:auto;}
[type="search"]{-webkit-appearance:textfield;outline-offset:-2px;}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}
::-webkit-input-placeholder{color:inherit;opacity:0.54;}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}
/* End */


/* Start:/local/templates/ufd-new/assets/css/utils.css?177746773910796*/
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

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

[role="button"] {
  cursor: pointer;
}

a[role="for-modal"]:focus,
a[role="for-modal"]:active,
a[role="for-modal"]{
  border-bottom: 1px dashed rgba(55, 71, 79, 0.3);
}

button[disabled],
html input[disabled] {
  cursor: default;
}

small {
  font-size: 80%;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}

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

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* .clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
} */

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,{
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}


.img-responsive {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-responsive-block {
  display: block;
  max-width: 100%;
  height: auto;
}


.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}

@media (max-width: 992px) {
  .center-mobile {
    text-align: center;
  }
}

.vertical-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.def-tr {
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

[role="block"] {
  display: block;
}

@media screen and (min-width: 991px )  {
  .text-center-md{
    text-align: center;
  }

  .text-right-md {
    text-align: right;
  }
  
  .text-left-md {
    text-align: left;
  }
}


@media screen and (min-width: 767px ) and (max-width: 991px)  {
  .text-center-sm{
    text-align: center;
  }
  .text-right-sm{
    text-align: right;
  }
   .text-left-sm {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  
  .text-left-xs {
    text-align: left;
  }

  .text-center-xs{
    text-align: center;
  }

  .text-right-xs {
    text-align: right;
  }
}

.relative {
  position: relative;
}

.block-square{
  overflow: hidden;
}
.block-square:before{
  content: "";
  padding-top: 100%;
  float: left;
}

/*
######
###### Полоска на всю ширину блока
###### #########################
*/
.border-bottom{
  border-bottom: 1px solid rgba(58, 32, 26, 0.15);
}

/*
######
###### Мелкая полоска под блоком
###### #########################
*/
.bt_line--black,
.bt_line--blue,
.bt_line--white{
  position: relative;
}

.bt_line--black:before,
.bt_line--blue:before,
.bt_line--white:before{
  position: absolute;
  content: '';
  height: 1px;
  width: 70px;
  bottom: 0px;
  left: 0px;
}

@media (max-width: 767px) {
  .bt_line--black.bt_line-wide-xs:before,
  .bt_line--blue.bt_line-wide-xs:before,
  .bt_line--white.bt_line-wide-xs:before{
    width: 100%;
  }
  .bt_line--black.bt_line-wide-xs-hide:before,
  .bt_line--blue.bt_line-wide-xs-hide:before,
  .bt_line--white.bt_line-wide-xs-hide:before{
    display: none;
  }
}

.bt_line--black:before{
  background: rgba(55, 71, 79, 0.15);
}

.bt_line--blue:before{
  background: rgba(0, 115, 173, 0.15);
}

.bt_line--white:before{
  background: rgba(255, 255, 255, 0.15);
}

/*
######
###### Большая полоска под блоком
###### #########################
*/
.bt_line-big--white,
.bt_line-big--black{
  position: relative;
}
.bt_line-big--white:before,
.bt_line-big--black:before{
  position: absolute;
  content: '';
  height: 2px;
  width: 170px;
  bottom: 0px;
  left: 0px;
}
.bt_line-big--white:before{
  background: rgba(255, 255, 255, 0.15);
}
.bt_line-big--black:before{
  background: rgba(55, 71, 79, 0.15);
}

/*
######
###### Over
###### #########################
*/
.overflow-hidden{
  overflow: hidden;
}
/*
######
###### Цвета ссылок в блоке
###### #########################
*/
.href__color--blue a:not(.btn):active,
.href__color--blue a:not(.btn):focus,
.href__color--blue a:not(.btn){
  color: #0073AD;
  font-weight: 600;
}

.href__color--blue a:hover{
  color: #a1006b;
}

/*
######
###### Аккордеон горизонтальный
###### #########################
*/
.ufd__horizontal-tabs{
  color: rgba(0, 115, 173, 1);
}
.ufd__horizontal-tabs .tab--item{
}
.ufd__horizontal-tabs .tab--item input[type="checkbox"],
.ufd__horizontal-tabs .tab--item input[type="radio"]{
  display: none;
}
.ufd__horizontal-tabs .tab--item label{
  position: relative;
  font-weight: 600;
  font-size: 1.125rem;
  cursor: pointer;
  width: 100%;
  display: inline-block;
  line-height: 1;
  padding: 58px 0 58px 0;
  border-bottom: 1px dashed rgba(0, 115, 173, 0);
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.ufd__horizontal-tabs .tab--item label:before{
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  margin-top: -7px;
  border-left: 3px solid rgba(0, 115, 173, 1);
  border-bottom: 3px solid rgba(0, 115, 173, 1);
  right: 30px;
  top: 50%;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);

  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.ufd__horizontal-tabs .tab--item{}
.ufd__horizontal-tabs .tab--item .tab--content{
  margin: 0;
  overflow: hidden;
  height: 0;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.ufd__horizontal-tabs .tab--item input:checked ~ label{
  border-bottom: 1px dashed rgba(0, 115, 173, 0.2);
}
.ufd__horizontal-tabs .tab--item input:checked ~ label:before{
  -webkit-transform: rotate(135deg);
     -moz-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.ufd__horizontal-tabs .tab--item input:checked ~ .tab--content{
  margin: 45px 0;
  height: auto !important;
}

@media (max-width: 767px) {
  .ufd__horizontal-tabs .tab--item label {
        padding-bottom: 34px;
  }
}


/*
######
###### Аккордеон горизонтальный в форме
###### #########################
*/
.ufd__horizontal--form-tabs{
  /*color: rgba(0, 115, 173, 1);*/
}
.ufd__horizontal--form-tabs .tab--item{
}
.ufd__horizontal--form-tabs .tab--item input[type="checkbox"],
.ufd__horizontal--form-tabs .tab--item input[type="radio"]{
  display: none;
}
.ufd__horizontal--form-tabs .tab--item > label{
  position: relative;
  color: rgba(0, 115, 174, 1);
  font-size: 0.875rem;
  cursor: pointer;
  width: 100%;
  display: inline-block;
  line-height: 1;
  padding: 13px 0 12px 0;
  border: 1px dashed rgba(0, 115, 174, 1);
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  text-align: center;
  border-radius: 4px;
  font-weight: 600;
}

.ufd__horizontal--form-tabs .tab--item > label:hover{
  color: rgba(161, 0, 107, 1);
  border: 1px dashed rgba(161, 0, 107, 1);
}

/*.ufd__horizontal--form-tabs .tab--item label > span.form__tab--open{}*/
.ufd__horizontal--form-tabs .tab--item > label > span{
  position: relative;
}

.ufd__horizontal--form-tabs .tab--item > label > span:before,
.ufd__horizontal--form-tabs .tab--item > label > span:after{
  position: absolute;
  content: '';
  left: -15px;
  top: 50%;
  width: 8px;
  height: 2px;
  background-color: rgba(0, 115, 174, 1);
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.ufd__horizontal--form-tabs .tab--item > label:hover > span:before,
.ufd__horizontal--form-tabs .tab--item > label:hover > span:after{
  background-color: rgba(161, 0, 107, 1);
}

.ufd__horizontal--form-tabs .tab--item > label > span:before{
  -webkit-transform: translate(0, -50%) rotate(90deg);
     -moz-transform: translate(0, -50%) rotate(90deg);
      -ms-transform: translate(0, -50%) rotate(90deg);
          transform: translate(0, -50%) rotate(90deg);
}
.ufd__horizontal--form-tabs .tab--item > label > span:after{
  -webkit-transform: translate(0, -50%) rotate(0deg);
     -moz-transform: translate(0, -50%) rotate(0deg);
      -ms-transform: translate(0, -50%) rotate(0deg);
          transform: translate(0, -50%) rotate(0deg);
}

.ufd__horizontal--form-tabs .tab--item > label > span.form__tab--close{
  display: none;
}


/*.ufd__horizontal--form-tabs .tab--item{}*/
.ufd__horizontal--form-tabs .tab--item .tab--content{
  position: relative;
  z-index: 50;
  margin: 0;
  overflow: hidden;
  max-height: 0;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  opacity: 0;
}

.ufd__horizontal--form-tabs .tab--item > input:checked ~ label > span.form__tab--open{
  display: none;
}
.ufd__horizontal--form-tabs .tab--item > input:checked ~ label > span.form__tab--close{
  display: inline-block;
}

.ufd__horizontal--form-tabs .tab--item > input:checked ~ label > span:before{
  -webkit-transform: translate(0, -50%) rotate(0deg);
     -moz-transform: translate(0, -50%) rotate(0deg);
      -ms-transform: translate(0, -50%) rotate(0deg);
          transform: translate(0, -50%) rotate(0deg);
}

.ufd__horizontal--form-tabs .tab--item > input:checked ~ .tab--content{
  max-height: 1000px;
  opacity: 1;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  overflow: unset;
}

/* End */


/* Start:/local/templates/ufd-new/assets/css/grid.css?177746773918414*/
/* Uncomment and set these variables to customize the grid. */

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
  box-sizing: border-box;
}

@media (max-width: 1200px) {
  .container {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; 

}

.row.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-1 {
  margin-left: 8.333%;
}

.col-xs-offset-2 {
  margin-left: 16.667%;
}

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

.col-xs-offset-4 {
  margin-left: 33.333%;
}

.col-xs-offset-5 {
  margin-left: 41.667%;
}

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

.col-xs-offset-7 {
  margin-left: 58.333%;
}

.col-xs-offset-8 {
  margin-left: 66.667%;
}

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

.col-xs-offset-10 {
  margin-left: 83.333%;
}

.col-xs-offset-11 {
  margin-left: 91.667%;
}

.start-xs {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.middle-xs {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.bottom-xs {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.first-xs {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}

.last-xs {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

@media only screen and (min-width: 768px) {
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-sm {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-sm-offset-1 {
    margin-left: 8.333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.667%;
  }

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

  .col-sm-offset-4 {
    margin-left: 33.333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.667%;
  }

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

  .col-sm-offset-7 {
    margin-left: 58.333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.667%;
  }

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

  .col-sm-offset-10 {
    margin-left: 83.333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.667%;
  }

  .start-sm {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-sm {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-sm {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .middle-sm {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }

  .bottom-sm {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }

  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-sm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .first-sm {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .last-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

@media only screen and (min-width: 992px) {
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-md {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-md-offset-1 {
    margin-left: 8.333%;
  }

  .col-md-offset-2 {
    margin-left: 16.667%;
  }

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

  .col-md-offset-4 {
    margin-left: 33.333%;
  }

  .col-md-offset-5 {
    margin-left: 41.667%;
  }

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

  .col-md-offset-7 {
    margin-left: 58.333%;
  }

  .col-md-offset-8 {
    margin-left: 66.667%;
  }

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

  .col-md-offset-10 {
    margin-left: 83.333%;
  }

  .col-md-offset-11 {
    margin-left: 91.667%;
  }

  .start-md {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-md {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-md {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-md {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .middle-md {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }

  .bottom-md {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }

  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-md {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .first-md {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .last-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

@media only screen and (min-width: 1200px) {
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-lg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-lg-offset-1 {
    margin-left: 8.333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.667%;
  }

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

  .col-lg-offset-4 {
    margin-left: 33.333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.667%;
  }

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

  .col-lg-offset-7 {
    margin-left: 58.333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.667%;
  }

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

  .col-lg-offset-10 {
    margin-left: 83.333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.667%;
  }

  .start-lg {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-lg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-lg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .middle-lg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }

  .bottom-lg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }

  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-lg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .first-lg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .last-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}


@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* End */


/* Start:/local/templates/ufd-new/assets/css/buttons.css?17774677397087*/
.btn {
	position: relative;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: transparent;
    outline: none;
    text-decoration: none !important;
    border-radius: 3px;
    border: 1px solid transparent;
    line-height: 1;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-shadow: none;
}



.btn__medium {
	padding: 14px 20px 13px 20px;
	font-weight: 700;
    font-size: 0.6875rem;
}

.btn__medium--50 {
    padding: 19px 20px 18px 20px;
}

.btn--bordered {
    background-color: transparent;
    color: #a1006b;
    border: 1px solid rgba(161, 0, 107,0.35);
}

.btn--bordered-blue {
    background-color: transparent;
    color: #0073AE;
    border: 1px solid rgb(0 115 174 / 35%);
}

.btn--bordered-dark {
    background-color: transparent;
    color: #37474F;
    border: 1px solid #37474F33;
}

.btn--bordered:hover,
.btn--bordered-dark:not([disabled]):hover,
.btn--bordered-blue:hover {
    background-color: white;
    border: 1px solid white;
    box-shadow: 0px 5px 15px rgba(38, 50, 56, 0.15);
    -webkit-box-shadow: 0px 5px 15px rgba(38, 50, 56, 0.15);
    -moz-box-shadow: 0px 5px 15px rgba(38, 50, 56, 0.15);
}


.btn--gold {
    background-color: #efcc00;
    color: #504f53;
}

.btn--gold:hover {
    background-color: #fdca00;
}

.btn--pink {
    background-color: #a1006b;
    color: #fff;
}

.btn--blue {
    color: #FFFFFF;
    background-color: #0073AE;
}


.btn--black {
    background-color: #3f3e42;
    font-weight: 600;
    color:  white;
}

.btn--white {
    font-weight: 600;
    background: #FFFFFF;
    color: #0073AE;
}

.btn--dark {
    background-color: #3f3e42;
    font-weight: 600;
    color:  white;
}

.btn--pink:hover {
    background-color: #a1006b;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(161, 0, 107, 0.5);
    -moz-box-shadow: 0px 5px 30px 0px rgba(161, 0, 107, 0.5);
    box-shadow: 0px 5px 30px 0px rgba(161, 0, 107, 0.5);
}

.btn--blue:hover {
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 115, 174, 0.5);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 115, 174, 0.5);
    box-shadow: 0px 5px 30px 0px rgba(0, 115, 174, 0.5);
}

.btn--white:hover {
    -webkit-box-shadow: 0px 5px 30px 0px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0px 5px 30px 0px rgba(255, 255, 255, 0.5);
    box-shadow: 0px 5px 30px 0px rgba(255, 255, 255, 0.5);
}

.btn--dark:hover {
    opacity: 0.8;
}

.btn--black:hover {
    background-color: #efcc00;
    color: #504f53;
}

.btn--clear {
    background: transparent;
    color: #a1006b;
    border: 1px solid rgba(161, 0, 107, 0.1);
}
.btn--clear:hover {
    -webkit-box-shadow: 0px 5px 30px 0px rgba(161, 0, 107, 0.5);
    -moz-box-shadow: 0px 5px 30px 0px rgba(161, 0, 107, 0.5);
    box-shadow: 0px 5px 30px 0px rgba(161, 0, 107, 0.5);
}

.btn__search {
    width: 32px;
    height: 32px;
    background-image: url(/local/templates/ufd-new/assets/css/../img/search-icon.svg);
    background-position: center;
    background-size: cover;
}

.btn__big {
    padding: 22px 37px 22px 37px;
    font-weight: 600;
    font-size: 0.875rem;
}
.btn__big.btn--long {
    padding: 13px 37px 13px 37px;
    font-size: 0.75rem;
    line-height: 16px;
}
.btn__big.btn--short {
    padding: 22px 24px 22px 24px;
    font-size: 0.75rem;
    line-height: 16px;
} 

@media all and (max-width: 767px) {
    .btn__big {
      padding: 17px 24px 17px 24px;
    }
}

.btn__wide{
    width: 100%;
    text-align: center;
}

.btn-group {
    display: inline-block;
    font-size: 0;
    vertical-align: top;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 3px;
}

.btn-group.btn--bordered-blue .btn:last-child{
    border-left: 1px solid rgb(0 115 174 / 35%);
}

.btn-group .btn--icon {
    padding: 18px 20px;
}

@media (max-width: 767px) {
    .ufd__form .ufd__form--item--after-input._rko {
        flex-direction: column;
        row-gap: 10px;
    }

    .btn-group {
        white-space: nowrap;
    }

    .btn__big.btn--long {
        padding: 13px 18px;
    }
}

.close--btn_custom{
    position: absolute;
    cursor: pointer;
    right: 15px;
    top: 0px;
    height: 70px;
    border: 0px;
    background: none;
    outline: 0px;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    z-index: 50;
    padding-right: 50px;
    border-radius: 4px;
}

@media (max-width: 767px) {
    .close--btn_custom{
        right: 0px;
    }
}

.close--btn_custom:after,
.close--btn_custom:before{
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    right: 20px;
    top: 50%;
    background-color: rgba(55, 71, 79, 0.35);
    z-index: 50;
}

@media (max-width: 767px) {
    .close--btn_custom:after,
    .close--btn_custom:before{
        right: 15px;
    }
}

.close--btn_custom:before{
    transform: translate(0, -50%) rotate(45deg);
}

.close--btn_custom:after{
    transform: translate(0, -50%) rotate(135deg);
}
.close--btn_custom span{
    visibility: hidden;
    opacity: 0;
    line-height: 1;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    padding: 20px 0px;
    color: rgba(38, 50, 59, 0.5);
    font-size: 0.6875rem;
    font-weight: bold;
    letter-spacing: 1.3px;
    line-height: 1;
    text-transform: uppercase;
}
.close--btn_custom:hover span{
    opacity: 1;
    visibility: visible;
}

@media (max-width: 767px) {
    .btn__wide-xs{
        width: 100%;
    }
    .close--btn_custom span{
        display: none;
    }
}


.btn.first-screen-btn {
    margin: 20px 0 200px;
}

.first-screen-btn-about {
    margin: 30px 0 165px;

}

@media all and (max-width: 767px) {
    .btn.first-screen-btn {
        margin: 0;
    }
    .first-screen-btn-about {
        margin: 0;
    }
    .btn.btn-text-wrap {
        white-space: normal;
        text-align: center;
        line-height: 1.5;
    }
}

[data-icon="message"]{
    padding-left: 2.5rem;
    background-repeat: no-repeat;
    background-position: 1rem center;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3C1 1.89543 1.89543 1 3 1H13C14.1046 1 15 1.89543 15 3V9C15 10.1046 14.1046 11 13 11H12V14L9 11H3C1.89543 11 1 10.1046 1 9V3Z' stroke='white' stroke-width='2' stroke-linejoin='round'/%3E%3Ccircle cx='8' cy='6' r='1' fill='white'/%3E%3Ccircle cx='11' cy='6' r='1' fill='white'/%3E%3Ccircle cx='5' cy='6' r='1' fill='white'/%3E%3C/svg%3E%0A");
}
/* End */


/* Start:/local/templates/ufd-new/assets/css/forms.css?177746773932793*/

.ufd__form--policy-text {
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px;
    border-radius: 5px;
    background-color: #F4F6F8;
    max-height: 0;
    transition: all .3s ease-in-out;
    font-size: 13px;
    line-height: 18px;
    color: rgba(55, 71, 79, .7);
}

.ufd__form--policy-text p {
    margin: 13px 0;
}

.ufd__form--policy-text._white {
    background-color: #FFF;
}

.ufd__form--policy-text._active {
    display: block;
    max-height: 160px;
}

.fancybox-modal-medium {
    /*max-width: 570px;*/
    border-radius: 4px;
    overflow: unset;
}

.error-files {
    color: #a1006b;
    margin-bottom: 20px;
}

.ufd__form:not(.ufd__form--no-margin) {
    margin: 20px 0;
}

.ufd__form--no-margin {
    margin: 0;
}

.ufd__form form {
    width: 100%;
}

.ufd__form--required-star {
    color: #A1006B;
    position: relative;
    font-size: 1rem;
}

.ufd__form--required-star span {
    font-weight: 700;
    color: rgb(161, 16, 106);
    font-size: 1.375rem;
    position: relative;
    top: 6px;
}

.ufd__form .ufd__form--title {
    margin-bottom: 1rem;
}

.ufd__form .ufd__form--title._rko {
    margin-bottom: 10px;
}

.ufd__form .ufd__form--title p {
    font-size: 0.8125rem;
    line-height: 1.6;
    opacity: 0.7;
    padding-top: 15px;
}

.ufd__form .ufd__form--title._rko p {
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0;
}

.ufd__form .ufd__form--title-inline {
    margin-bottom: 1rem;
    margin-top: 3rem;
}

.ufd__form .ufd__form--item {
    position: relative;
    min-height: 54px;
    width: 100%;
    margin: 20px 0px;
}

.ufd__form .ufd__form--item.ufd__form--auto-height {
    height: auto;
    min-height: 0;
}

.ufd__form .ufd__form--item-text {
    font-size: 13px;
    color: rgba(55, 71, 79, 0.75);
    margin: 10px 0;
}

.ufd__form .ufd__form--item-text--pink {
    color: #a1006b;
}


.ufd__form--item-notification {
    color: rgba(55, 71, 79, 0.7);
    margin: 10px 0;
}

.ufd__form--item-notification > a {
    font-weight: 700;
    color: #0073ae;
    border-bottom: 1px solid transparent;
}

.ufd__form .ufd__form--item.ufd__form--item--after-input {
    margin: 30px 0px 20px 0px;
}

.ufd__form .ufd__form--item--after-input._rko {
    display: flex;
    column-gap: 30px;
    justify-content: space-between;
}

.fancybox-modal-medium._rko .ufd__form .ufd__form--item--after-input._rko .btn {
    font-size: 12px;
}

.ufd__form--rko-btn {
    width: 50%;
}

.ufd__form .nice-select {
    text-transform: none;
    width: 100%;
    line-height: 1;
    height: auto;
    border-top: 1px solid rgba(55, 71, 79, 0);
    border-left: 1px solid rgba(55, 71, 79, 0);
    border-right: 1px solid rgba(55, 71, 79, 0);
    border-bottom: 1px solid rgba(55, 71, 79, 0.35);
    padding: 0px;
    opacity: 1;
}

.ufd__form .nice-select span {
    display: block;
    font-size: 1.125rem;
    padding: 1rem 1.5rem;
    line-height: 19px;
    height: 52px;
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 400;
    color: rgba(55, 71, 79, 1);
}

.ufd__form .nice-select:active,
.ufd__form .nice-select.open,
.ufd__form .nice-select:focus {
    background-color: transparent;
}

.ufd__form .nice-select .list {
    border-radius: 3px;
    left: -1px;
    right: -1px;
    border: 1px solid transparent;
    max-height: 250px;
    overflow-y: scroll;
    font-size: 1rem;
    padding: 0px 0px 0px 30px;
    margin: 0px;
    box-shadow: 0px 5px 15px 0px rgba(55, 71, 79, 0.2);
    z-index: 150;
}


.ufd__form .nice-select .list li {
    position: relative;
    opacity: 1;
    color: rgba(55, 71, 79, 1);
    margin: 0px;
    font-weight: 400;
    padding: 15px 0;
    border-bottom: 1px dashed rgba(55, 71, 79, 0.15);
    text-overflow: ellipsis;
    overflow: hidden;
}

@media all and (max-width: 400px) {
    #form_text_528 ~ .nice-select .list li {
        font-size: 12px;
    }
}

.ufd__form .nice-select .list li:last-child {
    border-bottom: 1px dashed rgba(55, 71, 79, 0);
}

.ufd__form .nice-select .list li[data-description]:after {
    position: relative;
    content: attr(data-description);
    font-size: 0.8125rem;
    line-height: 1.125rem;
    color: rgba(55, 71, 79, 1) !important;
    opacity: 0.7;
    display: block;
    width: 100%;
    white-space: normal;
}

.ufd__form .nice-select .option:hover,
.ufd__form .nice-select .option.focus,
.ufd__form .nice-select .option.selected.focus {
    background-color: transparent;
    color: #a1006b;
}

.ufd__form select {
    display: block !important;
    opacity: 0;
    left: 0px;
    right: 0px;
    bottom: 0px;
    position: absolute;
    width: 100%;
    z-index: -1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.ufd__form .ufd__form--item label.for-fly {
    position: absolute;
    left: 1.5rem;
    top: 27px;
    transform: translate(0, -50%);
    line-height: 1;
    pointer-events: none;
    opacity: 0.35;
    font-size: 1rem;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


.ufd__form .ufd__form--item input[type="email"],
.ufd__form .ufd__form--item input[type="text"] {
    width: 100%;
    border-top: 1px solid rgba(55, 71, 79, 0);
    border-left: 1px solid rgba(55, 71, 79, 0);
    border-right: 1px solid rgba(55, 71, 79, 0);
    border-bottom: 1px solid rgba(55, 71, 79, 0.35);
    background-color: transparent;
    outline: none;
    line-height: 1;
    padding: 1rem 1.5rem;
    font-size: 1rem;
    box-sizing: border-box;
}

.ufd__rko-form--item._rko {
    position: relative;
}

.ufd__form .ufd__rko-form--item input[type="text"] {
    width: 100%;
    border: 1px solid #37474F26;
    border-radius: 4px;
    background-color: transparent;
    outline: none;
    line-height: 1;
    padding: 19px;
    font-size: 24px;
    color: #37474F;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.ufd__form .ufd__rko-form--item label {
    font-size: 12px;
    line-height: 1;
    color: #37474F80;
    position: absolute;
    left: 20px;
    top: -6px;
    padding-left: 5px;
    padding-right: 17px;
    background: #fff;
}

.ufd__form .ufd__rko-form--item label._gray {
    background-color: #f1f4f5;
}

.ufd__form .ufd__rko-form--item label .required {
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='7' viewBox='0 0 7 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.46 6.6L2.78 4.2L0.84 5.68L0 4.24L2.24 3.3L0 2.36L0.84 0.92L2.78 2.4L2.46 0H4.1L3.78 2.4L5.72 0.92L6.56 2.36L4.32 3.3L6.56 4.24L5.72 5.68L3.78 4.2L4.1 6.6H2.46Z' fill='%23A1006B'/%3E%3C/svg%3E%0A");
    width: 7px;
    height: 7px;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
}

.ufd__form .ufd__form--item textarea {
    width: 100%;
    border-top: 1px solid rgba(55, 71, 79, 0);
    border-left: 1px solid rgba(55, 71, 79, 0);
    border-right: 1px solid rgba(55, 71, 79, 0);
    border-bottom: 1px solid rgba(55, 71, 79, 0.35);
    background-color: transparent;
    outline: none;
    line-height: 1;
    padding: 1rem 1.5rem;
    font-size: 1rem;
    box-sizing: border-box;
    resize: none;
    min-height: 160px;
}

.ufd__form--item input[type="file"] {
    display: none;
}

.label-for-file {
    padding-left: 52px;
    display: block;
    cursor: pointer;
    position: relative;

}

.label-for-file::before {
    position: absolute;
    content: '';
    background-image: url(/local/templates/ufd-new/assets/img/file.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 46px;
}

.label-for-file div {
    transition: all .3s ease-in-out;
    display: inline;
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
    color: #0073AE;
    border-bottom: 1px dashed rgba(0, 115, 174, .35);
}

.label-for-file span {
    font-size: 0.8125rem;
    color: rgba(55, 71, 79, 0.70);
    display: block;
}

.ufd__form--files {
    display: none;
    border: 1px dashed rgba(0, 115, 174, .35);
    box-sizing: border-box;
    border-radius: 4px;
    padding: 22px;
    margin-bottom: 20px;
}

.ufd__form--files.active {
    display: block;
}

.ufd__form--file {
    display: flex;
    font-weight: 600;
    font-size: 14px;
    line-height: 15px;
    color: #0073AE;
    align-items: center;
}

.ufd__form--file:not(:last-child) {
    margin-bottom: 10px;
}

.ufd__form--file .delete-file {
    cursor: pointer;
    opacity: .5;
    transition: all .3s ease-in-out;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
    background-image: url('data:image/svg+xml;charset=utf-8, <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9 1L1 9M1 1L9 9" stroke="%230073AE" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg>');
}

@media all and (min-width: 992px) {

    .ufd__form--file .delete-file:hover {
        opacity: 1;
    }

    .label-for-file:hover div {
        border-color: transparent;
    }
}

.ufd__form .ufd__form--item [type="submit"][disabled]:hover {
    box-shadow: none !important;
}

.ufd__form .ufd__form--item [type="submit"][disabled] {
    position: relative;
    color: transparent;
    background-image: url('/local/templates/ufd-new/assets/img/preloader.svg');
    background-position: center center;
    background-repeat: no-repeat;
}

.ufd__form .ufd__form--item._rko [type="submit"][disabled].btn--bordered-dark {
    background-image: none;
    color: #CFD8DC;
    border-color: #CFD8DC;
}

.ufd__form .ufd__form--item._rko [type="submit"][disabled].btn--pink {
    background-image: none;
    color: #fff;
    background-color: #CFD8DC;
}


.ufd__form .ufd__form--item .nice-select.open ~ label,
.ufd__form .ufd__form--item select:required:valid ~ label,
.ufd__form .ufd__form--item select.not-empty:optional ~ label,
.ufd__form .ufd__form--item input[type="email"]:required:focus ~ label,
.ufd__form .ufd__form--item input[type="email"]:optional:focus ~ label,
.ufd__form .ufd__form--item input[type="email"]:required:valid ~ label,
.ufd__form .ufd__form--item input[type="email"].not-empty:optional ~ label,
.ufd__form .ufd__form--item input[type="text"]:required:focus ~ label,
.ufd__form .ufd__form--item input[type="text"]:optional:focus ~ label,
.ufd__form .ufd__form--item input[type="text"]:required:valid ~ label,
.ufd__form .ufd__form--item input[type="text"].not-empty:optional ~ label,
.ufd__form .ufd__form--item textarea:required:focus ~ label,
.ufd__form .ufd__form--item textarea:optional:focus ~ label,
.ufd__form .ufd__form--item textarea:required:valid ~ label,
.ufd__form .ufd__form--item textarea.not-empty:optional ~ label{
    font-size: 0.625rem;
    top: 8px;
    font-weight: 700;
}


/*
######
###### Form scroll for select
###### #########################
*/
.ufd__form .nice-select .list::-webkit-scrollbar {
    width: 40px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAACbCAYAAACj6PGsAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4MzJkYzBlMy1hNGRmLTkwNGMtYTI1OC00NGIzYjFjOGNlM2IiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6REFDNDY4RjBFMjc2MTFFNzk5MzBGMDMxQkUxMUQzNjciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6REFDNDY4RUZFMjc2MTFFNzk5MzBGMDMxQkUxMUQzNjciIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyZGU2OGY0YS1hNTQzLTQzNDQtYWFlZi02OWI4MWEyOTU2M2QiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDpiYWU1ZGI4NC1lMjU0LTExZTctYTY4YS1iNGI4MzU3Zjk5MGYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7JVTjoAAAAGUlEQVR42mIwd/dXY2IAglFilBixBECAAQCy1AIoZ999ewAAAABJRU5ErkJggg==');
    background-position: center;
    background-repeat: repeat-y;
}

.ufd__form .nice-select .list::-webkit-scrollbar-thumb {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAHCAIAAABV+fA3AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTczbp9jAAAAE0lEQVQYV2M4f+MOLjQ05G7cAQCUb54+zugGcQAAAABJRU5ErkJggg==');
    background-position: center;
    background-repeat: repeat-y;
}

.ufd__form .nice-select .list::-webkit-scrollbar-button:vertical {
    height: 35px;
    background-color: #fff;
}

/* Up */
.ufd__form .nice-select .list::-webkit-scrollbar-button:vertical:decrement {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4MzJkYzBlMy1hNGRmLTkwNGMtYTI1OC00NGIzYjFjOGNlM2IiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjVCRUQ3OEFFMzE3MTFFNzkyOEFEM0FFMUVFQjVDQUQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjVCRUQ3ODlFMzE3MTFFNzkyOEFEM0FFMUVFQjVDQUQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyZGU2OGY0YS1hNTQzLTQzNDQtYWFlZi02OWI4MWEyOTU2M2QiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDpiYWU1ZGI4NC1lMjU0LTExZTctYTY4YS1iNGI4MzU3Zjk5MGYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6Xzy/JAAAAQUlEQVR42mI0d/dngAJuIDYH4pNA/BUkwASV4AViTyAWg9K8MEl+qMBTIF4BpUF8fhYgoQTEj4H4ONQUGK0EEGAA/soJcGyJq8kAAAAASUVORK5CYII=');
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.5;
}

/* Bottom */
.ufd__form .nice-select .list::-webkit-scrollbar-button:vertical:increment {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4MzJkYzBlMy1hNGRmLTkwNGMtYTI1OC00NGIzYjFjOGNlM2IiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NUNDRjY3NTlFMzE3MTFFN0IzN0VCNUM1NzQzNTJBNTciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NUNDRjY3NThFMzE3MTFFN0IzN0VCNUM1NzQzNTJBNTciIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyZGU2OGY0YS1hNTQzLTQzNDQtYWFlZi02OWI4MWEyOTU2M2QiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDpiYWU1ZGI4NC1lMjU0LTExZTctYTY4YS1iNGI4MzU3Zjk5MGYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz57o2XeAAAAQ0lEQVR42mI0d/c3ZGBg4ADi4wwIYAnEP5iAxD0gloUKwCRA/HsgyY9AvB2IpYE4AkqD+B+ZoKo/QwVeQWkQnwEgwAC1Yg2KniPmrgAAAABJRU5ErkJggg==');
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.5;
}


/*
######
###### Form policy and checkbox
###### #########################
*/
.ufd__form .ufd__form--policy,
.ufd__form .ufd__form--checkbox {
    position: relative;
    min-height: 1px;
    margin: 30px 0;
}

.ufd__form .ufd__form--policy._rko {
    margin-bottom: 17px;
}

.ufd__form .ufd__form--policy label,
.ufd__form .ufd__form--checkbox label {
    cursor: pointer;
    display: inline-block;
}

.ufd__form .ufd__form--policy input[type="checkbox"],
.ufd__form .ufd__form--checkbox input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    z-index: -1;
    top: 7px;
    left: 4px;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}

.ufd__form .ufd__form--policy span,
.ufd__form .ufd__form--checkbox span {
    display: inline-block;
    padding-left: 30px;
    width: 100%;
    color: rgba(55, 71, 79, 0.7);
}

.ufd__form .ufd__form--policy span,
.ufd__form .ufd__form--policy a,
.ufd__form .ufd__form--checkbox span,
.ufd__form .ufd__form--checkbox a {
    font-size: 0.875rem;
    position: relative;
    z-index: 1;
}

.ufd__form .ufd__form--policy span > a,
.ufd__form .ufd__form--checkbox span > a {
    font-weight: 700;
    color: #0073ae;
    border-bottom: 1px solid transparent;
}

.ufd__form .ufd__form--policy._rko span > a {
    font-weight: 400;
    border-bottom: 1px dashed rgba(0, 115, 174, .35);
}

.ufd__form .ufd__form--policy span > a:hover,
.ufd__form .ufd__form--checkbox span > a:hover {
    border-bottom: 1px solid rgba(0, 115, 174, 0.3);
}

.ufd__form .ufd__form--policy span:before,
.ufd__form .ufd__form--checkbox span:before {
    position: absolute;
    content: '';
    z-index: 10;
    left: 0px;
    top: 0px;
    height: 20px;
    width: 20px;
    border: 1px solid rgba(55, 71, 79, 0.35);
    border-radius: 2px;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.ufd__form .ufd__form--policy label:hover span:before,
.ufd__form .ufd__form--checkbox label:hover span:before {
    border: 1px solid rgba(55, 71, 79, 0.7);
}

.ufd__form .ufd__form--policy span:after,
.ufd__form .ufd__form--checkbox span:after {
    position: absolute;
    content: '';
    z-index: 15;
    left: 4px;
    top: 6px;
    height: 6px;
    width: 12px;
    border-left: 2px solid rgba(255, 255, 255, 0);
    border-bottom: 2px solid rgba(255, 255, 255, 0);
    border-radius: 2px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.ufd__form .ufd__form--policy input[type="checkbox"]:checked + span:before,
.ufd__form .ufd__form--checkbox input[type="checkbox"]:checked + span:before {
    border: 1px solid rgba(55, 71, 79, 0);
    background-color: rgba(0, 115, 174, 1);
}

.ufd__form .ufd__form--policy input[type="checkbox"]:checked + span:after,
.ufd__form .ufd__form--checkbox input[type="checkbox"]:checked + span:after {
    border-left: 2px solid rgba(255, 255, 255, 1);
    border-bottom: 2px solid rgba(255, 255, 255, 1);
}


.ufd__form--checkbox-title + label {
    margin: 1rem 0;
}


/*
######
###### Form radio
###### #########################
*/

.ufd__form--radio input[type="radio"] {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.ufd__form--radio > label {
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-left: 25px;
}


.ufd__form--radio > label:before {
    content: '';
    width: 18px;
    height: 18px;
    border: 2px solid #A1006B;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    border-radius: 50%;
}

.ufd__form--radio > input[type="radio"] + label:after {
    content: '';
    width: 8px;
    height: 8px;
    left: 5px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    border-radius: 50%;
    background-color: #A1006B;
    opacity: 0;
    visibility: hidden;
    -moz-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}

.ufd__form--radio > input[type="radio"]:checked + label:after {
    opacity: 1;
    visibility: visible;
}

.ufd__form--radio > input[type="radio"]:checked + label span {
    border-bottom: 1px dashed rgba(161, 0, 107, 0);
    color: #37474F;
}

.ufd__form--radio > input[type="radio"] + label span {
    color: #A1006B;
    border-bottom: 1px dashed rgba(161, 0, 107, 0.35);
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}


/*
######
###### Form required
###### #########################
*/
.ufd__form .ufd__form--required {
    position: relative;
}

.ufd__form .ufd__form--required:before {
    position: absolute;
    content: '*';
    font-weight: 700;
    color: rgb(161, 16, 106);
    font-size: 1.375rem;
    left: 0px;
    top: 19px;
    line-height: 1;
}

/*
######
###### Form preloader
###### #########################
*/
.form__body {
    position: relative;
}

.ufd__form .form__body .form___loader {
    background: rgba(255, 255, 255, 0.85) !important;
}

.form__body .form___loader {
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
}

.form__body .form___loader img,
.form__body .form___loader svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.form__body.in__proggres .form___loader {
    z-index: 150 !important;
}

.form__body.form__ok {
    display: none;
}

.form__body.form__ok + .form__info .form__success {
    display: block;
}

.form__body.form__bad + .form__info .form__error {
    display: block;
}

.form__info .form__success,
.form__info .form__error {
    display: none;
}

#white-line {
    animation: lineAnim 3s ease-in-out infinite;
}

@keyframes lineAnim {
    0% {
        stroke-dasharray: 127px 127px;
        stroke-dashoffset: 0px;
    }

    100% {
        stroke-dasharray: 127px 127px;
        stroke-dashoffset: -254px;
    }
}

.ufd__form--action-link {
    text-decoration: none !important;
    border-bottom: 0px !important;
    cursor: pointer;
    display: inline;
    color: #a1006b
}

.ufd__form--action-link span {
    color: #a1006b;
    border-bottom: 1px dashed rgba(161, 0, 107, 0.5);
    line-height: 1;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.ufd__form--action-block {
    margin: 1rem 1.5rem;
}

.ufd__form--action-block a {
    text-decoration: none !important;
    border-bottom: 0px !important;
    cursor: pointer;
    display: inline-block;
}

.ufd__form--action-block a span {
    color: rgba(0, 115, 174, 0.7);
    border-bottom: 1px dashed rgba(0, 115, 174, 0.35);
    line-height: 1;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

@media all and (min-width: 991px) {

    .ufd__form--action-link span:hover, .ufd__form--action-block a:hover span {
        color: rgba(0, 115, 174, 1);
        border-bottom: 1px solid rgba(0, 115, 174, 0.5);
    }
}

.ufd__form--confirm-text:not(.ufd__form--confirm-text-show),
.ufd__form--confirm-text:not(.ufd__form--confirm-text-show) + .ufd__form--item {
    display: none;
}

.ufd__form__action--loaded, .ufd__form__action--loaded span {
    color: transparent !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 70px;
    border-bottom-color: transparent !important;
}

.ufd__form__action--loaded span {
    background-image: url('/local/templates/ufd-new/assets/img/ball_animate.svg');
}

.ufd__form--item-notification-error {
    color: rgba(0, 115, 174, 1);
    font-weight: 600;
}


/* CALCULATOR FORM! */


.ufd-calc__form--item {
    position: relative;
    min-height: 54px;
    width: 100%;
    margin: 20px 0px;
}

.ufd-calc__form--item.calc-box__slider {
    margin: 20px 0 40px 0;
}


.ufd-calc__form .ufd-calc__form--item input[type="email"],
.ufd-calc__form .ufd-calc__form--item input[type="text"] {
    width: 100%;
    border: 1px solid rgba(56, 55, 58, 0.15);
    border-radius: 4px;
    background-color: transparent;
    outline: none;
    line-height: 1;
    padding: 1rem 1.5rem 1rem 1.5rem;
    font-size: 1.5rem;
    color: #0073AE;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.ufd-calc__form .ufd-calc__form--item input[type="text"][readonly] {
    color: rgba(77, 83, 87, 0.5);
}

.ufd-calc__form .ufd-calc__form--item input[type="email"]:focus,
.ufd-calc__form .ufd-calc__form--item input[type="text"]:focus {
    border: 1px solid rgba(56, 55, 58, 0.35);
}

.ufd-calc__form .ufd-calc__form--item input[type="email"]:focus + .ufd-calc__form--label,
.ufd-calc__form .ufd-calc__form--item input[type="text"]:focus + .ufd-calc__form--label {
    color: rgba(56, 55, 58, .75);
}

.ufd-calc__form--label {
    position: absolute;
    left: 1rem;
    top: -0.4rem;
    padding: 0 0.5rem;
    background-color: white;
    font-size: 0.8125rem;
    color: rgba(56, 55, 58, 0.75);
    display: inline-block;
    line-height: 1;
    max-width: 90%;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.ufd-calc__form .ufd-calc__form--item input[type="text"] + .ufd-calc__form--label + .ufd-calc__input-info-label {
    position: absolute;
    right: 20px;
    top: 45%;
    transform: translateY(-50%);
    font-size: 20px;
    line-height: 19px;
    color: #37474F;
    opacity: 0.35;
}


.ufd-calc__form .ufd-calc__form--item-text {
    font-size: 13px;
    color: rgba(56, 55, 58, 0.75);
    margin: 10px 0;
}

.ufd-calc__form--inline-radio {
    padding-top: 1rem;
}

.uufd-calc__form--inline-radio input[type="radio"] {
    display: none;
}

.ufd-calc__form--inline-radio label {
    font-size: 1.25rem;
    margin: 0 0 0 1.5rem;
    cursor: pointer;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.ufd-calc__form--inline-radio input[type="radio"]:checked + label {
    color: #0073AE;
    border-bottom: 1px dashed transparent;
}


.ufd-calc__form--inline-radio input[type="radio"]:not(:checked) + label {
    color: rgba(77, 83, 87, 0.75);
    border-bottom: 1px dashed rgba(77, 83, 87, 0.5);
}

.ufd-calc__form--inline-radio input[type="radio"] {
    display: none;
}

.ufd-calc__form--schedule-link {
/*    float: right;*/
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    margin-bottom: 30px;
}
.ufd-calc__form--schedule-link::before {
    content: ' ';
    background-image: url(/local/templates/ufd-new/assets/css/../img/schedule.svg);
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.ufd-calc__form--schedule-link span {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #0073AE;
    border-bottom: 1px dashed rgb(0 115 174 / 35%);
}

.ufd__form.simple-form-kassa .ufd__form--item {
    width: unset;
    margin: 15px 0;
}

.schedule--form-title {
    padding: 0 45px;
}

.schedule--form-params {
    border-top: 1px solid rgba(55, 71, 79, 0.1);
    padding: 25px 0;
    margin: 0 60px;
}

.schedule--form-item {
    padding: 12px 0 13px;
}

.schedule--form-item .schedule--form-item--label {
    font-size: 11px;
    line-height: 12px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: rgba(56, 55, 58, 0.5);
    margin-bottom: 6px;
}
.schedule--form-item .schedule--form-item--value {
    font-size: 20px;
    line-height: 19px;
}
.schedule--form-item .schedule--form-item--value span:last-child {
    padding-left: 15px;
    opacity: 0.35;
}

@media print {
    .fancybox-enabled body {
        height: auto !important;
        page-break-after: auto;
        overflow: visible;
    }

    .fancybox-container * {
        page-break-inside: avoid;
    }
    .fancybox-container {
        page-break-after: auto;
        height: 100% !important;
        overflow: visible;

    }
    .schedule--form-schedule {
        overflow: visible !important;
        height: 10000px !important;
    }

    .schedule--form-schedule table {
        page-break-before: always;
    }

    .schedule--form-schedule tr {
        page-break-after: auto !important;
        page-break-inside: avoid !important;

    }
}

.schedule--form-schedule {
    margin: 0 30px 0 60px;
    width: 100%;
    padding-right: 30px;
    padding-bottom: 30px;
    height: 530px;
    overflow: auto;
}

.schedule--form-schedule::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
.schedule--form-schedule::-webkit-scrollbar-track {
    background-color: rgb(55 71 79 / 15%);
    border: 1px solid #fff;
}
.schedule--form-schedule::-webkit-scrollbar-thumb {
    background-color: #0073AE;
    border-radius: 2px;
}

#schedule-table {
    width: 100%;
}

#schedule-table th {
    font-weight: 400;
    font-size: 12px;
    line-height: 11px;
    color: rgb(55 71 79 / 50%);
    padding-bottom: 20px;
    text-align: left;
}

#schedule-table td {
    padding: 20px 0;
    border-top: 1px solid rgba(55, 71, 79, 0.1);
    font-size: 16px;
    line-height: 15px;
}
#schedule-table td:nth-child(1),
#schedule-table td:nth-child(2) {
    opacity: 0.5;
}
#schedule-table td:nth-child(1) {
    width: 16%;
}
#schedule-table td:nth-child(2) {
    width: 25%;
}

.kassa-order {
    width: 100%;
}

.ufd__form.simple-form-kassa .ufd__form--checkbox {
    display: inline-block;
    margin-right: 50px;
}

.ufd__form.simple-form-kassa .ufd__form--checkbox:last-child {
    margin-right: 0;
}

.ufd__form.simple-form-kassa .ufd__form--radio {
    margin: 15px 0 0;
}

.ufd__form.simple-form-kassa .ufd__form--radio > label {
    padding: 0;
    margin-right: 38px;
    font-size: 20px;
}

.ufd__form.simple-form-kassa .ufd__form--radio > label > span {
    color: rgba(77, 83, 87, 0.75);;
    border-bottom: 1px dashed rgba(77, 83, 87, 0.35);
}

.ufd__form.simple-form-kassa .ufd__form--radio > label:before {
    display: none;
}

.ufd__form.simple-form-kassa .ufd__form--radio > label input[type="radio"]:checked + span {
    color: #0073AE;
    border-bottom-color: transparent;
}

.ufd__form.simple-form-kassa .ufd__form--item.ufd__form--radio {
    min-height: unset;
}

.not_required_fields.hide-kass {
    display: none !important;
}

@media (max-width: 992px) {
    .schedule--form-schedule {
        max-width: 1200px;
        overflow-x: scroll;
        margin: 0 30px 0 30px;
        padding-bottom: 10px;
    }

    #schedule-table th,
    #schedule-table td {
        white-space: nowrap;
        padding-left: 15px;
        padding-right: 15px;
    }

    #schedule-table th:first-child,
    #schedule-table td:first-child {
        padding-left: 0;
    }
    #schedule-table th:last-child,
    #schedule-table td:last-child {
        padding-right: 0;
    }

    .schedule--form-params {
        margin: 0 30px;
    }
    .schedule--form-title {
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    .ufd__form--rko-btn {
        width: 100%;
    }
    .ufd-calc__form--schedule-link {
        float: none;
        padding: 15px 0;
        text-align: center;
        margin-top: 30px;
        border: 1px dashed rgb(0 115 174 / 35%);
        border-radius: 4px;
    }
    .ufd-calc__form--schedule-link::before {
        position: relative;
        display: inline-block;
        margin-right: 10px;
        margin-top: 15px;
        margin-bottom: -15px;
    }

    .ufd-calc__form--schedule-link span {
        border-bottom: none;
    }
}
/* End */


/* Start:/local/templates/ufd-new/assets/css/icon.css?177746773912384*/
.icon{
	position: relative;
}
.icon--left_p{
	padding-left: 40px !important;
}

.icon--right_p{
	padding-right: 40px !important;
}

.icon--right_p[data-icon]:before{
	right: 20px;
}
.icon--left_p[data-icon]:before{
	left: 20px;
}

[data-icon="mouse"]:before{
	position: absolute;
    content: '';
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    height: 16px;
    width: 10px;
    background-image: url(/local/templates/ufd-new/assets/css/../img/internet-bank.svg);
    background-position: center;
    background-repeat: no-repeat;
    top: 50%;
}

[data-icon="contact-us"]:before{
	position: absolute;
    content: '';
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    height: 18px;
    width: 14px;
    background-image: url(/local/templates/ufd-new/assets/css/../img/contact_us.svg);
    background-position: center;
    background-repeat: no-repeat;
    top: 50%;
    left: -25px;
}

[data-icon="atm"]:before{
	position: absolute;
    content: '';
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    height: 18px;
    width: 14px;
    background-image: url(/local/templates/ufd-new/assets/css/../img/atm.svg);
    background-position: center;
    background-repeat: no-repeat;
    top: 50%;
    left: -25px;
}

.site-header__panel a[role="link"]:hover:before, .site-header__panel a[role="mibok"]:hover:before {
    opacity: 0.85;
}

[data-icon="mibok"]:before{
    position: absolute;
    content: '';
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 22px;
    height: 16px;
    background-image: url(/local/templates/ufd-new/assets/css/../img/mibok-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    top: 50%;
    left: -32px;
}


[data-icon="mdash"]{
	display: inline-block;
	width: 30px;
	margin: 6px 10px;
}
[data-icon="mdash"]:before{
	position: absolute;
    content: '';
   	margin-top: -0.5px;
    height: 1px;
    background: rgba(55, 71, 79, 0.1);
    width: 100%;
    top: 50%;
    left: 0;
    right: 0px;
}

[data-icon="atm-all"]{
    position: relative;
    font-size: 0.9375rem;
    display: inline-block;
    margin-top: 15px;
    margin-right: 45px;
}
[data-icon="atm-all"]:focus,
[data-icon="atm-all"]:active,
[data-icon="atm-all"]:hover{
    color: #a1006b;
}
[data-icon="atm-all"]:before{
    position: absolute;
    content: '';
    height: 1px;
    width: 29px;
    background: rgba(0, 115, 173, 0.5);
    top: 50%;
    transform: translate(0, -50%);
    right: -44px;
    -moz-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
}
[data-icon="atm-all"]:after{
    position: absolute;
    content: '';
    height: 6px;
    width: 6px;
    border-right: 1px solid rgba(0, 115, 173, 0.5);
    border-bottom: 1px solid rgba(0, 115, 173, 0.5);
    top: 50%;
    transform: translate(0, -50%) rotate(-45deg);
    right: -45px;
    -moz-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
}

[data-icon="atm-all"]:hover:before{
    background: rgba(161, 0, 107, 1);
}

[data-icon="atm-all"]:hover:after{
    border-right: 1px solid rgba(161, 0, 107, 1);
    border-bottom: 1px solid rgba(161, 0, 107, 1);
}



[data-icon="arrow-right"]{
    position: relative;
}
[data-icon="arrow-right"]:before{
    position: absolute;
    content: '';
    height: 6px;
    width: 6px;
    border-right: 2px solid rgba(255, 255, 255, 1);
    border-bottom: 2px solid rgba(255, 255, 255, 1);
    top: 50%;
    transform: translate(0, -50%) rotate(-45deg);
}

[data-icon="arrow-right-pink"]{
    position: relative;
}

[data-icon="arrow-right-pink"]:after{
    display: inline-block;
    position: relative;
    margin-left: 6px;
    content: '';
    height: 6px;
    width: 6px;
    border-right: 2px solid #a1006b;
    border-bottom: 2px solid #a1006b;
    top: -2px;
    transform: rotate(-45deg);
}


[data-icon="arrow-right-clear"]:before{
    position: absolute;
    content: '';
    height: 6px;
    width: 6px;
    border-right: 2px solid #a1006b;
    border-bottom: 2px solid #a1006b;
    top: 50%;
    transform: translate(0, -50%) rotate(-45deg);
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

[data-icon="ios"],
[data-icon="android"],
[data-icon="rustore"]{
    position: relative;
    line-height: 1;
    display: inline-block;
    height: 40px;
    width: 40px;
    color:  transparent;
    background: rgba(255,255,255,0.5);
    border-radius: 3px;
    margin-right: 10px;
}

[data-icon="ios"]:hover,
[data-icon="android"]:hover,
[data-icon="rustore"]:hover{
     background: rgba(255,255,255,1);
    box-shadow: 0px 5px 15px 0px rgba(55, 71, 79, 0.2);
}

[data-icon="android"]:before{
    position: absolute;
    content: '';
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAYAAACEYr13AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3xpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4MzJkYzBlMy1hNGRmLTkwNGMtYTI1OC00NGIzYjFjOGNlM2IiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzRFRTBGOEFFMTlDMTFFN0E5NzRCQzE4OEQ3QTdCRTAiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzRFRTBGODlFMTlDMTFFN0E5NzRCQzE4OEQ3QTdCRTAiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpERTI0OTQzQzk5RTFFNzExQUQyRUMwNjdGOEEwNkI5QSIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjEzZDU4YWU5LWRhOTAtMTFlNy04ODczLWNkYjk2ZGQwMDRmNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrCsadQAAAElSURBVHjaYmBAA4uPWHoAsRYWcS2QHLo4CwMm2AnEE4CKBYG0LlTsMhC/A+JCdMWMaLaA+H1AXMCAHUwA4qJYm+P/YQJMaAqKoJrnYdE8DyqXj9UFQNvZgdRzIAY5/RUQi6EZABMDeUUK6Iqf6C4wgGpmwKIZWUwIiPXhLgDa7A2kdYB4B7ZAwgFA4eQFClxQLKwBYg6Qs4A4nkgDPgJxHhD/YIJqBgF+BuIBTC0HEwOFYJgYAErnoERxjgR9Z6B6wNFoAsQ80LRALLgExJJA/BU5KYOi5iIQyxPQ/BCIDYFJ+T223MgEdclFqJAvlN4MpUFJ+ApQ8z+sgQiV+IQk9AWKYeATsmZcBQoy+E8oMLAZ8AzkTCDmgwYWzN+fodkdBQAEGABv4EqLY9oxPQAAAABJRU5ErkJggg==');
    background-repeat: no-repeat;
    background-position: center;
    height: 20px;
    width: 16px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

[data-icon="ios"]:before{
    position: absolute;
    content: '';
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAASCAYAAABSO15qAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3xpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4MzJkYzBlMy1hNGRmLTkwNGMtYTI1OC00NGIzYjFjOGNlM2IiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzkwRkJEQzRFMTlEMTFFNzk1RkZEQTg3NjdGMEVBRjciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzkwRkJEQzNFMTlEMTFFNzk1RkZEQTg3NjdGMEVBRjciIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpERjI0OTQzQzk5RTFFNzExQUQyRUMwNjdGOEEwNkI5QSIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjEzZDU4YWU5LWRhOTAtMTFlNy04ODczLWNkYjk2ZGQwMDRmNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pnr6HPIAAAEmSURBVHjaYmQgAixfuUYVSHUAsUVkeIg0shwLEZr1gdQhIOYD4n3o8kxEOGAqVPNfIK5Fl2QkYDs3kPoCxA+BOB3o/J04DQAq5gVSkUAMcvIfID4IxLuAWAqIQf72BGI5IP4E9coaoIF/GKGaHYDUCiAWR7PgBxD/gnoBHVwEYi8WoGY1IGMrEHNhUcQBxdiAAAiDYqEMh2Z8ABQuDkAvPADFghcD6WAhSDMsGiXJMOAWcjr4TYYBCsgG3CHDgBhg4AvDDNhPhgGiQLwTaIgKyIBFDOQBYyDeywQMzZNAxgEyDZkGy0yZ0FRHCrgOxBPABgBdcQOUWUjQDMoPoUB9PxnRcl8UkOoHYn5oZtoExC+AWB2Iw4BYB4gvAXEKUPM5kB6AAAMAKURIkBdxSjcAAAAASUVORK5CYII=');
    background-repeat: no-repeat;
    background-position: center;
    height: 18px;
    width: 16px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

[data-icon="rustore"]:before{
    position: absolute;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.40673 18.5951C2.8135 20 5.07483 20 9.60075 20H10.3992C14.9252 20 17.1865 20 18.5932 18.5951C20 17.1902 20 14.9267 20 10.3997V9.60033C20 5.07333 20 2.80983 18.5932 1.40493C17.1865 -1.98682e-07 14.922 0 10.3992 0H9.60075C5.07483 0 2.81033 -1.98682e-07 1.40673 1.40493C-9.93411e-08 2.813 0 5.0765 0 9.60033V10.3997C0 14.9267 -9.93411e-08 17.1902 1.40673 18.5951Z' fill='%230077FF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.4402 13.2943L14.0896 12.9571C13.9273 12.9103 13.8119 12.7636 13.8058 12.595L13.6373 7.62147C13.5874 6.96272 13.1008 6.43822 12.5893 6.28522C12.5612 6.27588 12.53 6.28522 12.5144 6.3133C12.4957 6.3383 12.505 6.37264 12.5268 6.39139C12.6517 6.48814 13.001 6.80663 13.001 7.35613V13.8594C13.001 14.4869 12.4053 14.949 11.7938 14.796L10.4214 14.4526C10.2686 14.3995 10.1626 14.259 10.1594 14.0936L9.99101 9.12005C9.9411 8.4613 9.45451 7.9368 8.94301 7.7838C8.91493 7.77447 8.88368 7.7838 8.8681 7.81188C8.84943 7.83688 8.85876 7.87122 8.8806 7.88997C9.00535 7.98672 9.35468 8.30522 9.35468 8.85472V14.2746V15.358C9.35468 15.9855 8.7621 16.4476 8.15068 16.2946L4.27676 15.3267C3.7371 15.1925 3.35968 14.7086 3.35968 14.156V7.6433C3.35968 7.0158 3.95235 6.55372 4.56368 6.70672L7.00601 7.31555V6.14164C7.00601 5.51405 7.5986 5.05197 8.21001 5.20497L10.6523 5.8138V4.63989C10.6523 4.01239 11.2449 3.5503 11.8563 3.7033L15.7303 4.67114C16.2698 4.80538 16.6473 5.2893 16.6473 5.84189V12.3546C16.6473 12.9821 16.0546 13.4441 15.4433 13.2911' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    height: 20px;
    width: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

[data-icon="long-arrow"]{
    position: relative;
    display: inline-block;
}

[data-icon="long-arrow"]:focus,
[data-icon="long-arrow"]:active,
[data-icon="long-arrow"]:hover{
    color: #a1006b;
}

[data-icon="long-arrow"]:before{
    position: absolute;
    content: '';
    height: 1px;
    width: 29px;
    background: rgba(0, 115, 173, 0.5);
    top: 50%;
    transform: translate(0, -50%);
    right: -44px;
    -moz-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
}
[data-icon="long-arrow"]:after{
    position: absolute;
    content: '';
    height: 6px;
    width: 6px;
    border-right: 1px solid rgba(0, 115, 173, 0.5);
    border-bottom: 1px solid rgba(0, 115, 173, 0.5);
    top: 50%;
    transform: translate(0, -50%) rotate(-45deg);
    right: -45px;
    -moz-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
}

[data-icon="long-arrow"]:hover:before{
    background: rgba(161, 0, 107, 1);
}

[data-icon="long-arrow"]:hover:after{
    border-right: 1px solid rgba(161, 0, 107, 1);
    border-bottom: 1px solid rgba(161, 0, 107, 1);
}
/* End */


/* Start:/local/templates/ufd-new/styles.css?177746774111705*/
/*
######
###### Font style
###### #########################
*/
@font-face {
    font-family: 'Gotham Pro';
    src: url('/local/templates/ufd-new/assets/fonts/GothamProLight/GothamProLight.eot');
    src: url('/local/templates/ufd-new/assets/fonts/GothamProLight/GothamProLight.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/ufd-new/assets/fonts/GothamProLight/GothamProLight.woff') format('woff'),
    url('/local/templates/ufd-new/assets/fonts/GothamProLight/GothamProLight.ttf') format('truetype');
    font-weight: 300;
    font-display: auto;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('/local/templates/ufd-new/assets/fonts/GothamProRegular/GothamProRegular.eot');
    src: url('/local/templates/ufd-new/assets/fonts/GothamProRegular/GothamProRegular.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/ufd-new/assets/fonts/GothamProRegular/GothamProRegular.woff') format('woff'),
    url('/local/templates/ufd-new/assets/fonts/GothamProRegular/GothamProRegular.ttf') format('truetype');
    font-weight: 400;
    font-display: auto;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('/local/templates/ufd-new/assets/fonts/GothamProMedium/GothamPro.eot');
    src: url('/local/templates/ufd-new/assets/fonts/GothamProMedium/GothamPro.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/ufd-new/assets/fonts/GothamProMedium/GothamPro.woff') format('woff'),
    url('/local/templates/ufd-new/assets/fonts/GothamProMedium/GothamPro.ttf') format('truetype');
    font-weight: 600;
    font-display: auto;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('/local/templates/ufd-new/assets/fonts/GothamProBold/GothamPro.eot');
    src: url('/local/templates/ufd-new/assets/fonts/GothamProBold/GothamPro.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/ufd-new/assets/fonts/GothamProBold/GothamPro.woff') format('woff'),
    url('/local/templates/ufd-new/assets/fonts/GothamProBold/GothamPro.ttf') format('truetype');
    font-display: auto;
    font-weight: 700;
    font-style: normal;
}

@font-face {
  font-family: 'fontello';
  src: url('/local/templates/ufd-new/assets/fonts/fontello/font/fontello.eot');
  src: url('/local/templates/ufd-new/assets/fonts/fontello/font/fontello.eot#iefix') format('embedded-opentype'),
       url('/local/templates/ufd-new/assets/fonts/fontello/font/fontello.woff2') format('woff2'),
       url('/local/templates/ufd-new/assets/fonts/fontello/font/fontello.woff') format('woff'),
       url('/local/templates/ufd-new/assets/fonts/fontello/font/fontello.ttf') format('truetype'),
       url('/local/templates/ufd-new/assets/fonts/fontello/font/fontello.svg#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

:-moz-ui-invalid:not(output) {
    box-shadow: none;
}


/*
######
###### Placeholder color
###### #########################
*/
::-webkit-input-placeholder {
    color: rgba(55, 71, 79, 0.75);
}

::-moz-placeholder {
    color: rgba(55, 71, 79, 0.75);
}

/* Firefox 19+ */
:-moz-placeholder {
    color: rgba(55, 71, 79, 0.75);
}

/* Firefox 18- */
:-ms-input-placeholder {
    color: rgba(55, 71, 79, 0.75);
}

body {
    font-family: "Gotham Pro", Helvetica, Arial, sans-serif;
    color: #37474f;
    font-weight: 400;
    line-height: 1.6;
    background: #f1f4f5;
    font-size: 0.9375rem;
}

html, body {
    height: 100%;
    min-width: 320px;
}

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

[hidden],
template {
    display: none;
}

b, strong, .text-bold {
    font-weight: 600;
}

b.extra, strong.extra, .text-exbold {
    font-weight: 800;
}

.text-fw-normal {
    font-weight: 400 !important;
}

a {
    background-color: transparent;
    color: inherit;
    outline: none;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    /*border-bottom: 1px solid rgba(55, 71, 79, 0.3);*/
}

@media all and (min-width: 991px) {
    a:not(.btn):hover {
        border-bottom: 1px solid currentColor;
    }
}

a[role="block"], a[role="block"]:hover {
    border-bottom: none;
}

a[role="blue-link"] {
    color: #0073AD;
    font-weight: 600;
}

a[role="link"]:hover {
    color: #a1006b;
}

a[role="link-dashed"] {
    color: #0073AE;
    border-bottom: 1px dashed rgba(0, 115, 174, 0.35);
}

a[role="link-dashed"]:hover {
    color: #a1006b;
    border-bottom-color: transparent;
}

a:active,
a:hover,
a:focus {
    outline: 0;
}

i {
    font-style: italic;
}

img {
    border: 0;
}

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

sup {
    top: -0.6em;
}

sub {
    bottom: -0.25em;
}

small {
    font-size: 0.875rem;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

p {
    margin: 1.5rem 0px;
}


.no-margin-bot {
    margin-bottom: 0px;
}

/*
######
###### Ul type
###### #########################
*/
.blue-lst {
    list-style-type: none;
    margin-left: 0px;
    padding-left: 15px;
}

.blue-lst li {
    position: relative;
    margin: 1rem 0;
}

.blue-lst li:before {
    position: absolute;
    content: '';
    height: 5px;
    width: 5px;
    background-color: #0073ad;
    border-radius: 50%;
    left: -13px;
    top: 9px;
}

/*
######
###### Typography: Title text 
###### #########################
*/
h1, .h1 {
    font-size: 2.625rem; /* 42px */
    margin-bottom: 1.5rem;
    margin-top: 0;
    font-weight: 400;
    line-height: 1;
}

h1[class*="bt_line"], .h1[class*="bt_line"] {
    padding-bottom: 3rem;
    position: relative;
    margin-bottom: 3rem;
}

h1[class*="bt_line"]:before, .h1[class*="bt_line"]:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 170px;
    bottom: 0px;
    left: 0px;
    background: rgba(55, 71, 79, 0.15);
}

h1[class*="bt_line"][class*="text-center"]:before, .h1[class*="bt_line"][class*="text-center"]:before {
    left: 50%;
    transform: translateX(-50%);
}

.bg-block--blue h1[class*="bt_line"]:before, .bg-block--blue .h1[class*="bt_line"]:before {
    background: rgba(255, 255, 255, 0.15);
}


h1 > p, .h1 > p {
    font-weight: 400;
    font-size: 0.9375rem;
    opacity: 0.85;
    margin: 10px 0px 0px 0px;
    line-height: 1.6;
}

h2, .h2 {
    font-size: 2.125rem;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    margin-top: 0;
    font-weight: 400;
}

h3, .h3 {
    font-size: 1.75rem;
    margin: 1rem 0;
    font-weight: 400;
    line-height: 1.3;
}

h3 > p, .h3 > p {
    font-size: 15px;
    margin: 10px 0px 0px 0px;
}

h4, .h4 {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.3;
    margin: 0.75rem 0;
}

.large-title-b {
    color: #0073ad;
    font-size: 5rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 1.875rem;
}

.large-title-b > p {
    font-size: 1rem;
    font-weight: normal;
    margin: 0px;
    color: rgba(55, 71, 79, 0.7);
}

@media (max-width: 767px) {
    h1, .h1 {
        font-size: 1.625rem;
        line-height: 1;
    }

    h2, .h2 {
        font-size: 1.625rem; /* 26px */
        margin-bottom: 2rem;
        margin-top: 0;
    }

    h3, .h3 {
        font-size: 1.25rem;
    }

    h4, .h4 {
        font-size: 1rem;
    }
}

.text-blue {
    color: #0073AE;
}

.text-white {
    color: #FFF;
}

.text-grey {
    color: rgba(55, 71, 79, 0.75);
}

.blue-link {
    color: #0073AE;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.blue-link--dashed {
    border-bottom: 1px dashed rgba(0, 115, 174, 0.35);
    text-decoration: none;
}

.blue-link.blue-link--dashed:hover {
    border-bottom: 1px solid rgba(0, 115, 174, 0.35);
}


.uppercase-link {
    font-size: 0.75rem;
    line-height: 1;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    font-weight: 600;
}


div[id^="wait_comp_"] {
    display: none;
}

.text-16 {
    font-size: 1rem;
}

.text-24 {
    font-size: 24px!important;
}

@media all and (max-width: 767px) {
    .sub-title.text-24 {
        font-size: 1rem!important;
    }
}

.blue-check-list {
    margin: 0;
    padding: 0;
    margin-left: 21px;
    list-style: none;
}

.blue-check-list li {
    color: rgba(56, 55, 58, 0.85);
    font-size: 15px;
    margin: 7px 0px;
    list-style-image: url('/local/templates/ufd-new/assets/img/blue-check-mark.svg');
}


h1 + .sub-title, .h1 + .sub-title {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    margin-top: -1.5rem;
    line-height: 1.4;
}

h2 + .sub-title, .h2 + .sub-title {
    font-size: 1.125rem;
    margin-bottom: 2rem;
    margin-top: -1.25rem;
}


.sub-title.sub-title--small {
    font-size: 1.125rem;
    padding-top: 10px;
}

@media (max-width: 767px) {
    h1 + .sub-title, .h1 + .sub-title {
        font-size: 1rem;
        margin-bottom: 2rem;
        margin-top: -1rem;
    }

    h2 + .sub-title, .h2 + .sub-title {
        font-size: 1rem;
        margin-bottom: 2rem;
        margin-top: -1.725rem;
    }
}


.shadow-box {
    position: relative;
    background-color: white;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 20px 60px rgba(77, 83, 87, 0.25);
    box-shadow: 0px 20px 60px rgba(77, 83, 87, 0.25);
    border-radius: 4px;
    padding: 2.5rem 2.5rem;
}

.shadow-box--offset {
    padding: 4.5rem;
}

@media all and (max-width: 767px) {
    .shadow-box {
        padding: 1.5rem;
    }
}

ul.blue-list--arrow {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

ul.blue-list--arrow li {
    position: relative;
    margin: 0.325rem 0;
    padding-left: 2rem;
}

ul.blue-list--arrow li:before {
    position: absolute;
    content: '';
    width: 17px;
    height: 14px;
    display: block;
    left: 0;
    top: 6px;
    background-image: url('data:image/svg+xml;utf8, <svg width="17" height="14" viewBox="0 0 17 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 10L4 13L16 1" stroke="%23009FEE" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-position: center center;
}
.text-white ul.blue-list--arrow li:before {
    -webkit-filter: brightness(10) grayscale(100%);
    filter: brightness(10) grayscale(100%);
}


.table-white {
    width: 100%;
    border-radius: 4px;
    border: 2px solid #fff;
    overflow: hidden;
}
.table-white tr td {
    background: #fff;
    border: 1px solid #EBEDEE;
    font-size: 16px;
    color: #37474F;
    padding: 24px 15px 21px;
}

.table-center tr td {
    text-align: center;
}

@media all and (max-width: 991px) {
    .table-wrap {
        width: 100%;
        overflow-x: auto;
    }
}

ul.pink-list {
  list-style-type: none;
  margin-left: 0px;
  padding-left: 1rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul.pink-list li{
  position: relative;
  margin: 0.25rem 0;
}

ul.pink-list li:before{
  position: absolute;
  content: '';
  height: 5px;
  width: 5px;
  background-color: #A1006B;
  border-radius: 50%;
  left: -13px;
  top: 9px;
}
/* End */


/* Start:/local/templates/ufd-new/template_styles.css?1777467741105718*/
.site-header__panel-new {
    position: absolute;
    width: 100%;
    padding: 0 15px;
}

.business-block::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url("/rko/business-back.png");
    right: 0;
    top: 0;
    background-size: cover;
}
.business-block {
    padding: 54px 60px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    color: white;
    background: linear-gradient(266.79deg, #009EE3 0%, #0099DD 12.85%, #006BA7 45.57%, #502C9F 80.94%, #A1006B 116.85%);
}

.business-block .h1 {
    position: relative;
}

.business-block__button {
    margin-top: 19px;
}

@media all and (max-width: 991px) {
    .business-block::before {
        background-position: center;
    }
}

@media all and (max-width: 576px) {

    .know-number__section {
        background: -o-linear-gradient(218.09deg, #009EE3 0%, #0099DD 11%, #006BA7 39%, #502C9F 69.27%, #A1006B 100%) !important;
        background: linear-gradient(231.91deg, #009EE3 0%, #0099DD 11%, #006BA7 39%, #502C9F 69.27%, #A1006B 100%) !important;
    }

    .know-number__block {
        padding-bottom: 260px;
    }

    .ufd__bg--women--mobile {
        position: absolute;
        bottom: -50px;
        left: 50%;
        transform: translateX(-50%);
    }

    .business-block {
        padding: 30px;
        height: 450px;
        display: flex;
        flex-direction: column;
        justify-content: end;
        text-align: center;
    }

    .business-block::before {
        background-image: url("/rko/business-back-mobile.png");
    }
}

.bg-block--gradient {
    background: -o-linear-gradient(180.89deg, #009EE3 0.3%, #0099DD 11.25%, #006BA7 39.12%, #502C9F 69.25%, #A1006B 99.84%);
    background: linear-gradient(269.11deg, #009EE3 0.3%, #0099DD 11.25%, #006BA7 39.12%, #502C9F 69.25%, #A1006B 99.84%);
    color: white;
}

.certificate-notification {
    padding: 20px 0;
}

.certificate-notification--half {
    background: linear-gradient(to bottom, #F1F4F5 50%, #FFF 50%);
}

.certificate-notification__inner {
    background: #FFFFFF;

    filter:
            drop-shadow(0px 15px 45px rgba(56, 55, 58, 0.1))
            drop-shadow(0px 10px 30px rgba(56, 55, 58, 0.1));
    border-radius: 5px;
    padding: 35px;
}

.certificate-notification__warn {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 12px;
    line-height: 11px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #A1006B;
    margin-bottom: 30px;
}

.certificate-notification__warn svg {
    margin-right: 10px;
}

.site-section--gray-border-bottom {
    border-bottom: 1px solid rgba(77, 83, 87, 0.15);
}

/* мессенджеры */

.btn-messengers {
    display: block;
    position: fixed;
    bottom: 60px;
    right: 60px;
    z-index: 999;
}

.btn-messengers__main {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background: url(/local/templates/ufd-new/assets/img/messengers/messenger.svg) no-repeat center center, #A1006B;
    cursor: pointer;
    -webkit-box-shadow: 0px 5px 15px rgba(161, 0, 107, 0.25);
    box-shadow: 0px 5px 15px rgba(161, 0, 107, 0.25);
}

.btn-messengers.open .btn-messengers__main {
    background: url('data:image/svg+xml;charset=utf-8, <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M17 1L1 17" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> <path d="M0.999999 1L17 17" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg>') no-repeat center center, #CFD3D6;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-messengers__telegram .svg {
    background: url(/local/templates/ufd-new/assets/img/messengers/telegram.svg) no-repeat center center;
}

.btn-messengers__whatsapp .svg {
    background: url(/local/templates/ufd-new/assets/img/messengers/whatsapp.svg) no-repeat center center;
}

.btn-messengers__viber .svg {
    background: url(/local/templates/ufd-new/assets/img/messengers/viber.svg) no-repeat center center;
}

.btn-messengers__call .svg {
    background: url(/local/templates/ufd-new/assets/img/messengers/phone.svg) no-repeat center center;
}

.btn-messengers__question .svg {
    background: url(/local/templates/ufd-new/assets/img/messengers/question.svg) no-repeat center center;
}

.btn-messengers__chat .svg {
    background: url(/local/templates/ufd-new/assets/img/messengers/messenger.svg) no-repeat center center;
}

.btn-messengers__contacting .svg {
    background: url(/local/templates/ufd-new/assets/img/messengers/contacting-new.svg) no-repeat center center;
}

.btn-messengers__container {
    opacity: 0;
    /* transform: translateY(100%); */
    visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    min-height: 110px;
    height: auto;
    bottom: 70px;
    right: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.btn-messengers.open .btn-messengers__container {
    opacity: 1;
    visibility: visible;
    /*transform: translateY(0);*/
}

.btn-messengers__item {
    position: relative;
    cursor: pointer;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-radius: 50px;
    max-width: 60px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-bottom: none !important;
}

.btn-messengers__item:not(:last-of-type) {
    margin-bottom: 10px;
}

.btn-messengers__item .svg {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
}

.btn-messengers__item-text {
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-weight: bold;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    white-space: nowrap;
    padding: 25px 58px 25px 25px;
}

@media all and (min-width: 992px) {
    .btn-messengers__telegram {
        background-color: #0088CC;
    }
    .btn-messengers__whatsapp {
        background-color: #25D366;
    }
    .btn-messengers__viber {
        background-color: #7360F2;
    }
    .btn-messengers__call,
    .btn-messengers__question,
    .btn-messengers__chat,
    .btn-messengers__contacting {
        background-color: #A1006B;
    }
    .btn-messengers__item:hover {
        max-width: 320px;
        border-radius: 40px;
    }

    .btn-messengers__item:hover .btn-messengers__item-text {
        opacity: 1;
        -webkit-transition: .3s opacity .3s ease-in-out;
        -o-transition: .3s opacity .3s ease-in-out;
        transition: .3s opacity .3s ease-in-out;
    }

    .btn-messengers__telegram:hover {
        -webkit-box-shadow: 0px 10px 30px rgba(0, 136, 204, 0.25), 0px 15px 45px rgba(0, 136, 204, 0.25);
        box-shadow: 0px 10px 30px rgba(0, 136, 204, 0.25), 0px 15px 45px rgba(0, 136, 204, 0.25);
    }

    .btn-messengers__whatsapp:hover {
        -webkit-box-shadow: 0px 10px 30px rgba(37, 211, 102, 0.25), 0px 15px 45px rgba(37, 211, 102, 0.25);
        box-shadow: 0px 10px 30px rgba(37, 211, 102, 0.25), 0px 15px 45px rgba(37, 211, 102, 0.25);
    }

    .btn-messengers__viber:hover {
        -webkit-box-shadow: 0px 10px 30px rgba(115, 96, 242, 0.25), 0px 15px 45px rgba(115, 96, 242, 0.25);
        box-shadow: 0px 10px 30px rgba(115, 96, 242, 0.25), 0px 15px 45px rgba(115, 96, 242, 0.25);
    }

    .btn-messengers__call:hover,
    .btn-messengers__question:hover,
    .btn-messengers__chat:hover,
    .btn-messengers__contacting:hover {
        -webkit-box-shadow: 0px 10px 30px rgba(161, 0, 107, 0.25), 0px 15px 45px rgba(161, 0, 107, 0.25);
        box-shadow: 0px 10px 30px rgba(161, 0, 107, 0.25), 0px 15px 45px rgba(161, 0, 107, 0.25);
    }

    .btn-messengers.open .btn-messengers__main:hover {
        background-color: #4D5357;
        -webkit-box-shadow: 0px 10px 30px rgba(77, 83, 87, 0.15), 0px 15px 45px rgba(77, 83, 87, 0.15);
        box-shadow: 0px 10px 30px rgba(77, 83, 87, 0.15), 0px 15px 45px rgba(77, 83, 87, 0.15);
    }
}

@media all and (max-width: 991px) {
    .btn-messengers {
        display: none;
    }
    .flex-menu {
        position: relative;
    }
}

.btn-messengers__item-mobile {
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn-messengers__item-mobile .svg {
    width: 50px;
    height: 50px;
    margin-right: 14px;
    border-radius: 50px;
}

.btn-messengers__item-mobile.btn-messengers__telegram .svg {
    background-color: #0088CC !important;
    background-size: contain;
}

.btn-messengers__item-mobile.btn-messengers__whatsapp .svg {
    background-color: #25D366 !important;
    background-size: contain;
}

.btn-messengers__item-mobile.btn-messengers__viber .svg {
    background-color: #7360F2 !important;
    background-size: contain;
}

.btn-messengers__item-mobile.btn-messengers__call .svg,
.btn-messengers__item-mobile.btn-messengers__question .svg,
.btn-messengers__item-mobile.btn-messengers__chat .svg,
.btn-messengers__item-mobile.btn-messengers__contacting .svg {
    background-color: #A1006B;
    background-size: contain;
}

.btn-messengers__item-mobile-text {
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 9px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #4D5357;
}

.mobile-messengers__block {
    position: absolute;
    opacity: 0;
    /*padding: 5px 0;*/
    top: 94%;
    visibility: hidden;
    width: 100%;
    left: 0;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 5px 15px rgb(77 83 87 / 15%);
    box-shadow: 0px 5px 15px rgb(77 83 87 / 15%);
    z-index: 550;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.mobile-messengers__block-inner {
    padding: 25px 15px;
    border-top: 1px solid rgba(77, 83, 87, .15);
}

.site-header__messengers {
    height: 44px;
    width: 44px;
    border-radius: 50%;
    background: url(/local/templates/ufd-new/assets/img/messengers/messenger.svg) no-repeat center center, #A1006B;
    -webkit-box-shadow: 0px 5px 15px rgb(161 0 107 / 25%);
    box-shadow: 0px 5px 15px rgb(161 0 107 / 25%);
    position: absolute;
    right: 15px;
    background-size: contain;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

.site-header__messengers.open {
    background: url('data:image/svg+xml;charset=utf-8, <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M17 1L1 17" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> <path d="M0.999999 1L17 17" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg>') no-repeat center center, #CFD3D6;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-size: 14px;
}

.lt-label,
.lt-label-mobile {
    display: none !important;
}

@media all and (max-width: 991px) {
    .mobile-messengers__block.open {
        opacity: 1;
        visibility: visible;
    }
}

/* мессенджеры */

/* .site-header__new-year {
    background: center top / 607px 70px repeat-x url(/local/templates/ufd-new/assets/img/ny/ufd-lights.svg), center top / 607px 70px repeat-x url(/local/templates/ufd-new/assets/img/ny/tree-ufd.png);
    height: 70px;
} */

/* .site-logo__balls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
} */

@media (min-width: 1025px) and (max-width: 1600px) {
    .ufd__bg--scammer {
        max-width: 480px;
        right: 0 !important;
    }
}

.description-security__block {
    border: 1px solid rgba(55, 71, 79, .15);
    box-sizing: border-box;
    border-radius: 4px;
}

.description-security__block-left {
    padding: 30px;
}

.description-security__block-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 17px;
    color: #A1006B;
    margin-bottom: 15px;
}

.description-security__block-text {
    font-weight: normal;
    font-size: 15px;
    line-height: 23px;
    color: rgba(55, 71, 79, 0.7);
}

.description-security__block-mobile-title {
    font-weight: bold;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(55, 71, 79, .5);
}

.description-security__block-mobile-link {
    font-weight: normal;
    font-size: 24px;
    line-height: 27px;
    color: #0073AE;
    border-bottom: 1px solid rgba(0, 115, 174, .35);
}

@media all and (min-width: 992px) {
    .description-security__block-right {
        border-left: 1px solid rgba(55, 71, 79, .15);
    }
    .description-security__block-right {
        padding: 60px 32px 60px 32px;
    }
}

@media all and (max-width: 991px) {
    .description-security__block-right {
        border-top: 1px solid rgba(55, 71, 79, .15);
    }
    .description-security__block-right {
        padding: 30px;
    }
}

.modal__apps {
    padding: 60px 0;
}

.modal__apps--title {
    font-size: 32px;
    line-height: 31px;
    text-align: center;
    color: #37474F;
}

.modal__apps--inner {
    position: relative;
    margin-top: 30px;
}

.modal__apps--platform {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #37474F;
    margin-bottom: 30px;
}

.modal__apps--qr-code {
    margin-bottom: 35px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal__apps--qr-code img {
    display: block;
    margin: 0 auto;
}

.modal__apps--btn {
    text-align: center;
}

.btn__android {
    position: relative;
    padding: 20px 24px 20px 54px;
}

.btn__android::before {
    content: url('data:image/svg+xml;charset=utf-8, <svg width="20" height="22" viewBox="0 0 20 22" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M13.0024 10.0695L3.43696 0.558703L15.6072 7.48662L13.0024 10.0695ZM0.940506 0C0.377069 0.292245 0 0.825161 0 1.51709V20.4829C0 21.1748 0.377069 21.7078 0.940506 22L12.0619 10.9979L0.940506 0ZM19.3692 9.69564L16.8164 8.23012L13.9689 11.0021L16.8164 13.7742L19.4212 12.3087C20.2014 11.6941 20.2014 10.3102 19.3692 9.69564ZM3.43696 21.4456L15.6072 14.5177L13.0024 11.9348L3.43696 21.4456Z" fill="white"/> </svg> ');
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 24px;
}

.btn__ios {
    position: relative;
    padding: 20px 43px 20px 62px;
}



.modal__apps--border::before {
    content: '';
    height: 99%;
    opacity: .15;
    border-left: 1px solid #37474F;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media all and (max-width: 767px) {
    .btn__android {
        margin-bottom: 45px;
    }

    .modal__apps--border::before {
        height: 0px;
        border-bottom: 1px solid #37474F;
        border-left: none;
        width: 100%;
    }
}

.btn__ios::before {
    content: url('data:image/svg+xml;charset=utf-8, <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M11.9952 5.4629L12.4355 4.70323C12.7065 4.22903 13.3113 4.06935 13.7855 4.34032C14.2597 4.61129 14.4194 5.21613 14.1484 5.69032L9.91452 13.021H12.9774C13.9694 13.021 14.5258 14.1871 14.0952 14.9952H5.11935C4.57258 14.9952 4.13226 14.5548 4.13226 14.0081C4.13226 13.4613 4.57258 13.021 5.11935 13.021H7.63548L10.8581 7.4371L9.85161 5.69032C9.58065 5.21613 9.74032 4.61613 10.2145 4.34032C10.6887 4.06935 11.2887 4.22903 11.5645 4.70323L11.9952 5.4629ZM8.1871 16.0113L7.23871 17.6565C6.96774 18.1306 6.3629 18.2903 5.88871 18.0194C5.41452 17.7484 5.25484 17.1435 5.52581 16.6694L6.23226 15.45C7.02581 15.2032 7.67419 15.3919 8.1871 16.0113ZM16.3597 13.0258H18.929C19.4758 13.0258 19.9161 13.4661 19.9161 14.0129C19.9161 14.5597 19.4758 15 18.929 15H17.5016L18.4645 16.6694C18.7355 17.1435 18.5758 17.7435 18.1016 18.0194C17.6274 18.2903 17.0274 18.1306 16.7516 17.6565C15.1306 14.8452 13.9113 12.7403 13.1032 11.3371C12.2758 9.90968 12.8661 8.47742 13.4516 7.99355C14.1 9.10645 15.0677 10.7855 16.3597 13.0258ZM12 0C5.37097 0 0 5.37097 0 12C0 18.629 5.37097 24 12 24C18.629 24 24 18.629 24 12C24 5.37097 18.629 0 12 0ZM22.4516 12C22.4516 17.7435 17.8016 22.4516 12 22.4516C6.25645 22.4516 1.54839 17.8016 1.54839 12C1.54839 6.25645 6.19839 1.54839 12 1.54839C17.7435 1.54839 22.4516 6.19839 22.4516 12Z" fill="white"/> </svg>');
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 29px;
}

.dbo-check-list li {
    margin: 10px 0;
}

.dbo-mobile-img {
    -webkit-border-radius: 5px;;
    -moz-border-radius: 5px;;
    border-radius: 5px;;
}

.dbo__files-section {
    padding: 20px 0;
}

.safe-touch-img {
    position: absolute;
    top: -70px;
    left: -100px;
}


.dbo__text {
    opacity: .75;
}

.text__blue {
    color: #0073AE;
}

.laptop__block {
    background: #FFFFFF;
    box-shadow: 0px 5px 15px rgba(55, 71, 79, 0.15);
    border-radius: 4px;
    padding: 45px;
    z-index: 5;
}

.laptop__title {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 40px;
}

.laptop-img {
    position: absolute;
    width: 735px;
    height: 465px;
    background-repeat: no-repeat;
    z-index: 0;
    top: 50%;
    transform: translateY(-50%);
    left: -65px;
}

.safe-bank__title {
    margin-bottom: 20px !important;
}

.safe-bank__block .sub-title {
    margin-top: 0 !important;
}


@media (min-width: 992px) and (max-width: 1100px) {
    .laptop__title {
        font-size: 1.95rem;
    }
}

@media (max-width: 767px) {
    .laptop__title {
        font-size: 1.5rem;
        line-height: 1;
    }
}

@media (max-width: 991px) {
    .safe-bank__title {
        text-align: left;
        font-size: 20px;
        line-height: 21px;
        padding-top: 40px;
    }

    .safe-bank__block::before {
        content: "";
        position: absolute;
        height: 1px;
        width: 100%;
        top: 0;
        left: 0;
        background: rgba(56, 55, 58, 0.15);
    }
}


.ib-sub-title {
    color: rgba(56, 55, 58, .85);
    font-size: 15px !important;
}

@media all and (min-width: 991px) {


    .ib-index-block {
        margin-left: 35px;
    }

    .ib-index-image {
        position: relative;
        right: 13%;
    }

    .ib-index-line {
        position: relative;
    }

    .ib-index-line::before {
        content: '';
        position: absolute;
        border-right: 1px solid #37474F;
        opacity: .15;
        height: 491px;
        bottom: -72px;
        right: -20px;
    }
}

@media all and (min-width: 767px) {
    .mibok-mobile {
        display: none;
    }
}

@media (width: 1024px) {
    .ib-index-image {
        right: 33%;
    }
}

.ufd__about--sub-title {
    font-size: 24px;
    color: rgba(55, 71, 79, 0.75);
    font-weight: 400;
}

.footer__menu__parent--about {
    font-weight: 700;
    font-size: 0.6875rem;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #0073ad;
}

.text-big {
    font-size: 1.125rem;
}

.sub-title-safe-box {
    margin-bottom: 0px !important;
}

.partners-block--image {
    border-radius: 5px;
    position: absolute;
    bottom: -60px;
    left: -25px;
}

.safe-box-block--image {
    border-radius: 5px;
    position: absolute;
    top: 0;
    height: 100%;
}

.partners--sub-title {
    font-size: 15px !important;
    /*color: #38373A;*/
    opacity: 0.85;
    font-weight: 400;
}


.partners-block {
    overflow: hidden;
    background-color: #FFFFFF;
    border-radius: 5px;
    padding: 60px 40px;
    box-shadow: 0px 10px 30px rgba(56, 55, 58, 0.1), 0px 15px 45px rgba(56, 55, 58, 0.1);
}

.safe-box-block {
    overflow: hidden;
    background-color: #FFFFFF;
    border-radius: 5px;
    padding: 60px 40px;
    box-shadow: 0px 10px 30px rgba(56, 55, 58, 0.1), 0px 15px 45px rgba(56, 55, 58, 0.1);
}

@media (max-width: 991px) {
    .partners-block {
        padding: 40px 25px;
    }

    .safe-box-block {

    }

    .partners-block-btn {
        text-align: center;
    }

    .partners-block--image {
        position: relative;
        left: -15px;
        top: -40px;
        margin: 0 auto;
        vertical-align: bottom;
    }

    .partners-block--title {
        text-align: left;
        font-size: 20px;
        line-height: 21px;
        position: relative;
        padding-top: 40px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .partners-block--image {
        min-width: 100%;
    }

    .safe-box-block--image {
        min-width: 100%;
    }

}

.site-section--half-white {
    background: linear-gradient(to top, #fff, #fff 50%, #F1F4F5 50.1%);
    -webkit-background: linear-gradient(to top, #fff, #fff 50%, #F1F4F5 50.1%);
    -webkit-background: linear-gradient(to top, #fff, #fff 50%, #F1F4F5 50.1%);
}

.site-section--half-gray {
    background: linear-gradient(to top, #F1F4F5, #F1F4F5 50%, #fff 50.1%);
    -webkit-background: linear-gradient(to top, #F1F4F5, #F1F4F5 50%, #fff 50.1%);
    -webkit-background: linear-gradient(to top, #F1F4F5, #F1F4F5 50%, #fff 50.1%);
}

.site-section--half-blue {
    background: linear-gradient(to top, #004973, #004973 50%, #fff 50.1%);
    -webkit-background: linear-gradient(to top, #004973, #004973 50%, #fff 50.1%);
    -webkit-background: linear-gradient(to top, #004973, #004973 50%, #fff 50.1%);
}

.site-section--light-gray {
    background-color: #f1f4f5;
}


.ib-index--sub-title {
    color: rgba(55, 71, 79, 0.85);
}

.pt-0 {
    padding-top: 0 !important;
}

@media all and (min-width: 991px) {
    .site-section {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .first-section {
        padding-top: 105px;
    }
}

@media all and (max-width: 991px) {
    .site-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}


@media all and (max-width: 991px) {
    .first-section {
        /*margin-top: 35px;*/
    }
}


.no-scroll {
    overflow: hidden !important;
    position: fixed;
    width: 100%;
}

.no-oveflow {
    overflow: hidden;
    height: 100%;
}

.no-scroll .low-index {
    z-index: -1;
}

.bg-white {
    background-color: white;
}

.border-top--gray {
    border-top: 1px solid rgba(55, 71, 79, 0.15);
}


.breadcrumb-section {
    width: 100%;
    position: relative;
    z-index: 10;
}

.breadcrumb-section:not(.breadcrumb-inner) {
    height: 0px;
    float: left;
    transform: translateY(105px);
    -webkit-transform: translateY(105px);
}

/*
######
###### First section RKO
###### #########################
*/

.ufd__about-background {
    width: 100%;
    overflow: hidden;
    background: #dde1e7;
}

@media (max-width: 991px) {
    .blue-list--arrow {
        text-align: left;
    }

    .ufd__about-background {
        padding-bottom: 100px;
        background-image: none !important;
    }
}


.ufd__top-slider {
    width: 100%;
    overflow: hidden;
    background: #eaedec;
}


.ufd__top-slider video {
    position: absolute;
    z-index: 10;
    right: -100px;
    top: 50%;
    transform: translate(0, -50%);
    /*min-height: 710px;*/
}

.ufd__about-background > .container {
    padding-top: 215px;
    padding-bottom: 0;
    z-index: 20;
    background-repeat: repeat-y;
    background-position: 50px;
}

.ufd__top-slider > .container {
    /*	padding-top: 110px;
        padding-bottom: 70px;*/
    padding-top: 260px;
    padding-bottom: 0;
    z-index: 20;
    /*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAApsAAAABCAYAAACR8GVoAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAALtJREFUeNrsVUkOwzAIxP9/Yw895RdMVSmRKjTAYPVoLnYIy4BZ1ut9wQ4dOvQP+vbSus/nG4kcu1vQzeR//TB9FP5cwOKJfRQ4s5gxONHkQPFV2WOxMX2VV91VOcbzJn+e+HASZ5SNfIhYVewRS2dLiW2CJYsLQrydjos1y+xgiGuX/+DE8H1NeJtJHVhRp2hqNMu7Cf2ZzUdszhU2T72ZzSb0sTLHVjNPQfZOtQ/YftrdQR1vxf8fAQYAQ833qOH5qlwAAAAASUVORK5CYII=);*/
    background-repeat: repeat-y;
    background-position: 50px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .ufd__top-slider video {
        right: -650px;
    }

    .ufd__about-background > .container {
        background-position: left;
    }

    .ufd__top-slider > .container {
        background-position: left;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .ufd__top-slider video {
        right: -500px;
    }

    .ufd__about-background > .container {
        background-position: left;
    }

    .ufd__top-slider > .container {
        background-position: left;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .ufd__top-slider video {
        right: -350px;
    }

    .ufd__about-background > .container {
        background-position: left;
    }

    .ufd__top-slider > .container {
        background-position: left;
    }
}

@media (max-width: 767px) {
    .ufd__top-slider {
        background-image: url(/local/templates/ufd-new/assets/img/rko-bg-first.jpg);
        /*background-image: url(/local/templates/ufd-new/assets/img/girl-rko-mobile.png);*/
        background-repeat: no-repeat;
        background-position: top center;
        -webkit-background-size: cover;
        background-size: cover;
        margin-top: 35px;
    }

    .ufd__about-background h1 {
        font-size: 1.75rem;
        line-height: 1.4;
    }

    .ufd__top-slider h1 {
        font-size: 1.75rem;
        line-height: 1.4;
    }

    .ufd__top-slider > .container {
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAGdCAYAAAA48aIGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo5ZGM5MDVkMC1mNzlkLThkNDYtYWY2ZC00ZTQ4MGEyM2EyOGQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QzU1RkUyN0NFOTk2MTFFNzgwNkFGRTYwQjNGNjA4NjAiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QzU1RkUyN0JFOTk2MTFFNzgwNkFGRTYwQjNGNjA4NjAiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0MTQ5NmI1Zi0xZjdmLTdjNDEtOTNiMC02NDQzMDM3N2M1ZmYiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDphZDMwMWE3Zi1lN2U4LTExZTctYmYzZS05MTFjYzdiZjNjYjAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4moY0OAAAA90lEQVR42uxVSxbCIAxkRu5/QxeuPIba+qDFSUK69cGm0xCY/EhwfzxRPovlu8D20yQ7eG3fDXTlHVQBNCXlLIFuNVJ0M+ybKabayuDvqa7MwPgBcKIz+EVzC/VsM32/RmXbHZuCSiFh6dHoFKAbXkiaZoaphXvF2Onm5GYxzGFnMnFgrMP4wvH4TNl2J+Myz1up0NkV5Ry/4ulRJIGpQfn5nl6rlkFy84skoID/BkdS+y1nA6WtiYkGEhU23Zxm2kW6fdFvnkpBs5lH3Y9x3oOwINl7MxTOuCmTypR5AR1/wbSqCWUZZNH0XGCBBRZYYIE/A28BBgDN3Q89wMOFigAAAABJRU5ErkJggg==');
        background-position: center bottom;
        background-repeat: repeat-x;
        padding-top: 340px;
        padding-bottom: 40px;
    }
}

/*
######
###### Another BG Images
###### #########################
*/
.ufd__bg--phone {
    background-image: url(/local/templates/ufd-new/assets/img/phone.png);
    background-position: right -340%;
    background-repeat: no-repeat;
}

.ufd__bg--ipad {
    background-image: url(/local/templates/ufd-new/assets/img/ipad.png);
    background-position: 110% center;
    background-repeat: no-repeat;
}

.ufd__bg--laptop {
    background-image: url(/local/templates/ufd-new/assets/img/laptop-img.png);
    background-position: left center;
    background-repeat: no-repeat;
}

@media all and (max-width: 1700px) {
    .ufd__bg--laptop {
        background-position: -20% center;
    }

    .ufd__bg--ipad {
        background-position: 125% center;
    }
}

.ufd__bg--women {
    position: absolute;
    right: 0px;
    bottom: -70px;
}

.ufd__bg--women.ufd__bg--women-currency {
    right: -60px;
    pointer-events: none;
}

.ufd__bg--women.ufd__bg--women-lizing {
    right: -80px;
    pointer-events: none;
}
.ufd__bg--women.ufd__bg--women-konsultarsiya {
    right: unset;
    left: 0;
    height: calc(100% + 70px);
    width: 50%;
}
.ufd__bg--women.ufd__bg--women-konsultarsiya img {
    height: 100%;
    margin: 0 auto;
    display: block;
}

.ufd__bg--scammer {
    position: absolute;
    right: -60px;
    bottom: -70px;
}

.scammer-list {
    padding-left: 17px;
    margin-bottom: 25px;
}

.scammer-list li {
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 7px;
}



@media (min-width: 992px) and (max-width: 1024px) {
    .ufd__bg--scammer {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1600px) {

    .ufd__bg--scammer {
        right: -130px;
    }
}

/*@media (max-width: 767px) {*/
@media (max-width: 1300px) {
    .ufd__bg--laptop,
    .ufd__bg--ipad {
        background-image: none;
    }

}

@media all and (max-width: 1100px) {
    .ufd__bg--women:not(.ufd__bg--women-konsultarsiya) {
        display: none;
    }
}

.ufd__bg--order {
    position: absolute;
    right: 0px;
    top: 55%;
    transform: translate(50%, -50%);
}

.ufd__bg--order-ekvayring {
    position: absolute;
    left: 0px;
    top: 55%;
    transform: translateY(-50%);
}

/*
######
###### Another Link
###### #########################
*/
a.ufd__tizer--atms {
    font-size: 0.9375rem;
    display: inline-block;
    margin-top: 15px;
}

@media (max-width: 767px) {
    a.ufd__tizer--atms {
        margin-top: 0px;
        margin-bottom: 15px;
    }
}

/*
######
###### Color section
###### #########################
*/
.bg-block--white {
    background-color: #fff;
}

.bg-block--blue {
    background-color: #004973;
    color: rgba(255, 255, 255, 1);
}

.bg-block--blue-gr {
    background-image: -moz-linear-gradient(-90deg, rgb(0, 115, 174) 0%, rgb(0, 73, 115) 100%);
    background-image: linear-gradient(-90deg, rgb(0, 115, 174) 0%, rgb(0, 73, 115) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(0, 115, 174) 0%, rgb(0, 73, 115) 100%);
    color: rgba(255, 255, 255, 1);
}


/*  NEW HEADER MENU ! */

.site-logo {
    margin-top: 20px;
    /*margin-top: 15px;*/
    margin-bottom: 20px;
}

.site-logo > img:first-child {
    position: relative;
    z-index: 5;
}

.balloon-top {
    position: absolute;
    top: -32px;
    left: -25px;
    z-index: 6;
}
.balloon-bottom {
    position: absolute;
    top: -25px;
    left: -23px;
    z-index: 4;
}


.site-header__menu {
    margin-bottom: -35px;
    z-index: 899;
}

@media all and (max-width: 991px) {

    .site-header__menu {
        box-shadow: 0px 3px 8px 0px rgba(55, 71, 79, 0.15);
        -webkit-box-shadow: 0px 3px 8px 0px rgba(55, 71, 79, 0.15);
    }

    .site-header__menu--inner {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.site-header__menu.sticky {
    box-shadow: 0px 3px 8px 0px rgba(55, 71, 79, 0.15);
    -webkit-box-shadow: 0px 3px 8px 0px rgba(55, 71, 79, 0.15);
    background-color: white;
}

.site-header__menu--inner {
    background-color: white;
    border-radius: 4px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.site-header__menu__button {
    display: none;
}

.site-header__menu.sticky .site-header__menu__button {
    display: flex;
    margin-left: 15px;
}

.flex-menu {
    display: flex;
}

.flex-menu div[id^="bx_incl_area_"] {
    width: 100%;
}

@media (min-width: 991px) {
    .site-header__menu--inner {
        box-shadow: 0px 3px 8px 0px rgba(55, 71, 79, 0.15);
        -webkit-box-shadow: 0px 3px 8px 0px rgba(55, 71, 79, 0.15);
    }

    .wrapper-sticky.sticky-active .site-header__menu--inner {
        box-shadow: none;
        -webkit-box-shadow: none;
        padding-left: 0;
        padding-right: 0;
    }
}

/*  END NEW HEADER MENU ! */


/*
######
###### Header + Panel inside Head
###### #########################
*/
.site-header {
    position: relative;
}

.site-header__panel {
    padding: 15px 0px;
    position: relative;
    z-index: 999;
}

.select__bank-type {
    display: inline-block;
    position: relative;
    z-index: 150;
    /*padding: 10px 28px 10px 20px;*/
    border-radius: 3px;
    cursor: pointer;
    float: left;
}


.select__bank-type .nice-select {
    border: 0px;
    margin-left: -15px;
}

.select__bank-type .nice-select.open,
.select__bank-type .nice-select:hover {
    background: #fff;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(74, 42, 67, 0.12);
    -moz-box-shadow: 0px 5px 15px 0px rgba(74, 42, 67, 0.12);
    box-shadow: 0px 5px 15px 0px rgba(74, 42, 67, 0.12);
}

.select__bank-type .nice-select:not(.open):focus {
    background: transparent;
    box-shadow: none;
}

.select__bank-type .nice-select > span,
.select__bank-type .nice-select:not(.open):focus > span {
    font-size: 0.8125rem;
    font-weight: normal;
    text-transform: none;
    color: rgba(38, 50, 56, 0.85);
    border-bottom: 1px dashed rgba(55, 71, 79, 0.3);
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.select__bank-type .nice-select.open > span,
.select__bank-type .nice-select:hover > span {
    color: rgba(38, 50, 56, 1);
    border-bottom: 1px dashed rgba(55, 71, 79, 0) !important;
}

.select__bank-type .nice-select {
    height: 40px;
}

.select__bank-type .nice-select .list,
.select__bank-type .nice-select.open .list:focus,
.select__bank-type .nice-select.open .list {
    margin-left: -15px;
    border: 0px;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(74, 42, 67, 0.12);
    -moz-box-shadow: 0px 5px 15px 0px rgba(74, 42, 67, 0.12);
    box-shadow: 0px 5px 15px 0px rgba(74, 42, 67, 0.12);
    padding: 10px 0px;
    left: 0px;
    margin-bottom: 0px;
    outline: none;
}

.select__bank-type .nice-select .option {
    color: rgba(38, 50, 56, 1);
    text-transform: none;
    font-weight: normal;
    font-size: 0.8125rem;
    line-height: 1;
    min-height: auto;
    padding: 10px 18px;
    opacity: 0.85;
}

.select__bank-type .nice-select .option:hover,
.select__bank-type .nice-select .option.focus,
.select__bank-type .nice-select .option.selected.focus {
    background-color: transparent;
    color: #a1006b;
    opacity: 1;
}


.site-header__panel a[role="link"] {
    font-size: 0.8125rem;
    color: rgba(55, 71, 79, 0.85);
    border-bottom: 1px solid rgba(55, 71, 79, 0.3);
}

@media all and (min-width: 1200px) {
    .site-header__panel a[role="link"] {
        margin-right: 3.75rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .site-header__panel a[data-icon="mibok"] {
        margin-right: 50px !important;
    }
}

@media (max-width: 767px) {
    .site-header__panel a[data-icon="mibok"] {
        margin-right: 40px !important;
    }
}

.btn[data-icon="arrow-left"] {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 1L1 5M1 5L5 9M1 5H9' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    padding-left: 52px;
    background-repeat: no-repeat;
    background-position: 32px center;
    padding-right: 28px;
}

.site-header__panel a[role="for-modal"]:focus,
.site-header__panel a[role="for-modal"]:active,
.site-header__panel a[role="for-modal"] {
    font-size: 0.8125rem;
    color: rgba(55, 71, 79, 0.85);
    margin-right: 3.75rem;
    border-bottom: 1px dashed rgba(55, 71, 79, 0.3);
}

.site-header__panel a[role="link"]:hover,
.site-header__panel a[role="for-modal"]:hover {
    color: rgba(55, 71, 79, 1);
    border-bottom: 1px solid transparent;
}

.site-header__panel a[role="link"]:before,
.site-header__panel a[role="for-modal"]:focus:before,
.site-header__panel a[role="for-modal"]:active:before,
.site-header__panel a[role="for-modal"]:before {
    opacity: 0.35;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.site-header__panel a[role="link"]:hover:before,
.site-header__panel a[role="for-modal"]:hover:before {
    opacity: 0.85;
}

@media (max-width: 767px) {
    .site-header__panel {
        padding: 0px;
    }

    .select__bank-type .nice-select {
        margin-left: -15px;
    }

    .select__bank-type .nice-select {
        height: 50px;
        line-height: 50px;
    }

    .site-header__panel a[role="link"] {
        /*display: table;*/
        line-height: 1;
        margin: 18px 0px;
    }
}


/*
######
###### Header menu burger
###### #########################
*/

.header--burger {
    float: left;
    width: 50px;
    height: 50px;
    background-position: center left;
    background-image: url('/local/templates/ufd-new/assets/img/hamburger.svg');
    background-size: 30px 30px;
    background-repeat: no-repeat;
    position: relative;
}

.header--burger::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-right: 1px solid rgba(77, 83, 87, .15);
    height: calc(100% + 21px);
}

.header--burger.active {
    background-image: url('/local/templates/ufd-new/assets/img/hum-cross.svg');
    background-size: 18px 18px;
    background-position: center left 5px;
}

/*
######
###### Header menu mobile
###### #########################
*/
.site-header__menu--mobile {
    background-color: #f2f4f5;
}

.site-header__menu--mobile .select__bank-type.active {
    display: none;
}

.site-header__menu--mobile .select__bank-type:not(.active) ~ a {
    display: none;
}

.menu__mobile .menu__mobile-body::-webkit-scrollbar {
    width: 0px;
}

.menu__mobile .menu__mobile-body::-webkit-scrollbar-thumb {
}

.menu__mobile .menu__mobile-body::-webkit-scrollbar-button:vertical {
    height: 0px;
}

/* Up */
.menu__mobile .menu__mobile-body::-webkit-scrollbar-button:vertical:decrement {
    opacity: 0;
}

/* Bottom */
.menu__mobile .menu__mobile-body::-webkit-scrollbar-button:vertical:increment {
    opacity: 0;
}

.menu__mobile {
    position: absolute;
    overflow: hidden;
    top: 60px;
    left: -15px;
    right: -15px;
    background-color: #f1f4f5;
    height: 0;
    z-index: -1;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.menu__mobile.menu__mobile--active {
    height: calc(100vh - 110px);
}

.menu__mobile .menu__mobile-body {
    position: relative;
    padding-bottom: 140px;
    overflow-y: scroll;
    height: 100%;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

.menu__mobile:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    left: 0px;
    right: 0px;
    top: -5px;
    box-shadow: 0px 5px 15px 0px rgba(55, 71, 79, 1);
}


ul.mobile-menu-list {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

ul.mobile-menu-list > li {
    line-height: 1.2;
    border-bottom: 1px dashed rgba(55, 71, 79, 0.15);
}

ul.mobile-menu-list > li:last-child {
    border-bottom: 1px solid transparent;
}

ul.mobile-menu-list > li > a {
    position: relative;
    font-size: 0.6875rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    display: inline-block;
    padding: 15px 50px 14px 0;
    width: 100%;
}

ul.mobile-menu-list > li.parent > a:before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-left: 2px solid #0073ad;
    border-bottom: 2px solid #0073ad;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%) rotate(-45deg);
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

ul.mobile-menu-list > li.parent > a.active:before {
    transform: rotate(135deg);
}

ul.mobile-menu-list > li > a:active,
ul.mobile-menu-list > li > a:hover,
ul.mobile-menu-list > li > a:focus {
    border-bottom: 1px solid transparent;
}

ul.mobile-menu-list > li > ul {
    list-style-type: none;
    margin: 0px 0px 35px 0px;
    padding: 0px;
    display: none;
}

ul.mobile-menu-list > li > ul > li {
    line-height: 1;
    margin: 5px 0px;
}

ul.mobile-menu-list > li > ul > li > a {
    font-size: 0.8125rem;
    display: inline-block;
    padding: 5px 0px;
    color: #0073ad;
    line-height: 1.4;
}

ul.mobile-menu-list > li > ul > li.title-a {
    color: rgba(55, 71, 79, 1);
    font-weight: bold;
    font-size: 0.75rem;
    padding-bottom: 10px;
    margin-top: 15px;
}

.menu__mobile .menu__mobile-footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #fff;
    padding: 20px 0;
    z-index: 20;
    box-shadow: 0px -5px 15px 0px rgba(55, 71, 79, 0.15);
}

.menu__mobile .menu__mobile-footer > a {
    text-transform: uppercase;
    font-size: 0.6875rem;
    letter-spacing: 1.2px;
    color: #ab0773;
    border-color: rgba(171, 7, 115, 0.5);
    font-weight: bold;
    margin-bottom: 20px;
    display: inline-block;
}

.menu__mobile .menu__mobile-footer .menu__mobile-footer-text > span {
    font-size: 0.8125rem;
    color: rgba(55, 71, 79, 0.7);
    display: inline-block;
    width: 100%;
}

.menu__mobile .menu__mobile-footer .menu__mobile-footer-text > a {
    font-size: 1.5rem;
    font-weight: bold;
    color: #0073ad;
    line-height: 1;
}


/*
######
###### Header search
###### #########################
*/
.header--search {
    height: 70px;
    width: 55px;
    float: left;
}

.header--search input[type="text"] {
    width: 0px;
    outline: none;
    font-size: 1rem;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 2px solid rgba(0, 115, 173, 0);
    opacity: 0;
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0px;
    padding: 0 1rem;
    height: 100%;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.header--search input[type="submit"] {
    position: absolute;
    background-color: #fff;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    right: -1px;
    top: 0px;
    bottom: 0px;
    width: 70px;
    cursor: pointer;
    z-index: 10;
    /*pointer-events:none;*/
    background-image: url(/local/templates/ufd-new/assets/img/search.svg);
    background-position: center;
    background-repeat: no-repeat;
    outline: none;
    border: none;
}


.header--search input[type="text"]:focus {
    opacity: 1;
    width: calc(100% - 70px);
    border-bottom: 2px solid rgba(0, 115, 173, 1);
}

.header--search input[type="text"]:focus ~ input[type="submit"] {
    background-color: rgba(0, 115, 173, 0.3);
}

.header--search input[type="text"]:focus ~ label ~ input[type="submit"] {
    display: block;
    z-index: 20;
}


/*
######
###### Contact Us Modal
###### #########################
*/
.ufd__contact-us {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    /*z-index: -50;*/
    background-color: #fff;
    border-radius: 4px;
    width: 370px;
    top: 80px;
    left: 50%;
    transform: translate(-50%, 0);
    box-shadow: 0px 5px 30px 0px rgba(55, 71, 79, 0.5);
    overflow: hidden;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    z-index: 501;
    padding-top: 10px;
}

.site-header__panel a[data-icon="contact-us"].active ~ .ufd__contact-us {
    opacity: 1;
    top: 55px;
    visibility: visible;
}

.ufd__contact-us .ufd__cs--close {
    position: absolute;
    top: 25px;
    right: 30px;
    border: 0px;
    outline: 0px;
    background-color: transparent;
    line-height: 1;
    z-index: 10;
    height: 15px;
    width: 15px;
    opacity: 0.35;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.ufd__contact-us .ufd__cs--close:hover {
    opacity: 0.7;
}

.ufd__contact-us .ufd__cs--close:before,
.ufd__contact-us .ufd__cs--close:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    left: 50%;
    top: 50%;
    background-color: #37474f;
}

.ufd__contact-us .ufd__cs--close:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.ufd__contact-us .ufd__cs--close:after {
    transform: translate(-50%, -50%) rotate(135deg);
}

.ufd__contact-us .ufd__cs--big-link,
.ufd__contact-us .ufd__cs--medium-link,
.ufd__contact-us .ufd__cs--button-link {
    padding: 0 30px;
    margin: 10px 0 10px 0;
}

.ufd__contact-us .ufd__cs--big-link span,
.ufd__contact-us .ufd__cs--medium-link span,
.ufd__contact-us .ufd__cs--button-link span {
    font-size: 0.8125rem;
    opacity: 0.7;
    display: inline-block;
    width: 100%;
}

.ufd__contact-us .ufd__cs--big-link a,
.ufd__contact-us .ufd__cs--big-link a:focus,
.ufd__contact-us .ufd__cs--big-link a:active,
.ufd__contact-us .ufd__cs--medium-link a:focus,
.ufd__contact-us .ufd__cs--medium-link a:active,
.ufd__contact-us .ufd__cs--medium-link a {
    color: #0073ad;
    font-weight: bold;
    line-height: 1;
}

.ufd__contact-us .ufd__cs--big-link a:hover,
.ufd__contact-us .ufd__cs--medium-link a:hover {
    color: #a1006b;
    border-bottom: 1px solid transparent;
}

.ufd__contact-us .ufd__cs--big-link a {
    font-size: 1.5rem;
}

.ufd__contact-us .ufd__cs--medium-link a {
    font-size: 1.125rem;
}

.ufd__contact-us .ufd__cs--button-link span {
    margin-bottom: 7px;
}

.ufd__contact-us .ufd__cs--button-link a {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.ufd__contact-us .ufd__cs--bottom {
    background-color: #eceff1;
    padding-right: 30px;
    padding-left: 150px;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    margin-top: 20px;
}

.ufd__contact-us .ufd__cs--bottom img {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.ufd__contact-us .ufd__cs--bottom span {
    font-size: 1.5rem;
    display: inline-block;
    width: 100%;
    line-height: 1;
    padding-bottom: 15px;
}

.ufd__contact-us .ufd__cs--bottom a {
    width: 100%;
    text-align: center;
}

.menu__mobile > .ufd__contact-us {
    top: auto;
    bottom: 0px;
    z-index: 0;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: 100%;
    left: 50%;
}

.menu__mobile.active > .ufd__contact-us {
    opacity: 1;
    visibility: visible;
    bottom: 136px;
    top: auto;
}

@media (max-width: 767px) {
    .ufd__contact-us .ufd__cs--bottom {
        padding-left: 30px;
    }

    .ufd__contact-us .ufd__cs--bottom img {
        display: none;
    }
}

/*
######
###### Full screen menu
###### #########################
*/
.site-menu-fb.fancybox-container {
    z-index: 1000 !important;
}

.site-menu-fb.fancybox-container .fancybox-bg {
    background: rgba(255, 255, 255, 1);
    opacity: 1;
}

.site-menu-fb.fancybox-container .fancybox-slide > * {
    background-color: transparent;
}

.site-menu-fb.fancybox-container .close--btn {
    position: absolute;
    right: 1rem;
    top: 0rem;
    border: 0px;
    background: transparent;
    text-transform: uppercase;
    color: rgba(38, 50, 59, 0.5);
    font-size: 0.6875rem;
    font-weight: bold;
    outline: none;
    letter-spacing: 1.3px;
    line-height: 1;
    padding-right: 30px;
}

.site-menu-fb.fancybox-container .close--btn:before,
.site-menu-fb.fancybox-container .close--btn:after {
    position: absolute;
    content: '';
    right: 0px;
    top: 50%;
    width: 20px;
    height: 2px;
    background-color: rgba(38, 50, 59, 1);
}

.site-menu-fb.fancybox-container .close--btn:before {
    transform: translate(0, -50%) rotate(45deg);
}

.site-menu-fb.fancybox-container .close--btn:after {
    transform: translate(0, -50%) rotate(135deg);
}

.site-menu-fb.fancybox-container .close--btn > span {
    visibility: hidden;
    opacity: 0;
    line-height: 1;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    padding: 20px 0px;
}

.site-menu-fb.fancybox-container .close--btn:hover > span {
    visibility: visible;
    opacity: 1;
}

.site-menu-fb hr {
    margin: 20px 0px 20px 0;
    opacity: 0.2;
}

.site-menu-fb.fancybox-container .modal-menu {
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 20px;
}

.site-menu-fb.fancybox-container .modal-menu li {
    padding: 5px 0px;
}

.site-menu-fb.fancybox-container .modal-menu li > p {
    margin: 0px;
    font-size: 0.9375rem;
    font-weight: bold;
    padding-bottom: 5px;
    line-height: 1.3;
}

.site-menu-fb.fancybox-container .modal-menu li > p a {
    font-size: 0.9375rem;
    font-weight: bold;
    line-height: 1.3;
    color: #37474f;
    border-bottom: 1px solid rgba(55, 71, 79, 0.3);
    display: inline;
}

.site-menu-fb.fancybox-container .modal-menu li > p a:focus,
.site-menu-fb.fancybox-container .modal-menu li > p a:active,
.site-menu-fb.fancybox-container .modal-menu li > p a:hover {
    color: #a1006b;
    border-bottom: 1px solid transparent;
}

.site-menu-fb.fancybox-container .modal-menu a {
    font-size: 0.8125rem;
    color: #0073ad;
    display: block;
    line-height: 1.3;
}

.site-menu-fb.fancybox-container .modal-menu a:focus,
.site-menu-fb.fancybox-container .modal-menu a:active,
.site-menu-fb.fancybox-container .modal-menu a:hover {
    color: #a1006b;
    border-bottom: 1px solid transparent;
}


/*
######
###### Empty modal
###### #########################
*/
.fancybox-container.empty-modal {
    z-index: 500 !important;
}

.fancybox-container.empty-modal .fancybox-bg {
    opacity: 0.37;
}

.fancybox-container.empty-modal #empty-modal {
    display: none !important;
}


.fancybox-container {
    touch-action: manipulation;
}

/*
######
###### Footer Section
###### #########################
*/
.site-footer {
    background-color: #eceff1;
    padding-top: 50px;
    padding-bottom: 50px;
}

.site-footer img.footer__logo {
    margin: 0.6rem 0;
}

.site-footer hr {
    margin: 50px 0px 20px 0;
    opacity: 0.2;
}

.footer_info {
    font-size: 0.8125rem;
    color: rgba(55, 71, 79, 0.65);
}

.footer_info a {
    display: inline;
    border-bottom: 1px solid rgba(0, 115, 173, 0.35);
}

.footer_info a:hover {
    color: #a1006b;
    border-bottom: 1px solid rgba(0, 115, 173, 0);
}

.footer__menu a, .footer__menu span {
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}


.footer__menu ul, .footer__menu__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer__menu__list > li {
    margin-bottom: 1rem;
    line-height: 1.2;
}

.footer__menu__list > li > a {
    font-weight: 700;
    font-size: 0.6875rem;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #0073ad;
}

.footer__menu__list > li > a span {
    border-bottom: 1px solid rgba(0, 115, 173, 0.35);
}

.footer__menu__list > li > ul {
    margin-top: 0.6rem;
}

.footer__menu__list > li > ul > li {
    margin-bottom: 0.5rem;
}

.footer__menu__list > li > ul a {
    color: #37474f;
    font-size: 0.8125rem;
    border-bottom: 1px solid rgba(55, 71, 79, 0.35);
}


/*
######
###### transitionEffect: tube-down
###### #########################
*/
.fancybox-fx-tube-down.fancybox-slide--previous {
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
    opacity: 0;
}

.fancybox-fx-tube-down.fancybox-slide--next {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    opacity: 0;
}

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

/*
######
###### FancyBox with Slick inside!!!!!!!!!!!!
###### #########################
*/
/*#modal__plans{
	position: absolute;
	left: -99999px;
}
.fancybox-container.tabs--modal #modal__plans{
	position: relative !important;
	left: 0px !important;
}*/

.fancybox-container.tabs--modal * {
    outline: none;
}

.fancybox-container .fancybox-modal-medium, .fancybox-modal-large {
    width: 100%;
    background-color: transparent;
}

.bg-block--white {
    border-radius: 4px;
    background-color: white;
}

.fancybox-container .fancybox-modal-medium form {
    padding: 60px 0;
}

.fancybox-container .fancybox-modal-medium._rko form {
    padding: 40px 0;
}

.fancybox-container.tabs--modal .fancybox-modal-large > * {
    /*background-color: #fff;*/
}

.fancybox-container.tabs--modal .fancybox-modal-large .ms__body {
    background-color: #fff;
    border-radius: 4px;
}

.fancybox-container.tabs--modal .fancybox-modal-large .ms__body .ms__menu {
    border-bottom: 1px solid rgba(38, 50, 53, 0.15);
    padding-left: 20px;
    padding-right: 40px;
}

.fancybox-container.tabs--modal .fancybox-modal-large .ms__body .ms__menu {
    margin: 0px 0px -1px 0px;
    padding: 0 120px 0 20px;
}

.fancybox-container.tabs--modal .fancybox-modal-large .ms__body .ms__menu > div:not(.slick-list) {
    display: inline-block;
}

.fancybox-container.tabs--modal .fancybox-modal-large .ms__body .ms__menu div > span:focus,
.fancybox-container.tabs--modal .fancybox-modal-large .ms__body .ms__menu div > span {
    display: inline-block;
    line-height: 1;
    font-size: 0.6875rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    cursor: pointer;
    margin: 0 30px 0px 30px;
    padding: 31px 0px 30px 0px;
    border-bottom: 2px solid rgba(0, 115, 174, 0);
    opacity: 0.5;
}

.fancybox-container.tabs--modal .fancybox-modal-large .ms__body .ms__menu div.slick-slide > span {
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.fancybox-container.tabs--modal .fancybox-modal-large .ms__body .ms__menu div.slick-current.slick-active > span,
.fancybox-container.tabs--modal .fancybox-modal-large .ms__body .ms__menu div.slick-slide > span:hover {
    opacity: 1;
    color: rgba(0, 115, 174, 1);
    border-bottom: 2px solid rgba(0, 115, 174, 1);
}

.fancybox-container.tabs--modal .fancybox-modal-large .ms__content {
    margin: 0px 0px 50px;
}

.fancybox-container.tabs--modal .fancybox-modal-large .ms__content .ms__content--item {
    padding: 0px 50px;
}

.fancybox-container.tabs--modal .fancybox-modal-large .ms__content .ms__content--item .h2 {
    margin-bottom: -1rem;
}

.fancybox-container.tabs--modal .fancybox-modal-large .ms__content .ms__content--item ul > li,
.fancybox-container.tabs--modal .fancybox-modal-large .ms__content .ms__content--item p {
    color: rgba(55, 71, 79, 0.7);
}

.fancybox-container.tabs--modal .fancybox-modal-large .ms__content .ms__content--item hr {
    margin: 3rem 0;
    opacity: 0.3;
    position: relative;
    left: -50px;
    width: calc(100% + 100px);
}

.fancybox-container.tabs--modal .fancybox-modal-large .ms__content .ms__content--item .ms--plan-info {
    font-size: 1.5rem;
}

.fancybox-container.tabs--modal .fancybox-modal-large .ms__content .ms__content--item .ms--plan-section {
    margin: 0.75rem 0 1.675rem 0;

    border-bottom: 1px solid rgba(55, 71, 79, 0.15);
}

.fancybox-container.tabs--modal .fancybox-modal-large .ms__content .ms__content--item .ms--plan-title-more {
    line-height: 1;
    font-weight: 600;
}


.fancybox-container.tabs--modal .fancybox-modal-large .ms__content .ms__content--item .ms--plan-text-more {
    font-size: 2.25rem;
    font-weight: bold;
    color: #0073ad;
    line-height: 0.6;
    margin: 1.5rem 0;
}

.fancybox-container.tabs--modal .fancybox-modal-large .ms__content .ms__content--item .ms--plan-text-more._small {
    font-size: 24px;
    line-height: 1.2;
}

.fancybox-container.tabs--modal .fancybox-modal-large .ms__content .ms__content--item .ms--plan-text-more.ms--plan-text-more-ved {
    font-size: 24px;
    line-height: 1;
}

.fancybox-container.tabs--modal .fancybox-modal-large .ms__content .ms__content--item .ms--plan-text-more > span {
    display: block;
    width: 100%;
    font-size: 0.9375rem;
    font-weight: normal;
    color: rgba(55, 71, 79, 0.7);
    line-height: 1.2;
    padding-top: 0.725rem;
}

.fancybox-container.tabs--modal .fancybox-modal-large .ms__body {
}

@media all and (max-width: 767px) {
    .fancybox-container .fancybox-modal-medium,
    .fancybox-container.tabs--modal .fancybox-modal-large {
        background-color: #fff;
        padding: 0px;
        margin: 0px;
    }

    .fancybox-container.tabs--modal .fancybox-modal-large .ms__body .ms__menu {
        padding-left: 0px;
    }

    .fancybox-container.tabs--modal .fancybox-modal-large .ms__body .ms__menu div.slick-slide > span:focus,
    .fancybox-container.tabs--modal .fancybox-modal-large .ms__body .ms__menu div.slick-slide > span {
        margin: 0 15px 0px 15px;
    }

    .fancybox-container.tabs--modal .fancybox-modal-large .ms__content .ms__content--item {
        padding: 0px 10px;
    }
}


.ufd__make {
    overflow: hidden;
}

.ufd__make .h1 {
    margin-bottom: 3rem;
}

.ufd__make p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: rgba(55, 71, 79, 0.70);
}

.ufd__make b {
    color: rgba(55, 71, 79, 1);
    font-weight: 700;
}

.ufd__make p > small {
    font-size: 0.8125rem;
    padding-bottom: 3rem;
    display: inline-block;
    color: #263238;
    line-height: 1.563rem;
}

.ufd__make p > small > img {
    position: absolute;
    right: -50%;
    top: 25%;
    transform: translate(0, -50%);
    height: 100px;
}

.ufd__make .container img.ufd__make--img {
    position: absolute;
    top: 50px;
    right: 0px;
    margin-right: -170px;
    z-index: 5;
}

.ufd__make .container .row.relative {
    z-index: 10;
}

.ufd__make .btn {
    margin-top: 50px;
}

@media all and (max-width: 767px) {
    .ufd__make p > small > img {
        display: none;
    }

    .ufd__make .container img.ufd__make--img {
        bottom: 0;
        top: auto;
        width: 320px;
        margin-right: -70px;
    }
}


.ufd__ask a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.ufd__ask a:hover {
    border-bottom: 1px solid transparent;
}

.ufd__ask a[data-src] {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.5)
}

.ufd__ask a[data-src]:hover {
    border-bottom: 1px dashed transparent;
}

.ufd__ask--block-title-about {
    font-weight: 700;
    line-height: 1.5;
}

.ufd__ask--block-title-about .ufd__ask--small {
    font-size: 0.6875rem;
    opacity: 0.35;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.ufd__ask--block-title-about .ufd__ask--big {
    font-size: 2rem;
}

.ufd__ask .ufd__ask--block-title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.ufd__ask .ufd__ask--block-title span {
    font-size: 0.6875rem;
    opacity: 0.35;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

@media (min-width: 992px) {
    .ufd__ask-title {
        margin-bottom: 50px;
    }
}


.ufd__ask--other-info-about {
    font-size: 1.25rem;
}

.ufd__ask .ufd__ask--other-info {
    margin-top: 20px;
    font-size: 1.25rem;
}

@media all and (max-width: 767px) {
    .ufd__ask .ufd__ask--block-title {
        font-size: 1.5rem;
    }
}

.bg-block--blue.ufd__safe-bank {
    display: none;
}

.ufd__safe-bank {
    overflow: hidden;
}

.overflow-hidden {
    overflow: hidden;
}

/*@media all and (max-width: 767px) {*/
/*.ufd__safe-bank .container {*/
/*background-image: none;*/
/*}*/
/*}*/

/*@media all and (min-width: 768px) and (max-width: 991px) {*/
/*.ufd__safe-bank .container {*/
/*background-position: 130% 260%;*/
/*-webkit-background-size: 40%;*/
/*background-size: 40%;*/
/*}*/
/*}*/

/*@media all and (min-width: 991px) {*/
/*.ufd__safe-bank .container {*/
/*background-image: url(/local/templates/ufd-new/assets/img/safe-bank.svg);*/
/*background-position: 103% bottom;*/
/*background-repeat: no-repeat;*/
/*}*/
/*}*/

.ms__body hr {
    opacity: 0.3;
    margin: 2rem 0;
}

.ms__body .h1 {
    margin-top: 1rem;
}

.btn-to-top {
    display: none;
    position: fixed;
    bottom: 50px;
    left: 30px;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background: url('/local/templates/ufd-new/assets/img/up_arrow.svg') no-repeat center center, #fff;
    cursor: pointer;
    opacity: 0.749;
    z-index: 999;
    box-shadow: 0px 10px 30px 0px rgba(38, 50, 56, 0.15);
}

.btn-to-top:hover {
    opacity: 1;
    box-shadow: 0px 15px 45px 0px rgba(38, 50, 56, 0.15);
}

@media (max-width: 768px) {
    .btn-to-top {
        height: 50px;
        width: 50px;
        bottom: 5px;
        left: 5px;
    }
}

.partner-margin {
    margin-top: 58px !important;
}

@media (max-width: 991px) {
    .partner-margin {
        margin-top: 0px !important;
    }
}

.slick-slide img {
    display: inline-block;
}

.slide-tabs-menu {
    margin: 1rem 0;
    padding: 0;
    border-bottom: 1px solid rgba(55, 71, 79, 0.15);
}

.slide-tabs-menu .tabs-menu-title {
    margin-right: 3rem;
    color: rgba(55, 71, 79, 0.5);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
    display: inline-block;
    padding: 1.75rem 0;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: 1px;
    border-bottom: 2px solid transparent;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    transform: translateY(-1px);
    -webkit-transform: translateY(1px);
    margin-bottom: 1px;
}

@media all and (max-width: 767px) {
    .slide-tabs-menu .tabs-menu-title {
        margin-right: 0;
    }
}

.slide-tabs-menu .slick-current .tabs-menu-title {
    border-bottom: 2px solid #0073AE;
    color: #0073AE;
}

.slick-blue-arrows {
    position: relative;
}

.slick-blue-arrows .slick-arrow {
    font-size: 0px;
    color: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
    outline: none;
    z-index: 10;
    text-align: center;
}

.slick-blue-arrows .slick-prev {
    left: 0;
}

.slick-blue-arrows .slick-prev:before {
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    border-left: 2px solid #0073AE;
    border-bottom: 2px solid #0073AE;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.slick-blue-arrows .slick-next {
    right: 0;
}

.slick-blue-arrows .slick-next:before {
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    border-right: 2px solid #0073AE;
    border-bottom: 2px solid #0073AE;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}


.html-tooltip {
    position: relative;
    z-index: 1;
}

.html-tooltip__content {
    position: absolute;
    width: 210px;
    padding: 1.5rem;
    font-size: 0.8125rem;
    opacity: 0;
    visibility: hidden;
    background-color: white;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    bottom: 1.25rem;
    right: 0;
    font-weight: normal;
    color: rgba(55, 71, 79, 1.75);
    display: none;
}

.html-tooltip:hover .html-tooltip__content {
    box-shadow: 0px 5px 15px rgba(55, 71, 79, 0.15);
    border-radius: 4px;
    opacity: 1;
    visibility: visible;
    display: block;
}

.html-tooltip:hover .html-tooltip__content p {
    margin: 0.5rem 0;
}


.ufd__our-partner {
    font-size: 0.8125rem;
}

.ufd__our-partner .ufd__our-partner--img {
    position: relative;
    border-radius: 50%;
    margin: 25px 0;
}

.ufd__our-partner .ufd__our-partner--img img.partner--img-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 170px;
    z-index: 10;
}

.ufd__our-partner .ufd__our-partner--img img.partner--img-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    z-index: 20;
}

.ufd__our-partner .partner--img-title {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.5rem;
}

.ufd__our-partner .partner--img-title > a {
    border-bottom: 1px solid rgba(55, 71, 79, 0.3);
}

.ufd__our-partner .partner--img-title > a:hover {
    color: #a1006b;
    border-bottom: 1px solid transparent;
}

.ufd__our-partner .partner--img-title + p {
    margin: 0.9375rem 0;
    opacity: 0.85;
}

.ufd__our-partner .partner--img-title + ul {
    margin-left: 0px;
    padding-left: 0px;
    opacity: 0.85;
    list-style-type: none;
}

.ufd__our-partner .partner--img-title + ul > li {
    text-indent: 10px;
    padding-bottom: 10px;
    position: relative;
}

.ufd__our-partner .partner--img-title + ul > li:before {
    position: absolute;
    content: '';
    opacity: 0.85;
    border-radius: 50%;
    left: 0px;
    top: 8px;
    height: 3px;
    width: 3px;
    background-color: currentColor;
}

.ufd__our-partner .partner--img-title + ul > li:last-child {
    padding-bottom: 0px;
}

@media (max-width: 767px) {
    .ufd__our-partner .ufd__our-partner--img {
        margin: 30px 0;
    }

    .ufd__our-partner .col-xs-8 {
        margin-top: 0.9375rem;
    }
}

a.href__color--blue {
    color: #0073AD;
}

a.href__color--white {
    color: #FFFFFF;
}

.product__title {
    margin-bottom: 30px;
}


.percent-table {
    width: 100%;
}

.percent-table tr:not(:last-child) {
    border-bottom: 1px solid rgba(55, 71, 79, 0.15);
}

.percent-table td {
    padding: 1.25rem 0;
    font-size: 20px;
}

.percent-table th {
    padding: 1.25rem 0;
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(77, 83, 87, 0.5);
}


.text-box {
    border: 1px solid rgba(56, 55, 58, 0.08);
    box-shadow: 0px 10px 30px rgba(56, 55, 58, 0.15);
    border-radius: 4px;
    background-color: white;
    padding: 2.5rem;
}

@media all and (max-width: 767px) {
    .text-box {
        padding: 1.5rem;
    }
}

.text-box__title {
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid rgba(56, 55, 58, 0.2);
}

.text-box__title-icon {
    margin: 0.75rem 0 0 0;
}


.title-box {
    margin: 1.5rem 0;
    line-height: 1.3;
}

.title-box__head {
    font-size: 0.875rem;
    color: rgba(56, 55, 58, 0.5);
}

.title-box__content {
    font-size: 1.5rem;
    font-weight: 600;
}

.title-box__content .h2 {
    margin: 0 0 0 0;
    font-weight: 600;
}

.title-box hr {
    margin: 1rem 0;
    background: rgba(56, 55, 58, 0.1);
}


.ufd__horizontal-tabs .blue-lst {
    color: #37474f;
}

@media all and (min-width: 767px) {
    .h3.woomen-cashbox {
        font-size: 1.5rem;
    }
}


.ufd__phz-begin {
    background: #FFFFFF;
    box-shadow: 0px 5px 15px rgba(38, 50, 56, 0.1), 0px 15px 45px rgba(38, 50, 56, 0.1);
    border-radius: 4px;
    padding: 37px 20px 30px;
    text-align: center;
}

.ufd__phz-begin--title {
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
    margin-bottom: 20px;
}

@media all and (max-width: 767px) {
    .ufd__phz-begin {
        margin-top: 30px;
    }
}


.kassa-block {
    background-color: #FFFFFF;
    border-radius: 5px;
    padding: 60px 40px;
    -webkit-box-shadow: 0px 10px 30px rgba(56, 55, 58, 0.1), 0px 15px 45px rgba(56, 55, 58, 0.1);
    box-shadow: 0px 10px 30px rgba(56, 55, 58, 0.1), 0px 15px 45px rgba(56, 55, 58, 0.1);
    /*margin-bottom: 70px;*/
}

.kassa-block--index {
    margin-bottom: 0px;
}

.kassa-block--image {
    position: absolute;
    bottom: -60px;
    left: -25px;
}

.kassa-block--title {
    font-size: 32px;
    line-height: 34px;
    color: #37474F;
    margin-bottom: 30px;
}

.kassa-block--list + .btn {
    margin-top: 30px;
}

.kassa-block-btn {
    text-align: center;
}

@media all and (max-width: 991px) {
    .kassa-block {
        padding: 40px 15px;
    }

    .kassa-block--image {
        position: relative;
        left: -15px;
        bottom: 0;
        max-width: 100%;
        margin: 0 auto;
        vertical-align: bottom;
    }

    .kassa-block--title {
        text-align: left;
        font-size: 20px;
        line-height: 21px;
        position: relative;
        padding-top: 40px;
    }

    .kassa-block--title:before {
        content: "";
        position: absolute;
        height: 1px;
        width: calc(100% + 30px);
        top: 0;
        left: -15px;
        background: rgba(56, 55, 58, 0.15);
    }

    .kassa-block--list {
        text-align: left;
    }

    .kassa-block--list + .btn {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .kassa-block--image {
        position: relative;
        left: -15px;
        bottom: 0;
        max-width: 100%;
        margin: 0 auto;
        vertical-align: bottom;
    }
}



.rko-product-section {
    background-color: #eaedec;
    background-repeat: no-repeat;
    overflow: hidden;
}
.rko-product_video {
    position: absolute;
    right: -100px;
    top: 0;
    max-height: 100%;
    overflow: hidden;
}
.rko-product_gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.rko-product_row {
    position: relative;
    z-index: 20;
}


.rko-section-new .rko-product_video {
    right: 0;
}

.rko-section-new .product__title h1 {
    color: #fff;
    text-transform: uppercase;
    line-height: 1.3;
}

.rko-section-new .product__title h1 + .sub-title {
    color: #fff;
    margin-top: 0;
}

@media all and (max-width:991px) {
    .rko-section-new {
        background: -o-linear-gradient(190.68deg, #009EE3 13.21%, #0099DD 21.31%, #006BA7 41.94%, #502C9F 64.25%, #A1006B 86.89%);
        background: linear-gradient(259.32deg, #009EE3 13.21%, #0099DD 21.31%, #006BA7 41.94%, #502C9F 64.25%, #A1006B 86.89%);
    }
}

@media (max-width: 767px) {
    .rko-section-new .product__title h1 {
        font-size: 26px;
        line-height: 25px;
        text-transform: none;
        margin-top: 40px;
    }
}

@media (max-width: 1400px) and (min-width: 1200px) {
    .rko-product_video {
        right: -210px;
    }
}

@media all and (min-width:1921px) {
	.rko-section-new .rko-product_video,
	.career-section .rko-product_video {
	    left: 0;
	    width: 100%;
	}
	.rko-section-new .rko-product_video video,
	.career-section .rko-product_video video {
		width: 100%;
	}
}

@media (max-width: 1400px) {
    .rko-product_video video {
        position: relative;
        right: -10%;
    }
}

@media (min-width: 1040px) {
    .rko-product-section {
        background-position: right top;
    }
}
@media (min-width: 991px) {
    .rko-product_row {
        min-height: 430px;
    }
}
@media (min-width: 767px) {
    .rko-product-section {
        min-height: 640px;
    }
}


.question-mark {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
    background: #FFFFFF;
    border-radius: 50%;
    background: url('/local/templates/ufd-new/assets/img/question-mark.svg') no-repeat center;
    cursor: pointer;
    vertical-align: middle;
    border: 1px solid rgba(0, 115, 174, 0.35);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}
.question-sub-block {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    left: 21px;
    top: 0;
    width:  253px;
    padding: 8px 15px;
    background: #FFFFFF;
    border-radius: 4px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    font-size: 13px;
    line-height: 1.5;
    color: rgba(55, 71, 79, 0.7);
    user-select: none;
    cursor: default;
    -webkit-box-shadow: 0px 15px 45px rgba(55, 71, 79, 0.15);
    box-shadow: 0px 15px 45px rgba(55, 71, 79, 0.15);
    z-index: 5;
}

.question-mark:hover {
    border-color: transparent;
    -webkit-box-shadow: 0px 4px 8px rgba(38, 50, 56, 0.15);
    box-shadow: 0px 4px 8px rgba(38, 50, 56, 0.15);
}

.question-mark:hover > .question-sub-block {
    opacity: 1;
    visibility: visible;
}
@media all and (max-width: 767px) {
    .question-sub-block {
        right: -20px;
        top: 21px;
        left: unset;
    }
}

/*.about-link {
    white-space: nowrap;
}

@media all and (min-width: 992px) and (max-width:1440px) {
    .site-header__panel a[role="link"].about-link {
        margin-right: 0;
    }
    [data-icon="mdash"] {
        margin: 6px 4px;
        width: 20px;
    }
}*/


.zalog-filter__wrap {
    padding: 30px 0 0;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(55, 71, 79, 0.15);
}



/* filter niceselect */

.ufd-calc__form--item .nice-select {
    width: 100%;
    border: 1px solid rgba(56, 55, 58, 0.15);
    border-radius: 4px;
    background-color: transparent;
    outline: none;
    line-height: 1;
    padding: 1rem 1.5rem 1rem 1.5rem;
    font-size: 1.5rem;
    color: #0073AE;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-transform: none;
    font-weight: normal;
    opacity: 1;
    height: 60px;
    position: relative;
    float: unset;
}

.ufd-calc__form--item .nice-select .current {
    display: inline-block;
    width: 100%;
}


.ufd-calc__form--item .nice-select + label {
    z-index: 10;
}

.ufd-calc__form--item .nice-select:after {
    right: 22px;
}

.ufd-calc__form--item .nice-select .list {
    width: calc(100% + 2px);
    left: -1px;
    right: -1px;
}

.ufd-calc__form--item .nice-select.open {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.ufd-calc__form--item .nice-select .option {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 1.25rem;
}


.business-support__block,
.business-support__block-new {
    position: relative;
    background: #FFFFFF;
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 30px rgba(56, 55, 58, 0.1), 0px 15px 45px rgba(56, 55, 58, 0.1);
    box-shadow: 0px 10px 30px rgba(56, 55, 58, 0.1), 0px 15px 45px rgba(56, 55, 58, 0.1);
    padding: 60px 50px 60px 0;
    margin-bottom: 80px;
}

.business-support__block > img {
    position: absolute;
    bottom: 0;
    left: 0;
}

.business-support__block-new > img {
    position: absolute;
    top: 60px;
    left: 30px;
}

.business-support__block .h2,
.business-support__block-new .h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

.business-support__block-new ul.pink-list {
    margin: 10px 0;
}

@media all and (min-width:992px) and (max-width: 1150px) {
    .business-support__content {
        margin-left: 50px;
    }
}

@media all and (max-width: 1440px) {
    .business-support__block-new > img {
        left: 20px;
        width: 430px;
    }
}

@media all and (max-width: 991px) {
    .business-support__block,
    .business-support__block-new {
        padding: 30px 15px;
    }
    .business-support__block .h2,
    .business-support__block-new .h2 {
        font-size: 24px;
    }
}


#modal__order__optimal .fancybox-close-small {
    display: none;
}

.tarif-section h1 {
    margin-bottom: 2rem;
}

.goals__section {
    padding: 60px 50px 26px;
    border-radius: 5px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 15px 45px rgba(56, 55, 58, 0.1), 0px 10px 30px rgba(56, 55, 58, 0.1);
    box-shadow: 0px 15px 45px rgba(56, 55, 58, 0.1), 0px 10px 30px rgba(56, 55, 58, 0.1);
}

.goals__section ul {
    margin-bottom: 24px;
}

@media all and (max-width: 991px) {
    .goals__section {
        padding: 40px 30px 16px;
    }
}

@media all and (max-width: 767px) {
    .goals__section {
        padding: 30px 20px 6px;
    }
}



.security-qr {
    overflow: hidden;
    display: flex;
    border-radius: 5px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 15px 45px rgba(56, 55, 58, 0.1), 0px 10px 30px rgba(56, 55, 58, 0.1);
    box-shadow: 0px 15px 45px rgba(56, 55, 58, 0.1), 0px 10px 30px rgba(56, 55, 58, 0.1);
}

.security-qr__image {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 50px;
}

.security-qr__image img {
    display: inline-block;
    vertical-align: bottom;
}

.security-qr__content {
    position: relative;
    padding: 50px;
}

.security-qr__content:before {
    content: "";
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: rgba(55, 71, 79, 0.15);
}

.security-qr__title {
    font-size: 32px;
    line-height: 1;
    color: #37474F;
    margin-bottom: 19px;
}

@media all and (max-width: 767px) {
    .security-qr {
        flex-direction: column;
    }
    .security-qr__image,
    .security-qr__content {
        padding: 30px 20px;
    }
    .security-qr__content:before {
        left: -20px;
        right: -20px;
        width: calc(100% + 40px);
        height: 1px;
        top: 0;
    }
}

.text-white-85 {
    color: rgba(255, 255, 255, 0.85);
}

.font-300 {
    font-weight: 300;
}

.business-start {
    background-image: url('/local/templates/ufd-new/assets/img/business-start.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
}

.business-start--title {
    font-size: 32px;
    line-height: 1;
    color: #37474F;
}

.business-start--title + p {
    margin-top: 0;
}

.business-start--image {
    position: absolute;
    right: -40px;
    top: -60px;
    bottom: 0;
}

@media all and (max-width:767px) {
    .business-start {
        padding-top: 290px;
        background-position: top center;
        background-size: 370px;
    }
}


.business-test__wrap {
    padding: 100px 60px 50px;
    text-align: center;
}

.business-test__wrap img {
    margin-bottom: 60px;
}

.business-test__title {
    font-size: 44px;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #37474F;
    margin-bottom: 20px;
}

.business-test__text {
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    color: rgba(55, 71, 79, 0.85);
    margin-bottom: 50px;
}

#modal_business_test .fancybox-close-small {
    display: none;
}

.business-test__top {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}

.business-test__bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

@media all and (max-width:767px) {
    .business-test__title {
        font-size: 24px;
    }
    .business-test__wrap {
        padding: 100px 10px 50px;
    }
    .business-test__text {
        font-size: 16px;
        margin-bottom: 30px;
    }
}


.site-section.business-start--section {
    padding-bottom: 0;
}

.recommend__message {
    background: #F1F4F5;
}

.recommend__message ul.pink-list li {
    color: rgba(55, 71, 79, 0.7);
}

.recommend__info {
    font-size: 22px;
    line-height: 1.18;
    color: #4D5357;
    padding-bottom: 23px;
    border-bottom: 1px solid rgba(55, 71, 79, 0.15);
}

.recommend__info span {
    color: rgba(77, 83, 87, 0.5);
}

.text-purple {
    color: #A1006B;
}

.recommend__final {
    border-bottom: 1px solid rgba(55, 71, 79, 0.1)
}

.recommend__final .text-purple {
    font-size: 18px;
}

.recommend__final p {
    font-size: 18px;
    line-height: 1.56;
    color: #37474F;
}

.recommend__final small {
    line-height: 1.2;
}

.action__subscribe__btn {
    display: inline-block;
    padding-left: 28px;
    position: relative;
    font-weight: bold;
    font-size: 12px;
    line-height: 1;
    text-align: right;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #0073AE;
    margin-top: 20px;
    cursor: pointer;
    text-decoration: none;
    border: 0;
}

.action__subscribe__btn:before {
    content: url('/local/templates/ufd-new/assets/img/subscribe-icon.svg');
    position: absolute;
    left: 0;
    top: -3px;
}

.action__subscribe__btn:hover {
    border: 0!important;
    text-decoration: none!important;
}

.site-section--border {
    border-bottom: 1px solid rgba(55, 71, 79, 0.15);
}


.zarplatnyy-cards {
    position: absolute;
    right: 0;
    top: -208px;
    display: none;
    max-width: 645px;
}

@media all and (min-width: 1600px) {
    .zarplatnyy-cards {
        display: inline-block;
    }
}

#modal__subscribe .fancybox-close-small {
    display: none;
}

.fancybox-container #modal__subscribe.fancybox-modal-medium form {
    padding-bottom: 0;
}

.about-partners__block {
    padding: 60px 0;
    background: url('/local/templates/ufd-new/assets/img/about-partners-bg.png') no-repeat center / cover, #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 15px 45px rgba(56, 55, 58, 0.1), 0px 10px 30px rgba(56, 55, 58, 0.1);
    box-shadow: 0px 15px 45px rgba(56, 55, 58, 0.1), 0px 10px 30px rgba(56, 55, 58, 0.1);
}

@media all and (max-width:991px) {
    .about-partners__block {
        background: #fff;
        padding: 40px 15px;
    }
}

.footer__logo-print,
.header-print,
.footer-print__info {
    display: none;
}

.nopaper_block {
    padding-top: 80px;
}

.nopaper_bck {
    background-position: left center;
    background-image: url(/local/templates/ufd-new/assets/img/nopaper2.png);
    padding: 60px 79px;
}

.nopaper_bck > .row {
    justify-content: flex-end;
}

.nopaper_bck .business-start--title {
    padding-bottom: 15px;
    width: 80%;
}

@media all and (max-width: 991px) {
    .nopaper_bck {
        background-position: -100px top;
        padding: 40px 15px;
    }
}

@media all and (max-width: 767px) {
    .nopaper_bck {
        padding-top: 350px;
        background-position: top center;
        background-size: 300px;
    }
}

.currency-phones__flex {
    display: flex;
}

.currency-phones__item {
    width: 50%;
    font-size: 13px;
    line-height: 1.5;
    color: rgba(56, 55, 58, 0.7);
}

.currency-phones__item a {
    display: inline-block;
    color: rgba(0, 115, 174, 0.85);
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 15px;
}

.currency-phones__item a:hover {
    border-color: transparent;
}

@media all and (max-width:767px) {
    .currency-phones__flex {
        flex-wrap: wrap;
    }
    .currency-phones__item {
        width: 100%;
        margin-bottom: 20px;
    }
}

.calc-obmen-valut__wrap {
    background: #FFFFFF;
    border-radius: 4px;
    /*padding: 25px;*/
    display: flex;
    align-items: center;
}

.obmen-valut__item {
    position: relative;
    padding: 24px;
}

.obmen-valut__item:first-child,
.obmen-valut__item:last-child {
    padding: 25px 24px 18px;
}

.obmen-valut__item:nth-child(2),
.obmen-valut__item:nth-child(3) {
    padding: 20px 24px 25px;
}

.obmen-valut__label {
    display: block;
    font-size: 12px;
    line-height: 1;
    color: rgba(56, 55, 58, 0.5);
}

.obmen-valut__item input[type="text"] {
    display: block;
    border: 0;
    outline: none;
    width: 100%;
    box-sizing: border-box;
    padding: 6px 0 0 0;
    font-size: 28px;
    line-height: 1;
    color: #009FEE;
    background: #fff;
}

.obmen-valut__item input[type="text"]:disabled {
    color: #A1006B;
}

.obmen-valuta__from_title,
.obmen-valuta__to_title {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    vertical-align: bottom;
 /*   -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;*/
}

.obmen-valuta__to_title {
    margin-left: 0;
}

.obmen-valuta__from_title.active,
.obmen-valuta__to_title.active {
    opacity: 1;
    visibility: visible;
    position: relative;
}

#OBMEN_VALUT_CALC .nice-select {
    height: 28px;
    line-height: 28px;
    border: 0;
    font-size: 13px;
    color: rgba(56, 55, 58, 0.5);
    position: relative;
}

#OBMEN_VALUT_CALC .nice-select:after {
    border-bottom: 2px solid rgba(77, 83, 87, 0.35);
    border-right: 2px solid rgba(77, 83, 87, 0.35);
    margin-top: -5px;
    width: 7px;
    height: 7px;
}

#OBMEN_VALUT_CALC .nice-select.open,
#OBMEN_VALUT_CALC .nice-select.active {
    border: 0;
}

#OBMEN_VALUT_CALC .nice-select .list {
    z-index: 20;
    top: 77px;
    left: -24px;
    right: -24px;
    border: 0;
    -webkit-box-shadow: 0px 15px 45px rgba(77, 83, 87, 0.1), 0px 5px 15px rgba(77, 83, 87, 0.1);
    box-shadow: 0px 15px 45px rgba(77, 83, 87, 0.1), 0px 5px 15px rgba(77, 83, 87, 0.1);
}

#OBMEN_VALUT_CALC .nice-select .option {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 13px;
    color: rgba(56, 55, 58, 0.5);
    line-height: 50px;
    min-height: 50px;
    border-bottom: 1px solid rgba(77, 83, 87, 0.1);
}

#OBMEN_VALUT_CALC .nice-select .option:last-child {
    border-color: transparent;
}

#OBMEN_VALUT_CALC .nice-select .option:hover {
    color: #009FEE;
    background: #fff;
}

.valuta-icons__wrap .option {
    position: relative;
}

.valuta-icons__wrap .option:before {
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

.valuta-icons__wrap .option:first-child:before {
    content: "";
    width: 16px;
    height: 20px;
    background: url('/local/templates/ufd-new/assets/img/icon-rub.svg') no-repeat center / cover;
}

.valuta-icons__wrap .option:first-child:hover:before {
    background: url('/local/templates/ufd-new/assets/img/icon-rub-blue.svg') no-repeat center / cover;
}

.valuta-icons__wrap .option:nth-child(2):before {
    content: "";
    width: 15px;
    height: 25px;
    background: url('/local/templates/ufd-new/assets/img/icon-dollar.svg') no-repeat center / cover;
}

.valuta-icons__wrap .option:nth-child(2):hover:before {
    background: url('/local/templates/ufd-new/assets/img/icon-dollar-blue.svg') no-repeat center / cover;
}

.valuta-icons__wrap .option:nth-child(3):before {
    content: "";
    width: 20px;
    height: 20px;
    background: url('/local/templates/ufd-new/assets/img/icon-eur.svg') no-repeat center / cover;
}

.valuta-icons__wrap .option:nth-child(3):hover:before {
    background: url('/local/templates/ufd-new/assets/img/icon-eur-blue.svg') no-repeat center / cover;
}

.valuta-icons__wrap .option:nth-child(4):before {
    content: "";
    width: 18px;
    height: 20px;
    background: url('/local/templates/ufd-new/assets/img/icon-cny.svg') no-repeat center / cover;
}

.valuta-icons__wrap .option:nth-child(4):hover:before {
    background: url('/local/templates/ufd-new/assets/img/icon-cny-blue.svg') no-repeat center / cover;
}

.obmen-valut__item:last-child {
    padding-left: 24px;
}

.obmen-valut__item:last-child:before,
.obmen-valut__item:first-child:before,
.obmen-valut__item:nth-child(2):before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(77, 83, 87, 0.1);
}

.obmen-valut__item:first-child:before,
.obmen-valut__item:nth-child(2):before {
    left: unset;
    right: 0;
}

.obmen-valut__item:nth-child(3) {
    text-align: right;
}

.obmen-valut__item:nth-child(2) .nice-select {
    padding-left: 0;
}

.obmen-valut__item:nth-child(3) .nice-select {
    padding-right: 0;
    padding-left: 30px;
}

.obmen-valut__item:nth-child(3) .nice-select:after {
    left: 13px;
}

.obmen-valut__item:nth-child(2) .nice-select .option,
.obmen-valut__item:nth-child(3) .nice-select .option {
    padding-right: 15px;
    padding-left: 15px;
}

#obmen-valut__exchange {
    position: absolute;
    display: inline-flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 5px 15px rgba(77, 83, 87, 0.15);
    box-shadow: 0px 5px 15px rgba(77, 83, 87, 0.15);
    background: #FFFFFF;
    z-index: 10;
    cursor: pointer;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

#obmen-valut__exchange:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 8px;
    background-image: url('/local/templates/ufd-new/assets/img/icon-exchange.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

#OBMEN_VALUT_CALC .ufd__form--item-text {
    font-size: 13px;
    color: rgba(77, 83, 87, 0.5);
}

@media all and (max-width:991px) {
    .calc-obmen-valut__wrap {
        margin-bottom: 30px;
    }
}

@media all and (max-width:767px) {
    .calc-obmen-valut__wrap {
        flex-wrap: wrap;
    }
    .obmen-valut__item {
        width: 100%;
    }
    .obmen-valut__item:nth-child(2),
    .obmen-valut__item:nth-child(3) {
        width: 50%;
    }
    .obmen-valut__item:first-child:before,
    .obmen-valut__item:last-child:before {
        top: unset;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 1px;
    }
    .obmen-valut__item:last-child:before {
        top: 0;
    }
    .obmen-valuta__to_title {
        margin-left: 12px;
    }
    .obmen-valut__item:nth-child(3) {
        text-align: left;
    }
    #OBMEN_VALUT_CALC .nice-select .list {
        top: 54px;
    }
}

@media all and (min-width: 1025px) {
    #obmen-valut__exchange:hover {
        background: #A1006B;
        -webkit-box-shadow: 0px 5px 15px rgba(161, 0, 107, 0.25);
        box-shadow: 0px 5px 15px rgba(161, 0, 107, 0.25);
    }

    #obmen-valut__exchange:hover:before {
        background-image: url('/local/templates/ufd-new/assets/img/icon-exchange-white.svg');
    }
}


.corp-card-table tr td.tab-w-subtitle {
    color: rgba(55, 71, 79, 0.5);
}

.corp-card-table td:first-child {
    padding-left: 0;
}



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

li.file-list__item,
div.file-list__item {
    margin: 2rem 0;
    line-height: 1.4;
}

li.file-list__item a {
    padding-left: 80px;
}
.file-list__item a {
    /*min-height: 42px;*/
    font-size: 15px;
    display: inline-block;
    color: #0073AE;
    background-position: left top;
    background-repeat: no-repeat;
    border-color: transparent!important;
}
div.file-list__item a {
    min-height: 42px;
}

.file-list__item--pfd a {
    background-image: url('/local/templates/ufd-new/assets/img/documents-pdf.svg');
    min-height: 42px;
}

.file-list__item a > span {
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    color: rgba(55, 71, 79, 0.7);
}

.file-list__item a:hover {
    color: #a1006b;
}


.corp-card---link {
    margin-left: 40px;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    color: #FFFFFF;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    text-decoration: none;
}

a:not(.btn).corp-card---link:hover {
    border-bottom-color: transparent;
    text-decoration: none;
}

@media all and (max-width:767px) {
    .corp-card---link {
        margin-left: 0;
        margin-top: 30px;
    }
}

.inkas-table td.usl_right_col {
    max-width: 200px;
}

.inkas-table.inkas-table-2column {
    table-layout: fixed;
}

.inkas-table.inkas-table-2column td {
    max-width: 600px;
}

.inkas-table {
    margin-bottom: 40px;
}

.inkas-table:last-child {
    margin-bottom: 0;
}

.inkas-text-section h4 {
    font-weight: normal;
    font-size: 24px;
}

.inkas--disclaimer {
    font-size: 13px;
    color: rgba(55, 71, 79, 0.6);
    position: relative;
    margin-bottom: -40px;
    margin-top: 60px;
}

@media all and (max-width:991px) {
    .inkas--disclaimer {
        margin-bottom: -30px;
        margin-top: 30px;
    }
}

@media all and (max-width:991px) {
    .inkas-text-section h4 {
        font-size: 18px;
    }
}

.akkreditiv--disclaimer {
    color: rgba(55, 71, 79, 0.75);
}

.akkredit-info p {
    color: rgba(55, 71, 79, 0.75);
}

.akkredit-info .blue-check-list {
    padding-top: 16px;
}

.akkredit-info .blue-check-list li {
    margin: 0 0 33px;
    color: rgba(55, 71, 79, 0.75);
}


.page-lizing__title {
    font-weight: 600;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 9px;
}

.page-lizing__text {
    font-size: 20px;
    line-height: 1;
    color: #FFFFFF;
    margin-bottom: 35px;
}

.page-lizing__text > span {
    white-space: nowrap;
}

a.page-lizing__text {
    border-color: rgba(255, 255, 255, 0.35);
}

.lizing-women--block {
    padding-top: 8px;
}

@media all and (max-width:1024px) {
    .page-lizing__text {
        margin-bottom: 25px;
    }
    .lizing-women--block__item:last-child .page-lizing__text {
        margin-bottom: 0;
    }
}

@media all and (min-width:1025px) {
    .lizing-women--block__item:nth-child(3) .page-lizing__text,
    .lizing-women--block__item:nth-child(4) .page-lizing__text {
        margin-bottom: 0;
    }
}


.app-mobile-jump {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 10px 10px 0px 0px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px -30px 45px rgba(55, 71, 79, 0.35);
    box-shadow: 0px -30px 45px rgba(55, 71, 79, 0.35);
    z-index: 9999;
}

.app-mobile-jump-title {
    padding: 25px 0 22px;
    font-size: 16px;
    line-height: 15px;
    text-align: center;
    color: #37474F;
    border-bottom: 1px solid rgba(55, 71, 79, 0.15);
    margin: 0 15px 20px;
}

.app-mobile-jump--wrap {
    padding: 0 15px 5px;
}

.app-mobile-jump-item {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.app-mobile-jump-info {
    display: flex;
    align-items: center;
}

.app-mobile-jump-info img {
    margin-right: 14px;
}

.app-mobile-jump-info div {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    color: #37474F;
}

.app-btn--jump {
    display: inline-block;
    background: #0073AE;
    border-radius: 3px;
    padding: 14px 19px 12px;
    font-weight: bold;
    font-size: 9px;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.app-btn--stay {
    display: inline-block;
    background: #F1F4F5;
    border-radius: 3px;
    padding: 14px 19px 12px;
    font-weight: bold;
    font-size: 9px;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #37474F;
}



.index-kassa-key {
    background-image: url('/local/templates/ufd-new/assets/img/index-kassa-key.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    position: relative;
}

.index-kassa-key .kassa-block--logo-f1 {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 0;
    width: 147px;
}
.index-kassa-key .kassa-block--logo-f1 img {
    width: 100%;
}

@media (max-width: 991px) {
    .index-kassa-key .kassa-block--logo-f1 {
        width: 113px;
    }
}

@media all and (max-width:800px) {
    .index-kassa-key {
        background-position: left -110px center;
    }
}

@media all and (max-width:767px) {

    .site-logo {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }

    .index-kassa-key {
        background-image: url('/local/templates/ufd-new/assets/img/index-kassa-key-mobile.png');
        background-position: top center;
        padding-top: 110%;
    }

    .index-kassa-key .kassa-block--logo-f1 {
        bottom:  unset;
        right: unset;
        left: 0;
        top: calc((100vw - 50px) * 1.1);
    }

    .index-kassa-key .business-start--title,
    .index-kassa-key .business-start--title + p {
        padding-left: 113px;
    }
}


p.holiday-credit-info {
    font-size: 20px;
}

/* Business support  */
.business-support--wrap {
    padding-bottom: 60px;
}

.business-support {
    padding: 70px 0;
    position: relative;
}

.business-support--bg {
    background: linear-gradient(266.15deg, #0073AE 1.48%, #5331B3 48.98%, #A40093 73.98%, #A1006B 97.48%), linear-gradient(259.32deg, #009EE3 13.21%, #0099DD 21.31%, #006BA7 41.94%, #502C9F 64.25%, #A1006B 86.89%);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: rotate(-180deg);
    text-align: right;
}
.bonus--bg {
    /*background: linear-gradient(262.42deg, #009EE3 0%, #0099DD 10.99%, #006BA7 38.95%, #502C9F 69.18%, #A1006B 99.88%);*/
    background: linear-gradient(262.42deg, #A1006B 0%, #502C9F 10.99%, #006BA7 38.95%, #0099DD 69.18%, #009EE3 99.88%);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: rotate(-180deg);
    text-align: right;
}

.business-support--bg img,
.bonus--bg img {
    transform: rotate(180deg);
    height: 100%;
}
.business-support--bg.full-banner--bg img,
.bonus--bg.full-banner--bg img  {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
}

.business-support--bg img.mobile,
.bonus--bg img.mobile {
    display: none;
}

.business-support--full-banner {
    padding: 0 57px;
}

.business-support--title {
    font-size: 32px;
    line-height: 34px;
    color: #FFFFFF;
    position: relative;
}

.business-support--description {
    position: relative;
    padding-right: 60px;
    padding-top: 10px;
    font-size: 15px;
    line-height: 24px;
    color: rgb(255 255 255 / 85%);
}

.business-support--full-banner p {
    color: #FFFFFF;
    position: relative;
    margin: 20px 0 42px;
}

.business-support--button {
    margin-top: 19px;
}

.business-support--content h1, .business-support--content .h1 {
    font-size: 2rem;
    line-height: 2.25rem;
}

.business-support--content .h3 {
    font-size: 1.5rem;
    line-height: 1;
    margin-top: 46px;
}

.business-support--content p {
    color: rgba(55, 71, 79, 0.75);
}

.business-support--content ul {
    padding: 0;
    list-style: none;
    margin: 17px 0;
}

.business-support--content ul > li {
    color: rgba(55, 71, 79, 0.75);
    padding: 10px 0px 10px 20px;
    position: relative;
}
.business-support--content ul > li::before {
    content: ' ';
    display: block;
    width: 5px;
    height: 5px;
    background: #0073AE;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 20px;
}

@media (max-width: 991px){
    .business-support {
        padding: 250px 0 60px;
        position: relative;
    }

    .business-support--bg img,
    .bonus--bg img {
        object-fit: cover;
        width: 100%;
        object-position: center;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .business-support--bg img.mobile,
    .bonus--bg img.mobile {
        display: inline;
    }
    .business-support--bg img.desktop,
    .bonus--bg img.desktop {
        display: none;
    }

    .business-support--title,
    .business-support--description,
    .business-support--button {
        padding: 0 20px;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .business-support--bg img,
    .bonus--bg img {
        height: 253px;
    }
    .business-support--bg.full-banner--bg img
    {
        object-fit: contain;
        object-position: center 7%;
    }
}

@media (max-width: 450px){
    .business-support--full-banner {
        padding:  0 12px;
    }

    .business-support--content h1, .business-support--content .h1 {
        font-size: 22px;
        line-height: 26px;
    }

    .business-support--content .h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .business-support--full-banner .btn {
        white-space: normal;
    }
}

/* QR-ring  */
.qr-block--wrapper {
    background: #FFFFFF;
    box-shadow: 0px 20px 60px rgb(55 71 79 / 15%);
    border-radius: 5px;
}

.qr-block--title {
    padding: 35px;
    font-size: 24px;
    line-height: 23px;
}

.qr-block--content {
    counter-reset: customCounter;
}

.qr-block--item {
    position: relative;
    border-top: 1px solid rgb(55 71 79 / 15%);
    padding: 40px 30px;
    display: flex;
    align-items: center;
}
.qr-block--item::before {
    counter-increment: customCounter;
    content: counter(customCounter);
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    font-size: 11px;
    line-height: 30px;
    border: 1px solid rgba(55, 71, 79, 0.15);
    background: #fff;
    border-radius: 50%;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    top: -15px;
}

.qr-block--item .qr-block--item-img {
    margin-right: 20px;
}
.qr-block--item .qr-block--item-img img {
    width: 68px;
    display: block;
}
.qr-block--item .qr-block--item-text {
    font-size: 15px;
    line-height: 23px;
    color: rgba(55, 71, 79, 0.7);
}

/* NEW Full menu  */
.fancybox-slide>#site-menu-area{
    vertical-align: top;
}

.full-menu--header {
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(77, 83, 87, 0.15);
}

.full-menu--header .site-logo {
   margin: 0;
}
.full-menu--header .site-logo img {
    width: 75%;
}

.full-menu--header-item {
    padding-top: 0;
}

.full-menu--header-item label {
    display: block;
    font-size: 13px;
    line-height: 10px;
    color: rgba(77, 83, 87, 0.5);
}
.full-menu--header-item label + a {
    font-weight: 700;
    font-size: 24px;
    line-height: 18px;
    margin-top: 8px;
    display: inline-block;
}
.full-menu--header-item .social-menu {
    padding: 0;
}

@media (max-width: 1199px){
    .full-menu--header-item label {
        font-size: 11px;
    }
}


@media (min-width: 992px) {
    .special-static-form {
        margin-top: 65px;
        padding: 50px 60px;
        box-shadow: 0px 20px 60px #F2F2F2;
    }
}



.women-manager-overflow {
    padding-top: 70px;
    margin-top: -70px;
    overflow: hidden;
}

.women-manager-overflow .ufd__bg--women {
    right: -170px;
}


.cookie-block {
    position: fixed;
    left: 40px;
    bottom: 0px;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0px 15px 45px rgba(50, 50, 50, 0.25);
    box-shadow: 0px 15px 45px rgba(50, 50, 50, 0.25);
    padding: 30px 25px 25px;
    max-width: 576px;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: -1;
}

.cookie-block._active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    z-index: 999;
    bottom: 40px;
}

.cookie-block__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: rgba(50, 50, 50, 0.7);
    margin-bottom: 20px;
}

.cookie-block__text a[role="link"] {
    font-weight: 500;
    font-size: 16px;
}

.cookie-block__close {
    position: absolute;
    top: 14px;
    right: 14px;
    mask-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 1L1 11M1 1L11 11' stroke='%23323232' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    width: 12px;
    height: 12px;
    background: rgba(50, 50, 50, 1);
    opacity: 0.25;
    cursor: pointer;
}

.cookie-block__close:hover {
    opacity: 1;
}

@media all and (max-width:959px) {
    .cookie-block {
        left: 20px;
    }
    .cookie-block._active {
        bottom: 20px;
    }
}

@media all and (max-width:767px) {
    .cookie-block {
        right: 20px;
        max-width: unset;
        border-radius: 10px;
    }
    .cookie-block__text {
        margin-bottom: 16px;
    }
    .cookie-block__text,
    .cookie-block__text a[role="link"] { 
        font-size: 14px;
    }
    .cookie-block__close {
        top: 12px;
        right: 12px;
    }
}

@media all and (max-width:574px) {
    .cookie-block {
        padding: 20px 20px 16px;
    }
    .cookie-block__text,
    .cookie-block__text a[role="link"] { 
        font-size: 12px;
    }    
}



.modal-ib-window {
    border-radius: 25px;
    padding: 55px 40px 40px;
    vertical-align: top;
    margin: 40px 0;
    max-width: 515px;
    position: absolute;
    right: 40px;
    top: 0;
}

.modal-ib-wrap {
    text-align: center;
}

.modal-ib-wrap .h3 {
    margin-top: 0;
    margin-bottom: 9px;
}

.modal-ib-wrap p {
    margin-top: 0;
}

.ib-menu__item {
    border: 0 !important;
    text-decoration: none !important;
    display: block;
}

.ib-menu__item:not(:last-child) {
    margin-bottom: 26px;
}

@media all and (max-width:1599px) {
    .modal-ib-window {
        border-radius: 25px;
        padding: 55px 30px 30px;
        max-width: 470px;
    }
}

@media all and (max-width:959px) {
    .modal-ib-window {
        position: relative;
        right: 0;
        border-radius: 15px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .modal-ib-wrap p { 
        font-size: 14px;
    }
    .modal-ib-wrap .close--btn_custom {
        right: 10px;
    }
}

@media all and (max-width:574px) {
    .modal-ib-window {
        max-width: 100%;
    }
}
/* End */


/* Start:/bitrix/templates/about-new/components/bitrix/menu/header-menu/style.css?177746771912757*/

ul.header-menu {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: flex;
	height: 70px;
	width: 100%;
}

ul.header-menu > li {
	display: flex;
	line-height: 1;
	padding-left: 10px;
	padding-right: 10px;
}

ul.header-menu > li > a {
	line-height: 1;
    display: inline-block;
    padding: 29px 0px 27px 0px;
    border-bottom: 2px solid rgba(0, 115, 173, 0);
    font-size: 0.6875rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    text-decoration: none !important;
    cursor: pointer;
    white-space: nowrap;
}

ul.header-menu > li:not(.more-menu):hover > a {
	color: rgba(0, 115, 173, 1);
    border-bottom: 2px solid rgba(0, 115, 173, 1);
}

ul.header-menu > li.active > a {
    color: rgba(0, 115, 173, 1);
}


ul.header-menu > li.more-menu a {
	padding-right: 23px;
}

ul.header-menu > li.more-menu:hover a {
	color: #a1006b;
}


ul.header-menu > li.more-menu:hover a,
ul.header-menu > li.search-menu:hover a {
	border-bottom: 2px solid rgba(0, 115, 173, 0);
}

ul.header-menu > li.more-menu {
	position: relative;
}

ul.header-menu > li.more-menu a:after,
ul.header-menu > li.more-menu a:before {
	content: '';
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	display: block;
	width: 12px;
}

ul.header-menu > li.more-menu a:after {
	height: 10px;
	background-color: currentcolor;
}

ul.header-menu > li.more-menu a:before {
	height: 6px;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	z-index: 1;
}

ul.header-menu > li.search-menu a {
	width: 20px;
	text-align: center;
	position: relative;
	opacity: 0.7;
}

ul.header-menu > li.search-menu a:hover {
	opacity: 1;
}

ul.header-menu > li.search-menu > a:before{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 1px;
	height: 50px;
	background-color: rgba(55, 71, 79, 0.1);
	left: -30px;
}


.site-header__menu.sticky .search-menu {
	display: none;
}

.site-header__menu.sticky ul.header-menu {
	max-width: 85%;
}

.main-menu__sub {
	overflow: hidden;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 66px;
	background-color: #fff;
    box-shadow: 0px 3px 8px 0px rgba( 55, 71, 79, 0.15 );
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    z-index: -1;
    width: 100%;
}

ul.header-menu > li:not(.search-menu):hover .main-menu__sub,
ul.header-menu > li.show-search .main-menu__sub,
ul.header-menu > li .main-menu__sub:hover {
	opacity: 1;
	visibility: visible;
}


.main-menu__sub-body {
	padding:  2.5rem 3rem 1rem 3rem;
	-webkit-box-shadow: inset 1px 10px 10px -5px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: inset 1px 10px 10px -5px rgba(0, 0, 0, 0.12);
	box-shadow: inset 1px 10px 10px -5px rgba(0, 0, 0, 0.12);
}

.main-menu__sub-footer {
	padding:  2rem 3rem;
}

.sub-menu__title {
	line-height: 1.2;
	border-bottom: 1px solid  rgba(55, 71, 79, 0.15);
	padding: 0 0 1.5rem 0;
	margin: 0;
	font-size: 1.5rem;
}


.sub-menu__title1 {
	line-height: 1.2;
	margin: 0;
	padding: 0;
	font-size: 1.5rem;
}

.sub-menu__title [data-icon="long-arrow"] {
	font-size: 0.8125rem;
	color:  #0073ad;
	margin-left: 1rem;
}

.sub-menu__title [data-icon="long-arrow"]:hover {
	color:  #a1006b;
}

.sub-menu__links {
	padding-top:  1.5rem;
}

.sub-menu__links__title {
	font-weight: 600;
	line-height: 1.3;
	font-size: 0.9375rem;
}

.sub-menu__links__title > a:hover {
	color: #a1006b;
	border-bottom: 1px solid rgba(161, 0, 107, 0.4) !important;
}

.sub-menu__links__title + .sub-menu__links__title {
	margin-top: 1rem;
}

.sub-menu__links__list {
	font-size: 0.8125rem;
	line-height: 1.4;
	margin:  0 0 2rem 0;
	padding: 0;
	list-style: none;
}

.sub-menu__links__list li {
	margin:  0.875rem 0;
}

.sub-menu__links__list a {
	color:  #0073ad;
}

.sub-menu__links__list b.text-blue{
	display: inline-block;
	color: #0073AE;
	font-size: 18px;
	margin-top: 0.5rem;
}

.sub-menu__links__list a.sub-menu__links__title {
	color: #37474f;
}

.sub-menu__links__list a + div {
	margin-top: 0.4rem;
	font-size: 0.8125rem;
	color: rgba(55, 71, 79, 0.75);
	margin-bottom: 1.5rem;
}

.sub-menu__links__list a:hover {
	color:  #a1006b;
	border-bottom: 1px solid rgba(161, 0, 107, 0.4) !important;
}


.sub-menu__sales {
	font-size: 0.8125rem;
}

.sub-menu__sales__i-block {
	padding-top: 62%;
	overflow: hidden;
	color:  transparent;
	display: block;
	position: relative;
	margin-bottom: 1.5rem;
}

.sub-menu__sales__i-block > img {
	position: absolute;
	width: 100%;
	height: auto;
	top:  0;
	left:  0;
	-moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    transform-origin: center;
}

.sub-menu__sales__i-block:hover img {
	transform: scale(1.05);
}

.sub-menu__sales p {
	margin:  1rem 0;
}

.sub-menu__sales__detail {
	color:  #0073ad;
}

.main-menu__sub-footer {
	background-color: #f2f4f5;
}

.main-menu__sub-footer a {
	display: inline-block;
	font-size: 0.9375rem;
	color:  #0073ad;
	border-bottom: none !important;
	line-height: 1;
	font-weight: 600;
	padding-left: 3rem;
	position: relative;
	-moz-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    -webkit-transition: color .3s ease-out;
    transition: color .3s ease-out;
}

.main-menu__sub-footer a > svg {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform:  translateY(-50%);
}

.main-menu__sub-footer a:hover {
	color: #a1006b;
}

.main-menu__sub-footer a .st0{
	-moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.main-menu__sub-footer a:hover .st0{
	stroke: #a1006b;
}


.search-menu__icon {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-repeat: no-repeat;
	background-position: center center;
}

.search-menu__icon:not(.search-menu__icon--show) {
	background-image: url('/local/templates/ufd-new/assets/img/search.svg');
}

.search-menu__icon.search-menu__icon--show,
.show-search .search-menu__icon{
	background-image: url('/local/templates/ufd-new/assets/img/close-menu.svg');
}


.search-menu .ufd__form .ufd__form--item input[type="text"] {
	padding: 1rem 15rem 1rem 0;
}


.sub-menu__title1 + .sub-menu__links {
	padding-top: 0;
}

.all-result-search {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 1;
	background-color: transparent;
	color: #0073AE;
	border: none;
    outline: none;
    padding: 0;
}

.all-result-search:hover {
	color: #a1006b;
}


.search-menu__result-list {
	list-style: none;
	padding: 0;
	margin: 1rem 0 0 0 ;
	font-size: 0.8125rem;
}

.search-menu__result-list > li {
	margin:  1rem 0;
}

.search-menu__result-list > li > a {
	color: #0073AE;
}

.search-menu__result-list > li > a:hover{
	color: #a1006b;
}

.search-menu__result-list > li > a + div {
	margin-top: 0.4rem;
    font-size: 0.8125rem;
    color: rgba(55, 71, 79, 0.75);
    line-height: 1.2;
}

.ajax-search-result {
	max-height: 300px;
	overflow: auto;
	max-width: 100%;
	padding-right: 2rem;
}

.search-menu__result-list > li.hidden-item {
	display: none;
}


.ajax-search-result::-webkit-scrollbar{
	width: 40px;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAACbCAYAAACj6PGsAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4MzJkYzBlMy1hNGRmLTkwNGMtYTI1OC00NGIzYjFjOGNlM2IiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6REFDNDY4RjBFMjc2MTFFNzk5MzBGMDMxQkUxMUQzNjciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6REFDNDY4RUZFMjc2MTFFNzk5MzBGMDMxQkUxMUQzNjciIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyZGU2OGY0YS1hNTQzLTQzNDQtYWFlZi02OWI4MWEyOTU2M2QiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDpiYWU1ZGI4NC1lMjU0LTExZTctYTY4YS1iNGI4MzU3Zjk5MGYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7JVTjoAAAAGUlEQVR42mIwd/dXY2IAglFilBixBECAAQCy1AIoZ999ewAAAABJRU5ErkJggg==');
	background-position: center;
	background-repeat: repeat-y;
}

.ajax-search-result::-webkit-scrollbar-thumb{
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAHCAIAAABV+fA3AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTczbp9jAAAAE0lEQVQYV2M4f+MOLjQ05G7cAQCUb54+zugGcQAAAABJRU5ErkJggg==');
	background-position: center;
	background-repeat: repeat-y;
}

.ajax-search-result::-webkit-scrollbar-button:vertical {
    height: 35px;
    background-color: #fff;
}

/* Up */
.ajax-search-result::-webkit-scrollbar-button:vertical:decrement {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4MzJkYzBlMy1hNGRmLTkwNGMtYTI1OC00NGIzYjFjOGNlM2IiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjVCRUQ3OEFFMzE3MTFFNzkyOEFEM0FFMUVFQjVDQUQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjVCRUQ3ODlFMzE3MTFFNzkyOEFEM0FFMUVFQjVDQUQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyZGU2OGY0YS1hNTQzLTQzNDQtYWFlZi02OWI4MWEyOTU2M2QiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDpiYWU1ZGI4NC1lMjU0LTExZTctYTY4YS1iNGI4MzU3Zjk5MGYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6Xzy/JAAAAQUlEQVR42mI0d/dngAJuIDYH4pNA/BUkwASV4AViTyAWg9K8MEl+qMBTIF4BpUF8fhYgoQTEj4H4ONQUGK0EEGAA/soJcGyJq8kAAAAASUVORK5CYII=');
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.5;
}
/* Bottom */
.ajax-search-result::-webkit-scrollbar-button:vertical:increment {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4MzJkYzBlMy1hNGRmLTkwNGMtYTI1OC00NGIzYjFjOGNlM2IiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NUNDRjY3NTlFMzE3MTFFN0IzN0VCNUM1NzQzNTJBNTciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NUNDRjY3NThFMzE3MTFFN0IzN0VCNUM1NzQzNTJBNTciIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyZGU2OGY0YS1hNTQzLTQzNDQtYWFlZi02OWI4MWEyOTU2M2QiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDpiYWU1ZGI4NC1lMjU0LTExZTctYTY4YS1iNGI4MzU3Zjk5MGYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz57o2XeAAAAQ0lEQVR42mI0d/c3ZGBg4ADi4wwIYAnEP5iAxD0gloUKwCRA/HsgyY9AvB2IpYE4AkqD+B+ZoKo/QwVeQWkQnwEgwAC1Yg2KniPmrgAAAABJRU5ErkJggg==');
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.5;
}
/* End */


/* Start:/bitrix/templates/about-new/components/bitrix/menu/socials/style.css?17774677191541*/
ul.social-menu {
	display: flex;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 75px;
}

ul.social-menu li a {
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	border: 0!important;
	text-transform: none;
	width: 40px;
	height: 40px;
	vertical-align: bottom;
}

ul.social-menu li a.vk {
	background-image: url('/bitrix/templates/about-new/components/bitrix/menu/socials/images/vk.svg');
}

ul.social-menu li a.fb {
	background-image: url('/bitrix/templates/about-new/components/bitrix/menu/socials/images/fb.svg');
}

ul.social-menu li a.insta {
	background-image: url('/bitrix/templates/about-new/components/bitrix/menu/socials/images/insta.svg');
}

ul.social-menu li a.ok {
	background-image: url('/bitrix/templates/about-new/components/bitrix/menu/socials/images/ok.svg');
}

ul.social-menu li a.tw {
	background-image: url('/bitrix/templates/about-new/components/bitrix/menu/socials/images/tw.svg');
}

ul.social-menu li a.tg {
	background-image: url('/bitrix/templates/about-new/components/bitrix/menu/socials/images/tg.svg');
}

ul.social-menu li a.wb {
	background-image: url('/bitrix/templates/about-new/components/bitrix/menu/socials/images/wb.svg');
}

@media all and (max-width:991px) {
	ul.social-menu {
		padding: 30px 0;
		flex-wrap: wrap;
	}
}

@media all and (min-width: 992px) {
	ul.social-menu li a.vk:hover {
		background-image: url('/bitrix/templates/about-new/components/bitrix/menu/socials/images/vk-hover.svg');
	}
	ul.social-menu li a.fb:hover {
		background-image: url('/bitrix/templates/about-new/components/bitrix/menu/socials/images/fb-hover.svg');
	}
	ul.social-menu li a.insta:hover {
		background-image: url('/bitrix/templates/about-new/components/bitrix/menu/socials/images/insta-hover.svg');
	}
	ul.social-menu li a.ok:hover {
		background-image: url('/bitrix/templates/about-new/components/bitrix/menu/socials/images/ok-hover.svg');
	}
	ul.social-menu li a.tw:hover {
		background-image: url('/bitrix/templates/about-new/components/bitrix/menu/socials/images/tw-hover.svg');
	}
	ul.social-menu li a.tg:hover {
		background-image: url('/bitrix/templates/about-new/components/bitrix/menu/socials/images/tg-hover.svg');
	}
	ul.social-menu li a.wb:hover {
		background-image: url('/bitrix/templates/about-new/components/bitrix/menu/socials/images/wb-hover.svg');
	}
}
/* End */


/* Start:/bitrix/templates/about-new/template_styles.css?177746772030894*/
.site-header__new-year {
    background: center top / 607px 70px repeat-x url(/local/templates/ufd-new/assets/img/ny/ufd-lights.svg), center top / 607px 70px repeat-x url(/local/templates/ufd-new/assets/img/ny/tree-ufd.png);
    height: 70px;
}

@media all and (max-width: 991px) {
    .site-section.business-start--section.about-history-block {
        padding-bottom: 40px;
    }

    .about-history-block img {
        margin-bottom: 30px;
    }
}


.ab-btn-head {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    opacity: 0.5;
}

@media all and (min-width: 992px) {
    .ab-btn-head:hover {
        filter: grayscale(0);
        -webkit-filter: grayscale(0);
        opacity: 1;
    }
}

.text_title {
    font-size: 36px;
    line-height: 1.2;
    color: #37474F;
    margin-bottom: 60px;
}

.text_text {
    color: rgba(55, 71, 79, 0.75);
    overflow-x: auto;
    max-height: 400px;
    padding-right: 20px;
}

@media all and (max-width: 767px) {
    .header--burger::before {
        display: none;
    }

    .header--burger {
        background-position: center right;
    }

    .site-header__panel a[data-icon="mibok"] {
        margin-right: 0 !important;
        display: table;
    }
}

.header--burger.active {
    background-position: center right 5px;
}

.swiper-slide {
    height: 500px;
}

.swiper-slide img {
    display: block;
    height: auto;
    max-height: 500px;
    max-width: 370px;
}

.mySwiper {
    max-height: 600px;
}

.mySwiper2 {
    width: 370px;
    height: 500px;
    overflow: hidden;
}

.mySwiper2 .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.mySwiper3 {
    position: absolute;
    right: 50px;
    top: 20%;
    height: 320px;
    overflow: hidden;
}

.mySwiper3 .swiper-slide {
    width: 100px;
    height: 100px !important;
    border-radius: 4px;
    background-size: cover;
    cursor: pointer;
}

.mySwiper3 .swiper-slide:before {
    content: '';
    background: linear-gradient(0deg, rgba(0, 115, 174, 0.7), rgba(0, 115, 174, 0.7));
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 1;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.mySwiper3 .swiper-slide:hover:before {
    /*background: linear-gradient(0deg, rgba(0, 115, 174, 0.15), rgba(0, 115, 174, 0.15));*/
    opacity: 0;
}

.mySwiper3 .swiper-slide-active:before {
    background: linear-gradient(0deg, rgba(0, 115, 174, 0.15), rgba(0, 115, 174, 0.15));
}

.mySwiper3 .swiper-wrapper {
    transform: translate3d(0px, 0, 0) !important;
}

.mySwiper4 .swiper-slide:hover {
    color: #0073AE;
    opacity: 1;
}


.block_imgs {
    position: relative;
}

.mySwiper4 {
    height: 100%;
    position: absolute;
    top: 30%;
}

.text_text::-webkit-scrollbar {
    width: 6px;
    padding-left: 15px;
}

.text_text::-webkit-scrollbar-track {
    background-color: rgba(55, 71, 79, 0.34);
    border-radius: 2px;
}

.text_text::-webkit-scrollbar-thumb {
    background: #0073AE;
    border-radius: 2px;
}

.col-years {
    position: relative;
    height: 300px;
}

.year_range__wraper {
    z-index: 9;
    position: absolute;
    right: -50px;
    top: 30px;
    font-size: 36px;
    line-height: 36px;
    color: #37474F;
}

.mySwiper4 .swiper-slide {
    font-size: 16px;
    line-height: 1.4;
    color: #37474F;
    opacity: 0.35;
    font-weight: 600;
    height: auto !important;
    margin-bottom: 23px;
    cursor: pointer;
}

.mySwiper4 .swiper-slide-active {
    color: #0073AE;
    opacity: 1;
}

.mySwiper4 .swiper-slide:before {
    content: "\A";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #0073AE;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.mySwiper2 .swiper-button-prev, .mySwiper2 .swiper-button-next, .mobile_years, .swiper__buttons {
    display: none;
}

.history_sec {
    padding: 0;
}

.history_sec > .container > .row {
    margin-top: 79px;
}

@media only screen and (max-width: 991px) {
    .mySwiper {
        max-height: 900px;
    }

    .mySwiper2 {
        height: 400px;
    }

    .text_title {
        margin-bottom: 20px;
    }

    .year_range__wraper {
        width: 200px;
        right: -100px;
    }

    .mySwiper3 {
        right: 130px;
        top: 20%;
    }
}

@media only screen and (max-width: 767px) {
    .mobile_years__wrapper .nice-select .option {
        min-height: 45px;
        line-height: 1.9;
    }

    .col-years, .mySwiper3 {
        display: none;
    }

    .mySwiper2 {
        width: 100%;
    }

    .block_slides, .swiper-slide img {
        max-width: 100%;
    }

    .block_slides {
        flex-basis: 100%
    }

    .swiper-slide img {
        max-height: 567px;
    }

    .mySwiper2 .swiper-slide {
        justify-content: center;
    }

    .text_title {
        margin-top: 37px;
    }

    .mySwiper2 .swiper-button-prev, .mySwiper2 .swiper-button-next {
        display: block;
        background-color: #FFFFFF;
        box-shadow: 0px 5px 15px rgb(55 71 79 / 15%);
        border-radius: 180%;
        width: 50px;
        height: 50px;
        background-size: 15px;
    }

    .swiper__buttons {
        display: flex;
        bottom: 20px;
        position: absolute;
        justify-content: space-between;
        font-size: 15px;
        letter-spacing: 0.07em;
        text-transform: uppercase;
        color: #0073AE;
        z-index: 99;
        width: 96%;
    }

    .swiper__buttons_block {
        height: 60px;
        position: relative;
    }

    .swiper__buttons .sw-button-next, .swiper__buttons .sw-button-prev {
        display: flex;
    }

    .swiper__buttons .sw-button-next div, .swiper__buttons .sw-button-prev div {
        position: relative;
        top: 12px;
        width: 48px;
        height: 1px;
        background-color: #337AB7;
        left: 0;
        display: block;
        margin-left: 9px;
    }

    .swiper__buttons .sw-button-prev {
        margin-left: 57px;
    }

    .swiper__buttons .sw-button-prev div {
        transform: rotate(
                180deg
        );
        position: absolute;
        margin-left: 0;
    }

    .swiper__buttons .sw-button-next div:after, .swiper__buttons .sw-button-prev div:after {
        content: '';
        position: absolute;
        width: 10px;
        height: 1px;
        top: -4px;
        right: -1px;
        background-color: #337AB7;
        transform: rotate(
                45deg
        );
    }

    .swiper__buttons .sw-button-next div:before, .swiper__buttons .sw-button-prev div:before {
        content: '';
        position: absolute;
        width: 10px;
        height: 1px;
        top: 4px;
        right: -1px;
        background-color: #337AB7;
        transform: rotate(
                -45deg
        );
    }

    .mySwiper2 .swiper-button-prev {
        left: 30px;
    }

    .mySwiper2 .swiper-button-next {
        right: 30px;
    }

    .mobile_years {
        display: block;
    }

    .mobile_years__wrapper {
        width: 100%;
        height: 60px;
        border: 1px solid #37474f1c;
        border-radius: 4px;
        margin-block: 30px;
    }

    .mobile_years {
        position: relative;
    }

    .mobile_years__title {
        position: absolute;
        top: -12px;
        left: 18px;
        background: white;
        z-index: 9;
        color: #37474f66;
    }

    .mobile_years__wrapper .nice-select {
        opacity: 1;
        font-size: 24px;
        line-height: 1.2;
        color: #0073AE;
        margin-top: 13px;
        border: unset;
        width: 100%;
    }

    .mobile_years__wrapper .nice-select.open .list {
        top: 99%;
        width: 100%;
    }

    .history_sec > .container > .row {
        margin-top: 0;
    }
}

.career_info {
    padding-left: 0;
    color: rgba(55, 71, 79, 0.75);
}

.career_info p {
    margin: 0 0 0.7rem;
}

.career_info p:last-child {
    margin: 0;
}

.career-first {
    padding-bottom: 10px;
    border-bottom: 1px solid #f3f3f3;
}

.career-section {
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #f3f3f3;
}

.career__title {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 30px;
}

.career__title h1 {
    margin: 0;
}

.career__title a {
    font-size: 24px;
    line-height: 23px;
    color: #FFFFFF;
    border-bottom: 1px solid;
}

.hot_career__item {
    background: #A1006B;
    border-radius: 4px;
    padding: 30px;
    color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.hot_item__title {
    font-size: 18px;
    line-height: 1.2;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
}

.hot_item__title .city {
    font-size: 15px;
    line-height: 14px;
    opacity: 0.75;
    display: flex;
    align-items: center;
}

.hot_item__title .city:before {
    content: '';
    background-image: url(/bitrix/templates/about-new/assets/img/city.svg);
    width: 14px;
    height: 17px;
    display: block;
    margin-right: 9px;
}

.hot_item__content {
    padding: 30px 0;
    height: 100%;
}

.hot_item__content .content_title {
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    opacity: 0.75;
}

.hot_item__content .content_wrapper {
    font-size: 15px;
    line-height: 1.2;
}

.hot_item__content .content_wrapper ul {
    margin-left: -15px;
}

.hot_item__more {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}


.hot_item__more .learn_more {
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 13px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.hot_item__more .learn_more:after {
    content: '';
    background-image: url(/bitrix/templates/about-new/assets/img/arrow_right.svg);
    width: 30.16px;
    height: 4px;
    display: block;
    margin-left: 9px;
}


.hot_item__more .urgently {
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 13px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    opacity: 0.7;
}

.hot_item__more .urgently:before {
    content: '';
    background-image: url(/bitrix/templates/about-new/assets/img/urgently.svg);
    width: 9px;
    height: 16px;
    display: block;
    margin-right: 9px;
}

.section_title {
    font-size: 42px;
    line-height: 40px;
    color: #37474F;
    margin-bottom: 30px;
}

.nice-select.career_select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;

    width: 370px;
    height: 60px;
    display: flex;
    align-items: center;
}

select.career_select {
    display: none;
}

.career_search {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.search_selects {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.career_select.nice-select:after {
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #0073AE;
    border-right: 2px solid #0073AE;
    right: 20px;
}

.career_select.nice-select span.current {
    font-size: 24px;
    color: #0073AE;
    text-transform: none;
}

.career_select.nice-select.open .list {
    width: 100%;
}

.career_city_wrapp, .career_cat_wrapp {
    margin-right: 30px;
    position: relative;
}

.career_city_label, .career_cat_label {
    position: absolute;
    z-index: 12;
    background: #fff;
    top: -5px;
    left: 30px;
    font-size: 13px;
    line-height: 12px;
    color: #919799;
    padding: 0 5px;
}

.search_result {
    font-size: 16px;
    line-height: 18px;
    color: #37474F;
    font-weight: 600;
}

.search_result span {
    font-size: 16px;
    line-height: 15px;
    color: #37474F;
    opacity: 0.6;
    font-weight: normal;
}

.career_accordion {
    cursor: pointer;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;

    font-size: 18px;
    line-height: 18px;
    color: #0073AE;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}


.panel {
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-bottom: 30px;
    padding: 30px 18px 0;
}

.career_accordion > span:first-child {
    position: relative;
}

.career_accordion > span:first-child:after {
    content: '';
    display: block;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(
            45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(
            45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;

    width: 6px;
    height: 6px;
    border-bottom: 2px solid #0073AE;
    border-right: 2px solid #0073AE;
    right: -20px;
}

.career_accordion.active > span:first-child:after {
    -webkit-transform: rotate(
            -135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(
            -135deg);
}

.career_accordion span.career_count {
    font-size: 18px;
    line-height: 18px;
    text-align: right;
    color: #37474F;
    opacity: 0.5;
}

.hot_career__item.nofast {
    background: #fff;
    color: #37474F;
    border: 1px solid #e5e7e8;
}

.hot_career__item.nofast .hot_item__title .city:before {
    background-image: url("/bitrix/templates/about-new/assets/img/city_white.svg");
}

.hot_career__item.nofast .hot_item__more .learn_more {
    color: #0073AE;
}

.hot_career__item.nofast .hot_item__more .learn_more:after {
    background-image: url("/bitrix/templates/about-new/assets/img/arrow_right_blue.png");
}

.career-section.rko-product-section .rko-product_video {
    right: 0;
}

.career-section.rko-product-section {
    padding-bottom: 0;
    position: relative;
    border: unset;
}

@media (min-width: 767px) {
    .career-section.rko-product-section {
        min-height: 620px;
    }
}

.career_bread * {
    color: white;
}

.career_bread .bx-breadcrumb .bx-breadcrumb-item a {
    border-bottom: 1px solid #fff;
}

.career__title h1 {
    font-size: 60px;
    line-height: 57px;
    color: #FFFFFF;
}

.career__title h2 {
    font-size: 42px;
    line-height: 42px;
    color: #FFFFFF;
}

.video_container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.career-swiper .career__title {
    justify-content: space-between;
    align-items: flex-end;
}

.career-swiper .career__title *, .career-swiper .career__title {
    margin-bottom: 0;
}

.career-section form .row {
    align-items: center;
}

.hot_career-col {
    margin-bottom: 30px;
}

.hot_career-col:hover {
    filter: drop-shadow(0px 15px 45px rgb(161 0 107 / 35%));
}

.hr_block {
    background: #FFFFFF;
    border-radius: 3px;
    padding: 30px;
    margin-left: 15px;
}

.hr_img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
}

.hr_img img {
    border-radius: 100px;
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.hr_title {
    font-size: 20px;
    line-height: 24px;
    color: #37474F;
    margin-bottom: 30px;
}

.hr_spec {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: rgba(77, 83, 87, 0.5);
}

.contact_item p {
    margin: 0;
    font-size: 13px;
    line-height: 10px;
    letter-spacing: 0.02em;
    color: rgba(77, 83, 87, 0.5);
    border-radius: 4px;
}

.contact_item {
    margin-bottom: 20px;
}

.hr_contact .contact_item:last-child {
    margin-bottom: 0;
}

.contact_item a {
    font-weight: bold;
    font-size: 20px;
    line-height: 76.56%;
    color: #4D5357;
    border-radius: 4px;
}

.contact_item span {
    font-weight: normal;
    font-size: 14px;
    line-height: 76.56%;
    color: #4D5357;
    opacity: 0.7;
    border-radius: 4px;
}

.contact_item .hr_email {
    color: #0073AE;
    border-bottom: 1px solid #0073AE;
}

.nice-select.career_select.career_cat {
    display: none;
}

.nice-select.career_select.career_cat.active {
    display: flex;
}

.search_result {
    display: none;
}

.search_result.active {
    display: block;
}

.career_accordion_wrapper {
    display: none;
}

.career_accordion_wrapper.active {
    display: block;
}

@media (max-width: 1024px) {
    .search_result.active {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }
}

@media (max-width: 991px) {
    .search_selects {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .career_city_wrapp, .career_cat_wrapp {
        margin: 0 0 30px;
    }

    .career_search {
        justify-content: space-around;
    }

    .career-section.rko-product-section {
        min-height: 10px;
    }

    .career-section .rko-product_row {
        min-height: 260px;
    }
}

@media (max-width: 767px) {
    .career-swiper .career__title {
        justify-content: space-around;
        align-items: center;
    }

    .career__title h1 {
        font-size: 40px;
        line-height: 37px;
    }

    .career__title h2 {
        line-height: 1.2;
        font-size: 18px;
        margin-right: 15px;
        white-space: nowrap;
    }

    .career__title a {
        font-size: 18px;
        line-height: 1.1;
    }

    .career__title {
        justify-content: center;
    }

    .career-section .rko-product_row {
        min-height: 170px;
    }
}

@media (max-width: 590px) {
    .career-section.rko-product-section {
        min-height: 390px;
    }

    .career__title h1,
    .career__title h2,
    .career__title a {
        color: #37474f;
    }

    .career_search {
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: stretch;
    }

    .career_accordion span.career_count {
        display: none;
    }

    .career-section form .row {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: stretch;
    }

    .nice-select.career_select {
        width: 100%;
    }
}

.student_career .career__title {
    align-items: baseline;
}

.student_career .career__title h1 {
    font-size: 42px;
    line-height: 42px;
    color: #37474F;
    margin-right: 25px;
}

.student_career .career__title a {
    font-size: 24px;
    line-height: 23px;
    color: #0073AE;
}

@media (max-width: 500px) {
    .student_career .career__title {
        flex-direction: column;
        align-items: flex-start;
    }
}

.official_item {
    border: 1px solid #e9eaeb;
    border-radius: 4px;
    padding: 30px;
    min-height: 165px;
    position: relative;
    cursor: pointer;
}

.official_item_wrapp {
    margin-bottom: 30px;
}

.official_item span {
    font-size: 20px;
    line-height: 24px;
    color: #37474F;
}

.item_link {
    display: none;
}

.item_number {
    position: absolute;
    bottom: 30px;
    font-size: 14px;
    line-height: 15px;
    color: #37474F;
    opacity: 0.35;
}

.official_item:hover {
    box-shadow: 0px 15px 45px rgb(55 71 79 / 15%);
}

.official_item:hover span {
    font-size: 20px;
    line-height: 24px;
    color: #A1006B;
}

.official_item:hover .item_number {
    display: none;
}

.official_item:hover .item_link {
    display: block;
    position: absolute;
    bottom: 30px;
}

.official_item:hover .item_link span {
    font-size: 12px;
    line-height: 13px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #0073AE;
}

.student_career {
    padding-top: 135px;
}

.official_item:hover .item_link:after {
    background-image: url(/bitrix/templates/about-new/assets/img/arrow_right_blue.png);
    content: '';
    width: 30.16px;
    height: 4px;
    display: inline-block;
    margin-left: 9px;
    vertical-align: middle;
}

.career__title__wrapper p {
    font-size: 18px;
    line-height: 28px;
    color: rgba(55, 71, 79, 0.75);
    margin: 0;
}

.career__title__wrapper .career__title {
    margin-bottom: 10px;
}

.holders-table thead tr {
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #c0c3c4;
    vertical-align: bottom;
}

.holders-table thead tr td:first-child {
    padding-right: 60px;
}

.holders-table thead tr td:last-child {
    padding-left: 90px;
}

.holders-table thead tr td:last-child span {
    color: #A1006B;
    font-size: 20px;
}

.holders-table tbody tr td {
    font-size: 14px;
    line-height: 20px;
}

.holders-table tbody tr td:first-child p {
    color: #37474F;
    opacity: 0.5;
}

.holders-table thead tr td {
    padding-bottom: 30px;
}

.holders-table thead {
    border-bottom: 1px solid rgba(55, 71, 79, 0.15);
}

.holders-table tbody tr td:nth-child(2) {
    color: #4D5357;
}

.holders-table tbody tr td:nth-child(2) span {
    font-size: 11px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #4D5357;
    opacity: 0.7;
}

.holders-table tbody tr td:last-child {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
}

.holders-table tbody tr {
    border-bottom: 1px solid rgba(55, 71, 79, 0.15);
}

.shareholders_desc {
    font-size: 11px;
    line-height: 16px;
    color: rgba(55, 71, 79, 0.7);
    position: relative;
}

.shareholders_desc:before {
    content: '*';
    position: absolute;
    left: -10px;
    font-size: 19px;
    color: #A1006B;
}

.shareholders-sec .career_accordion {
    align-items: center;
    position: relative;
    justify-content: flex-start;
}

.shareholders-sec .career_accordion > span:first-child {
    font-size: 18px;
    line-height: 18px;
    color: #0073AE;
    position: unset;
    font-weight: bold;
}

.shareholders-sec .career_accordion > span:first-child:after {
    right: 0;
}

.shareholders-sec .career_accordion img {
    order: -1;
    margin-right: 60px;
}

.file-list__item__icon {
    opacity: 0.35;
}

.file-list__items a {
    font-size: 15px;
    line-height: 14px;
    color: #0073AE;
}

.file-list__item__params {
    font-size: 13px;
    line-height: 12px;
    color: rgba(55, 71, 79, 0.7);
}

.file-list__item {
    margin-bottom: 35px;
}

.shareholders-sec .panel {
    padding-left: 0;
}

.shareholders_diag {
    width: 100%;
    height: auto;
    max-width: 460px;
    max-height: 440px;
}

@media (max-width: 400px) {
    .shareholders-sec .col-table {
        overflow: auto;
    }
}

.directors-sec {
    padding: 25px 0;
    font-size: 18px;
    line-height: 28px;
    color: #37474F;
    border-bottom: 1px solid #f3f3f3;
}

.shareholders-sec__file.career-section {
    padding: 80px 0;
}

.policy_sec p {
    font-size: 15px;
    line-height: 24px;
    color: rgba(55, 71, 79, 0.75);
}
.policy_sec ul {
    font-size: 15px;
    line-height: 24px;
    color: #37474F;
}


.seminar-form--section .ufd__form {
    margin-top: -20px;
}

.table-block--wrapper {
    color: #4D5357;
    margin-top: 40px;
}

.table-block--header {

}

.table-block--row {
    display: flex;
    gap: 60px;
    border-bottom: 1px solid rgba(55, 71, 79, 0.15);
}

.table-block--item {
    padding: 18px 0;
    width: 50%;
}
.table-block--header .table-block--item {
    font-size: 11px;
    letter-spacing: 0.55px;
    text-transform: uppercase;
    line-height: 14px;
    opacity: 0.7;
    font-weight: 600;
}

.table-block--item:first-child {
    font-weight: 600;
}

.table-block--item li.file-list__item:first-child, 
.table-block--item div.file-list__item:first-child {
    margin-top: 0;
}

.table-block--item span + ul li.file-list__item:first-child, 
.table-block--item span + ul div.file-list__item:first-child {
    margin-top: 2rem;
}

.table-block--item small {
    font-size: 12px;
}

@media (max-width: 767px) {
    .table-block--header {
        display: none;
    }

    .table-block--body {
        flex-direction: column;
        display: flex;
        gap: 20px;
    }

    .table-block--row {
        flex-direction: column;
        gap: 0;
        border: 1px solid rgba(55, 71, 79, 0.15);
        border-radius: 8px;
        padding: 0 15px;
    }

    .table-block--item {
        width: 100%;
    }
}


.modal-ib-window {
    border-radius: 25px;
    padding: 55px 40px 40px;
    vertical-align: top;
    margin: 40px 0;
    max-width: 515px;
    position: absolute;
    right: 40px;
    top: 0;
}

.modal-ib-wrap {
    text-align: center;
}

.modal-ib-wrap .h3 {
    margin-top: 0;
    margin-bottom: 9px;
}

.modal-ib-wrap p {
    margin-top: 0;
}

.ib-menu__item {
    border: 0 !important;
    text-decoration: none !important;
    display: block;
}

.ib-menu__item:not(:last-child) {
    margin-bottom: 26px;
}

@media all and (max-width:1599px) {
    .modal-ib-window {
        border-radius: 25px;
        padding: 55px 30px 30px;
        max-width: 470px;
    }
}

@media all and (max-width:959px) {
    .modal-ib-window {
        position: relative;
        right: 0;
        border-radius: 15px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .modal-ib-wrap p { 
        font-size: 14px;
    }
    .modal-ib-wrap .close--btn_custom {
        right: 10px;
    }
}

@media all and (max-width:574px) {
    .modal-ib-window {
        max-width: 100%;
    }
}


.text-pink {
    color: #A1006B;
}

.security-new-scheme {
    padding-top: 15px;
}

.security-new-scheme img {
    vertical-align: bottom;
}

.security-new-scheme p {
    margin: 15px 0 68px;
}

.security-important-rule {
    margin-top: 18px;
    padding: 30px 30px 15px;
    border: 1px solid rgba(55, 71, 79, 0.15);
    border-radius: 4px;
}

.security-important-rule ._title {
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: #A1006B;
    margin-bottom: 15px;
}

.security-important-rule p {
    margin: 0 0 15px;
}

.security-important-rule b {
    font-weight: 700;
}


.security-whatdo {
    background-repeat: no-repeat;
    background-position: top left 40px;
    background-image: url("data:image/svg+xml,%3Csvg width='57' height='200' viewBox='0 0 57 200' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.5 127.322C20.0981 127.322 13.0506 121.016 12.1654 112.705L0.161685 0H56.8383L44.8346 112.705C43.9495 121.016 36.902 127.322 28.5 127.322ZM28.5 200C12.8958 200 0 187.418 0 171.897C0 156.376 12.8958 143.794 28.5 143.794C44.1042 143.794 57 156.376 57 171.897C57 187.418 44.1042 200 28.5 200Z' fill='url(%23paint0_linear_12431_1075)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_12431_1075' x1='28.5003' y1='-34.9727' x2='28.5003' y2='210.929' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A1006B' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23A1006B' stop-opacity='0.15'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    background-color: rgba(255, 255, 255, 1);
    border-radius: 5px;
    -webkit-box-shadow: 0px 15px 45px rgba(56, 55, 58, 0.1), 0px 10px 30px rgba(56, 55, 58, 0.1);
        box-shadow: 0px 15px 45px rgba(56, 55, 58, 0.1), 0px 10px 30px rgba(56, 55, 58, 0.1);
    padding: 60px 60px 37px 138px;
    position: relative;
}

.security-whatdo ._title {
    font-size: 24px;
    line-height: 1;
    color: #37474F;
    margin-bottom: 19px;
}

.security-whatdo p {
    font-size: 18px;
    line-height: 1.44;
    color: rgba(55, 71, 79, 0.71);
    margin: 0 0 15px;
}


.security-practic-example {
    border: 1px solid rgba(55, 71, 79, 0.15);
    border-radius: 4px;
    padding: 29px 29px 14px;
    margin-bottom: 59px;
}

.security-practic-example ._title {
    font-size: 24px;
    line-height: 1;
    color: #37474F;
    margin-bottom: 14px;
}

.security-practic-example p {
    margin: 0 0 15px;
}

@media all and (max-width:1599px) {
    .security-new-scheme {
        padding-top: 30px;
    } 
    .security-new-scheme h2 {
        font-size: 28px;
    }
    .security-new-scheme p {
        margin: 15px 0 40px;
    }
}

@media all and (max-width:991px) {
    .security-whatdo {
        padding: 40px 60px 27px 138px;
    }
}

@media all and (max-width:767px) {
    .security-new-scheme {
        padding-top: 40px;
    }
    .security-new-scheme h2 {
        font-size: 26px;
        margin-bottom: 26px;
    }
    .security-new-scheme p {
        margin: 15px 0 0;
    }

    .security-important-rule {
        padding: 24px 20px 9px;
    }

    .security-whatdo {
        text-align: center;
        background-image: none;
        padding: 26px 20px 11px;
    }
}
/* End */
/* /local/templates/ufd-new/assets/plugins/slick/slick.css?17774677401729 */
/* /local/templates/ufd-new/assets/plugins/jquery-nice-select/css/nice-select-pb.css?17774677406969 */
/* /local/templates/ufd-new/assets/plugins/fancybox-master/dist/jquery.fancybox.min.css?177746773913700 */
/* /local/templates/ufd-new/assets/plugins/ion.rangeSlider-2.2.0/css/ion.rangeSlider.css?17774677403355 */
/* /local/templates/ufd-new/assets/plugins/ion.rangeSlider-2.2.0/css/ion.rangeSlider.skinUfd.css?17774677402833 */
/* /local/templates/ufd-new/assets/plugins/swiper/swiper.css?177746774023622 */
/* /local/templates/ufd-new/assets/plugins/wc.accordion/wc.accordion.css?17774677403894 */
/* /local/templates/ufd-new/assets/css/normalize.css?17774677392326 */
/* /local/templates/ufd-new/assets/css/utils.css?177746773910796 */
/* /local/templates/ufd-new/assets/css/grid.css?177746773918414 */
/* /local/templates/ufd-new/assets/css/buttons.css?17774677397087 */
/* /local/templates/ufd-new/assets/css/forms.css?177746773932793 */
/* /local/templates/ufd-new/assets/css/icon.css?177746773912384 */
/* /local/templates/ufd-new/styles.css?177746774111705 */
/* /local/templates/ufd-new/template_styles.css?1777467741105718 */
/* /bitrix/templates/about-new/components/bitrix/menu/header-menu/style.css?177746771912757 */
/* /bitrix/templates/about-new/components/bitrix/menu/socials/style.css?17774677191541 */
/* /bitrix/templates/about-new/template_styles.css?177746772030894 */
