@import url(https://fonts.googleapis.com/css?family=Roboto:400,700&subset=cyrillic);
.plans {
    font-size: 20px;
    background-color: #ffffff;
}

@media screen and (max-width: 769px) {
    .plans {
        font-size: 16px;
    }
}

.plans__heading {
    color: #305187;
    text-align: left;
}

.plans__subheading {
    margin: 32px 0 20px;
    padding-bottom: 12px;
    font-size: 28px;
    line-height: 1.38;
    font-weight: 600;
    text-transform: none;
    color: #0280c2;
    border-bottom: 1px solid #0280c2;
}

@media screen and (max-width: 769px) {
    .plans__subheading {
        font-size: 21px;
        line-height: 1.29;
    }
}

.plans__intro {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
}

@media screen and (max-width: 769px) {
    .plans__intro {
        font-size: 16px;
        line-height: 1.38;
    }
}

.plans__intro p {
    font-size: inherit;
}

.plans-table {
    width: 100%;
    max-width: 840px;
    font-size: 20px;
    font-weight: 600;
    margin: 42px auto;
    border-collapse: collapse;
}

@media screen and (max-width: 769px) {
    .plans-table {
        margin-top: 24px;
        margin-bottom: 24px;
        font-size: 16px;
    }
}

@media screen and (max-width: 629px) {
    .plans-table {
        margin-top: 0;
        font-size: 18px;
    }
}

@media screen and (max-width: 629px) and (max-width: 479px) {
    .plans-table {
        font-size: 14px;
    }
}

.plans-table tr {
    border-bottom: 1px solid #87d0f5;
}

@media screen and (max-width: 629px) {
    .plans-table tr {
        display: block;
        margin: 16px 0 12px;
    }
}

.plans-table td {
    padding: 6px 16px;
}

.plans-table td:nth-of-type(2) {
    font-weight: normal;
}

@media screen and (max-width: 629px) {
    .plans-table td {
        display: inline-block;
    }

    .plans-table td:nth-of-type(1) {
        padding-top: 10px;
        padding-bottom: 10px;
        display: block;
        background-color: #e8e8e8;
    }
}

.plans a {
    color: inherit;
    text-decoration: underline;
    -webkit-text-decoration-color: #b8e986;
    text-decoration-color: #b8e986;
}

.plans ul, .plans ol {
    margin-left: 0;
    padding-left: 20px;
}

.plans .btn-promo {
    color: #202020;
    text-decoration: none;
}

.order-steps {
    margin-top: 1.5em;
    margin-bottom: 2em;
}

.controls-container .bt:not(.bt-blue):not(.active) {
    background: #fff;
    color: #aaa;
    transition: .3s;
    border: 1px solid;
}
.controls-container-compare .bt{
    font-family: dcom-l;
    font-size: .82rem !important;
    text-transform: none;
    font-weight: 400;
    border-radius: 4px;
    margin-bottom: 3px;
}

.controls-container-compare .bt:not(.bt-blue):not(.active) {
    color: #363636;
    border: 1px solid #aaa;
}

.chart-container .checkbox-label{
    font-family: dcom-l;
    font-size: .9rem !important;
    text-transform: none;
    font-weight: 400;
    color: #363636;
    cursor: pointer;
}

.select-button {
  position: relative;
  border: none;
}

.select-button:after {
  content: "\25BC";
  font-size: .6em;
  position: absolute;
  right: 4px;
}

.select-with-button {
  z-index: 1;
  width: 100% !important;
  position: absolute;
  height: 100%;
  opacity: 0;
}

/*! nouislider - 14.0.2 - 6/28/2019 */.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;box-sizing:border-box}.noUi-target{position:relative;direction:ltr}.noUi-base,.noUi-connects{width:100%;height:100%;position:relative;z-index:1}.noUi-connects{overflow:hidden;z-index:0}.noUi-connect,.noUi-origin{will-change:transform;position:absolute;z-index:1;top:0;left:0;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;-webkit-transform-style:preserve-3d;transform-origin:0 0;transform-style:flat}.noUi-connect{height:100%;width:100%}.noUi-origin{height:10%;width:10%}html:not([dir=rtl]) .noUi-horizontal .noUi-origin{left:auto;right:0}.noUi-vertical .noUi-origin{width:0}.noUi-horizontal .noUi-origin{height:0}.noUi-handle{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute}.noUi-touch-area{height:100%;width:100%}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{transition:transform .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;left:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;left:-6px;top:-17px}html:not([dir=rtl]) .noUi-horizontal .noUi-handle{right:-17px;left:auto}.noUi-target{background:#fafafa;border-radius:4px;border:1px solid #d3d3d3;box-shadow:inset 0 1px 1px #f0f0f0,0 3px 6px -5px #bbb}.noUi-connects{border-radius:3px}.noUi-connect{background:#3fb8af}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{border:1px solid #d9d9d9;border-radius:3px;background:#fff;cursor:default;box-shadow:inset 0 0 1px #fff,inset 0 1px 7px #ebebeb,0 3px 6px -3px #bbb}.noUi-active{box-shadow:inset 0 0 1px #fff,inset 0 1px 7px #ddd,0 3px 6px -3px #bbb}.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#e8e7e6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect{background:#b8b8b8}[disabled].noUi-handle,[disabled] .noUi-handle,[disabled].noUi-target{cursor:not-allowed}.noUi-pips,.noUi-pips *{box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;white-space:nowrap;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#ccc}.noUi-marker-large,.noUi-marker-sub{background:#aaa}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{transform:translate(-50%,50%)}.noUi-rtl .noUi-value-horizontal{transform:translate(50%,50%)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{transform:translateY(-50%);padding-left:25px}.noUi-rtl .noUi-value-vertical{transform:translateY(50%)}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;position:absolute;border:1px solid #d9d9d9;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{transform:translate(-50%);left:50%;bottom:120%}.noUi-vertical .noUi-tooltip{transform:translateY(-50%);top:50%;right:120%}.ps{-ms-touch-action:auto;touch-action:auto;overflow:hidden!important;-ms-overflow-style:none}@supports (-ms-overflow-style:none){.ps{overflow:auto!important}}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.ps{overflow:auto!important}}.ps.ps--active-x>.ps__scrollbar-x-rail,.ps.ps--active-y>.ps__scrollbar-y-rail{display:block;background-color:transparent}.ps.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail{background-color:#eee;opacity:.9}.ps.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail>.ps__scrollbar-x{background-color:#999;height:11px}.ps.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail{background-color:#eee;opacity:.9}.ps.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y{background-color:#999;width:11px}.ps>.ps__scrollbar-x-rail{display:none;position:absolute;opacity:0;transition:background-color .2s linear,opacity .2s linear;bottom:0;height:15px}.ps>.ps__scrollbar-x-rail>.ps__scrollbar-x{position:absolute;background-color:#aaa;border-radius:6px;transition:background-color .2s linear,height .2s linear,width .2s ease-in-out,border-radius .2s ease-in-out;bottom:2px;height:6px}.ps>.ps__scrollbar-x-rail:active>.ps__scrollbar-x,.ps>.ps__scrollbar-x-rail:hover>.ps__scrollbar-x{height:11px}.ps>.ps__scrollbar-y-rail{display:none;position:absolute;opacity:0;transition:background-color .2s linear,opacity .2s linear;right:0;width:15px}.ps>.ps__scrollbar-y-rail>.ps__scrollbar-y{position:absolute;background-color:#aaa;border-radius:6px;transition:background-color .2s linear,height .2s linear,width .2s ease-in-out,border-radius .2s ease-in-out;right:2px;width:6px}.ps>.ps__scrollbar-y-rail:active>.ps__scrollbar-y,.ps>.ps__scrollbar-y-rail:hover>.ps__scrollbar-y{width:11px}.ps:hover.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail{background-color:#eee;opacity:.9}.ps:hover.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail>.ps__scrollbar-x{background-color:#999;height:11px}.ps:hover.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail{background-color:#eee;opacity:.9}.ps:hover.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y{background-color:#999;width:11px}.ps:hover>.ps__scrollbar-x-rail,.ps:hover>.ps__scrollbar-y-rail{opacity:.6}.ps:hover>.ps__scrollbar-x-rail:hover{background-color:#eee;opacity:.9}.ps:hover>.ps__scrollbar-x-rail:hover>.ps__scrollbar-x{background-color:#999}.ps:hover>.ps__scrollbar-y-rail:hover{background-color:#eee;opacity:.9}.ps:hover>.ps__scrollbar-y-rail:hover>.ps__scrollbar-y{background-color:#999}.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-ms-flexbox;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-container-multirow>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-ms-flex-align:start;align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.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-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{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:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.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-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:50%;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:opacity .3s;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;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%;transform:translate3d(0,-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%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:top .2s,-webkit-transform .2s;transition:transform .2s,top .2s;transition:transform .2s,top .2s,-webkit-transform .2s}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:left .2s,-webkit-transform .2s;transition:transform .2s,left .2s;transition:transform .2s,left .2s,-webkit-transform .2s}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:right .2s,-webkit-transform .2s;transition:transform .2s,right .2s;transition:transform .2s,right .2s,-webkit-transform .2s}.swiper-pagination-progressbar{background:rgba(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%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{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-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:hsla(0,0%,100%,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(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,.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:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:a 1s steps(12) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%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 viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")}@keyframes a{to{transform:rotate(1turn)}}.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{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;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;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{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-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;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-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}
.bt {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 2.8125rem;
  line-height: 2.8125rem;
  text-align: center;
  padding: 0 1rem;
  font-size: .875rem;
  cursor: pointer;
  border-radius: .625rem;
  font-weight: 500
}

.bt.fixed_size_ {
  min-width: 14.125rem
}

.bt.big_ {
  font-size: 1.125rem;
  font-weight: 500
}

.bt.big_, .bt.medium_ {
  height: 3.875rem;
  line-height: 3.875rem;
  padding: 0 1.875rem
}

.bt.medium_ {
  font-size: 1rem
}

@media screen and (max-width: 739px) {
  .bt {
    height: 2.75rem;
    line-height: 2.75rem
  }
}

.bt ~ .bt {
  margin: 0 0 0 1rem
}

.bt-blue-bordered, .bt-white-bordered {
  background: #fff;
  color: #162b3d;
  border: 1px solid #162b3d;
  text-transform: none;
  transition: .2s
}

.bt-blue-bordered:hover, .bt-white-bordered:hover {
  background: #162b3d;
  color: #fff;
  border-color: #162b3d
}

.bt-blue-bordered {
  background: transparent;
  color: #4a90e2;
  border: 2px solid #4a90e2
}

.bt-blue-bordered.active, .bt-blue-bordered:hover {
  background: #4a90e2;
  color: #fff;
  border-color: #4a90e2
}

.bt-blue-dark-bordered {
  background: transparent;
  color: #162b3d;
  border: 2px solid #162b3d
}

.bt-blue-dark-bordered.active, .bt-blue-dark-bordered:hover {
  background: #162b3d;
  color: #fff;
  border-color: #162b3d
}

.bt-blue {
  background: #4a90e2;
  color: #fff;
  transition: .3s
}

.bt-blue:hover {
  background: #284d6d;
}

body {
  font-family: gil;
  font-weight: 500;
  font-size: 1rem
}

.page-content {
  width: 100%;
  max-width: 100vw;
  padding-top: 4.625rem;
  height: 100%
}

@media screen and (max-width: 800px) {
  .page-content {
    padding-top: 10vh
  }
}

.list-numbered {
  list-style: none
}

.list-numbered li {
  position: relative;
  margin-bottom: 1.2rem;
  padding-left: 2.175rem;
  color: #556573
}

.list-number, .list-numbered li > i {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1.375rem;
  height: 1.375rem;
  line-height: 1.375rem;
  color: #a9b1ba;
  text-align: center;
  vertical-align: middle;
  margin-right: 1rem;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.list-number {
  position: relative
}

.line-splitter {
  width: 2.3125rem;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  background: #4a90e2
}

.expanded-list-h {
  display: -ms-flexbox;
  display: flex;
  color: #ecebdf;
  height: 2.5rem;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #3d5778;
  cursor: pointer;
  padding-left: .5rem
}

.expanded-list-h:hover {
  color: #fff
}

.expanded-list-h.active {
  background: #4a90e2;
  color: #fff
}

.expanded-list-h.active .expanded-list-h-num {
  background: #ecebdf;
  border-color: #ecebdf
}

.expanded-list-h.active .expanded-list-h-arrow:after {
  transform: rotate(135deg);
  border-color: #fff
}

.expanded-list-h-name {
  width: 80%;
  padding-left: .3rem;
  white-space: nowrap
}

.expanded-list-h-arrow {
  position: relative;
  width: 10%;
  padding-right: .5rem;
  text-align: right
}

.expanded-list-h-arrow:after {
  content: "";
  display: inline-block;
  width: .5rem;
  height: .5rem;
  border-top: 1px solid #4a90e2;
  border-right: 1px solid #4a90e2;
  transform: rotate(45deg);
  transition: .3s
}

.expanded-list-content {
  position: relative;
  overflow: hidden;
  height: 0;
  background: #fff
}

.expanded-list-content-inner {
  padding: 1rem;
  color: #000
}

.expanded-list2 {
  position: relative;
  z-index: 2;
  perspective: 800px
}

.expanded-list2-item {
  position: relative;
  margin-bottom: -1px;
  z-index: 1
}

@media screen and (min-width: 740px) {
  .expanded-list2-item.active {
    z-index: 2
  }

  .expanded-list2-item.active .expanded-list2-body {
    opacity: 1;
    visibility: visible;
    transition: opacity .3s, transform .3s, visibility 0s;
    transform: rotateY(0deg)
  }

  .expanded-list2-item.active .expanded-list2-h {
    color: #4a90e2;
    border-top: 1px solid #4a90e2;
    border-bottom: 1px solid #4a90e2
  }

  .expanded-list2-item.active .expanded-list2-h:after {
    transform: translateX(0) rotate(45deg);
    opacity: 1
  }
}

@media screen and (max-width: 739px) {
  .expanded-list2-item.open_ .expanded-list2-h {
    color: #162b3d;
    background: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff
  }

  .expanded-list2-item.open_ .expanded-list2-h:after {
    transform: translateX(0) rotate(45deg);
    opacity: 1
  }
}

.expanded-list2-h {
  border-top: 1px solid #9b9b9b;
  border-bottom: 1px solid #9b9b9b;
  height: 4.6875rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 .6rem 0 .2rem;
  color: #162b3d;
  font-size: 1.125rem;
  transition: .3s;
  cursor: pointer
}

@media screen and (max-width: 739px) {
  .mobile-bgc_blue .expanded-list2-h {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    color: #fff
  }
}

.arrow-expand, .expanded-list2-h:after {
  content: "";
  display: block;
  position: relative;
  width: .5rem;
  height: .5rem;
  border-top: 1px solid #4a90e2;
  border-right: 1px solid #4a90e2;
  transform: translateX(-10px) rotate(45deg);
  transition: .4s;
  opacity: 0
}

.expanded-list2-h .arrow-simple, .expanded-list2-h:after {
  display: none
}

.expanded-list2-body {
  position: absolute;
  left: 100%;
  top: -1.25rem;
  width: 120%;
  height: auto;
  margin-left: 15%;
  background: #fff;
  color: #000;
  font-size: 1.125rem;
  padding: 2rem 2rem 2rem 4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s, transform .3s, visibility .3s step-end;
  transform-origin: 0 50%;
  transform: rotateY(20deg)
}

.expanded-list2-body:before {
  content: "";
  width: 2.1875rem;
  height: 2.1875rem;
  position: absolute;
  left: -2.1875rem;
  top: 3.4375rem;
  transform-origin: 0 0;
  transform: skewX(45deg);
  background: #fff
}

@media screen and (max-width: 739px) {
  .expanded-list2-body {
    position: relative;
    left: auto;
    width: 100%;
    top: auto;
    height: 0;
    overflow: hidden;
    margin: 0;
    transform: none;
    padding: 0
  }

  .expanded-list2-body > * {
    margin: 1rem 1rem 1rem 2.2rem
  }

  .expanded-list2-h {
    font-weight: 600;
    padding: 0 2.5rem 0 1rem
  }

  .expanded-list2-h .arrow-simple {
    display: block;
    transform: rotate(45deg);
    opacity: 1;
    border-color: #fff
  }

  .expanded-list2-item.open_ .expanded-list2-body {
    opacity: 1;
    visibility: visible;
    transition: 0s;
    transform: rotateY(0deg)
  }

  .expanded-list2-item.open_ .expanded-list2-h .arrow-simple {
    border-color: #4a90e2;
    transform: rotate(225deg)
  }
}

.hover_underline:hover {
  text-decoration: underline
}

.text_bg_blue span {
  display: inline-block;
  background: rgba(45, 73, 106, .8);
  padding: .5rem .5rem 0 0;
  margin-bottom: -.8rem
}

.bt-scroll-down {
  height: 3.125rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}

.bt-scroll-down:after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #4a90e2;
  border-right: 1px solid #4a90e2;
  transform: translateX(-50%) rotate(135deg);
  margin-top: -.5rem
}

.brd_t_g {
  border-top: 1px solid #979797
}

.brd_b_g {
  border-bottom: 1px solid #979797
}

.brd_l_g {
  border-left: 1px solid #979797
}

.brd_r_g {
  border-right: 1px solid #979797
}

ol.list-styled {
  counter-reset: styled-list;
  list-style: none
}

ol.list-styled li {
  color: #7a7a7a;
  counter-increment: styled-list
}

ol.list-styled li:before {
  display: inline-block;
  width: 1.5rem;
  color: #9b9b9b;
  content: counter(styled-list) "."
}

.fz10 {
  font-size: .625rem
}

.fz11 {
  font-size: .6875rem
}

.fz12 {
  font-size: .75rem
}

.fz13 {
  font-size: .8125rem
}

.fz14 {
  font-size: .875rem
}

.fz16 {
  font-size: 1rem
}

.fz18 {
  font-size: 1.125rem
}

.fz20 {
  font-size: 1.25rem
}

.fz21 {
  font-size: 1.3125rem
}

.fz22 {
  font-size: 1.375rem
}

.fz24 {
  font-size: 1.5rem
}

.fz25 {
  font-size: 1.5625rem
}

.fz26 {
  font-size: 1.625rem
}

.fz28 {
  font-size: 1.75rem
}

.fz30 {
  font-size: 1.875rem
}

.fz34 {
  font-size: 2.125rem
}

.fz36 {
  font-size: 2.25rem
}

.fz38 {
  font-size: 2.375rem
}

.fz48 {
  font-size: 3rem
}

.fz50 {
  font-size: 3.125rem
}

.fz140 {
  font-size: 8.75rem
}

.h_0 {
  height: 0
}

.p_1 {
  padding: .5rem
}

.p_2 {
  padding: 1rem
}

.mr_1\! {
  margin-right: .5rem !important
}

.ml_1\! {
  margin-left: .5rem !important
}

.mt_0\! {
  margin-top: 0 !important
}

.mb_0\! {
  margin-bottom: 0 !important
}

sup {
  line-height: 0;
  font-size: 50%
}

.c_dg {
  color: #4a4a4a !important
}

.bt-grey {
  background: #7a7a7a;
  color: #fff;
  transition: .3s
}

.bt-grey:hover {
  background: #2d496a;
  color: #fff;
  letter-spacing: 1px
}

.arrow-long {
  height: 1px;
  background: #9b9b9b;
  position: relative;
  width: 1.4375rem
}

.arrow-long:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: .375rem;
  height: .375rem;
  border-right: 1px solid #9b9b9b;
  border-bottom: 1px solid #9b9b9b;
  transform: translateY(-50%) rotate(-45deg)
}

ul.list-styled {
  padding-left: 0;
  margin-left: 0
}

ul.list-styled li {
  list-style: none;
  position: relative;
  padding: 0 0 0 1rem;
  margin-bottom: .1rem
}

ul.list-styled li:after {
  content: "";
  position: absolute;
  left: 0;
  top: .5em;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #4a90e2
}

.tabmenu {
  border-bottom: 1px solid #c9cdd3;
  display: -ms-flexbox;
  display: flex
}

.tabmenu-item {
  line-height: 1.2;
  padding: 2rem 0 1.875rem;
  text-align: center;
  position: relative;
  cursor: pointer
}

.tabmenu-item:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -2px;
  height: 0;
  background: #4a90e2;
  transition: height .2s
}

.tabmenu-item.active:after {
  height: 3px
}

.line-impulse {
  height: 2px;
  background: #162b3d;
  position: relative
}

.line-impulse:after {
  content: "";
  position: absolute;
  left: 2.2rem;
  height: 1.875rem;
  width: 2.29166667rem;
  background: #e4e5e7;
  border-left: 2px solid #162b3d;
  border-bottom: 2px solid #162b3d;
  transform: skewY(-39deg);
  top: 2px;
  transform-origin: 0 0
}

.video-frame {
  position: relative;
  background: #e9ecf0;
  padding: 2.375rem .75rem .3125rem;
  width: 100%
}

.video-frame i {
  position: absolute;
  left: .75rem;
  top: 1.1875rem;
  width: .5625rem;
  height: .5625rem;
  border-radius: 100%;
  margin-top: -.28125rem;
  border: 1px solid #000
}

.video-frame i:nth-child(2) {
  left: 1.625rem
}

.video-frame i:nth-child(3) {
  left: 2.5rem
}

.video-play-button:before {
  content: "";
  position: absolute;
  top: 2.375rem;
  left: .75rem;
  right: .75rem;
  bottom: .3125rem;
  background: #4a90e2;
  opacity: .5;
  z-index: 1;
  cursor: pointer
}

.video-play-button:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 40px;
  border-color: transparent transparent transparent #fff;
  z-index: 2;
  cursor: pointer
}

.video-play-button:after, .video-play-button:before {
  transition: .2s
}

.video-play-button.active:after, .video-play-button.active:before {
  opacity: 0;
  cursor: default
}

.video-expanded-container {
  position: relative
}

.video-expanded-info {
  position: absolute;
  left: 0;
  top: 0
}

@media screen and (max-width: 739px) {
  .video-expanded-info {
    position: relative !important
  }
}

.video-expanded {
  cursor: pointer;
  width: 70%;
  position: relative;
  z-index: 2
}

@media screen and (max-width: 739px) {
  .video-expanded {
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    margin-bottom: 2rem
  }
}

.video-expanded + .video-expanded-info {
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  padding-right: 0;
  padding-left: 4rem
}

.video-expanded-info {
  width: 30%;
  padding-right: 4rem
}

@media screen and (max-width: 739px) {
  .video-expanded-info {
    width: 100%;
    padding: 0 1rem !important;
    -ms-flex-order: 2;
    order: 2
  }
}

.table-styled {
  border-collapse: collapse
}

.table-styled th {
  font-weight: 600;
  font-size: 1rem;
  padding: .6rem 1rem .6rem 0;
  text-align: left;
  vertical-align: top
}

.table-styled td {
  padding: .6rem 1rem .6rem 0;
  border-bottom: 1px solid #2a4862
}

.table-styled tr:last-child td {
  border-bottom: none
}

@media screen and (max-width: 739px) {
  .table-responsive {
    display: block
  }

  .table-responsive th {
    display: none
  }

  .table-responsive tr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .7rem 1rem .5rem
  }

  .table-responsive tr td {
    width: 50%;
    border: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .table-responsive tr td .ml_8 {
    margin-left: 0
  }

  .table-responsive tr td:before {
    content: attr(data-col-name);
    display: block;
    min-height: 4.5rem;
    font-weight: 400
  }

  .table-responsive tr td:first-child {
    width: 100%;
    font-size: 1.5rem;
    font-weight: 600;
    border-top: 1px solid #2a4862;
    display: block
  }

  .table-responsive tr td:first-child:before {
    display: none
  }

  .table-responsive tr td:nth-child(3) {
    display: none;
    width: 66%
  }

  .table-responsive tr td:nth-child(3):before {
    width: 50%
  }

  .table-responsive tr td:nth-child(2) {
    display: none
  }

  .table-responsive tr td[colspan="5"] {
    width: 100%;
    display: block
  }

  .table-responsive tr td[colspan="5"]:before {
    display: none
  }
}

.swiper-pagination {
  bottom: 1.875rem !important
}

.swiper-pagination .swiper-pagination-bullet {
  background: #162b3d;
  opacity: 1 !important;
  height: .625rem;
  width: .625rem
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff
}

.swiper-pagination.left_ {
  left: 12.5%;
  right: 12.5%;
  width: auto;
  text-align: left
}

@media screen and (max-width: 739px) {
  .swiper-pagination.left_ {
    left: 1rem
  }
}

.slider-appear-effect {
  opacity: 0;
  transform: translateY(5rem);
  transition: .6s
}

@media screen and (max-width: 739px) {
  .slider-appear-effect {
    transform: translateY(1rem)
  }
}

.swiper-slide.swiper-slide-active .slider-appear-effect, .swiper-slide.swiper-slide-duplicate-active .slider-appear-effect {
  opacity: 1;
  transform: translateY(0);
  transition: .6s .4s
}

.swiper-slide.swiper-slide-active .slider-appear-effect:nth-child(2), .swiper-slide.swiper-slide-duplicate-active .slider-appear-effect:nth-child(2) {
  transition: .6s .5s
}

.swiper-slide.swiper-slide-active .slider-appear-effect:nth-child(3), .swiper-slide.swiper-slide-duplicate-active .slider-appear-effect:nth-child(3) {
  transition: .6s .6s
}

.swiper-slide.swiper-slide-active .slider-appear-effect:nth-child(4), .swiper-slide.swiper-slide-duplicate-active .slider-appear-effect:nth-child(4) {
  transition: .6s .7s
}

.logo-slider-left, .logo-slider-right {
  width: 1.5625rem;
  height: 1.5625rem;
  position: absolute;
  top: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 9;
  outline: none;
}

.logo-slider-right {
  right: 6%
}

.logo-slider-left {
  left: 6%
}

.arrow-simple {
  display: inline-block;
  vertical-align: middle;
  width: 1rem;
  height: 1rem;
  margin: -.5rem -.5rem 0 0;
  border-right: 2px solid #4a90e2;
  border-bottom: 2px solid #4a90e2;
  transform: rotate(45deg);
  transition: .3s
}

.arrow-simple.right_ {
  transform: rotate(-45deg)
}

.arrow-simple.left_ {
  transform: rotate(135deg)
}

.arrow-simple.middle_ {
  width: .75rem;
  height: .75rem;
  margin: -.375rem -.375rem 0 0
}

.tab-slider .swiper-slide {
  opacity: 0 !important
}

.tab-slider .swiper-slide-active {
  opacity: 1 !important
}

@media screen and (max-width: 739px) {
  .tab-slider > .swiper-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .tab-slider .swiper-slide {
    opacity: 1 !important
  }
}

.window-closer {
  width: 3rem;
  height: 3rem;
  position: absolute;
  right: .5rem;
  top: .5rem;
  cursor: pointer;
  z-index: 10
}

.window-closer:after, .window-closer:before {
  content: "";
  position: absolute;
  left: 20%;
  top: 50%;
  height: 2px;
  width: 60%;
  background: #9b9b9b;
  transform: translateY(-50%) rotate(45deg)
}

.window-closer:after {
  transform: translateY(-50%) rotate(135deg)
}

@font-face {
  font-family: gil;
  src: url(fonts/gilroy-regular.eot);
  src: url(fonts/gilroy-regular.eot?#iefix) format("embedded-opentype"), url(fonts/gilroy-regular.woff2) format("woff2"), url(fonts/gilroy-regular.woff) format("woff"), url(fonts/gilroy-regular.ttf) format("truetype"), url(fonts/gilroy-regular.svg#gilroy-regular) format("svg");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: gil;
  src: url(fonts/gilroy-medium.eot);
  src: url(fonts/gilroy-medium.eot?#iefix) format("embedded-opentype"), url(fonts/gilroy-medium.woff2) format("woff2"), url(fonts/gilroy-medium.woff) format("woff"), url(fonts/gilroy-medium.ttf) format("truetype"), url(fonts/gilroy-medium.svg#gilroy-medium) format("svg");
  font-weight: 500;
  font-style: normal
}

@font-face {
  font-family: gil;
  src: url(fonts/gilroy-semibold.eot);
  src: url(fonts/gilroy-semibold.eot?#iefix) format("embedded-opentype"), url(fonts/gilroy-semibold.woff2) format("woff2"), url(fonts/gilroy-semibold.woff) format("woff"), url(fonts/gilroy-semibold.ttf) format("truetype"), url(fonts/gilroy-semibold.svg#gilroy-semibold) format("svg");
  font-weight: 600;
  font-style: normal
}

@font-face {
  font-family: gil-b;
  src: url(fonts/gilroy-bold.eot);
  src: url(fonts/gilroy-bold.eot?#iefix) format("embedded-opentype"), url(fonts/gilroy-bold.woff2) format("woff2"), url(fonts/gilroy-bold.woff) format("woff"), url(fonts/gilroy-bold.ttf) format("truetype"), url(fonts/gilroy-bold.svg#gilroy-bold) format("svg");
  font-weight: 700;
  font-style: normal
}

@font-face {
  font-family: dcom;
  src: url(fonts/dcom.eot);
  src: url(fonts/dcom.eot?#iefix) format("embedded-opentype"), url(fonts/dcom.woff2) format("woff2"), url(fonts/dcom.woff) format("woff"), url(fonts/dcom.ttf) format("truetype"), url(fonts/dcom.svg#dcom) format("svg");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: dcom-l;
  src: url(fonts/dcom-l.eot);
  src: url(fonts/dcom-l.eot?#iefix) format("embedded-opentype"), url(fonts/dcom-l.woff2) format("woff2"), url(fonts/dcom-l.woff) format("woff"), url(fonts/dcom-l.ttf) format("truetype"), url(fonts/dcom-l.svg#dcom-l) format("svg");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: beau;
  src: url(fonts/beau.eot);
  src: url(fonts/beau.eot?#iefix) format("embedded-opentype"), url(fonts/beau.woff) format("woff"), url(fonts/beau.ttf) format("truetype"), url(fonts/beau.svg#beau) format("svg");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: beau-b;
  src: url(fonts/beau-b.eot);
  src: url(fonts/beau-b.eot?#iefix) format("embedded-opentype"), url(fonts/beau-b.woff) format("woff"), url(fonts/beau-b.ttf) format("truetype"), url(fonts/beau-b.svg#beau-b) format("svg");
  font-weight: 400;
  font-style: normal
}

.footer-logo {
  width: 7.41071429rem;
  height: 1.78571429rem
}

.footer-s {
  width: 2.5rem;
  height: 2.5rem
}

.footer-s img {
  width: 100%;
  height: 100%
}

.wm-logo {
  width: 5.5rem;
  height: .875rem
}

.custom-dropdown-display, .form__input {
  border: 1px solid #babec7;
  background: #e9ecf0;
  padding-right: .2rem;
  padding-left: 1rem;
  color: #162b3d;
  font-family: gil;
  font-weight: 500;
  min-height: 3rem;
  border-radius: 5px;
  font-size: .9375rem
}

img + .custom-dropdown-display, img + .form__input {
  padding-left: 3rem
}

.form__field_pending .custom-dropdown-display, .form__field_pending .form__input {
  border-color: #d0021b
}

.form__field_approved .custom-dropdown-display, .form__field_approved .form__input {
  border-color: #075211
}

.form__group_approved .form__field_pending .custom-dropdown-display, .form__group_approved .form__field_pending .form__input {
  border-color: #bababa
}

.custom-dropdown-display:not(:placeholder-shown) + label, .form__input:not(:placeholder-shown) + label {
  transform: translateY(-120%) !important;
  opacity: 1
}

.custom-dropdown-display::-webkit-input-placeholder, .custom-dropdown-display::placeholder, .form__input::-webkit-input-placeholder, .form__input::placeholder {
  color: #9da1a7
}

.custom-dropdown-display:active, .custom-dropdown-display:focus, .form__input:active, .form__input:focus {
  border-color: #162b3d
}

.custom-dropdown-display:active::-webkit-input-placeholder, .custom-dropdown-display:focus::-webkit-input-placeholder, .form__input:active::-webkit-input-placeholder, .form__input:focus::-webkit-input-placeholder {
  color: #162b3d
}

.custom-dropdown-display:active::-moz-placeholder, .custom-dropdown-display:focus::-moz-placeholder, .form__input:active::-moz-placeholder, .form__input:focus::-moz-placeholder {
  color: #162b3d
}

.custom-dropdown-display:active:-ms-input-placeholder, .custom-dropdown-display:active::-ms-input-placeholder, .custom-dropdown-display:focus:-ms-input-placeholder, .custom-dropdown-display:focus::-ms-input-placeholder, .form__input:active:-ms-input-placeholder, .form__input:active::-ms-input-placeholder, .form__input:focus:-ms-input-placeholder, .form__input:focus::-ms-input-placeholder {
  color: #162b3d
}

.custom-dropdown-display:active::placeholder, .custom-dropdown-display:focus::placeholder, .form__input:active::placeholder, .form__input:focus::placeholder {
  color: #162b3d
}

.form__field {
  position: relative;
  z-index: 1;
  margin-top: 1rem
}

.form__field img {
  position: absolute;
  top: 50%;
  left: .5rem;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: -1.25rem;
  z-index: 1
}

.form__field > label {
  position: absolute;
  left: 0;
  top: 0;
  font-size: .8rem;
  color: #9b9b9b;
  transform: translateY(0);
  opacity: 0;
  transition: .2s;
  z-index: -1;
  line-height: 1.1
}

.form__textarea {
  max-width: 100%;
  border: 1px solid #babec7;
  background: #e9ecf0;
  padding: .5rem 1rem;
  min-height: 2rem;
  height: 7rem;
  resize: none;
  font-family: gil;
  font-weight: 500;
  color: #162b3d;
  border-radius: 5px;
  font-size: .9375rem
}

.form__textarea::-webkit-input-placeholder, .form__textarea::placeholder {
  color: #9da1a7
}

.form__textarea:active, .form__textarea:focus {
  border-color: #162b3d
}

.form__textarea:active::-webkit-input-placeholder, .form__textarea:focus::-webkit-input-placeholder {
  color: #162b3d
}

.form__textarea:active::-moz-placeholder, .form__textarea:focus::-moz-placeholder {
  color: #162b3d
}

.form__textarea:active:-ms-input-placeholder, .form__textarea:active::-ms-input-placeholder, .form__textarea:focus:-ms-input-placeholder, .form__textarea:focus::-ms-input-placeholder {
  color: #162b3d
}

.form__textarea:active::placeholder, .form__textarea:focus::placeholder {
  color: #162b3d
}

.form__warning {
  position: absolute;
  top: 50%;
  right: .5rem;
  transform: translateY(-50%);
  height: 1.2rem;
  font-size: .8rem;
  transition: .2s;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  line-height: 1.2;
  color: #9b9b9b
}

@media screen and (min-width: 740px) {
  .form__field.pr_2 .form__warning {
    right: 1.5rem
  }
}

.form__label {
  cursor: pointer;
  display: block;
  position: relative
}

.form__checkbox {
  position: absolute;
  opacity: 0;
  width: 1.125rem;
  height: 1.3rem
}

.form__checkmark {
  position: relative;
  /*transition: .2s;*/
  line-height: 1.1;
  color: rgba(34, 34, 34, .6)
}

.form__checkbox:checked + .form__checkmark {
  color: #222
}

.form__checkbox:checked + .form__checkmark:before {
  background: #4a90e2
}

.form__checkbox:checked + .form__checkmark:after {
  opacity: 1;
  transform: translateY(0) rotate(-45deg)
}

.form__checkmark:before {
  position: relative;
  top: -2px;
  content: "";
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  margin-right: .5rem;
  background: transparent;
  /*transition: .2s;*/
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin-top: .1rem;
  border-radius: .2rem;
  border: 1px solid #4a90e2
}

.form__checkmark:after {
  content: "";
  position: absolute;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: .6rem;
  height: .4rem;
  left: .1rem;
  top: 42%;
  margin-top: -.3rem;
  transform: translateY(-.5rem) rotate(-45deg);
  opacity: 0;
  /*transition: .2s;*/
  z-index: 1
}

.form__submit {
  outline: none;
  transition: .2s;
  cursor: pointer;
  border: none
}

.form__submit_disabled {
  opacity: .5;
  cursor: not-allowed !important
}

.form__input[required]:invalid, .form__textarea[required]:invalid {
  outline: none;
  border-color: #d0021b
}

.form__input[required]:invalid ~ .form__warning, .form__textarea[required]:invalid ~ .form__warning {
  visibility: visible;
  opacity: 1
}

.form__input, .form__textarea {
  box-shadow: none !important
}

.form__toggle_password {
  position: absolute;
  top: 50%;
  right: .5rem;
  width: 1.125rem;
  height: .5rem;
  margin-top: -.1875rem;
  background: 50% 50% no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 320'%3E%3Cpath d='M256 0C144.3 0 47.6 65 0 160c47.6 95 144.3 160 256 160 111.7 0 208.4-65 256-160C464.4 65 367.7 0 256 0zm126.2 84.9c30.1 19.2 55.6 44.9 74.7 75.1-19.1 30.3-44.6 56-74.7 75.1C344.4 259.3 300.8 272 256 272s-88.4-12.7-126.2-36.9C99.7 216 74.2 190.3 55.1 160c19.1-30.3 44.6-56 74.7-75.1 2-1.2 3.9-2.5 5.9-3.6-5 13.7-7.7 28.4-7.7 43.8 0 70.7 57.3 128 128 128s128-57.3 128-128c0-15.4-2.7-30.1-7.7-43.8 2 1.1 4 2.3 5.9 3.6zM256 109c0 26.5-21.5 48-48 48s-48-21.5-48-48 21.5-48 48-48 48 21.5 48 48z'/%3E%3C/svg%3E");
  background-size: contain
}

.form__toggle_password:before {
  content: "";
  width: 100%;
  height: 1px;
  margin-top: -1px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: rotate(-45deg)
}

.form__toggle_password.show_:before {
  opacity: 0
}

.custom-dropdown {
  z-index: 10
}

.custom-dropdown.expanded_ .custom-dropdown-display, .custom-dropdown:hover .custom-dropdown-display {
  color: #162b3d;
  border-color: #162b3d
}

.custom-dropdown.expanded_ .custom-dropdown-list, .custom-dropdown:hover .custom-dropdown-list {
  border-color: #162b3d
}

.custom-dropdown.expanded_ .arrow-expand {
  transform: translateY(-50%) rotate(315deg)
}

.custom-dropdown-display {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 1.8rem;
  cursor: pointer;
  color: #9da1a7
}

.custom-dropdown-display .arrow-expand {
  position: absolute;
  right: 1rem;
  top: 50%;
  opacity: 1;
  transform: translateY(-50%) rotate(135deg)
}

.custom-dropdown-container {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 2;
  width: 100%;
  height: 5px;
  margin-top: -5px;
  overflow: hidden
}

.custom-dropdown-list {
  transform: translateY(-100%);
  border: 1px solid #babec7;
  border-top: none;
  background: #e9ecf0;
  padding: 1rem;
  border-radius: 0 0 5px 5px;
  font-size: .875rem;
  margin-top: 5px
}

.custom-dropdown-item {
  padding: .5rem 0
}

.label-new {
  background: #4a90e2;
  padding: .1rem .2rem;
  font-size: .6rem;
  color: #fff;
  line-height: 1;
  position: relative;
  top: -.5em;
}
@media (max-width: 1420px) {

}
html
.hm-news-line-container {
  height: 5rem;
  background: #fff;
  font-size: .75rem
}

.hm-news-line-container a {
  color: #4a90e2;
  white-space: nowrap
}

@media screen and (max-width: 739px) {
  .hm-news-line-container {
    height: 6vh
  }
}

.hm-news-lines {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

.hm-news-line-item {
  white-space: nowrap;
  cursor: pointer
}

.hm-news-line-item:hover .hm-news-line-text {
  text-decoration: underline
}

.hm-news-lines:hover .hm-news-line {
  animation-play-state: paused !important
}

@keyframes hm-news-line-anim {
  0% {
    transform: translateX(0)
  }
  to {
    transform: translateX(-100%)
  }
}

.hm-news-line-split {
  position: relative;
  width: 4rem;
  height: 1.74062817rem;
  margin: 0 .3rem;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.hm-news-line-split svg {
  position: absolute;
  left: -1%;
  top: -1%;
  width: 102%;
  height: 102%;
  z-index: 1
}

.hm-news-line-split-light {
  position: absolute;
  left: 0;
  top: 5%;
  width: 100%;
  height: 90%;
  background: linear-gradient(90deg, #000 0, #4a90e2 80%, #fff);
  transform: translateX(-100%);
  animation: anim-news-puls 3s infinite linear
}

.hm-news-line-split-light.delay-1 {
  animation: anim-news-puls 3s .5s infinite linear
}

.hm-news-line-split-light.delay-2 {
  animation: anim-news-puls 3s 1s infinite linear
}

.hm-news-line-split-light.delay-3 {
  animation: anim-news-puls 3s 1.5s infinite linear
}

@keyframes anim-news-puls {
  0%, 63%, to {
    transform: translateX(-100%);
    opacity: 1
  }
  30% {
    transform: translateX(0)
  }
  60% {
    transform: translateX(100%);
    opacity: 1
  }
  61% {
    transform: translateX(100%);
    opacity: 0
  }
  62% {
    transform: translateX(-100%);
    opacity: 0
  }
}

.page-intro-image {
  padding: 0
}

.page-intro-image img, .page-intro-image svg {
  height: 107%;
  width: 100%;
  position: relative;
  top: 2%
}

.footer-img {
  width: 50rem;
  margin: 0 auto
}

@media screen and (max-width: 739px) {
  .footer-img {
    width: 100%;
    height: 50vh
  }
}

.footer-form {
  margin: 0 auto;
  width: 50rem;
  padding: 1.25rem 1.25rem 1.25rem 0;
  background: #fff;
  position: absolute;
  z-index: 1
}

.footer-form:before {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  bottom: 2px;
  top: 2px;
  border: 1px solid #979797;
  z-index: -1
}

.footer-form-24 .support-24 {
  margin-right: 35%;
  margin-top: 0;
  margin-bottom: 0
}

.effective-tools {
  margin-top: 3.75rem;
  position: relative;
  z-index: 1
}

.effective-tools:after, .effective-tools:before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100vw;
  background: rgba(0, 0, 0, .05);
  transform-origin: 100% 0;
  transform: skew(-60deg);
  z-index: -1
}

.effective-tools:before {
  height: 100%;
  left: auto;
  top: auto;
  right: 100%;
  transform: skewY(-30deg)
}

.effective-tools .line-vertical {
  position: absolute;
  right: -1px;
  top: 0;
  transform: translateY(-100%)
}

.effective-tools-item {
  transition: background .3s;
  border: 1px solid #979797;
  margin: -1px 0 0
}

.effective-tools-item:hover {
  background: #fff !important;
  color: #000 !important
}

@media screen and (min-width: 767px) {
  .effective-tools-item:nth-child(2) {
    border-left: none
  }
}

@media screen and (max-width: 739px) {
  .effective-tools-item .arrow-expand {
    opacity: 1
  }

  .effective-tools-item.active .mobile-hidden {
    display: block !important
  }

  .effective-tools-item.active .desktop-hidden {
    display: none
  }

  .effective-tools-item.active .arrow-expand {
    transform: translateX(-10px) rotate(135deg)
  }
}

.line-vertical {
  width: 1px;
  height: 3.75rem;
  margin: 0 auto;
  background: #979797
}

.circles-24 {
  position: relative;
  width: 6.125rem;
  height: 6.125rem;
  border-radius: 100%;
  border: 1px solid #556572;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2.25rem;
  color: #4a90e2;
  animation: anim-circles-24 1s 1s infinite;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.circles-24:after, .circles-24:before {
  content: "";
  position: absolute;
  left: 3px;
  bottom: 3px;
  right: 3px;
  top: 3px;
  border-radius: 100%;
  border: 1px solid #556572;
  animation: anim-circles-24 1s 1.666s infinite
}

.circles-24:after {
  left: 7px;
  bottom: 7px;
  right: 7px;
  top: 7px;
  animation: anim-circles-24 1s 2.333s infinite
}

.circles-24.white_ {
  border-color: #dfe3e7;
  animation: anim-circles-24-white 1s 1s infinite
}

.circles-24.white_:after, .circles-24.white_:before {
  border-color: #dfe3e7;
  animation: anim-circles-24-white 1s 1.666s infinite
}

.circles-24.white_:after {
  animation: anim-circles-24-white 1s 2.333s infinite
}

@keyframes anim-circles-24 {
  0%, to {
    border-color: #556572;
    color: #4a90e2
  }
  50% {
    border-color: #2d496a;
    color: #2275d7
  }
}

@keyframes anim-circles-24-white {
  0%, to {
    border-color: #4a90e2
  }
  50% {
    border-color: #dfe3e7
  }
}

.support-24 {
  margin-top: -2.5rem;
  margin-bottom: -1.25rem;
  height: 6.125rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 5%
}

.support-24 i {
  display: block;
  height: 1px;
  width: 100%;
  background: #556572
}

.changing-text {
  position: relative;
  display: block;
  width: 100%;
  height: 3.25rem;
  line-height: 3.25rem;
  text-align: center
}

.changing-text span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0
}

.changing-text span div {
  opacity: 0;
  margin: 0 1px
}

.client-logo {
  width: 60%;
  height: 5rem;
  margin: 2rem 0
}

@media screen and (max-width: 739px) {
  .changing-text span div {
    margin: 0
  }
}

.access-steps {
  display: -ms-flexbox;
  display: flex;
  text-align: center
}

@media screen and (max-width: 739px) {
  .access-steps {
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.access-step {
  width: 20%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  color: #556572;
  padding: 0 1rem;
  font-size: .875rem;
  position: relative
}

.access-step:after, .access-step:before {
  content: "";
  position: absolute;
  top: 12rem;
  height: 1px;
  width: 50%;
  background: #162b3d
}

.access-step:before {
  left: 0
}

.access-step:after {
  left: 50%
}

.access-step:first-child:before, .access-step:last-child:after {
  display: none
}

.access-step img {
  width: 8.75rem;
  height: 8.75rem
}

.access-step i {
  position: relative;
  z-index: 1;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #fff;
  line-height: 2.5rem;
  text-align: center;
  font-weight: 700;
  border-radius: 100%;
  border: 1px solid #162b3d;
  color: #162b3d;
  margin-top: 2rem;
  margin-bottom: 2rem
}

@media screen and (max-width: 739px) {
  .access-step {
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 2.5rem
  }

  .access-step i {
    -ms-flex-order: 1;
    order: 1;
    margin-top: 7.25rem;
    margin-bottom: 0
  }

  .access-step img {
    -ms-flex-order: 2;
    order: 2;
    width: 6.25rem;
    height: 6.25rem;
    margin-left: 2rem;
    margin-bottom: 3.5rem
  }

  .access-step div {
    width: 100%;
    -ms-flex-order: 3;
    order: 3;
    text-align: left;
    padding-left: 4.5rem;
    margin-top: -2.6rem
  }

  .access-step:after {
    content: "";
    position: absolute;
    top: 9.75rem;
    left: 2.25rem;
    height: 100%;
    width: 1px;
    background: #162b3d
  }

  .access-step:before {
    display: none
  }
}

.feedback-icon {
  width: 9.20833333rem;
  height: 9.54166667rem;
  margin-top: 3rem;
  margin-bottom: 3rem
}

@media screen and (max-width: 739px) {
  .feedback-icon {
    width: 35%;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 0;
    margin-bottom: -1rem;
    margin-right: 2rem;
    height: 6rem
  }
}

@media screen and (max-width: 739px) {
  .feedback-contacts {
    margin-left: calc(35% + 2rem);
    font-weight: 600
  }
}

.subscription-slider {
  position: relative;
  margin: 0 .5rem
}

.subscription-slider:after, .subscription-slider:before {
  content: "";
  position: absolute;
  top: 50%;
  background: #f0f0f0;
  border-radius: 100%;
  width: 1rem;
  height: 1rem;
  margin-top: -.5rem;
  left: 0;
  margin-left: -.5rem
}

.subscription-slider:after {
  left: 100%
}

.subscription-slider:before {
  background: #4a90e2
}

.subscription-slider .noUi-handle {
  background: #2d496a !important
}

.subscription-slider-steps[data-slider-val="6"] [data-val="3"]:before, .subscription-slider-steps[data-slider-val="12"] [data-val="3"]:before, .subscription-slider-steps[data-slider-val="12"] [data-val="6"]:before {
  background: #4a90e2
}

.subscription-slider-step {
  cursor: pointer
}

.subscription-slider-step[data-val="3"] {
  position: absolute;
  left: 25%;
  transform: translateX(-50%);
  margin-left: .25rem
}

.subscription-slider-step[data-val="6"] {
  position: absolute;
  left: 50%;
  transform: translateX(-50%)
}

.subscription-slider-step[data-val="3"]:before, .subscription-slider-step[data-val="6"]:before {
  content: "";
  position: absolute;
  top: -1rem;
  background: #f0f0f0;
  border-radius: 100%;
  width: 1rem;
  height: 1rem;
  margin-top: -1px;
  left: 50%;
  margin-left: -.5rem
}

.hm-form-wnd .window-closer {
  visibility: hidden
}

.hm-form-wnd.wnd-mode_ {
  z-index: 100
}

.hm-form-wnd.wnd-mode_ .window-closer {
  visibility: visible
}

@media screen and (max-width: 739px) {
  .hm-form-wnd .container-small {
    padding: 0;
    height: 100%;
    overflow: scroll !important
  }

  .hm-form-wnd .window-closer {
    background: #4a90e2;
    margin-top: 10vh;
  }

  .feedback-form {
    padding-top: 10vh;
  }

  .hm-form-wnd .window-closer:after, .hm-form-wnd .window-closer:before {
    background: #fff
  }
}

.expanded-block-h-mobile {
  height: 5.8125rem;
  font-weight: 600;
  font-size: 1.375rem;
  color: #162b3d;
  padding: 0 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #c9cdd3
}

.expanded-block-h-mobile .arrow-simple {
  transition: .3s
}

.expanded-block-h-mobile.active .arrow-simple {
  transform: rotate(225deg)
}

.hm-houses-img {
  margin-left: -10%;
  width: 110%;
  margin-top: 4rem
}

.page-login-intro {
  background: 50% 50% no-repeat url(fonts/login-bg.svg) #2d496a;
  background-size: contain
}

.page-login-intro-inner {
  width: 22rem;
  padding: 2rem
}

*, :after, :before {
  padding: 0;
  margin: 0;
  box-sizing: border-box
}

p {
  margin: 1em 0
}

html {
  font-size: 1.1vw;
  line-height: 1.4
}


html {
  font-size: 20px;
  line-height: 1.4
}

@media (max-width: 1580px) {
  html {
    font-size: 18px
  }
}

@media (max-width: 1420px) {
  html {
    font-size: 15px
  }
}

@media (max-width: 1180px) {
  html {
    font-size: 14px
  }
}

@media (max-width: 1110px) {
  html {
    font-size: 13px
  }
}

@media (max-width: 1030px) {
  html {
    font-size: 12px
  }
}

@media (max-width: 950px) {
  html {
    font-size: 11px
  }
}

/*@media (max-width: 739px) {*/
/*  html {*/
/*    font-size: 4.2vw*/
/*  }*/
/*}*/

/*@media (min-width: 2000px) {*/
/*  html {*/
/*    font-size: 20px*/
/*  }*/
/*}*/

body, html {
  width: 100%;
  max-width: 100vw;
  height: 100%
}

a {
  color: #222;
  text-decoration: none
}

button, input, select, textarea {
  font-size: 1rem;
  line-height: 1.5
}

button:focus, input:focus, select:focus, textarea:focus {
  outline: none
}

:-moz-placeholder, :-ms-input-placeholder, ::-moz-placeholder, ::-webkit-input-placeholder {
  color: #9b9b9b
}

.o_h {
  overflow: hidden !important
}

.o_v {
  overflow: visible !important
}

.fs_0 {
  font-size: .625rem !important
}

.fs_1 {
  font-size: .75rem !important
}

.fs_2 {
  font-size: .875rem !important
}

.fs_3 {
  font-size: 1rem !important
}

.fs_4 {
  font-size: 1.125rem !important
}

.fs_5 {
  font-size: 1.25rem !important
}

.fs_6 {
  font-size: 1.375rem !important
}

.fs_7 {
  font-size: 1.5rem !important
}

.fs_8 {
  font-size: 1.875rem !important
}

.fs_9 {
  font-size: 2.5rem !important
}

.fs_10 {
  font-size: 3rem !important
}

.fs_11 {
  font-size: 5rem
}

.fs_12 {
  font-size: 7.5rem
}

.fz40 {
  font-size: 2.5rem
}

.fz60 {
  font-size: 3.75rem
}

.fz70 {
  font-size: 4.375rem
}

.fz80 {
  font-size: 5rem
}

.fw_l {
  font-weight: 300
}

.fw_el {
  font-weight: 200
}

.fw_n {
  font-weight: 400
}

.fw_m {
  font-weight: 500
}

.fw_sb {
  font-weight: 600
}

.fw_b {
  font-weight: 700
}

.ff_beau {
  font-family: beau
}

.ff_beau-b {
  font-family: beau-b
}

.ff_dcom {
  font-family: dcom
}

.ff_dcom_m {
  font-family: dcom-m
}

.ls_1 {
  letter-spacing: .0625rem
}

.ls_2 {
  letter-spacing: .3125rem
}

.ls_2m {
  letter-spacing: -.3125rem
}

.ls_3 {
  letter-spacing: .625rem
}

.ls_3m {
  letter-spacing: -.625rem
}

.lh_90 {
  line-height: .9
}

.lh_100 {
  line-height: 1
}

.lh_110 {
  line-height: 1.1
}

.lh_120 {
  line-height: 1.2
}

.lh_130 {
  line-height: 1.3
}

.lh_140 {
  line-height: 1.4
}

.lh_150 {
  line-height: 1.5
}

.lh_160 {
  line-height: 1.6
}

.lh_170 {
  line-height: 1.7
}

.lh_180 {
  line-height: 1.8
}

.lh_190 {
  line-height: 1.9
}

.lh_200 {
  line-height: 2
}

.tt_u {
  text-transform: uppercase
}

.tt_l {
  text-transform: lowercase
}

.tt_n {
  text-transform: none
}

.ta_l {
  text-align: left
}

.ta_c {
  text-align: center
}

.ta_r {
  text-align: right
}

.td_u {
  text-decoration: underline
}

.td_lf {
  text-decoration: line-through
}

.td_uh, a.td_u:hover {
  text-decoration: none
}

.td_uh:hover {
  text-decoration: underline
}

.td_n {
  text-decoration: none
}

.c_w {
  color: #fff !important
}

.c_b {
  color: #0c162c !important
}

.c_g {
  color: #9b9b9b !important
}

.c_g2 {
  color: #e4e5e7 !important
}

.c_g3 {
  color: #556572 !important
}

.c_beige {
  color: #ecebdf !important
}

.c_blue {
  color: #4a90e2 !important
}

.c_blue_d {
  color: #2d496a !important
}

.c_blue_dst {
  color: #162b3d !important
}

.c_grey_blue {
  color: #5f6e7a !important
}

.ml_1 {
  margin-left: .5rem
}

.ml_1c {
  margin-left: 6.25vw
}

.ml_2 {
  margin-left: 1rem
}

.ml_2c {
  margin-left: 12.5vw
}

.ml_3 {
  margin-left: 1.5rem
}

.ml_4 {
  margin-left: 2rem
}

.ml_5 {
  margin-left: 2.5rem
}

@media only screen and (min-width: 801px) {
  .desktop-flex_ac {
    -ms-flex-align: center;
    align-items: center
  }
  .desktop-ml_1 {
    margin-left: .5rem
  }

  .desktop-ml_3 {
    margin-left: 1.5rem
  }
  .desktop-ml_5 {
    margin-left: 2.5rem
  }


  .desktop-mt_1 {
    margin-top: .5rem
  }

  .desktop-flex_g {
    flex-grow: 1
  }
}

.ml_6 {
  margin-left: 3rem
}

.ml_7 {
  margin-left: 3.5rem
}

.ml_8 {
  margin-left: 4rem
}

.ml_9 {
  margin-left: 4.5rem
}

.ml_10 {
  margin-left: 5rem
}

.mr_1 {
  margin-right: .5rem
}

.mr_1c {
  margin-right: 6.25vw
}

.mr_2 {
  margin-right: 1rem
}

.mr_2c {
  margin-right: 12.5vw
}

.mr_3 {
  margin-right: 1.5rem
}

.mr_4 {
  margin-right: 2rem
}

.mr_5 {
  margin-right: 2.5rem
}

.mr_6 {
  margin-right: 3rem
}

.mr_7 {
  margin-right: 3.5rem
}

.mr_8 {
  margin-right: 4rem
}

.mr_9 {
  margin-right: 4.5rem
}

.mr_10 {
  margin-right: 5rem
}

.mt_-5 {
  margin-top: -2.5rem
}

.mt_1 {
  margin-top: .5rem
}

.mt_2 {
  margin-top: 1rem
}

.mt_3 {
  margin-top: 1.5rem
}

.mt_4 {
  margin-top: 2rem
}

.mt_5 {
  margin-top: 2.5rem
}

.mt_6 {
  margin-top: 3rem !important
}

.mt_7 {
  margin-top: 3.5rem !important
}

.mt_8 {
  margin-top: 4rem !important
}

.mt_9 {
  margin-top: 4.5rem !important
}

.mt_10 {
  margin-top: 5rem !important
}

.mt_20 {
  margin-top: 10rem !important
}

.mb_0 {
  margin-bottom: 0 !important
}

.mb_1 {
  margin-bottom: .5rem !important
}

.mb_1c {
  margin-bottom: 6.25vw !important
}

.mb_2 {
  margin-bottom: 1rem !important
}

.mb_2c {
  margin-bottom: 12.5vw !important
}

.mb_3 {
  margin-bottom: 1.5rem !important
}

.mb_4 {
  margin-bottom: 2rem
}

.mb_5 {
  margin-bottom: 2.5rem
}

.mb_6 {
  margin-bottom: 3rem
}

.mb_7 {
  margin-bottom: 3.5rem !important
}

.mb_8 {
  margin-bottom: 4rem
}

.mb_9 {
  margin-bottom: 4.5rem
}

.mb_10 {
  margin-bottom: 5rem
}

.mb_20 {
  margin-bottom: 10rem
}

.mr-50p {
  margin-right: -50%
}

.mr-100p {
  margin-right: -100%
}

.mr_100p {
  margin-right: 100%
}

.ml_50p {
  margin-left: 50%
}

.mb-50p {
  margin-bottom: -50%
}

.mb_50p {
  margin-bottom: 50%
}

.mt-50p {
  margin-top: -50%
}

.mt_100p {
  margin-top: 100%
}

.mr-25p {
  margin-right: -25%
}

.ml_25p {
  margin-left: 25%
}

.ml_100p {
  margin-left: 100%
}

.ml-100p {
  margin-left: -100%
}

.mb-25p {
  margin-bottom: -25%
}

.mb_25p {
  margin-bottom: 25%
}

.mt-25p {
  margin-top: -25%
}

.mb_20rem {
  margin-bottom: 20rem
}

.mb_30rem {
  margin-bottom: 30rem
}

.pl_1 {
  padding-left: .5rem
}

.pl_1c {
  padding-left: 6.25vw
}

.pl_2 {
  padding-left: 1rem
}

.pl_3 {
  padding-left: 1.5rem
}

.pl_4 {
  padding-left: 2rem
}

.pl_5 {
  padding-left: 2.5rem
}

.pl_6 {
  padding-left: 3rem
}

.pl_7 {
  padding-left: 3.5rem
}

.pl_8 {
  padding-left: 4rem
}

.pl_9 {
  padding-left: 4.5rem
}

.pl_10 {
  padding-left: 5rem
}

.pr_1 {
  padding-right: .5rem
}

.pr_1c {
  padding-right: 6.25vw
}

.pr_2 {
  padding-right: 1rem
}

.pr_3 {
  padding-right: 1.5rem
}

.pr_4 {
  padding-right: 2rem
}

.pr_5 {
  padding-right: 2.5rem
}

.pr_6 {
  padding-right: 3rem
}

.pr_7 {
  padding-right: 3.5rem
}

.pr_8 {
  padding-right: 4rem
}

.pr_9 {
  padding-right: 4.5rem
}

.pr_10 {
  padding-right: 5rem
}

.pt_1 {
  padding-top: .5rem
}

.pt_1c {
  padding-top: 6.25vw
}

.pt_2 {
  padding-top: 1rem
}

.pt_3 {
  padding-top: 1.5rem
}

.pt_4 {
  padding-top: 2rem
}

.pt_5 {
  padding-top: 2.5rem
}

.pt_6 {
  padding-top: 3rem
}

.pt_7 {
  padding-top: 3.5rem
}

.pt_8 {
  padding-top: 4rem
}

.pt_9 {
  padding-top: 4.5rem
}

.pt_10 {
  padding-top: 5rem
}

.pt_h {
  padding-top: 6.4rem
}

.pb_1 {
  padding-bottom: .5rem
}

.pb_1c {
  padding-bottom: 6.25vw
}

.pb_2 {
  padding-bottom: 1rem
}

.pb_3 {
  padding-bottom: 1.5rem
}

.pb_4 {
  padding-bottom: 2rem
}

.pb_5 {
  padding-bottom: 2.5rem
}

.pb_6 {
  padding-bottom: 3rem
}

.pb_7 {
  padding-bottom: 3.5rem
}

.pb_8 {
  padding-bottom: 4rem
}

.pb_9 {
  padding-bottom: 4.5rem
}

.pb_10 {
  padding-bottom: 5rem
}

.w_5 {
  width: 5%
}

.w_10 {
  width: 10%
}

.w_15 {
  width: 15%
}

.w_20 {
  width: 20%
}

.w_25 {
  width: 25%
}

.w_30 {
  width: 30%
}

.w_33 {
  width: 33.3%
}

.w_35 {
  width: 35%
}

.w_40 {
  width: 40%
}

.w_45 {
  width: 45%
}

.w_50 {
  width: 50% !important
}

.w_55 {
  width: 55% !important
}

.w_60 {
  width: 60% !important
}

.w_65 {
  width: 65% !important
}

.w_70 {
  width: 70% !important
}

.w_75 {
  width: 75% !important
}

.w_80 {
  width: 80% !important
}

.w_85 {
  width: 85% !important
}

.w_90 {
  width: 90% !important
}

.w_95 {
  width: 95% !important
}

.w_100\! {
  width: 100% !important
}

.w_100 {
  width: 100%
}

.w_110 {
  width: 110%
}

.h_2px {
  height: 2px
}

.h_5 {
  height: 5%
}

.h_10 {
  height: 10%
}

.h_15 {
  height: 15%
}

.h_20 {
  height: 20%
}

.h_25 {
  height: 25%
}

.h_30 {
  height: 30%
}

.h_35 {
  height: 35%
}

.h_40 {
  height: 40%
}

.h_45 {
  height: 45%
}

.h_50 {
  height: 50% !important
}

.h_55 {
  height: 55% !important
}

.h_60 {
  height: 60% !important
}

.h_65 {
  height: 65% !important
}

.h_70 {
  height: 70% !important
}

.h_75 {
  height: 75% !important
}

.h_80 {
  height: 80% !important
}

.h_85 {
  height: 85% !important
}

.h_90 {
  height: 90% !important
}

.h_95 {
  height: 95% !important
}

.h_100\! {
  height: 100% !important
}

.h_100 {
  height: 100%
}

.mh_100 {
  min-height: 100%
}

.h_140 {
  height: 140%
}

.h_50vw {
  height: 50vw !important
}

.d_b {
  display: block
}

.d_i {
  display: inline !important
}

.d_ib {
  display: inline-block !important
}

.d_if {
  display: -ms-inline-flexbox;
  display: inline-flex
}

.d_f {
  display: -ms-flexbox;
  display: flex
}

.d_n {
  display: none
}

.aa_0 {
  visibility: hidden;
  opacity: 0
}

.aa_1 {
  visibility: visible;
  opacity: 1
}

.bg_n {
  background: none !important
}

.bgc_w {
  background-color: #fff !important
}

.bgc_g {
  background-color: #9b9b9b !important
}

.bgc_g2 {
  background-color: #e4e5e7 !important
}

.bgc_b {
  background-color: #0c162c !important
}

.bgc_bg {
  background-image: linear-gradient(transparent 60%, #000) !important
}

.bgc_beige {
  background-color: #fbfbfb !important
}

.bgc_blue {
  background-color: #4a90e2 !important
}

.bgc_blue_dst {
  background-color: #162b3d !important
}

.bgc_blue_trans {
  background-color: rgba(45, 73, 106, .9) !important
}

.bgs_cov, .bgz_c {
  background: 50% 50% no-repeat;
  background-size: cover !important
}

.bgz_cnt {
  background: 50% 50% no-repeat;
  background-size: contain !important
}

.pos_r {
  position: relative !important
}

.pos_a {
  left: 0;
  right: auto
}

.pos_a, .pos_art {
  top: 0;
  bottom: auto
}

.pos_a, .pos_acb, .pos_art {
  position: absolute !important
}

.pos_acb {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%)
}

.pos_arb, .pos_art {
  left: auto;
  right: 0
}

.pos_alb, .pos_arb {
  position: absolute;
  top: auto;
  bottom: 0
}

.pos_alb {
  left: 0;
  right: auto
}

.pos_ac {
  position: absolute !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}

.pos_f {
  position: fixed;
  left: 0;
  top: 0
}

.flex {
  display: -ms-flexbox;
  display: flex
}

[class*=" flex"], [class^=flex] {
  display: -ms-flexbox !important;
  display: flex !important
}

[class*=" flex"].d_if, [class^=flex_].d_if {
  display: -ms-inline-flexbox;
  display: inline-flex
}

.flex_js {
  -ms-flex-pack: start;
  justify-content: flex-start
}

.flex_jc {
  -ms-flex-pack: center;
  justify-content: center
}

.flex_jsb {
  -ms-flex-pack: justify;
  justify-content: space-between
}

.flex_je {
  -ms-flex-pack: end;
  justify-content: flex-end
}

.flex_as {
  -ms-flex-align: start;
  align-items: flex-start
}

.flex_ac {
  -ms-flex-align: center;
  align-items: center
}

.flex_ae {
  -ms-flex-align: end;
  align-items: flex-end
}

.flex_ast {
  -ms-flex-align: stretch;
  align-items: stretch
}

.flex_c {
  -ms-flex-direction: column;
  flex-direction: column
}

.flex_w {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.as_s {
  -ms-flex-item-align: start;
  align-self: flex-start
}

.as_c {
  -ms-flex-item-align: center;
  align-self: center
}

.as_e {
  -ms-flex-item-align: end;
  align-self: flex-end
}

.col {
  float: left;
  padding-left: 10px;
  padding-right: 10px
}

[class*=pull-], [class*=push-] {
  position: relative
}

.no-gutter {
  padding-left: 0;
  padding-right: 0
}

.col-1 {
  width: 8.33333%
}

.col-2 {
  width: 16.66667%
}

.col-1-4, .col-3 {
  width: 25%
}

.col-1-3, .col-4 {
  width: 33.33333%
}

.col-5 {
  width: 41.66665%;
  width: 41.66667%
}

.col-1-2, .col-6 {
  width: 50%
}

.col-7 {
  width: 58.33333%
}

.col-8 {
  width: 66.66666%;
  width: 66.66667%
}

.col-3-4, .col-9 {
  width: 75%
}

.col-10 {
  width: 83.33333%
}

.col-11 {
  width: 91.66666%;
  width: 91.66667%
}

.col-12 {
  width: 100%
}

.push-1 {
  left: 8.33333%
}

.pull-1 {
  left: -8.33333%
}

.push-2 {
  left: 16.66667%
}

.pull-2 {
  left: -16.66667%
}

.push-1-4, .push-3 {
  left: 25%
}

.pull-1-4, .pull-3 {
  left: -25%
}

.push-1-3, .push-4 {
  left: 33.33333%
}

.pull-1-3, .pull-4 {
  left: -33.33333%
}

.push-5 {
  left: 41.66665%;
  left: 41.66667%
}

.pull-5 {
  left: -41.66665%;
  left: -41.66667%
}

.push-1-2, .push-6 {
  left: 50%
}

.pull-1-2, .pull-6 {
  left: -50%
}

.push-7 {
  left: 58.33333%
}

.pull-7 {
  left: -58.33333%
}

.push-8 {
  left: 66.66666%;
  left: 66.66667%
}

.pull-8 {
  left: -66.66666%;
  left: -66.66667%
}

.push-3-4, .push-9 {
  left: 75%
}

.pull-3-4, .pull-9 {
  left: -75%
}

.push-10 {
  left: 83.33333%
}

.pull-10 {
  left: -83.33333%
}

.push-11 {
  left: 91.66666%;
  left: 91.66667%
}

.pull-11 {
  left: -91.66666%;
  left: -91.66667%
}

.row {
  padding-top: 1em;
  padding-bottom: 1em
}

.no-desktop {
  display: none
}

.no-margin, .no-style-heading {
  margin: 0
}

.no-padding {
  padding: 0 !important
}

@media only screen and (min-width: 740px) and (max-width: 959px) {
  .container, .tablet-container {
    max-width: 960px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    float: none
  }

  .container:first-child, .tablet-container:first-child {
    margin-left: auto
  }

  .tablet-container-full {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    float: none
  }

  .tablet-container-full:first-child {
    margin-left: auto
  }

  .tablet-no-gutter {
    padding-left: 0;
    padding-right: 0
  }

  .tablet-col-1 {
    width: 8.33333%
  }

  .tablet-col-2 {
    width: 16.66667%
  }

  .tablet-col-1-4, .tablet-col-3 {
    width: 25%
  }

  .tablet-col-1-3, .tablet-col-4 {
    width: 33.33333%
  }

  .tablet-col-5 {
    width: 41.66665%;
    width: 41.66667%
  }

  .tablet-col-1-2, .tablet-col-6 {
    width: 50%
  }

  .tablet-col-7 {
    width: 58.33333%
  }

  .tablet-col-8 {
    width: 66.66666%;
    width: 66.66667%
  }

  .tablet-col-3-4, .tablet-col-9 {
    width: 75%
  }

  .tablet-col-10 {
    width: 83.33333%
  }

  .tablet-col-11 {
    width: 91.66666%;
    width: 91.66667%
  }

  .tablet-col-12 {
    width: 100%
  }

  .tablet-push-1 {
    left: 8.33333%
  }

  .tablet-pull-1 {
    left: -8.33333%
  }

  .tablet-push-2 {
    left: 16.66667%
  }

  .tablet-pull-2 {
    left: -16.66667%
  }

  .tablet-push-1-4, .tablet-push-3 {
    left: 25%
  }

  .tablet-pull-1-4, .tablet-pull-3 {
    left: -25%
  }

  .tablet-push-1-3, .tablet-push-4 {
    left: 33.33333%
  }

  .tablet-pull-1-3, .tablet-pull-4 {
    left: -33.33333%
  }

  .tablet-push-5 {
    left: 41.66665%;
    left: 41.66667%
  }

  .tablet-pull-5 {
    left: -41.66665%;
    left: -41.66667%
  }

  .tablet-push-1-2, .tablet-push-6 {
    left: 50%
  }

  .tablet-pull-1-2, .tablet-pull-6 {
    left: -50%
  }

  .tablet-push-7 {
    left: 58.33333%
  }

  .tablet-pull-7 {
    left: -58.33333%
  }

  .tablet-push-8 {
    left: 66.66666%;
    left: 66.66667%
  }

  .tablet-pull-8 {
    left: -66.66666%;
    left: -66.66667%
  }

  .tablet-push-3-4, .tablet-push-9 {
    left: 75%
  }

  .tablet-pull-3-4, .tablet-pull-9 {
    left: -75%
  }

  .tablet-push-10 {
    left: 83.33333%
  }

  .tablet-pull-10 {
    left: -83.33333%
  }

  .tablet-push-11 {
    left: 91.66666%;
    left: 91.66667%
  }

  .tablet-pull-11 {
    left: -91.66666%;
    left: -91.66667%
  }

  .tablet-no-pull, .tablet-no-push {
    left: auto
  }

  .tablet-row {
    padding-top: 1em;
    padding-bottom: 1em
  }

  .tablet-full {
    left: auto;
    clear: both;
    float: none;
    width: 100%;
    margin: 1em 0 0;
    display: block
  }

  .tablet-full:first-child {
    margin-top: 0
  }

  .tablet-text-left {
    text-align: left
  }

  .tablet-text-right {
    text-align: right
  }

  .tablet-text-center {
    text-align: center
  }

  .tablet-left {
    float: left
  }

  .tablet-right {
    float: right
  }

  .tablet-no-float {
    float: none
  }

  .tablet-no-margin {
    margin: 0
  }

  .tablet-no-padding {
    padding: 0
  }

  .no-tablet {
    display: none
  }

  .show-tablet {
    display: block
  }
}

@media only screen and (max-width: 739px) {
  .page-intro-slider .list-styled {
      text-shadow: 1px 1px 0px black;
  }

  .container, .mobile-container {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    float: none
  }

  .container:first-child, .mobile-container:first-child {
    margin-left: auto
  }

  .mobile-container-full {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    float: none
  }

  .mobile-container-full:first-child {
    margin-left: auto
  }

  .mobile-no-gutter {
    padding-left: 0;
    padding-right: 0
  }

  .mobile-col-1-2 {
    width: 50%
  }

  .mobile-col-1-3 {
    width: 33.33333%
  }

  .mobile-col-1-4 {
    width: 25%
  }

  .mobile-col-3-4 {
    width: 75%
  }

  .mobile-push-1-2 {
    left: 50%
  }

  .mobile-pull-1-2 {
    left: -50%
  }

  .mobile-push-1-3 {
    left: 25%
  }

  .mobile-pull-1-3 {
    left: -25%
  }

  .mobile-push-1-4 {
    left: 33.33333%
  }

  .mobile-pull-1-4 {
    left: -33.33333%
  }

  .mobile-push-3-4 {
    left: 75%
  }

  .mobile-pull-3-4 {
    left: -75%
  }

  .mobile-no-pull, .mobile-no-push {
    left: auto
  }

  .mobile-row {
    padding-top: 1em;
    padding-bottom: 1em
  }

  .mobile-full {
    left: auto;
    clear: both;
    float: none;
    width: 100%;
    margin: .2em 0 0;
    display: block
  }

  .mobile-full:first-child {
    margin-top: 0
  }

  .mobile-text-left {
    text-align: left
  }

  .mobile-text-right {
    text-align: right
  }

  .mobile-text-center {
    text-align: center
  }

  .mobile-left {
    float: left
  }

  .mobile-right {
    float: right
  }

  .mobile-no-float {
    float: none
  }

  .mobile-no-margin {
    margin: 0
  }

  .mobile-no-padding {
    padding: 0 !important
  }

  .no-mobile {
    display: none
  }

  .show-mobile {
    display: block
  }
}

.container {
  padding-right: 6.25%;
  padding-left: 6.25%
}

.container-small {
  padding-right: 12.5%;
  padding-left: 12.5%
}

@media screen and (max-width: 739px) {
  .container-small {
    padding-left: 1rem;
    padding-right: 1rem
  }
}

i {
  font-style: normal
}

.nowrap {
  white-space: nowrap
}

.overlay-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.img-responsive-w {
  width: 100%;
  height: auto
}

.img-responsive-h {
  width: auto;
  height: 100%
}

@media screen and (max-width: 800px) {
  .mobile-hidden {
    display: none !important
  }
}

.order_1 {
  -ms-flex-order: 1;
  order: 1
}

.order_2 {
  -ms-flex-order: 2;
  order: 2
}

.order_3 {
  -ms-flex-order: 3;
  order: 3
}

.order_4 {
  -ms-flex-order: 4;
  order: 4
}

@media screen and (max-width: 800px) {
  .mobile-pos_r {
    position: relative !important
  }

  .mobile-pos_a {
    left: 0;
    right: auto
  }

  .mobile-pos_a, .mobile-pos_art {
    position: absolute !important;
    top: 0;
    bottom: auto
  }

  .mobile-pos_acb {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
  }

  .mobile-pos_arb, .mobile-pos_art {
    left: auto;
    right: 0
  }

  .mobile-pos_alb, .mobile-pos_arb {
    position: absolute;
    top: auto;
    bottom: 0
  }

  .mobile-pos_alb {
    left: 0;
    right: auto
  }

  .mobile-pos_ac {
    position: absolute !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
  }

  .mobile-order_1 {
    -ms-flex-order: 1;
    order: 1
  }

  .mobile-order_2 {
    -ms-flex-order: 2;
    order: 2
  }

  .mobile-order_3 {
    -ms-flex-order: 3;
    order: 3
  }

  .mobile-order_4 {
    -ms-flex-order: 4;
    order: 4
  }

  .mobile-aa_1 {
    visibility: visible;
    opacity: 1
  }

  .mobile-h_a {
    height: auto !important
  }

  .mobile-h_100 {
    height: 100% !important
  }

  .mobile-w_100 {
    width: 100% !important
  }

  .mobile-d_b {
    display: block
  }

  .mobile-d_n {
    display: none
  }

  .mobile-d_i {
    display: inline !important
  }

  [class*=mobile-flex] {
    display: -ms-flexbox !important;
    display: flex !important
  }

  .mobile-flex_js {
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .mobile-flex_jc {
    -ms-flex-pack: center;
    justify-content: center
  }

  .mobile-flex_jsb {
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .mobile-flex_je {
    -ms-flex-pack: end;
    justify-content: flex-end
  }

  .mobile-flex_as {
    -ms-flex-align: start;
    align-items: flex-start
  }

  .mobile-flex_ac {
    -ms-flex-align: center;
    align-items: center
  }

  .mobile-flex_ae {
    -ms-flex-align: end;
    align-items: flex-end
  }

  .mobile-flex_ast {
    -ms-flex-align: stretch;
    align-items: stretch
  }

  .mobile-flex_c {
    -ms-flex-direction: column;
    flex-direction: column
  }

  .mobile-flex_r {
    -ms-flex-direction: row;
    flex-direction: row
  }

  .mobile-flex_w {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .mobile-flex_now {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }

  .mobile-bg_n {
    background: none !important
  }

  .mobile-bgc_w {
    background-color: #fff !important
  }

  .mobile-bgc_g {
    background-color: #9b9b9b !important
  }

  .mobile-bgc_g2 {
    background-color: #e4e5e7 !important
  }

  .mobile-bgc_b {
    background-color: #0c162c !important
  }

  .mobile-bgc_bg {
    background-image: linear-gradient(transparent 60%, #000) !important
  }

  .mobile-bgc_beige {
    background-color: #fbfbfb !important
  }

  .mobile-bgc_blue {
    background-color: #4a90e2 !important
  }

  .mobile-bgc_blue_dst {
    background-color: #162b3d !important
  }

  .mobile-bgc_blue_trans {
    background-color: rgba(45, 73, 106, .9) !important
  }

  .mobile-ml_0 {
    margin-left: 0
  }

  .mobile-ml_1 {
    margin-left: .5rem
  }

  .mobile-ml_1c {
    margin-left: 6.25vw
  }

  .mobile-ml_2 {
    margin-left: 1rem
  }

  .mobile-ml_2c {
    margin-left: 12.5vw
  }

  .mobile-ml_3 {
    margin-left: 1.5rem
  }

  .mobile-ml_4 {
    margin-left: 2rem
  }

  .mobile-ml_5 {
    margin-left: 2.5rem
  }

  .mobile-ml_6 {
    margin-left: 3rem
  }

  .mobile-ml_7 {
    margin-left: 3.5rem
  }

  .mobile-ml_8 {
    margin-left: 4rem
  }

  .mobile-ml_9 {
    margin-left: 4.5rem
  }

  .mobile-ml_10 {
    margin-left: 5rem
  }

  .mobile-mr_1 {
    margin-right: .5rem
  }

  .mobile-mr_1c {
    margin-right: 6.25vw
  }

  .mobile-mr_2 {
    margin-right: 1rem
  }

  .mobile-mr_2c {
    margin-right: 12.5vw
  }

  .mobile-mr_3 {
    margin-right: 1.5rem
  }

  .mobile-mr_4 {
    margin-right: 2rem
  }

  .mobile-mr_5 {
    margin-right: 2.5rem
  }

  .mobile-mr_6 {
    margin-right: 3rem
  }

  .mobile-mr_7 {
    margin-right: 3.5rem
  }

  .mobile-mr_8 {
    margin-right: 4rem
  }

  .mobile-mr_9 {
    margin-right: 4.5rem
  }

  .mobile-mr_10 {
    margin-right: 5rem
  }

  .mobile-mt_0 {
    margin-top: 0 !important
  }

  .mobile-mt_1 {
    margin-top: .5rem !important
  }

  .mobile-mt_2 {
    margin-top: 1rem !important
  }

  .mobile-mt_3 {
    margin-top: 1.5rem !important
  }

  .mobile-mt_4 {
    margin-top: 2rem !important
  }

  .mobile-mt_5 {
    margin-top: 2.5rem !important
  }

  .mobile-mt_6 {
    margin-top: 3rem !important
  }

  .mobile-mt_7 {
    margin-top: 3.5rem !important
  }

  .mobile-mt_8 {
    margin-top: 4rem !important
  }

  .mobile-mt_9 {
    margin-top: 4.5rem !important
  }

  .mobile-mt_10 {
    margin-top: 5rem !important
  }

  .mobile-mt_20 {
    margin-top: 10rem !important
  }

  .mobile-mb_0 {
    margin-bottom: 0 !important
  }

  .mobile-mb_1 {
    margin-bottom: .5rem !important
  }

  .mobile-mb_1c {
    margin-bottom: 6.25vw !important
  }

  .mobile-mb_2 {
    margin-bottom: 1rem !important
  }

  .mobile-mb_2c {
    margin-bottom: 12.5vw !important
  }

  .mobile-mb_3 {
    margin-bottom: 1.5rem !important
  }

  .mobile-mb_4 {
    margin-bottom: 2rem !important
  }

  .mobile-mb_5 {
    margin-bottom: 2.5rem !important
  }

  .mobile-mb_6 {
    margin-bottom: 3rem !important
  }

  .mobile-mb_7 {
    margin-bottom: 3.5rem !important
  }

  .mobile-mb_8 {
    margin-bottom: 4rem
  }

  .mobile-mb_9 {
    margin-bottom: 4.5rem
  }

  .mobile-mb_10 {
    margin-bottom: 5rem
  }

  .mobile-mb_20 {
    margin-bottom: 10rem
  }

  .mobile-mr-50p {
    margin-right: -50%
  }

  .mobile-mr_0 {
    margin-right: 0
  }

  .mobile-mr-100p {
    margin-right: -100%
  }

  .mobile-mr_100p {
    margin-right: 100%
  }

  .mobile-ml_50p {
    margin-left: 50%
  }

  .mobile-mb-50p {
    margin-bottom: -50%
  }

  .mobile-mb_50p {
    margin-bottom: 50%
  }

  .mobile-mt-50p {
    margin-top: -50%
  }

  .mobile-mt_100p {
    margin-top: 100%
  }

  .mobile-mr-25p {
    margin-right: -25%
  }

  .mobile-ml_25p {
    margin-left: 25%
  }

  .mobile-ml_100p {
    margin-left: 100%
  }

  .mobile-ml-100p {
    margin-left: -100%
  }

  .mobile-mb-25p {
    margin-bottom: -25%
  }

  .mobile-mb_25p {
    margin-bottom: 25%
  }

  .mobile-mt-25p {
    margin-top: -25%
  }

  .mobile-mb_20rem {
    margin-bottom: 20rem
  }

  .mobile-mb_30rem {
    margin-bottom: 30rem
  }

  .mobile-pl_0 {
    padding-left: 0
  }

  .mobile-pl_1 {
    padding-left: .5rem
  }

  .mobile-pl_1c {
    padding-left: 6.25vw
  }

  .mobile-pl_2 {
    padding-left: 1rem
  }

  .mobile-pl_3 {
    padding-left: 1.5rem
  }

  .mobile-pl_4 {
    padding-left: 2rem
  }

  .mobile-pl_5 {
    padding-left: 2.5rem
  }

  .mobile-pl_6 {
    padding-left: 3rem
  }

  .mobile-pl_7 {
    padding-left: 3.5rem
  }

  .mobile-pl_8 {
    padding-left: 4rem
  }

  .mobile-pl_9 {
    padding-left: 4.5rem
  }

  .mobile-pl_10 {
    padding-left: 5rem
  }

  .mobile-pr_0 {
    padding-right: 0
  }

  .mobile-pr_1 {
    padding-right: .5rem
  }

  .mobile-pr_1c {
    padding-right: 6.25vw
  }

  .mobile-pr_2 {
    padding-right: 1rem
  }

  .mobile-pr_3 {
    padding-right: 1.5rem
  }

  .mobile-pr_4 {
    padding-right: 2rem
  }

  .mobile-pr_5 {
    padding-right: 2.5rem
  }

  .mobile-pr_6 {
    padding-right: 3rem
  }

  .mobile-pr_7 {
    padding-right: 3.5rem
  }

  .mobile-pr_8 {
    padding-right: 4rem
  }

  .mobile-pr_9 {
    padding-right: 4.5rem
  }

  .mobile-pr_10 {
    padding-right: 5rem
  }

  .mobile-pt_0 {
    padding-top: 0
  }

  .mobile-pt_1 {
    padding-top: .5rem
  }

  .mobile-pt_1c {
    padding-top: 6.25vw
  }

  .mobile-pt_2 {
    padding-top: 1rem
  }

  .mobile-pt_3 {
    padding-top: 1.5rem
  }

  .mobile-pt_4 {
    padding-top: 2rem
  }

  .mobile-pt_5 {
    padding-top: 2.5rem
  }

  .mobile-pt_6 {
    padding-top: 3rem
  }

  .mobile-pt_7 {
    padding-top: 3.5rem
  }

  .mobile-pt_8 {
    padding-top: 4rem
  }

  .mobile-pt_9 {
    padding-top: 4.5rem
  }

  .mobile-pt_10 {
    padding-top: 5rem
  }

  .mobile-pt_h {
    padding-top: 6.4rem
  }

  .mobile-pb_0 {
    padding-bottom: 0
  }

  .mobile-pb_1 {
    padding-bottom: .5rem
  }

  .mobile-pb_1c {
    padding-bottom: 6.25vw
  }

  .mobile-pb_2 {
    padding-bottom: 1rem
  }

  .mobile-pb_3 {
    padding-bottom: 1.5rem
  }

  .mobile-pb_4 {
    padding-bottom: 2rem
  }

  .mobile-pb_5 {
    padding-bottom: 2.5rem
  }

  .mobile-pb_6 {
    padding-bottom: 3rem
  }

  .mobile-pb_7 {
    padding-bottom: 3.5rem
  }

  .mobile-pb_8 {
    padding-bottom: 4rem
  }

  .mobile-pb_9 {
    padding-bottom: 4.5rem
  }

  .mobile-pb_10 {
    padding-bottom: 5rem
  }

  .mobile-fz34 {
    font-size: 2.125rem !important
  }

  .mobile-fz32 {
    font-size: 2rem !important
  }

  .mobile-fz30 {
    font-size: 1.875rem !important
  }

  .mobile-fz28 {
    font-size: 1.75rem !important
  }

  .mobile-fz24 {
    font-size: 1.5rem !important
  }

  .mobile-fz22 {
    font-size: 1.375rem !important
  }

  .mobile-fz20 {
    font-size: 1.25rem !important
  }

  .mobile-fz18 {
    font-size: 1.125rem !important
  }

  .mobile-fz16 {
    font-size: 1rem !important
  }

  .mobile-p_0 {
    padding: 0 !important
  }

  .mobile-m_0 {
    margin: 0 !important
  }

  .mobile-ta_c {
    text-align: center !important
  }

  .mobile-ta_l {
    text-align: left !important
  }

  .mobile-c_w {
    color: #fff !important
  }

  .mobile-w_a {
    width: auto !important
  }

  .mobile-w_5 {
    width: 5%
  }

  .mobile-w_10 {
    width: 10%
  }

  .mobile-w_15 {
    width: 15%
  }

  .mobile-w_20 {
    width: 20%
  }

  .mobile-w_25 {
    width: 25%
  }

  .mobile-w_30 {
    width: 30%
  }

  .mobile-w_33 {
    width: 33.33333333%
  }

  .mobile-w_35 {
    width: 35%
  }

  .mobile-w_40 {
    width: 40%
  }

  .mobile-w_45 {
    width: 45%
  }

  .mobile-w_50 {
    width: 50%
  }

  .mobile-w_55 {
    width: 55%
  }

  .mobile-w_60 {
    width: 60%
  }

  .mobile-w_65 {
    width: 65%
  }

  .mobile-w_70 {
    width: 70%
  }

  .mobile-w_75 {
    width: 75%
  }

  .mobile-w_80 {
    width: 80%
  }

  .mobile-w_85 {
    width: 85%
  }

  .mobile-w_90 {
    width: 90%
  }

  .mobile-w_95 {
    width: 95%
  }

  .mobile-w_100 {
    width: 100%
  }

  .mobile-w_110 {
    width: 110%
  }

  .mobile_h_a {
    height: auto !important
  }

  .mobile_h_0 {
    height: 0 !important;
    -ms-flex-positive: 0;
    flex-grow: 0
  }

  .mobile_h_5 {
    height: 5%
  }

  .mobile_h_10 {
    height: 10%
  }

  .mobile_h_15 {
    height: 15%
  }

  .mobile_h_20 {
    height: 20%
  }

  .mobile_h_25 {
    height: 25%
  }

  .mobile_h_30 {
    height: 30%
  }

  .mobile_h_35 {
    height: 35%
  }

  .mobile_h_40 {
    height: 40%
  }

  .mobile_h_45 {
    height: 45%
  }

  .mobile_h_50 {
    height: 50%
  }

  .mobile_h_55 {
    height: 55%
  }

  .mobile_h_60 {
    height: 60%
  }

  .mobile_h_65 {
    height: 65%
  }

  .mobile_h_70 {
    height: 70%
  }

  .mobile_h_75 {
    height: 75%
  }

  .mobile_h_80 {
    height: 80%
  }

  .mobile_h_85 {
    height: 85%
  }

  .mobile_h_90 {
    height: 90%
  }

  .mobile_h_95 {
    height: 95%
  }

  .mobile_h_100 {
    height: 100%
  }

  .mobile_h_140 {
    height: 140%
  }

  .mobile-bdb_grey {
    border-bottom: 1px solid #c9cdd3
  }
}

.op_50 {
  opacity: .5
}

.op_60 {
  opacity: .6
}

.op_70 {
  opacity: .7
}

.z-1 {
  z-index: -1
}

.z_1 {
  z-index: 1
}

.z_2 {
  z-index: 2
}

.z_5 {
  z-index: 5
}

.z_10 {
  z-index: 10
}

.map-panel-top {
  height: 4.375rem;
  background: #2d496a;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1
}

.map-panel-top-block {
  position: relative;
  height: 100%;
  width: 20%;
  border-right: 1px solid #5a7085;
  color: #fff;
  line-height: 1
}

.map-panel-top-block .arrow-expand {
  border-color: #609de6;
  opacity: 1;
  transform: rotate(135deg);
  margin-bottom: .2rem
}

.map-panel-top-block-h {
  padding: .6rem 1rem;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  transition: background-color .2s;
  cursor: pointer
}

.map-panel-top-block-h.active {
  background: #4a90e2
}

.map-panel-top-block-h.active .arrow-expand {
  border-color: #fff;
  transform: rotate(315deg)
}

.map-panel-top-help-bt {
  position: relative;
  z-index: 2
}

.map-panel-top-help {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #4a90e2;
  color: #fff;
  padding: .6rem 2.3rem .6rem 1rem;
  left: 0;
  top: 0;
  font-size: .875rem;
  transition: opacity .3s, visibility .3s step-end
}

.map-panel-top-help.active {
  opacity: 1;
  visibility: visible;
  transition: opacity .3s, visibility 0s
}

.map-panel-top-block-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #4a90e2;
  color: #fff
}

.map-panel-top-select {
  cursor: pointer;
  transition: .2s;
  padding: .8rem 1rem
}

.map-panel-top-select:hover {
  background: #2d496a
}

.map-panel-left {
  width: 22%
}

.map-panel-left-content {
  bottom: 0
}

.map-search-result-container {
  width: 22%
}

.map-search-result-container .panel-head {
  padding: 0 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #fff;
  height: 3.2rem
}

.map-search-result-inner {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 4rem;
  width: 100%
}

.map-region-actions {
  border-radius: .3125rem;
  height: 2.7rem;
  position: absolute;
  right: 22%;
  top: .5rem;
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.ico-help {
  width: 1.0625rem;
  height: 1.0625rem;
  line-height: 1.0625rem;
  border-radius: 100%;
  text-align: center;
  background-color: hsla(0, 0%, 100%, .2)
}

.ico-help:before {
  content: "?";
  color: #333;
  font-size: .875rem
}

.map-container {
  background: #fff
}

.choose-region-h, .panel-head {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: .875rem;
  cursor: pointer
}

.choose-region-h .arrow-expand, .panel-head .arrow-expand {
  opacity: 1;
  transform: rotate(135deg)
}

.choose-region-h.active .arrow-expand, .panel-head.active .arrow-expand {
  transform: rotate(-45deg)
}

.panel-head-changed-mark {
  width: .5rem;
  height: .5rem;
  border-radius: 100%;
  background: #d0021b;
  margin: 0 1rem;
  opacity: 0;
  transition: .2s
}

.map-panel-left-block.filtered_ .panel-head-changed-mark {
  opacity: 1
}

.map-panel-left-block {
  padding: 1rem;
  border-bottom: 2px solid #f8f8f8;
  background: #fff
}

.form__checkmark.type2_ {
  color: #162b3d
}

.form__checkmark.type2_:before {
  width: .8125rem;
  height: .8125rem;
  border-color: #000;
  margin-top: 0
}

.form__checkbox:checked + .form__checkmark.type2_ {
  color: #4a90e2
}

.form__checkbox:checked + .form__checkmark.type2_:before {
  border-color: #4a90e2
}

.noUi-horizontal {
  height: 2px;
  box-shadow: none;
  background: hsla(0, 0%, 59%, .14);
  border-radius: 0;
  border: none
}

.noUi-horizontal .noUi-handle {
  width: 1rem;
  height: 1rem;
  background: #4a90e2;
  border: none;
  border-radius: 100%;
  box-shadow: none;
  top: -.5rem
}

.noUi-horizontal .noUi-handle:after, .noUi-horizontal .noUi-handle:before {
  display: none
}

.noUi-horizontal .noUi-handle {
  right: -.5rem !important
}

.noUi-connect {
  background: #4a90e2
}

.noUi-touch-area {
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}

.slider-value-left, .slider-value-right {
  background: #ededed;
  border-color: #ededed;
  color: #9b9b9b
}

.map-window-container {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 0;
  width: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center
}

.map-window {
  width: 27.125rem;
  position: relative;
  border-radius: .3125rem;
  background: #fff;
  padding: 1.5rem 0rem 1rem 1rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, .1)
}

.map-window:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  border-style: solid;
  border-width: 6px 6px 0;
  border-color: #fff transparent transparent
}

.map-window-close {
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: .5rem;
  top: .5rem
}

.map-window-close:after, .map-window-close:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 1px;
  width: .5625rem;
  background: #9b9b9b;
  transform: translate(-50%, -50%) rotate(45deg)
}

.map-window-close:after {
  transform: translate(-50%, -50%) rotate(135deg)
}

.choose-region-h {
  line-height: 1.1;
  color: rgba(34, 34, 34, .6);
  -ms-flex-pack: start;
  justify-content: start
}

.choose-region-h .arrow-expand {
  top: -.13rem
}

.choose-region-h.active .arrow-expand {
  transform: translateY(.2rem) rotate(-45deg)
}

.map-clear-filter {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #d0021b;
  border: none;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 2.25rem;
  line-height: 2.25rem;
  text-align: center;
  padding: 0 1rem;
  font-family: dcom;
  color: #fff;
  z-index: 2;
  opacity: 0
}

.map-panel-left.filtered_ .map-clear-filter {
  opacity: 1
}

.ps__scrollbar-y {
  background: #4a90e2 !important
}

[class*=-ground-pane] {
  filter: grayscale(1);
  -ms-filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1)
}

.map-legend {
  background: #fff;
  left: 22%;
  margin-left: 1rem;
  bottom: 1rem;
  position: absolute;
  border-radius: .3125rem;
  height: 1.875rem;
  font-size: .6875rem;
  padding-left: 1rem
}

.map-legend svg {
  width: .6875rem;
  height: .875rem;
  margin-right: .5rem
}

.map-legend-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1rem
}

svg.fill_green * {
  fill: #8ce24a
}

svg.fill_grey * {
  fill: #7f7f7f
}

svg.fill_blue * {
  fill: #4a90e2
}

svg.fill_yellow * {
  fill: #ffdd00
}

.news-filter {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto
}

.news-filter > div {
  display: inline-block;
  margin: 0 .5rem .5rem 0 !important
}

@media (max-width: 739px) {
  .news-filter {
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .news-filter > div {
    height: 2rem;
    line-height: 2rem;
    font-size: 1rem
  }
}

.news-list {
  padding-top: 1rem
}

.news-list-item {
  display: block;
  position: relative;
  padding: 1.875rem;
  background: #fff;
  border-radius: .3125rem;
  margin-bottom: 1.75rem
}

.news-list-item-date {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 11.25rem;
  margin-bottom: 1rem;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.news-list-item-date:before {
  content: "";
  display: inline-block;
  background: 50% 50% no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 37 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 9.094h10.706L14.522 0l2.13 18 4.509-14.214 3.403 5.308H37' stroke='%234A90E2' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-size: contain;
  width: 2.375rem;
  height: 1.625rem;
  margin-right: 1.2rem
}

.news-list-item-date i {
  position: relative;
  display: block;
  height: .8rem;
  border-bottom: 1px solid #4a90e2;
  width: 2.25rem;
  margin-left: .6rem;
  text-align: right
}

.news-list-item-date i ~ i {
  display: inline-block;
  vertical-align: middle;
  width: .625rem;
  height: .625rem;
  border-top: 1px solid #4a90e2;
  border-right: 1px solid #4a90e2;
  border-bottom: none;
  margin: .4rem 0 0;
  transform: translateX(0) rotate(45deg)
}

.news-list-item-date span {
  display: block
}

@media (max-width: 739px) {
  .news-list-item-date {
    width: 100%
  }

  .news-list-item-date:before {
    width: 20%;
    margin-right: .6rem
  }

  .news-list-item-date i {
    width: 40%
  }

  .news-list-item-date i:after {
    opacity: 1
  }

  .news-list-item-date span {
    display: inline
  }
}

.news-list-item-announce {
  width: 100%
}

.news-list-item-hash {
  display: -ms-flexbox;
  display: flex;
  padding-left: 11.25rem;
  margin-bottom: .4375rem
}

.news-list-item-hash a {
  position: relative;
  display: block;
  color: #4a90e2;
  margin-right: 1rem;
  z-index: 2
}

.news-list-item-h {
  font-family: beau-b;
  font-size: 1.875rem;
  color: #2d496a;
  margin-bottom: 1.25rem;
  line-height: 1.2
}

@media (max-width: 739px) {
  .news-list-item-h {
    font-size: 1.5rem
  }
}

.next-news {
  filter: grayscale(100%);
  opacity: .6;
  transition: .3s
}

.next-news:hover {
  opacity: 1;
  filter: grayscale(0)
}

.page-header {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 4.625rem;
  background: #fff;
  padding: 0;
  font-family: dcom;
  border-bottom: 1px solid #dedede;
  margin: 0
}

.header-logo {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 10
}

.header-logo img {
  width: auto;
  height: 100%;
  display: block;
  max-height: 2.8rem
}

@media screen and (max-width:800px) {
  .header-logo img {
    height: 80%
  }
}

.header-menu {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: end;
  align-items: flex-end
}

.header-menu>a {
  position: relative;
  display: block;
  font-size: 1rem;
  color: #162b3d;
  margin: 0 1rem;
  padding-bottom: 1.54rem;
  transition: .2s;
  white-space: nowrap;
}

.header-menu>a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  background: #4a90e2;
  transition: .2s
}

.header-menu>a.active, .header-menu>a:hover {
  color: #4a90e2
}

.header-menu>a.active:after, .header-menu>a:hover:after {
  height: 5px
}

@media screen and (max-width:800px) {
  .header-menu {
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #2d496a;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 14vh 2rem 2rem;
    transform: translateY(-150%);
    transition: .6s
  }

  .header-menu>a {
    margin: 0 0 .4rem;
    font-size: .8rem;
    padding-bottom: .2rem;
    color: #9b9b9b;
    font-family: beau-b
  }

  .header-menu>a.active, .header-menu>a:hover {
    color: #fff
  }

  .header-menu.expanded-menu_ {
    transform: translateY(0)
  }

  .page-header {
    height: 10vh;
    z-index: 1000
  }

  .page-header:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 2
  }

  .header-access {
    width: 100%
  }

  .header-access>a {
    width: 100%;
    display: block;
    margin: 1rem 0 0 !important
  }

  .header-access>a:first-child {
    background: hsla(0, 0%, 100%, .3);
    color: #fff
  }

  .header-access>a:nth-child(2) {
    background: #4a90e2;
    color: #fff;
    border-color: #4a90e2
  }
}

.bt-show-mainmenu {
  display: none;
  position: absolute;
  right: 3vh;
  top: 3.8vh;
  width: 5vh;
  height: 2vh;
  z-index: 310
}

@media screen and (max-width:800px) {
  .bt-show-mainmenu {
    display: block
  }
}
@media screen and (min-width:800px) {
  .desktop-hidden {
    display: none !important
  }
}

.bt-show-mainmenu i {
  display: block;
  background: #222;
  height: 2px;
  width: 100%;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  will-change: transform
}

.bt-show-mainmenu.white_ i {
  background: #4a90e2
}

.bt-show-mainmenu.expanded-menu_ i {
  background: #000
}

.bt-show-mainmenu i.i1 {
  top: 50%
}

.bt-show-mainmenu i.i2 {
  top: 100%
}

.bt-show-mainmenu.expanded-menu_ .i0 {
  transform: rotate(45deg);
  left: 10%;
  width: 80%;
  top: 50%;
  margin: 0
}

.bt-show-mainmenu.expanded-menu_ .i1 {
  width: 0
}

.bt-show-mainmenu.expanded-menu_ .i2 {
  transform: rotate(-45deg);
  left: 10%;
  width: 80%;
  top: 50%;
  margin: 0
}

.spinner {
    height: 30px;
    width: 30px;
    margin: auto;
    position: relative;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left: 6px solid rgba(0, 162, 232, 0.15);
    border-right: 6px solid rgba(0, 162, 232, 0.15);
    border-bottom: 6px solid rgba(0, 162, 232, 0.15);
    border-top: 6px solid rgba(0, 162, 232, 0.8);
    border-radius: 100%;
}

.spinner.hidden {
    display: none;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

.btn-primary, .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
    background-color: #0781c2;
    border-color: #076ca2;
}

.vertical-align {
    display: flex;
    align-items: center;
}

/*Мешаем стилям Bulma*/
/*.label {*/
/*    font-size: 100%;*/
/*}*/

.label-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
    font-size: 14px; /* На странице ЖК лейбл в h1 используется */
}

.label-pulse {
    background-color: #0781c2;
}

.page-header a:focus, .page-header a:hover {
    text-decoration: none;
}
.no_decor, .no_decor:hover, .no_decor:active, .no_decor:focus {
    text-decoration: none;
}

sup {
    vertical-align: super;
    top: 0;
}

article, .articles {
    font-family: Muller, Arial, sans-serif;
    font-size: 14px;
}

#row-main {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.inplaceedit.textareainplaceedit {
    display: inline-block;
}

.bold {
    font-weight: 600;
}


.logout {
    white-space: nowrap;
}

.bt-blue:hover {
  color: #fff;
  text-decoration: none;
}

.bt:hover {
  letter-spacing: inherit !important;
}

.text-red {
  color: red;
}

a.a-standart {
  color: #0000ef;
}

a.a-standart:hover {
    color: #0076ef;
    text-decoration: underline;
}

a.a-black {
  color: #222;
}

a.a-black:hover {
    color: #000;
    text-decoration: underline;
}

ol.list-styled li:before {
  width: .5rem;
}

.close-button {
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTQgLjdsLS43LS43TDcgNi4zLjcgMCAwIC43IDYuMyA3IDAgMTMuM2wuNy43TDcgNy43bDYuMyA2LjMuNy0uN0w3LjcgN3oiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) 50% no-repeat;
    opacity: .3;
    position: absolute;
    top: 0;
    right: 0;
}

.delete-pr {
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTQgLjdsLS43LS43TDcgNi4zLjcgMCAwIC43IDYuMyA3IDAgMTMuM2wuNy43TDcgNy43bDYuMyA2LjMuNy0uN0w3LjcgN3oiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) 50% no-repeat;
    opacity: .3;
}


.empty-basket .empty-basket-wrapper {
    display: block !important;
}

.empty-basket-wrapper {
    display: none;
}

.empty-basket-content {
    font-size: 120%;
    text-align: center;
}

.empty-basket-content .map-icon {
    width: 100px;
    display: inline-block;
}

.empty-basket-content .map-icon #map-icon-path {
    fill: #22acf7;
}

.ie-support {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: red;
  font-size: 0.8rem;
  z-index: 999;
}
@supports (display: grid) {
  .ie-support {
    display: none;
  }
}

.flex_g {
  flex-grow: 1;
}

.flex_ww {
  flex-wrap: wrap;
}

.blackout {
  position: fixed;
  align-items: center;
  justify-content: center;
  display: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, .6);
  z-index: 999;
}
.ppn-modal-wrapper {
  font-family: dcom;
}
.ppn-modal-content, #alert, #confirm {
  position: absolute;
  background-color: white;
  max-width: 60%;
}

#alert, #confirm {
    padding: 3rem 5rem 1rem;
}

.flex_cg_1 {
    column-gap: .5rem;
}

.flex_cg_2 {
    column-gap: 1rem;
}

.flex_asc {
    align-self: center;
}
@charset "UTF-8";

.heading-h2 {
  margin: 32px 0 28px;
  font-size: 28px;
  line-height: 1.28;
  font-weight: 600;
  text-transform: uppercase
}

.block-wrapper {
  margin-top: 32px;
  margin-bottom: 56px
}

.btn {
  -webkit-transition: all .15s ease-out;
  transition: all .15s ease-out
}

.btn-promo {
  min-width: 210px;
  padding: 18px 20px;
  border-radius: 30px;
  font-size: 18px;
  line-height: 1.22;
  font-weight: 400;
  color: #202020;
  background-color: #b8e986
}

.btn:hover {
  opacity: .95
}

section.plans {
  font-family: Muller, Arial, sans-serif;
  color: #305187;
  font-weight: 400;
}

.footer {
  padding: 48px 0 16px;
  background-color: #9b9b9b;
  font-size: 16px;
  line-height: 1.22;
  color: #fff;
  font-family: Muller, Arial, sans-serif;
}

.footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.footer-col {
  width: 33.3%;
  margin-bottom: 15px
}

.footer-col--partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.footer a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all .15s ease-out;
  transition: all .15s ease-out
}

.footer a:hover {
  text-decoration: underline;
  opacity: .9
}

.footer__logo {
  width: 198px;
  height: 48px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMYAAAAwCAMAAAEKicX9AAAC0FBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8DwEchAAAA73RSTlMAAQIDBAUGBwgJCgsMDQ4PEBESExQVFxgZGhscHR4gISIjJCUmJygpKissLS4vMDEyMzU2Nzg5Ojs8PT4/QEFCQ0RFRkdISUpLTE1OUVJUVVZXWFlaW1xdXl9gYWJjZGVmaGprbG1ub3BxcnN0dXZ3eXp7fH1+f4CBgoOEhYaH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);
  background-repeat: no-repeat;
  background-size: contain
}

.footer__contacts {
  font-size: 18px;
  line-height: 1.22
}

.footer__contacts-phone {
  font-size: 20px;
  font-weight: 600
}

.footer__partner {
  max-width: 260px;
  font-size: 14px;
  line-height: 1.29
}

.footer__partner-desc {
  display: inline-block;
  width: 70%;
  margin-right: 10px;
  vertical-align: top
}

.footer__partner-logo {
  display: inline-block;
  width: 57px;
  height: 68px;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain
}

.footer__partner-logo--msk-gov {
  background-image: url(data:image/png;base64,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)
}

.footer__partner a {
  border-bottom: 1px dashed #fff;
  padding-bottom: 8px
}

.footer__partner a:hover {
  text-decoration: none
}

.footer-icons {
  margin: 18px 0 24px;
  padding: 0
}

.footer-icons__item {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin: 0 10px
}

.footer-icons__item--fb {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAMAAAFeAHP9AAAAq1BMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Nr6iZAAAAOHRSTlMABQYNGRopKi8wMzdKTk9aXF1jaWpvcXR1f4CCg4eLjY+Rlpucnq2ytLu8w8fLzM7R2uDk5ujq+UjIHiwAAAF0SURBVDjLjZJtX4JAEMT/CoaC9EyhpJlhmCUFQu73/2S9OJA7oF/OG9hhbmduF6BAIaBAABBiCIiBcUINoYsDTAC5Akga0UHTJMXY5AKjRQmMAUSowyyAhLh6090g1joEsXrGAV3fRg4cRSWLVUxgLV/rKuBpBFLbFSqSTo3bwavy0DJUmCRFkUwM+Sw9prOmHJQOAE45UIQXnr6FHsBoqp2ejoCt0XALT+rtQuQVgIhMMc9y7wGQ4QNw8y3rawB8bAA2IrIBwK4YVvWO7epUw/h15xOTEbWYqCdhzy3wHls37ZlGz8QUrCjPlr5rD23XX2Z5ZLUFo/3WaVHOdj/SSu9nSh+mP169nPSRvxDuBwBWabhMXt7edw+NY2kBuSEJRUQk1mLlMFsazVciK9NuOSN1tXojChuNc1OOQ62+nH+KfMznlxo3PJp9YCWyML3ctCfPopOnda+Oxsk787nb7W4NSWkBDPbhf3M+a1/n7f2f/+cXr2km9qYscB8AAAAASUVORK5CYII=)
}

.footer-icons__item--telegram {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAMAAAFeAHP9AAABSlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9mcS2dAAAAbXRSTlMAAQIEBQYHCgwSExYZGhwdICMmJygqKy4vMTQ1Oz0+P0JES0xSVFhdXmNlaGpub3Bxc36Bgo6Sk5SYmZucoqOkqKmytLe4uru8v8TGx8rLzc7P0dPV1tjZ2tvd3+Lj5ujp6uvs7vDy8/j5/P3+GjKKAQAAAe1JREFUOMuVk1l30lAUhb/WKYKoURAU6qwM1aSKtRULBaeiCFqNCikKqFW07v//6kMSSCispfsl9+yz7xlzARcPRdzzvwRwMV2HIg0gU/O96AvADSL4DGmAPQFVQPoN0A9pam4m0AaJwjijZ2SAnzouvxhDghoNKKFoNmiEIhTr3rceEH3myX3cfQ91r0xgXdpq6zpQwwWOPNQqY0kArtcWNPRGegyQmS3cN0MpQ8d01XWr6Yjc6ow69tRcHuYAyA2XPSJZnvjKMYDEZui2nQBakYAtsKbWyV3AphfY9zUW0KUAwIWv+nNOAvKYwJakB2lpDzAxgav9H0s3Jd0DTP/W04IknQDyfuRTO/v+jLpB9g/wTQD2nApJrIWIjQRALNRpcsE0AKz2qG0xA8N2upV81oyb2fyjrmMbs4JEs5WaoVKtZiJkxmQzDxtKBstpllmEcnMZwBimWIzU0ACc3CHH0rX6WBp4zTpgVSLuY7eeH0jD0kvJr6Bi0c5Omi++liR9vHL2kyTFPTrbYeQfdyVJepXi8r4kKXgA8VEoDqw8gdUDT6wVJnEi9dy5ve0r9C7gKtZMXy/c75eOrktSyWdyDmAMDs/n9M5bf72pgfGPcwaS2pyrWFPsv/bujdByepVC1oyb2UKl51jT/+cvSDFmeZnp76wAAAAASUVORK5CYII=)
}

.footer-icons__item a {
  display: block;
  width: 100%;
  height: 100%
}

@media screen and (max-width: 769px) {
  .ppn-modal-content textarea {
    width: 100%;
  }

  .ppn-modal-content .controls-container a.bt {
    width: 100%;
  }

  #alert, #confirm {
    padding: 3rem 2rem 1rem;
  }

  .header__intro-title {
    font-size: 24px;
    line-height: 1.04
  }

  .heading-h2 {
    font-size: 21px;
    line-height: 1.24
  }

  .header__intro p {
    font-size: 16px;
    line-height: 1.19
  }

  .header__image {
    width: 100%;
    max-width: 480px;
    left: calc(50% - 240px);
    -webkit-transform: none;
    transform: none
  }

  /*

    .list-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .list-info__item {
        width: 100%;
        -webkit-box-ordinal-group: initial !important;
        -ms-flex-order: initial !important;
        order: initial !important
    }

    .list-info__num {
        font-size: 32px;
        line-height: 1
    }

    .list-info__text {
        font-size: 16px;
        line-height: 1.38
    }

    .application-area__item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        margin-bottom: 0
    }

    .application-area__item:first-child {
        padding-top: 0;
        padding-bottom: 16px
    }

    .application-area__item--bordered {
        border-bottom-width: 0
    }

    .application-area__item--bordered:last-child {
        border-bottom-width: 1px
    }

    .application__heading {
        font-size: 16px;
        line-height: 1.38
    }

    .facts-list__item {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

    .facts-list__title {
        font-size: 28px
    }

    .facts-list__text {
        font-size: 14px
    }
*/
  .plans__subheading {
    font-size: 21px;
    line-height: 1.29
  }

  .plans__intro {
    font-size: 16px;
    line-height: 1.38
  }

  .plans-info {
    overflow-x: auto;
    font-size: 12px
  }

  .plans-item {
    overflow: hidden
  }

  .plans-item__desc {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: 30%;
    word-break: break-all;
    word-wrap: break-word
  }

  .plans-item__price {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: 35%;
    margin-right: 5px
  }

  .plans-item__price:after, .plans-item__price:before {
    content: none
  }

  .plans-item__price:nth-of-type(odd) {
    margin-left: 5px
  }

  .plans-item__price--heading {
    font-size: 16px
  }

  .plans-item__desc--subheading {
    font-size: 16px
  }

  .plans-item__desc--heading {
    font-size: 16px
  }

  .plans-item__name {
    font-size: 12px;
    word-break: break-all;
    word-wrap: break-word
  }

  /*
    .reports-steps {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .reports-steps__item {
        width: 50%
    }
*/
  .footer-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .footer-col {
    width: 50%
  }

  .footer__logo {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px
  }

  .footer__partner {
    margin-right: auto;
    margin-left: auto
  }

  /*
    .tools-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .tools-list__item {
        padding-left: 16px;
        width: 100%
    }*/
}

/*
@media screen and (max-width: 629px) {
    .feedback-form__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .feedback-form__col {
        margin: 10px 0
    }
}
*/
@media screen and (max-width: 479px) {

  /*
    .header__image {
        width: 100%;
        max-width: 320px;
        left: calc(50% - 160px)
    }

    .about__item {
        margin-bottom: 64px;
        padding-top: 10px;
        padding-left: 115px;
        text-align: left
    }

    .about__item:before {
        position: absolute;
        left: 0
    }

    .facts-list__item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .plans-item {
        overflow: hidden
    }

    .plans-item__desc {
        -ms-flex-negative: 1;
        flex-shrink: 1;
        width: 30%;
        word-break: break-all;
        word-wrap: break-word
    }

    .plans-item__price {
        -ms-flex-negative: 1;
        flex-shrink: 1;
        width: 35%;
        margin-right: 5px
    }

    .plans-item__price:after, .plans-item__price:before {
        content: none
    }

    .plans-item__desc--heading {
        font-size: 14px
    }

    .plans-item__price--heading {
        font-size: 12px
    }

    .reports {
        padding-right: 15px;
        padding-left: 15px
    }

    .reports-steps__item {
        font-size: 12px
    }
    */
  .footer-col {
    width: 100%
  }
}

form.inplaceeditform {
  white-space: nowrap;
}

.slick-initialized .slick-slide {
  display: block;
  height: 12rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: white;
  margin-left: 1em;
}

#client-logos {
  left: 50%;
  transform: translateX(-50%);
}

.client-logos-container {
  position: relative;
}

.client-logos-container .arrow-left {
  left: -30px;
  transform: translateY(-50%) rotateZ(45deg);
  border-right: none !important;
  border-top: none !important;
}

.client-logos-container .arrow-right {
  right: -30px;
  transform: translateY(-50%) rotateZ(45deg);
  border-left: none !important;
  border-bottom: none !important;
}

.client-logos-container .arrow {
  display: block;
  cursor: pointer;
  color: #2d496a;
  border: 1px solid;
  position: absolute;
  top: 50%;
  height: 1em;
  width: 1em;
}

.dashboard-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 1, 1, .2);
  border-radius: 3px;
  z-index: 1;
}

.dashboard-loading .spinner {
  top: 50%;
  border-left: 6px solid rgba(255, 255, 255, 0.15);
  border-right: 6px solid rgba(255, 255, 255, 0.15);
  border-bottom: 6px solid rgba(255, 255, 255, 0.15);
  border-top: 6px solid rgba(255, 255, 255, 0.8);
}

.spinner {
  height: 30px;
  width: 30px;
  margin: auto;
  position: relative;
  -webkit-animation: rotation .6s infinite linear;
  -moz-animation: rotation .6s infinite linear;
  -o-animation: rotation .6s infinite linear;
  animation: rotation .6s infinite linear;
  border-left: 6px solid rgba(0, 162, 232, 0.15);
  border-right: 6px solid rgba(0, 162, 232, 0.15);
  border-bottom: 6px solid rgba(0, 162, 232, 0.15);
  border-top: 6px solid rgba(0, 162, 232, 0.8);
  border-radius: 100%;
}


/*

          NEW

 */

.a_i_c {
  align-items: center;
}

.ppn-modal-wrapper .bt-blue-bordered, .ppn-modal-wrapper .bt-white-bordered {
  background: #fff;
  color: #9b9b9b;
  border: 1px solid #9b9b9b;
  font-family: dcom-l;
  text-transform: none;
  transition: .2s
}

.ppn-modal-wrapper .bt-blue-bordered:hover, .ppn-modal-wrapper .bt-white-bordered:hover {
  background: #4a90e2;
  color: #fff;
  border-color: #4a90e2;
  letter-spacing: 1px
}

.ppn-modal-wrapper .bt-blue-bordered {
  background: #2d496a;
  color: #4a90e2;
  border: 1px solid #4a90e2
}

.ppn-modal-wrapper .bt-blue-bordered.active, .ppn-modal-wrapper .bt-blue-bordered:hover {
  background: #4a90e2;
  color: #fff;
  border-color: #4a90e2;
  letter-spacing: 2px
}

.ppn-modal-wrapper .bt-blue {
  background: #4a90e2;
  color: #fff;
  transition: .3s
}

.ppn-modal-wrapper .bt-blue:hover {
  background: #2d496a;
  letter-spacing: 1px
}

.ppn-modal-wrapper .bt {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 2.25rem;
    line-height: 2.25rem;
    text-align: center;
    padding: 0 1rem;
    font-family: dcom;
    font-size: 1.125rem;
    cursor: pointer;
    border-radius: .3125rem;
    text-decoration: none !important;
}

.bt-grey {
    background: #7a7a7a;
    color: #fff;
    transition: .3s;
}

.ppn-modal-content {
  padding: 1.5rem 2rem;
}

#review-trigger {
  position: fixed;
  top: 50%;
  transform: translateY(-50%) rotate(270deg);
  right: -2.6rem;
  z-index: 9999;
  cursor: pointer;
  padding: .2rem 1rem;
  background-color: #e27777;
  color: white;
  border-radius: 2px;
  font-size: 1rem;
  font-family: dcom;
}

.ppn-modal-content textarea {
  font-family: inherit;
  line-height: 1.1;
}

#review-trigger:hover {
  background-color: #d05555;
}

.button-wrapper {
  text-align: right;
}

.page-header .phone {
  color: #003a57;
  font-weight: bold;
}

.page-header .phone.desktop-hidden {
  right: 5em;
  position: relative;
  z-index: 3;
}

.wsn {
  white-space: nowrap;
}

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
}

.not-selectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.controls-container .bt~.bt {
  margin-left: 0;
}

#price_and_benefits .bt {
  height: 2.3rem;
  margin-right: 0.4rem;
}

#minidashboard .bt {
  height: 1.8rem;
}

@media screen and (max-width: 800px) {
  #minidashboard {
    display: none;
  }

  .page-intro-slider {
    min-height: 27em !important;
  }
}

.controls-container .bt.active {
  background: #4a90e2 !important;
  color: #fff !important;
}

.flex_jcs {
  justify-content: space-between;
}

.w_8em {
  width: 8em;
}

.w_7em {
  width: 7em;
}

.m_a {
  margin: 0 auto;
}


.bt.loading {
  padding-right: 1.3rem;
  position: relative;
}

.bt.loading .spinner {
  display: inline;
}

.bt .spinner {
  height: .8rem;
  width: .8rem;
  border-top: 2px solid rgba(255, 255, 255, 0.8);
  border-right: 2px solid rgba(255, 255, 255, 0.8);
  border-left: none;
  border-bottom: none;
  display: none;
  position: absolute;
  right: .25rem;
}

/*================*/

.page-header a:focus, .page-header a:hover {
    text-decoration: none;
}
.page-header .bt-blue-bordered:hover, .bt-white-bordered:hover {
    background: #4a90e2;
    color: #fff;
    border-color: #4a90e2;
    letter-spacing: 1px;
}
.page-header .bt:hover {
    letter-spacing: inherit !important;
}
.page-header .bt-blue-bordered, .bt-white-bordered {
    background: #fff;
    color: #9b9b9b;
    border: 1px solid #9b9b9b;
    font-family: dcom-l;
    text-transform: none;
    transition: .2s;
}
.page-header .bt {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    padding: 0 1rem;
    font-family: dcom;
    font-size: 1.125rem;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: .3125rem;
    text-decoration: none !important;
}
.logout {
    white-space: nowrap;
}

button .spinner {
  position: relative !important;
  right: auto !important;
  margin: 0 1em 0;
}

.swiper-pagination {
    bottom: 1rem !important;
}

.slider-appear-effect {
  opacity: 1;
}

.video-frame {
  text-align: center;
}

.video-frame img {
  max-height: 100%;
  max-width: 100%;
}

.complex-list {
    display: none;
    padding: 20px;
    background-color: #305187;
    z-index: 100;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    position: fixed;
    height: 100%;
    overflow: auto;

    font-size: 20px;
    color: white;
}

.body-hidden {
    overflow: hidden;
}

/*# sourceMappingURL=sourcemaps/index-4948de02d98ce96cf5ac.css.map*/